(lisp1): Add image.elc, international/fontset.elc, dnd.elc, mwheel.elc,
[emacs.git] / lisp / ChangeLog
blob844de17b7d33e4fb7daeca2b1bd7e92779aa09aa
1 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
3         * jit-lock.el (jit-lock-chunk-size): Doc fix.
5 2005-12-30  Juri Linkov  <juri@jurta.org>
7         * locate.el (locate-fcodes-file, locate-header-face)
8         * progmodes/delphi.el (delphi-other-face)
9         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
11         * paren.el (show-paren-match, show-paren-mismatch): Use existing
12         group `paren-showing-faces'.
14         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
15         (goto-address): Fix docstring.
17         * net/webjump.el (webjump-sample-sites): Update URLs.
19         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
21         * subr.el (cancel-change-group): Add listp around pending-undo-list.
23 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
25         * font-lock.el (font-lock-compile-keywords): Signal an error when
26         font-lock-set-defaults hasn't been called.
28 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
30         * subr.el (noreturn, 1value): Doc fixes.
32 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
34         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
35         that assoc-string returns nil.
37 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
39         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
40         (bibtex-entry-type-str, bibtex-empty-field-re)
41         (bibtex-search-backward-string, bibtex-preamble-prefix)
42         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
43         (bibtex-any-valid-entry-type): New variable.
44         (bibtex-parse-field-name): Simplify.
45         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
46         (bibtex-preamble-prefix): Include left delimiter.
47         (bibtex-search-forward-field, bibtex-search-backward-field):
48         Allow unbounded search past entry boundaries (required by bibtex-pop).
49         (bibtex-text-in-field-bounds): Use push.
50         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
51         (bibtex-parse-preamble, bibtex-valid-entry)
52         (bibtex-beginning-first-field): New functions.
53         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
54         (bibtex-map-entries): Fix docstring.
55         (bibtex-flash-head): New arg prompt. Simplify.
56         (bibtex-enclosing-field): Include code of bibtex-inside-field.
57         (bibtex-insert-kill): Simplify.  Always insert text past the
58         current field or entry.
59         (bibtex-format-entry): Use bibtex-parse-field.
60         (bibtex-pop): Use bibtex-beginning-of-entry and
61         bibtex-end-of-entry to initiate the search.  Insert empty field if
62         we found ourselves.
63         (bibtex-print-help-message): New args field and comma.
64         Handle entry keys.
65         (bibtex-make-field): Use bibtex-beginning-of-entry.
66         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
67         invalid entry.
68         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
69         Handle preambles.  Simplify code for thorough test.
70         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
71         New arg comma.  Handle entry heads.
72         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
73         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
74         New arg comma.
75         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
76         (bibtex-fill-field): Simplify.
77         (bibtex-fill-entry): Use bibtex-beginning-first-field and
78         bibtex-parse-field.
79         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
80         (bibtex-complete): Use bibtex-parse-preamble.
82 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
84         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
85         Display name of expression instead of convenience variable.
86         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
88         * progmodes/gud.el (gud-tooltip-dereference): Rename from
89         toggle-gud-tooltip-dereference.
90         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
91         (gud-tooltip-tips): ...here when dereferencing..
93 2005-12-28  Bill Wohler  <wohler@newt.com>
95         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
97 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
99         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
100         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
101         (vc-annotate-display-autoscale): Adjust call.
102         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
103         Fix interactive spec.
104         (vc-annotate-time-span): Remove.
105         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
106         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
107         (vc-annotate-display-select): Use new name.
109         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
110         (vc-annotate-mode-menu): Remove left-over redundant declaration.
111         Correct the construction of span entries.  Simplify.
112         (vc-annotate-display-select): Fix the nil case.
113         (vc-annotate): Remove obsolete (and now broken) code.
114         (vc-annotate-extract-revision-at-line): Remove obsolete code.
115         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
117 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
119         * subr.el (lazy-completion-table): Correct typo in docstring.
121         * startup.el (command-line): Use `custom-reevaluate-setting' for
122         `send-mail-function'.
124         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
126 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
128         * mail/smtpmail.el (smtpmail-try-auth-methods):
129         Send credentials together with "AUTH PLAIN" command.
131 2005-12-27  Richard M. Stallman  <rms@gnu.org>
133         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
134         mouse-2, go back to previously selected window, so it's selected
135         when mouse-2 command runs.
137 2005-12-27  Juri Linkov  <juri@jurta.org>
139         * descr-text.el (describe-text-sexp): Use square brackets for
140         button [Show] to distinguish it from the property value `show'.
141         (describe-property-list): Use `insert-text-button' with
142         `help-face' type instead of putting face in quotes, because button
143         is not created automatically for a list of faces.
144         (describe-text-properties-1): Put button-type value in quotes to
145         distinguish from plain text "button".
146         (describe-char): Display code point values in hex.  Don't use
147         `symbol-name' for `current-input-method' because it is a string.
148         Use `insert-text-button' with `help-face' type instead of putting
149         hardcoded face in quotes, because button is not created automatically.
151 2005-12-27  Richard M. Stallman  <rms@gnu.org>
153         * progmodes/glasses.el (glasses-face): More specific custom type.
155         * files.el (set-visited-file-name): Doc fix.
157         * textmodes/flyspell.el (flyspell-external-point-words):
158         Use local var buffer-scan-pos to advance scan for next misspelling.
159         Advance it only after we find the misspelling.
161 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
163         * textmodes/flyspell.el (flyspell-external-point-words):
164         New criteria for finding the misspelling in the buffer.
166 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
168         * help-mode.el (help-insert-string): Set help-xref-stack-item
169         rather than call help-setup-xref.
171         * descr-text.el (describe-char): Revert previous changes for
172         optional buffer argument.
174 2005-12-27  Juri Linkov  <juri@jurta.org>
176         * help-mode.el (help-insert-string): New function.  Save buffer
177         contents in cases where it is impossible to recompute the old contents.
179         * descr-text.el (describe-char): Set help-xref-stack-item
180         explicitly after buffer has been generated.
182 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
184         * cus-start.el (all): Add x-gtk-show-hidden-files.
186 2005-12-26  Richard M. Stallman  <rms@gnu.org>
188         * replace.el (perform-replace): Calculate match-again
189         before skipping read-only matches.
191         * paren.el (paren-showing-faces): New group.
192         (show-paren-match, show-paren-mismatch): Move to that group.
194         * button.el (button): Put into group `basic-faces'.
196         * progmodes/make-mode.el: Remove faces from group `faces'.
198         * apropos.el (apropos, apropos-value): Doc fix.
199         (apropos-documentation): Doc fix.
201 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
203         * subr.el (lazy-completion-table): Remove argument `args'.
205         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
206         Don't use the `args' argument of lazy-completion-table.
208 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
210         * descr-text.el (describe-char): Add optional argument for buffer.
211         Set buffer appropriately.  Call help-setup-xref.
212         Suggested by Stefan Monnier.
214 2005-12-26  Juri Linkov  <juri@jurta.org>
216         * descr-text.el: Require `help-fns' at runtime.  Don't require
217         `button' for byte compilation.
218         (describe-text-widget): Add `help-echo' for first button.
219         Use `help-info' for second.
220         (describe-property-list): Use `help-argument-name' instead of `italic'.
221         (describe-text-category): Add prompt to interactive spec.
222         Call `help-setup-xref'.
223         (describe-char): Use `help-character-set'.  Add `help-echo' for
224         code point.  Use `help-input-method'.  Remove superfluous insert.
226 2005-12-25  Richard M. Stallman  <rms@gnu.org>
228         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
229         at point, in case of narrowing.
231         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
233         * locate.el (locate-header-face): Allow nil in type.
235         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
237 2005-12-25  Romain Francoise  <romain@orebokech.com>
239         * battery.el (battery-linux-proc-acpi): Also try
240         `/proc/acpi/thermal_zone/THM0/temperature'.
242 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
244         * custom.el (custom-push-theme): Fix docstring.
246         * cus-edit.el (custom-variable-set, custom-variable-save)
247         (custom-variable-save): Custom-quote widget values.
248         (customize-save-variable): Fix custom-push-theme call.
250 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
252         * w32-fns.el (w32-batch-update-autoloads): New function.
254         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
255         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
256         from the command line.
258 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
260         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
261         reset means to remove setting from theme entirely.  Don't keep
262         expanding theme-settings list; delete old entries if necessary.
264         * cus-edit.el (custom-buffer-create-internal): Move "Erase
265         customization" button one line up.
266         (custom-themed): New face.
267         (custom-magic-alist): New value, THEMED, for theme settings.
268         (custom-variable-state-set, custom-face-state-set):
269         Check theme-value instead of saved-value.
270         (custom-variable-reset-standard, custom-face-reset-standard):
271         Remove theme setting entirely.  Recalculate new values.
272         (custom-variable-set, custom-variable-set)
273         (custom-variable-reset-saved, custom-variable-reset-backup)
274         (custom-face-set, custom-face-reset-saved): Update `user' theme.
275         (custom-variable-save): Fix typos.
277 2005-12-23  Juri Linkov  <juri@jurta.org>
279         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
280         Add autoload cookies.
281         (edebug-outside-d-c-i-n-s-w): New variable.
282         (edebug-display, edebug-outside-excursion): Use it to save the
283         original value of default-cursor-in-non-selected-windows.
284         Set default-cursor-in-non-selected-windows to t while Edebug
285         is active.
286         (edebug-mode, edebug-eval-mode): Doc fix.
288         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
289         with `buffer-substring-no-properties' to remove common substring
290         highlighting.
292         * info.el (info-other-window, info): Rename function argument
293         `file' to `file-or-node'.
294         (Info-complete-menu-item): Use local variable `complete-nodes' to
295         keep the global value of `Info-complete-nodes' unchanged for
296         subsequent completions.
297         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
299         * simple.el (get-next-valid-buffer, last-buffer)
300         (next-error-buffer-p, next-error-find-buffer)
301         (minibuffer-history-sexp-flag): Doc fix.
303         * savehist.el (savehist-mode-hook): Add `:group'.
305         * log-view.el: Call autoload for vc-find-version.
306         (log-view-current-file): Adjust subgroup numbers.
307         (log-view-current-tag): Add `length'.
309 2005-12-23  Richard M. Stallman  <rms@gnu.org>
311         * vc.el (vc-annotate-car-last-cons): Defn moved up.
313 2005-12-23  Juri Linkov  <juri@jurta.org>
315         * hi-lock.el (hi-lock-archaic-interface-message-used)
316         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
317         (hi-lock-mode): Display "Hi" in the mode line only when
318         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
319         (hi-lock-write-interactive-patterns):
320         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
321         (hi-lock-set-pattern, hi-lock-set-file-patterns)
322         (hi-lock-font-lock-hook): Set 3rd arg `how' of
323         font-lock-add-keywords to t.
325 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
327         * hi-lock.el (hi-lock-highlight-range): New variable.
328         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
329         only if font-lock-fontified is non-nil.  Remove overlays.
330         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
331         font-lock-fontified is non-nil, otherwise use overlays (instead of
332         text properties).
333         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
334         New variables.
335         (hi-lock-string-serialize) New function.
337 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
339         * menu-bar.el (menu-find-file-existing): New function.
340         (menu-bar-file-menu): Use menu-find-file-existing for Open.
342         * tool-bar.el (tool-bar-setup): open changed to menu-find-file-existing.
344 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
346         * vc.el: Remove unnecessary leading * in docstrings.
347         (vc-annotate-mode-map): Move initialization into declaration.
348         (vc-static-header-alist): Nitpick on the regexp.
349         (vc-default-init-version): New fun.
350         (vc-register): Use it.
351         (vc-insert-headers): Use dolist.
352         (vc-annotate-get-backend): Remove unused function.
353         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
354         (vc-annotate-mode): Remove corresponding call.
355         (vc-annotate-car-last-cons): Simplify.
356         (vc-annotate-buffers): Remove var.
357         (vc-annotate-backend): Make it buffer-local.
358         (vc-annotate): Move the interaction to the interactive spec.
359         Add a `buf' argument.
360         (vc-annotate-warp-version): Use this new `buf' argument to avoid
361         killing&creating a vc-annotate buffer, which is very disruptive when
362         the buffers are shown in dedicated frames.
364 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
366         * descr-text.el: Add FSF as maintainer.
367         (describe-text-mode, describe-text-mode-map)
368         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
369         help-mode.
370         (describe-text-widget, describe-text-sexp)
371         (describe-property-list, describe-text-category)
372         (describe-text-properties, describe-text-properties-1)
373         (describe-char): Use help buttons instead of widgets.
374         (describe-char-unicodedata-file): Make URL link in doc string.
376 2005-12-22  Richard M. Stallman  <rms@gnu.org>
378         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
379         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
380         Don't include buttons that write a file when there's no file.
381         (custom-variable-menu, custom-face-menu, custom-group-menu):
382         Don't include commands that write a file when there's no file.
383         (customize-browse): Reword the top-of-buffer help intro.
384         (custom-buffer-create-internal): Fix previous change.
385         (customize-changed-options-previous-release): Prev release is 21.1.
386         (customize-changed-options): Doc fix.
387         (customize-changed): New alias.
388         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
389         Say "standard values".
390         (Custom-reset-standard): Doc fix.
391         (custom-face-reset-standard): Doc fix.
393 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
395         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
396         even if font-lock-mode is non-nil since it may be t without having
397         turned on font-lock-mode-internal.
398         (font-lock-choose-keywords): Minor optimization.
399         (font-lock-add-keywords, font-lock-remove-keywords)
400         (font-lock-set-defaults): Don't call make-local-variable on a variable
401         that we know to already be local.
403 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
405         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
406         messages if in the minibuffer.
408 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
410         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
411         (tex-mode-flyspell-verify, flyspell-get-word)
412         (flyspell-external-point-words): Don't use point-min/max uselessly.
414         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
415         by Kevin Rodgers.  Instead, just hide the completions buffer if we
416         don't need to show it.
418 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
420         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
422 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
424         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
425         delete-windows-on with an inexistent buffer.
427 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
429         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
430         Delete defcustom variable :tag names.
432 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
434         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
435         (log-view-font-lock-keywords): Ajust subgroup numbers.
436         (log-view-current-tag): Don't hard code the number of subgroups.
438 2005-12-20  Juri Linkov  <juri@jurta.org>
440         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
441         (tooltip-x-offset, tooltip-y-offset): Doc fix.
443         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
444         (menu-bar-non-minibuffer-window-p): Instead of checking
445         display-multi-frame-p, use selected-frame when menu-updating-frame
446         is nil.
448 2005-12-20  Davis Herring  <herring@lanl.gov>  (tiny change)
450         * align.el (align-rules-list): Use [ \t] instead of \s-
451         for column separators in text mode.
453 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
455         * help-mode.el (help-customize-variable, help-customize-face):
456         Don't pop help-xref-stack as help-follow no longer pushes
457         anything on to it.
459 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
461         * textmodes/org.el: (org-agenda-custom-commands): New option.
462         (org-agenda): Offer custom commands on splash screen.
463         (org-make-tags-matcher): Parser for Boolean logic added.
464         (org-agenda-set-tags): New command.
465         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
466         (org-set-tags): Efficiency improvements.
467         (org-auto-align-tags): New option.
468         (org-todo, org-demote, org-promote): Realign tags.
469         (org-tags-completion-function): Use also "&" and "|" as separators.
470         (org-org-menu): Agenda commands simplified.
472 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
474         * cus-edit.el (customize-apropos, customize-apropos-options):
475         Docstring changes.
477         * font-lock.el (font-lock): Add tags to the links in the defgroup.
479 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
481         * longlines.el (longlines-mode): Wrap while widened.
482         (longlines-decode-region, longlines-encode-region): Compute max
483         just once.
485 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
487         * cus-edit.el (mac): New group.
489         * cus-start.el (all): Add user options in macterm.c.  Add test for
490         Mac-related built-ins.  Fix test for GTK-related built-ins.
492         * term/mac-win.el (mac-handle-language-change)
493         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
494         (mac-services-open-selection, mac-services-mail-selection)
495         (mac-services-mail-to, mac-services-insert-text)
496         (mac-dispatch-apple-event): Add docstrings.
497         (x-get-selection, mac-select-convert-to-string): Select coding
498         system from `utf-16be' and `utf-16le' using `byteorder'.
500 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
502         * subr.el (lazy-completion-table): Don't be fooled if the var holds
503         a "list" (lambda ...) rather than a real completion list.
505         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
506         lexical-let when encountering ((lambda (...) ...) ...).
508 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
510         * progmodes/sh-script.el (sh-mode):
511         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
512         * textmodes/picture.el (picture-mode): Update docstrings.
514 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
516         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
517         commands enclosed in $(ARGQUOTE)s should not be split between two
518         lines, as that will break with GNU Make >3.80, when sh.exe is used
519         and arg quoting is with '..'.
520         (autoloads): Don't break the quoted --eval expression between
521         several lines.
523 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
525         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
526         Capture error from printing circular structures.
528 2005-12-17  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
530         * wid-edit.el (widget-checkbox-action): Clear undo info.
532 2005-12-16  Bill Wohler  <wohler@newt.com>
534         * menu-bar.el (kill-this-buffer): Set a good example by using menu
535         bar, not menubar in comment.
537 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
539         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
540         After-change-functions should not clobber the match data.
542 2005-12-16  Juri Linkov  <juri@jurta.org>
544         * simple.el (choose-completion): Use `buffer-substring-no-properties'
545         instead of `buffer-substring'.
546         (completion-common-substring): Doc fix.
547         (completion-setup-function): Use minibuffer-completion-contents
548         instead of minibuffer-contents.  Don't set common-string-length
549         initially.  Remove special handling of partial-completion-mode.
550         Move computation of completion-base-size into one cond.
551         Call completion-base-size-function in mainbuf.  In computation of
552         completion-base-size for file name completion don't move point to
553         the end of the minibuffer.  Move computation of common-string-length
554         into one cond.  Start putting faces only when common-string-length>=0.
555         Add condition to put completions-common-part when
556         common-string-length>0.
558         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
559         place point at the first different character in the minibuffer
560         even if this position is at the beginning of the minibuffer.
562         * info.el (Info-read-node-name-1): In completion-base-size-function's
563         lambda return 1 if common-substring or minibuffer-completion-contents
564         starts with (, and 0 otherwise.
566         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
567         Use `crm-current-element' for second arg of `display-completion-list'.
569 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
571         * files.el (set-auto-mode): Look for an interpreter specified on
572         the first line also if search for mode specification succeeded,
573         but the mode is not known.
575 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
577         * textmodes/org.el: (org-tags-match-list-sublevels): New option.
578         (org-open-at-point): Implement tag searches as links.
579         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
580         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
581         (org-tags-sparse-tree, org-tags-view, org-set-tags)
582         (org-agenda-dispatch): New commands.
583         (org-use-tag-inheritance, org-tags-column): New options.
584         (org-tab-follows-link, org-return-follows-link): New options.
585         (org-tags): New customize group.
586         (org-start-icalendar-file): Get local time zone.
587         (org-tags-completion-function): New function.
588         (org-set-font-lock-defaults): Make sure links will also be
589         highlighted inside headlines.
591 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
593         * term.el (term-emulate-terminal):
594         Let term-handle-ansi-terminal-messages override what Bash says about
595         its current directory.
597 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
599         * bindings.el (last-buffer): Move to simple.el.
600         * simple.el (last-buffer): Move here.
601         (get-next-valid-buffer): New function.
602         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
603         (prev-buffer): Ditto. Rename to `previous-buffer'.
605         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
606         * bindings.el (global-map): Ditto.
608 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
610         * cus-edit.el: Introductory comment change.
611         (custom-magic-alist): Change message string for the `rogue' state.
613 2005-12-15  Richard M. Stallman  <rms@gnu.org>
615         * tooltip.el: Delete defcustom variable :tag names.
617         * complete.el (partial-completion-mode): Doc fix.
619         * textmodes/flyspell.el (flyspell-external-point-words):
620         Use save-excursion to ensure we don't move backward in the
621         search loop, not even one character.
622         (flyspell-delete-all-overlays): Use remove-overlays directly.
624         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
625         (ispell-start-process): Set that variable.
626         Clear ispell-buffer-local-name.
627         (ispell-internal-change-dictionary):
628         Set ispell-current-dictionary after killing process.
629         (ispell-buffer-local-dict):
630         Don't set spell-personal-dictionary after killing process.
631         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
632         (ispell-tex-skip-alists)
633         (ispell-html-skip-alists, ispell-skip-region-alist): Mark as risky.
635         * net/newsticker.el (newsticker--retrieval-timer-list)
636         (newsticker--display-timer, newsticker-running-p)
637         (newsticker-ticker-running-p): Definitions moved up.
639 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
641         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
643 2005-12-15  David Ponce  <david@dponce.com>
645         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
646         (recentf-edit-list, recentf-open-files): Signal an error when
647         there is no recent file.
649 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
651         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
652         read-only except for texinfo-format-region evaluation.
654 2005-12-14  Richard M. Stallman  <rms@gnu.org>
656         * vc.el (vc-default-previous-version, vc-default-next-version)
657         (vc-do-command): Doc fixes.
659 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
661         * textmodes/bibtex.el (bibtex-expand-strings)
662         (bibtex-autokey-expand-string, bibtex-name-part)
663         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
664         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
665         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
666         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
667         (bibtex-entry-postfix, bibtex-known-entry-type-re)
668         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
669         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
670         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
671         (bibtex-beginning-of-last-entry): Remove.
672         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
673         message if comma is missing but buffer is read-only.
674         (bibtex-parse-field-text): Handle whitespaces at the end of field
675         text.  Return 3-element list with beginning and end of field text
676         and end of field.
677         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
678         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
679         (bibtex-search-forward-field, bibtex-search-backward-field):
680         Search always delimited by limits of entry.  Use more efficient
681         search algorithms.
682         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
683         bibtex-end-of-name-in-field.
684         (bibtex-text-in-field-bounds): Handle BibTeX strings when
685         extracting the content of a field.
686         (bibtex-text-in-field): Use search limits.
687         (bibtex-parse-string-prefix): Handle empty string keys based on
688         bibtex-string-empty-key.
689         (bibtex-parse-string): Fix docstring.
690         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
691         (bibtex-preamble-prefix, bibtex-strings): New functions.
692         (bibtex-skip-to-valid-entry): Include preceding whitespace in
693         BibTeX entries (consistent with other BibTeX functions).
694         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
695         (bibtex-search-entry): Fix docstring.  Simplify.
696         (bibtex-flash-head, bibtex-complete-string-cleanup)
697         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
698         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
699         (bibtex-parse-entry): New optional arg content.
700         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
701         Use bibtex-text-in-field-bounds.
702         (bibtex-print-help-message): Handle BibTeX strings and preambles.
703         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
704         bibtex-parse-string-postfix.
705         (bibtex-find-text-internal): New function.
706         (bibtex-remove-delimiters): Use it.
707         (bibtex-find-text): Use it.  New optional arg help.
708         (bibtex-complete): Handle BibTeX string and preamble entries.
709         (bibtex-Preamble): Fix order of closing delimiters.
711 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
713         * vc.el (vc-default-revert): New fun.
715         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
717 2005-12-14  Romain Francoise  <romain@orebokech.com>
719         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
720         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
721         (font-lock-remove-keywords): Likewise.
723 2005-12-14  Juri Linkov  <juri@jurta.org>
725         * log-view.el (log-view-diff): Doc fix.
727         * isearch.el (isearch-query-replace): Use (mark) instead of
728         isearch-opoint if mark is active in transient-mark-mode.
730 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
732         * isearch.el (isearch-query-replace): Check for isearch-other-end.
734 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
736         * progmodes/cpp.el (cpp-face): New widget.
737         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
739 2005-12-14  Juri Linkov  <juri@jurta.org>
741         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
742         around `erase-buffer' and `insert'.
744         * descr-text.el (describe-text-properties): Replace buffer name
745         "*Help-2*" with "*Help*<2>".
746         (describe-char): Add functions print-help-return-message,
747         toggle-read-only.  Use help-setup-xref with nil to not store
748         describe-char in help-xref-stack.  Use help-make-xrefs to
749         make [back] button.
751         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
753         * wdired.el (wdired-old-point): New internal variable.
754         (wdired-change-to-wdired-mode): Set it buffer-locally.
755         (wdired-abort-changes): Restore point after aborting changes.
757 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
759         * vc.el (vc-do-command): Add a new value t for okstatus.
761         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
762         frame in case of errors.
764 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
766         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
767         so it comes after "On the Left" in the menu.
769 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
771         * cus-edit.el (customize-apropos, customize-apropos-options)
772         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
774 2005-12-12  Bill Wohler  <wohler@newt.com>
776         * vc-svn.el (vc-svn-registered): Fix problem of visiting
777         non-writable Subversion-controlled files by saving window
778         configuration before calling vc-do-command.  vc-do-command calls
779         pop-to-buffer on error which is unexpected during registration.
781 2005-12-12  Jay Belanger  <belanger@truman.edu>
783         * calc/README: Update the summary of changes.
785 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
787         * descr-text.el (describe-char): Rework last fix to solve the problem
788         is the same way it's solved for everything else in that function
789         (i.e. by extracting the info before setting up the *Help* buffer).
791 2005-12-12  Kim F. Storm  <storm@cua.dk>
793         * subr.el (version-regexp-alist): Allow space as separator before
794         non-numeric part, e.g. "1.0 alpha".
795         (version-to-list): Interpret .X.Y version as 0.X.Y version.
797 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
799         * textmodes/org.el: (org-agenda, org-timeline, org-todo):
800         Implement Logging and the keep-modes setting.
801         (org-get-category): Make sure a string is returned.
802         (org-log-done): New function.
803         (org-log-done, org-closed-string): New options.
805 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
807         * tooltip.el (tooltip-y-offset): Change default to 20.
809 2005-12-12  Richard M. Stallman  <rms@gnu.org>
811         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
813         * frame.el (display-hourglass): Doc fix.
815         * help.el (help-for-help-internal): Simplify entry for `a'.
817         * info.el (Info-on-current-buffer): Doc fix.
818         (info-insert-file-contents): Don't test (featurep 'jka-compr).
820         * startup.el (inhibit-splash-screen): Make this the real name.
821         (inhibit-startup-message): Make this the alias.
822         (command-line): Find only simple.el, and use its directory
823         to fill in other preloaded files' names.
824         (command-line): Deactivate the mark if deactivate-mark is set.
826         * international/mule.el (load-with-code-conversion):
827         Bind deactivate-mark.
829         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
831 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
833         * cus-edit.el (customize-apropos): Avoid listing an option more
834         than once under different aliases.  No longer list user options
835         that are not defined with defcustom (unless a prefix arg is given).
836         Doc fix.
837         (customize-apropos-options): Doc fix.
839 2005-12-11  Juri Linkov  <juri@jurta.org>
841         * frame.el (set-background-color, set-foreground-color)
842         (set-cursor-color, set-mouse-color, set-border-color):
843         Add explicit prompts to read colors by `facemenu-read-color'.
844         (show-trailing-whitespace, blink-cursor-delay)
845         (blink-cursor-interval, display-hourglass, hourglass-delay):
846         Remove tags.
847         (display-hourglass, hourglass-delay): Doc fix.
848         (cursor-in-non-selected-windows): Capitalize words in tag.
850         * faces.el (frame-background-mode): Replace `choice-item' keywords
851         with `const' to not make [default] button.  Change default value tag
852         from `default' to `automatic'.  Doc fix.
853         (trailing-whitespace) <defface>: Change group `whitespace' to
854         `whitespace-faces'.
856 2005-12-11  Richard M. Stallman  <rms@gnu.org>
858         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
860 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
862         * term/mac-win.el: Create keymap for mac-apple-event-map.
864 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
866         * tooltip.el (tooltip-mode): Move to start of file so that it
867         appears at top of customize buffer.
869         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
870         Add the gud groupname.
871         (gud-tooltip-mode): Add the tooltip groupname.
872         (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
873         avoid conflict with tooltip-use-echo-area.
875 2005-12-10  Romain Francoise  <romain@orebokech.com>
877         * help.el (help-for-help-internal): Add `r' in doc string.
879 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
881         * align.el (align-regexp, align-highlight-rule):
882         Use region-beginning and region-end instead of point and mark, so that
883         repetition (with `repeat-complex-command') recomputes the region
884         bounds.
886 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
888         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
889         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
890         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
891         (balance-windows): Rewrite using the above new functions.
893 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
895         * hi-lock.el: (hi-lock-mode) Renamed from hi-lock-buffer-mode;
896         react if global-hi-lock-mode seems intended.
897         (global-hi-lock-mode) Renamed from hi-lock-mode.
898         (hi-lock-archaic-interface-message-used)
899         (hi-lock-archaic-interface-deduce): New variables.
900         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
901         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
902         (hi-lock-find-patterns, hi-lock-font-lock-hook):
903         Replace hi-lock-buffer-mode with hi-lock-mode.
905 2005-12-10  Kevin Rodgers  <ihs_4664@ihs.com>
907         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
908         completion list, even after a partial completion has been
909         inserted in the current buffer.  If there are more than 1
910         completion, redisplay the *Completions* buffer; if the
911         completion is unique, delete the *Completions* window.
913 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
915         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
916         strings and long subject lines that were broken into multiple
917         lines at arbitrary places.  Handle subjects that have "Re: " in
918         the middle.
920 2005-12-10  John W. Eaton  <jwe@octave.org>
922         * emacs/octave-mod.el (octave-electric-space): Don't indent
923         comments or strings if octave-auto-indent is nil.
925 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
927         * term/mac-win.el: Require url when compiling.
928         Call mac-process-deferred-apple-events after loading init files.
929         (mac-apple-event-map): New defvar.  Define event handlers in it.
930         (core-event, internet-event): New Apple event class symbols.
931         (open-application, reopen-application, open-documents)
932         (print-documents, open-contents, quit-application)
933         (application-died, show-preferences, autosave-now, get-url):
934         New Apple event ID symbols.
935         (about): New HICommand ID symbol.
936         (mac-event-spec, mac-event-ae): New macros.
937         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
938         (mac-ae-selection-range, mac-ae-text-for-search)
939         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
940         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
941         and Services menu events are now defined in mac-apple-event-map.
942         (mac-drag-n-drop): Remove selection range handling.
944 2005-12-10  Kenichi Handa  <handa@m17n.org>
946         * simple.el (zap-to-char):
947         * isearch.el (isearch-process-search-char): Translate CHAR by
948         translation-table-for-input.
950 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
952         * foldout.el (foldout-exit-fold): Properly hide subtree.
954 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
956         * files.el (save-buffer):
957         * international/ucs-tables.el (ucs-set-table-for-input):
958         * mail/mail-extr.el (mail-extract-address-components):
959         * mail/sendmail.el (mail-mode): Reformat doc string.
961 2005-12-09  Juri Linkov  <juri@jurta.org>
963         * isearch.el (isearch-highlight): Change main overlay priority
964         from 1 to 1001.  Simplify.
965         (isearch-lazy-highlight-update): Change lazy overlay priority
966         from 0 to 1000.
968         * replace.el (replace-highlight): Change overlay priority from
969         1 to 1001.
971         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
972         Change overlay priority from 1 to 1001.  Reuse existing overlay.
974         * compare-w.el (compare-windows-highlight): Change overlay
975         priority from 1 to 1000.
977         * menu-bar.el (menu-bar-edit-menu): Add listp around
978         pending-undo-list to disable menu item "undo" when pending
979         undo list is empty.
981         * locate.el (locate): Disable undo in *Locate* buffer.
983 2005-12-09  Kim F. Storm  <storm@cua.dk>
985         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
987 2005-12-09  David Ponce  <david@dponce.com>
989         * recentf.el: Improvement of the menu code.
990         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
991         instead of menu hook.
992         (recentf-show-menu, recentf-hide-menu): New functions.
993         (recentf-menu-customization-changed, recentf-mode): Use them.
994         (recentf-menu-action, recentf-max-menu-items)
995         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
996         (recentf-arrange-by-rule-others)
997         (recentf-arrange-by-rules-min-items)
998         (recentf-arrange-by-rule-subfilter) : Don't use
999         `recentf-menu-customization-changed'.
1000         (recentf-arrange-rules): Likewise.  Accept functions to compute
1001         sub-menu titles.
1002         (recentf-menu-filter): Likewise.  Doc fix.
1003         (recentf-menu-value-shortcut): Doc fix.
1004         (recentf-dump-variable): Quote atom value.
1005         (recentf-make-menu-items): Update to use it as a menu filter.
1006         (recentf-match-rule): New function.
1007         (recentf-arrange-by-rule): Use it.
1008         (recentf-indirect-mode-rule): New function.
1009         (recentf-build-mode-rules): Use it.
1010         (recentf-dir-rule): New function.
1011         (recentf-arrange-by-dir): Use it.
1012         (recentf-filter-changer-current): Rename from
1013         `recentf-filter-changer-state'.  All references updated.
1014         (recentf-filter-changer-alist): Update filter names.
1015         (recentf-filter-changer-select): New function.
1016         (recentf-filter-changer): Use it.  Make a sub-menu from filters
1017         available in `recentf-filter-changer-alist'.
1018         (recentf-data-cache, recentf-clear-data)
1019         (recentf-update-menu): Remove.  All references updated.
1020         (recentf-match-rule-p, recentf-build-dir-rules)
1021         (recentf-filter-changer-goto-next)
1022         (recentf-filter-changer-get-current)
1023         (recentf-filter-changer-get-next): Remove.
1025 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
1027         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
1028         buffer "Reset" button to "Reset to Current" for consistency with
1029         the State buttons.
1031 2005-12-08  John Paul Wallington  <jpw@pobox.com>
1033         * ibuf-ext.el (define-ibuffer-filter filename):
1034         If `dired-directory' is a list then really use its car.
1036 2005-12-08  Kim F. Storm  <storm@cua.dk>
1038         * emulation/cua-rect.el (cua--rectangle-aux-replace): Fix
1039         indention of text on right side of replaced rectangle.
1041 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
1043         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
1044         No need to check gud-comint-buffer is bound.
1045         (gdb): Prevent multiple debugging when first session uses gdba.
1047 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1049         CC Mode update to 5.31.
1051         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
1052         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.  We
1053         might do this function properly in the future).
1055         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
1056         macros c-sentence-end and c-default-value-sentence end, to cope
1057         with Emacs 22's new function `sentence-end'.
1059 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1061         * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
1062         compat issue using `c-put-overlay' and `c-delete-overlay'.
1064         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
1065         compat macros to handle overlays/extents.
1067 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1069         * progmodes/cc-fix.el: Add definitions of the macros push and pop
1070         (for GNU Emacs 20.4)
1072         * progmodes/cc-defs.el:
1073         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
1075         * progmodes/cc-cmds.el (c-show-syntactic-information): change the
1076         highlighting mechanism so it will work in XEmacs too.
1078         * progmodes/cc-defs.el: Insert c-int-to-char.
1080         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
1081         call to the new macro c-int-to-char.  This solves XEmacs's
1082         regarding characters as different from integers.
1084 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1086         * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
1087         helper.
1089         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
1090         construct to make the indirect face lookup work in XEmacs.
1092         (c-cpp-matchers): Append the negation char face to the existing
1093         fontification, so that the cpp face doesn't disappear.  Use
1094         `c-make-syntactic-matcher' to avoid negation chars in comments and
1095         strings.
1097         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
1098         to map to `font-lock-negation-char-face' in emacsen where it
1099         exists.
1101 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1103         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
1105         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el: Rename
1106         "c-subword-move-mode" as "c-subword-mode".
1108         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
1109         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
1111 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1113         * progmodes/cc-mode.el: Added autoload directive for
1114         `c-subword-move-mode' for use in older emacsen.
1116 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1118         * progmodes/cc-mode.el:
1119         (i) Insert a binding for C-c C-backspace into
1120         c-bind-special-erase-keys which works in TTYs.
1121         (ii) Make sure that when file styles are used, any explicitly
1122         given style variables take priority over those in the style.  Do
1123         this by calling `hack-local-variables' a second time.
1125         * progmodes/cc-vars.el: Add language specific customization
1126         widgets for AWK to c-doc-comment-style, c-require-final-newline
1127         and c-default-style.  Add a defcustom for awk-mode-hook.  Give
1128         c-syntactic-element and c-syntactic-context doc-strings by
1129         directly setting their `variable-documentation' propery.  This
1130         allows Emacs 22.1 to read these with C-h v.
1132         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
1133         Monnier).
1135 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1137         * progmodes/cc-fonts.el, cc-vars.el
1138         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection,
1139         gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
1140         Masatake YAMATO.
1142         (c-doc-comment-style): Made GtkDoc default in C mode.
1144         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
1145         and C-c C-<delete>.
1147         (c-bind-special-erase-keys): New function for use on
1148         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
1150         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
1151         <delete> key behavior in XEmacs according to `delete-forward-p'.
1152         C.f. `c-electric-delete'.
1154 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1156         * progmodes/cc-mode.el: Give c-hungry-backspace and
1157         c-hungry-delete-forward permanent key bindings.
1159         * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
1160         c-syntactic-context for calls to "criteria functions", for
1161         consistency with other calls to user functions.
1163         * progmodes/cc-cmds.el (c-indent-command): expunge use of
1164         `current-prefix-arg', since this might be the prefix arg to a
1165         command which calls c-indent-command as a function.  Change the
1166         interactive spec from "p" to "P".
1168         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
1169         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
1170         was difficult to understand.
1172 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1174         * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
1175         first char of an identifier.
1177         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
1178         +" syntax in C++.
1180 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1182         * progmodes/cc-cmds.el (c-mask-paragraph): correct, so that
1183         auto-fill doesn't split a c-comment's last word from a hanging
1184         "*/" when a space is typed between them after fill-column.
1186         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
1188         * progmodes/cc-styles.el (c-set-style,
1189         c-setup-paragraph-variables): Abort the command if we're not in a
1190         CC Mode buffer.
1192         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
1193         with blank comment-prefix, and a blank line as the comment's
1194         second line.
1196 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1198         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
1199         Incorporated the patterns added in the Emacs development branch
1200         for the new Emacs 22 face `font-lock-negation-char-face'.
1202         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
1203         of "red" since it stands out better in xterms and DOS terminals.
1205         * progmodes/cc-engine.el (c-literal-faces): Added
1206         `font-lock-comment-delimiter-face' which is new in Emacs 22.
1208 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1210         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
1211         forcibly enable c-electric-flag.
1213         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
1214         `comment-close-slash' on c-electric-slash: if enabled, typing `/'
1215         just after the comment-prefix of a C-style comment will close that
1216         comment.
1218 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1220         * progmodes/cc-fonts.el (c-basic-matchers-before,
1221         c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
1222         in Pike.
1224         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
1225         digraphs.
1227         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
1228         (c-cpp-message-directives, c-cpp-include-directives,
1229         c-opt-cpp-macro-define, c-opt-cpp-macro-define-start,
1230         c-cpp-expr-directives): Introduced new language constants to
1231         control cpp syntax in a cleaner way.
1233         (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
1235         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
1237         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines,
1238         c-multiline-string-start-char): New language constants and
1239         variables to specify how newlines in string literals work.
1241         (c-font-lock-invalid-string): Use them.
1243         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
1244         unbalanced close brace is entered.  Optimization by avoiding going
1245         back over arbitrarily large blocks.  Removed hints that this
1246         function only would be relevant/useful in AWK.
1248         (c-electric-brace): Indent syntactically after the cleanups since
1249         lineup functions might do it differently then.
1251         * progmodes/cc-engine.el, cc-langs.el
1252         (c-opt-op-identifier-prefix): New language constant and variable.
1254         (c-just-after-func-arglist-p, c-after-special-operator-id,
1255         c-search-decl-header-end, c-inside-bracelist-p): Use it.
1257         * progmodes/cc-align.el, cc-engine.el
1258         (c-after-special-operator-id): New helper to handle C++ operator
1259         identifiers.
1261         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p,
1262         c-guess-basic-syntax): Handle C++ operator identifiers in
1263         declarations.
1265         * progmodes/cc-langs.el (c-assignment-operators): Added the
1266         trigraph version of ^= too.
1268         * progmodes/cc-langs.el (c-assignment-operators): Added the
1269         trigraph version of |= in C++.
1271         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
1272         `c-decl-hangon-kwds' after the identifier name.
1274         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
1275         whether an arglist is "nonempty", ignore a comment after the open
1276         paren if it isn't followed by a non-comment token on the same
1277         line.
1279         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
1280         heuristics below the point to cope with classes inside special
1281         brace lists in Pike.
1283 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1285         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
1287 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1289         * progmodes/cc-guess.el (cc-guess-install): New function to
1290         install an already guessed style in another buffer.
1292         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
1293         sets `inhibit-read-only' - `c-save-buffer-state' should be used
1294         anyway if the change always is undone.
1296 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1298         Implement togglable electricity:
1300         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
1301         saying when it should be used.
1303         * progmodes/cc-engine.el: Add the new buffer-local variable,
1304         c-electric-flag.
1306         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
1307         c-toggle-auto-newline.
1309         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
1310         c-toggle-auto-newline.  Remove the binding for
1311         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
1312         c-toggle-electric-state.
1314         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
1316         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
1317         c-\(forward\|backward\)-subword.
1318         (c-update-modeline): Add the new modeline flag `l' for
1319         `c-electric-flag'.  Make the auto-newline flag `a' dependent on
1320         `l'.
1321         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.  Make
1322         the old name an alias of the new name.
1323         (c-toggle-electric-state): New function.
1324         c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
1325         Adapt these functions to do electric things only when
1326         c-electric-flag is non-nil.
1327         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
1328         new functions from c-electric-brace.
1329         (c-point-syntax): Add a check for "virtual semicolons" in AWK
1330         mode, so that the tentative extra newline doesn't change the
1331         syntax of the following brace.
1332         (c-electric-brace): restructure by extracting the above functions.
1333         Tidy up the coding somewhat.
1334         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
1335         restructure a bit.
1337 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1339         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
1340         anchor position(s) using faces.  Thanks to Masatake YAMATO for the
1341         idea.
1343         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
1344         (c-submode-indicators): Changed name from `c-auto-hungry-string'
1345         since it's now used to track another submode.
1347         (c-update-modeline): Converted to function and extended to check
1348         `c-subword-move-mode'.
1350         (c-forward-into-nomenclature, c-backward-into-nomenclature):
1351         Converted to compat aliases for `c-forward-subword' and
1352         `c-backward-subword'.
1354         * progmodes/cc-subword.el: New functions and minor mode to handle
1355         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
1357         (c-forward-subword, c-backward-subword, c-mark-subword,
1358         c-kill-subword, c-backward-kill-subword, c-transpose-subwords,
1359         c-capitalize-subword, c-downcase-subword, c-upcase-subword):
1360         Functions corresponding to the standard word handling functions.
1362         (c-subword-move-mode): Minor mode that replaces all the standard
1363         word handling functions with their subword equivalences.
1365 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1367         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
1368         entry for one-liner-defun.
1370         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
1371         name in its def-edebug-spec.
1373         * progmodes/cc-cmds.el (c-electric-brace): Make the
1374         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
1375         compacts space before a comment, if this will make things fit on
1376         one line.
1378         Introduce an "awk" style, mainly for auto-newline and clean-ups.
1380         * progmodes/cc-align.el: new function c-snug-1line-defun-close
1382         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
1383         clean-up one-liner-defun.
1385         * progmodes/cc-styles.el: Add the new "awk" style.
1387         * progmodes/cc-vars.el: Add description of one-liner-defun to
1388         c-cleanup-list's doc-string.  New user options,
1389         c-max-one-liner-length.  In c-default-style, set the default style
1390         for AWK to "awk".
1392 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1394         * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
1395         macros inside labels.
1397         * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
1398         `c-at-statement-start-p' and `c-at-expression-start-p'.
1400         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
1401         error if the mark isn't set.
1403         * progmodes/cc-engine.el (c-guess-continued-construct,
1404         c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
1405         accurately detect functions inside functions.
1407         * progmodes/cc-engine.el (c-at-expression-start-p): New function
1408         like `c-at-statement-start-p' that additionally recognizes commas
1409         and expression parentheses as delimiters.
1411         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
1412         to avoid heuristics that doesn't work for unclosed blocks.
1414         (c-at-statement-start-p): New function.
1416         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
1417         Objective-C directives, e.g. directives spanning lines should work
1418         reasonably well now.
1420         (c-put-c-type-property, c-clear-c-type-property): New helpers.
1422         (c-forward-objc-directive): New function to move over any ObjC
1423         directive.
1425         (c-just-after-func-arglist-p, c-guess-basic-syntax,
1426         c-basic-matchers-before): Use it.
1428         (c-font-lock-objc-iip-decl): Removed.
1430         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
1431         in the template arglist recognition.
1433         * progmodes/cc-styles.el (c-style-alist): Fixed several
1434         inconsistencies in the Whitesmith style.
1436         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks): New
1437         lineup function to get lines after Whitesmith style blocks
1438         correctly indented.
1440         (c-lineup-whitesmith-in-block): Backed out the compensation for
1441         opening parens since it's done using `add' lists in the style
1442         definition instead.  Don't use the anchor position since it varies
1443         too much between the syntactic symbols. :P
1445         * progmodes/cc-vars.el (c-valid-offset): Updated.
1447         * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
1448         lists where the offsets are combined according to several
1449         different methods: `first', `min', `max', and `add'.  Report
1450         offset evaluation errors with `c-benign-error' so that some kind
1451         of reindentation still is done.
1453         * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
1454         `arglist-intro' the same way as `arglist-cont-nonempty' and
1455         `arglist-close'.
1457         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
1458         situations for `arglist-cont-nonempty' and `arglist-close'.
1460         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
1461         constant.
1463         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
1464         cc-bytecomp-boundp' in a number of places.
1466         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
1467         macro related issue.
1469 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1471         * progmodes/cc-awk.el: Change the terminology of regexps: A char
1472         list is now
1473         [asdf], a char class [:alpha:].  Include code for char classes.
1474         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
1475         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
1477         Remove (nearly all of) the cruft associated with AWK Mode's former
1478         concept of "virtual semicolons":
1480         Adapt c-beginning-of-statement, c-end-of-statement (together with
1481         subfunctions) to use the new notion of "virtual semicolon" in
1482         place of the old awkward special handling for AWK.  There remains
1483         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
1484         * progmodes/cc-cmds.el:
1485         (c-ascertain-adjacent-literal): In the backwards direction, now
1486         recognises AWK regexp delimiters as string delimiters.
1487         (c-after-statement-terminator-p): Adapt for virtual semicolons;
1488         check more rigorously for "end of macro".
1489         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
1490         virtual semicolons;
1491         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
1492         out the code for forward movement into ...
1493         (c-end-of-statement): Now contains the code for forward movement,
1494         adapted for virtual semicolons.
1496         * progmodes/cc-engine.el:
1497         (c-ws*-string-limit-regexp): new regexp.
1498         (c-forward-single-comment, c-backward-single-comment): Comment out
1499         the (now redundant) "special" AWK stuff.
1501         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
1502         c-string-par-start, c-string-par-separate to be more like Text
1503         Mode than Fundamental Mode.
1505 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1507         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
1508         to the fontified region so that fontification doesn't occur
1509         outside it
1510         (could happen e.g. when fontifying a line with an unfinished
1511         declaration).
1513 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1515         * progmodes/cc-awk.el: Regexps for analysing AWK code have been
1516         moved to near the start of the file.  ^L now separate sections of
1517         the file.  New defconsts: c-awk-non-eol-esc-pair-re,
1518         c-awk-blank-or-comment-line-re,
1519         c-awk-one-line-possibly-open-string-re,
1520         c-awk-regexp-one-line-possibly-open-char-class-re,
1521         c-awk-one-line-possibly-open-regexp-re,
1522         c-awk-one-line-non-syn-ws*-re.  New functions: c-awk-at-vsemi-p,
1523         c-awk-vsemi-status-unknown-p.
1525         Amend the concept of "virtual semicolons" (in the indentation
1526         engine) for languages like AWK, such that they are now
1527         conceptually attached to end of the last token of a statement, not
1528         the end of the line.  (In AWK Mode, however, the pertinent text
1529         property is still physically set on the EOL.)  Remove the specific
1530         tests for awk-mode, thus facilitating the introduction of other
1531         language modes where EOLs can end statements.  (Note: The
1532         funtionality in cc-cmds.el, specifically
1533         c-beginning/end-of-statement has yet to be amended.)
1535         * progmodes/cc-defs.el: New macros c-at-vsemi-p,
1536         c-vsemi-status-unknown-p.
1538         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
1539         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
1540         c-vsemi-status-unknown-p-fn (in a new page).
1542         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
1543         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
1544         numerous awkward forms like
1545         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
1546         with
1547         (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
1548         variable before-ws-ip, the place just after char-before-ip
1549         appears.
1551         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
1552         a comment.
1554 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1556         * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
1557         `c-tentative-buffer-changes'.
1559         * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
1560         converted to macro to choose between Emacs and XEmacs at compile
1561         time.
1563         (c-set-region-active): New set counterpart to
1564         `c-region-is-active-p'.
1566         (c-tentative-buffer-changes): New macro to handle temporary buffer
1567         changes in a convenient way.
1569         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
1570         for `c-tentative-buffer-changes'.
1572         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
1573         the checks for paren sexps between the point and the keyword, to
1574         avoid some false alarms.
1576         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
1577         Fixed a situation where an error could be thrown for unbalanced
1578         parens.  Changed to make use of c-keyword-member' to avoid some
1579         repeated regexp matches.
1581         (c-opt-lambda-key, c-opt-inexpr-block-key,
1582         c-opt-inexpr-class-key): These language variable are no longer
1583         necessary.
1585         (c-block-stmt-kwds): New language constant used by
1586         c-looking-at-inexpr-block'.
1588         (c-guess-basic-syntax): Removed an optional check that looked at
1589         the existence of the now removed language variables.
1591         * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
1592         c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
1593         object instantiation expressions as declarations in some contexts.
1594         This bug only affected languages where the declarator can't be
1595         enclosed in parentheses.
1597         * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
1598         insert newlines before and after substatement braces.
1600         * progmodes/cc-engine.el: Improved the heuristics for recognizing
1601         function declaration headers and the handling of C++ style member
1602         init lists.
1604         (c-just-after-func-arglist-p): Rewritten to use
1605         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
1607         (c-beginning-of-member-init-list): Removed since it isn't used
1608         anymore.
1610         (c-guess-basic-syntax): Case 5B adapted for the new
1611         `c-just-after-func-arglist-p'.  Cases 5B.1 and 5B.3 merged.  Cases
1612         5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
1613         covers all cases now).
1615         * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
1617 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1619         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
1620         c-string-par-start/separate c-sentence-end-with-esc-eol,
1621         initialised in c-setup-paragraph-variables, used in string
1622         scanning subroutines of c-beginning-of-statement.
1624         * progmodes/cc-cmds.el (c-electric-brace): don't delete a comment
1625         which precedes the newly inserted `{'.
1627 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1629         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
1630         function for declaration level blocks.  It should now cope with
1631         templates better and also be a lot more comprehensible.
1633         (c-looking-at-decl-block): The new function.
1635         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
1636         for compatibility.
1638         (c-add-class-syntax, c-guess-continued-construct,
1639         c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
1641         (c-decl-block-key): Changed to tell apart ambiguous and
1642         unambiguous keywords.  Pike specials are now handled directly in
1643         the code instead.
1645         (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
1646         language constants and variables to make the backward skip in
1647         `c-looking-at-decl-block' as tight as possible.
1649         (c-nonsymbol-token-char-list): New language constant.
1651         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
1652         find balanced template arglists backwards.
1654         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
1655         making char classes for `c-syntactic-skip-backward'.
1657         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
1658         16D - can't be a class-close at that point.
1660         * progmodes/cc-engine.el (c-guess-basic-syntax,
1661         c-add-class-syntax): Don't narrow out the enclosing declaration
1662         level.  This makes everything a lot easier, and it was actually
1663         only four small places that needed it to work.  Some places that
1664         previously did `widen' are removed now, which has the effect that
1665         `c-guess-basic-syntax' never will look at things outside the
1666         current narrowment now.  The anchor position for `topmost-intro'
1667         is affected by this, but it was so bogus it was basically useless
1668         before, and now it's equally bogus but in a slightly different
1669         way.
1671         (c-narrow-out-enclosing-class): Gone.
1673         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
1674         the narrowed region.
1676         (c-least-enclosing-brace): Removed silly optional argument.
1678         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
1679         the point could be left directly after an open paren when finding
1680         the beginning of the first decl in the block.
1682         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
1683         Specify which submatch to use.
1685         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
1687         (c-decl-start-re): No no longer any need for special treatment of
1688         ObjC due to the above.
1690         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
1691         presumably follows C in that regard.
1693         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
1694         New language constants to specify operator tokens inside
1695         identifiers in a more high level way.
1697         (c-opt-identifier-prefix-key): New internal language constant.
1699         (c-opt-identifier-concat-key, c-opt-after-id-concat-key,
1700         c-identifier-start, c-identifier-key): Now completely calculated
1701         from other constants.
1703         (c-identifier-last-sym-match): Decommissioned since it's no longer
1704         used.
1706         (c-operators): Use `c-identifier-ops'.  Documented
1707         `postfix-if-paren'.
1709         * progmodes/cc-engine.el (c-forward-name): Removed the
1710         optimization when c-identifier-key is equal to c-symbol-key since
1711         it doesn't work in byte compiled files.  Don't record empty
1712         regions as identifiers.
1714         * progmodes/cc-langs.el (c-filter-ops): New helper function to
1715         simplify access to `c-operators' and its likes.
1717         (c-operator-list, c-all-op-syntax-tokens,
1718         c-nonsymbol-token-regexp, c-<>-multichar-token-regexp,
1719         c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds,
1720         c-primary-expr-regexp, c-cast-parens): Use it.
1722         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
1723         an explicit language in functions.
1725         * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
1726         variant of adornment.
1728         * progmodes/cc-langs.el (c-any-class-key): Removed unused language
1729         variable.
1731         (c-type-decl-prefix-key): Removed some now unnecessary cruft from
1732         the Pike value.
1734         * progmodes/cc-engine.el (c-on-identifier,
1735         c-simple-skip-symbol-backward): Small fix for handling "-"
1736         correctly in `skip-chars-backward'.  Affected the operator lfun
1737         syntax in Pike.
1739         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
1740         diagnostic message about precompiled language vars not being used.
1742         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
1743         "__attribute__" is followed by a parenthesis.
1745         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re,
1746         c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
1747         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
1749         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
1750         cleanups to properly detect the declared identifiers in various
1751         declarations.
1753         (c-decl-start-kwds): New language constant to recognize
1754         declarations that can start anywhere.  Used for class declarations
1755         in Pike.
1757         (c-specifier-key, c-not-decl-init-keywords,
1758         c-decl-prefix-or-start-re, c-find-decl-prefix-search,
1759         c-find-decl-spots): Implement `c-decl-start-kwds'.
1761         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds,
1762         c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
1763         handling of the compiler specific extension keywords into a new
1764         language constant `c-decl-hangon-kwds' that defines keyword
1765         clauses to be ignored in declarations.
1767         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
1768         past unrecognized tokens when handling `c-colon-type-list-kwds'.
1769         Necessary to stop at the declared identifier in e.g. IDL valuetype
1770         declarations.
1772         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds,
1773         c-prefix-spec-kwds-re, c-postfix-spec-kwds,
1774         c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key,
1775         c-forward-decl-or-cast-1): Recognize the declared identifier in
1776         class and enum declarations as such and not as part of the type.
1778         (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
1779         interpretation of PRECEDING-TOKEN-END when there's no preceding
1780         token.
1782         (c-forward-decl-or-cast-1): Don't disregard sure signs of
1783         declarations when there's some syntax error later on.
1785         (c-complex-decl-matchers): Did away with a reference to
1786         `c-specifier-key'.
1788         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
1789         value - this variable is always dynamically bound.
1791         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el,
1792         cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el,
1793         cc-cmds.el, cc-defs.el: Changed the policy for marking up
1794         functions that might do hidden buffer changes: All such internal
1795         functions are now marked instead of those that don't.
1797         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments,
1798         c-(forward|backward)-single-comment, c-parse-state, c-on-identifier,
1799         c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments,
1800         c-literal-type): Allow these functions to make hidden buffer changes,
1801         so that they are free to use text property caching later on.
1803         (c-electric-backspace, c-electric-delete-forward, c-electric-pound,
1804         c-electric-brace, c-electric-slash, c-electric-star,
1805         c-electric-semi&comma, c-electric-colon, c-electric-lt-gt,
1806         c-electric-paren, c-electric-continued-statement, c-indent-command,
1807         c-indent-region, c-mask-paragraph, c-indent-new-comment-line,
1808         c-context-line-break): Added `c-save-buffer-state' calls to comply
1809         with the changed semantics of the functions above.
1811         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
1812         when macros occur in obscure places.  Optimized the sexp movement
1813         a bit.
1815 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1817         Enhancements for c-beginning-of-statement to work in AWK Mode:
1819         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
1820         (completed statement) with `}' (statement completed by closing
1821         brace or semicolon) and `$' (statement completed by EOL).
1823         (c-awk-virtual-semicolon-ends-prev-line-p,
1824         c-awk-virtual-semicolon-ends-line-p,
1825         c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward,
1826         c-awk-at-statement-end-p): new functions
1828         * progmodes/cc-cmds.el: Simplify the structure of functions
1829         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
1830         two functions and c-beginning-of-statement to handle AWK Mode.
1832         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
1833         c-backward-single-comment for AWK mode.  Attempt to clarify their
1834         doc-strings.
1836         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
1838 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1840         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
1841         label handling.  Labels are now recognized in a uniform and more
1842         robust way, regardless of context.  Text properties are put on all
1843         labels to recognize the following declarations better.  Multiword
1844         labels are handled both in indentation and fontification for the
1845         benefit of language extensions like Qt.  For consistency, keywords
1846         in labels are now fontified with the label face instead.  That
1847         also applies to "case" and "default".
1849         (c-beginning-of-statement-1): Fixed some bugs in the label
1850         handling.  Disregard `c-nonlabel-token-key' in labels that begin
1851         with `c-label-kwds'.
1853         (c-find-decl-spots): Support that the callback adds more
1854         `c-decl-end' spots to find.
1856         (c-forward-decl-or-cast-1): Don't treat a list of plain
1857         identifiers followed by a colon as a declaration.
1859         (c-forward-label): New function to recognize labels.
1861         (c-guess-basic-syntax): Replaced uses of `c-label-key' with
1862         `c-forward-label'.  Moved the label recognition cases (14 and 15)
1863         earlier since they aren't so context sensitive now.  Handle labels
1864         on the top level gracefully.  Moved access label recognition to
1865         the generic label case (CASE 15) - removed CASE 5E.
1867         (c-font-lock-declarations): Added recognition of labels in the
1868         same round since we need to handle labels in parallell with other
1869         declarations to recognize both accurately.  It should also improve
1870         speed.
1872         (c-simple-decl-matchers, c-basic-matchers-after): Moved
1873         `c-font-lock-labels' so that it only is used on decoration level 2
1874         since `c-font-lock-declarations' handles it otherwise.
1876         (c-complex-decl-matchers): Removed the simplistic recognition of
1877         access labels.
1879         (c-decl-prefix-re): Removed the kludges that was necessary to cope
1880         with labels earlier.
1882         (c-decl-start-re): New language variable to make
1883         `c-font-lock-declarations' stop for the special protection labels
1884         in Objective-C that start with `@'.
1886         (c-label-key): Removed since it's no longer used.
1888         (c-recognize-colon-labels, c-label-prefix-re): New language
1889         constants to support recognition of generic colon-terminated
1890         labels.
1892         (c-type-decl-end-used): `c-decl-end' is now used whenever there
1893         are colon terminated labels.
1895         * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
1896         first argument starts with a special brace list.
1898         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1,
1899         c-font-lock-declarations): Broke out the declaration and cast
1900         recognition from `c-font-lock-declarations' to a new function, so
1901         that it can be used in the indentation engine.
1903         * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
1904         up to the start of the literal.  Fixed bug with the point on the
1905         wrong side of the search limit that could happen when the start
1906         position is inside a literal.
1908         * progmodes/cc-engine.el (c-parse-state,
1909         c-invalidate-state-cache): Modified the use of `c-state-cache-end'
1910         so that it's kept a little bit back to increase the hit rate.
1912         (c-parse-state): Changed the macro handling and fixed some
1913         glitches.  Macro context is checked more often than necessary now,
1914         but otoh less garbage conses are generated.
1916         * progmodes/cc-engine.el (c-parse-state,
1917         c-invalidate-state-cache): Cache the last position where
1918         `c-state-cache' applies.  This can speed up refontification quite
1919         a bit in blocks where there are many non-brace parens before the
1920         point.
1922         (c-state-cache-end): New variable for this.
1924         (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
1925         cache variable.
1927         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
1928         get close initial continue positions when the start position is
1929         inside a literal or macro.  Do not call the callback for spots
1930         before the start position (which can happen e.g. for `c-decl-end'
1931         spots inside comments).  Optimize better in special cases when the
1932         region is a single line inside a literal or macro (typically when
1933         the current line is refontified).
1935         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
1936         to `c-add-stmt-syntax' - there's no need to explicitly whack off
1937         entries from the paren state.
1939         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
1940         special case for "else if" clauses.
1942         * progmodes/cc-engine.el (c-looking-at-inexpr-block,
1943         c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
1945         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
1946         language variable to recognize the gcc extension with statement
1947         blocks inside expressions.
1949         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
1950         it somewhat more comprehensible.  The argument AT-BLOCK-START is
1951         no longer used and hence removed.
1953         (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
1954         to `c-add-stmt-syntax'.
1956         * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
1957         `c-beginning-of-statement-1' instead of duplicating parts of it.
1958         This fixes bogus label recognition.
1960         * progmodes/cc-engine.el (c-add-type, c-check-type,
1961         c-forward-name, c-forward-type): Improved storage of template
1962         types in `c-found-types' so that they can be recognized better.
1964         (c-syntactic-content): Added option to skip past nested parens.
1966         * progmodes/cc-engine.el (c-forward-name): Set
1967         `c-last-identifier-range' all the time.  It's less work that way.
1968         Handle that there might not be an identifier to store in
1969         `c-last-identifier-range'.
1971         (c-forward-type): Handle that `c-last-identifier-range' might be
1972         nil from `c-forward-name'.
1974         * progmodes/cc-defs.el: (c-safe-scan-lists,
1975         c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
1977         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
1978         to work even if the form fails.
1980         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
1981         down in a large file in one go.
1983         (c-get-fallback-start-pos): New helper function for
1984         `c-parse-state'.
1986         * progmodes/cc-align.el (c-lineup-assignments): New lineup
1987         function which is like `c-lineup-math' but returns nil instead of
1988         `c-basic-offset' when it doesn't match.
1990         (c-lineup-math): Changed to use `c-lineup-assignments'.
1992 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1994         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
1995         c-beginning-of-statement.  New subfunctions
1996         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
1998 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2000         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
2001         hardcoded char classes whereever possible.  Changed a couple of
2002         places to use skip by syntax instead of skip by char class.
2004         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
2005         Fixed a bug in the regexp that caused extreme backtracking.
2007         * progmodes/cc-langs.el (c-block-comment-starter,
2008         c-block-comment-ender): New language constants to specify in a
2009         single place how block comments look.
2011         (c-comment-start-regexp, c-block-comment-start-regexp,
2012         comment-start, comment-end, comment-start-skip,
2013         c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws,
2014         c-syntactic-ws, c-nonempty-syntactic-ws,
2015         c-single-line-syntactic-ws, c-syntactic-eol): Now built from
2016         `c-line-comment-starter', `c-block-comment-starter' and
2017         `c-block-comment-ender'.
2019         (c-block-comment-regexp, c-unterminated-block-comment-regexp): New
2020         language constants to break up things a bit.
2022         (c-simple-ws): New language constant for simple whitespace.
2024         * progmodes/cc-defs.el (c-concat-separated): New convenience
2025         function.
2027         * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
2028         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
2029         newlines.  Allow and ignore nil elements in the list.
2031 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2033         * progmodes/cc-cmds.el: Comment out a (n almost certainly
2034         superfluous) check, (eq here (point-max)) in
2035         c-beginning-of-statement.
2037         * progmodes/cc-cmds.el: Tidy up the comments in
2038         c-beginning-of-statement and subfunctions.
2040         * progmodes/cc-awk.el: Replace calls to put-text-property to the
2041         more flexible c-put-char-property and c-clear-char-properties.
2042         Add the author's email address.
2044         * progmodes/cc-langs.el: New variable,
2045         c-block-comment-start-regexp.
2047         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
2048         closing "*/" of a block comment.
2050         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
2051         subfunctions) so that it works at BOB and EOB.
2053         * progmodes/cc-cmds.el, cc-vars.el: More updating of
2054         c-beginning-of-statement, including new variable
2055         c-block-comment-start-regexp.
2057 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2059         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
2060         symbols from `*-font-lock-extra-types' so that there's no need to
2061         use `regexp-opt' on those lists.
2063         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
2064         `c-type-modifier-kwds' is empty.
2066         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
2067         there are several strings on the same line.
2069         * progmodes/cc-engine.el (c-literal-limits): Removed the
2070         compatibility function for older emacsen.  `c-literal-limits-fast'
2071         has now taken the place of this function.
2073         * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
2074         with older emacsen: We now require `pps-extended-state'.
2076 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2078         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
2079         which obviates the need to hack sentence-end.  This now handles
2080         escaped newlines in strings correctly.  Correct minor bugs in
2081         c-move-over-sentence and in c-beginning-of-statement.
2083         * progmodes/cc-cmds.el (c-beginning-of-statement (and
2084         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
2085         that movement over macros and code are rigorously separated from
2086         eachother.  Correct a few incidental bugs.
2088         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
2089         Improve its doc-string.  Improve the handling of certain specific
2090         cases.
2092 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2094         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
2095         (c-guess-basic-syntax): Changed the way class-level labels are
2096         recognized; they can now contain essentially any symbols.
2098         (c-opt-extra-label-key): New language variable to cope with the
2099         special protection label syntax in Objective-C.
2101         (c-opt-access-key): Removed; this is now handled better by
2102         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
2104         (c-complex-decl-matchers): Update to handle that
2105         `c-opt-access-key' no longer exists.
2107         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
2108         improved label recognition in `c-beginning-of-statement-1'.
2110         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
2111         Recognize bitfields better.
2113         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
2114         Removed some cruft and fixed a bug that could cause it to go to a
2115         position further down.
2117         * progmodes/cc-langs.el, cc-engine.el
2118         (c-beginning-of-statement-1): Improved detection of labels in
2119         declaration contexts.
2121         (c-beginning-of-decl-1): Use it.
2123         (c-nonlabel-token-key): New language constant and variable needed
2124         by `c-beginning-of-statement-1'.
2126         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
2127         manifested itself due to the correction in `c-forward-sexp'.
2129         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
2130         these behave as documented when used at the buffer limits.
2132         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
2133         (c-type-decl-end-used): Made this a language variable.
2135         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
2136         correctly when `combine-after-change-calls' is used together with
2137         temporary narrowings.
2139         * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
2140         labels correctly when the start point is immediately after the
2141         colon.
2143         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
2144         since it isn't used anymore.
2146         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
2147         bracket arglists such as template parens in C++.
2149         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
2150         in the last check-in.  Some optimization.
2152         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
2153         where it could stop at the same level in a preceding sexp when
2154         PAREN-LEVEL is set.
2156         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
2157         text property lookup only when it's needed.
2159         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
2160         Changed the policy for paren marked angle brackets to be more
2161         persistent; once marked they remain marked even when they're found
2162         to be unbalanced in the searched region.  This should keep the
2163         paren syntax around even when individual lines are refontified in
2164         multiline template arglists.
2166         (c-parse-and-markup-<>-arglists): New dynamically bound variable
2167         to control markup so that incorrect angle bracket arglists aren't
2168         marked in contexts where the correct value for
2169         `c-disallow-comma-in-<>-arglists' isn't known.
2171         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
2172         argument has become `c-parse-and-markup-<>-arglists'.
2174         (c-remove-<>-arglist-properties): Removed - no longer used.
2176         (c-after-change-check-<>-operators): New function used on
2177         `after-change-functions' to avoid that "<" and ">" characters that
2178         are part of longer operators have paren syntax.
2180         (c-<>-multichar-token-regexp): New language variable used by
2181         `c-after-change-check-<>-operators'.
2183         (c-after-change): Call `c-after-change-check-<>-operators'.
2185         (c-font-lock-<>-arglists): Use the context properties set by
2186         `c-font-lock-declarations' to set
2187         `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
2188         markup.
2190         (c-font-lock-declarations): Removed code that undoes the invalid
2191         markup done by `c-font-lock-<>-arglists'.
2193         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
2194         after `c-font-lock-declarations'.
2196         * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
2197         paren-level feature.
2199         (c-guess-basic-syntax): Improved the anchor position for
2200         `template-args-cont' in nested template arglists.  There's still
2201         much to be desired in this area, though.
2203 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2205         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
2206         Make the "Text Filling and Line Breaking" commands work for AWK
2207         buffers.
2209 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2211         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
2212         Removed;
2213         (c-major-mode-is 'awk-mode) can be used instead now.
2215         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
2216         it doesn't work no longer are supported.
2218         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el,
2219         cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
2220         requires support for the syntax-table' text property, which rules
2221         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
2222         cruft associated with those versions.
2224         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
2225         for the `syntax-table' text property, which rules out Emacs 19 and
2226         XEmacs < 21.4.  Removed various compatibility cruft associated
2227         with those versions.
2229         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
2230         support for the `syntax-table' text property.
2232         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
2233         variable and use an extra quoted face name instead.  All the
2234         emacsen flavors handle that correctly.
2236         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare,
2237         c-font-lock-declarators, c-font-lock-declarations,
2238         c-complex-decl-matchers, c-basic-matchers-after): Use a text
2239         property to mark the items in in declarator lists to handle
2240         refontification inside multiline declarations better.
2242         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
2243         construct like "a * b = c;" as a declaration.
2245 2005-12-08  Kim F. Storm  <storm@cua.dk>
2247         * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
2248         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
2249         select either meta, hyper, or super modifier for rectangle commands.
2250         (cua--rectangle-modifier-key): New defvar.
2251         (cua--M/H-key): Use it.  Remove special case for `space'.
2252         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
2253         on X, to meta otherwise.  Always bind C-return to toggle
2254         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
2256         * emulation/cua-rect.el (cua-help-for-rectangle): Use
2257         cua--rectangle-modifier-key.  Handle super modifier too.
2258         (cua--init-rectangles): Always bind C-return to toggle rectangle.
2259         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
2261         * ido.el: Move Acknowledgements and History after Commentary.
2262         Minor changes to Commentary.
2264         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
2265         keymap if cua--prefix-override-timer is `shift'.
2266         (cua--shift-control-prefix): New function; emulate "type prefix
2267         key twice" functionality to handle shifted prefix key override.
2268         (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
2269         commands.
2270         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
2272 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
2274         * textmodes/org.el (org-insert-heading): Try to do items before
2275         headings.
2276         (org-agenda-mode): Quote `org-agenda-mode-hook'.
2277         (org-insert-item): New function.
2278         (org-renumber-ordered-list): Don't skip to higher level lists.
2280 2005-12-08  Juri Linkov  <juri@jurta.org>
2282         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
2284         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
2286         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
2288         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
2289         the constructed function name fun-1.
2291         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
2292         because such links don't lead to parent documentation.
2294 2005-12-08  Kenichi Handa  <handa@m17n.org>
2296         * descr-text.el (describe-char): Use *Help-2* buffer if the
2297         current buffer is *Help*.  Call describe-text-properties while
2298         setting the original buffer.
2300 2005-12-07  Bill Wohler  <wohler@newt.com>
2302         * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
2303         and causes problems with non-MH users (such as Gnus users).
2305 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
2307         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
2308         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
2309         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
2310         command "info sources".  Move calls to GDB command "list".
2311         (gdb-find-file-hook): Just use gdb-source-file-list.
2312         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
2313         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
2314         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
2315         (gdb-data-list-register-values-handler): Use correct trigger name.
2317 2005-12-07  Kim F. Storm  <storm@cua.dk>
2319         * ido.el (ido-completion-map): Renamed from ido-mode-map.
2320         (ido-common-completion-map, ido-file-completion-map)
2321         (ido-file-dir-completion-map, ido-buffer-completion-map):
2322         Renamed from ido-mode-....-map.
2323         (ido-init-completion-maps): Renamed from ido-init-mode-maps.
2324         (ido-setup-completion-map): Renamed from ido-define-mode-map.
2325         (ido-read-internal): Bind minibuffer-local-filename-completion-map
2326         to ido-completion-map.
2328 2005-12-07  Kenichi Handa  <handa@m17n.org>
2330         * international/mule-cmds.el
2331         (set-display-table-and-terminal-coding-system): If the coding
2332         system specified in `unibyte-display' property is different from
2333         the arg coding-system, don't setup standard-display-table.
2335 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2337         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
2338         that comments end at \n, regardless of selective-display.
2340 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
2342         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
2343         (gdb-version): New variables.
2344         (gdb-source-file-list, gdb-register-names)
2345         (gdb-changed-registers): New variables for use with GDB 6.4+.
2346         (gdb-ann3): Replace with...
2347         (gdb-init-1, gdb-init-2): ...two new functions.
2348         (gdba, gdb-prompt): Call gdb-init-1.
2349         (gdb-get-version): New function.  Call gdb-init-2 from here.
2350         (gud-watch): Make it work with mouse events too.
2351         (gdb-post-prompt): Don't add to queue until GDB version is known.
2352         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
2353         (gdb-locals-mode): Use gdb-version.
2354         (gdb-memory-format-map, gdb-memory-unit-map)
2355         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
2356         (gdb-locals-font-lock-keywords-1)
2357         (gdb-locals-font-lock-keywords-2): New variables.
2358         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
2359         (gdb-set-gud-minor-mode-existing-buffers-1)
2360         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
2361         (gdb-var-update-1, gdb-var-update-handler-1)
2362         (gdb-data-list-register-values-handler)
2363         (gdb-data-list-register-values-custom)
2364         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
2365         (gdb-stack-list-locals-handler, gdb-get-register-names):
2366         New functions for use with GDB 6.4+.
2367         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
2368         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
2369         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
2370         (gdb-stack-list-locals-regexp)
2371         (gdb-data-list-register-names-regexp): New regexps for use with
2372         GDB 6.4+.
2374 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2376         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
2378 2005-12-06  Nozomu Ando <nand@mac.com>  (tiny patch)
2380         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
2381         prompts work for AUTH PLAIN.  Also reported by Steve Allan
2382         <seallan@verizon.net>.
2384 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
2386         * frame.el (set-frame-parameter): Add doc string.
2388 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
2390         * textmodes/org.el (org-occur-highlights): New variable.
2391         (org-highlight-new-match, org-remove-occur-highlights): New functions.
2392         (org-highlight-sparse-tree-matches): New option.
2393         (org-do-occur): New function.
2394         (org-get-heading): Make it work also at beginning of line.
2395         (org-category-table): New variable.
2396         (org-get-category-table, org-get-category)
2397         (org-camel-to-words, org-link-search): New functions.
2398         (org-select-this-todo-keyword): New variable.
2399         (org-todo-list): New command.
2400         (org-shiftright, org-shiftleft): New commands.
2401         (org-agenda-todo): Add prefix argument.
2402         (org-show-hierarchy-above): New option.
2403         (org-show-todo-tree): Numerical prefix creates tree for specific
2404         TODO keyword.
2405         (org-outline-level): New function, to assign a level to plain
2406         lists items.
2407         (org-cycle-include-plain-lists): New option.
2408         (org-mode): Use `org-outline-level' as value of `outline-level'.
2409         (org-cycle): Temporarily switch `outline-regexp' if
2410         `org-cycle-include-plain-lists' is non-nil.
2411         (org-start-icalendar-file): Fix format bug.
2412         (org-agenda-get-day-entries): Create category table.
2413         (org-agenda-get-todos, org-agenda-get-timestamps)
2414         (org-agenda-get-deadlines, org-agenda-get-scheduled)
2415         (org-agenda-get-blocks): Use `org-get-category'.
2416         (org-context-in-file-links): Rename from
2417         `org-line-numbers-in-file-links' .
2419 2005-12-06  Romain Francoise  <romain@orebokech.com>
2421         * window.el (balance-windows): Delete extraneous third arg in call
2422         to `enlarge-window'.
2424 2005-12-06  Kenichi Handa  <handa@m17n.org>
2426         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
2428 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
2430         * progmodes/gdb-ui.el (gdb-var-create-handler)
2431         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
2432         (gdb-var-list-children-handler, gdb-var-update-handler):
2433         Current buffer is already gdb-partial-output-buffer, don't
2434         make it current again.
2436 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
2438         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
2439         (list-buffers-noselect): Use it.
2441 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2443         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
2444         (mail-yank-ignored-headers): Use regexp-opt.
2445         (mail-mode-map): Move initialization into declaration.
2446         (mail-sent-via): Remove unused shadowed var `to-line'.
2447         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
2448         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
2449         (mail-do-fcc): Use dolist and push.
2450         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
2451         (mail-yank-ignored-headers): Don't autoload.
2453 2005-12-05  Kenichi Handa  <handa@m17n.org>
2455         * international/mule-cmds.el (set-language-info-internal): New fun.
2456         (set-language-info): Call set-language-info-internal to update
2457         language-info-alist.  If LANG-ENV is the current one, call
2458         set-language-environment to make INFO effective now.
2459         (set-language-info-alist): Likewise.
2460         (locale-language-names): With locale "en", use English
2461         lang. env. but set the default codings to iso-8859-1.
2463 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
2465         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
2466         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
2467         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
2468         for plain strings.
2469         (gdb-frames-mode): Remove redundant call to font-lock-mode.
2470         (gdb-all-registers): Rename from toggle-gdb-all-registers.
2471         Create registers buffer if necessary.  Echo new state in minibuffer.
2472         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
2474 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
2476         * info.el (Info-fontify-node): Match external links using
2477         non-directory part of filename.
2479 2005-12-04  Juri Linkov  <juri@jurta.org>
2481         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
2482         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
2483         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
2484         because there is no customization option for it.
2486         * font-lock.el (lisp-font-lock-keywords-1):
2487         Add define-global-minor-mode.
2489         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
2491         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
2492         properties on the constructed variable names.
2494         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2495         Put `definition-name' properties on the constructed function names
2496         next-sym and prev-sym.
2498         * emacs-lisp/find-func.el (find-function-regexp):
2499         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
2500         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
2501         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
2502         and easy-menu-define.
2504         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
2505         easy-mmode-define-global-mode and define-global-minor-mode.
2506         (lisp-imenu-generic-expression): Add define-global-minor-mode.
2508         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
2509         instead of easy-mmode-define-global-mode.
2511         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
2512         Use define-minor-mode instead of easy-mmode-define-minor-mode.
2514         * cus-edit.el (customize-group, customize-group-other-window):
2515         Filter out autoloaded options from the group completion list by
2516         using heuristics that autoloaded groups don't have `custom-autoload'
2517         property on their symbols (they have only `custom-loads').
2519         * simple.el (completion-setup-function): Put completions-common-part
2520         face on complete completion string too (i.e. completion string
2521         without completions-first-difference face).
2523         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
2525 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
2527         * view.el (view-mode): Doc fix.
2529         * disp-table.el (standard-display-european): Add to the warning
2530         message a reference to the doc string.
2532         * play/yow.el (apropos-zippy): Call print-help-return-message,
2533         similar to other Help and Apropos commands.
2535         * help.el (print-help-return-message): If pop-up-frames is
2536         non-nil, set up help-return-method to delete the help window and,
2537         possibly, its frame as well, and don't display message about
2538         scrolling the help window.  Doc fix.
2539         (help-return-method): Doc fix.
2541 2005-12-03  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2543         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
2544         whereby names of length one or names starting with a
2545         symbol-constituent character would not be returned.
2547 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2549         * subr.el (atomic-change-group): Add edebug and indentation spec.
2551 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2553         * completion.el (save-completions-file-name): Fix typo in last change.
2555 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2557         * info.el: Move back/forward history to the beginning of the tool bar.
2559 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
2561         * allout.el:(eval-when-compile): Remove unnecessary load of cl.
2562         Add fset of allout-real-isearch-abort during compile to fix
2563         byte-compilation warnings.
2564         (allout-mode-p): Move definition of this macro above all uses, or
2565         byte compilation in barren emacs (eg, during emacs build) will
2566         lack the definition.
2567         (allout-mode): Move this variable above any uses, or byte
2568         compilation will fail.
2569         (allout-resolve-xref): Remove use of personal file-reference function.
2570         (allout-toggle-current-subtree-encryption): Do the current (ie,
2571         visible containing) topic, rather than nearest around point.  Doc fix.
2572         (allout-toggle-subtree-encryption): New function, workhorse that
2573         works on nearest topic containing point.
2574         (allout-encrypt-string): Signal requirement for newer version of pgg.
2575         (allout-resumptions): Doc fix.
2577 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
2579         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
2581 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
2583         * textmodes/flyspell.el (flyspell-external-point-words):
2584         Consider a misspelling as found in the string search if: (a) misspelling
2585         and found string lengths match, or (b) misspelling is found as
2586         element in a boundary-chars separated longer string, or (c)
2587         ispell-program-name is really ispell and misspelling is found as
2588         part of a TeX string.  After successful match move beginning of
2589         search region to end of match.  Warn about not found misspellings
2590         once the process is done.
2591         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
2593 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
2595         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
2596         tool bar (removed inadvertently).
2598 2005-12-02  Juri Linkov  <juri@jurta.org>
2600         * log-view.el (log-view-diff): Clarify doc string.
2602 2005-12-01  Bill Wohler  <wohler@newt.com>
2604         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
2605         triggers lm-verify errors.
2607 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
2609         * simple.el (transient-mark-mode, line-number-mode)
2610         (column-number-mode, size-indication-mode): Remove `:require nil'.
2612 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
2614         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
2615         in the margin also.
2616         (gdb-breakpoints-mode-map): Use D instead of d for
2617         gdb-delete-breakpoint.
2618         (gdb-get-frame-number): Require a number to match on.
2619         (gdb-threads-mode-map): Add follow-link binding.
2621 2005-11-30  Jason Rumney  <jasonr@gnu.org>
2623         * isearch.el (isearch-mode-map): Avoid exiting search on
2624         language-change event.
2626 2005-11-30  Romain Francoise  <romain@orebokech.com>
2628         * speedbar.el (speedbar-default-position): New defcustom.
2629         (speedbar-frame-reposition-smartly): Use it.
2631         * dframe.el (dframe-reposition-frame-emacs): Fix position
2632         computation for `left' location.
2633         Update copyright year.
2635 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2637         * help.el (help-map): Move initialization into declaration.
2639         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
2641         * help-fns.el (help-argument-name): Don't autoload.
2642         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
2643         to be re-loaded when customizing the `help' group.
2645 2005-11-30  John Paul Wallington  <jpw@gnu.org>
2647         * help-fns.el (describe-function-1): Fill arglist output.
2649 2005-11-30  Kim F. Storm  <storm@cua.dk>
2651         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
2652         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
2653         after revert-buffer (or anything else which kills all local variables).
2655         * apropos.el (apropos-parse-pattern): Doc fix.
2656         Set apropos-regexp directly, rather than expecting callers to do so.
2657         (apropos-command, apropos, apropos-value, apropos-documentation):
2658         Simplify calls to apropos-parse-pattern.
2660 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
2662         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
2663         (hi-lock-face-phrase-buffer): Use hi-yellow face.
2664         (hi-lock-write-interactive-patterns): Use comment-region.
2666         * longlines.el (longlines-mode): Add mail-setup-hook.
2668         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
2670         * simple.el (sendmail-user-agent-compose, next-line):
2671         Conditionally use hard-newline.
2673 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2675         * international/latexenc.el (latex-inputenc-coding-alist):
2676         Reword doc string.
2678 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
2680         * help.el (describe-key-briefly, describe-key): Recognize default
2681         bindings.
2683 2005-11-29  Romain Francoise  <romain@orebokech.com>
2685         * view.el (view-inhibit-help-message): New defcustom.
2686         (view-mode-enter): Use it.
2688 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
2690         * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
2691         Preserve user position.
2693 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
2695         * font-lock.el: Throw error if facemenu is not loaded to prevent
2696         accidental change of loading order in loadup.el.  (Suggested by RMS.)
2698         * loadup.el: Add comment explaining why facemenu must be loaded
2699         before font-lock.
2701 2005-11-28  Jay Belanger  <belanger@truman.edu>
2703         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
2704         (calc-dispatch-map): Add more keys for `calc-same-interface'.
2706         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
2708         * calc/calc-embed.el (calc-do-embedded): Update help message.
2710         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
2712 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2714         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
2716         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
2717         called-interactively-p.
2718         (elp-profilable-p): Rename from elp-not-profilable-p.
2719         Invert result and take into account macros and autoloaded functions.
2720         (elp-instrument-function): Update call.
2721         (elp-instrument-package): Update call.  Add completion.
2722         (elp-pack-number): Use match-string.
2723         (elp-results-jump-to-definition-by-mouse): Merge into
2724         elp-results-jump-to-definition and then remove.
2725         (elp-output-insert-symname): Make help echo text single-line.
2727         * replace.el (query-replace-map): Move initialization into declaration.
2728         (occur-engine): Use with-current-buffer.
2729         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
2730         (occur-mode-mouse-goto): Replace with an alias.
2732 2005-11-28  Juri Linkov  <juri@jurta.org>
2734         * simple.el (quoted-insert): Let-bind input-method-function to nil.
2736         * term/w32-win.el: Bind [S-tab] to [backtab].
2738         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
2739         `Info-find-file' to t.
2741         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
2742         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
2743         and same-window-regexps.
2744         (occur-next-error): Don't move point for arg 0.
2746 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
2748         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
2750 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2752         * log-edit.el (log-edit-changelog-use-first): New var.
2753         (log-edit-changelog-ours-p): Use it.
2754         (log-edit-insert-changelog): Set it with new arg `use-first'.
2755         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
2756         (log-edit-hook): Add them to the list of suggested options.
2758         * textmodes/flyspell.el (flyspell-last-buffer): New var.
2759         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
2760         redundant work.
2761         (flyspell-mode-on): Use add-hook for after-change-functions.
2762         (flyspell-mode-off): Use remove-hook for after-change-functions.
2763         (flyspell-changes): Make it buffer-local.
2764         (flyspell-after-change-function): Make it non-interactive.  Use push.
2765         (flyspell-post-command-hook): Check input-pending-p while processing
2766         the potentially long list of buffer changes.
2768 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
2770         * buff-menu.el (list-buffers-noselect): Display the selected
2771         frame's buffer list, not the global one.
2773 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
2775         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
2776         that (list last-input-event) works as in interactive spec.
2778 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
2780         * loadup.el ("facemenu"): Load facemenu before font-lock, because
2781         `facemenu-keymap' needs to be defined when font-lock is loaded.
2782         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
2784 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2786         * completion.el: Remove useless leading * in defcustom docstrings.
2787         (save-completions-file-name): Use ~/.emacs.d if available.
2788         (completion-standard-syntax-table): Rename from
2789         cmpl-standard-syntax-table and fold initialization into declaration,
2790         thus removing cmpl-make-standard-completion-syntax-table.
2791         (completion-lisp-syntax-table, completion-c-syntax-table)
2792         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
2793         (cmpl-saved-syntax, cmpl-saved-point): Remove.
2794         (symbol-under-point, symbol-before-point)
2795         (symbol-under-or-before-point, symbol-before-point-for-complete)
2796         (add-completions-from-c-buffer): Use with-syntax-table.
2797         (make-completion): Don't return a list of completion entries.
2798         Update callers.
2799         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
2800         (completion-initialize): Rename from initialize-completions.
2801         (completion-find-file-hook): Rename from cmpl-find-file-hook.
2802         (kill-emacs-save-completions): Collect stats here.
2803         (save-completions-to-file, load-completions-from-file):
2804         Use with-current-buffer.
2805         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
2806         into a function.  Move all calls to toplevel.
2807         (completion-lisp-mode-hook): New fun.
2808         (completion-c-mode-hook, completion-setup-fortran-mode):
2809         Set the syntax-table here.  Use local-set-key.
2810         (completion-saved-bindings): New var.
2811         (dynamic-completion-mode): Make it into a proper minor mode.
2812         (load-completions-from-file): Remove unused var `num-uses'.
2814         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
2815         constructor if it is explicitly overridden.
2817         * complete.el (PC-completion-as-file-name-predicate):
2818         Use minibuffer-completing-file-name.
2819         (partial-completion-mode): Use find-file-not-found-functions.
2820         (PC-lisp-complete-symbol): Use with-syntax-table.
2821         (PC-look-for-include-file): Remove dead setq.
2822         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
2823         (PC-complete): Use with-current-buffer.
2825         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
2826         escape single quotes.
2828 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
2830         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
2831         of `if' whose condition always returned nil.  Doc fix.
2833         * buff-menu.el (Buffer-menu-revert-function): Make the selected
2834         window's buffer the current buffer around the call to
2835         `list-buffers-noselect'.  This is necessary to mark that buffer
2836         with a `.' in the Buffer Menu when called from Lisp, for instance
2837         by Auto Revert Mode.
2839 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
2841         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
2842         attaching to it.
2843         (gdb-pre-prompt): Make sure gdb-error is reset.
2845         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
2846         with a child process, detect it.
2847         (gud-speedbar-buttons): Match regexp more carefully.
2849 2005-11-27  Richard M. Stallman  <rms@gnu.org>
2851         * mouse.el (mouse-drag-move-window-bottom):
2852         Use adjust-window-trailing-edge.
2854 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
2856         * simple.el (blink-matching-open): Ignore
2857         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
2858         (blink-matching-paren-on-screen): Update docstring.
2860         * paren.el (show-paren-mode): No longer change
2861         `blink-matching-paren-on-screen'.
2863 2005-11-27  John Paul Wallington  <jpw@pobox.com>
2865         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
2866         (gdb-threads-select, gdb-edit-register-value):
2867         Use `posn-set-point' instead of `mouse-set-point' because the
2868         latter is not fbound when configured without X.
2870 2005-11-27  Kim F. Storm  <storm@cua.dk>
2872         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
2873         existing face when partially highlighting a TAB in a rectangle.
2875 2005-11-26  Kim F. Storm  <storm@cua.dk>
2877         * ido.el (ido-mode-map): Doc fix.
2878         (ido-mode-common-map, ido-mode-file-map)
2879         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
2880         (ido-define-mode-map): Rewrite.  Select one of the new maps as
2881         parent for ido-mode-map instead of building from scratch.
2882         (ido-init-mode-maps): New defun to initialize new maps.
2883         (ido-mode): Call it.
2884         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
2885         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
2887 2005-11-26  John Paul Wallington  <jpw@pobox.com>
2889         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
2890         `mouse-set-point' because the latter is not fbound when configured
2891         without X.
2893 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
2895         * files.el (file-relative-name): Doc fix.
2897 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
2899         * progmodes/octave-inf.el (inferior-octave-startup): Force a
2900         non-empty string for secondary prompt PS2.
2902 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
2904         * progmodes/compile.el (compilation-setup): Fix last change.
2906 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
2908         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
2909         (gdb-mouse-toggle-breakpoint-margin)
2910         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
2911         Add gdb-server-prefix to keep out of command history.
2912         (gdb-edit-register-value): New function.
2913         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
2914         (gdb-info-registers-custom): Use above map.
2916 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
2918         * custom.el (enable-theme): Signal error if argument is not a
2919         theme.  Don't recalculate a face if it's not loaded yet.
2921         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
2922         the `user' theme is in effect.
2924         * info.el (Info-on-current-buffer): Record actual filename in
2925         Info-current-file, instead of t, or a fake filename if a non-file
2926         buffer.  Make autoload.
2927         (Info-find-node, Info-revert-find-node): No need to check for
2928         Info-current-file nil.
2929         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
2930         Info-current-file is now never `t'.
2931         (Info-fontify-node): Many simplifications due to Info-current-file
2932         always being valid.  Use Info-find-file to find node filename.
2934 2005-11-25  David Kastrup  <dak@gnu.org>
2936         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
2937         new character, then delete" in order to preserve markers.
2939 2005-11-25  David Ponce  <david@dponce.com>
2941         * recentf.el (recentf-arrange-by-rule): Handle a special
2942         `auto-mode-alist'-like "strip suffix" rule.
2943         (recentf-build-mode-rules): Handle second level auto-mode entries.
2945 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
2947         * viper-keym.el (viper-ESC-key): Use different values in terminal and
2948         window modes.
2950         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
2951         jde-javadoc-checker-report-mode.
2953         * ediff-wind (ediff-make-wide-display): Slight simplification.
2955         * ediff.el (ediff-date): Change the date of last update.
2957 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
2959         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
2960         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
2961         (hi-lock-mode): New global minor mode.
2962         (turn-on-hi-lock-if-enabled): New function.
2963         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
2964         Change arguments to regexp and face instead of a font-lock pattern.
2965         Directly set face property, instead of refontifying.
2966         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
2967         (hi-lock-find-patterns): Use line-number-at-pos.
2969         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
2970         arguments for hi-lock-set-pattern.
2971         (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
2972         font-lock-fontify-buffer.
2973         (hi-lock-find-file-hook, hi-lock-current-line)
2974         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
2976         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
2977         turned off.
2979         * progmodes/compile.el (compilation-setup): Don't fiddle with
2980         font-lock-defaults.
2982 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
2984         * progmodes/gdb-ui.el (gdb-var-create-handler)
2985         (gdb-var-list-children-handler): Find values for all variable
2986         objects.  gud-speedbar-buttons decides whether to display them.
2988 2005-11-24  Romain Francoise  <romain@orebokech.com>
2990         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
2991         buffer name with a space.
2993 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
2995         * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
2996         `org-export-local-list-max-depth'.  Change default value to 3.
2997         (org-auto-renumber-ordered-lists)
2998         (org-plain-list-ordered-item-terminator): New options.
2999         (org-at-item-p, org-beginning-of-item, org-end-of-item)
3000         (org-get-indentation, org-get-string-indentation)
3001         (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
3002         functions.
3003         (org-move-item-down, org-move-item-up): New commands.
3004         (org-export-as-html): New classes for CSS support.  Bug fix in
3005         regular expression detecting fixed-width regions.  Respect
3006         `org-local-list-ordered-item-terminator'.
3007         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
3008         also a list item.
3009         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
3010         New item moving functions.
3012 2005-11-24  Juri Linkov  <juri@jurta.org>
3014         * isearch.el (isearch-repeat): With empty search ring set
3015         `isearch-error' to the error string instead of signaling error
3016         with the function `error'.
3018 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3020         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
3022 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
3024         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
3025         and variable.
3026         (gdb-var-create-handler, gdb-var-list-children-handler):
3027         Don't match on "char **...".
3028         (gdb-var-update-handler): Find values for all variable objects.
3029         (gdb-info-frames-custom): Identify frames by leading "#".
3031         * progmodes/gud.el (gud-speedbar-menu-items): Add
3032         gdb-speedbar-auto-raise as radio button.
3033         (gud-speedbar-buttons): Raise speedbar if requested.
3034         Don't match on "char **...".
3035         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
3036         Make it editable.
3038 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
3040         * info.el (Info-fontify-node): Handle the case where
3041         Info-current-file is t.
3043 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3045         * simple.el (blink-matching-open): Fix off-by-one in last change.
3047 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3049         * term/mac-win.el: Don't change default directory.
3051 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
3053         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
3054         buffers correctly.  (It used to throw an error in such buffers.)
3055         Make it ask for confirmation in group buffers and other Custom
3056         buffers containing more than one customization item.
3058 2005-11-22  John Paul Wallington  <jpw@gnu.org>
3060         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
3061         property on mail and url overlays.
3062         (goto-address-at-point): Use `posn-set-point' instead of
3063         `mouse-set-point' because the latter is not fbound when configured
3064         without X.
3066 2005-11-22  Lars Hansen  <larsh@soem.dk>
3068         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
3069         (ls-lisp-classify, ls-lisp-format): Delete call to
3070         ls-lisp-parse-symlink.
3071         (ls-lisp-handle-switches): Handle symlinks to directories as
3072         directories when ls-lisp-dirs-first in non-nil.
3074 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
3076         * startup.el (command-line): Make sure that loaddefs.el is handled
3077         correctly in load-history.
3079 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
3081         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
3082         (gdb-struct-string, gdb-array-string): New constants.
3083         (gdb-info-locals-handler): Use them.
3084         (gdb-reset): Reset gdb-var-list to nil.
3086 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3088         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
3089         in patterns.
3091 2005-11-21  Juri Linkov  <juri@jurta.org>
3093         * custom.el (defcustom): Update link types in docstring.
3095 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3097         * custom.el (defgroup): Add doc-string-elt info.
3099         * widget.el (define-widget): Don't use declare for the doc-string-elt.
3101 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3103         * newcomment.el (comment-enter-backward): Fix last fix.
3105         * simple.el (blink-matching-open):
3106         * paren.el (show-paren-function): Allow new paren-class info.
3108 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
3110         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
3111         handled automagically.
3113 2005-11-20  Andreas Schwab  <schwab@suse.de>
3115         * descr-text.el (describe-char): When copying overlays put them
3116         over the full char description instead of just the first character
3117         of it.
3119 2005-11-20  Juri Linkov  <juri@jurta.org>
3121         * simple.el (what-cursor-position):
3122         * descr-text.el (describe-char): Use Lisp-readable syntax
3123         for octal and hex.  Reorder decimal, octal and hex values.
3124         Remove excess whitespace in the output.  Use `=' in `column='
3125         like in `point=' and `Hscroll='.
3127         * international/mule-cmds.el (encoded-string-description):
3128         Use Lisp-readable syntax for hex.
3130 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3132         * newcomment.el (comment-enter-backward): Handle the case where the
3133         comment is closed by EOB.
3135 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
3137         * longlines.el (longlines-before-revert-hook)
3138         (longlines-after-revert-hook): New functions.
3139         (longlines-mode): Turn off longlines temporarily when reverting.
3140         Add a message-setup-hook.
3141         (longlines-decode-buffer): New function.
3142         (longlines-wrap-line): Preserve marker positions.
3144 2005-11-19  Andreas Schwab  <schwab@suse.de>
3146         * emacs-lisp/shadow.el: Handle compressed files.
3148 2005-11-19  Romain Francoise  <romain@orebokech.com>
3150         * net/browse-url.el (browse-url-default-browser): Signal an error
3151         if no usable browser can be found, rather than try to load w3.
3153 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
3155         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
3156         replacing existing properties.
3157         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
3158         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
3159         tty specs.
3160         (rcirc-server-prefix, rcirc-server): New faces.
3161         (rcirc-url-regexp): Generate with rx macro.
3162         (rcirc-last-server-message-time): New variable.
3163         (rcirc-filter): Record time of last message.
3164         (rcirc-keepalive): Kill processes that did not send a message
3165         since the last ping.
3166         (rcirc-mode): Give rcirc-topic a local binding here.
3168 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
3170         * subr.el (read-passwd): Fontify the prompt as we do with other
3171         prompts.
3173 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
3175         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
3176         binding buffer-read-only to nil.
3178 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
3180         * complete.el (partial-completion-mode):
3181         Mention completion-auto-help in the doc string.
3183         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
3184         more Lisp-ish way.
3186 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se> (tiny change)
3188         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
3189         digits, not 8, to avoid misalignment for files larger than 100MB.
3191 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
3193         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
3194         Mention "keyboard shortcuts" in the help text.
3196 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3198         * startup.el (fancy-splash-default-action): Discard only
3199         mouse-down and succeeding mouse-up events in the splash screen
3200         window so that drag-n-drop event can be processed.
3202 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
3204         * longlines.el (longlines-mode): Add hacks for mail-mode and
3205         message-mode.
3207 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
3209         * textmodes/org.el (org-table-sort-lines): New command.
3210         (org-tbl-menu): Add entry for `org-table-sort-lines'.
3211         (org-add-file): Command removed, use `org-agenda-file-to-front'
3212         instead.
3213         (org-export-icalendar): Use `org-icalendar-combined-name'.
3214         (org-cycle-agenda-files, org-agenda-file-to-end)
3215         (org-agenda-file-to-front): New commands.
3216         (org-table-tab-jumps-over-hlines,org-export-html-style): New
3217         options.
3218         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
3219         (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
3220         New functions.
3221         (org-fill-paragraph): Call `org-table-align' in tables.
3222         (org-mode): Call `org-set-autofill-regexps'.
3223         (org-export-as-html): Support for local handformatted lists.
3224         Modified to produce valid HTML 4.0. Use `org-export-html-style'.
3225         (org-export-local-list-max-depth): New option.
3226         (org-html-expand): Use `org-html-protect'.
3228 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
3230         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
3231         to "p".
3232         (gdb): Move definition of gud-pp to...
3234         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
3235         speedbar.
3236         (gdb-find-watch-expression): New function.
3238 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3240         * faces.el (face-attribute, set-face-attribute): Mention existence
3241         of `:ignore-defface' setting in docstring.
3243 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3245         * simple.el (completion-setup-function): Fix last change.
3247 2005-11-17  John Paul Wallington  <jpw@pobox.com>
3249         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
3250         Use `posn-set-point' instead of `mouse-set-point' because the
3251         latter is not fbound when configured without X.
3253         * comint.el (comint-insert-input): Likewise.
3255 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3257         * simple.el (hard-newline): New variable.
3258         (sendmail-user-agent-compose, next-line): Use it.
3260         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
3261         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
3262         (mail-mail-reply-to, mail-mail-followup-to)
3263         (mail-position-on-field, mail-signature, mail-yank-original)
3264         (mail-attach-file): Likewise.
3266         * mail/mailheader.el (mail-header-format)
3267         (mail-header-format-function): Likewise.
3269         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
3271 2005-11-17  Juri Linkov  <juri@jurta.org>
3273         * font-lock.el (font-lock-faces): Rename this defgroup from
3274         `font-lock-highlighting-faces'.
3275         (font-lock-comment-face, font-lock-comment-delimiter-face)
3276         (font-lock-string-face, font-lock-doc-face)
3277         (font-lock-keyword-face, font-lock-builtin-face)
3278         (font-lock-function-name-face, font-lock-variable-name-face)
3279         (font-lock-type-face, font-lock-constant-face)
3280         (font-lock-warning-face, font-lock-negation-char-face)
3281         (font-lock-preprocessor-face)
3282         (font-lock-regexp-grouping-backslash)
3283         (font-lock-regexp-grouping-construct): Rename :group from
3284         `font-lock-highlighting-faces' to `font-lock-faces'.
3286         * cus-edit.el (lisp, c, tex):
3287         * progmodes/ada-mode.el (ada):
3288         * progmodes/asm-mode.el (asm):
3289         * progmodes/cperl-mode.el (cperl-faces):
3290         * progmodes/cpp.el (cpp):
3291         * progmodes/dcl-mode.el (dcl):
3292         * progmodes/f90.el (f90):
3293         * progmodes/fortran.el (fortran):
3294         * progmodes/icon.el (icon):
3295         * progmodes/idlwave.el (idlwave-misc):
3296         * progmodes/m4-mode.el (m4):
3297         * progmodes/make-mode.el (makefile):
3298         * progmodes/meta-mode.el (meta-font):
3299         * progmodes/modula2.el (modula2):
3300         * progmodes/octave-mod.el (octave):
3301         * progmodes/pascal.el (pascal):
3302         * progmodes/perl-mode.el (perl):
3303         * progmodes/prolog.el (prolog):
3304         * progmodes/ps-mode.el (PostScript-edit):
3305         * progmodes/scheme.el (scheme):
3306         * progmodes/sh-script.el (sh-script):
3307         * progmodes/simula.el (simula):
3308         * progmodes/tcl.el (tcl):
3309         * textmodes/nroff-mode.el (nroff):
3310         * textmodes/reftex-vars.el (reftex-fontification-configurations):
3311         * textmodes/sgml-mode.el (sgml):
3312         * textmodes/texinfo.el (texinfo):
3313         Add :link (custom-group-link font-lock-faces) to defgroup.
3315         * hi-lock.el (hi-lock): Rename this defgroup from
3316         `hi-lock-interactive-text-highlighting'.  Change parent group from
3317         `faces' to `font-lock'.  Add link to the manual.
3318         (hi-lock-mode, hi-lock-file-patterns-range)
3319         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
3320         `hi-lock-interactive-text-highlighting' to `hi-lock'.
3321         (hi-lock-faces): Add :group `faces'.
3323         * cus-edit.el (custom-variable-prompt): Clarify the code.
3325         * faces.el (face-read-string): Set the default value arg of
3326         completing-read.
3328 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
3330         * rfn-eshadow.el (file-name-shadow-properties)
3331         (file-name-shadow-tty-properties, file-name-shadow-mode):
3332         Remove autoloads, because the file is now preloaded.
3334 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3336         * printing.el (easy-menu-intern): Don't define.
3337         (pr-get-symbol): Use easy-menu-intern only if defined.
3339         * simple.el (blink-matching-open): Simplify a bit.
3340         (completion-setup-function): Fix the case of partial-completion-mode
3341         when the minibuffer's contents start with "-".
3342         Obey completion-base-size-function even when
3343         minibuffer-completing-file-name is non-nil.
3345 2005-11-16  Richard M. Stallman  <rms@gnu.org>
3347         * net/eudcb-ph.el (eudc-ph-open-session):
3348         Use set-process-query-on-exit-flag.
3350         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
3352         * international/ucs-tables.el (ucs-set-table-for-input):
3353         Use make-local-variable, not make-variable-buffer-local.
3355         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3356         Improve warning message text.
3358         * savehist.el (savehist-save-hook): Add :group.
3360         * menu-bar.el (menu-bar-help-menu):
3361         Rename Find Extra Packages to External Packages.
3363         * cus-edit.el (Custom-reset-standard): Verify that
3364         :custom-standard-value prop exists before calling it.
3366         * apropos.el (apropos-calc-scores): Use apropos-pattern.
3368 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3370         * wid-edit.el (color): Enclose %t in %{...%}.
3372         * cus-edit.el (face): Enclose %t in %{...%}.
3374 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
3376         * savehist.el (savehist-mode-hook): Re-add the var.
3377         (savehist-mode): Use it.
3379 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3381         * textmodes/flyspell.el: Fix commenting convention.
3382         Remove unnecessary leading * in custom docstrings.
3383         (flyspell-emacs): Remove unused var.
3384         (flyspell-delete-region-overlays): Use remove-overlays.
3385         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
3386         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
3387         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
3388         (flyspell-debug-signal-word-checked): Use with-current-buffer.
3389         (make-flyspell-overlay): Don't locally reuse a global name.
3390         (flyspell-highlight-incorrect-region)
3391         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
3392         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
3393         (flyspell-notify-misspell): Remove unused args `start' and `end'.
3394         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
3395         Wrap calls to accept-process-output inside with-local-quit since it's
3396         often called from a post-command-hook.
3397         (flyspell-correct-word, flyspell-auto-correct-word):
3398         Use ispell-send-string.
3399         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
3401         * calendar/diary-lib.el (diary-list-entries): Also hide the
3402         terminating newline.
3404 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
3406         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
3407         window-system, to allow fonts on tty.
3409 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
3411         * progmodes/gud.el (gud-speedbar-item-info): New function.
3412         (gud-install-speedbar-variables): Use it to display data type
3413         of watch expression as a tooltip in speedbar.
3415 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
3417         * font-core.el (global-font-lock-mode): Add :version keyword,
3418         because default was changed.
3420         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
3422         * startup.el (command-line): Use `custom-reevaluate-setting' for
3423         `file-name-shadow-mode'.
3425         * loadup.el: Preload rfn-eshadow.
3427         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
3428         Add :version keyword.
3429         (file-name-shadow-properties, file-name-shadow-tty-properties)
3430         (file-name-shadow): Add :version keyword.
3432         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
3433         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
3434         in the custom-group property of the symbol frames and the fringe
3435         group got no link to its parent group frames.
3436         Doc fix.
3438 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3440         * progmodes/gud.el (gud-stop-subjob): New function.
3441         (gud-menu-map, gud-tool-bar-map): Use it.
3443 2005-11-16  Kim F. Storm  <storm@cua.dk>
3445         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
3446         than kill it.
3447         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
3448         to a more useful/logical place.
3450 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3452         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
3453         go buttons complementary.
3455 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3457         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
3458         (rfn-eshadow-sifn-equal): New function.
3459         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
3461 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
3463         * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
3464         string.
3466         * viper.el (viper-emacs-state-mode-list): Ensure that
3467         rcirc-mode buffers come up in Emacs state.
3469         * ediff-util (ediff-make-temp-file): Use proper file-name-handler
3470         operation.
3472 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
3474         * term.el (term-termcap-format): Fix typos.
3475         (term-down): Fix the negative argument case.
3477 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3479         * progmodes/gdb-ui.el: Remove face-alias left over from change on
3480         2005-08-15.
3481         (gdb-ann3): New command gud-go.
3482         (menu): Accomodate gdb-mi.el.
3483         (gdb-assembler-custom): Make buffer of selected window current
3484         so that set-window-point works.
3486         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
3487         buttons and include new ones.
3489 2005-11-16  Kim F. Storm  <storm@cua.dk>
3491         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
3492         (gud-menu-map): Use it.
3494 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
3496         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
3497         that works correctly for Custom and that does not override a user
3498         who disables it.
3500         * help-mode.el (help-make-xrefs, help-xref-on-pp)
3501         (help-xref-interned, help-follow): Make hyperlinks for variables
3502         that are unbound, but have a non-nil variable-documentation property.
3504         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
3505         mode hook.  (It conflicted with defcustoms for some mode hooks.)
3506         Use the `variable-documentation' property to give the mode hook a
3507         docstring and expand that docstring.
3509 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
3511         * savehist.el (savehist-mode): Don't bother with
3512         `custom-set-minor-mode'.
3513         (savehist-coding-system): Check XEmacs version.
3514         (history-length): Declare also at run time.
3515         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
3516         Don't set the customize state.
3517         (savehist-minibuffer-hook): Special case for when
3518         minibuffer-history-variable is equal to t.
3520 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3522         * files.el (write-file): Refresh VC status.
3524         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
3525         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
3526         than fundamental-mode to see if the mode was set.
3528 2005-11-14  Romain Francoise  <romain@orebokech.com>
3530         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
3531         dummy function in `eval-when-compile' to avoid compiler warning.
3532         Require `man' at compile time.
3534 2005-11-14  Jay Belanger  <belanger@truman.edu>
3536         * calc-alg.el (calcFunc-write-out-power): Rename it to
3537         calcFunc-powerexpand.
3538         (math-write-out-power): Rename it to math-powerexpand; have it
3539         handle negative exponents.
3540         (calc-writeoutpower): Rename it to calc-powerexpand.
3542         * calc-ext.el: Change calcFunc-writeoutpower and
3543         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
3544         autoloads.
3545         Add calcFunc-ldiv to autoloads.
3547         * calc-arith.el (calcFunc-ldiv): New function.
3549         * calc.el (calc-left-divide): New function.
3551 2005-11-14  Juri Linkov  <juri@jurta.org>
3553         * cus-edit.el (custom-variable-prompt): Set the default value arg
3554         of completing-read.
3556         * cus-dep.el (custom-make-dependencies): Reverse the list of
3557         found dependencies.
3559 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
3561         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
3562         Highlighting" entry, it is on by default now.
3563         (menu-bar-options-save): Do not save global-font-lock-mode.
3565 2005-11-13  Richard M. Stallman  <rms@gnu.org>
3567         * textmodes/flyspell.el (flyspell-large-region):
3568         Call flyspell-accept-buffer-local-defs.
3570 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
3572         * textmodes/flyspell.el (flyspell-notify-misspell):
3573         Fix misspelling of "Misspelling".
3574         (flyspell-process-localwords): New function.
3575         (flyspell-large-region): Call flyspell-process-localwords and
3576         flyspell-delete-region-overlays.
3577         (flyspell-delete-region-overlays): New function.
3578         (flyspell-delete-all-overlays): Call that.
3580 2005-11-13  Richard M. Stallman  <rms@gnu.org>
3582         * help.el (help-for-help-internal): Improve doc of C-h a.
3583         (describe-key): Improve prompt; doc fix.
3585 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3587         * vc-svn.el (vc-svn-registered): Catch all errors.
3589         * cus-dep.el (custom-make-dependencies): Typo.
3591 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
3593         * net/tramp-util.el (top): Fix compilation warning.
3595 2005-11-13  Kim F. Storm  <storm@cua.dk>
3597         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
3599 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
3601         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
3602         (gud-speedbar-buttons): Match on "const char *" too.
3604         * progmodes/gdb-ui.el (gdb-var-create-handler)
3605         (gdb-var-list-children-handler): Match on "const char *" too.
3606         (gdb-var-evaluate-expression-handler): Match on empty string.
3607         (gdb-var-update-handler): Only call
3608         gdb-var-evaluate-expression-handler when required.
3610 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
3612         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
3613         selected window.  This still doesn't work for speedbar.
3614         (gud-speedbar-buttons): Handle string expressions properly.
3616         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
3617         (gdb-var-create-handler): Handle string expressions properly.
3618         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
3619         Handle string expressions properly.  Move "type" field into regexp.
3621 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
3623         * bookmark.el (bookmark-maybe-message): New function to reduce
3624         code duplication: invokes `message' iff baud-rate is high enough.
3625         (bookmark-write-file): Use above instead of an inline conditional.
3626         (bookmark-load): Same.
3628 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
3630         * bookmark.el (bookmark-write-file): Don't visit the destination
3631         file, just write the data to it using write-region.  This is
3632         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
3633         change to avoid visiting the file in the first place.
3635 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
3637         * hi-lock.el (hi-lock-mode): Set the default value of
3638         font-lock-defaults.
3640 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
3642         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
3643         arg to `file-attributes'.
3644         (find-lisp-format): The UID and GID can now be strings.
3646 2005-11-12  Kim F. Storm  <storm@cua.dk>
3648         * help.el (help-map): Bind C-h d to apropos-documentation.
3650         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
3651         when point is at end-of-buffer.
3653         * apropos.el (apropos-match-face): Doc fix.
3654         (apropos-sort-by-scores): Add new choice `verbose'.
3655         (apropos-documentation-sort-by-scores): New defcustom.
3656         (apropos-pattern): Now contains the pattern entered by the user.
3657         (apropos-pattern-quoted): New defvar.
3658         (apropos-regexp): New defvar, containing the regexp corresponding
3659         to apropos-pattern.
3660         (apropos-all-words-regexp): Rename from apropos-all-regexp.
3661         (apropos-read-pattern): New defun.  Use it to read pattern arg in
3662         interactive calls; returns list of words for a word list, and
3663         string for a regexp.
3664         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
3665         parses a list of words or regexp as returned by apropos-read-pattern.
3666         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
3667         (apropos-score-doc): Return a very high score if the string
3668         entered by the user matches literally.
3669         (apropos-variable): Doc fix.  Use apropos-read-pattern.
3670         (apropos-command): Doc fix.  Use apropos-read-pattern and
3671         apropos-parse-pattern.  Call apropos-print with nosubst=t.
3672         (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
3673         apropos-parse-pattern.
3674         (apropos-documentation): Doc fix. Use apropos-read-pattern and
3675         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
3676         apropos-documentation-sort-by-scores.  Call apropos-print with
3677         nosubst=t.
3678         (apropos-documentation-internal): Pass doc string through
3679         substitute-key-definition before adding text properties.
3680         Highlight substring matching literal user input if possible.
3681         (apropos-documentation-check-doc-file): Remove locals beg and end.
3682         Fix calculation of score (as added twice).  Pass doc string through
3683         substitute-key-definition before adding text properties.
3684         (apropos-documentation-check-elc-file): Pass doc string through
3685         substitute-key-definition before adding text properties.
3686         Highlight substring matching literal user input if possible.
3687         (apropos-print): Add new arg NOSUBST; if set, command and variable
3688         doc strings have already been passed through substitute-key-definition.
3689         Add code to handle apropos-accumulator items without score element
3690         for backwards compatibility (e.g. with woman package).
3691         Only show scores if apropos-sort-by-scores is `verbose'.
3693 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3695         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
3696         Add jka-compr-load-suffixes to load-suffixes.
3698         * jka-compr.el: Require jka-cmpr-hook.
3699         (jka-compr-info-compress-message, jka-compr-info-compress-program)
3700         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
3701         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
3702         (jka-compr-info-can-append, jka-compr-info-strip-extension)
3703         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
3704         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
3705         (jka-compr-uninstall): Remove entries from
3706         jka-compr-added-to-file-coding-system-alist after they are used.
3707         (jka-compr-error): Remove unused var `curbuf'.
3708         (jka-compr-file-local-copy): Remove unused var `notfound'.
3710 2005-11-10  Romain Francoise  <romain@orebokech.com>
3712         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
3714 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
3716         * progmodes/gud.el (gud-menu-map): Move parentheses.
3717         (gdb): New command gud-pv.
3719 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3721         * tar-mode.el: Remove spurious or unnecessary leading stars
3722         in docstrings.
3723         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
3724         (tar-parse-octal-integer-safe): Use mapc.
3725         (tar-header-block-summarize): Remove unused var `ck'.
3726         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
3727         cleared before.  Obey default-enable-multibyte-characters.
3728         Use mapconcat.  Simplify setting of tar-header-offset.
3729         (tar-mode-map): Move initialization inside delcaration.
3730         (tar-flag-deleted): Use `abs'.
3731         (tar-expunge-internal): Remove unused var `line'.
3732         (tar-expunge-internal): Don't hardcode point-min==1.
3733         (tar-expunge): Widen while doing set-buffer-multibyte.
3734         (tar-rename-entry): Use file-name-coding-system.
3735         (tar-alter-one-field): Don't hardcode point-min==1.
3736         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
3737         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
3739 2005-11-10  Masatake YAMATO  <jet@gyve.org>
3741         * add-log.el (add-log-current-defun): Handle class::method
3742         notation of c++. Fix incorrect comment.
3744 2005-11-10  Alan Mackenzie  <acm@muc.de>
3746         * help-fns.el (describe-variable): Make C-h v work when a variable
3747         has variable documentation yet is unbound.
3749 2005-11-10  Masatake YAMATO  <jet@gyve.org>
3751         * man.el (Man-highlight-references): Set an empty
3752         string to `Man-arguments' if it is nil.
3753         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
3755 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3757         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
3758         commenting conventions.
3760         * cus-dep.el (custom-make-dependencies): Simplify.
3761         Better follow the commenting conventions.
3763 2005-11-09  Richard M. Stallman  <rms@gnu.org>
3765         * apropos.el (apropos-pattern): Rename from apropos-regexp.
3766         (apropos-orig-pattern): Rename from apropos-orig-regexp.
3767         All uses changed.
3768         (apropos-rewrite-regexp): Doc fix.
3769         (apropos-variable, apropos-command, apropos, apropos-value):
3770         Change prompt; carry through the argument renaming.
3772 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
3774         * find-lisp.el: Require dired.
3775         (find-lisp-find-dired-internal): Do not call
3776         `abbreviate-file-name' on DIR.
3778 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
3780         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
3782 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
3784         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
3785         when using the speedbar.
3786         (gdb): New command gud-pp.
3787         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
3789 2005-11-09  Juri Linkov  <juri@jurta.org>
3791         * replace.el (occur-excluded-properties): New defcustom.
3792         (occur-1, occur-engine, occur-accumulate-lines): Use it.
3794 2005-11-08  Jay Belanger  <belanger@truman.edu>
3796         * calc/calc-units.el (math-convert-units): Replace any composite
3797         unit by its definition.
3799 2005-11-08  Lars Hansen  <larsh@soem.dk>
3801         * emacs-lisp/autoload.el (update-directory-autoloads):
3802         Add obsolete function alias.
3804 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3806         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
3807         comment-indent-function.
3808         (lisp-comment-indent): Replace by an alias for comment-indent-default.
3810         * reveal.el (reveal-post-command): Rework the handling of
3811         reveal-open-spots, so as to be more reliable.  There were several
3812         tricky corner cases where an open spot might be lost, or where
3813         a closed spot might end up on the list of open spots.
3814         Only reveal text that's ellipsised.
3816 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
3818         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
3820 2005-11-07  John Paul Wallington  <jpw@gnu.org>
3822         * ibuffer.el (ibuffer): Search iconified frames too when
3823         getting Ibuffer buffer's window.
3825 2005-11-06  Richard M. Stallman  <rms@gnu.org>
3827         * progmodes/compile.el (compilation-internal-error-properties):
3828         save-excursion around the computation of MARKER.
3830 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
3832         * textmodes/flyspell.el (flyspell-external-point-words):
3833         flyspell-get-word returns a list, not just a string.
3835 2005-11-06  John Paul Wallington  <jpw@pobox.com>
3837         * ibuffer.el (ibuffer): Search all visible frames when getting
3838         Ibuffer buffer's window.
3840 2005-11-07  Masatake YAMATO  <jet@gyve.org>
3842         * man.el (Man-reference-regexp): Accept spaces between
3843         `Man-name-regexp' and `Man-section-regexp'.
3844         (Man-apropos-regexp): New variable.
3845         (Man-abstract-xref-man-page): Use value for `Man-target-string'
3846         if available.
3847         (Man-highlight-references, Man-highlight-references0):
3848         Handle the case when `Man-arguments' includes "-k".
3849         (Man-highlight-references0): Rename the argument `TARGET-POS' to
3850         `TARGET'. `TARGET' can be a number, function or nil.
3852 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
3854         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
3855         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
3856         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
3857         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
3858         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
3859         (gdb-send-item): Use buffer-local-value and simplify.
3861 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
3863         * startup.el (command-line): Use `custom-reevaluate-setting' for
3864         `global-font-lock-mode'.
3866         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
3867         by default, except in batch mode or when the -D option is given.
3869         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
3870         specified keyword args on to `define-minor-mode'.  Update docstring.
3872 2005-11-05  Romain Francoise  <romain@orebokech.com>
3874         * replace.el (occur-engine): Add marker at end of line, too.
3876 2005-11-04 Ken Manheimer  <ken.manheimer@gmail.com>
3878         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3879         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3880         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3881         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
3882         argument to all these routines, so the passphrase can be managed
3883         externally and passed in to the system.
3884         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3885         pgg-add-passphrase-to-cache function.
3887         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3888         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
3889         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
3890         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
3891         argument to all these routines, so the passphrase can be managed
3892         externally and passed in to the system.
3893         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
3894         function.
3896 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
3898         * font-lock.el: Don't deal with font-lock-face-attributes here,
3899         move the code ...
3901         * startup.el (command-line): ... here. Use face-spec-set instead
3902         of custom-declare-face.
3904         * faces.el (face-spec-set): Reset the face if spec is not nil.
3906 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3908         * newcomment.el (comment-region-internal): Box more tightly in the
3909         common case where there's no TAB in the boxed text.
3911 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3913         * info.el (info-tool-bar-map): Use images prev-node, next-node and
3914         up-node.
3916 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
3918         * newsticker.el: Commentary updated. Code formatting changed.
3919         (newsticker-version): Change to "1.9".
3920         (newsticker, newsticker-feed): Doc fix.
3921         (newsticker-url-list): Doc fix.  Add option "Weekly".
3922         (newsticker-retrieval-interval): Add option "Weekly".
3923         (newsticker-headline-processing): Doc fix.
3924         (newsticker-auto-mark-filter): Remove.
3925         (newsticker-auto-mark-filter-list): New.
3926         (newsticker-layout, newsticker-sort-method): Doc fix.
3927         (newsticker-hide-old-items-in-newsticker-buffer)
3928         (newsticker-heading-format, newsticker-item-format)
3929         (newsticker-desc-format): Doc fix.
3930         (newsticker-show-all-rss-elements): Remove.
3931         (newsticker-show-all-news-elements): New.
3932         (newsticker-faces, newsticker-ticker): Doc fix.
3933         (remove-from-invisibility-spec): Code formatting.
3934         (newsticker--process-ids): New.
3935         (newsticker-mode): Doc fix.
3936         (newsticker-mode): Change mode-line-format.
3937         (newsticker-start): Remove debug output.
3938         (newsticker-start-ticker): Doc fix.  Add Autoload cookie.
3939         (newsticker-w3m-show-inline-images): Code formatting.
3940         (newsticker-next-item): Call `force-mode-line-update'.
3941         (newsticker-previous-item): Call `force-mode-line-update'.
3942         (newsticker-next-feed): Call `force-mode-line-update'.
3943         (newsticker-previous-feed): Call `force-mode-line-update'.
3944         (newsticker-mark-all-items-at-point-as-read): Code formatting.
3945         (newsticker-show-old-items): Do not show descs.
3946         (newsticker-hide-entry): Hide too much.
3947         (newsticker-hide-entry, newsticker-show-entry)
3948         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
3949         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
3950         (newsticker-toggle-auto-narrow-to-item): Code formatting.
3951         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
3952         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
3953         (newsticker-get-news): Call `force-mode-line-update'.
3954         Collect process ids.
3955         (newsticker--sentinel): Change coding system handling.
3956         Move image retrieval to new functions newsticker--get-logo-url-*.
3957         Move feed parsing to new functions newsticker--parse-*.
3958         Update list of process ids.
3959         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
3960         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
3961         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
3962         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
3963         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
3964         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
3965         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
3966         (newsticker--decode-coding-string): Remove.
3967         (newsticker--decode-numeric-entities): Check input.  Format code.
3968         (newsticker--remove-whitespace): Check input.
3969         (newsticker--do-forget-preformatted): Doc fix.
3970         (newsticker--decode-rfc822-date): Allow for missing time.
3971         (newsticker--update-process-ids): New.
3972         (newsticker--image-sentinel): Change comment.
3973         (newsticker--image-read): Change error message.
3974         (newsticker--imenu-goto): Doc fix.  Show headline title.
3975         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
3976         (newsticker--buffer-do-insert-text): Clean whitespace in
3977         html-rendered headline title.  Code formatting.
3978         Call `newsticker--buffer-print-extra-elements'.
3979         (newsticker--buffer-print-extra-element): Remove.
3980         (newsticker--buffer-print-extra-elements): New.
3981         (newsticker--buffer-do-print-extra-element): New.
3982         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
3983         large sizes.
3984         (newsticker--run-auto-mark-filter)
3985         (newsticker--do-run-auto-mark-filter):
3986         Use `newsticker-auto-mark-filter-list'.
3988 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
3990         * net/rcirc.el: Use split-string OMIT-NULLS argument.
3991         (rcirc-print): Force redisplay before running hooks.  Do long
3992         buffer truncation after making new text read-only.  Deal with nil
3993         text when decoding strings.  If TARGET is nil, use either the
3994         currently selected buffer, if it is an rcirc buffer and of the
3995         same process or the process buffer.
3996         (rcirc-mode): Remove header-line.  Recompute short buffer names.
3997         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
3998         (rcirc-short-buffer-name): Add variable.
3999         (rcirc-kill-buffer-hook): Recompute short buffer names.
4000         Remove nick from private channel.
4001         (rcirc-send-input): Send command text to current-buffer.
4002         Don't clear overlay arrow here.
4003         (rcirc-short-buffer-name): Return a short buffer name.
4004         (rcirc-update-short-buffer-names, rcirc-abbreviate)
4005         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
4006         buffer-name abbreviations.
4007         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
4008         Do not touch nick-table when killing a parted channel.
4009         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
4010         Clear arrow from current buffer if it is now hidden.
4011         (rcirc-current-buffer): Add variable.
4012         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
4013         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
4014         Remove -face from names.
4015         (rcirc-update-activity-string): Print "DND" when globally ignoring
4016         activity.
4017         (rcirc-ignore-buffer-activity-flag): Rename from
4018         rcirc-ignore-channel-activity.
4019         (rcirc-ignore-all-activity-flag): Doc fix.
4020         (rcirc-channels): Remove variable.
4021         (rcirc-kill-buffer-hook):
4022         (rcirc-get-buffer-create): Add nick to private channel.
4023         (rcirc-multiline-edit-submit): Remove tabs.
4024         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
4025         folded.
4026         (rcirc-remove-nick-channel): Bug fix.
4027         (rcirc-toggle-ignore-buffer-activity): Rename from
4028         rcirc-toggle-ignore-channel-activity.
4029         (rcirc-record-activity): Add buffers to the front of the list.
4030         (rcirc-update-activity): Remove killed buffers from list.
4031         (rcirc-process-server-response-1): Remove last argument if it is
4032         null before calling handler.
4033         (rcirc): Add "rcirc" defcustom prefix.
4034         (rcirc-prompt): Simplify default prompt.
4035         Use custom-initialize-default.
4036         (rcirc-private-chats): Remove variable.
4037         (rcirc-prompt): Change initialization.
4038         (rcirc-version): Remove function.
4039         (rcirc-id-string): Add constant.
4040         (rcirc-last-buffer): Remove variable.
4041         (rcirc-buffer-alist): Add variable.
4042         (rcirc-connect): Update variable setup.
4043         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
4044         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
4045         default.
4046         (rcirc-handler-generic): Trigger activity.
4047         (rcirc-send-message): Create the buffor of the target.
4048         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
4049         (rcirc-get-buffer): Just return nil if there is no matching buffer.
4050         (rcirc-multiline-edit-cancel): Remove function.
4051         (rcirc-set-last-buffer): Remove function.
4052         (rcirc-get-any-buffer): Add function.
4053         (rcirc-join-channels): Don't print /join text.
4054         (rcirc-toggle-ignore-channel-activity): Add and update echo area
4055         messages.
4056         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
4057         (rcirc-handler-NOTICE): Recognize CTCP responses.
4058         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
4059         constructing TOPIC string for buffers we are not JOINed.
4060         (rcirc-handler-CTCP-response): Add handler.
4061         (rcirc-multiline-edit-submit): Restore the window-configuration
4062         before adjusting point.
4063         (rcirc): Add customization group.
4064         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
4065         (rcirc-user-full-name, rcirc-startup-channels-alist)
4066         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
4067         (rcirc-ignore-all-activity-flag, rcirc-time-format)
4068         (rcirc-input-ring-size, rcirc-read-only-flag)
4069         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
4070         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
4071         Change defvar to defcustom.
4072         (rcirc-update-prompt): Add optional ALL arg, which will update
4073         prompts in all rcirc buffers.  Regexp quote replacement text.
4074         (rcirc-fill-column): Accept frame-width as a value.
4075         (rcirc-set-changed): Add function.
4076         (rcirc-next-active-buffer): Write more meaningful messages.
4077         (rcirc-faces): Add customization group.
4078         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
4079         (rcirc-nick-in-message-face, rcirc-prompt-face)
4080         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
4081         (with-rcirc-process-buffer): Move before first usage.
4082         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
4083         (rcirc-debug-flag): Rename from `rcirc-log-p'.
4084         (rcirc-debug): Rename from `rcirc-log'.
4085         (rcirc-format-response-string): Do not print `-' chars for a
4086         NOTICE with no sender.  Simplify output of server responses.
4088 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
4090         (rcirc-browse-url-map, rcirc-browse-url-at-point)
4091         (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
4092         mouse and RET clickable.
4094 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
4096         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
4098 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
4100         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4101         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4102         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4103         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
4104         argument to all these routines, so the passphrase can be managed
4105         externally and passed in to the system.
4106         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4107         pgg-add-passphrase-to-cache function.
4109         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4110         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
4111         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
4112         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
4113         argument to all these routines, so the passphrase can be managed
4114         externally and passed in to the system.
4115         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
4116         function.
4118 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
4120         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
4121         from goto-address-url-regexp.
4123 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
4125         * textmodes/org.el (org-read-date, org-goto-calendar)
4126         (org-recenter-calendar, org-agenda-goto-calendar):
4127         Temporarily clear `calendar-move-hook'.
4129 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
4131         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
4132         merging.
4134         * ediff-util.el (ediff-previous-difference): Don't skip regions that
4135         have merge clashes.
4137 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4139         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4140         Undo previous change.
4142         * startup.el (command-line): Use `custom-reevaluate-setting' for
4143         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
4144         tty-register-default-colors on Mac.
4146 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
4148         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
4149         (gdb-buffer-type): Make it automatically buffer local...
4150         (gdb-get-create-buffer): ...and set it accordingly.
4151         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
4152         actually work.
4154 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
4156         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
4157         not red.
4159 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
4161         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
4162         case GUD buffer is not visible.
4163         (gdb-goto-breakpoint): Try to force display in source buffer.
4164         (gdb-frame-gdb-buffer): Copy other similar functions.
4165         (gdb-restore-windows): Don't display source if not asked for.
4166         (gdb-assembler-buffer-name): Don't capitalise.
4168 2005-11-03  Richard M. Stallman  <rms@gnu.org>
4170         * wid-edit.el (key-sequence): New widget type.
4172         * simple.el (set-mark-command-repeat-pop): New variable.
4173         (set-mark-command): Only interpret plan C-@ after a pop as a pop
4174         if set-mark-command-repeat-pop is true.
4176         * info.el (Info-fontify-node): Don't display extra "see" if there
4177         already is one here.
4179         * mouse.el: Fix special handling of DEL after dragging a region:
4180         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
4181         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
4183         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
4185         * textmodes/ispell.el (ispell-command-loop): Change `i' description
4186         not to assume it pertains to an affix.
4188         * textmodes/flyspell.el (flyspell-post-command-hook):
4189         Bind deactivate-mark to prevent deactivation.
4191 2005-11-03  Lars Hansen  <larsh@soem.dk>
4193         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
4194         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
4195         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
4197 2005-11-03  Romain Francoise  <romain@orebokech.com>
4199         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
4200         Update copyright years.
4202 2005-11-03  Sam Steingold  <sds@gnu.org>
4204         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4205         Use system-type instead of window-system because window-system is not
4206         correctly defined during loadup.
4208 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
4210         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
4211         (xml-parse-tag): Join strings separated by a comment properly.
4213 2005-11-02  Andreas Schwab  <schwab@suse.de>
4215         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
4217 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4219         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
4220         (byte-optimize-pure-func): Quote the eval'd value.
4222         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4223         Rename from perl-font-lock-syntactic-face-function.
4224         Change the calling convention so it can be used as a font-lock MATCHER.
4225         Do the parse-partial-sexp loop outselves.
4226         (perl-font-lock-syntactic-keywords): Use it.
4227         (perl-mode): Don't set font-lock-syntactic-face-function any more.
4229 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
4231         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
4232         disassembly buffer too.
4233         (gdb-exited): Remove overlay arrows when execution has finished.
4234         (gdb-info-frames-custom, gdb-info-threads-custom)
4235         (gdb-info-registers-custom): Don't add inappropriate text
4236         properties if inferior is not active.
4238 2005-11-02  Glenn Morris  <rgm@gnu.org>
4240         * progmodes/fortran.el (fortran-blink-match):
4241         Use `blink-matching-delay'.
4243 2005-11-02  John Mongan <jmongan@mccammon.ucsd.edu>  (tiny change)
4245         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
4247 2005-11-02  Lars Hansen  <larsh@soem.dk>
4249         * net/tramp.el (tramp-action-out-of-band): Handle scp message
4250         "Permission denied".
4252 2005-11-01  Richard M. Stallman  <rms@gnu.org>
4254         * textmodes/flyspell.el (flyspell-external-point-words):
4255         Pass nil to flyspell-get-word.
4257 2005-11-02  Kim F. Storm  <storm@cua.dk>
4259         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
4260         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
4262 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4264         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
4265         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
4266         (calendar-mouse-print-dates): Add optional `event' argument.
4267         Update interactive-spec.
4268         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
4269         Use `calendar-event-to-date' instead of `event'.
4271 2005-11-02  Masatake YAMATO  <jet@gyve.org>
4273         * progmodes/ld-script.el (ld-script-builtins):
4274         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
4275         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
4276         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
4278 2005-11-01  Romain Francoise  <romain@orebokech.com>
4280         * vc-sccs.el: Update copyright year.
4281         * ezimage.el: Likewise.
4283 2005-11-01  KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>  (tiny change)
4285         * info.el (Info-fontify-node): Use `string-width' for fontifying
4286         underlined titles.
4288 2005-11-01  Juri Linkov  <juri@jurta.org>
4290         * info.el (Info-fontify-node): Downcase node header keywords Node,
4291         Prev, Next, Up before comparison.
4292         (Info-history): Insert absolute directory name, and put invisible
4293         property on it.
4295 2005-11-01  Juri Linkov  <juri@jurta.org>
4297         * info.el (Info-file-supports-index-cookies): New variable.
4298         (Info-find-node-2): Check makeinfo version for index cookie support.
4299         (Info-index-nodes): Search for nodes with index cookies only when
4300         Info-file-supports-index-cookies is t.  Otherwise, search nodes
4301         with "Index" in the node name.
4302         (Info-index-node): Search index cookie in the current node only when
4303         Info-file-supports-index-cookies is t.  Otherwise, check the word
4304         "Index" in the node name.
4305         (Info-find-emacs-command-nodes): Remove code that searches nodes
4306         with "Index" node name in the top menu.
4308 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4310         * progmodes/scheme.el (scheme-mode-variables): Use the default
4311         comment-indent-function.
4313         * faces.el (face-attribute): Handle the case where a face inherits from
4314         a non-existent face.
4316         * simple.el (eval-expression-print-format): Use lisp-readable syntax
4317         for octal and hexa output, and merge the char into the paren.
4318         (kill-new): Use push.
4319         (copy-to-buffer): Use with-current-buffer.
4320         (completion-setup-function): Move code in loop to remove redundancy.
4321         (minibuffer-local-must-match-map): Don't add bindings that duplicate
4322         those inherited from minibuffer-local-completion-map.
4324         * savehist.el (savehist-mode) <defcustom>:
4325         Use custom-set-minor-mode if available.
4326         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
4327         and emit a message if applicable.
4329 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
4331         * savehist.el: Sync up to version 19.
4332         (savehist-mode): New minor mode.
4333         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
4334         (savehist-length): Remove (use history-length instead).
4335         (savehist-file-modes): Rename from savehist-modes.
4336         (savehist-save-hook, savehist-loaded): New vars.
4337         (savehist-load): Use savehist-mode.  Try to smooth up transition from
4338         old format to new format.
4339         (savehist-install): Allow savehist-autosave-interval to be nil.
4340         (savehist-save): Run the new hook.  Be more careful to only trim the
4341         history variables.
4342         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
4343         (savehist-printable): Print into a buffer rather than char-by-char.
4345 2005-11-01  John Wiegley  <johnw@newartisans.com>
4347         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
4348         toggle-ignore keybinding (C-a).  The author said it had been
4349         disabled much earlier due to a possible incompatibility, but after
4350         many months of usage I have encountered no problems (and it is a
4351         rather useful option, especially for switching to " *temp*").
4353         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
4354         support for OS/X's AddressBook, by calling out to the open source
4355         program "contacts" (installable through Fink).
4357         * net/eudc.el (eudc-expand-inline): If the
4358         `eudc-multiple-match-handling-method' is set to `all', delete the
4359         query string before inserting the query result.
4361         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
4362         flag, to prevent Eshell from using the system ls when
4363         `eshell-ls-insert-directory' is in used.
4364         (eshell-ls-insert-directory): Disable font-lock in directory
4365         buffer so that Eshell's own fontification is seen.  This broke
4366         recently due to changes in font-lock, so this goes back to version
4367         21 behavior.
4369 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
4371         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
4372         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
4373         (gdb-many-windows): Doc fix.
4375 2005-10-31  Romain Francoise  <romain@orebokech.com>
4377         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
4379 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
4381         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
4382         that global-font-lock-mode can be enabled by default.
4384         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
4385         (font-lock-add-keywords, font-lock-remove-keywords)
4386         (font-lock-fontify-buffer): Remove autoload cookies.
4388         * jit-lock.el (jit-lock-register): Likewise.
4390         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
4392 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
4394         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
4395         intact if there is no gud-comint-buffer.
4397 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
4399         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
4400         old prompt comint-prompt-read-only is t and GDB commands are
4401         issued from tool bar etc.
4403 2005-10-31  Masatake YAMATO  <jet@gyve.org>
4405         * vc.el (vc-directory-exclusion-list): Add "{arch}".
4407 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
4409         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
4410         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
4412 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
4414         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
4415         starting at beginning of line.  Fontification is messed up when
4416         `open-paren-in-column-0-is-defun-start' set to t.
4417         Reported by John Paul Wallington <jpw@pobox.com>.
4419 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
4421         * comint.el (comint-send-input): Call `comint-update-fence' when
4422         `comint-process-echoes' and `comint-prompt-read-only' are both
4423         non-nil, to avoid leftover read-only newline.
4425 2005-10-30  Richard M. Stallman  <rms@gnu.org>
4427         * textmodes/flyspell.el (flyspell-external-point-words):
4428         Detect when WORD can't be checked properly because
4429         flyspell-get-word finds just part of it, and move on.
4431         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
4432         boundarychar for Polish.
4433         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
4434         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
4436 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
4438         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
4439         (gdb-registers-font-lock-keywords): Delete.
4440         (gdb-registers-mode): Don't fontify.
4441         (gdb-info-registers-custom): Use text properties instead as, in
4442         future, changed register values will use font-lock-warning-face.
4443         (gdb-local-font-lock-keywords): Rename to...
4444         (gdb-locals-font-lock-keywords): ...for consistency.
4446 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
4448         * vc.el (vc-switch-backend): Better error message if the buffer is
4449         not visiting a file under version control.
4451         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
4453 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
4455         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
4456         ~/.emacs.d/.emacs.
4458 2005-10-29  Richard M. Stallman  <rms@gnu.org>
4460         * replace.el (occur-mode-mouse-goto): Always go to other window.
4461         (occur-mode-goto-occurrence): Always switch in same window.
4463         * simple.el (undo): Display message at end, not at start.
4465         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
4466         New arg REUSE-CELL.
4467         (cancel-timer-internal): New function.
4468         (timer-event-handler): Use cancel-timer-internal,
4469         and pass the cell it returns to timer-activate...
4471         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
4472         (jit-lock-deferred-fontify, jit-lock-context-fontify)
4473         (jit-lock-after-change): Test memory-full.
4475 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
4477         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4478         part of the decoded armor to find the key-identifier.
4479         (pgg-gpg-lookup-key-owner): New function to return the
4480         human-readable identifier of a key owner.
4481         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
4482         key itself.
4483         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4484         the key value) if we have a key and can match it against a secret
4485         key.  Also, added a note pointing out fact that the prompt only
4486         indicates the first matching key.
4488         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
4489         pgg-decrypt-region.
4490         (pgg-pending-timers): A new hash for tracking the passphrase cache
4491         timers, so that new ones supercede old ones.
4492         (pgg-add-passphrase-to-cache): Rename from
4493         `pgg-add-passphrase-cache' to reduce confusion (all callers
4494         changed).  Modified to cancel old timers when new ones are added.
4495         (pgg-remove-passphrase-from-cache): Rename from
4496         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4497         changed).  Modified to cancel old timers when their keys are
4498         removed from the cache.
4499         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
4500         XEmacs, an indirection to delete-itimer.
4501         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
4502         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
4503         users can only check cache without risk of prompting.  Correct bug in
4504         notruncate behavior.
4505         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
4506         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
4507         Add informative docstrings.
4508         (pgg-decrypt): Convey provided passphrase in subordinate call to
4509         pgg-decrypt-region.
4511         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4512         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4513         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4514         'passphrase' argument, so the passphrase can be managed externally
4515         and then passed in to the system.
4517         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4518         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
4519         so the passphrase cache can be used reliably with identifiers
4520         besides a pgp packet's key id.
4522         * pgg-gpg.el (pgg-pgp-encrypt-region)
4523         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4524         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4525         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
4526         argument to all these routines, so the passphrase can be managed
4527         externally and passed in to the system.
4529         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4530         'notruncate' argument, so the passphrase cache can be used
4531         reliably with identifiers besides a pgp packet's key id.
4533 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
4535         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4536         symmetric encryption.
4537         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4538         encrypted session key.
4539         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4540         message ask for the passphrase in a proper way.
4542         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4543         New user commands for symmetric encryption.
4545 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
4547         * textmodes/conf-mode.el (conf-assignment-sign)
4548         (conf-assignment-regexp): Fix docstrings.
4549         (conf-mode-initialize): New function.
4550         (conf-mode): Remove optional args.  Use delay-mode-hooks to
4551         recognize recursive calls.
4552         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
4553         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
4554         (conf-xdefaults-mode): Use define-derived-mode and
4555         conf-mode-initialize.
4557 2005-10-29  Romain Francoise  <romain@orebokech.com>
4559         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
4561 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
4563         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4564         part of the decoded armor to find the key-identifier.
4565         (pgg-gpg-lookup-key-owner): New function to return the
4566         human-readable identifier of a key owner.
4567         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
4568         key itself.
4569         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4570         the key value) if we have a key and can match it against a secret
4571         key.  Also, added a note pointing out fact that the prompt only
4572         indicates the first matching key.
4574         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
4575         pgg-decrypt-region.
4576         (pgg-pending-timers): A new hash for tracking the passphrase cache
4577         timers, so that new ones supercede old ones.
4578         (pgg-add-passphrase-to-cache): Rename from
4579         `pgg-add-passphrase-cache' to reduce confusion (all callers
4580         changed).  Modified to cancel old timers when new ones are added.
4581         (pgg-remove-passphrase-from-cache): Rename from
4582         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4583         changed).  Modified to cancel old timers when their keys are
4584         removed from the cache.
4585         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
4586         XEmacs, an indirection to delete-itimer.
4587         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
4588         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
4589         users can only check cache without risk of prompting.  Correct bug in
4590         notruncate behavior.
4591         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
4592         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
4593         Add informative docstrings.
4594         (pgg-decrypt): Convey provided passphrase in subordinate call to
4595         pgg-decrypt-region.
4597 2005-10-20  Ken Manheimer <ken.manheimer+emacs@gmail.com>
4599         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4600         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4601         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4602         'passphrase' argument, so the passphrase can be managed externally
4603         and then passed in to the system.
4605         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4606         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
4607         so the passphrase cache can be used reliably with identifiers
4608         besides a pgp packet's key id.
4610         * pgg-gpg.el (pgg-pgp-encrypt-region)
4611         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4612         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4613         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
4614         argument to all these routines, so the passphrase can be managed
4615         externally and passed in to the system.
4617         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4618         'notruncate' argument, so the passphrase cache can be used
4619         reliably with identifiers besides a pgp packet's key id.
4621 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
4623         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4624         symmetric encryption.
4625         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4626         encrypted session key.
4627         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4628         message ask for the passphrase in a proper way.
4630         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4631         New user commands for symmetric encryption.
4633 2005-10-28  Bill Wohler  <wohler@newt.com>
4635         * help-mode.el (help-url): New button type. Calls browse-url.
4636         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
4637         Similar to Info nodes: URL `url'.
4638         (help-make-xrefs): Create help-url buttons for
4639         help-xref-url-regexp matches.
4641 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
4643         * tool-bar.el (tool-bar-add-item-from-menu)
4644         (tool-bar-local-item-from-menu): Fix doc strings.
4646 2005-10-28  Romain Francoise  <romain@orebokech.com>
4648         * ldefs-boot.el: Update.
4650         * subr.el (locate-library): Move from help-fns.el.
4651         * help-fns.el (locate-library): Move to subr.el.
4653 2005-10-28  Richard M. Stallman  <rms@gnu.org>
4655         * net/tramp.el (tramp-completion-mode): defvar moved up.
4657         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
4659         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
4661         * files.el (find-file-noselect): Use %d to format large file size.
4663         * bindings.el (mode-line-format): Add %e.
4665         * loadup.el ("facemenu"): Load unconditionally.
4666         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
4667         ("x-dnd"): Load, when appropriate.
4669         * startup.el (command-line): Call before-init-hook earlier.
4670         Warn about some bad characters in -u user name.
4672         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
4673         (flyspell-external-point-words): Error if misspelled word is not found.
4674         Set flyspell-large-region-beg at end of word.
4676 2005-10-28  Andreas Schwab  <schwab@suse.de>
4678         * view.el (View-revert-buffer-scroll-page-forward):
4679         Use view-page-size-default.
4681 2005-10-28  Juri Linkov  <juri@jurta.org>
4683         * international/quail.el (quail-get-current-str): Translate last
4684         raw character for deterministic input methods.
4686 2005-10-27  Jay Belanger  <belanger@truman.edu>
4688         * calc/calc-ext.el: Add functions to autoloads.
4689         (math-identity-matrix-p, math-ident-row-p): New functions.
4691         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
4692         multiplication by an identity matrix; don't turn multiplication by
4693         an inverse matrix into division.
4694         (math-div-symbol-fancy):  Replace division by matrices with
4695         multiplication by inverse.
4697         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
4699         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
4700         (calc-writeoutpower): New functions.
4702 2005-10-27  Romain Francoise  <romain@orebokech.com>
4704         * replace.el (occur-engine): Include colon in mouse-face highlight.
4706         * dired-x.el: Change Maintainer field.
4708 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
4710         * longlines.el (longlines-mode): Bind after-change-functions to
4711         nil during initial decoding and final encoding.
4713 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
4715         * term.el (term-emulate-terminal, term-handle-colors-array)
4716         (term-handle-ansi-escape): Specify the terminfo capabilities
4717         implemented.
4719 2005-10-26  Richard M. Stallman  <rms@gnu.org>
4721         * info.el (Info-fontify-node): Fix detection of sentence-break
4722         before *Note.
4724 2005-10-26  Romain Francoise  <romain@orebokech.com>
4726         * smerge-mode.el: Add `tools' to file keywords.
4728 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
4730         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
4731         when the fringe is not available.
4733         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
4734         (def-gdb-auto-update-trigger): Simplify construction.
4735         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
4736         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
4737         defined explicitly.
4738         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
4739         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
4740         defined explicitly.
4741         (gdb-info-locals-custom): Remove as it's a no-op.
4743 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
4745         * longlines.el (longlines-mode): Remove narrowing before
4746         performing the initial decoding or final encoding.
4748 2005-10-25  Romain Francoise  <romain@orebokech.com>
4750         * emacs-lisp/find-func.el (find-library-name): Also strip
4751         extension if library name ends in .el, to take advantage of
4752         `find-library-suffixes'.
4754 2005-10-25  Richard M. Stallman  <rms@gnu.org>
4756         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
4758 2005-10-25  Juri Linkov  <juri@jurta.org>
4760         * textmodes/texinfo.el (texinfo-mode): Change charset of one
4761         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
4763 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4765         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
4766         (blackbox-redefine-key): Add argument `map'.
4768         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
4769         regions when moving the jit-lock-context-unfontify-pos boundary.
4771 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4773         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
4775 2005-10-25  Masatake YAMATO  <jet@gyve.org>
4777         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
4779 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
4781         * play/blackbox.el (blackbox-redefine-key): New function.
4782         (blackbox-mode-map): Use it to remap existing bindings for cursor
4783         motion instead of binding literal keys.
4785 2005-10-25  Glenn Morris  <rgm@gnu.org>
4787         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
4788         diary does not end in a newline.  Do not assume a blank line at
4789         the start of the diary file.
4791 2005-10-25  Kenichi Handa  <handa@m17n.org>
4793         * international/quail.el (quail-translate-key): If the input
4794         method is deterministic and failed to handle the last key, restart
4795         the key handling loop from an appropriate key.
4797 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
4799         * vc.el (vc-dired-mode): Extend comment for binding of
4800         `directory-listing-before-filename-regexp'.
4802 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4804         * textmodes/texinfo.el (texinfo-mode):
4805         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
4806         not to unnecessarily expose emacs-mule's internal char codes.
4808 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
4810         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
4811         Display hand pointer and help-echo on disabled icon too.
4812         (gdb-mouse-until): New function.
4813         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
4815 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
4817         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
4818         with 2005-10-23 change to doctor.el.
4820         * finder.el (finder-mode-map): Add follow-link binding.
4822 2005-10-25  Kim F. Storm  <storm@cua.dk>
4824         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
4825         to gdb-mouse-toggle-breakpoint-fringe.
4826         (gdb-mouse-toggle-breakpoint-margin): Rename from
4827         gdb-mouse-toggle-breakpoint. Fix doc.
4828         (gdb-mouse-toggle-breakpoint-fringe): New defun.
4829         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
4830         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
4831         string properties also for fringe breakpoint bitmaps.
4833 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
4835         * textmodes/org.el (org-start-icalendar-file): Fix format form.
4837 2005-10-25  Masatake YAMATO  <jet@gyve.org>
4839         * simple.el (completion-common-substring):
4840         Use `completion-common-substring' prior to `completion-base-size'.
4842 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
4844         * savehist.el: Require CL while compiling.
4845         (savehist-history-variables): Remove.
4846         (savehist-save-minibuffer-history, savehist-additional-variables)
4847         (savehist-minibuffer-history-variables): New vars.
4848         (savehist-save): Use them.
4849         (savehist-uninstall, savehist-minibuffer-hook): New funs.
4850         (savehist-install): New fun, extracted from savehist-load.
4851         (savehist-load): Use them.
4853 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4855         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
4856         a dummy doc-string-elt property.
4857         (defalias, defvaralias, define-category): Add a docstring property.
4859         * image.el (defimage):
4860         * widget.el (define-widget):
4861         * custom.el (defface, defcustom): Add `doc-string' declaration.
4863         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
4864         (defadvice): Add `doc-string' declaration.
4866         * emacs-lisp/byte-run.el (macro-declaration-function):
4867         Handle `doc-string' declarations.
4868         (define-obsolete-function-alias, define-obsolete-variable-alias):
4869         Add `doc-string' declaration.
4871 2005-10-24  Kenichi Handa  <handa@m17n.org>
4873         * international/utf-7.el (utf-7): Add autoload cookie.
4875         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
4877 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
4879         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
4880         list of directories passed to batch-update-autoloads.  Add "." to
4881         the list of the echoed directories.
4883         * pgg-def.el:
4884         * pgg-gpg.el:
4885         * pgg-parse.el:
4886         * pgg-pgp.el:
4887         * pgg-pgp5.el:
4888         * pgg.el: Moved here from the gnus subdirectory.
4890 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
4892         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
4893         in case comint-prompt-read-only is set to t.
4895         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
4896         in case comint-prompt-read-only is set to t.
4898 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
4900         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
4901         Now a string.
4902         (icalendar-import-format): Handle CLASS, STATUS, URL.
4903         Rename `subject' to `summary'.
4904         (icalendar-import-format-summary): Rename from
4905         `icalendar-import-format-subject'.
4906         (icalendar-import-format-url, icalendar-import-format-status)
4907         (icalendar-import-format-class): New variables.
4908         (icalendar--rris): Take variable argument list.
4909         (icalendar--datestring-to-isodate): Remove unnecessary
4910         calendar-style check when converting dates with explicit month names.
4911         (icalendar-export-region): Change return type of conversion
4912         subroutines.  Bury current buffer unless error occurred.
4913         (icalendar--convert-to-ical)
4914         (icalendar--parse-summary-and-rest): New functions.
4915         (icalendar--convert-ordinary-to-ical)
4916         (icalendar--convert-weekly-to-ical)
4917         (icalendar--convert-yearly-to-ical)
4918         (icalendar--convert-block-to-ical)
4919         (icalendar--convert-cyclic-to-ical)
4920         (icalendar--convert-anniversary-to-ical): Change return type.
4921         Strip trailing blanks from subject.
4922         (icalendar--convert-sexp-to-ical): Change return type.
4923         Strip trailing blanks from subject.  Handle simple sexp
4924         entries as generated by icalendar.el.
4925         (icalendar--convert-float-to-ical)
4926         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
4927         (icalendar-import-file): Doc fix.
4928         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
4929         Correct call to icalendar--rris.
4930         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
4931         `summary'.
4932         (icalendar--add-diary-entry): Rename `subject' to `summary'.
4934 2005-10-24  Romain Francoise  <romain@orebokech.com>
4936         * server.el (server-sentinel): Set query-on-exit flag to nil on
4937         new client processes (it isn't inherited from the server process).
4939         * replace.el (occur-engine): Rearrange text properties.
4941 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4943         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
4944         case-fold-search is nil.
4945         (debug-help-follow): Use help-xref-interned directly.
4947 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4949         * thumbs.el (thumbs-image-type): Add .pbm.
4951 2005-10-23  Richard M. Stallman  <rms@gnu.org>
4953         * faces.el (inhibit-face-set-after-frame-default): New variable.
4954         (set-face-attribute): Bind it.
4955         (face-set-after-frame-default): Test it.
4957         * help-fns.el (describe-simplify-lib-file-name): New function.
4958         (describe-function-1, describe-variable): Use it.
4960         * faces.el (describe-face): Use describe-simplify-lib-file-name.
4962         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
4963         Eliminate nil as possible value.
4964         (tooltip-hide-delay): Reduce internal-border-width.
4966         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
4967         (menu-bar-file-menu) <new-file>: Likewise.
4969         * simple.el (line-move-finish): Ignore fields computing LINE-END.
4971         * international/mule.el (load-with-code-conversion):
4972         Pass full file name to `eval-buffer' unless preloading.
4974         * textmodes/flyspell.el (flyspell-large-region):
4975         Call ispell-check-version.
4977         * textmodes/ispell.el (ispell-local-dictionary-overridden):
4978         Fix the make-variable-buffer-local call that was supposed
4979         to be for this variable.
4980         (ispell-aspell-supports-utf8): Doc fix.
4981         (ispell-find-aspell-dictionaries): Preserve elements of
4982         ispell-dictionary-alist for dictionaries that aspell doesn't report.
4983         (ispell-aspell-find-dictionary): Return nil on error.
4985         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
4986         (doctor-symptoms): Likewise.
4988         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
4990 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4992         * cus-edit.el (custom-button, custom-button-pressed): New vars.
4993         (custom-raised-buttons): Add :set spec.
4994         (custom-button-unraised, custom-button-pressed-unraised):
4995         New faces, so that custom-raised-buttons actually does something.
4996         (custom-mode): Use custom-button and custom-button-pressed.
4998         * wid-edit.el (widget-specify-button): Don't ignore
4999         widget-mouse-face on graphic terminals.
5000         (widget-move-and-invoke): Cleanup.
5002 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
5004         * whitespace.el (whitespace-cleanup): Doc fix.
5006 2005-10-23  Romain Francoise  <romain@orebokech.com>
5008         * emulation/viper.el (viper-set-hooks): Quote forms passed to
5009         `eval-after-load' to avoid evaluating their result.
5011 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
5013         * files.el (directory-listing-before-filename-regexp):
5014         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
5016         * dired.el (dired-move-to-filename-regexp): Remove.
5017         All occurences replaced by `directory-listing-before-filename-regexp'.
5019         * dired-x.el, locate.el, vc.el:
5020         Replace `dired-move-to-filename-regexp' by
5021         `directory-listing-before-filename-regexp'.  In vc.el it is
5022         overwritten locally; maybe this can be handled in files.el too.
5024         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
5025         replaced by `directory-listing-before-filename-regexp'.
5027 2005-10-23  Andreas Schwab  <schwab@suse.de>
5029         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
5030         and eval-next-after-load.
5032 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
5034         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
5035         exist, create it.
5037 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
5039         * allout.el: Remove autoloads for mailcrypt and crypt++.
5040         Require pgg, pgg-gpg during compilation.
5041         (allout-version): Increment version number to 2.1, and use a literal
5042         rather than RCS Id.
5043         (allout-default-encryption-scheme): Remove.
5044         (allout-passphrase-verifier-handling)
5045         (allout-passphrase-verifier-string)
5046         (allout-file-passphrase-verifier-string)
5047         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
5048         (allout-passphrase-hint-handling): Rename and simplify.
5049         (allout-init): Use `find-file-hook' if available, otherwise
5050         `find-file-hooks'.
5051         (allout-mode): Use `write-file-functions' if available, otherwise
5052         `local-write-file-hooks' and, instead of making auto-save-hook
5053         buffer local, make the write-file-hook activity contingent to
5054         allout-mode.
5055         (allout-mode): Use key-binding substitution in the docstring.
5056         (allout-kill-line): Spell-out kill ring data structure mutation
5057         instead of using byte-compiler-complaint-provoking `pop'.
5058         (allout-insert-listified): Use `insert' rather than `insert-string'
5059         (allout-toggle-current-subtree-encryption): Update docstring, adjust
5060         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
5061         (allout-encrypt-string): Totally revamped vis new underlying
5062         encryption facilities.
5063         (allout-mc-activate-passwd): Remove.
5064         (allout-obtain-passphrase): New, more or less replaces
5065         allout-mc-activate-passwd.
5066         (allout-encrypted-key-info): More or less replaces
5067         allout-encrypted-text-type.
5068         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
5069         (my-mark-marker): Use `(featurep 'xemacs)'.
5071 2005-10-23  Lars Hansen <larsh@soem.dk>
5073         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
5074         (byte-compile-file-form-defmumble, byte-compile-defun)
5075         (byte-compile-defmacro): Use it.
5076         (byte-compile-form): Don't call byte-compile-set-symbol-position
5077         when a byte-compile handler is called.
5079 2005-10-22  Romain Francoise  <romain@orebokech.com>
5081         * savehist.el (savehist-history-variables): Add `grep-find-history'.
5083         * subr.el (eval-after-load): Convert library name to an absolute
5084         file name using locate-library, since load-history no longer has
5085         library names in it.
5087 2005-10-22  Richard M. Stallman  <rms@gnu.org>
5089         * files.el (make-temp-file): Move from subr.el.
5090         * subr.el (make-temp-file): Move to files.el.
5092         * window.el (get-buffer-window-list): Move from subr.el.
5093         * subr.el (get-buffer-window-list): Move to window.el.
5095         * image.el (image-load-path): Use eval-at-startup to initialize.
5097         * subr.el (eval-at-startup): New macro.
5099         * subr.el: Much rearrangement of functions and division
5100         into pages.  No code changes.
5102 2005-10-22  Kenichi Handa  <handa@m17n.org>
5104         * tar-mode.el (tar-extract): Be sure to call
5105         find-operation-coding-system if set-auto-coding doesn't find a
5106         coding system.
5108 2005-10-22  Kim F. Storm  <storm@cua.dk>
5110         * image.el (image-type-header-regexps): Rename from image-type-regexps.
5111         Change users.
5112         (image-type-file-name-regexps): New defconst.
5113         (image-type-from-data): Simplify loop.
5114         (image-type-from-buffer): New defun.
5115         (image-type-from-file-header): Use it instead of image-type-from-data.
5116         Use image-search-load-path instead of only looking in data-directory.
5117         (image-type-from-file-name): New defun.
5118         (image-search-load-path): Change `pathname' to `filename'.
5119         Make PATH arg optional, default to image-load-path.
5121 2005-10-21  Richard M. Stallman  <rms@gnu.org>
5123         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
5125         * textmodes/paragraphs.el (sentence-end-base): New variable.
5126         (sentence-end): Use sentence-end-base.
5128 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5130         * font-lock.el (font-lock-default-fontify-region): Check the multiline
5131         property independently from the font-lock-multiline variable.
5133 2005-10-21  Richard M. Stallman  <rms@gnu.org>
5135         * emacs-lisp/find-func.el (find-library-name): Doc fix.
5137         * startup.el (command-line): Convert library names
5138         in `load-history' to absolute file names.
5140         * subr.el (symbol-file): Doc fix.
5142         * loadhist.el (file-loadhist-lookup): Call locate-library
5143         instead of find-library-name.  Don't try converting
5144         abs file names to library names, since load-history no longer
5145         has library names in it.
5146         (file-dependents, file-provides, file-requires): Doc fixes.
5148 2005-10-21  Juri Linkov  <juri@jurta.org>
5150         * progmodes/etags.el (tags-table-mode): New function.
5151         (tags-verify-table): Replace initialize-new-tags-table with
5152         tags-table-mode.
5154         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
5155         default value.
5156         (desktop-modes-not-to-save): Add tags-table-mode to the
5157         default value.
5159         * info.el (Info-index-next): Add total number of index
5160         alternatives to the message.
5162         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
5163         backward only space (instead of space and period) before looking
5164         at sentence end.
5166         * simple.el (set-variable): Use user-variable-p instead of symbolp.
5167         Add the old variable value as 4th default-value arg of read-string.
5169 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5171         * cus-face.el (custom-declare-face): Make face from X resources
5172         also on Mac.
5174         * disp-table.el (standard-display-g1, standard-display-graphic):
5175         Refuse to use string glyphs also on Mac.
5176         (standard-display-european): Don't set terminal coding system also
5177         on Mac.
5179         * frame.el (display-screens): Use x-display-screens also on Mac.
5181 2005-10-21  Romain Francoise  <romain@orebokech.com>
5183         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
5185 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5187         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
5188         and $? into sexps.
5190         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
5191         warning face on open-paren-in-column-0.
5193         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
5194         boundary case.  Fix typo.
5195         Suggested by Martin Rudalics <rudalics@gmx.at>.
5197 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
5199         * textmodes/org.el (org-combined-agenda-icalendar-file)
5200         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
5201         (org-export-icalendar-this-file)
5202         (org-export-icalendar-all-agenda-files)
5203         (org-export-icalendar-combine-agenda-files): New commands.
5204         (org-export-icalendar, org-print-icalendar-entries)
5205         (org-start-icalendar-file, org-finish-icalendar-file)
5206         (org-ical-ts-to-string): New functions.
5207         (org-read-date, org-goto-calendar)
5208         (org-agenda-goto-calendar): Inhibit displaying diary entries by
5209         call to `calendar'.
5210         (orgtbl-setup): Remove the :keys arguments from the menu description.
5211         (org-after-save-iCalendar-file-hook): New variable.
5213 2005-10-21  Kenichi Handa  <handa@m17n.org>
5215         * language/vietnamese.el (tcvn-5712): Make it an alias of
5216         vietnamese-tcvn coding-system.
5218 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
5220         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
5221         group id is given.
5223 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5225         * progmodes/sh-script.el (sh-escaped-line-re): New var.
5226         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
5227         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
5228         whose line is either continued or ends with a comment.
5230 2005-10-20  Romain Francoise  <romain@orebokech.com>
5232         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
5234         * replace.el (occur-engine): Add follow-link property.
5236         * font-core.el (font-lock-mode): Doc fix.
5238 2005-10-20  Richard M. Stallman  <rms@gnu.org>
5240         * net/rcirc.el: New file.
5242 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
5244         * term.el (term-term-name): Initialize to "eterm-color".
5246 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
5248         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
5249         for encryption functionality.
5250         Move allout customization subgroup from `editing' to `outlines' group.
5251         Fix commentary keywords to legitimate ones.
5252         Update author info (using my current email address, obscurified).
5253         (allout-encrypt-string, allout-encryption-produce-work-buffer)
5254         (allout-encrypted-topic-p, allout-encrypted-text-type)
5255         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
5256         (allout-situate-encryption-key-verifier)
5257         (allout-get-encryption-key-verifier, allout-verify-key)
5258         (allout-next-topic-pending-encryption)
5259         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
5260         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
5261         (outline-key-verifier-handling, outline-key-hint-handling)
5262         (outline-encrypt-unencrypted-on-saves): New defcustoms.
5263         (allout-file-key-verifier-string, allout-encryption-scheme)
5264         (allout-key-verifier-string, allout-key-hint-string)
5265         (allout-after-save-decrypt): New variables.
5266         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
5267         (allout-after-saves-handler): New hook functions.
5268         (allout-post-command-business): Do allout-after-save-decrypt.
5269         (allout-enable-file-variable-adjustment): Custom var to enable
5270         mechanism for adding and adjusting settings of Emacs file variables.
5271         (allout-adjust-file-variable, allout-file-vars-section-data):
5272         New functions, implement the mechanism.
5273         (outlineify-sticky): Use the file vars mechanism.
5274         (allout-inhibit-protection, allout-during-write-cue)
5275         (allout-override-protect, allout-before-change-protect): Remove.
5276         (allout-flag-region, allout-open-topic): Adjust read-only text.
5277         (allout-open-line-not-read-only): Add to facilitate read-only
5278         text based protection.
5279         (allout-kill-line): Revise to adjust read-only text, clue the
5280         user about the inhibition.
5281         (allout-unprotected): Use unwind-protect.
5282         (allout-shift-in, allout-shift-out): Disallow manually shifting a
5283         topic deeper than the offspring depth of the previous topic -
5284         avoiding confusing "containment discontinuities".
5285         (allout-reindent-bodies): Fix retention of body relative hanging
5286         indent during promotion of collapsed bodies.
5287         (allout-open-topic): Make it easy to open new topic with same
5288         bullet as current topic - topic creation functions provided with
5289         any universal argument provokes now prompt for bullet, defaulting
5290         to the bullet of the previous topic.
5291         (allout-plain-bullets-string, allout-distinctive-bullets-string):
5292         Plain bullet alternates `.' period and `,' comma only.  All other
5293         bullets are relegated to special status (but customizable).
5294         (allout-end-of-entry): Rename from allout-end-of-current-entry
5295         since it actually operates w.r.t. most immediately containing
5296         entry, visible or not.
5297         (allout-hide-current-entry, allout-show-current-entry): Use the
5298         revised version.
5299         (allout-old-expose-topic): Solidify deprecation.
5300         (allout-end-of-subtree): Add so we can span concealed as well
5301         as visible topics.
5302         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
5303         (allout-end-of-current-heading): Tweak to just respect the first line.
5304         (allout-get-body-text): Add.
5305         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
5306         when invoked interactively.
5307         (allout-up-current-level): Use `interactive-p'.
5308         (allout-mode, allout-init): Miscellaneous docstring and
5309         operational refinements, as well as hookups of new encryption stuff.
5310         (allout-beginning-of-current-entry): Now works as advertised.
5311         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
5312         (allout-isearch-rectification): Refine condition for isearching.
5313         (allout-isearch-abort, allout-enwrap-isearch)
5314         (allout-flag-region, my-region-active-p): Relocate some macros.
5315         (allout-title): Fallback title is (buffer-name), not
5316         non-existing (current-buffer-name).
5317         (subst-char-in-string): Define if absent (for some XEmacs versions).
5319 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
5321         * mail/sendmail.el (mail-setup-hook, mail-aliases)
5322         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
5323         (mail-citation-prefix-regexp, mail-signature-file)
5324         (mail-default-headers, mail-bury-selects-summary)
5325         (mail-send-nonascii): Add autoload cookies.
5327 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
5329         * frame.el (blink-cursor-mode): Add `mac' to the list of
5330         window-system's that support blinking cursor.
5332 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5334         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
5336 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
5338         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
5339         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
5340         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
5342 2005-10-20  Kim F. Storm  <storm@cua.dk>
5344         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
5345         (ido-set-current-directory): Don't add / after final @.
5346         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
5347         Explicitly handle ange-ftp completion oddities.
5348         (ido-make-file-list): Don't rotate list at tramp root to avoid
5349         triggering tramp file handler for expand-file-name via get-file-buffer.
5351 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5353         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
5355 2005-10-19  Jay Belanger  <belanger@truman.edu>
5357         * calc/calc-units.el (math-standard-units): Add units, adjust
5358         symbols and update values.
5359         (math-unit-prefixes):  Add more prefixes.
5361 2005-10-19  Romain Francoise  <romain@orebokech.com>
5363         * bookmark.el (bookmark-menu-heading): New face.
5364         (bookmark-bmenu-list): Use it.
5365         Don't fiddle with `baud-rate' at top-level.
5367 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
5369         * image.el (create-image, find-image): Mention max-image-size in
5370         docstring.
5372 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5374         * savehist.el (savehist-load): Revert to checking XEmacs.
5376         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
5377         Various docstring and line-width fixups.
5378         (conf-mode): Use cond.
5379         Set font-lock-defaults.  Don't set comment-use-syntax.
5381 2005-10-18  David Ponce  <david@dponce.com>
5383         * tree-widget.el (tree-widget-button-click): New function.
5384         (tree-widget-button-keymap): Use it.
5386 2005-10-18  Romain Francoise  <romain@orebokech.com>
5388         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5389         (bookmark-bmenu-hide-filenames): Add follow-link property.
5390         Improve help-echo text.
5392         * ffap.el (find-file-at-point): Doc fix.
5394 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5396         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
5398 2005-10-18  Masatake YAMATO  <jet@gyve.org>
5400         Install to the CVS repository what I forgot to install in my
5401         2005-10-16 changes.
5403         * progmodes/python.el (python-complete-symbol): Pass the common
5404         prefix substring of completion to `display-completion-list'.
5406         * textmodes/org.el (org-complete): Ditto.
5408 2005-10-18  Masatake YAMATO  <jet@gyve.org>
5410         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
5412         * woman.el (WoMan-xref-man-page): New button type derived
5413         from `Man-abstract-xref-man-page'.
5414         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
5416         * man.el (Man-abstract-xref-man-page): New button type.
5417         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
5418         (Man-highlight-references): Add new optional argument `xref-man-type'.
5420 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
5422         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
5424 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
5426         * cus-edit.el (Custom-move-and-invoke): Delete.
5427         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
5429         * wid-edit.el (widget-move-and-invoke): New function, from
5430         Custom-move-and-invoke.
5432 2005-10-17  Bill Wohler  <wohler@newt.com>
5434         Move all remaining images from lisp/toolbar to etc/images, move
5435         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
5436         the low resolution images in their own directory (low-color).
5438         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
5439         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
5440         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
5441         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
5442         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
5443         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
5444         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
5446         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
5447         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
5448         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
5449         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
5450         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
5451         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
5452         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
5453         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
5454         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
5455         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
5456         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
5457         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
5458         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
5459         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
5460         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
5462         To conform with convention, replace the underscore (_) in the
5463         following image names with dash (-) or (/) as appropriate.
5465         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
5466         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
5467         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
5468         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
5469         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
5470         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
5471         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
5472         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
5473         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
5474         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
5475         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
5476         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
5477         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
5478         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
5479         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
5481         * info.el (info-tool-bar-map): Replace underscores in image names
5482         with dashes.
5484         * makefile.w32-in (WINS): Remove toolbar.
5486         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
5488         * tool-bar.el: Move to lisp from toolbar.  Now that
5489         toolbar is empty, it should be deleted when folks run "cvs up -P".
5491 2005-10-18  Jay Belanger  <belanger@truman.edu>
5493         * calc/calc-store.el (calc-store-into): Get the proper variable name
5494         to display in message.
5496 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
5498         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
5499         expressions display in speedbar for all buffers when debugging.
5500         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
5502         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
5503         (speedbar-insert-button, speedbar-make-button):
5504         Use add-text-properties.
5505         (speedbar-update-localized-contents)
5506         (speedbar-update-directory-contents)
5507         (speedbar-update-special-contents): Use dolist.
5508         (speedbar-buffer-easymenu-definition): Add a menu separator.
5510 2005-10-17  Jason Rumney  <jasonr@gnu.org>
5512         * makefile.w32-in: Use $(lisp) consistently.
5513         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
5514         for shell specific generation of mh-autoloads.
5516 2005-10-17  Richard M. Stallman  <rms@gnu.org>
5518         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
5520 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5522         * jit-lock.el (jit-lock-fontify-now):
5523         Move jit-lock-context-unfontify-pos to avoid wasted work.
5525 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
5527         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
5528         `tramp-completion-mode' for checking if we are in completion mode.
5529         (tramp-completion-handle-file-name-all-completions): Reorder code
5530         in order to complete for file names only in case there are no
5531         method/user/host completions.  This is necessary for cooperation
5532         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
5534 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
5536         * longlines.el (longlines-search-forward)
5537         (longlines-search-backward): Match any number of spaces.
5539 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
5541         * diff-mode.el (diff-mode): Doc fix.
5543 2005-10-16  David Reitter <david.reitter@gmail.com>
5545         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
5546         as default on darwin and windows systems.
5548 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
5550         * arc-mode.el (archive-zip-extract): Doc fix.
5552 2005-10-16  Romain Francoise  <romain@orebokech.com>
5554         * mouse.el (mouse-1-click-follows-link): Doc fix.
5556 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5558         * savehist.el: Don't require CL at runtime.
5559         (savehist-xemacs): Remove.
5560         (savehist-coding-system): Use utf-8 if present, regardless of religion.
5561         (savehist-no-conversion): Use (featurep 'xemacs).
5562         (savehist-load): Check existence of start-itimer rather than XEmacs.
5563         Use an idle timer.
5564         (savehist-process-for-saving): Replace use of CL funs `subseq' and
5565         `delete-if-not'.
5567 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
5569         * savehist.el: Newer version.
5570         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
5571         (savehist-last-checksum, savehist-no-conversion): New vars.
5572         (savehist-autosave, savehist-process-for-saving, savehist-printable):
5573         New functions.
5574         (savehist-load, savehist-save): Use them.
5575         (savehist-delimit): Remove.
5577 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5579         * progmodes/compile.el (compilation-goto-locus): Display the
5580         compilation buffer first and the source buffer second, in case they're
5581         in overlapping frames.  Don't raise the compilation frame if it was the
5582         selected window upon entry.  Pass the `other-window' arg to
5583         pop-to-buffer.
5585         * info.el (Info-fontify-node): Use dolist.
5586         Change add-text-properties to put-text-property.
5588 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5590         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
5591         bound of search.
5593 2005-10-16  Masatake YAMATO  <jet@gyve.org>
5595         * dabbrev.el (dabbrev-completion): Pass the common
5596         prefix substring of completion to `display-completion-list'.
5598         * filecache.el (file-cache-minibuffer-complete)
5599         (file-cache-complete): Ditto.
5601         * tempo.el (tempo-display-completions): Ditto.
5603         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
5605         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
5607         * eshell/em-hist.el (eshell-list-history): Ditto.
5609         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
5611         * mail/mailalias.el (mail-complete): Ditto.
5613         * progmodes/etags.el (complete-tag): Ditto.
5615         * progmodes/make-mode.el (makefile-complete): Ditto.
5617         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
5619         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
5621         * progmodes/pascal.el (pascal-complete-word)
5622         (pascal-show-completions): Ditto.
5624         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
5626         * simple.el (completion-common-substring): New variable.
5627         (completion-setup-function): Use `completion-common-substring'
5628         to put faces.
5630 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5632         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
5633         (x-get-selection, mac-select-convert-to-string): Convert from/to
5634         UTF-16 clipboard data as in native byte order, no BOM.
5636 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
5638         * progmodes/gud.el (gud-tool-bar-map): Rename the images
5639         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
5640         (gud-sentinel): Use speedbar-frame to check for speedbar.
5642 2005-10-15  Richard M. Stallman  <rms@gnu.org>
5644         * savehist.el: New file.
5646 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
5648         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
5649         Fix bug in \bf fontification.
5651 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5653         * pcvs.el (cvs-edit-log-files): New var.
5654         (cvs-mode-edit-log): New arg `file'.
5655         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
5656         Instead force the use of the original file and nothing else.
5657         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
5658         the cvs-minor-wrap-function is set.
5659         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
5661 2005-10-14  Bill Wohler  <wohler@newt.com>
5663         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
5664         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
5665         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
5666         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
5667         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
5668         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
5669         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
5670         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
5671         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
5672         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
5673         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
5674         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
5675         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
5676         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
5677         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
5679         * progmodes/gud.el (gud-tool-bar-map): Rename the images
5680         appropriately (for example, gud-break to gud/break).
5682 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
5684         * longlines.el (longlinges-search-function)
5685         (longlines-search-forward, longlines-search-backward): New functions.
5686         (longlines-mode): Set isearch-search-fun-function to
5687         longlinges-search-function.
5689         * mouse.el (mouse-drag-region-1): Handle the case where a
5690         double-click event is bound to an arbitrary function.
5692 2005-10-14  David Ponce  <david@dponce.com>
5694         * recentf.el (recentf-track-opened-file)
5695         (recentf-track-closed-file, recentf-update-menu)
5696         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
5697         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
5698         mouse-1-click-follows-link.
5700 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5702         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
5703         Gnome file-manager.png.  Suggested by
5704         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
5706         * toolbar/README: Add diropen.xpm.
5708 2005-10-13  Bill Wohler  <wohler@newt.com>
5710         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
5711         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
5713 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5715         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
5716         Don't waste the byte-compiler's time on constant data.
5718 2005-10-13  Kenichi Handa  <handa@m17n.org>
5720         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
5721         byte with `escape-glyph' face.
5723         * international/fontset.el (ccl-encode-unicode-font):
5724         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
5725         Handle the case that ucs-mule-to-mule-unicode translates a character to
5726         ASCII (usually for IPA characters).
5728 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5730         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
5731         Don't hide the underline of titles if font-lock-mode is disabled.
5733 2005-10-12  Bill Wohler  <wohler@newt.com>
5735         * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
5736         (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
5737         files in MH-E-SRC have been updated.
5738         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
5740 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5742         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
5743         (mixal-mode-syntax-table): Add \n as end-comment.
5744         (mixal-operation-codes-alist): Immediately initialize to full value.
5745         (mixal-add-operation-code): Remove.
5746         (mixal-describe-operation-code): Make the arg non-optional.
5747         Use the interactive spec instead.
5748         Use mixal-operation-codes-alist rather than mixal-operation-codes.
5749         (mixal-font-lock-keywords): Don't highlight comments here any more.
5750         (mixal-font-lock-syntactic-keywords): New var.
5751         (mixal-mode): Use it.  Fix comment-start-skip.
5753 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5755         * startup.el (command-line-x-option-alist): -nb => -nbi
5757 2005-10-12  Kim F. Storm  <storm@cua.dk>
5759         * startup.el (fancy-splash-default-action): Discard mouse click in
5760         the splash screen window, as it has no sensible meaning in the
5761         next window to be selected.  Fixes error reported by Jan D.
5763 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5765         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
5767 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5769         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
5770         Try to fix up minor layout issues like indentation, line break, etc...
5771         (mixal-mode-syntax-table): Don't try to specify comment syntax,
5772         because it doesn't work.
5773         (mixal-operation-codes): Add some more codes.
5774         (mixal-font-lock-keywords): Process comments here.
5775         (mixal-mode): mixasm no longer needs -g option.
5777 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
5779         * progmodes/sh-script.el (sh-tmp-file):
5780         Use mktemp -t.  Finish support for es and rc shells.
5782 2005-10-11  Jay Belanger  <belanger@truman.edu>
5784         * calc/calcalg2.el (calc-integral): With an argument, compute the
5785         definite integral.
5787 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
5789         * mouse.el (mouse-drag-region-1): Don't try to catch a
5790         double-click when doing follow-link (it's overridden anyway).
5792 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
5794         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
5795         (autoload-print-form-outbuf): Add docstring.
5797 2005-10-11  Juri Linkov  <juri@jurta.org>
5799         * info.el (Info-mode-menu): Delete menu item "Edit".
5800         (Info-mode): Delete description of Info-edit from docstring,
5801         and rearrange descriptions of Info commands in the order
5802         they are documented in the Info manual.
5804 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5806         * calendar/appt.el (appt-check): Use diary-selective-display var.
5808 2005-10-10  Richard M. Stallman  <rms@gnu.org>
5810         * net/newsticker.el (newsticker-start, newsticker-show-news):
5811         Add autoload cookies.
5813 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
5815         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
5817 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
5819         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
5821 2005-10-10  Jay Belanger  <belanger@truman.edu>
5823         * calc/calc-arith.el (math-check-known-scalarp)
5824         (math-check-known-matrixp): Check the values of arguments that are
5825         variables.
5826         (math-check-known-square-matrixp): New function.
5827         (math-known-square-matrixp): Use math-check-known-square-matrixp.
5828         (math-super-types): Add sqmatrix type.
5830         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
5831         mode name `square' to `sqmatrix'.
5833         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
5834         mode name `square' to `sqmatrix'.
5836 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5838         * progmodes/etags.el (select-tags-table-mode): Don't use
5839         selective-display.
5840         (tags-select-tags-table): Pass `button' to the action function.
5841         (select-tags-table): Place the side-info on button properties rather
5842         than in hidden text.  Abbreviate file names.
5843         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
5844         (select-tags-table-select): Add `button' argument.
5845         Get side-info from the button property rather than from hidden text.
5847 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
5849         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
5850         (gud-speedbar-buttons): Preserve point if possible.
5851         (gud-sentinel): Restore previous speedbar display type.
5853         * progmodes/gdb-ui.el (gdba): Improve diagram.
5854         (def-gdb-auto-update-handler, gdb-info-locals-handler)
5855         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
5856         Call get-buffer-window once.
5858 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5860         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
5861         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
5862         (pascal-indent-command): Remove unused var `ind'.
5863         (pascal-indent-case): Remove unused var `oldpos'.
5864         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
5865         since it's now used as a proper minor mode map.
5866         (pascal-outline): Rename to pascal-outline-mode.
5867         (pascal-outline-mode): Use define-minor-mode.
5868         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
5869         selective-display.
5871 2005-10-10  Andreas Schwab  <schwab@suse.de>
5873         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
5874         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
5876         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
5877         outside source directory.
5879 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
5881         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
5882         C-x' as a prefix.
5883         (orgtbl-mode-map): Full keymap instead of sparse, because all
5884         `self-insert-command' keys are redefined in this map.
5885         (org-export-as-html): Specify charset for HTML file, by taking it
5886         from the coding system.
5888 2005-10-10  Kenichi Handa  <handa@m17n.org>
5890         * textmodes/flyspell.el (flyspell-check-word-p):
5891         If unread-command-events is non-empty, don't call sit-for.
5893 2005-10-09  Richard M. Stallman  <rms@gnu.org>
5895         * font-lock.el (font-lock-syntactic-keywords)
5896         (font-lock-keywords): Doc fixes.
5898         * textmodes/flyspell.el (flyspell-external-point-words):
5899         Simplify logic, and don't try to check for consecutive appearances
5900         of one incorrect word.
5902 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
5904         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
5905         separator.
5907         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
5908         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
5909         (gud-expansion-speedbar-buttons): New function.
5910         (gud-speedbar-buttons): Check for gud-comint-buffer.
5912 2005-10-09  Bill Wohler  <wohler@newt.com>
5914         * Makefile.in (updates): Add mh-loaddefs dependency.
5916 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
5918         * speedbar.el (speedbar-file-key-map): Fix typo.
5920 2005-10-09  Daniel Brockman  <daniel@brockman.se>
5922         * cus-start.el (line-spacing): Add custom spec.
5924 2005-10-09  Romain Francoise  <romain@orebokech.com>
5926         * textmodes/ispell.el (ispell-check-version): Fix last change.
5928 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5930         * term/x-win.el: Remove -i, --icon-type from comment.
5932         * startup.el (command-line-x-option-alist): Remove options -i,
5933         -itype, --icon-type, added -nb, --no-bitmap-icon
5935 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
5937         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
5938         instead of :active.
5940 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5942         * textmodes/ispell.el (ispell-check-version):
5943         Ignore hyphen, and all that follows, in aspell's version text.
5945 2005-10-08  Jay Belanger  <belanger@truman.edu>
5947         * calc/calc-arith.el (math-known-square-matrixp): New function.
5948         (math-pow-fancy): Check for matrices before distributing exponent
5949         across products.
5951         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
5952         fullscreen keypad.  Suggested by Luc Teirlinck.
5953         (calc-keypad-show-input): Add space for formatting.
5955         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
5956         Add square matrix option.
5958         * calc/calc-poly.el (math-expand-term): Check for matrices instead
5959         of checking calc-matrix-mode when deciding how to expand.
5961         * calc/calc.el (calc-set-mode-line): Add square matrix option.
5963 2005-10-08  Lars Hansen  <larsh@soem.dk>
5965         * net/tramp.el (tramp-perl-directory-files-and-attributes):
5966         Add error handling.
5967         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
5969 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
5971         Sync with Tramp 2.0.51.
5973         * net/tramp.el (tramp-handle-set-visited-file-modtime)
5974         (tramp-handle-insert-file-contents, tramp-handle-write-region):
5975         Insert special handling for `last-coding-system-used', again
5976         it still seems to be necessary (unlike stated before).
5977         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
5978         (tramp-password-prompt-regexp): There might be other words before
5979         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
5980         (tramp-chunksize): Improve docstring.
5981         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
5982         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
5983         Christian Joergensen <bugs@razor.dk>.
5985 2005-10-07  Glenn Morris  <rgm@gnu.org>
5987         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
5988         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
5989         precision'.
5991 2005-10-07  Romain Francoise  <romain@orebokech.com>
5993         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
5994         (ibuffer-do-shell-command-pipe-replace)
5995         (ibuffer-do-shell-command-file, ibuffer-do-eval)
5996         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
5997         (ibuffer-do-revert, ibuffer-do-replace-regexp)
5998         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
5999         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
6000         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
6001         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
6002         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
6003         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
6004         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
6005         Autoload file sans suffix.
6007         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
6009 2005-10-07  David Ponce  <david@dponce.com>
6011         * recentf.el (recentf-menu-open-all-flag): New option.
6012         (recentf-digit-shortcut-command-name): New function.
6013         (recentf--shortcuts-keymap): New variable.
6014         (recentf-menu-shortcuts): New variable.
6015         (recentf-make-menu-items): Initialize it.  Replace the "More..."
6016         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
6017         (recentf-menu-value-shortcut): New function.
6018         (recentf-make-menu-item): Use it.  No more in-lined.
6019         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
6020         (recentf-open-most-recent-file): Rename from
6021         `recentf-open-file-with-key'.  Don't depend on key binding.
6022         (recentf-mode-map): New variable.
6023         (recentf-mode): Use it.
6025 2005-10-06  Bill Wohler  <wohler@newt.com>
6027         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
6029         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
6030         (MH-E-SRC): New.  Used by mh-autoloads.
6031         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
6032         files in MH-E-SRC have been updated.
6033         (compile, recompile, bootstrap): Depend on mh-autoloads.
6035 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
6037         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
6038         gud-break and gud-remove icons when the fringe is not available.
6040         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
6041         Typo.
6043 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
6045         * play/zone.el (zone): Wrap body with save-window-excursion.
6047 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6049         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
6050         Use the new `list-only' arg to diary-list-entries.
6052         * calendar/diary-lib.el: Use overlays rather than selective-display.
6053         (diary-selective-display): New var.
6054         (diary-header-line-format): Use it.
6055         (diary-list-entries): Add argument `list-only'.
6056         Put the buffer in diary-mode.  Don't add \^M at beg and end.
6057         Replace \^M by invisible overlays.
6058         (diary-unhide-everything): Replace \^M by invisible overlays.
6059         (print-diary-entries): Look for overlays rather than \^M.
6060         Add a space to the temp buffer name.
6061         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
6062         Put the buffer in diary-mode.
6063         (list-sexp-diary-entries): Replace \^M by invisible overlays.
6064         (diary-anniversary): Make the year arg optional.
6065         (diary-time-regexp): New const.
6066         (diary-font-lock-keywords): Use it to accept a few more time formats.
6068         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
6070 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
6072         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
6073         Fix bug introduced 2005-07-03: Use (car (last ...))
6074         to faithfully reproduce replaced artist-last.
6075         (artist-set-arrow-points-for-poly): Likewise.
6076         Suggested by Johan Bockg\e,Ae\e(Brd.
6078 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
6080         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
6081         * wid-edit.el (widget):
6082         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
6083         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
6085 2005-10-06  Kenichi Handa  <handa@m17n.org>
6087         * international/mule-cmds.el (set-language-environment):
6088         Fix setting up of case-table for unibyte mode.
6090         * simple.el (what-cursor-position): If the character is displayed
6091         by some `display' text property, show that.  Don't use
6092         single-key-description for eight-bit characters in multibyte mode.
6094 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
6096         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
6097         (gdb-ann3): Set it.
6098         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
6099         (gdb-info-frames-custom): Use inverse-video for first five
6100         characters of selected frame only.
6101         (gdb-get-frame-number): Select frame even when point is on frame
6102         number.
6104 2005-10-06  Masatake YAMATO  <jet@gyve.org>
6106         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
6107         Put `font-lock-function-name-face'.
6108         (gdb-info-frames-custom): Put `font-lock-function-name-face'
6109         and `font-lock-variable-name-face'
6110         (gdb-registers-font-lock-keywords): New font lock keywords definition.
6111         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
6112         (gdb-memory-font-lock-keywords): New font lock keywords definition.
6113         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
6114         (gdb-local-font-lock-keywords): New font lock keywords definition.
6115         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
6116         (gdb-threads-font-lock-keywords): New font lock keywords definition.
6117         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
6119 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
6121         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
6122         (ediff-merge-region-is-non-clash-to-skip): Previously called
6123         ediff-merge-region-is-non-clash.
6125         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
6126         Use insert-buffer-substring.
6128         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
6129         selecting files to patch.  Also bug fixes.
6131         * ediff-util.el (ediff-setup): Bug fix.
6132         (ediff-next-difference): Never skip clashes that differ in white
6133         space only.
6135         * ediff-wind.el (ediff-setup-control-frame)
6136         (ediff-destroy-control-frame): Check the menubar feature.
6138         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
6139         (viper-refresh-mode-line): Use make-local-variable to localize
6140         some vars instead of make-variable-buffer-local.  Suggested by
6141         Stefan Monnier.
6143         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
6144         (viper-restore-cursor-type, viper-set-insert-cursor-type):
6145         Use make-local-variable instead of make-variable-buffer-local.
6146         Suggested by Stefan Monnier.
6148         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
6149         (viper-comint-mode-hook): Use make-local-variable on
6150         require-final-newline.
6151         (viper-non-hook-settings): Don't use make-variable-buffer-local.
6153 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6155         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
6156         also the second char of a comment-start sequence.
6157         (scheme-sexp-comment-syntax-table): New var.
6158         (lambda, define): Set their scheme-doc-string-elt property.
6159         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
6160         Use lisp-font-lock-syntactic-face-function now that it properly
6161         handles |...| symbols.
6162         (scheme-mode-variables): Set lisp-doc-string-elt-property,
6163         parse-sexp-lookup-properties and font-lock-extra-managed-props.
6165         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
6166         bit from # to |.
6167         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
6169         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
6170         (lisp-doc-string-elt-property): New var.
6171         (lisp-font-lock-syntactic-face-function): Use it.
6172         Rewrite to recognize docstrings even for forms not at toplevel.
6174         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
6175         annotation on the | part of #| rather than on the # part.
6176         (scheme-font-lock-syntactic-face-function): New function, to
6177         distinguish strings from |...| symbols.
6178         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
6179         syntax-table so that #|...|# is properly highlighted.
6181         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
6182         Don't mark as docstring the 3rd elem of an unknown toplevel form.
6184 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6186         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
6187         and C-e.
6189         * emacs-lisp/eldoc.el: Move comments into docstrings.
6190         (eldoc-message-commands): Initialize in its declaration.
6191         Add move-beginning-of-line and move-end-of-line.
6192         (eldoc-add-command, eldoc-add-command-completions)
6193         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
6195         * outline.el (outline-mark-subtree): Activate the mark.
6197         * calendar/appt.el (appt-time-regexp): New var.
6198         (appt-add, appt-make-list): Use it.
6199         (appt-convert-time): Clean up.
6201         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
6202         Don't set any syntax-table property here.
6203         (tex-font-lock-verb): New function.  Do it here.
6204         (tex-font-lock-syntactic-keywords): Use it.
6206 2005-10-04  Richard M. Stallman  <rms@gnu.org>
6208         * wid-edit.el (widget-file-complete): Get the widget start point
6209         the right way.  Default directory to `/' if file has none.
6211         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
6213         * textmodes/flyspell.el (flyspell-mode-on):
6214         Call ispell-maybe-find-aspell-dictionaries.
6216         * textmodes/ispell.el (ispell-word, ispell-region):
6217         Call ispell-maybe-find-aspell-dictionaries.
6218         (ispell-accept-buffer-local-defs):
6219         Don't call ispell-maybe-find-aspell-dictionaries
6221 2005-10-04  Richard M. Stallman  <rms@gnu.org>
6223         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
6225 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
6227         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
6228         instead of `fboundp' in order to allow for anonymous functions.
6230 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
6232         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
6233         case the user clicks on the link while another window is selected.
6234         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
6236         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
6237         functionality.
6238         (dframe-help-echo): Save point in case mouse tracking is off.
6240 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
6242         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
6244 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6246         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
6247         not change the global value of those vars.
6249         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
6250         make-local-variable which we do not need any more.
6252 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
6254         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
6255         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
6256         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
6257         (speedbar-path-line): Define obsolete aliases.
6258         (speedbar-line-directory): Doc fix.
6260         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
6261         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
6262         instead of speedbar-line-path.
6264 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6266         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
6267         to nil if dropping on a window.  Handle dropping on a minibuffer window
6268         like dropping on a non-window part of Emacs.
6270 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6272         * net/ange-ftp.el: Use with-current-buffer.
6273         (ange-ftp-insert-directory): Do not follow symlinks any more.
6275         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6276         Remove interactive spec.
6278 2005-10-03  Kim F. Storm  <storm@cua.dk>
6280         * ido.el (ido-mode): Use custom-initialize-set.
6282 2005-10-02  Richard M. Stallman  <rms@gnu.org>
6284         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
6285         Use insert-buffer-substring.
6287         * net/tramp.el: Pacify byte compiler warnings in pacification code.
6288         (tramp-handle-file-local-copy): Use insert-buffer-substring.
6290 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6292         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
6293         in last change.
6294         (ange-ftp-insert-directory): Fix up the search for the case where
6295         `file' is absolute.
6297 2005-10-02  Romain Francoise  <romain@orebokech.com>
6299         * progmodes/compile.el (compile-goto-error): Delete extra paren.
6301 2005-10-02  Andreas Schwab  <schwab@suse.de>
6303         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
6304         directory component in the session info.
6306 2005-10-01  Richard M. Stallman  <rms@gnu.org>
6308         * comint.el (comint-redirect-subvert-readonly): Doc fix.
6310         * simple.el (next-error-internal): New function.
6312         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
6313         (compilation-start): Pass new arg to compilation-buffer-name.
6314         (compile-goto-error): Use next-error-internal.
6316 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
6318         * speedbar.el: Remove RCS tag.
6319         (speedbar-check-read-only): Handle non-existent files.
6321         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
6323         * info.el (Info-speedbar-hierarchy-buttons)
6324         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
6326 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6328         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
6329         Do not match newline.
6330         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
6331         (bibtex-summary): Remove unnecessary save-excursion.
6332         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
6334 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6336         * term/mac-win.el: Add charset info for "iso10646-1".
6337         Modify default fontset to use ATSUI-compatible fonts for some charsets
6338         if available.
6340 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
6342         * speedbar.el: Re-apply arch tag.
6343         (speedbar-version): Rename to version 1.0.  Suggested by Eric
6344         M. Ludlam.
6345         Reapply two changes from Emacs CVS' version of speedbar lost
6346         during the merge:
6347         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
6348         (speedbar-frame-parameters): Improve customize type.
6350 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6352         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
6353         (ange-ftp-file-directory-p): Fix the symlink case.
6354         (ange-ftp-insert-directory): When listing a single file, get a list of
6355         the parent buffer and extract the relevant line.  Inspired from a patch
6356         by Katsumi Yamaoka <yamaoka@jpl.org>.
6357         (ange-ftp-file-name-sans-versions): Simplify.
6359 2005-09-30  Bill Wohler  <wohler@newt.com>
6361         Move MH-E image files from toolbar and mail directories into
6362         etc/images.
6364         * mail/reply2.*: Move to etc/images/mail/reply*.
6366         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
6367         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
6368         etc/images.
6370         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
6371         * toolbar/reply*: Move to etc/images/mail.
6373         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
6375 2005-09-30  Eric M. Ludlam <zappo@gnu.org>
6377         * speedbar.el: New version 1.0pre3.
6379         Frame management code (including timer, and mouse click specifics)
6380         moved to dframe.el:
6381         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
6382         (speedbar-timer): Removed.  Use dframe-timer.
6383         (speedbar-close-frame): Removed.  Use dframe-close-frame.
6384         (speedbar-activity-change-focus-flag): Removed.  Use
6385         dframe-activity-change-focus-flag.
6386         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
6387         dframe-update-speed.
6389         (speedbar-current-frame): New macro.  Use this instead of the
6390         variable speedbar-frame.
6392         (speedbar-use-images, speedbar-expand-image-button-alist)
6393         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
6395         (speedbar-find-image-on-load-path): Removed.  Replaced by
6396         defezimage in ezimage.el.
6397         (speedbar-expand-image-button-alist): Removed.  Replaced by
6398         ezimage-expand-image-button-alist in ezimage.el.
6400         (speedbar-ignored-directory-regexp)
6401         (speedbar-add-ignored-directory-regexp)
6402         (speedbar-ignored-directory-expressions)
6403         (speedbar-line-directory, speedbar-buffers-line-directory)
6404         (speedbar-directory-line, speedbar-buffers-line-directory):
6405         Renamed, replacing `path' with `directory'.
6407         (speedbar-create-directory, speedbar-expand-line-descendants)
6408         (speedbar-toggle-line-expansion)
6409         (speedbar-contract-line-descendants): New commands.
6411         (speedbar-query-confirmation-method, speedbar-select-frame-method)
6412         (speedbar-use-tool-tips-flag): New options.
6414         (speedbar-check-read-only, speedbar-require-version)
6415         (speedbar-insert-separator, speedbar-buffers-tail-notes)
6416         (speedbar-handle-delete-frame, speedbar-try-completion)
6417         (speedbar-update-localized-contents): New functions.
6419         (speedbar-incompatible-version, speedbar-ro-to-do-point)
6420         (speedbar-object-read-only-indicator): New variables.
6422         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
6423         New hooks.
6425         (speedbar-separator-face): New face.
6427         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
6428         (speedbar-ignored-modes): Add fundamental-mode.
6429         (speedbar-directory-unshown-regexp): Add . directories.
6431         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
6432         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
6433         `]' for full expand/close.
6434         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
6436         (speedbar-check-vc): Support hidden files.
6437         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
6438         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
6439         state is nil, it is not checked out.
6441         (speedbar-line-text, speedbar-line-token): Support expand buttons
6442         with no text.
6443         (speedbar-refresh): Universal argument acts as power-click.
6444         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
6445         that buffer to get variable values.
6447         And many other bugfixes.
6449         * dframe.el, ezimage.el, sb-image.el: New files.
6451         * sb-*.xpm: Remove files.  New image files installed into
6452         etc/images/ezimage.
6454 2005-09-30  Kenichi Handa  <handa@m17n.org>
6456         * ps-mule.el (ps-mule-show-warning): If a character is in
6457         ps-print-translation-table, don't treat it as non-printable.
6459 2005-09-30  David Ponce  <david@dponce.com>
6461         * tree-widget.el (tree-widget-themes-load-path): New variable.
6462         (tree-widget-themes-directory): Doc fix.
6463         (tree-widget-image-formats) [Emacs]: Doc fix.
6464         (tree-widget--locate-sub-directory): New function.
6465         (tree-widget-themes-directory): Use it.
6467         * recentf.el (recentf-filename-handlers): Rename from
6468         `recentf-filename-handler'.  Allow a list of functions.
6469         (recentf-menu-items-for-commands): Fix :help strings.
6470         (recentf-apply-filename-handlers): New function.
6471         (recentf-expand-file-name): Use it.
6472         (recentf-cleanup): Remove duplicates too.
6474 2005-09-29  Juri Linkov  <juri@jurta.org>
6476         * faces.el: Rearrange face definitions to be in the same order as
6477         their face descriptions in "(emacs)Standard Faces".
6479         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
6481         * tooltip.el (tooltip): Add group `basic-faces'.
6483         * buff-menu.el (Buffer-menu-buffer): Remove group
6484         `font-lock-highlighting-faces'.
6486         * progmodes/compile.el (compilation-error, compilation-warning)
6487         (compilation-info, compilation-line-number, compilation-column-number):
6488         Change group from `font-lock-highlighting-faces' to `compilation'.
6490         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
6491         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
6492         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
6493         (vhdl-font-lock-reserved-words-face)
6494         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
6495         `font-lock-highlighting-faces'.
6497         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
6499 2005-09-28  Kim F. Storm  <storm@cua.dk>
6501         * emulation/cua-base.el: Set CUA move property on additional commands:
6502         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
6503         forward-sexp, backward-sexp, forward-list, backward-list.
6505 2005-09-28  Romain Francoise  <romain@orebokech.com>
6507         * comint.el (comint-show-output): Really set point at the
6508         beginning of the output when not using `comint-use-prompt-regexp'.
6510 2005-09-27  Jay Belanger  <belanger@truman.edu>
6512         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
6513         in TeX mode.
6515 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
6517         * textmodes/org.el (org-table-sum): Fix format string.
6519         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
6520         Quote face names.
6522 2005-09-26  Romain Francoise  <romain@orebokech.com>
6524         * isearch.el (isearch-forward-regexp): Close doc string.
6526 2005-09-25  Richard M. Stallman  <rms@gnu.org>
6528         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
6530         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
6532         * progmodes/compile.el (compilation-error-properties):
6533         When getting the file from the previous error message,
6534         correctly decode the new data format.
6536         * progmodes/cc-cmds.el (c-electric-paren):
6537         Call old-blink-paren only for close-paren.
6539 2005-09-24  Andreas Schwab  <schwab@suse.de>
6541         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
6542         condition.
6544 2005-09-25  Romain Francoise  <romain@orebokech.com>
6546         * dired-aux.el (dired-copy-file-recursive):
6547         * dired.el (dired-delete-file):
6548         * ediff-mult.el (ediff-dir-diff-copy-file):
6549         * ediff-util.el (ediff-test-save-region):
6550         * forms.el (forms-mode):
6551         * ido.el (ido-file-internal, ido-delete-file-at-head):
6552         * log-edit.el (log-edit-done):
6553         * ses.el (ses-yank-resize):
6554         * play/gomoku.el (gomoku-human-plays, gomoku)
6555         (gomoku-human-resigns, gomoku-prompt-for-other-game)
6556         (gomoku-offer-a-draw):
6557         * play/landmark.el (lm-human-resigns, lm):
6558         * net/eudcb-ldap.el (eudc-ldap-check-base):
6559         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
6560         * progmodes/ebrowse.el (ebrowse-find-pattern):
6561         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
6562         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
6563         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
6565         * vc.el (vc-delete-file):
6566         * play/gomoku.el (gomoku-terminate-game, gomoku)
6567         (gomoku-prompt-for-move, gomoku-human-takes-back):
6568         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
6569         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
6571 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
6573         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
6574         color rxvt terminals by using the code xterm.el used to use before
6575         2005-04-09 in order to match the colors used by rxvt.
6577 2005-09-24  Emanuele Giaquinta <emanuele.giaquinta@gmail.com>  (tiny change)
6579         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
6580         colors rxvt-unicode terminals by using the same code as xterm.el.
6582 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6584         * textmodes/tex-mode.el (tex-font-lock-append-prop)
6585         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
6586         new symbol used for the tex-verbatim face.
6588 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
6590         * woman.el (woman-file-name):
6591         * wid-edit.el (widget-file-prompt-value)
6592         (widget-coding-system-prompt-value):
6593         * w32-fns.el (set-w32-system-coding-system):
6594         * vc.el (vc-version-diff, vc-annotate):
6595         * textmodes/reftex-auc.el (reftex-arg-cite)
6596         (reftex-arg-index-tag):
6597         * textmodes/refer.el (refer-get-bib-files):
6598         * textmodes/artist.el (artist-figlet-choose-font):
6599         * terminal.el (terminal-emulator):
6600         * replace.el (occur-read-primary-args):
6601         * rect.el (string-rectangle, string-insert-rectangle):
6602         * ps-print.el (ps-print-preprint):
6603         * progmodes/pascal.el (pascal-goto-defun):
6604         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
6605         * progmodes/compile.el (compilation-find-file):
6606         * printing.el (pr-interactive-n-up):
6607         * play/animate.el (animate-birthday-present):
6608         * net/rcompile.el (remote-compile):
6609         * man.el (man, Man-goto-section, Man-follow-manual-reference):
6610         * mail/rmailsum.el (rmail-summary-search-backward)
6611         (rmail-summary-search):
6612         * mail/rmailout.el (rmail-output-read-rmail-file-name)
6613         (rmail-output-read-file-name):
6614         * mail/rmail.el (rmail-search, rmail-search-backwards):
6615         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
6616         * locate.el (locate):
6617         * international/quail.el (quail-show-keyboard-layout):
6618         * international/mule.el (set-buffer-file-coding-system)
6619         (revert-buffer-with-coding-system, set-file-name-coding-system)
6620         (set-terminal-coding-system, set-keyboard-coding-system)
6621         (set-next-selection-coding-system):
6622         * international/mule-diag.el (describe-coding-system)
6623         (describe-font, describe-fontset):
6624         * international/mule-cmds.el (universal-coding-system-argument)
6625         (search-unencodable-char, describe-input-method)
6626         (set-language-environment, describe-language-environment):
6627         * international/codepage.el (codepage-setup):
6628         * international/code-pages.el (codepage-setup):
6629         * info.el (Info-search, Info-follow-reference)
6630         (Info-search-backward):
6631         * emacs-lisp/advice.el (ad-read-advised-function)
6632         (ad-read-advice-class, ad-clear-cache, ad-activate)
6633         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
6634         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
6635         (ad-read-regexp):
6636         * ediff-util.el (ediff-toggle-regexp-match):
6637         * ediff-ptch.el (ediff-prompt-for-patch-file):
6638         * dired-aux.el (dired-diff):
6639         * diff.el (diff):
6640         * cus-edit.el (custom-variable-prompt):
6641         * calendar/timeclock.el (timeclock-ask-for-project):
6642         * calc/calcalg3.el (calc-get-fit-variables):
6643         * calc/calc-store.el (calc-edit-variable)
6644         (calc-permanent-variable):
6645         * vc-mcvs.el (vc-mcvs-register):
6646         * shadowfile.el (shadow-define-literal-group):
6647         * woman.el (woman-file-name):
6648         * vc.el (vc-version-diff, vc-merge):
6649         * textmodes/reftex-index.el (reftex-index-complete-tag):
6650         * format.el (format-decode-buffer, format-decode-region):
6651         * emulation/viper-cmd.el (viper-read-string-with-history):
6652         * emacs-lisp/debug.el (cancel-debug-on-entry):
6653         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6654         * ediff.el (ediff-merge-revisions)
6655         (ediff-merge-revisions-with-ancestor, ediff-revision):
6656         * completion.el (interactive-completion-string-reader):
6657         * calc/calc-prog.el (calc-user-define-formula):
6658         Follow convention for reading with the minibuffer.
6660 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
6662         * progmodes/python.el (python-describe-symbol): Add globals() and
6663         locals() to the arguments of emacs.ehelp.
6665 2005-09-24  Magnus Henoch  <mange@freemail.hu>
6667         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
6668         New function, code extracted from ispell-valid-dictionary-list.
6669         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
6670         Call it.
6672 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
6674         * subr.el (version-regexp-alist): Extend valid syntax for version
6675         strings: allow any of the characters -,_,+ to separate the
6676         alpha/beta/rc part from the version part.  Doc fix.
6677         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
6679 2005-09-23  David Reitter  <david.reitter@gmail.com>
6681         * mail/mailclient.el: New file.
6683 2005-09-23  Richard M. Stallman  <rms@gnu.org>
6685         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
6686         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
6687         Doc fixes.
6689         * progmodes/cc-mode.el (c-font-lock-init):
6690         Specify font-lock-lines-before.
6692 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6694         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
6695         whole conflict.
6697 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
6699         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
6700         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
6701         of `remap' feature when available.  Additional key bindings for
6702         better tty support.
6703         (org-mode-restart, org-force-self-insert): New commands.
6704         (org-time-stamp-inactive): New command.
6705         (org-remap): New function.
6706         (org-table-auto-blank-field, org-level-color-stars-only): New options.
6707         (org-enable-fixed-width-editor): Move to `org-structure'
6708         customization group.
6709         (org-self-insert-command, orgtbl-self-insert-command): Modify to
6710         blank field after field motion commands.
6712 2005-09-23  Kenichi Handa  <handa@m17n.org>
6714         * international/mule-cmds.el (set-language-environment):
6715         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
6716         have to call utf-translate-cjk-load-tables.
6718 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6720         * mouse.el (mouse-move-drag-overlay): Fix last change.
6722 2005-09-22  David Ponce  <david@dponce.com>
6724         * tree-widget.el (tree-widget-value-create): Fix previous change.
6726 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
6728         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
6730 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6732         * mouse.el (mouse-move-drag-overlay): New function.
6733         (mouse-drag-region-1): Use it.
6734         Try to simplify a bit the state handling.  Handle clicks on links
6735         inside intangible areas.
6736         (mouse-save-then-kill): Minor simplification.
6737         (mouse-secondary-overlay): Make it always non-nil instead of
6738         recreating it each time.
6739         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
6740         (mouse-kill-secondary, mouse-secondary-save-then-kill):
6741         Simplify accordingly.
6743 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
6745         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
6747 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
6749         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
6750         (ediff-file-name-sans-prefix): Treat nil as an empty string.
6751         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
6752         to patch.
6754         * ediff-util.el: Use insert-buffer-substring.
6756         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
6758         * emulation/viper-cmd.el (viper-change-state): Don't move over the
6759         field boundaries in the minibuffer.
6760         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
6761         (viper-minibuffer-post-command-hook): New hook.
6762         (viper-line): Don't move cursor at bolp.
6764         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
6766         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
6767         avoid compiler warnings.
6769         * emulation/viper-macs.el (ex-map): Better messages.
6771         * emulation/viper-utils.el (viper-beginning-of-field): New function.
6773         * emulation/viper.el: Replace make-variable-buffer-local with
6774         viper-make-variable-buffer-local everywhere, to avoid warnings.
6776 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6778         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
6779         Delete unused var `old-selected-window'.
6780         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
6781         (mouse-drag-secondary): Delete unused var `start-frame'.
6783 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
6785         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
6787 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6789         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
6790         Re-indent within 80 columns.  Use inhibit-read-only.
6792 2005-09-19  Romain Francoise  <romain@orebokech.com>
6794         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
6796 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6798         * font-lock.el (font-lock-default-fontify-region): Don't add a line
6799         unconditionally, since the after-change-function already did it.
6801 2005-09-19  Miles Bader  <miles@gnu.org>
6803         * net/newsticker.el: Get rid of CVS keyword.
6805 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
6807         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
6808         The prompt is formatted later.
6810 2005-09-19  David Ponce  <david@dponce.com>
6812         * tree-widget.el (tree-widget-value-create): Save the converted
6813         tree :node widget.
6815 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
6817         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
6818         variable `message'.
6820 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
6822         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
6823         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
6824         <slawomir.nowaczyk.847@student.lu.se>.
6826 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
6828         * image.el (image-load-path): Use symbol `data-directory' instead
6829         of its value, for backward compatibility with packages that bind
6830         it during `find-image'.  Suggested by Katsumi Yamaoka.
6831         (image-search-load-path): Handle symbols whose values are strings.
6833 2005-09-18  Romain Francoise  <romain@orebokech.com>
6835         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
6836         with-current-buffer form in save-excursion.
6838 2005-09-18  D Goel  <deego@gnufans.org>
6840         * apropos.el (apropos-command): Fix `message' call: first arg
6841         should be a format spec.  In this and all other cases that appear
6842         below and elsewhere in the source code, I made a change only when
6843         two conditions were satisfied: [1] I can think of a possibility
6844         that the arguments would cause an error, for example, the code in
6845         question relies on external variables such as filenames.  [2] I
6846         was sure that the arg to `message' could not have been nil in the code.
6848         * textmodes/tildify.el (tildify-region): Ditto.
6850         * textmodes/reftex-index.el (reftex-index-change-entry)
6851         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
6852         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
6853         * textmodes/org.el (org-complete, org-deadline, org-schedule)
6854         (org-priority, org-table-sum):
6855         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
6856         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
6857         (flyspell-word, flyspell-display-next-corrections):
6858         * textmodes/bibtex.el (bibtex-print-help-message):
6859         * textmodes/artist.el (artist-key-set-point-poly):
6860         * term/mac-win.el (mac-services-insert-text):
6861         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
6862         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
6863         (vhdl-port-paste-testbench, vhdl-compose-new-component)
6864         (vhdl-compose-configuration):
6865         * progmodes/sh-script.el (sh-blink, sh-show-indent)
6866         (sh-set-indent, sh-learn-line-indent):
6867         * progmodes/ps-mode.el (ps-mode-target-column):
6868         * progmodes/idlwave.el (idlwave-make-tags)
6869         (idlwave-scan-library-catalogs):
6870         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
6871         * progmodes/gud.el (gud-jdb-analyze-source):
6872         * progmodes/flymake.el (flymake-log):
6873         * progmodes/ebnf2ps.el (ebnf-generate-region):
6874         * progmodes/cmacexp.el (c-macro-expansion):
6875         * progmodes/ada-xref.el (ada-treat-cmd-string):
6876         * progmodes/ada-mode.el (ada-create-case-exception-substring)
6877         (ada-justified-indent-current, ada-batch-reformat):
6878         * play/zone.el (zone):
6879         * play/landmark.el (lm-move):
6880         * play/decipher.el (decipher-show-alphabet):
6881         * net/newsticker.el (newsticker--display-jump)
6882         (newsticker--display-scroll):
6883         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
6884         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
6885         * mail/feedmail.el (feedmail-dump-message-to-queue):
6886         * eshell/esh-proc.el (eshell-remove-process-entry):
6887         * emulation/ws-mode.el (ws-last-error):
6888         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
6889         (viper-record-kbd-macro):
6890         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
6891         * emacs-lisp/lisp-mnt.el (lm-report-bug):
6892         * emacs-lisp/find-func.el (find-function-noselect):
6893         * calendar/timeclock.el (timeclock-status-string)
6894         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
6895         (timeclock-when-to-leave-string):
6896         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
6897         * calc/calc-units.el (calc-enter-units-table):
6898         * calc/calc-mode.el (calc-mode-record-mode):
6899         * woman.el (woman-mini-help):
6900         * wdired.el (wdired-change-to-wdired-mode):
6901         * vc.el (vc-retrieve-snapshot):
6902         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
6903         * startup.el (display-startup-echo-area-message):
6904         * simple.el (set-goal-column):
6905         * ses.el (ses-command-hook, ses-recalculate-cell):
6906         * server.el (server-process-filter):
6907         * printing.el (pr-interface-txt-print, pr-interface-printify)
6908         (pr-interface-ps):
6909         * pcvs.el (cvs-help):
6910         * log-edit.el (log-edit, log-edit-mode-help):
6911         * iswitchb.el (iswitchb-possible-new-buffer):
6912         * isearch.el (isearch-edit-string):
6913         * image-mode.el (image-mode, image-minor-mode):
6914         * ibuf-macs.el (define-ibuffer-filter):
6915         * hi-lock.el (hi-lock-find-patterns):
6916         * files.el (toggle-read-only):
6917         * ediff-util.el (ediff-copy-diff)
6918         (ediff-write-merge-buffer-and-maybe-kill):
6919         * echistory.el (Electric-history-undefined):
6920         * dnd.el (dnd-insert-text):
6921         * dired-aux.el (dired-query):
6922         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
6923         * bookmark.el (bookmark-bmenu-locate):
6924         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
6925         Fix `message' calls to ensure first arg is a format string.
6926         The change was made only when these two conditions were satisfied:
6927         [1] when there is a possibility that the arguments would cause an error
6928         for example, if the code in question relies on external variables
6929         such as filenames, and
6930         [2] if the arg to `message' could not have been nil in the code.
6932         * pcomplete.el (pcomplete--help): Fix `message' format spec.
6933         Not having a %s would be weird, though not technically wrong.
6935 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6937         * term/mac-win.el (mac-add-charset-info): Doc fix.
6939 2005-09-17  Romain Francoise  <romain@orebokech.com>
6941         * shell.el (shell-resync-dirs): Handle echoing processes more
6942         reliably.  Don't insert resync command if `comint-process-echoes'
6943         is non-nil.
6945 2005-09-17  Magnus Henoch  <mange@freemail.hu>
6947         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
6948         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
6949         aspell versions >= 0.60.
6950         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
6951         only if ispell-aspell-supports-utf8 is non-nil.
6953 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6955         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
6956         buffer-local value to lisp-indent-function.
6958 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
6960         * progmodes/glasses.el (glasses-make-readable): If
6961         glasses-separator differs from underscore, put appropriate
6962         overlays over underscore characters.
6963         (glasses-convert-to-unreadable): If glasses-separator differs from
6964         underscore, try to convert glasses-separator characters to
6965         underscores.
6967 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6969         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
6970         Use with-syntax-table and dolist.
6972 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
6974         * textmodes/reftex-auc.el:
6975         * textmodes/reftex-cite.el:
6976         * textmodes/reftex-dcr.el:
6977         * textmodes/reftex-global.el:
6978         * textmodes/reftex-parse.el:
6979         * textmodes/reftex-ref.el:
6980         * textmodes/reftex-sel.el:
6981         * textmodes/reftex-toc.el:
6982         * textmodes/reftex-vars.el:
6983         * textmodes/reftex.el: Small changes to remove compiler warnings.
6985         * textmodes/reftex-index.el: Likewise.
6986         (reftex-query-index-phrase): More efficient use of markers.
6988 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
6990         * image.el (image-load-path): New variable.
6991         (image-search-load-path): New function.
6992         (find-image): Search for images in `image-load-path'.
6994 2005-09-15  Richard M. Stallman  <rms@gnu.org>
6996         * follow.el: Change Maintainer field.
6998 2005-09-15  David Ponce  <david@dponce.com>
7000         * recentf.el (recentf-save-file-modes): New option.
7001         (recentf-save-list): Use it.
7003 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
7005         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
7006         (mode-line-mule-info, mode-line-modified): Move bindings from
7007         mouse-3 to mouse-1.
7009 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
7011         * simple.el (sendmail-user-agent-compose): Revert last change.
7013 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7015         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
7016         Use with-current-buffer.
7017         (ange-ftp-gwp-start): Remove unused var `gw-user'.
7018         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
7019         (ange-ftp-insert-directory): Remove unused var `short'.
7020         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
7022         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
7023         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
7025         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
7026         (check-calendar-holidays, diary-list-entries): Autoload.
7027         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
7028         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
7030         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
7031         which mistakenly removed a call to display-buffer.
7033 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
7035         * obsolete/iso-insert.el: Move to obsolete/ from international/.
7037 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
7039         * progmodes/hideshow.el
7040         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
7041         (hs-allow-nesting): New user var.
7042         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
7043         (hs-hide-block-at-point): When nesting allowed,
7044         if there is already an overlay in place, delete it.
7045         (hs-safety-is-job-n): Delete func; remove call sites.
7046         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
7047         (hs-overlay-at): New func.
7048         (hs-already-hidden-p, hs-show-block): Use it.
7049         (hs-hide-all): Don't pre-clean if nesting allowed.
7050         (hs-show-all): Temporarily disallow
7051         nesting around call to `hs-discard-overlays'.
7053 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
7055         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
7056         Delete unused local var.
7058 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
7060         * help-fns.el (describe-categories): "?\ " -> "?\s".
7061         (help-do-arg-highlight): Recognize also ARG-n, as in
7062         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
7064         * international/codepage.el (dos-unsupported-char-glyph):
7065         * net/newsticker.el (tool-bar-map, w3-mode-map)
7066         (w3m-minor-mode-map):
7067         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
7068         (ent-alist):
7069         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
7071 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
7073         * custom.el (custom-push-theme): Handle the case where a symbol is
7074         bound but face properties have not yet been assigned.
7076         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
7077         Fix behavior if noerase is `t' and there is no mail buffer.
7079         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
7080         if `continue' is nil, rather than signal an error.
7082 2005-09-12  Richard M. Stallman  <rms@gnu.org>
7084         * font-lock.el (font-lock-keywords): Add autoload.
7086         * help-fns.el (describe-variable): Rearrange to put source link
7087         in a predictable place.
7089         * net/newsticker.el: New file.
7091 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7093         * calendar/calendar.el (calendar-for-loop): Add edebug info.
7094         (calendar-basic-setup): Use the new nil arg.
7095         (number-of-diary-entries): Move to diary-lib.el.
7097         * calendar/diary-lib.el: Use with-current-buffer, match-string.
7098         (diary-list-entries): Use with-syntax-table and dolist.
7099         Rename from list-diary-entries.
7100         Use number-of-diary-entries if `number' is nil.
7101         (diary, diary-view-entries): Use this new name and new nil arg value.
7102         (number-of-diary-entries): Move from calendar.el.
7103         (diary-unhide-everything): New function.
7104         (include-other-diary-files, fancy-diary-display)
7105         (diary-show-all-entries, make-diary-entry): Use it.
7106         (diary-mail-entries): Use buffer-string.
7107         (mark-diary-entries): Fix long standing paren typo.
7108         (diary-sexp-entry): Use count-lines.
7109         (make-diary-entry): Avoid `previous-line'.
7110         (diary-mode-map): New var.
7111         (diary-mode): Redraw cal after saving.  Setup header-line.
7112         (fancy-diary-display-mode): Use local-set-key.
7114         * startup.el (command-line): Try calling various terminal-init-foo-bar
7115         functions by stripping hyphenated suffixes from $TERM.
7117         * files.el (normal-mode): Check boundness of font-lock-keywords.
7119 2005-09-12  Richard M. Stallman  <rms@gnu.org>
7121         * progmodes/compile.el: Don't decide a file's directory
7122         until the user actually tries to go there.
7123         (compilation-next-error-function):
7124         Pass compilation-find-file the directory from the file-struct.
7125         (compilation-internal-error-properties): Separate local FILE-STRUCT
7126         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
7127         (compilation-find-file): Arg DIR renamed to DIRECTORY.
7128         Expand it, and if nil, use default-directory.
7129         (compilation-get-file-structure): Don't mix specified directory
7130         with default directory.  Put specified directory into
7131         file-struct.  Don't make the file name absolute.
7133         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
7134         (compile-command): Add autoload.
7135         (compilation-disable-input): Add autoload.
7137 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
7139         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
7140         strings of the variables it can override.
7141         (time-stamp): New (as yet undocumented) time-stamp-format escapes
7142         %Q and %q, for fully-qualified domain name and unqualified host name.
7144 2005-09-11  Kim F. Storm  <storm@cua.dk>
7146         * emacs-lisp/authors.el (authors-aliases): Update list.
7147         (authors-fixed-entries): Update mldrag.el entry.
7149 2005-09-10  Alan Mackenzie  <acm@muc.de>
7151         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
7152         from the region narrowed to.
7154 2005-09-10  Magnus Henoch  <mange@freemail.hu>
7156         * textmodes/ispell.el (ispell-check-version): Signal an error if
7157         aspell version is less than 0.60.
7159 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
7161         * progmodes/octave-inf.el (inferior-octave-startup):
7162         Resync current dir at the end.
7164 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
7166         * woman.el (woman-topic-at-point-default):
7167         Rename to woman-use-topic-at-point-default.
7168         (woman-topic-at-point): Rename to woman-use-topic-at-point.
7169         (woman-file-name): Reflect renames above.  Automatically use the
7170         word at point as topic if woman-use-topic-at-point is non-nil.
7171         Otherwise offer it as default but don't insert it in the
7172         minibuffer.  Also use `test-completion' instead of `assoc' as
7173         suggested by Stefan Monnier.
7175 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
7177         * vc.el (vc-directory, vc-update-change-log): Throw an error on
7178         the attempt to do it over Tramp.  This is not yet supported.
7180 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
7182         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
7183         (menu-bar-non-minibuffer-window-p): New functions.
7184         ("Split Window", "Save As..."): Use them.
7185         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
7186         ("Print Buffer", "Truncate Long Lines in this Buffer"):
7187         Use menu-bar-menu-frame-live-and-visible-p.
7188         ("Save Buffer", "Insert File", "Open Directory...")
7189         ("Open File...", "Visit New File..."):
7190         Use menu-bar-non-minibuffer-window-p.
7191         (kill-this-buffer-enabled-p, dired <menu-enable>):
7192         Use menu-bar-non-minibuffer-window-p.
7194 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
7196         * cus-start.el (all): Don't complain about fringe-related
7197         built-ins if fringes are not supported.  Ditto about
7198         selection-related built-ins.  Fix the test for GTK-related built-ins.
7200         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
7201         ("Postscript Print Buffer", "Print Region", "Save As...")
7202         ("Save", "Insert File...", "Open Directory...")
7203         ("Open File...", "Visit New File..."")
7204         ("Truncate Long Lines in this Buffer"): Don't look at
7205         menu-updating-frame if this display does not support multiple frames.
7207 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
7209         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
7211 2005-09-09  Emilio Lopes  <eclig@gmx.net>
7213         * woman.el: Format- and whitespace-related changes.
7215 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
7217         * woman.el: Fix my email address.
7219 2005-09-08  Richard M. Stallman  <rms@gnu.org>
7221         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
7222         (sh-mode): Locally set skeleton-pair-default-alist.
7224         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
7226         * progmodes/flymake.el: Require `compile' unconditionally.
7228         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
7230         * woman.el (woman-file-name): Provide a default, not initial input.
7232         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
7234         * font-lock.el (font-lock-support-mode): Doc fix.
7236         * descr-text.el (describe-property-list): Handle non-symbol prop names.
7238 2005-09-08  Richard M. Stallman  <rms@gnu.org>
7240         * simple.el (blink-matching-open): Get rid of text props from
7241         the string shown in echo area.  Don't permanently set point.
7242         Some rearrangements.
7244 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
7246         * recentf.el (recentf-filename-handler): Add custom choice
7247         `abbreviate-file-name'.
7249         * msb.el (msb--very-many-menus): Fix typo.
7251         * disp-table.el (standard-display-european): Don't set
7252         enable-multibyte-characters to nil.
7254 2005-09-08  David Ponce  <david@dponce.com>
7256         * recentf.el (recentf-show-file-shortcuts-flag): New option.
7257         (recentf-expand-file-name): Doc fix.
7258         (recentf-dialog-mode-map): Define digit shortcuts.
7259         (recentf--files-with-key): New variable.
7260         (recentf-show-digit-shortcut-filter): New function.
7261         (recentf-open-files-items): New function.
7262         (recentf-open-files): Use it.
7263         (recentf-open-file-with-key): New command.
7265 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
7267         * buff-menu.el (Buffer-menu-sort-by-column): New function.
7268         Suggested by Kim F. Storm.
7269         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
7270         (Buffer-menu-make-sort-button): Use global keymap.
7272 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
7274         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
7275         (Man-getpage-in-background-advice): Remove defadvice; it isn't
7276         necessary any longer with the remapped command.
7277         (Man-bgproc-sentinel-advice): Remove defadvice which counts
7278         formatting time only.
7280         * net/tramp.el (tramp-action-password)
7281         (tramp-multi-action-password): Compile the password prompt from
7282         `method', `user' and `host'.  Sometimes it isn't obvious which
7283         password to enter, for example with remote files offered by
7284         recentf.el, or with multiple steps.  Suggested by Robert Marshall
7285         <robert@chezmarshall.freeserve.co.uk>.
7287 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7289         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7290         Fix regexp for when "s///" is at the beginning of line.
7292 2005-09-07  Jay Belanger  <belanger@truman.edu>
7294         * calc/calc-poly.el (math-expand-term): Multiply out any powers
7295         when in matrix mode.
7297 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7299         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
7300         non-anonymous functions.
7302 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
7304         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
7305         when using a header line.  Otherwise, use mouse-1-click-follows-link.
7307         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
7308         can't be moved; don't signal an error.
7310 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
7312         * cus-theme.el (custom-theme-write-faces): Save the current face
7313         spec, not the defface spec.
7315         * custom.el (custom-known-themes): Clarify meaning of "standard".
7316         (custom-push-theme): Save old values in the standard theme.
7317         (disable-theme): Correct typo.
7318         (custom-face-theme-value) Deleted unused function.
7319         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
7321 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7323         * progmodes/compile.el (compilation-goto-locus): Take into account
7324         iconified frames when determining whether the buffer is
7325         already visible.
7326         Don't reset window height if the window already existed.
7328 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
7330         * custom.el (load-theme): Rename from require-theme.
7331         Add interactive spec.
7332         (enable-theme): Rename from custom-enable-theme.
7333         Add interactive spec.
7334         (disable-theme): Rename from custom-disable-theme.
7335         Add interactive spec.
7336         (custom-make-theme-feature): Doc fix.
7337         (custom-theme-directory): Doc fix.
7338         (provide-theme): Call enable-theme.
7340 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7342         * obsolete/lazy-lock.el (lazy-lock-mode):
7343         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
7344         font-lock-mode if it's off.  Print a warning instead.
7346         * progmodes/compile.el (compilation-start): Ignore errors if the
7347         process died before we get to send-eof.
7349         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
7350         Undo last change.  Enclosing the result in quotes broke things on Unix
7351         since tex-send-command passes it through shell-quote-argument.
7352         (tex-send-command): Pass `file' through convert-standard-filename
7353         when possible.
7354         (tex-uptodate-p): Handle the case where TeX hasn't put additional
7355         info in a transcript.
7357 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
7359         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
7360         fix compilation warning. Reorder the key definitions to group
7361         together keys emitted by the current version of xterm.
7363         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
7364         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
7365         Reorder predicates to correct min-color usage.
7367 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
7369         * longlines.el (longlines-mode): Inhibit read-only when encoding.
7370         Kill local variables when longlines-mode is turned off.
7372 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7374         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
7376         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
7378         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
7380         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
7381         (font-lock-lines-before): Change default to being inactive.
7382         (font-lock-default-fontify-region): Obey font-lock-lines-before.
7383         (font-lock-after-change-function): Don't handle f-l-lines-before here.
7385 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
7387         * net/tramp.el (tramp-handle-make-auto-save-file-name):
7388         Deactivate temporarily advice if active (not needed for Emacs 22,
7389         but for backwards compatibility).
7390         (tramp-exists-file-name-handler): Rewrite.  First implementation
7391         was too simple.
7392         (tramp-advice-make-auto-save-file-name):
7393         Call `tramp-handle-make-auto-save-file-name' (again, just for
7394         backwards compatibility).
7396 2005-08-31  Reto Zimmermann  <reto@gnu.org>
7398         * progmodes/vhdl-mode.el
7399         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
7400         (vhdl-end-p): Fix indentation bug "else" after "-- when".
7401         (vhdl-set-default-project): New function (easier setting of default).
7402         (vhdl-port-copy): Handle extended identifiers for generics.
7403         (vhdl-compiler-alist): Better description for error message regexp.
7404         (vhdl-make): Query for target, use previous as default.
7405         (vhdl-port-copy): Fix port copy for port names starting with "signal".
7406         (vhdl-font-lock-keywords-2): Fix fontification for record
7407         el. assign.
7408         (vhdl-speedbar-make-subpack-line): Add package body link.
7409         (vhdl-generate-makefile-1): Not include itself as dependency.
7410         (vhdl-font-lock-init): Highlight c-preprocessor directives.
7411         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
7412         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
7413         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
7414         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
7415         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
7416         (vhdl-import-project): Add string argument for `error'.
7417         (vhdl-compose-configuration)
7418         (vhdl-compose-configuration-architecture): Add configuration
7419         declaration generation.
7420         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
7421         (vhdl-trailer-re): Add "record" keyword (better indentation).
7422         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
7423         "[^ \t-\"]+".
7424         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
7425         (vhdl-testbench-entity-file-name)
7426         (vhdl-testbench-architecture-file-name): Allow separate
7427         customization of testbench file names.
7428         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
7429         (vhdl-get-visible-signals): Allow newline within alias declaration.
7430         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
7431         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
7432         (member-ignore-case): Alias for missing function in XEmacs.
7433         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
7434         (vhdl-update-sensitivity-list): Ignore case on read signals.
7435         (vhdl-replace-string): Adjust case only for file names.
7436         (vhdl-update-sensitivity-list): Fix search for read signals.
7437         (vhdl-update-sensitivity-list): Exclude formal parameters.
7438         (vhdl-get-visible-signals): Include aliases of signals.
7439         (vhdl-get-visible-signals): Fix signal name searching.
7440         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
7441         (vhdl-fixup-whitespace-region): Fix for character
7442         literals (e.g. ':').
7444 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7446         * ansi-color.el (comint-last-output-start):
7447         * bs.el (font-lock-verbose):
7448         * diff-mode.el (add-log-buffer-file-name-function):
7449         * dired-x.el (vm-folder-directory):
7450         * faces.el (help-xref-stack-item):
7451         * files.el (font-lock-keywords):
7452         * find-lisp.el (dired-buffers, dired-subdir-alist):
7453         * ido.el (cua-inhibit-cua-keys):
7454         * log-view.el (cvs-minor-wrap-function):
7455         * outline.el (font-lock-warning-face):
7456         * simple.el (compilation-current-error):
7457         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
7458         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
7459         * tooltip.el (comint-prompt-regexp):
7460         * w32-fns.el (explicit-shell-file-name):
7461         * term/mac-win.el (mac-charset-info-alist)
7462         (mac-services-selection, mac-system-script-code):
7463         * term/tty-colors.el (msdos-color-values):
7464         * term/w32-win.el (xlfd-regexp-registry-subnum):
7465         * term/x-win.el (x-keysym-table, x-selection-timeout)
7466         (x-session-id, x-session-previous-id):
7467         * textmodes/ispell.el (mail-yank-prefix):
7468         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
7469         * textmodes/org.el (calc-embedded-close-formula)
7470         (calc-embedded-open-formula)
7471         (font-lock-unfontify-region-function):
7472         * textmodes/reftex-global.el (isearch-next-buffer-function)
7473         (TeX-master):
7474         * textmodes/reftex.el (font-lock-keywords):
7475         * textmodes/tex-mode.el (font-lock-comment-face)
7476         (font-lock-doc-face):
7477         * textmodes/texinfo.el (outline-heading-alist):
7478         Add defvars.
7480         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
7481         (artist-spray-chars, artist-mode-init, artist-replace-string)
7482         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
7483         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
7484         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
7486         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
7487         (conf-align-assignments): "?\ " -> "?\s".
7489         * textmodes/reftex-index.el (TeX-master): Add defvar.
7490         (reftex-index-phrases-marker): Move up defvar.
7492         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
7493         (reftex-toc-include-labels-indicator)
7494         (reftex-toc-include-index-indicator)
7495         (reftex-toc-max-level-indicator): Move up declarations.
7497         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
7498         of args to `tramp-run-real-handler', even if it's empty in this case.
7500 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7502         * dired.el (dired-move-to-filename-regexp): Add date format for
7503         Mac OS X 10.3 in East Asian locales.
7505 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
7507         * files.el (make-auto-save-file-name): Add file name handler call
7508         if applicable.
7510         * net/tramp.el (tramp-file-name-handler-alist)
7511         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
7512         (tramp-handle-make-auto-save-file-name): Rename from
7513         `tramp-make-auto-save-file-name'.
7514         (tramp-exists-file-name-handler): New defun.
7515         (tramp-advice-make-auto-save-file-name): Make defadvice only when
7516         `make-auto-save-file-name' is not a magic file name operation.
7518 2005-08-30  Richard M. Stallman  <rms@gnu.org>
7520         * files.el (risky-local-variable-p):
7521         Match `-predicates' and `-commands.
7523         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
7524         (custom-save-all): Visit the file if necessary;
7525         kill the buffer if we created it.
7526         (custom-save-delete): Don't visit file or kill buffer here.
7528 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
7530         * textmodes/org.el (org-special-keyword): New face.
7531         (org-table-copy-down, org-table-eval-formula)
7532         (org-table-recalculate, org-init-section-numbers):
7533         Use `string-to-number' instead of `string-to-int'.
7534         (org-get-location): Use `insert-buffer-substring' instead of
7535         `insert-buffer'.
7536         (org-modify-diary-entry-string): New function.
7537         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
7538         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
7539         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
7540         active region.
7541         (org-export-as-html): Handle QUOTE keyword.
7542         (org-quote-string): New option.
7543         (org-bookmark-jump-unhide): New function, used for
7544         `bookmark-after-jump-hook'.
7545         (org-diary-default-entry): Apply only when not called through
7546         `org-agenda'.
7548 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
7550         * net/eudc.el (mode-popup-menu):
7551         * play/handwrite.el (ps-printer-name, ps-lpr-command):
7552         * progmodes/ada-mode.el (compile-auto-highlight)
7553         (skeleton-further-elements):
7554         * progmodes/autoconf.el (font-lock-syntactic-keywords):
7555         * progmodes/cmacexp.el (msdos-shells):
7556         * progmodes/compile.el (font-lock-extra-managed-props)
7557         (font-lock-keywords, font-lock-maximum-size)
7558         (font-lock-support-mode):
7559         * progmodes/grep.el (font-lock-lines-before):
7560         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
7561         * progmodes/mixal-mode.el (compile-command):
7562         * progmodes/perl-mode.el (font-lock-comment-face)
7563         (font-lock-doc-face, font-lock-string-face):
7564         * progmodes/prolog.el (comint-prompt-regexp):
7565         * progmodes/sh-script.el (font-lock-comment-face)
7566         (font-lock-set-defaults, font-lock-string-face):
7567         * progmodes/sql.el (font-lock-keyword-face)
7568         (font-lock-set-defaults, font-lock-string-face):
7569         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
7570         (itimer-version, lazy-lock-defer-contextually)
7571         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
7572         Add defvars.
7574         * progmodes/cperl-mode.el (cperl-electric-lbrace)
7575         (cperl-electric-keyword, cperl-electric-pod)
7576         (cperl-electric-backspace, cperl-forward-re)
7577         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
7578         (vc-rcs-header, vc-sccs-header): Add defvars.
7580         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
7581         (font-lock-syntactic-keywords, gud-find-expr-function):
7582         Add defvars.
7584         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
7585         (gdb-frame-parameters): Declare before use.
7587         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
7588         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
7589         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
7590         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
7592         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
7593         (idlwave-help-with-source): Use `insert-buffer-substring', not
7594         `insert-buffer'.
7596 2005-08-29  Juri Linkov  <juri@jurta.org>
7598         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
7599         Put outline-back-to-heading function call inside save-excursion.
7601 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
7603         * man.el (Man-init-defvars, Man-translate-references)
7604         (Man-support-local-filenames, Man-highlight-references):
7605         * progmodes/sql.el (sql-interactive-mode):
7606         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
7608         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
7609         (compilation-mode-font-lock-keywords): Add defvars.
7610         (checkdoc-interactive-loop): "?\ " -> "?\s".
7612         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
7613         (font-lock-doc-face, font-lock-string-face)
7614         (font-lock-keywords-case-fold-search): Add defvars.
7615         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
7617         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
7618         Don't pass X and Y (they are ignored anyway).
7619         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
7620         (mouse-delete-window): Make arguments optional.
7622         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
7623         (caesar-translate-table, minor-modes, news-buffer-save)
7624         (news-group-name, news-minor-modes): Add defvars.
7626         * emacs-lisp/lselect.el (mouse-highlight-priority)
7627         (x-lost-selection-functions, zmacs-regions):
7628         * emacs-lisp/pp.el (font-lock-verbose):
7629         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
7630         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
7631         (ses-mode-map):
7632         * emacs-lisp/tcover-unsafep.el (safe-functions):
7633         * international/mule-cmds.el (mac-system-coding-system)
7634         (mac-system-locale):
7635         * language/ethio-util.el (rmail-current-message)
7636         (rmail-message-vector):
7637         * language/thai-util.el (thai-auto-composition-mode):
7638         * mail/metamail.el (rmail-current-message, rmail-message-vector):
7639         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
7640         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
7641         (vm-primary-inbox, vm-spool-files):
7642         * mail/rmail.el (deleted-head, font-lock-fontified)
7643         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
7644         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
7645         (total-messages):
7646         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
7647         (rmail-summary-mode-map):
7648         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
7649         (rmail-last-label, rmail-last-multi-labels)
7650         (rmail-summary-vector, rmail-total-messages):
7651         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
7652         * mail/rmailsum.el (msgnum):
7653         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
7654         (rmail-current-message):
7655         * obsolete/fast-lock.el (font-lock-face-list):
7656         * obsolete/rnewspost.el (mail-reply-buffer):
7657         * obsolete/scribe.el (compile-command):
7658         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
7660 2005-08-28  John Paul Wallington  <jpw@gnu.org>
7662         * ibuf-ext.el (ibuffer-auto-update-changed):
7663         Use `frame-or-buffer-changed-p' to check whether we need to update.
7664         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
7665         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
7666         as a `frame-or-buffer-changed-p' state vector instead.
7668 2005-08-27  Romain Francoise  <romain@orebokech.com>
7670         * textmodes/makeinfo.el (makeinfo-compile):
7671         Use `compilation-start'.  Set `next-error-function' according to
7672         `disable-errors'.
7673         (makeinfo-next-error): New function.
7674         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
7675         (makeinfo-buffer): Likewise.
7677         * progmodes/compile.el (compilation-start): Add autoload cookie.
7679         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
7680         * textmodes/sgml-mode.el: Likewise.
7681         * progmodes/python.el: Likewise.
7683 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
7685         * simple.el (blink-matching-paren-distance): Document the meaning
7686         of nil value, and allow to customize to nil.
7688         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
7689         command.com, not command.exe.
7691 2005-08-26  John Wiegley  <johnw@newartisans.com>
7693         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
7694         code around a bit so that an extraneous nil argument is not added
7695         to a command when no args are given.
7697         * eshell/esh-arg.el (eshell-parse-double-quote): If a
7698         double-quoted argument resolves to nil, return it as an empty
7699         string rather than as nil.  This made it impossible to pass "" to
7700         a shell script as a null string argument.
7702 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7704         * outline.el (outline-invent-heading): New fun.
7705         (outline-promote, outline-demote): Use it.
7706         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
7707         (outline-end-of-subtree): Remove unused var `opoint'.
7709 2005-08-26  David Reitter  <david.reitter@gmail.com>
7711         * menu-bar.el (truncate-lines, write-file, print-buffer)
7712         (ps-print-buffer-faces, ps-print-buffer, split-window):
7713         Disable menu items when the frame they refer to is invisible, or when
7714         they refer to a buffer and the minibuffer is selected.
7716 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
7718         * progmodes/flymake.el (flymake-highlight-err-lines):
7719         Use save-excursion around flymake-highlight-line to preserve point.
7721 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
7723         * progmodes/octave-mod.el: Change Author and Maintainer address.
7724         (octave-maintainer-address): Change Kurt's email address.
7725         * progmodes/octave-inf.el: Change Author and Maintainer address.
7726         * progmodes/octave-hlp.el: Change Author and Maintainer address.
7728 2005-08-26  Kim F. Storm  <storm@cua.dk>
7730         * subr.el (version-list-<, version-list-<=, version-list-=):
7731         Rename from integer-list-*.
7732         (version-list-not-zero): Likewise.  Fix while loop.
7733         (version=): Use version-list-= instead of string-equal.
7735 2005-08-26  Richard M. Stallman  <rms@gnu.org>
7737         * outline.el (outline-promote): Try shortening the heading.
7738         As last resort, read the heading to use.
7739         (outline-demote): As last resort, read the heading to use.
7741 2005-08-26  Romain Francoise  <romain@orebokech.com>
7743         * progmodes/compile.el (compilation-start): Doc fix.
7745         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
7746         (antlr-font-lock-additional-keywords): Fix reference to
7747         `antlr-font-lock-literal-regexp' erroneously changed during the
7748         mass face rename.
7749         (antlr-run-tool): Use `compilation-start'.
7751         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
7752         instead of the obsolete `compile-internal'.
7754 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
7756         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
7757         (number, original-date):
7758         * calendar/cal-china.el (date):
7759         * calendar/cal-coptic.el (date):
7760         * calendar/cal-french.el (date):
7761         * calendar/cal-hebrew.el (date, entry, number, original-date):
7762         * calendar/cal-islam.el (date, number, original-date):
7763         * calendar/cal-iso.el (date):
7764         * calendar/cal-julian.el (date):
7765         * calendar/cal-mayan.el (date):
7766         * calendar/cal-menu.el (date, event):
7767         * calendar/cal-persia.el (date):
7768         * calendar/lunar.el (date):
7769         * calendar/solar.el (date): Add defvars.
7771         * emerge.el:
7772         * ibuffer.el:
7773         * info-xref.el:
7774         * obsolete/bg-mouse.el:
7775         * obsolete/sun-curs.el:
7776         * obsolete/swedish.el: Move the `defvar's to the top level.
7778         * smerge-mode.el (smerge-refined-change): Add :group.
7780 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7782         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
7783         (smerge-keep-n): Remove props.
7784         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
7785         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
7786         now that it's done in smerge-keep-n.
7787         (smerge-refined-change): New face.
7788         (smerge-refine-chopup-region, smerge-refine-highlight-change)
7789         (smerge-refine): New funs.
7790         (smerge-basic-map): Bind smerge-refine.
7792 2005-08-25  Juri Linkov  <juri@jurta.org>
7794         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
7795         compilation-process-setup-function and compilation-disable-input
7796         in grep-mode instead of let-bindings in grep.
7798         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
7799         Delete "Automatic File De/compression" (auto-compression-mode).
7801 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
7803         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
7804         Silence warning about non-existent variable.
7806 2005-08-25  Richard M. Stallman  <rms@gnu.org>
7808         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
7809         Rename "Describe Key" to "Describe Key or Mouse Operation".
7811         * mail/mailalias.el (build-mail-aliases): Delete comments
7812         from the contents before processing them.
7814         * isearch.el (isearch-edit-string): Erase the Search prompt
7815         if user enters an empty string and there is no default.
7817         * comint.el (comint-file-name-prefix): Add autoload.
7819 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
7821         * subr.el (play-sound): Rearrange to avoid warning.
7823 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
7825         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
7826         New hook.
7827         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
7829 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7831         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
7833         * custom.el (custom-theme-set-variables): Sort minor modes last.
7835 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7837         * subr.el (version-separator, version-regexp-alist): New vars used by
7838         version comparison funs.
7839         (integer-list-<, integer-list-=, integer-list-<=)
7840         (integer-list-not-zero): New funs for integer list comparison.
7841         (version-to-list, version=, version<, version<=): New funs for version
7842         comparison.
7844 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
7846         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
7847         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
7848         time to silence the byte-compiler.
7850         * ibuffer.el (ibuffer-compile-make-eliding-form)
7851         (ibuffer-check-formats): Use `with-no-warnings' to hide references
7852         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
7853         so it's silly to get warnings for it).
7854         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
7855         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
7856         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
7857         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
7858         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
7859         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
7860         Defvar at compile time.
7861         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
7862         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
7863         Declare them before use.
7865         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
7866         (info-xref-good, info-xref-bad): Defvar at compile time.
7868         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
7869         Use `let*' instead of `let'.
7871         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
7872         (*mouse-y*, menu, char): Defvar at compile time.
7873         (sc::menu): Declare it before use.
7874         (sc::pack-one-line): Use `let', not `let*'.
7876         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
7877         (mail-send-hook): Defvar at compile time.
7879         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
7880         Defvar at compile time.
7882         * term/sun-mouse.el (current-global-mousemap)
7883         (current-local-mousemap): Declare them before use.
7885 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
7887         * bookmark.el (bookmark-after-jump-hook): New hook.
7888         (bookmark-jump): Run `bookmark-after-jump-hook'.
7890 2005-08-23  Juri Linkov  <juri@jurta.org>
7892         * faces.el (minibuffer-prompt): Doc fix.
7894 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
7896         * progmodes/xscheme.el: Trivial changes to silence warnings.
7897         (xscheme-previous-mode, xscheme-previous-process-state):
7898         Add defvars.
7899         (xscheme-last-input-end, xscheme-process-command-line)
7900         (xscheme-process-name, xscheme-buffer-name)
7901         (xscheme-expressions-ring-max, xscheme-expressions-ring)
7902         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
7903         (xscheme-control-g-synchronization-p)
7904         (xscheme-control-g-disabled-p, xscheme-string-receiver)
7905         (default-xscheme-runlight, xscheme-runlight)
7906         (xscheme-runlight-string, xscheme-process-filter-state)
7907         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
7908         Move to beginning of file.
7909         (scheme-interaction-mode-commands-alist)
7910         (scheme-interaction-mode-map, scheme-debugger-mode-map):
7911         Declare them before use.  Note: the initialization code for the variables
7912         has not been moved because it uses functions that reference the variables.
7913         (xscheme-control-g-message-string, xscheme-process-filter-alist)
7914         (xscheme-prompt-for-expression-map): Declare them before use.
7915         (scheme-debugger-mode-commands): "?\ " -> "?\s".
7917 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
7919         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
7921 2005-08-22  Juri Linkov  <juri@jurta.org>
7923         * faces.el (set-face-underline): Delete this duplicate function
7924         and make an obsolete alias to set-face-underline-p.
7925         (set-face-underline-p): Use docstring of set-face-underline.
7926         (describe-face): Create hyperlink to parent face.
7928         * info.el (Info-insert-dir): Use save-excursion around
7929         insert-buffer-substring.
7930         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
7931         (Info-escape-percent): Delete function.
7932         (Info-fontify-node): Replace Info-escape-percent by
7933         replace-regexp-in-string with REP arg set to lambda that
7934         duplicates `%' and preserves text properties.
7936         * progmodes/compile.el (compilation-disable-input): Doc fix.
7937         (define-compilation-mode): Doc fix and refill.
7938         (kill-compilation): Use `mode-name' in the error message.
7939         (compilation-find-file): Use `compilation-error' in the
7940         read-file-name's prompt.
7942 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7944         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
7945         (smerge-auto-leave): Make undo re-enable the mode.
7946         (debug-ignored-errors): Add the user-error of impossible resolution.
7947         (smerge-resolve): Move things around a bit, in preparation for later.
7948         (smerge-diff): Don't fail if the buffer has no associated file.
7949         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
7950         (smerge-conflict-overlay): New function.
7951         (smerge-match-conflict): Don't add text properties here.
7952         (smerge-find-conflict): Instead, add an overlay here.
7953         Also check for the case where we're inside a conflict already, so as to
7954         obviate the need for font-lock-multiline, which is unbearably slow with
7955         large conflicts and ciomplex font-lock patterns.
7956         (smerge-remove-props): Remove overlay rather than text-properties.
7957         (smerge-mode): Don't set font-lock-multiline.
7958         Remove overlays when turned off.
7960 2005-08-21  Kim F. Storm  <storm@cua.dk>
7962         * ido.el (ido-ignore-item-p): Use save-match-data.
7963         Bind case-fold-search to ido-case-fold locally.
7965 2005-08-20  Richard M. Stallman  <rms@gnu.org>
7967         * files.el (normal-mode): If font lock is on, turn it off and on.
7969         * subr.el (replace-regexp-in-string): Doc fix.
7971         * startup.el (command-line-1): Don't suppress startup screen
7972         due to existing processes.
7974         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
7976         * progmodes/compile.el (compilation-disable-input): Default to nil.
7978 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
7980         * progmodes/compile.el (compilation-disable-input): New defcustom.
7981         (compilation-start): If compilation-disable-input is non-nil, send
7982         EOF to the compilation process.
7984 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
7986         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
7987         Run the argument of tex-shell-cd-command through
7988         convert-standard-filename, to get the correct style of slashes on
7989         Windows, and enclose the result in quotes, in case the file name
7990         includes whitespace or other special characters.
7992 2005-08-19  Andreas Schwab  <schwab@suse.de>
7994         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
7995         process.
7997 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
7999         * cus-start.el (minibuffer-prompt-properties): Correct typo.
8001 2005-08-18  Kim F. Storm  <storm@cua.dk>
8003         * scroll-lock.el: Fix errors due to incorrect line wrapping.
8005 2005-08-18  Richard M. Stallman  <rms@gnu.org>
8007         * scroll-lock.el: New file.
8009 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
8011         * dired.el (dired-move-to-end-of-filename):
8012         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
8014 2005-08-18  Kim F. Storm  <storm@cua.dk>
8016         * ido.el (ido-everywhere): Fix defcustom :set function to disable
8017         rather than toggle mode when custom value is nil.
8018         (ido-everywhere): Fix defun doc string.
8020 2005-08-17  Richard M. Stallman  <rms@gnu.org>
8022         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
8023         as tag instead of "Inviolable".
8025 2005-08-17  Kim F. Storm  <storm@cua.dk>
8027         * windmove.el (windmove-coordinates-of-position): Remove.
8028         (windmove-coordinates-of-window-position): Remove.
8029         (windmove-reference-loc): Use posn-at-point instead.
8031         * subr.el (insert-for-yank-1): Doc fix.
8033         * ido.el (ido-enter-matching-directory): Rename from
8034         ido-enter-single-matching-directory.  Change `slash' choice to
8035         `only'.  Add `first' choice.
8036         (ido-exhibit): Adapt to above changes.
8038 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
8040         * Makefile.in: Expand comment about building loaddefs.el.
8042 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
8044         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
8045         Comment use of defadvice.
8047         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
8049 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
8051         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
8052         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
8053         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
8054         * progmodes/idlw-shell.el, progmodes/ld-script.el,
8055         * progmodes/which-func.el, ruler-mode.el, strokes.el,
8056         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
8057         for backward compatibility for faces that did not appear in the
8058         previous Emacs release.
8060         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
8062 2005-08-15  Kim F. Storm  <storm@cua.dk>
8064         * emulation/cua-base.el (cua-delete-region): Return t if
8065         deleted region was non-empty.
8066         (cua-replace-region): Inhibit overwrite-mode for
8067         self-insert-command if replaced region was non-empty.
8068         (cua--explicit-region-start, cua--status-string): Make them
8069         buffer-local at top-level...
8070         (cua-mode): ...rather than when mode is enabled.
8072 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
8074         * progmodes/vhdl-mode.el (vhdl-emacs-21):
8075         Set t for Emacs 21, 22, and so on.
8077 2005-08-15  David Ponce  <david@dponce.com>
8079         * tree-widget.el: Update Commentary header.
8080         (tree-widget-theme): Doc fix.
8081         (tree-widget-space-width): New option.
8082         (tree-widget-image-properties): Look up in the default theme too.
8083         (tree-widget--cursors): Only for images with arrow pointer shape.
8084         (tree-widget-lookup-image): Pointer shape is hand by default.
8085         (tree-widget-icon): Rename generic icon widget from
8086         `tree-widget-control'.
8087         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
8088         derive from `tree-widget-icon'.
8089         (tree-widget-handle): Improve default look and feel of the text
8090         representation.
8091         (tree-widget): Rename :*-control properties to :*-icon properties.
8092         Add :action and :help-echo properties.
8093         (tree-widget-after-toggle-functions): Move.
8094         (tree-widget-close-node, tree-widget-open-node): Remove.
8095         (tree-widget-before-create-icon-functions): New hook.
8096         (tree-widget-value-create): Update to allow customization of icons
8097         and nodes at run-time via that new hook.
8098         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
8099         (tree-widget-icon-action, tree-widget-icon-help-echo)
8100         (tree-widget-action, tree-widget-help-echo): New functions.
8102 2005-08-15  Kim F. Storm  <storm@cua.dk>
8104         * ido.el (ido-buffer-internal): Use with-no-warnings.
8105         (ido-make-merged-file-list): Use while-no-input.
8107 2005-08-15  Richard M. Stallman  <rms@gnu.org>
8109         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
8110         (flyspell-large-region): Fix doc and custom type.
8112 2005-08-14  Richard M. Stallman  <rms@gnu.org>
8114         * files.el (interpreter-mode-alist): Doc fix.
8116         * mail/rmail.el (rmail-nonignored-headers): New variable.
8117         (rmail-clear-headers): Use it.
8118         (rmail-reply): Better handling of mail-followup-to header.
8120         * progmodes/sh-script.el (sh-font-lock-keywords-var):
8121         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
8122         don't try to refer to executable-font-lock-keywords.
8123         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
8124         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
8125         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
8126         (sh-mode): Set comment-start-skip, local-abbrev-table,
8127         imenu-case-fold-search.
8128         (sh-set-shell): Don't set them here.
8129         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
8130         Don't cache the results in the original alist; don't ever modify
8131         that alist.
8133         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
8135         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
8136         empty.
8138 2005-08-15  Andreas Schwab  <schwab@suse.de>
8140         * desktop.el: Put autoload cookie at risky-local-variable declarations.
8142         * dired.el, info.el, mail/rmail.el: Revert last change.
8144 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
8146         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
8147         modification in `eval-after-load' form.
8148         * info.el: Likewise.
8149         * mail/rmail.el: Likewise.
8151 2005-08-14  Juri Linkov  <juri@jurta.org>
8153         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8154         Remove highlighting of "Compilation started".  Highlight only
8155         the word "finished" in "Compilation finished".  Add highlighting
8156         of "interrupt", "killed", "terminated" and the exit code.
8157         (compilation-start): Add newline after header.  Use exactly the
8158         same time stamp format as the finishing message.
8159         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
8161         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
8162         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
8163         Add highlighting of "interrupt", "killed", "terminated".
8165         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
8166         enabled and the current command is self-insert-command, call it
8167         explicitly with overwrite-mode bound to nil, to not allow it
8168         to delete the character after the selected region.
8170 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
8172         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
8173         move-end-of-line, end-of-line, and beginning-of-line to the list
8174         of commands after which the echo area is updated.
8176 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
8178         * cus-edit.el (custom-save-all, custom-save-delete):
8179         Bind recentf-exclude to exclude custom-file.
8181 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
8183         * mail/rmailsum.el (rmail-summary-end-of-message): New command
8184         to go to the bottom of the mail message.  Added to
8185         `rmail-summary-mode-map' with key "/".
8186         (rmail-summary-show-message): New (internal) function for use by
8187         both `rmail-summary-beginning/end-of-message'.
8188         (rmail-summary-beginning-of-message): Change to use
8189         rmail-summary-show-message.
8191         * mail/rmail.el (rmail-end-of-message): New command to go to the
8192         end of the current message.  Added to `rmail-mode-map' with key "/".
8193         (rmail-beginning-of-message): Fix to work as documented.
8194         (rmail-mode): Change documentation.
8196         * progmodes/compile.el (compilation-start): Add the line
8197         "Compilation started" with compilation start time.
8198         (compilation-mode-font-lock-keywords): Add `started' to keywords.
8200 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
8202         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
8203         of menu items.
8205 2005-08-11  Richard M. Stallman  <rms@gnu.org>
8207         * simple.el (pop-global-mark): Reverse test of widen-automatically.
8209         * battery.el (battery-status-function): Don't use ignore-errors.
8211 2005-08-11  Lute Kamstra  <lute@gnu.org>
8213         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
8214         define-obsolete-variable-alias.
8216 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8218         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
8219         (ange-ftp-send-cmd): Revert last change, and expand
8220         the comment explaining the problem.
8222 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
8224         * ldefs-boot.el: Update.
8226         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
8227         item to "Time, Load and Mail".  Change help echo text.
8229         * time.el (display-time-use-mail-icon, display-time-format)
8230         (display-time-string-forms): Shorten first line of docstrings.
8232 2005-08-10  Lars Hansen  <larsh@soem.dk>
8234         * desktop.el (desktop-buffer-mode-handlers):
8235         Make non-customizable. Add autoload cookie.  Change initial value to
8236         nil; add elements in respective modules instead.  Fix doc string.
8237         (desktop-load-file): New function.
8238         (desktop-minor-mode-handlers): New autoloaded variable.
8239         (desktop-create-buffer): Call minor mode handlers.
8240         Use desktop-load-file to load major and minor mode modules prior to
8241         checking for a handler.
8242         (desktop-save): Don't add nil to desktop-minor-modes for minor
8243         modes with nil function in desktop-minor-mode-table.  Don't delete
8244         desktop file before rewriting it.
8245         (desktop-locals-to-save): Add autoload cookie.  Don't make
8246         automatically buffer-local.  Add variables column-number-mode,
8247         size-indication-mode, indent-tabs-mode,
8248         indicate-buffer-boundaries, indicate-empty-lines and
8249         show-trailing-whitespace.
8250         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
8251         regexps. Don't use desktop-clear-preserve-buffers-regexp.
8252         (desktop-clear-preserve-buffers-regexp): Delete.
8253         (desktop-clear-preserve-buffers): Update initial value and docstring.
8254         (desktop-save-buffer): Fix doc string.
8256         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
8257         (hilit-chg-desktop-restore): New function.
8258         (highlight-changes-mode): Add highlight-changes-mode to
8259         desktop-locals-to-save.
8261         * dired.el: Add handler to desktop-buffer-mode-handlers.
8262         (dired-restore-desktop-buffer): Remove autoload cookie.
8263         (dired-mode): Add autoload cookie.
8265         * info.el: Add handler to desktop-buffer-mode-handlers.
8266         (Info-restore-desktop-buffer): Remove autoload cookie.
8267         (Info-mode): Add autoload cookie.
8269         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
8270         (mh-restore-desktop-buffer): Remove autoload cookie.
8271         (mh-folder-mode): Add autoload cookie.
8273         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
8274         (rmail-restore-desktop-buffer): Remove autoload cookie.
8276 2005-08-11  Masatake YAMATO  <jet@gyve.org>
8278         * hexl.el (hexl-address-region):
8279         (hexl-ascii-region, hexl-font-lock-keywords):
8280         (hexl-highlight-line-range): Use the term "region"
8281         instead of "area" for consistency with the other symbols
8282         defined in hexl.el.
8284 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
8286         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
8287         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
8288         out by Juri Linkov).  Add `display-battery-mode'.
8290 2005-08-09  Juri Linkov  <juri@jurta.org>
8292         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8293         Remove `-text' from face variable names.
8294         (compilation-error-file-name, compilation-warning-file-name)
8295         (compilation-info-file-name): Delete faces.
8296         (compilation-line-number, compilation-column-number):
8297         Remove face underlining.
8298         (compilation-message-face): Set to `underline' value by default.
8299         (compilation-error-face, compilation-warning-face)
8300         (compilation-info-face): Remove `-file-name' from face names.
8301         (compilation-error-text-face, compilation-warning-text-face)
8302         (compilation-info-text-face): Delete face variables.
8303         (compilation-text-face): Delete function.
8305         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
8306         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
8307         (grep-error-face): Set to `compilation-error' instead of
8308         `compilation-error-face' (which is redefined to `grep-hit-face' in
8309         grep buffers).
8310         (grep-mode-font-lock-keywords): Remove `-text' from face variable
8311         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
8313         * dired-aux.el (dired-do-query-replace-regexp):
8314         Use `query-replace-read-args'.
8316         * replace.el (query-replace-read-from, query-replace-read-to)
8317         (query-replace-read-args): Rename arg `string' to `prompt'.
8319         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
8321 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
8323         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
8324         uploading files.
8325         (ange-ftp-canonize-filename): Handle file names beginning with ~
8326         correctly.
8328 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
8330         * textmodes/fill.el (canonically-space-region)
8331         (fill-context-prefix, fill-french-nobreak-p)
8332         (fill-delete-newlines, fill-comment-paragraph)
8333         (justify-current-line): "?\ " -> "?\s".
8335 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
8337         * textmodes/fill.el (fill-nonuniform-paragraphs):
8338         Improve argument/docstring consistency.
8340 2005-08-09  Richard M. Stallman  <rms@gnu.org>
8342         * textmodes/ispell.el (ispell-word): More fboundp checks.
8344         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
8345         (find-file-noselect-1): Call it here, only if RAWFILE.
8346         (normal-mode): Always set some major mode.
8347         (save-some-buffers-action-alist): Change some explanation strings.
8348         (file-name-non-special): In the `quote' method, use unwind-protect.
8350 2005-08-09  Magnus Henoch  <mange@freemail.hu>
8352         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
8353         (ispell-have-aspell-dictionaries): New variable.
8354         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
8355         (ispell-get-aspell-config-value): New function.
8356         (ispell-aspell-find-dictionary): New function.
8357         (ispell-aspell-add-aliases): New function.
8358         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
8359         appropriate.  Don't look for ispell dictionaries if we use aspell.
8360         (ispell-menu-map): Don't build a submenu of dictionaries.
8362 2005-08-09  Richard M. Stallman  <rms@gnu.org>
8364         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
8365         (sql-read-passwd): Use read-passwd.
8367         * progmodes/idlw-toolbar.el (idlwave-toolbar)
8368         (idlwave-toolbar-is-possible): Add defvars.
8370         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
8371         Avoid warnings.
8373         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
8374         (idlwave-system-class-info, idlwave-executive-commands-alist):
8375         Use defvar.
8377         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
8379         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
8380         Avoid warnings.
8382         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
8383         and content-type: headers.
8385         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
8387         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
8388         and rename some of them to be more self-explanatory.
8390         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
8392         * startup.el (command-line-1): Implement -scriptload.
8394         * replace.el (occur-engine): Initial *Occur* output not undoable.
8396         * menu-bar.el (menu-bar-file-menu): Rename some menu items
8397         and improve help strings.
8399         * isearch.el (isearch-repeat): When changing direction,
8400         mark search successful.
8402         * ediff-init.el: Use (featurep 'xemacs).
8404         * comint.el (send-invisible): Identify buffer, if not selected.
8406         * align.el: Delete autoload for c-guess-basic-syntax.
8408 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
8410         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
8411         Improve argument/docstring consistency.  Doc fixes.
8412         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
8413         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
8414         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
8415         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
8416         (r2bv-organization, r2bv-pages, r2bv-primary-author)
8417         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
8418         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
8419         Defvar at compile time.
8421 2005-08-09  Juri Linkov  <juri@jurta.org>
8423         * info.el: Replace `info' with upper-case `Info' where appropriate.
8424         (info-title-1, info-title-2, info-title-3, info-title-4)
8425         (info-menu-header): Move up face definitions.
8426         (info-menu-star): Rename from `info-menu-5'.
8427         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
8428         (Info-fontify-visited-nodes): Fix docstring.
8429         (Info-hide-note-references): Fix docstring.
8430         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
8431         menu items in the same way as on cross-references.
8432         (info-apropos): Fix sorting order and formatting to be like in the
8433         stand-alone Info browser.  Display error messages for 1 sec.
8434         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
8435         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
8436         from the menu bar.
8437         (Info-insert-dir): Restore point after calling
8438         `insert-buffer-substring'.
8440 2005-08-08  Richard M. Stallman  <rms@gnu.org>
8442         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
8443         (recompute-lucid-menubar): Add defvars.
8445         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
8447         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
8449         * net/net-utils.el (run-dig): Rename from `dig'.
8451         * play/gametree.el (gametree-mode): Use make-local-variable,
8452         not make-variable-buffer-local.
8454         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
8456         * ansi-color.el (ansi-color-make-extent)
8457         (ansi-color-set-extent-face): Use fboundp, not functionp.
8459         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
8460         not make-variable-buffer-local.
8462         * bookmark.el (Info-current-file): Add defvar.
8463         (bookmark-jump-noselect): Use with-no-warnings.
8465         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
8467         * ebuff-menu.el (Helper-return-blurb): Add defvar.
8469         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
8471         * find-file.el (ada-procedure-start-regexp)
8472         (ada-package-start-regexp): Add defvars.
8474         * info.el (Info-insert-dir): Use insert-buffer-substring.
8476         * xml.el (xml-att-def-re): Add defvar.
8478         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
8479         calling convention.
8481         * subr.el (while-no-input): Return t if there is input.
8483 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
8485         * cus-start.el (all): Add `overflow-newline-into-fringe'.
8487 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
8489         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
8490         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
8492 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
8494         * cmuscheme.el (scheme-start-file): Replace reference to
8495         `user-emacs-directory' by "~/.emacs.d/".
8497 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
8499         * info.el (Info-dir-remove-duplicates): Avoid case folding
8500         in loop; instead, keep downcased strings for comparison.
8501         Suggested by Helmut Eller.
8503 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
8505         Sync with Tramp 2.0.50.
8507         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
8508         XEmacs case; not necessary anymore.
8509         (tramp-user-regexp): Allow "@" as part of user name.
8510         (tramp-handle-set-visited-file-modtime)
8511         (tramp-handle-insert-file-contents)
8512         (tramp-handle-write-region): No special handling for
8513         `last-coding-system-used, because this is done in
8514         `tramp-accept-process-output' now.
8515         (tramp-accept-process-output): New defun.
8516         (tramp-process-one-action, tramp-process-one-multi-action)
8517         (tramp-wait-for-regexp, tramp-wait-for-output)
8518         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
8519         Howells <dhowells@redhat.com>.
8520         (clear-visited-file-modtime): Defadvice removed.  The check for
8521         unset buffer's modtime does not need to be based on
8522         `tramp-buffer-file-attributes'.  Suggested by RMS.
8523         (tramp-message): Insert "\n" if not being at beginning of line.
8524         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
8525         sequence with same logic.
8526         (tramp-completion-handle-expand-file-name): Discard call of
8527         `tramp-drop-volume-letter'.  It is not necessary, and there have
8528         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
8529         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
8530         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
8531         should always be visible.
8532         (tramp-handle-insert-directory, tramp-setup-complete)
8533         (tramp-set-process-query-on-exit-flag)
8534         (tramp-append-tramp-buffers): Pacify byte-compiler.
8535         (tramp-bug): Delete non-existing variables from list.
8536         Apply `tramp-load-report-modules' as pre-hook.
8537         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
8538         `shell-prompt-pattern' because of non-7bit characters.
8539         Reported by Sebastian Luque <sluque@mun.ca>.
8540         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
8541         (tramp-match-string-list): Remove function.
8542         (tramp-wait-for-regexp): Remove call of that function.
8543         Suggested by Kim F. Storm <storm@cua.dk>.
8544         (tramp-set-auto-save-file-modes): Use octal integer code #o600
8545         instead of octal character code ?\600.  The latter resulted in a
8546         syntax error with XEmacs.
8548         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
8549         XEmacs case; not necessary anymore.
8550         (tramp-smb-handle-write-region): No special handling for
8551         `last-coding-system-used, because this is done in
8552         `tramp-accept-process-output' now.
8553         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
8555 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
8557         * wid-edit.el (widget-choice-value-create):
8558         Unconditionally respect user choice.  Set :explicit-choice back to nil
8559         when no longer needed.
8560         (widget-choice-action): Unconditionally respect user choice.
8561         Eliminate :explicit-choice-value.
8563         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
8565         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
8566         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
8567         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
8568         running new function `toggle-indicate-empty-lines'.
8569         Rename "Customize" item to "Customize fringe".
8570         Rename "Indicators" item to "Buffer boundaries" and change help echo.
8571         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
8572         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
8573         Delete "Empty lines only" item.
8574         (menu-bar-showhide-fringe-ind-customize): New function.
8575         (menu-bar-showhide-fringe-ind-mixed)
8576         (menu-bar-showhide-fringe-ind-box)
8577         (menu-bar-showhide-fringe-ind-right)
8578         (menu-bar-showhide-fringe-ind-left)
8579         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
8580         instead of `fringe-indicators'.
8582 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
8584         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
8585         Change the date of last update.
8587 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
8589         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
8590         (viper-exec-yank, viper-put-back): Don't display modification msg
8591         if in the minibuffer.
8593         * viper-init.el (viper-replace-overlay-cursor-color)
8594         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
8595         Make variables frame local.
8597         * viper-util.el (viper-append-filter-alist): Use append instead of
8598         nconc.
8600         * viper.el (viper-vi-state-mode-list)
8601         (viper-emacs-state-mode-list): Move help-mode and
8602         completion-list-mode from the first list to the second.
8603         (viper-mode): Docstring.
8604         (viper-go-away, viper-non-hook-settings): Don't localize
8605         minor-mode-alist in newer Emacsen.  Add advice to
8606         set-cursor-color.  Don't bind "\C-c\\".
8608 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
8610         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
8611         (scheme-macro-expand-command): New user options.
8612         (scheme-trace-procedure, scheme-expand-current-form): New commands.
8613         (scheme-form-at-point, scheme-start-file)
8614         (scheme-interactively-start-process): New functions.
8615         (scheme-get-process): New function, extracted from `scheme-proc'.
8616         (run-scheme): Call `scheme-start-file' to get start file, and pass
8617         it to `make-comint'.
8618         (switch-to-scheme, scheme-proc):
8619         Call `scheme-interactively-start-process' if no Scheme buffer/process
8620         is available.
8622 2005-08-06  Juri Linkov  <juri@jurta.org>
8624         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8625         Use `compilation-text-face', `compilation-info-text-face' and
8626         `compilation-error-text-face' instead of `font-lock-keyword-face'.
8627         (compilation-error): New face.
8628         (compilation-error-file-name): Inherit from
8629         `compilation-error' instead of `font-lock-warning-face'.
8630         (compilation-warning-file-name): Inherit from
8631         `compilation-warning' instead of `font-lock-warning-face'.
8632         (compilation-info, compilation-error-file-name)
8633         (compilation-warning-file-name, compilation-info-file-name)
8634         (compilation-line-number, compilation-column-number): Doc fix.
8635         (compilation-error-text-face, compilation-warning-text-face)
8636         (compilation-info-text-face): New face variables.
8637         (compilation-line-face, compilation-column-face)
8638         (compilation-enter-directory-face)
8639         (compilation-leave-directory-face): Doc fix.
8640         (compilation-text-face): New function.
8642         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
8643         instead of 1 to display binary file names as info file links.
8644         (grep-error-face): Use `compilation-error-face' instead of
8645         `font-lock-keyword-face'.
8646         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
8647         and `compilation-warning-text-face' instead of
8648         `font-lock-keyword-face'.  Use `compilation-error-text-face'
8649         instead of `grep-error-face'.
8651 2005-08-05  Kenichi Handa  <handa@m17n.org>
8653         * international/code-pages.el: Add autoload cookies for all coding
8654         systems.
8656 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
8658         * cus-start.el (all): Put undo.c where it alphabetically belongs.
8660 2005-08-04  Juri Linkov  <juri@jurta.org>
8662         * progmodes/compile.el (compilation-mode-map):
8663         * progmodes/grep.el (grep-mode-map):
8664         Bind TAB to `compilation-next-error' and [backtab] to
8665         `compilation-previous-error'.
8667         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
8668         matching line numbers, column numbers and their ranges with regexp
8669         matching only line numbers.
8670         (grep-context-face): New face variable.
8671         (grep-mode-font-lock-keywords): Use it.
8673         * faces.el (read-face-name): Delete duplicate faces.
8675 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
8677         * thumbs.el (thumbs-find-image): Don't make variables
8678         automatically buffer local.
8679         (thumbs-current-tmp-filename, thumbs-current-image-filename)
8680         (thumbs-image-num): Make automatically buffer local.
8681         (thumbs-show-thumbs-list): Use `make-local-variable', not
8682         `make-variable-buffer-local'.
8683         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
8685         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
8686         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
8687         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
8688         (bother, bye, canyou, chatlst, continue, deathlst, describe)
8689         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
8690         (feelings-about, foullst, found, hello, history, howareyoulst)
8691         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
8692         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
8693         (neglst, obj, object, owner, please, problems, qlist)
8694         (random-adjective, relation, remlst, repetitive-shortness)
8695         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
8696         (shortlst, something, sportslst, stallmanlst, states, subj)
8697         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
8698         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
8699         Defvar at compile time.
8701         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
8702         not `make-variable-buffer-local'.
8704 2005-08-02  Kim F. Storm  <storm@cua.dk>
8706         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
8707         rectangle overlay in selected window.
8709 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
8711         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
8712         instead of display group.  Make `indicate-buffer-boundaries'
8713         customizable through Custom.
8715 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
8717         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
8718         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
8719         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
8720         (gdb-put-string): Fix typos in docstrings.
8722 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
8724         Update copyright notices of files in progmodes directory for
8725         release of Emacs 22.1.
8727         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
8729         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
8730         Don't barf if the GUD buffer has been killed.
8732 2005-08-01  Kim F. Storm  <storm@cua.dk>
8734         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
8736 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8738         * simple.el (next-error-follow-minor-mode):
8739         make-variable-buffer-local -> make-local-variable.
8741         * emacs-lisp/cl-extra.el: Require CL also when compiling.
8743         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
8744         (byte-compile-form-make-variable-buffer-local): New functions to warn
8745         about misuses of make-variable-buffer-local where make-local-variable
8746         was meant.
8748 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
8750         * bs.el (bs-attributes-list): Doc fix.
8751         (bs): Update url-link.
8753         * desktop.el (desktop-save-buffer): Fix typos in docstring.
8754         (desktop-load-default): Simplify.
8756         * ibuffer.el (ibuffer-columnize-and-insert-list)
8757         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
8758         (ibuffer-unmark-all, ibuffer-toggle-marks)
8759         (ibuffer-unmark-forward, ibuffer-unmark-backward)
8760         (ibuffer-compile-make-format-form, ibuffer-format-column)
8761         (ibuffer-current-buffers-with-marks)
8762         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
8763         (ibuffer): Doc fix.
8764         (ibuffer-mode): Fix typo in docstring.
8765         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
8766         with `define-obsolete-variable-alias'.
8767         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
8769 2005-07-29  Kenichi Handa  <handa@m17n.org>
8771         * international/mule-cmds.el (select-message-coding-system):
8772         Be sure to use LF for end-of-line.  If no coding system is decided,
8773         return iso-8859-1-unix.
8775 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8777         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
8778         (ange-ftp-pending-error-line): New vars.
8779         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
8780         to handle the non-fatal no-route-to-host messages.
8781         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
8783 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
8785         * isearch.el (isearch-mode-map, isearch-other-meta-char)
8786         (isearch-quote-char, isearch-printing-char)
8787         (isearch-text-char-description): "?\ " -> "?\s".
8788         (isearch-lazy-highlight-cleanup)
8789         (isearch-lazy-highlight-initial-delay)
8790         (isearch-lazy-highlight-interval)
8791         (isearch-lazy-highlight-max-at-a-time)
8792         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
8793         Declare with define-obsolete-*-alias macros.
8794         (isearch-forward): Fix typo in docstring.
8795         (search-invisible, search-ring-yank-pointer)
8796         (regexp-search-ring-yank-pointer): Doc fixes.
8798         * recentf.el (recentf-menu-append-commands-p): Declare with
8799         `define-obsolete-variable-alias'.
8800         (recentf-max-saved-items, recentf-menu-filter)
8801         (recentf-arrange-by-rule-subfilter): Doc fixes.
8802         (recentf-menu-append-commands-flag)
8803         (recentf-initialize-file-name-history, recentf-expand-file-name)
8804         (recentf-clear-data): Fix typos in docstrings.
8806 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
8808         * progmodes/gdb-ui.el: Smarten comments.
8809         (gdb-info-breakpoints-custom): Use nowarn when finding file.
8811 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
8813         * term/apollo.el (terminal-init-apollo): New function containing
8814         all former top level forms in the file.
8815         * term/bobcat.el (terminal-init-bobcat):
8816         * term/cygwin.el (terminal-init-cygwin):
8817         * term/iris-ansi.el (terminal-init-iris-ansi):
8818         * term/linux.el (terminal-init-linux):
8819         * term/news.el (terminal-init-news):
8820         * term/rxvt.el (terminal-init-rxvt):
8821         * term/sun.el (terminal-init-sun):
8822         * term/tvi970.el (terminal-init-tvi970):
8823         * term/vt100.el (terminal-init-vt100):
8824         * term/vt102.el (terminal-init-vt102):
8825         * term/vt125.el (terminal-init-vt125):
8826         * term/vt200.el (terminal-init-vt200):
8827         * term/vt201.el (terminal-init-vt201):
8828         * term/vt220.el (terminal-init-vt220):
8829         * term/vt240.el (terminal-init-vt240):
8830         * term/vt300.el (terminal-init-vt300):
8831         * term/vt320.el (terminal-init-vt320):
8832         * term/vt400.el (terminal-init-vt400):
8833         * term/vt420.el (terminal-init-vt420):
8834         * term/wyse50.el (terminal-init-wyse50):
8835         * term/xterm.el (terminal-init-xterm): Likewise.
8837         * term/README: Describe the terminal-init-* functionality.
8839         * startup.el (command-line): After loading the terminal initialization
8840         file call the corresponding terminal initialization function.
8842 2005-07-27  Kenichi Handa  <handa@m17n.org>
8844         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
8845         negative.
8847         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
8848         (ps-mule-composition-prologue): Fix for the case that
8849         RelativeCompose is false.
8851 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8853         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
8855         * descr-text.el (describe-char): Handle the case where the list of
8856         chars is displayed in a separate frame.
8857         Be a bit more discriminating when looking for the char.
8859 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
8861         * bookmark.el (bookmark-automatically-show-annotations)
8862         (bookmark-read-annotation-text-func): Doc fixes.
8863         (bookmark-save): Improve argument/docstring consistency.
8864         (bookmark-get-bookmark, bookmark-get-bookmark-record)
8865         (bookmark-alist-from-buffer)
8866         (bookmark-upgrade-file-format-from-0)
8867         (bookmark-grok-file-format-version)
8868         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
8869         (bookmark-read-annotation-mode)
8870         (bookmark-insert-current-bookmark, bookmark-jump)
8871         (bookmark-exit-hook): Fix typos in docstrings.
8872         (bookmark-exit-hooks): Define as obsolete alias.
8873         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
8874         not `bookmark-exit-hooks'.  Fix docstring.
8875         (bookmark-bmenu-select): "?\ " -> "?\s".
8877 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
8879         * startup.el (command-line): Fix typo.
8881 2005-07-24  Richard M. Stallman  <rms@gnu.org>
8883         * tooltip.el (tooltip-mode): Test emacs-basic-display,
8884         not emacs-quick-startup.
8886 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
8888         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
8889         (reb-next-match, reb-show-subexp): Use `with-selected-window'
8890         instead of `reb-with-current-window'.
8891         (reb-prev-match): Likewise.  Also, don't move left if the search
8892         was unsuccessful.
8893         (reb-initialize-buffer): New function.
8894         (re-builder, reb-change-syntax): Use it.
8896         * man.el (Man-goto-page): Make second argument NOERROR optional.
8898 2005-07-23  Richard M. Stallman  <rms@gnu.org>
8900         * man.el (Man-bgproc-sentinel): Check here for failure to find
8901         any man page in the output, and report the error here.
8902         (Man-arguments): Make it permanent local.
8903         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
8904         (Man-mode): Pass t for NOERROR.
8906         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
8907         (grep-mode-font-lock-keywords):
8908         Don't use compilation-...-face for messages that are not file names.
8910         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8911         Don't use compilation-...-face for messages that are not file names.
8913 2005-07-22  Juri Linkov  <juri@jurta.org>
8915         * startup.el (normal-splash-screen): Update menu name.
8917         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
8919 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8921         * term/xterm.el: Load term/rxvt if the terminal is actually an
8922         rxvt terminal.
8923         (xterm-rxvt-set-background-mode): Remove, not used anymore.
8925         * term/rxvt.el (function-key-map): Use substitute-key-definition
8926         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
8928         * term/cygwin.el: New file.
8930 2005-07-22  Kim F. Storm  <storm@cua.dk>
8932         * image-file.el (insert-image-file, image-file-yank-handler):
8933         Fix last change to maintain a (unique) yank-handler on yanked images.
8935 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
8937         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
8938         of the file size (as in "177B" for 177 bytes).  This happens with
8939         "ls -lh" on FreeBSD.
8941 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
8943         * hilit-chg.el (highlight-changes-global-initial-state)
8944         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
8945         (hilit-chg-fixup, highlight-changes-mode):
8946         Fix typos in docstrings.
8947         (highlight-changes-global-modes, highlight-changes-rotate-faces):
8948         Doc fixes.
8950 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
8952         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
8953         mode function using `eval-after-load'.
8955 2005-07-21  Kim F. Storm  <storm@cua.dk>
8957         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
8958         included when reporting an emacs crash, and tell about the DEBUG file.
8960         * image-file.el (insert-image-file): Add yank-handler.
8961         (image-file-yank-handler): Yank handler to make unique copies of
8962         images when they are yanked into a buffer next to each other.
8964 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
8966         * comint.el (comint-use-prompt-regexp, comint-send-input)
8967         (comint-source-default, comint-extract-string)
8968         (comint-get-source, comint-word, comint-completion)
8969         (comint-source, comint-prompt-read-only, comint-update-fence):
8970         Fix typos in docstrings.
8971         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
8972         Declare with define-obsolete-*-alias macros.
8973         (comint-previous-matching-input-from-input)
8974         (comint-next-matching-input-from-input)
8975         (comint-previous-matching-input, comint-next-matching-input)
8976         (comint-forward-matching-input):
8977         Improve argument/docstring consistency.
8979         * desktop.el (desktop-clear-preserve-buffers-regexp):
8980         Also preserve the *server* buffer.
8982         * simple.el (clone-indirect-buffer): Doc fix.
8983         (fixup-whitespace, just-one-space)
8984         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
8985         (next-error, next-error-highlight)
8986         (next-error-highlight-no-select, next-error-last-buffer)
8987         (next-error-buffer-p, next-error-find-buffer, next-error)
8988         (previous-error, next-error-no-select, previous-error-no-select)
8989         (open-line, split-line, minibuffer-prompt-width, kill-new)
8990         (binary-overwrite-mode): Fix typos in docstrings.
8991         (set-fill-column): Fix typo in message.
8993         * skeleton.el (skeleton-proxy-new): Doc fix.
8995         * strokes.el (strokes-load-hook): Doc fix.
8996         (strokes-grid-resolution, strokes-get-grid-position)
8997         (strokes-renormalize-to-grid, strokes-read-stroke)
8998         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
8999         (strokes-global-map): Fix typos in docstrings.
9000         (strokes-help): Doc fix.  Fix help message and pass it through
9001         `substitute-command-keys'.
9003         * tempo.el (tempo-insert-prompt, tempo-interactive)
9004         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
9005         (tempo-insert-string-functions, tempo-local-tags)
9006         (tempo-define-template, tempo-insert-template)
9007         (tempo-insert-prompt-compat, tempo-is-user-element)
9008         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
9009         Fix typos in docstrings.
9011         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
9012         (vcursor-key-bindings, vcursor-use-vcursor-map)
9013         (vcursor-find-window, vcursor-scroll-down)
9014         (vcursor-disable, vcursor-beginning-of-buffer)
9015         (vcursor-end-of-buffer): Fix typos in docstrings.
9016         (vcursor-relative-move, vcursor-get-char-count):
9017         Improve argument/docstring consistency.
9019         * version.el: "?\ " -> "?\s".
9021         * wid-edit.el (widget-default-create, widget-after-change)
9022         (widget-default-format-handler, widget-checklist-add-item)
9023         (widget-radio-add-item, widget-choose, widget-specify-secret)
9024         (widget-field-value-create, widget-field-value-get)
9025         (widget-editable-list-format-handler)
9026         (widget-editable-list-entry-create, widget-group-value-create)
9027         (widget-documentation-link-add)
9028         (widget-documentation-string-value-create): "?\ " -> "?\s".
9029         (widget-convert-text): Doc fix.
9030         (widget-narrow-to-field, widget-field-find)
9031         (widget-url-link-action, widget-emacs-library-link-action)
9032         (widget-color-notify): Fix typos in docstrings.
9034         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
9035         (x-select-text, set-w32-system-coding-system)
9036         (w32-add-charset-info): Fix typos in docstrings.
9038         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
9039         (cua-enable-cua-keys, cua-use-hyper-key)
9040         (cua-virtual-rectangle-edges): Fix typos in docstrings.
9041         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
9043         * net/tramp.el (tramp-handle-load): Fix typo in error message.
9045         * emacs-lisp/re-builder.el (regexp-builder): Declare with
9046         `defalias' instead of faking it.
9048         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
9049         (eshell-ls-missing, eshell-ls-dired-initial-args)
9050         (eshell-ls-use-in-dired): Fix typos in docstrings.
9052 2005-07-20  Kim F. Storm  <storm@cua.dk>
9054         * emulation/cua-base.el (cua-mode): Improve doc string.
9056 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
9058         * abbrev.el (expand-region-abbrevs): Doc fix.
9059         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
9060         Improve argument/docstring consistency.
9062         * arc-mode.el (archive-get-descr, archive-alternate-display):
9063         Doc fixes.
9064         (archive-l-e): Improve argument/docstring consistency.
9065         (archive-tmpdir, archive-unixdate, archive-unixtime)
9066         (archive-chmod-entry): Fix typos in docstrings.
9067         (archive-unflag, archive-unflag-backwards)
9068         (archive-unmark-all-files): "?\ " -> "?\s".
9070         * buff-menu.el (Buffer-menu-unmark): Doc fix.
9071         (Buffer-menu-not-modified, Buffer-menu-execute)
9072         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
9073         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
9075         * composite.el (compose-string, encode-composition-rule)
9076         (compose-last-chars): Fix typos in docstrings.
9078         * desktop.el (desktop-enable, desktop-basefilename):
9079         Declare with `define-obsolete-variable-alias'.
9080         (desktop-internal-v2s): Don't quote keywords.
9081         (desktop-clear): "?\ " -> "?\s".
9083         * dired.el (dired-align-file, dired-flag-backup-files)
9084         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
9085         (dired-listing-switches, dired-ls-F-marks-symlinks)
9086         (dired-dwim-target, dired-load-hook, dired-mode-hook)
9087         (dired-directory, dired-faces, dired, dired-revert)
9088         (dired-mode, dired-summary, dired-view-file)
9089         (dired-copy-filename-as-kill, dired-delete-file)
9090         (dired-no-confirm, dired-unmark-all-marks)
9091         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
9092         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
9093         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
9094         Fix typos in message strings.
9096         * dired-x.el (virtual-dired): Declare with `defalias'.
9097         (dired-mark-unmarked-files, dired-local-variables-file)
9098         (dired-omit-here-always): Doc fix.
9099         (dired-omit-mode, dired-find-subdir)
9100         (dired-enable-local-variables, dired-clean-up-buffers-too)
9101         (dired-extra-startup, dired-mark-extension, dired-jump)
9102         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
9103         (dired-smart-shell-command, dired-guess-shell-alist-user)
9104         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
9105         (dired-x-bind-find-file, dired-x-submit-report):
9106         Fix typos in docstrings.
9107         (dired-mark-unmarked-files): "?\ " -> "?\s".
9109         * dirtrack.el (dirtrack-list): Fix typos in docstring.
9111         * faces.el (describe-face): "?\ " -> "?\s".
9112         (read-all-face-attributes, read-face-font, modify-face)
9113         (face-attr-construct, italic): Fix typos in docstrings.
9114         (frame-update-face-colors): Declare with
9115         `define-obsolete-function-alias'.
9117         * files.el (find-file-noselect, recode-file-name): Doc fixes.
9118         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
9119         (magic-mode-alist, buffer-file-numbers-unique)
9120         (write-file-functions, get-free-disk-space):
9121         Fix typos in docstrings.
9122         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
9123         (write-contents-hooks, write-file-hooks):
9124         Declare with `define-obsolete-variable-alias'.
9126         * forms-d2.el (arch-rj): Fix typo in docstrings.
9127         (arch-tocol): Likewise.  "?\ " -> "?\s".
9129         * frame.el (set-frame-font, cursor-in-non-selected-windows):
9130         Fix typo in docstring.
9131         (set-screen-width, set-screen-height): Delete redundant info in
9132         doctrings.
9133         (new-frame, screen-height, screen-width): Declare with
9134         `define-obsolete-function-alias'.
9135         (delete-frame-hook, blink-cursor): Declare with
9136         `define-obsolete-variable-alias'.
9138         * paths.el (prune-directory-list): Fix typos in docstring.
9140         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
9141         (cvs-prefix-get): Fix typos in docstrings.
9143         * ps-print.el (ps-extend-face-list, ps-extend-face)
9144         (ps-print-background-image): Fix typos in docstrings.
9145         (ps-default-fg, ps-default-bg): Doc fixes.
9147         * s-region.el (s-region-bind): Doc fix.
9148         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
9150         * textmodes/org.el (org-table-formula-substitute-names)
9151         (org-table-get-vertical-vector): Doc fixes.
9152         (org-table-recalculate): Remove unused argument to `message'.
9154 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
9156         * textmodes/org.el (org-table-column-names)
9157         (org-table-column-name-regexp)
9158         (org-table-named-field-locations): New variables.
9159         (org-archive-subtree): Protect `this-command' when calling
9160         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
9161         the kill buffer.
9162         (org-complete): Remove fixed-formula completion.
9163         (org-edit-formulas-map): New variable.
9164         (org-table-edit-formulas): New command.
9165         (org-finish-edit-formulas, org-abort-edit-formulas)
9166         (org-show-variable, org-table-get-vertical-vector): New functions.
9167         (org-table-maybe-eval-formula): Handle `:=' fields.
9168         (org-table-get-stored-formulas, org-table-store-formulas)
9169         (org-table-get-formula, org-table-modify-formulas)
9170         (org-table-replace-in-formulas): Handle named field formulas.
9171         (org-table-get-specials): Store locations of named fields.
9173 2005-07-19  Juri Linkov  <juri@jurta.org>
9175         * progmodes/grep.el (grep-regexp-alist)
9176         (grep-mode-font-lock-keywords, grep-process-setup):
9177         Use default GNU grep match color "01;31m" instead of "01;41m".
9178         (grep-regexp-alist, grep-mode-font-lock-keywords):
9179         Use `\\[[0-9]*m' instead of `\\[00m'.
9180         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
9181         sgr_start where its handling is more important.  Use the real
9182         length of sgr_start instead of constant 8.
9183         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
9184         specially.  Delete all remaining escape sequences.
9185         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
9186         (grep-regexp-alist): Make hyperlink only for binary file name
9187         instead of the whole line.
9188         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
9189         (grep-mode): Add autoload.
9191         * emacs-lisp/find-func.el (find-function-regexp):
9192         Add `define-compilation-mode'.
9194 2005-07-19  Juri Linkov  <juri@jurta.org>
9196         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
9197         (compare-windows-sync-string-size, compare-windows-recenter)
9198         (compare-windows-highlight, compare-windows): Add version 22.1.
9199         (compare-windows) <defface>: Inherit from lazy-highlight instead
9200         of duplicating its default value.
9202         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
9203         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
9205         * descr-text.el (describe-char): Create link buttons for `charset'
9206         and `code point'.  Add the current input method name with a link
9207         button to `to input' field.  Print face names of display table
9208         characters in `The display table entry is displayed by' section
9209         instead of printing face-id in the `display' field.
9210         Guess hardcoded faces and create a link button for them.
9211         Skip empty fields when calculating max-width.
9212         Treat `widget-create' specially while inserting strings from the
9213         collected field list.
9214         (describe-char-after): Made obsolete in version 22.1, not 21.5.
9216         * diff-mode.el (diff-file-header): Change foreground color from
9217         yellow to green on light backgrounds.
9218         (diff-context): Inherit from `shadow' only for color/grayscale
9219         with more than 88 colors.
9220         (diff-indicator-removed, diff-indicator-added)
9221         (diff-indicator-changed): New faces.
9222         (diff-font-lock-keywords): Use new faces.  Regroup rules.
9223         Add "^---$" for `normal' diff format.  Fontify `#' lines with
9224         font-lock-comment-delimiter-face and font-lock-comment-face.
9225         Add `#' to ^[^...] in the rule for `diff-context-face'.
9227         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
9228         a button-like box.  Inherit from `highlight' on low colors.
9229         (shadow): Use shades of gray only for color/grayscale with
9230         more than 88 colors.  Use green for light backgrounds with
9231         8 colors, and yellow for dark backgrounds with 8 colors.
9233         * font-lock.el (font-lock-regexp-grouping-backslash):
9234         Don't inherit from escape-glyph (use bold for all cases).
9236         * info.el (info-xref-visited): Use light foreground color `violet'
9237         for dark backgrounds instead of dark color `magenta3'.
9238         (info-title-1): Use `yellow' color for dark backgrounds.
9240         * isearch.el (isearch): Use not-too-dark magenta3 instead of
9241         too-light magenta2.
9243         * replace.el (match): Use slightly more light RoyalBlue3 instead
9244         of dark RoyalBlue4.
9246         * wid-edit.el (widget-inactive): Inherit from `shadow'.
9248 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
9250         * novice.el (disabled-command-hook): Declare it with
9251         `define-obsolete-variable-alias'.
9253         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
9254         (desktop-buffer-misc-functions, desktop-buffer-handlers)
9255         (desktop-load-default): Add release to obsolescence info.
9256         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
9257         (desktop-append-buffer-args, desktop-read):
9258         Fix typos in docstrings.
9259         (desktop-kill): Fix typo in message.
9260         (desktop-save): Doc fix.
9262 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
9264         * viper-cmd.el (viper-escape-to-state): Bug fix.
9265         (viper-envelop-ESC-key): Change the definition of fast
9266         keysequence so it'll work with keyboard macros.
9268         * ediff.el (ediff-patch-buffer): Change the docstring.
9270 2005-07-19  Kenichi Handa  <handa@m17n.org>
9272         * international/mule-cmds.el (select-safe-coding-system): Try to
9273         use an auto-coding (if any) before anything else.  If the found
9274         auto-coding is invalid, show a warning message.
9276         * international/mule.el (find-auto-coding): New function created
9277         by modifying the body of set-auto-coding.
9278         (set-auto-coding): Use find-auto-coding to find a coding.
9280 2005-07-18  Richard M. Stallman  <rms@gnu.org>
9282         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
9283         not isearch-mode-end-hook-error.
9284         (allout-before-change-protect): Fix error message.
9286 2005-07-18  Juri Linkov  <juri@jurta.org>
9288         * allout.el (allout-mode):
9289         * calculator.el (calculator-copy):
9290         * custom.el (custom-known-themes):
9291         * dired.el (dired-desktop-buffer-misc-data)
9292         (dired-restore-desktop-buffer):
9293         * dired-x.el (dired-omit-marker-char):
9294         * files.el (basic-save-buffer):
9295         * font-core.el (font-lock-mode):
9296         * calendar/calendar.el (calendar-goto-hebrew-date)
9297         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
9298         (calendar-goto-persian-date):
9299         * language/ethio-util.el (ethio-sera-to-fidel-region):
9300         * textmodes/picture.el (picture-mode):
9301         Delete duplicate duplicate words.
9303 2005-07-18  Juri Linkov  <juri@jurta.org>
9305         * isearch.el (isearch-mode-map): Remove key bindings for regexp
9306         chars * ? } |.
9307         (isearch-fallback): Don't call `isearch-process-search-char'.
9308         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
9309         (isearch-process-search-char): Call `isearch-fallback' for regexp
9310         chars * ? } |.
9311         (isearch-return-char): Make obsolete with `make-obsolete' instead
9312         of simply documenting it as obsolete in the docstring.
9313         (isearch-fallback): Refill docstring.
9315         * international/isearch-x.el
9316         (isearch-process-search-multibyte-characters): Remove unneeded
9317         `concat'.  Add intermediate values to `junk-hist' instead of
9318         `minibuffer-history'.  Test the length of `str'.
9320 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
9322         * allout.el (allout-resolve-xref): Fix typos in error strings.
9323         (allout-before-change-protect): Remove unneeded `concat'.
9325         * array.el (array-mode, array-reconfigure-rows)
9326         (untabify-backward): Fix typos in docstrings.
9327         (array-reconfigure-rows): Use `insert-buffer-substring', not
9328         `insert-buffer'.
9330         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
9331         * progmodes/ada-mode.el (ada-make-body):
9332         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
9334         * dired.el (dired-log):
9335         * tar-mode.el (tar-subfile-save-buffer):
9336         * play/zone.el (zone-pgm-stress-destress):
9337         Use `insert-buffer-substring', not `insert-buffer'.
9339 2005-07-17  Simon Josefsson  <jas@extundo.com>
9341         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
9343 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
9345         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
9346         Add plain auth method.
9347         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
9349 2005-07-17  Kim F. Storm  <storm@cua.dk>
9351         * ido.el (dired-other-window): Add ido property.
9353 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
9355         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
9356         Fix typo in docstring.
9357         (byte-compile-interactive-only-functions): Add `insert-buffer' and
9358         `insert-file-literally'.
9360         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
9361         info and delete redundant message.  Doc fix.
9362         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
9363         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
9365 2005-07-16  Richard M. Stallman  <rms@gnu.org>
9367         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
9368         (byte-compile-and): Use byte-compile-and-recursion.
9369         (byte-compile-or-recursion): New function.
9370         (byte-compile-or): Use that.
9371         (byte-compile-if): Guard the else-clause too.
9372         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
9374         * isearch.el (isearch-mode-end-hook-quit): New variable.
9375         (isearch-done): Bind it.
9376         (isearch-mode-end-hook): Doc fix.
9378         * allout.el (allout-isearch-did-quit): Variable deleted.
9379         (allout-real-isearch-abort): Function name no longer used.
9380         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
9381         (allout-isearch-rectification): isearch-mode always exists.
9382         Don't set allout-isearch-did-quit.
9383         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
9384         allout-isearch-did-quit.
9385         (allout-enwrap-isearch): Just add the hook.
9386         (allout-isearch-abort): Function deleted.
9387         (allout-pre-command-business): Avoid warning.
9389         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
9390         Correctly avoid warnings.
9391         (pascal-outline): Likewise.
9393         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
9395         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
9397         * play/tetris.el (tetris-mode): Avoid warning.
9399         * play/snake.el (snake-mode): Avoid warning.
9401         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
9402         (gamegrid-set-display-table): Avoid warning.
9403         (gamegrid-set-timer): Likewise.
9404         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
9405         (gamegrid-add-score-with-update-game-score-1): Take FILE
9406         as argument.
9407         (gamegrid-add-score-with-update-game-score): Pass that argument.
9408         Rename have-shared-game-dir to gamegrid-shared-game-dir.
9410         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
9412         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
9413         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
9415         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
9416         and insert-file.
9418         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
9419         (sc-ask): Avoid warnings.
9421         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
9422         (eshell-hist-initialize): Use that var the natural way.
9424         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
9426         * emacs-lisp/re-builder.el (reb-cook-regexp):
9427         Avoid warning calling lre-compile-string.
9428         (reb-color-display-p): Avoid warning.
9430         * calculator.el (calculator-last-input): Guard uses
9431         of event-key and key-press-event-p.
9432         (event-key, key-press-event-p): Delete definitions.
9434         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
9435         (find-gc-source-directory, find-gc-subrs-callers)
9436         (find-gc-noreturn-list, find-gc-source-files)
9437         (find-gc-subrs-called): Vars renamed and defvar'd.
9439         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
9440         (checkdoc-overlay-put, checkdoc-delete-overlay)
9441         (checkdoc-overlay-start, checkdoc-overlay-end)
9442         (checkdoc-mode-line-update, checkdoc-char=):
9443         Define such that compiler knows they are defined.
9444         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
9445         (checkdoc-read-event): Delete.  Use read-event directly.
9447         * whitespace.el (whitespace-make-overlay)
9448         (whitespace-overlay-put, whitespace-delete-overlay)
9449         (whitespace-overlay-start, whitespace-overlay-end):
9450         Define such that compiler knows they are defined.
9451         (whitespace): Move conditional inside.
9453         * tempo.el (tempo-insert-template): Suppress warning.
9455         * ediff-diff.el (longlines-mode): Add defvar.
9457 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
9459         * server.el: Bind "C-x #" in a way that works even if C-x is
9460         redefined to a command key, not a prefix key.
9462 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
9464         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
9465         cl-make-type-test till execution time.
9467 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
9469         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
9470         arg ARG and use it.
9472 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
9474         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
9476 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
9478         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
9479         a defcustom with two :set or :type keywords.
9481 2005-07-15  Richard M. Stallman  <rms@gnu.org>
9483         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9484         Don't give ^M comment-end syntax.
9486 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
9488         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
9489         Don't consider gdbmi (gdb-mi.el has its own update functions).
9490         (gdb-var-delete): Make it work for gdbmi as well.
9491         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
9493         * progmodes/gud.el (etags, sdb): Only require etags when needed.
9494         (gud-speedbar-menu-items): Correct logic for enabling items.
9496 2005-07-15  Kim F. Storm  <storm@cua.dk>
9498         * ido.el: Fix commentary.
9499         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
9500         Use with-no-warnings around ffap-guesser.
9501         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
9502         Let bind minibuffer-completing-file-name to t.
9504 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
9506         * startup.el (site-run-file, keyboard-type): Doc fixes.
9507         (command-line): Check for "--basic-display" argument; also for
9508         "--quick", not "--bare-bones" (which was renamed).
9509         (fancy-splash-text): Add missing item "Getting New Versions".
9510         (normal-splash-screen): Fix typos and improve consistency with
9511         `fancy-splash-text'.  Update copyright year.
9513         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
9514         valid binding for `help-char'.
9516         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
9518 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
9520         * term.el (term-mode): Disable cua-mode for term buffers.
9522 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
9524         * add-log.el (add-log-mailing-address, change-log-merge):
9525         Doc fixes.
9526         (change-log-get-method-definition): Fix typo in docstring.
9528 2005-07-14  Kim F. Storm  <storm@cua.dk>
9530         * emulation/cua-base.el:
9531         (cua--pre-command-handler-1, cua--pre-command-handler)
9532         (cua--post-command-handler-1, cua--post-command-handler):
9533         Split in two.  Check (buffer local) value of cua-mode.
9534         (cua-selection-mode): New command.
9536 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
9538         * custom.el (custom-initialize-safe-set)
9539         (custom-initialize-safe-default): Doc fixes.
9541         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
9542         and simplify :init-value again.
9544         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
9545         and simplify :init-value again.  Delete autoload.
9547         * startup.el (command-line): Use `custom-reevaluate-setting' again
9548         for tooltip-mode.
9550         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
9551         a defcustom with two :initialize keywords.
9553 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
9555         * allout.el (my-mark-marker, allout-isearch-prior-pos)
9556         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
9557         (allout-post-command-business, allout-flag-region)
9558         (isearch-reenable-font-lock, allout-yank)
9559         (allout-insert-latex-header, allout-insert-latex-trailer)
9560         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
9561         (allout-latex-verb-quote): Fix typos in docstrings.
9562         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
9563         (allout-unprotected, allout-prefix-data):
9564         Improve argument/docstring consistency.
9565         (allout-chart-subtree): Fix argument spec.
9566         (allout-open-topic): Rename `use_sib_bullet' argument to
9567         `use-sib-bullet'.  Doc fix.
9569         * whitespace.el (whitespace-check-buffer-leading)
9570         (whitespace-check-buffer-trailing)
9571         (whitespace-check-buffer-indent)
9572         (whitespace-check-buffer-spacetab)
9573         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
9574         (whitespace-check-leading-whitespace)
9575         (whitespace-check-trailing-whitespace)
9576         (whitespace-check-spacetab-whitespace)
9577         (whitespace-check-indent-whitespace)
9578         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
9579         (whitespace-modes): Fix typos in docstrings.
9580         (defgroup, defcustom): Doc fixes.
9582         * winner.el (winner-mode, winner-boring-buffers)
9583         (winner-pending-undo-ring): Doc fixes.
9584         (winner-ring): Remove unneeded `progn'.
9585         (winner-equal): `defsubst' it.
9586         (winner-redo): Fix message.
9588 2005-07-13  Kim F. Storm  <storm@cua.dk>
9590         * simple.el (line-move-1): Always use vertical-motion to
9591         do the last (or only) line move to ensure some movement.
9592         Undo 2005-06-23 change--don't check for overlays.
9594 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9596         * term/mac-win.el (ccl-encode-mac-roman-font)
9597         (ccl-encode-mac-centraleurroman-font)
9598         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
9599         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
9600         Change charset-id boundary of dimension to ?\xef.
9601         (mac-char-fontspec-list): New constant.
9602         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
9603         argument.  Nil uses itself as family in font-spec.  Previous
9604         behavior for nil is now provided by non-nil non-string argument.
9605         All callers changed.  Add font-specs for Mac fonts to
9606         "fontset-default" unless iso8859-1 fonts are installed.
9608 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9610         * progmodes/sh-script.el (sh-get-indent-info): Only indent
9611         a continuation line if the \ is preceded by SPC or TAB.
9612         (sh-get-indent-info): Simplify.
9613         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
9614         Use with-current-buffer.
9616         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
9617         when the matched text is empty.
9619 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
9621         * startup.el (command-line): Revert to previous handling of
9622         tooltip-mode.  Explain in comment why the complexity is needed.
9624         * tooltip.el (tooltip-mode): Revert to previous implementation of
9625         its defcustom.
9627         * frame.el (blink-cursor-mode): Revert to previous implementation
9628         of its defcustom.  Update comment.
9630 2005-07-12  Lars Hansen  <larsh@soem.dk>
9632         * desktop.el: Update e-mail address.
9634 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9636         * term/mac-win.el (mac-services-mail-selection)
9637         (mac-services-mail-to): New functions.
9638         (mac-application-menu-map): Bind them.
9640 2005-07-12  wulei <milton@wulei.net>  (tiny change)
9642         * progmodes/gdb-ui.el: Add note about buffering with Windows.
9644 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
9646         * custom.el (custom-reevaluate-setting): Doc fix.
9648 2005-07-11  Jay Belanger  <belanger@truman.edu>
9650         * calc/calc.el (calc-embedded-announce-formula-alist)
9651         (calc-embedded-open-close-plain-alist)
9652         (calc-embedded-open-close-mode-alist): Add checks for additional
9653         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
9655 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
9657         * custom.el (custom-enable-theme): Don't add theme to
9658         `custom-enabled-themes' with `push' because there is no
9659         setf-method for `delq'.
9661 2005-07-11  Richard M. Stallman  <rms@gnu.org>
9663         * custom.el (custom-declare-variable): Doc fix.
9665         * dired-aux.el (dired-compare-directories): Remove "." and ".."
9666         from the alists.
9668         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
9669         Do nothing if edebug-active.
9671         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
9672         (edebug-display): Do it here instead.
9674 2005-07-10  Richard M. Stallman  <rms@gnu.org>
9676         * cus-face.el (custom-theme-set-faces): Make it work.
9677         (custom-reset-faces): Doc fix.
9678         (custom-theme-reset-internal-face, custom-theme-face-value):
9679         Functions deleted.
9681         * custom.el (custom-push-theme): Maintain list of the settings
9682         of a given theme in its theme-settings property.
9683         Maintain position of old settings in the theme-value
9684         or theme-face property.
9685         (custom-enabled-themes): New variable.
9686         (custom-theme-enabled-p): New function.
9687         (provide-theme): Update custom-enabled-themes.
9688         Disable and reenable the `user' theme.
9689         (require-theme): Doc fix.
9690         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
9691         (custom-theme-value, custom-theme-variable-value): Likewise.
9692         (custom-theme-reset-internal): Likewise.
9693         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
9694         (custom-enable-theme, custom-disable-theme): New functions.
9695         (custom-variable-theme-value, custom-face-theme-value): Likewise.
9696         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
9697         (custom-theme-reset-variables): Simplify.
9698         (deftheme, custom-declare-theme, custom-make-theme-feature):
9699         Definitions moved.
9701 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
9703         * longlines.el (longlines-show-region)
9704         (longlines-unshow-hard-newlines): Recognize hard newlines by
9705         non-nil hard property, instead of t.
9707 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
9709         * viper-cmd.el (viper--key-maps): New variable.
9710         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
9711         emulation-mode-map-alists.
9712         (viper-envelop-ESC-key): Use viper-subseq.
9713         (viper-search-forward/backward/next): Disable debug-on-error.
9715         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
9716         (viper-ESC-key): New defcustoms.
9718         * viper-macs.el (ex-map-read-args): Use viper-subseq.
9720         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
9721         (viper-subseq): Copy of subseq from cl.el.
9723         * viper.el (viper-go-away, viper-set-hooks): Use
9724         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
9726         * viper-mous.el (viper-current-frame-saved): Use defvar.
9728         * viper-init.el: Get rid of -face in face names.
9730         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
9731         Make it work with longlines mode
9733         * ediff-mult.el (ediff-meta-mode-hook): New variable.
9735         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
9737         * ediff-init.el: Get rid of -face in face names.
9739 2005-07-10  Richard M. Stallman  <rms@gnu.org>
9741         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
9742         and with-timeout-unsuspend.
9744         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
9745         and with-timeout-unsuspend.
9747         * emacs-lisp/timer.el (with-timeout-timers): New variable.
9748         (with-timeout): Bind that variable to record timers.
9749         (with-timeout-suspend, with-timeout-unsuspend): New functions.
9751         * emacs-lisp/debug.el (debug-help-follow): New function.
9752         (debugger-mode-map): Use that instead of help-follow.
9753         (debugger-setup-buffer): Use eval-buffer-list
9754         to handle eval-buffer frames.
9756 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
9758         * timezone.el (timezone-parse-date): Change first regexp
9759         so it will not mistakenly match dates with no time zone.
9761 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
9763         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
9765 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
9767         * custom.el (custom-initialize-safe-set)
9768         (custom-initialize-safe-default): New functions.
9770         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
9771         and simplify :init-value.
9773         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
9774         and simplify :init-value.  Delete obsolete comment.
9776         * startup.el (command-line): Use `custom-reevaluate-setting' to
9777         handle `tooltip-mode'.  Delete obsolete comment.
9779         * files.el (set-visited-file-name): Avoid calling
9780         `file-name-nondirectory' with a nil argument.
9782 2005-07-09  Richard M. Stallman  <rms@gnu.org>
9784         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
9785         was called with nil for the buffer, handle the read position right.
9786         Handle read position for eval-region, too.
9788 2005-07-09  Juri Linkov  <juri@jurta.org>
9790         * fringe.el (fringe-mode): Add period in docstring.
9791         (fringe-query-style): Build prompt depending on `all-frames' arg.
9793         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
9794         to not create links to unrelated functions in the Help buffer.
9796         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
9797         Doc fix.
9799         * simple.el (next-error-hook): New variable.
9800         (next-error): Use it.  Doc fix.
9802         * textmodes/ispell.el (ispell-command-loop): Add current
9803         dictionary name and program name to mode-line-format.
9804         (ispell-region, ispell-process-line): Add current dictionary name
9805         and program name to messages.
9807 2005-07-08  Jay Belanger  <belanger@truman.edu>
9809         * calc/calc.el (calc-embedded-announce-formula-alist)
9810         (calc-embedded-open-close-formula-alist)
9811         (calc-embedded-open-close-word-alist)
9812         (calc-embedded-open-close-plain-alist)
9813         (calc-embedded-open-close-new-formula-alist)
9814         (calc-embedded-open-close-mode-alist)
9815         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
9816         (calc-embedded-mode-hook): New variables.
9818         * calc/calc-embed.el (calc-embedded-firsttime)
9819         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
9820         New variables.
9821         (calc-do-embedded): Use calc-embedded-firsttime,
9822         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
9823         determine whether or not to run hooks.
9824         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
9825         calc-embedded-firsttime-formula appropriately.
9826         Set calc-embedded delimiter variables according to mode.
9828 2005-07-08  Richard M. Stallman  <rms@gnu.org>
9830         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
9831         Check for "emacs", etc., as entire symbol, not just as word.
9832         (checkdoc-file-comments-engine): Use regexp-quote on FN.
9834         * files.el (set-visited-file-name): Report the error
9835         for "empty filename" earlier.
9836         (kill-some-buffers): Ignore buffers already dead.
9838         * fringe.el (fringe-mode): Doc fix.
9840         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
9841         Check for (featurep 'xemacs) and turn off warnings in what it guards.
9842         Use unwind-protect to ensure byte-compile-unresolved-functions
9843         is updated.
9845         * whitespace.el (whitespace-buffer-leading-cleanup):
9846         Simplify w/ skip-chars-forward.
9847         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
9849         * mail/rmail.el (rmail-only-expunge): Fix paren error.
9850         Unconditionally try to leave point at the same old place.
9852 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
9854         * comint.el (comint-postoutput-scroll-to-bottom)
9855         (comint-show-maximum-output): Take scroll-margin into consideration.
9857 2005-07-08  Kim F. Storm  <storm@cua.dk>
9859         * ido.el (ido-use-filename-at-point): New choice `guess'.
9860         (ido-file-internal): Try ffap-guesser if selected.
9862         * ido.el (ido-before-fallback-functions): New hook.
9863         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
9864         (ido-read-file-name): Run it.
9866 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9868         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
9869         strings rather than a list of symbols to the completion function.
9871 2005-07-07  Jay Belanger  <belanger@truman.edu>
9873         * calc/calc-units.el (math-apply-units): Change the places in
9874         which units are simplified.
9876 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
9878         * cus-edit.el (customize-option, customize-option-other-window):
9879         Make them handle aliases.
9881         * custom.el (custom-variable-p): Make it recursively follow
9882         aliases.  Mention that in the docstring.
9884 2005-07-07  Richard M. Stallman  <rms@gnu.org>
9886         * cus-start.el (exec-path): Use `directory' instead of `file'.
9887         Fix tag for nil.
9889 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
9891         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
9892         when called non-interactively.  Doc fix.
9894 2005-07-07  Lute Kamstra  <lute@gnu.org>
9896         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
9897         new address as well.
9899 2005-07-07  Kenichi Handa  <handa@m17n.org>
9901         * international/mule.el (make-coding-system):
9902         Describe `ascii-incompatible' property in the docstring.
9903         (set-file-name-coding-system): Signal an error if coding-system is
9904         ascii-incompatible.
9905         (set-keyboard-coding-system): Likewise.
9907         * international/mule-cmds.el (set-default-coding-systems):
9908         Don't set default-file-name-coding-system and
9909         default-keyboard-coding-system if coding-system is ASCII-incompatible.
9911         * international/utf-16.el: Declare that all UTF-16-based coding
9912         systems are ASCII-incompatible.
9914 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
9916         * progmodes/gud.el: Require font-lock for displaying errors.
9917         Used by gdb-ui.el.
9919 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
9921         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
9922         values for the pattern lists which are `read'able but not
9923         `append'able (like symbols).
9925 2005-07-06  Richard M. Stallman  <rms@gnu.org>
9927         * progmodes/flymake.el (flymake-float-time): Instead of
9928         with-no-warnings, test for xemacs.
9929         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
9930         to avoid warning.
9932 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
9934         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
9936 2005-07-05  Lute Kamstra  <lute@gnu.org>
9938         * battery.el: Add support for Darwin (with much debugging help
9939         from Samuel Lauber <sam124@operamail.com>).
9940         (battery-status-function, battery-echo-area-format)
9941         (battery-mode-line-format): Add support for pmset on Darwin.
9942         (battery-load-low, battery-load-critical): New user options.
9943         (battery-pmset): New function.
9945 2005-07-05  Lute Kamstra  <lute@gnu.org>
9947         Update FSF's address in GPL notices.
9949         * textmodes/page-ext.el: Update FSF's address.
9951 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9953         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
9954         filling from using prefix when filling a single-line docstring.
9956         * progmodes/flymake.el: Remove useless eval-when-compile.
9958         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
9960 2005-07-04  Richard M. Stallman  <rms@gnu.org>
9962         * textmodes/org.el (org-file-apps-defaults-gnu):
9963         Rename from org-file-apps-defaults-linux.
9964         (org-default-apps): Don't test system-type for `linux'.
9965         (org-file-apps): Doc fix.
9967 2005-07-04  David Ponce  <david@dponce.com>
9969         * tree-widget.el: Improve header Commentary section.
9970         (tree-widget) [defgroup]
9971         (tree-widget-image-enable, tree-widget-themes-directory)
9972         (tree-widget-theme, tree-widget-image-properties-emacs)
9973         (tree-widget-image-properties-xemacs, tree-widget-create-image)
9974         (tree-widget-image-formats, tree-widget-control)
9975         (tree-widget-empty-control, tree-widget-leaf-control
9976         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
9977         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
9978         (tree-widget-keep, tree-widget-after-toggle-functions)
9979         (tree-widget-open-node, tree-widget-close-node): Doc fix.
9980         (tree-widget-open-control, tree-widget-close-control): Fix doc and
9981         :help-echo message.
9982         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
9983         (tree-widget-image-properties): Doc fix.  Clearer implementation.
9984         (tree-widget--cursors): New constant.
9985         (tree-widget-lookup-image): New function split from
9986         `tree-widget-find-image'.  Clearer implementation.
9987         (tree-widget-find-image): Use it.
9988         (tree-widget-button-keymap): Use `set-keymap-parent'.
9989         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
9990         Define the sub-widgets here.
9991         (tree-widget-node): Check that :node is not a tree-widget.
9992         (tree-widget-get-super, tree-widget-open-control)
9993         (tree-widget-close-control, tree-widget-empty-control)
9994         (tree-widget-leaf-control, tree-widget-guide)
9995         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
9996         (tree-widget-no-handle, tree-widget-value-delete)
9997         (tree-widget-map): Remove.
9998         (tree-widget-children-value-save): Doc fix.  Simplified.
9999         (tree-widget-value-create): Update according to previous changes.
10001 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
10003         * textmodes/org.el: Leading space replaced by TABS.
10004         (org-recalc-marks, org-table-rotate-recalc-marks)
10005         (org-table-get-specials): Treat "^" and "_" marks.
10006         (org-table-justify-field-maybe): Optional argument NEW.
10007         (org-table-eval-formula): Parsing of the format simplified.
10008         New modes C,I.  Honor the %= parameter in the current table.
10009         Avoid unnecessary re-align by using the NEW argument to
10010         `org-table-justify-field-maybe'.
10011         (org-calc-default-modes): Default for date-format mimicks org-mode.
10012         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
10014 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
10016         * cus-face.el (custom-theme-set-faces): Make it handle face
10017         aliases whose alias declarations are pre- or autoloaded.
10019 2005-07-04  Juri Linkov  <juri@jurta.org>
10021         * faces.el (read-face-name): Put the code for getting a face name
10022         from the buffer before adding the faces from the `face' property.
10023         Use `completing-read-multiple' instead of `completing-read'.
10024         Require `crm'.  Add default value and post-process the returned
10025         list of faces.
10027         * emacs-lisp/crm.el (crm-find-current-element)
10028         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
10030         * emacs-lisp/lisp-mode.el (eval-defun-1):
10031         * emacs-lisp/edebug.el (edebug-eval-defun):
10032         Remove unnecessary quotes.
10034 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10036         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
10037         (prolog-indent-level): Fix typo in docstring.
10039         * info.el (Info-history, Info-history-forward)
10040         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
10042         * add-log.el (add-change-log-entry):
10043         * comint.el (comint-dynamic-list-input-ring)
10044         (comint-dynamic-list-completions):
10045         * dabbrev.el (dabbrev-expand):
10046         * delim-col.el (delimit-columns-rectangle-line):
10047         * diff-mode.el (diff-context->unified, diff-reverse-direction)
10048         (diff-unified->context):
10049         * ediff-init.el (ediff-abbrev-jobname):
10050         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
10051         (ediff-replace-session-activity-marker-in-meta-buffer):
10052         * info.el (Info-summary):
10053         * lpr.el (printify-region):
10054         * printing.el (pr-create-interface):
10055         * ps-print.el (ps-print-quote):
10056         * ses.el (ses-column-widths, ses-print-cell)
10057         (ses-adjust-print-width, ses-center):
10058         * shell.el (shell-file-name-quote-list):
10059         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
10060         (strokes-fill-current-buffer-with-whitespace)
10061         (strokes-xpm-for-stroke, strokes-list-strokes)
10062         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
10063         * term.el (term-dynamic-list-input-ring)
10064         (term-dynamic-list-completions):
10065         * calc/calc.el (math-format-stack-value):
10066         * emacs-lisp/edebug.el (edebug-display-freq-count):
10067         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
10068         (delphi-new-comment-line):
10069         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
10070         * progmodes/executable.el (executable-set-magic):
10071         * progmodes/python.el (inferior-python-mode):
10072         * progmodes/scheme.el (scheme-mode-syntax-table):
10073         * progmodes/sh-script.el (sh-maybe-here-document):
10074         * progmodes/sql.el (sql-copy-column):
10075         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
10076         * textmodes/bibtex.el (bibtex-mode):
10077         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
10078         (sgml-auto-attributes):
10079         * textmodes/table.el (table-insert, table-shorten-cell)
10080         (table--generate-source-scan-lines, table-delete-row)
10081         (*table--cell-delete-char, table--spacify-frame)
10082         (table--horizontally-shift-above-and-below)
10083         (table--cell-insert-char, table--cell-blank-str)
10084         (table--fill-region-strictly):
10085         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
10086         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
10088         * add-log.el (change-log):
10089         * apropos.el (apropos):
10090         * comint.el (comint-completion, comint-source):
10091         * dabbrev.el (dabbrev):
10092         * delim-col.el (columns):
10093         * diff-mode.el (diff-mode):
10094         * ediff.el (ediff):
10095         * ediff-diff.el (ediff-diff):
10096         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
10097         * ediff-mult.el (ediff-mult):
10098         * ediff-ptch.el (ediff-ptch):
10099         * ediff-wind.el (ediff-window):
10100         * facemenu.el (facemenu):
10101         * indent.el (indent):
10102         * info.el (info):
10103         * jka-cmpr-hook.el (compression, jka-compr):
10104         * lpr.el (lpr):
10105         * outline.el (outlines):
10106         * pcmpl-cvs.el (pcmpl-cvs):
10107         * pcmpl-rpm.el (pcmpl-rpm):
10108         * printing.el (printing):
10109         * ps-print.el (postscript, ps-print, ps-print-horizontal)
10110         (ps-print-vertical, ps-print-headers, ps-print-font)
10111         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
10112         (ps-print-background, ps-print-printer, ps-print-page)
10113         (ps-print-miscellany):
10114         * ses.el (ses):
10115         * shell.el (shell, shell-directories, shell-faces):
10116         * startup.el (initialization):
10117         * strokes.el (strokes):
10118         * term.el (term):
10119         * uniquify.el (uniquify):
10120         * w32-vars.el (w32):
10121         * calc/calc.el (calc):
10122         * emacs-lisp/bytecomp.el (bytecomp):
10123         * emacs-lisp/cl-indent.el (lisp-indent):
10124         * emacs-lisp/edebug.el (edebug):
10125         * emacs-lisp/elp.el (elp):
10126         * emacs-lisp/testcover.el (testcover):
10127         * emacs-lisp/trace.el (trace):
10128         * emulation/viper-ex.el (viper-ex):
10129         * emulation/viper-mous.el (viper-mouse):
10130         * mail/mailalias.el (mailalias):
10131         * mail/supercite.el (supercite, supercite-frames)
10132         (supercite-attr, supercite-cite, supercite-hooks):
10133         * net/rcompile.el (remote-compile):
10134         * net/rlogin.el (rlogin):
10135         * obsolete/ooutline.el (outlines):
10136         * progmodes/delphi.el (delphi):
10137         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
10138         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
10139         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
10140         (ebnf-optimization):
10141         * progmodes/etags.el (etags):
10142         * progmodes/executable.el (executable):
10143         * progmodes/idlwave.el (idlwave):
10144         * progmodes/pascal.el (pascal):
10145         * progmodes/prolog.el (prolog):
10146         * progmodes/python.el (python):
10147         * progmodes/scheme.el (scheme):
10148         * progmodes/sh-script.el (sh, sh-script):
10149         * progmodes/sql.el (SQL):
10150         * progmodes/tcl.el (tcl):
10151         * textmodes/bibtex.el (bibtex, bibtex-autokey):
10152         * textmodes/enriched.el (enriched):
10153         * textmodes/makeinfo.el (makeinfo):
10154         * textmodes/sgml-mode.el (sgml):
10155         * textmodes/table.el (table-hooks):
10156         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
10157         * textmodes/texinfo.el (texinfo):
10158         * textmodes/two-column.el (two-column):
10159         Finish `defgroup' description with period.
10161         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
10162         * eshell/esh-var.el (eshell-var):
10163         * progmodes/vhdl-mode.el (vhdl-testbench):
10164         * textmodes/org.el (org): Fix typos in docstrings.
10166         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
10167         consistency.
10169         * progmodes/flymake.el (flymake-find-file): Remove.
10170         (flymake-float-time): Use `with-no-warnings'.
10171         (flymake-check-start-time, flymake-check-was-interrupted)
10172         (flymake-err-info, flymake-is-running, flymake-last-change-time)
10173         (flymake-new-err-info): `defvar' at compile time.
10175 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
10177         * replace.el (occur-hook): Doc fix.
10178         (occur-1): Don't call `occur-hook' if there are no matches.
10180 2005-07-03  Richard M. Stallman  <rms@gnu.org>
10182         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
10183         global-map, save the same map.
10184         (global-map): Don't alter it at top level.
10185         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
10186         Then alter it here instead.
10187         (tpu-edt-off): Set global-map to the saved one.
10189         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
10190         All references simplified.
10191         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
10192         (zmacs-regions): Add defvar.
10193         (repeat-complex-command-map): Everything about that deleted.
10195         * textmodes/artist.el (artist-key-is-drawing)
10196         (artist-key-endpoint1, artist-key-poly-point-list)
10197         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
10198         (artist-key-compl-table, artist-rb-save-data)
10199         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
10200         Don't put them in eval-when-compile.
10201         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
10203         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
10204         Use with-no-warnings.
10206         * net/browse-url.el (dos-windows-version): Add defvar.
10208         * mail/supercite.el (filladapt-prefix-table): Add defvar.
10210         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
10211         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
10212         (rmail-new-summary-line-count): Rename from new-summary-line-count.
10213         Add defvar.
10214         (rmail-summary-beginning-of-message): Use with-no-warnings.
10215         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
10217         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
10218         Use with-no-warnings.
10220         * emulation/vi.el (vi-mark-region): Use c-mark-function.
10221         (c-mark-function): Add point-moving-unit property.
10222         (vi-goto-line): Use with-no-warnings.
10224         * emulation/edt.el (edt-last-copied-word): Add defvar.
10225         (zmacs-region-stays): Likewise.
10226         (edt-mark-section-wisely): Use c-mark-function for C.
10227         Use makr-defun for Fortran.
10228         (time-string): defvar deleted.
10229         (edt-display-the-time): Don't set time-string.
10231         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
10233         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
10234         Don't warn when name is not constant
10235         or for defining the group `emacs'.
10237         * tooltip.el (gud-tooltip-mode): Add defvar.
10239         * startup.el (default-frame-background-mode): Add defvar.
10241         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
10243         * info.el (tool-bar-map): Add defvar.
10245         * dired.el (dnd-protocol-alist): Add defvar.
10247         * dired-aux.el (dired-query): Display question with answer, when
10248         the user answers.
10250         * custom.el (custom-add-option): Doc fix.
10252         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
10254 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
10256         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
10257         bogus name from the last change.
10259 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
10261         * custom.el (custom-declare-variable): Fix typos in comment.
10262         (custom-known-themes): Doc fix.
10263         (custom-theme-directory): New defcustom.
10264         (require-theme): Make it check `custom-theme-directory'.
10266         * cus-theme.el (custom-new-theme-mode): New function.
10267         (custom-theme-name, custom-theme-variables, custom-theme-faces)
10268         (custom-theme-description): Add compiler defvars.
10269         (customize-create-theme): Add doc to the "*New Custom Theme*"
10270         buffer.  Use `custom-new-theme-mode'.
10271         (custom-theme-write): Put the created buffer in emacs-lisp-mode
10272         and save it to the `custom-theme-directory'.  Make this the
10273         default directory of the buffer.
10275 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
10277         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
10278         Fix unbalanced parentheses.
10280 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10282         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
10283         into flymake-mode and delegate to flymake-mode.
10285         * find-file.el (ff-which-function-are-we-in): Clean up.
10287 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
10289         * replace.el (occur-rename-buffer): Fix docstring.
10291         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
10292         (edt-last-copied-word, edt-learn-macro-count)
10293         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
10294         (edt-rect-start-point, edt-user-global-map, rect-start-point)
10295         (time-string, zmacs-region-stays):
10296         * emulation/edt-mapper.el (edt-save-function-key-map)
10297         (EDT-key-name): `defvar' to silence the byte-compiler.
10299 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
10301         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
10302         font-lock-regexp-backslash.  Doc fix.
10303         (font-lock-regexp-backslash-grouping-construct): Rename from
10304         font-lock-regexp-backslash-construct.  Doc fix.
10305         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
10306         grouping constructs.
10308 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
10310         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
10311         updating all the prerequisites.
10313 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
10315         * textmodes/org.el (org-agenda-start-on-weekday)
10316         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
10317         (org-agenda-use-time-grid, org-archive-location)
10318         (org-allow-space-in-links, org-usenet-links-prefer-google)
10319         (org-enable-table-editor, org-export-default-language)
10320         (org-export-html-show-new-buffer, org-fill-paragraph)
10321         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
10322         (org-goto-quit, org-occur, org-eval-in-calendar)
10323         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
10324         (org-agenda-diary-entry, org-remember-help)
10325         (org-table-convert-region, org-at-table-p)
10326         (org-table-move-row-down, org-table-move-row-up)
10327         (org-table-copy-region, org-table-toggle-vline-visibility)
10328         (org-table-get-stored-formulas, org-table-get-specials)
10329         (org-recalc-commands, org-table-eval-formula)
10330         (org-table-formula-substitute-names, orgtbl-make-binding)
10331         (org-format-org-table-html, org-format-table-table-html)
10332         (org-format-table-table-html-using-table-generate-source)
10333         (org-customize): Fix typos in docstrings.
10334         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
10335         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
10336         (org-back-to-heading): Doc fixes.
10337         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
10338         (org-agenda-change-all-lines, org-get-header):
10339         Improve argument/docstring consistency.
10340         (orgtbl-error): Fix error message.
10342         * progmodes/flymake.el (flymake-find-possible-master-files)
10343         (flymake-master-file-compare, flymake-get-line-err-count)
10344         (flymake-highlight-line, flymake-gui-warnings-enabled):
10345         Fix typos in docstrings.
10346         (flymake-parse-line, flymake-get-project-include-dirs-function)
10347         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
10348         Doc fixes.
10349         (flymake-get-project-include-dirs-function)
10350         (flymake-make-err-menu-data):
10351         Improve argument/docstring consistency.
10353 2005-07-01  Lute Kamstra  <lute@gnu.org>
10355         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
10356         Catch errors with ignore-errors.  Use temporary buffer.
10357         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
10359         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
10360         background color faces.
10361         (facemenu-set-foreground, facemenu-set-background):
10362         Use facemenu-set-face-from-menu.
10363         (facemenu-set-face-from-menu): Treat face names that start with
10364         "fg:" or "bg:" as special.
10365         (facemenu-add-new-color): Don't create faces.  Simplify.
10367 2005-06-30  Richard M. Stallman  <rms@gnu.org>
10369         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
10370         (crm-find-current-element): Likewise.
10372 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
10374         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
10376 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10378         * arc-mode.el (archive-extract): Make it work as a mouse binding.
10379         (archive-mouse-extract): Make it an obsolete alias.
10380         (archive-mode-map): Don't use archive-mouse-extract any more.
10381         (archive-mode, archive-extract): write-contents-hooks ->
10382         write-contents-functions.
10383         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
10384         first arg.
10385         (archive-rename-entry): Update the call.
10386         (archive-zip-summarize): Remove unused var `method'.
10387         (archive-lzh-summarize): Remove unused var `creator'.
10389         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
10390         dedicated frame upon exit.
10392         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
10393         (archive-zip-extract, archive-zip-expunge)
10394         (archive-zip-update, archive-zip-update-case): Use executable-find.
10395         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
10396         Use restore-buffer-modified-p.
10397         (archive-extract, archive-add-new-member, archive-write-file-member):
10398         Use with-current-buffer.
10399         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
10401 2005-06-30  Andreas Schwab  <schwab@suse.de>
10403         * progmodes/gud.el (gud-filter): Remove unneeded progn.
10405 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
10407         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
10409 2005-06-30  Juri Linkov  <juri@jurta.org>
10411         * faces.el (vertical-border): Inherit from mode-line-inactive
10412         only on tty.
10414 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
10416         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
10417         example, -NLINES in the `occur' docstring).
10419         * replace.el (occur-1): When no matches are found, do not set the
10420         `buffer-read-only' and modified flags for the occur buffer,
10421         because it is deleted.
10423         * emulation/cua-base.el (cua-check-pending-input)
10424         (cua-repeat-replace-region, cua-mode, cua-debug)
10425         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
10426         Fix typos in docstrings.
10428         * emulation/cua-gmrk.el (cua-toggle-global-mark)
10429         (cua-cut-region-to-global-mark)
10430         (cua--cut-rectangle-to-global-mark):
10431         Remove period from end of messages.
10433         * emulation/cua-rect.el (cua-do-rectangle-padding):
10434         Remove period from end of messages.
10435         (cua--rectangle-seq-format): Fix typo in docstring.
10436         (cua-sequence-rectangle, cua-fill-char-rectangle):
10437         Improve argument/docstring consistency.
10439 2005-06-29  Juri Linkov  <juri@jurta.org>
10441         * faces.el (default-frame-background-mode): New internal variable.
10442         (frame-set-background-mode): Use it.
10444         * startup.el (normal-top-level): Set default-frame-background-mode
10445         instead of frame-background-mode.  Before setting it, test for its
10446         nil value.  Remove tests for frame-background-mode and frame
10447         parameter `reverse'.  Add test for "unspecified-fg".
10449         * term/xterm.el (xterm-rxvt-set-background-mode):
10450         * term/rxvt.el (rxvt-set-background-mode):
10451         Set default-frame-background-mode instead of frame-background-mode.
10453 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
10455         * simple.el (set-variable): Warn about obsolete user variables.
10457         * imenu.el (imenu--completion-buffer):
10458         * mouse.el (mouse-buffer-menu-alist):
10459         * msb.el (msb-invisible-buffer-p):
10460         * calendar/diary-lib.el (diary-header-line-format):
10461         * emacs-lisp/pp.el (pp-buffer):
10462         * progmodes/cperl-mode.el (cperl-do-auto-fill):
10463         * textmodes/picture.el (picture-replace-match):
10464         Change space constants followed by a sexp to "?\s ".
10466         * play/decipher.el (decipher-loop-with-breaks):
10467         * textmodes/texinfo.el (texinfo-insert-@item): Change space
10468         constants "protected" from end of line by a comment to "?\s".
10470 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10472         * font-lock.el (save-buffer-state): Use `declare'.
10474         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
10475         reset the syntax-table to cperl-mode-syntax-table.
10476         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
10477         "foo_print_bar" is not matched as a reserved keyword.
10479 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
10481         * textmodes/org.el (orgtbl-setup): New function, for delayed
10482         setup for the orgtbl commands.
10483         (org-calc-default-modes): New option.
10484         (orgtbl-make-binding): Use `defun' to get better help display.
10485         (org-diary): Call `org-compile-prefix-format'.
10486         (org-table-formula-substitute-names): New function.
10487         (org-agenda-day-view, org-agenda-week-view): New commands.
10488         (org-agenda-toggle-week-view): Command removed.
10489         (org-tbl-menu): Split off from org-org-menu.
10490         (org-mode): Move removal of outline-mode menus to here.
10491         (org-table-formula-debug): New option.
10492         (org-table-insert-row): Keep first field if just "#" or "*".
10493         (org-mode): Paragraph regexps fixed.
10494         (org-table-recalculate-regexp): New constant.
10495         (org-table-justify-field-maybe): Avoid replace if not necessary.
10496         (org-copy-special, org-cut-special): Use `call-interactively'.
10497         (org-table-copy-region): Take region from `interactive' call.
10498         (org-trim): Return string even if no match.
10499         (org-formula): New face.
10500         (org-set-font-lock-defaults): No longer highlight "FIXME".
10501         But highlight formula-related fields in table.
10502         (org-table-p): Use regexp, not fontification.
10503         (org-table-align): Handle white space at end of line.
10504         (org-table-formula-evaluate-inline): New option.
10505         (org-mode): Auto-wrapping in comment lines turned off.
10506         (org-table-copy-down): Evaluate only in copied field, not in
10507         destination.
10508         (org-table-current-formula): Variable removed.
10509         (org-table-store-formulas, org-table-get-stored-formulas)
10510         (org-table-modify-formulas, org-table-replace-in-formulas)
10511         (org-table-maybe-eval-formula): New functions.
10512         (org-table-get-formula): Modify to use stored formulas.
10513         (org-table-insert-column, org-table-delete-column)
10514         (org-table-move-column): Call `org-table-modify-formulas'.
10515         (org-complete): Add completion for keyword formulas.
10516         (orgtbl-mode): Pull orgtbl-mode-map to start of
10517         minor-mode-map-alist.
10519 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10521         * progmodes/python.el (python-check): Require `compile' before
10522         modifying its variables.
10524         * newcomment.el (comment-indent-default): Don't get fooled by an early
10525         end of buffer.
10527 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10529         * ps-print.el (ps-print-version): Fix version number.
10531 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
10533         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
10535 2005-06-28  Richard M. Stallman  <rms@gnu.org>
10537         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
10538         (flyspell-local-mouse-map): Declaration deleted.
10539         (flyspell-mouse-map): Bind only mouse-2.
10540         (flyspell-mode-map): Don't test flyspell-use-local-map.
10541         (flyspell-overlay-keymap-property-name): Var deleted.
10542         (flyspell-mode-on): Don't make local bindings for
10543         flyspell-mouse-map and flyspell-mode-map.
10544         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
10546         * textmodes/ispell.el (ispell-word): Do not ignore short words.
10548         * progmodes/compile.el (compilation-next-error-function):
10549         Don't switch buffers; operate on the current buffer.
10551         * progmodes/compile.el (compilation-error-file-name)
10552         (compilation-warning-file-name, compilation-info-file-name)
10553         (compilation-line-number, compilation-column-number): New faces.
10554         (compilation-error-face, compilation-warning-face)
10555         (compilation-info-face, compilation-line-face)
10556         (compilation-column-face): Use them.
10558         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
10560         * comint.el (comint-password-prompt-regexp): Accept ", try again".
10562         * bindings.el (global-map): Bind insertchar and its variants.
10564 2005-06-27  Richard M. Stallman  <rms@gnu.org>
10566         * textmodes/artist.el (artist-text-overwrite)
10567         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
10569 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10571         * ps-print.el: It was not working the page selection for printing.
10572         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
10573         (ps-print-version): New version 6.6.7.
10574         (ps-end-sheet): New fun.
10575         (ps-header-sheet, ps-end-job): Call it.
10577 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
10579         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
10581 2005-06-27  Lute Kamstra  <lute@gnu.org>
10583         * facemenu.el (facemenu-unlisted-faces): Add foreground and
10584         background color faces.
10585         (facemenu-get-face): Delete function.
10586         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
10587         (facemenu-add-new-color): Make second argument mandatory.
10588         Create the appropriate face and return it.  Simplify.
10589         (facemenu-set-foreground, facemenu-set-background): Don't check if
10590         color is defined.  Use return value of facemenu-add-new-color.
10592 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
10594         * progmodes/gud.el (gud-filter): Add missing argument to
10595         with-selected-window.
10597 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10599         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
10600         a :require to the defcustom.
10602         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
10603         defcustoms corresponding to minor modes.
10605 2005-06-26  David Ponce  <david@dponce.com>
10607         * recentf.el: Require tree-widget instead of wid-edit.
10608         (recentf-filename-handler): Fix widget :type.
10609         (recentf-cancel-dialog, recentf-open-more-files)
10610         (recentf-open-files-action): Doc fix.
10611         (recentf-dialog-goto-first): New function.
10612         (recentf-dialog-mode-map): Set parent keymap first.
10613         (recentf-dialog-mode): Define with define-derived-mode.
10614         Don't display continuation lines in dialogs.
10615         (recentf-edit-list): Rename from recentf-edit-selected-items.
10616         (recentf-edit-list-select): Rename from recentf-edit-list-action.
10617         Simplify.
10618         (recentf-edit-list-validate): New function.
10619         (recentf-edit-list): Update accordingly.
10620         (recentf-open-files-item-shift): Remove.
10621         (recentf-open-files-item): Convert menu elements into tree and
10622         link widgets.  Don't create the widgets.
10623         (recentf-open-files): Update accordingly.
10624         (recentf-save-list): Untabify.
10626 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
10628         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
10629         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
10630         partially contained in the active region.  Do not take active
10631         region into account when called from Lisp, unless INTERACTIVE arg
10632         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
10633         avoid trouble with fields.  Make marker point nowhere when no
10634         longer used.  Always return nil.  Doc fix.
10635         (flush-lines): Add INTERACTIVE arg.  Do not take active region
10636         into account when called from Lisp, unless INTERACTIVE arg is
10637         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         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
10641         interchangeable.  Do not take active region into account when
10642         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
10643         message in echo area when called from Lisp, unless INTERACTIVE arg
10644         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
10645         Return the number of matches.  Doc fix.
10646         (occur): Doc fix.
10647         (perform-replace): Make comment follow double space convention for
10648         the sake of `outline-minor-mode'.
10650         * faces.el (facep): Doc fix.
10652 2005-06-25  Richard M. Stallman  <rms@gnu.org>
10654         * facemenu.el (facemenu-enable-faces-p): New function.
10655         (facemenu-background-menu, facemenu-foreground-menu)
10656         (facemenu-face-menu): Add menu-enable property.
10658         * jka-compr.el (jka-compr-insert-file-contents):
10659         Special handling if cannot find the uncompression program.
10661         * cus-face.el (custom-face-attributes): Add autoload.
10663         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10664         Bind comment-indent-function locally.
10666         * window.el (save-selected-window): Use save-current-buffer.
10668         * subr.el (with-selected-window): Use save-current-buffer.
10670         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
10671         and with-current-buffer.
10673 2005-06-24  Richard M. Stallman  <rms@gnu.org>
10675         * simple.el (line-move-1): Fix previous change.
10677 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10679         * replace.el (occur-1): Set `buffer-read-only' and the
10680         buffer-modified flag before running `occur-hook' to protect
10681         against unintentional buffer switches that can lead to data loss.
10683 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
10685         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
10686         (gud-gdb-marker-filter): Use font-lock-warning-face for any
10687         initial error.
10689         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
10690         after fresh input.
10691         (gdb-var-create-handler): Put name of expression in quotes.
10693 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
10695         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
10696         elements of RING in order, and without bogus nil elements.
10698 2005-06-23  Richard M. Stallman  <rms@gnu.org>
10700         * simple.el (set-variable): Args renamed; doc fix.
10701         (line-move-1): When there are overlays around, use vertical-motion.
10703         * faces.el (escape-glyph): Use brown against light background.
10704         (nobreak-space): Rename from no-break-space.
10705         Fix previous change.
10707         * dired-aux.el (dired-do-copy): Fix arg prompt.
10709         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
10711 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
10713         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
10714         rather than "Distributor".
10716 2005-06-23  Lute Kamstra  <lute@gnu.org>
10718         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
10719         (debug-on-entry): Use it.  New interactive declaration that uses
10720         function-called-at-point.
10722 2005-06-23  Kim F. Storm  <storm@cua.dk>
10724         * subr.el (save-match-data): Add comment about using evaporate arg
10725         to set-match-data.
10727 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
10729         * cus-edit.el (customize-face)
10730         (customize-face-other-window): Handle face aliases.
10732         * faces.el (face-documentation, set-face-attribute)
10733         (face-spec-set): Handle face aliases.
10735 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
10737         * help-mode.el (help-make-xrefs): If a symbol representing a face
10738         name is not followed by the word "face", it could still be a
10739         function or variable name, so don't bypass other checks.
10741 2005-06-22  Juri Linkov  <juri@jurta.org>
10743         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
10744         Replace aliased functions with calls where second arg `inherit' is t.
10746 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
10748         * progmodes/gdb-ui.el (gdb-error): New variable.
10749         (gdb-error): New function.
10750         (gdb-annotation-rules): Act on error-begin and error annotations.
10751         (gdb-concat-output): Use font-lock-warning-face for errors.
10753 2005-06-22  Miles Bader  <miles@gnu.org>
10755         * bindings.el (propertized-buffer-identification): Use renamed
10756         `Buffer-menu-buffer' face.
10758         * faces.el (vertical-border): Rename from `vertical-divider'.
10759         (escape-glyph): Change dark-background color back to `cyan'.
10761 2005-06-21  Juri Linkov  <juri@jurta.org>
10763         * faces.el (face-user-default-spec): Try getting `customized-face'
10764         prior to `saved-face'.
10765         (frame-background-mode): Refill docstring.
10767         * emacs-lisp/lisp-mode.el (eval-defun-1):
10768         * emacs-lisp/edebug.el (edebug-eval-defun):
10769         Set `saved-face' temporarily to nil before calling form.
10770         Set `customized-face' to the new spec after that.
10772 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10774         * subr.el (1value, lambda, key-substitution-in-progress):
10775         Doc fixes.
10777         * autoinsert.el (auto-insert-alist):
10778         * ses.el (ses-call-printer):
10779         * subr.el (noreturn):
10780         * emacs-lisp/lisp.el (check-parens):
10781         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
10782         * net/browse-url.el (browse-url-mosaic):
10783         * progmodes/cc-defs.el (c-safe-scan-lists):
10784         * progmodes/ebnf-abn.el (ebnf-abn-lex):
10785         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
10786         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
10787         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
10788         * progmodes/ebnf-iso.el (ebnf-iso-lex):
10789         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
10791 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10793         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
10795 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
10797         * calendar/appt.el (appt-make-list): Activate the package, if
10798         not already active (for backwards compatibility).
10800 2005-06-20  Kim F. Storm  <storm@cua.dk>
10802         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
10804 2005-06-20  Miles Bader  <miles@gnu.org>
10806         * faces.el (vertical-divider): New face.
10808 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
10810         * simple.el (kill-whole-line): Doc fix.
10811         (next-error-buffer-p, next-error-find-buffer)
10812         (clone-indirect-buffer): Fix typos in docstrings.
10813         (comment-line-break-function): Doc fix: don't say variable
10814         is automatically buffer-local (it isn't).
10816 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
10818         * net/tramp-ftp.el (top):
10819         * net/tramp-smb.el (top):
10820         * net/tramp-util.el (top):
10821         * net/tramp-uu.el (top):
10822         * net/tramp-vc.el (top):
10823         * net/tramp.el (top): Revert copyright years back to original
10824         ones.  Tramp has a life outside GNU Emacs.
10826 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
10828         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
10830 2005-06-18  Juri Linkov  <juri@jurta.org>
10832         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
10833         end of first regexp to limit the match to the position between
10834         line number and source line with same separator character as used
10835         between file name and line number.  In the second regexp limit
10836         mouse-face area to file name and line number by adding new group
10837         for them and referring it in HYPERLINK arg.
10838         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
10839         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
10840         previous line where grep markers may be already removed.
10842 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
10844         * progmodes/ps-mode.el: Update version and maintainer's email address.
10846 2005-06-18  Steve Youngs  <steve@xemacs.org>
10848         * net/browse-url.el (browse-url-browser-function)
10849         (browse-url-default-browser): Add firefox.
10850         (browse-url-firefox-program, browse-url-firefox-arguments)
10851         (browse-url-firefox-startup-arguments)
10852         (browse-url-firefox-new-window-is-tab): New defcustoms.
10853         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
10855 2005-06-17  Richard M. Stallman  <rms@gnu.org>
10857         * startup.el (command-line): Warn if specified user name has
10858         no home directory.
10860         * term.el (term-get-old-input, term-input-filter, term-input-sender)
10861         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
10863         * longlines.el (longlines-mode, longlines-show-hard-newlines):
10864         Doc fixes.
10866         * faces.el (underline): Try bold if terminal doesn't support underline.
10868         * mail/sendmail.el (mail-setup-with-from): New variable.
10869         (mail-insert-from-field): New function.
10870         (sendmail-send-it): Call it.
10871         (mail-setup): Optionally call it here.
10873         * term/linux.el: Call tty-no-underline.
10875 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
10877         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
10879 2005-06-17  Miles Bader  <miles@gnu.org>
10881         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
10882         (ediff-current-diff-C, ediff-current-diff-Ancestor)
10883         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
10884         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
10885         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
10886         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
10887         Remove "-face" suffix from face names.
10888         (ediff-current-diff-face-A, ediff-current-diff-face-B)
10889         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
10890         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10891         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10892         (ediff-even-diff-face-A, ediff-even-diff-face-B)
10893         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10894         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10895         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10896         New backward-compatibility aliases for renamed faces.
10897         (ediff-current-diff-face-A, ediff-current-diff-face-B)
10898         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
10899         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10900         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10901         (ediff-even-diff-face-A, ediff-even-diff-face-B)
10902         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10903         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10904         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10905         Use renamed ediff faces.
10907         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
10908         Remove "-face" suffix from face names.
10909         (eshell-test-ok-face, eshell-test-failed-face):
10910         New backward-compatibility aliases for renamed faces.
10911         (eshell-run-test): Use renamed eshell-test faces.
10913         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
10914         face name.
10915         (eshell-prompt-face): New backward-compatibility alias for renamed
10916         face.
10917         (eshell-emit-prompt): Use renamed eshell-prompt face.
10919         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
10920         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
10921         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
10922         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
10923         Remove "-face" suffix from face names.
10924         (eshell-ls-directory-face, eshell-ls-symlink-face)
10925         (eshell-ls-executable-face, eshell-ls-readonly-face)
10926         (eshell-ls-unreadable-face, eshell-ls-special-face)
10927         (eshell-ls-missing-face, eshell-ls-archive-face)
10928         (eshell-ls-backup-face, eshell-ls-product-face)
10929         (eshell-ls-clutter-face):
10930         New backward-compatibility aliases for renamed faces.
10931         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
10933         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
10934         Remove "-face" suffix from face name.
10935         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
10936         instead of literal face.
10938 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
10940         * emacs-lisp/warnings.el (display-warning, lwarn)
10941         (warning-minimum-log-level): Doc fixes.
10942         (warning-minimum-level, warning-minimum-log-level):
10943         Add :debug to :type choices.
10945         * progmodes/ada-mode.el (ada-format-paramlist)
10946         (ada-get-indent-case, ada-check-matching-start)
10947         (ada-check-defun-name, ada-goto-matching-decl-start)
10948         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
10949         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
10950         (ada-make-subprogram-body): Follow error conventions.
10951         (ada-case-exception-file, ada-indent-comment-as-code)
10952         (ada-indent-handle-comment-special, ada-indent-renames)
10953         (ada-indent-return, ada-search-directories-internal)
10954         (ada-tab-policy, ada-case-exception-substring)
10955         (ada-other-file-alist, ada-matching-start-re)
10956         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
10957         (ada-imenu-generic-expression, ada-compile-goto-error)
10958         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
10959         (ada-popup-menu, ada-add-extensions, ada-mode)
10960         (ada-region-selected, ada-create-case-exception)
10961         (ada-create-case-exception-substring, ada-after-keyword-p)
10962         (ada-activate-keys-for-case, ada-adjust-case-region)
10963         (ada-adjust-case-buffer, ada-format-paramlist)
10964         (ada-scan-paramlist, ada-insert-paramlist)
10965         (ada-indent-newline-indent)
10966         (ada-indent-newline-indent-conditional)
10967         (ada-justified-indent-current, ada-goto-previous-word)
10968         (ada-indent-current, ada-get-indent-open-paren)
10969         (ada-get-indent-paramlist, ada-get-indent-end)
10970         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
10971         (ada-get-indent-block-start, ada-get-indent-subprog)
10972         (ada-get-indent-noindent, ada-get-indent-label)
10973         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
10974         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
10975         (ada-goto-stmt-end, ada-goto-next-word)
10976         (ada-check-matching-start, ada-check-defun-name)
10977         (ada-goto-matching-decl-start, ada-goto-matching-start)
10978         (ada-goto-matching-end, ada-search-ignore-string-comment)
10979         (ada-in-decl-p, ada-looking-at-semi-or)
10980         (ada-looking-at-semi-private, ada-in-paramlist-p)
10981         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
10982         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
10983         (ada-next-procedure, ada-previous-procedure, ada-next-package)
10984         (ada-previous-package, ada-create-menu)
10985         (ada-fill-comment-paragraph-justify)
10986         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
10987         (ada-other-file-name, ada-last-which-function-line)
10988         (ada-last-which-function-subprog, ada-which-function)
10989         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
10990         (ada-gen-treat-proc, ada-check-emacs-version)
10991         (ada-continuation-indent, ada-align-region-separate):
10992         Fix typos in docstrings.
10993         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
10995 2005-06-16  Lute Kamstra  <lute@gnu.org>
10997         * simple.el (fundamental-mode): Run after-change-major-mode-hook
10998         conditionally.
11000 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11002         * comint.el (comint-replace-by-expanded-filename)
11003         (comint-prompt-regexp, comint-delimiter-argument-list)
11004         (comint-preinput-scroll-to-bottom):
11005         * info.el (Info-hide-cookies-node):
11006         * ls-lisp.el (ls-lisp-classify):
11007         * find-file.el (ff-search-directories, ff-special-constructs)
11008         (ff-find-other-file):
11009         * font-lock.el (font-lock-keywords):
11010         * shell.el (shell-prompt-pattern)
11011         (shell-dynamic-complete-functions, shell-mode)
11012         (shell-delimiter-argument-list):
11013         * term.el (term-replace-by-expanded-filename)
11014         (term-prompt-regexp, term-delimiter-argument-list):
11015         * woman.el (woman-ignore, woman0-if):
11016         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
11017         * emacs-lisp/elint.el (elint-init-env):
11018         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
11019         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
11020         * language/ethio-util.el (ethio-tilde-escape)
11021         (ethio-use-three-dot-question):
11022         * net/zone-mode.el (zone-mode-load-time-setup):
11023         * progmodes/cc-align.el (c-lineup-argcont):
11024         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
11025         * progmodes/cperl-mode.el (cperl-set-style-back):
11026         * progmodes/inf-lisp.el (inferior-lisp-prompt):
11027         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
11028         Fix spellings in docstrings.
11030         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
11031         * progmodes/modula2.el (m2-for): Fix spellings.
11033         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
11035         * simple.el (undo-more): Don't use `format' on `error' arguments.
11036         Improve argument/docstring consistency.
11037         (pending-undo-list): Doc fix.
11039         * smerge-mode.el (smerge-ensure-match):
11040         * emulation/vip.el (vip-ex):
11041         * net/zone-mode.el (zone-mode-update-serial):
11042         * progmodes/idlwave.el (idlwave-complete):
11043         * progmodes/vhdl-mode.el (vhdl-visit-file)
11044         (vhdl-compose-wire-components):
11045         Don't use `format' on `error' arguments.
11047         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
11048         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
11049         (tooltip-help-tips): Fix typos in docstrings.
11051 2005-06-16  David Ponce  <david@dponce.com>
11053         * tree-widget.el (tree-widget-value-create): Simplify last change.
11055 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
11057         * ido.el (ido-incomplete-regexp): New variable.
11058         (ido-set-matches-1): Handle invalid-regexp error and set
11059         ido-incomplete-regexp.
11060         (ido-incomplete-regexp): New face.
11061         (ido-completions): Use it.
11062         (ido-complete, ido-exit-minibuffer, ido-completions):
11063         Handle incomplete regexps.
11064         (ido-completions): Add check for complete match when entering a regexp.
11066 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11068         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
11070 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11072         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
11073         by field delimiters.
11075 2005-06-15  David Ponce  <david@dponce.com>
11077         * tree-widget.el: eval-and-compile inlined functions so they will
11078         be available at run-time too.
11079         (tree-widget-super-format-handler)
11080         (tree-widget-format-handler): Remove.
11081         (tree-widget-value-create): Handle the :indent property.
11083 2005-06-15  Miles Bader  <miles@gnu.org>
11085         * progmodes/which-func.el (which-func): Only inherit
11086         `font-lock-function-name-face' when that makes sense against the
11087         default mode-line face, otherwise set the face color explicitly.
11089         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
11090         faces instead of (non-existent) variables.
11092 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11094         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
11095         (iswitchb-get-matched-buffers): Likewise.  Simplify.
11097 2005-06-14  Miles Bader  <miles@gnu.org>
11099         * progmodes/ld-script.el (ld-script-location-counter):
11100         Remove "-face" suffix from face name.
11101         (ld-script-location-counter-face):
11102         New backward-compatibility alias for renamed face.
11103         (ld-script-location-counter-face): Use renamed face.
11105         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
11106         (cperl-hash): Remove "-face" suffix from face names.
11107         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
11108         New backward-compatibility aliases for renamed faces.
11109         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
11110         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
11112         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
11113         name.
11114         (which-func-face): New backward-compatibility alias for renamed face.
11115         (which-func-format): Use renamed which-func face.
11117         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
11118         (vhdl-function, vhdl-directive, vhdl-reserved-word)
11119         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
11120         names.
11121         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
11122         (vhdl-speedbar-configuration, vhdl-speedbar-package)
11123         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
11124         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
11125         (vhdl-speedbar-architecture-selected)
11126         (vhdl-speedbar-configuration-selected)
11127         (vhdl-speedbar-package-selected)
11128         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
11129         names.
11130         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
11131         Use renamed faces.
11132         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
11133         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
11134         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
11135         Use renamed faces.
11136         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
11137         names.
11138         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
11139         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
11140         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
11141         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
11142         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
11143         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
11145         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
11146         face name.
11147         (sh-heredoc-face): New backward-compatibility alias for renamed face.
11148         (sh-heredoc-face): Use renamed sh-heredoc face.
11150         * progmodes/idlw-help.el (idlwave-help-link):
11151         Remove "-face" suffix from face name.
11152         (idlwave-help-link-face):
11153         New backward-compatibility alias for renamed face.
11154         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
11156         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
11157         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
11158         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
11159         New backward-compatibility aliases for renamed faces.
11160         (idlwave-shell-disabled-breakpoint-face)
11161         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
11163         * progmodes/flymake.el (flymake-errline, flymake-warnline):
11164         Remove "-face" suffix from face names.
11165         (flymake-errline-face, flymake-warnline-face):
11166         New backward-compatibility aliases for renamed faces.
11167         (flymake-highlight-line): Use renamed flymake faces.
11169         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11170         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
11171         (ebrowse-member-class, ebrowse-progress):
11172         Remove "-face" suffix from face names.
11173         (ebrowse-tree-mark-face, ebrowse-root-class-face)
11174         (ebrowse-file-name-face, ebrowse-default-face)
11175         (ebrowse-member-attribute-face, ebrowse-member-class-face)
11176         (ebrowse-progress-face):
11177         New backward-compatibility aliases for renamed faces.
11178         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
11179         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
11180         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
11181         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
11183         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
11184         antlr-syntax)
11185         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
11186         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
11187         names.
11188         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
11189         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
11190         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
11191         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
11192         backward-compatibility aliases for renamed faces.
11193         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
11194         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
11195         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
11196         remove "font-lock-".  Use renamed antlr-mode faces.
11197         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
11198         literal face-names with face variable references.
11200         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
11201         face name.
11202         (Buffer-menu-buffer-face): New backward-compatibility alias for
11203         renamed face.
11204         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
11206 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
11208         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
11209         Eliminate "-face" suffix.
11210         (makefile-targets): Inherit from font-lock-function-name-face and
11211         eliminate "-face" suffix.
11212         (makefile-shell): Remove attributes and eliminate "-face" suffix.
11213         (makefile-*-font-lock-keywords): Append makefile-targets in rule
11214         actions, instead of prepending, to make it less visible.
11215         (makefile-previous-dependency, makefile-match-dependency):
11216         Don't match a target on a continuation line.
11218         * files.el (auto-mode-alist): Put Makefile in gmake mode.
11220 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
11222         * progmodes/gdb-ui.el (menu): Re-order menu items.
11223         (gdb-tooltip-print): Respect tooltip-use-echo-area.
11225         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
11226         Define in tooltip.el.
11227         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
11228         (gud-tooltip-tips): Respect tooltip-use-echo-area and
11229         gud-tooltip-echo-area.
11231         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
11232         backward compatibility and make obsolete.
11233         (tooltip-help-tips): Use tooltip-use-echo-area.
11234         (tooltip-show-help-function): Rename to...
11235         (tooltip-show-help): ...this, because it is a function.
11236         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
11238 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
11240         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
11241         (edebug-print-length, edebug-print-level, edebug-print-circle)
11242         (edebug-modify-breakpoint, edebug-eval-last-sexp)
11243         (edebug-eval-print-last-sexp): Doc fixes.
11245 2005-06-14  Kim F. Storm  <storm@cua.dk>
11247         * ido.el (ido-mode): Make a new keymap every time we enable ido,
11248         as the coverage buffer/file/both may change.
11250 2005-06-14  Lute Kamstra  <lute@gnu.org>
11252         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
11253         and run-mode-hooks.  Simplify.
11255         * mail/rmailedit.el (rmail-edit-mode):
11256         * progmodes/octave-inf.el (inferior-octave-mode):
11257         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
11259         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
11260         and run-mode-hooks.
11261         (recentf-edit-list, recentf-open-files): Don't call
11262         kill-all-local-variables directly.
11264         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
11266 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11268         * emacs-lisp/byte-run.el (make-obsolete)
11269         (define-obsolete-function-alias): Rename arguments FUNCTION and
11270         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
11271         (make-obsolete-variable, define-obsolete-variable-alias):
11272         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
11273         respectively.
11275         * isearchb.el (isearchb-activate):
11276         * pcvs.el (cvs-mode):
11277         * ses.el (ses-load):
11278         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
11279         * net/tramp.el (tramp-find-file-exists-command)
11280         (tramp-find-shell):
11281         * progmodes/ada-mode.el (ada-create-case-exception)
11282         (ada-create-case-exception-substring, ada-make-subprogram-body):
11283         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
11284         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
11285         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
11286         * textmodes/org.el (org-promote, org-evaluate-time-range)
11287         (org-agenda-next-date-line, org-agenda-previous-date-line)
11288         (org-agenda-error, org-open-at-point, org-table-move-row)
11289         (org-format-table-table-html-using-table-generate-source)
11290         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
11291         * textmodes/reftex.el (reftex-access-scan-info):
11292         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
11293         (reftex-toc-promote-prepare): Follow error conventions.
11295         * diff-mode.el (diff-mode): Fix typo in docstring.
11297         * forms.el (forms--intuit-from-file): Fix reference to
11298         `forms-number-of-fields' in error message.
11299         (forms-print): Fix quoting in error message.
11301         * forms.el (forms-mode):
11302         * emulation/vi.el (vi-goto-insert-state):
11303         * progmodes/flymake.el (flymake-new-err-info)
11304         (flymake-start-syntax-check-for-current-buffer)
11305         (flymake-simple-cleanup):
11306         * eshell/esh-var.el (eshell/export):
11307         * progmodes/gud.el (xdb):
11308         * textmodes/flyspell.el (flyspell-incorrect-hook)
11309         (flyspell-maybe-correct-transposition)
11310         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
11312 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
11314         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
11315         minibuffer prompt.
11317 2005-06-13  Kim F. Storm  <storm@cua.dk>
11319         * subr.el (add-to-ordered-list): New defun.
11321         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
11322         add cua--keymap-alist to emulation-mode-map-alists.
11324 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11326         * subr.el (complete-in-turn): New macro.
11327         (dynamic-completion-table, lazy-completion-table): Add debug info.
11329         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
11330         in preference to face aliases.
11332         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
11333         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
11334         Remove unused vars `start' and `firstline'.
11335         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
11336         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
11338 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
11340         * cus-start.el (all): Don't complain about missing GTK-related
11341         variables, unless either `gtk' is boundp or this isn't a
11342         `windows-nt' build.
11344 2005-06-13  Lute Kamstra  <lute@gnu.org>
11346         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
11347         run-mode-hooks.
11349         * ediff-mult.el (ediff-meta-mode):
11350         * ediff-util.el (ediff-mode): Use run-mode-hooks.
11352         * ledit.el (ledit-mode): Use delay-mode-hooks.
11354         * woman.el (woman-mode-line-format): Delete constant.
11355         (woman-mode-map): Initialize it properly.
11356         (woman-mode): Set mode-class property to special.
11357         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
11358         Set major-mode and mode-name.  Don't set mode-line-format directly.
11359         (Man-getpage-in-background): Don't reference woman-mode-line-format.
11361         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
11362         string argument obsolete.
11364 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
11366         * textmodes/org.el (org-CUA-compatible): New option.
11367         (org-disputed-keys): New variable.
11368         (org-key): New function.
11369         (orgtbl-make-binding): Add docstring to the created function.
11370         (org-mode): Set paragraph start/separate regexps.
11371         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
11372         (org-archive-location, org-archive-mark-done)
11373         (org-archive-stamp-time): New options.
11374         (org-archive-subtree): New command.
11375         (org-fill-paragraph): New function.
11376         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
11377         (org-fake-empty-table-line): Function removed.
11378         (org-format-org-table-html): Do not create empty table lines at
11379         separator lines.  Improved table header treatment.
11380         (org-link-format): New option.
11381         (org-make-link): New function.
11382         (org-insert-link, org-store-link): Use org-make-link.
11383         (org-open-file): Quote file name for shell command, to allow
11384         spaces in file names.
11385         (org-link-regexp): Fix bug with mailto link.
11386         (org-link-maybe-angles-regexp, org-protected-link-regexp):
11387         New constants.
11388         (org-export-as-html): Deal with the optional angles around a link.
11389         Better treatment of file: links.
11390         (org-open-at-point): Replace @{ and @} with < and >.
11391         (org-run-mode-hooks): Function removed.
11392         (org-agenda-mode): No longer use `org-run-mode-hooks'.
11394 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
11396         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
11397         MI command -data-list-register-values.
11398         (gdb-post-prompt): Indent properly.
11400 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
11402         * hilit-chg.el (highlight-changes-colors): Rename from
11403         `highlight-changes-colours'.
11404         (highlight-changes-colours): Keep as obsolete alias.
11405         (highlight-changes-face-list): Doc fix.
11406         (hilit-chg-make-list): Use `highlight-changes-colors'.
11408 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
11410         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
11411         defun-prompt-regexp.
11413 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
11415         * loadup.el: Don't say we are dumping under 2 names on windows-nt
11416         and cygwin.
11418         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
11419         Don't use an old loaddefs.el, as in Makefile.in.
11421 2005-06-12  Lute Kamstra  <lute@gnu.org>
11423         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
11425         * man.el (Man-mode-map): Initialize it properly.
11426         (Man-mode): Set mode-class property to special.
11428         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
11430 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
11432         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
11433         A newline is needed in the docstring there.
11435         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
11436         Doc fixes.
11438 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11440         * printing.el: Doc fix.  The menubar is no more changed when printing
11441         is loaded, it only changes when pr-menu-bind or pr-update-menus is
11442         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
11443         (pr-version): New version number (6.8.4).
11444         (pr-menu-bind): New command.
11445         (pr-update-menus): Docstring and code fix.
11446         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
11447         Docstring fix.
11448         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
11449         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
11451 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
11453         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
11454         "Returns" to "return", document useful return values, etc.
11456 2005-06-11  Alan Mackenzie  <acm@muc.de>
11458         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
11459         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
11460         (adaptive-file-function): Minor amendment to doc-string.
11462 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
11464         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
11465         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
11466         Fix :type--it is `integer', not `string'.
11468         * faces.el (modeline-highlight): Rename from (the erroneous)
11469         `modeline-higilight'.
11471 2005-06-11  Lute Kamstra  <lute@gnu.org>
11473         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
11474         lisp-interaction-mode-map but make it the parent.
11475         (edebug-eval-mode): Use define-derived-mode.
11477 2005-06-11  Andreas Schwab  <schwab@suse.de>
11479         * bindings.el: Add binding of `ESC functionkey' for every
11480         `M-functionkey'.
11481         * hexl.el (hexl-mode-map): Likewise.
11483 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
11485         * progmodes/compile.el (compilation-error-regexp-alist-alist)
11486         [msft]: update regexp for newer msft compilers.
11488 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
11490         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
11491         ATTLIST portions of included DTDs.
11492         (xml-parse-dtd): Eliminate use of inefficient match-data.
11494 2005-06-10  Miles Bader  <miles@gnu.org>
11496         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11497         (mpuz-text): Remove "-face" suffix from face names.
11498         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
11499         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
11500         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
11502         * play/gomoku.el (gomoku-O, gomoku-X):
11503         Remove "-face" suffix from face names.
11504         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
11505         New backward-compatibility aliases for renamed faces.
11506         (gomoku-font-lock-keywords): Use renamed gomoku faces.
11508 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
11510         * thumbs.el: Fixes for changes of 2005-06-09.
11511         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
11512         as a directory.
11513         (thumbs-thumbname): Remove directory separator from format string;
11514         `thumbs-thumbsdir' now returns a valid directory name.
11515         (thumbs-temp-dir): New defsubst.
11516         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
11517         Use it.
11519         * cus-edit.el (minibuffer):
11520         * files.el (make-backup-file-name-function):
11521         * filesets.el (filesets-external-viewers):
11522         * hilit-chg.el (highlight-changes-colours)
11523         (highlight-changes-face-list, highlight-changes-rotate-faces):
11524         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
11525         * kmacro.el (kmacro-call-macro):
11526         * log-edit.el (log-edit-changelog-full-paragraphs):
11527         * mouse.el (mouse-1-click-follows-link):
11528         * skeleton.el (skeleton-autowrap):
11529         * subr.el (insert-for-yank-1):
11530         * tempo.el (tempo-insert-region):
11531         * terminal.el (terminal-emulator):
11532         * time.el (display-time-mail-face):
11533         * vc.el (vc-annotate):
11534         * vcursor.el (vcursor-copy-line):
11535         * woman.el (woman-bold-headings, woman-ignore)
11536         (woman-default-faces, woman-monochrome-faces):
11537         * calendar/todo-mode.el (todo-insert-threshold):
11538         * emulation/pc-select.el (pc-select-selection-keys-only)
11539         (pc-selection-mode):
11540         * emulation/vip.el (vip-find-char-forward):
11541         * emulation/viper-cmd.el (viper-find-char-forward):
11542         * international/mule-cmds.el
11543         (select-safe-coding-system-accept-default-p)
11544         (input-method-exit-on-invalid-key):
11545         * international/mule-diag.el (describe-coding-system):
11546         * international/ucs-tables.el (unify-8859-on-encoding-mode):
11547         * net/browse-url.el (browse-url-xterm-program):
11548         * obsolete/lazy-lock.el (lazy-lock-mode):
11549         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
11550         (cperl-mode):
11551         * progmodes/cpp.el (cpp-face-light-name-list)
11552         (cpp-face-dark-name-list):
11553         * progmodes/delphi.el (delphi-newline-always-indents):
11554         Fix spellings in docstrings.
11556         * ido.el (ido-mode, ido-file-extensions-order)
11557         (ido-default-file-method, ido-default-buffer-method)
11558         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
11559         (ido-decorations, ido-read-file-name-as-directory-commands)
11560         (ido-read-file-name-non-ido, ido-work-directory-list)
11561         (ido-ignore-item-temp-list, ido-current-directory)
11562         (ido-magic-forward-char, ido-enter-find-file)
11563         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
11564         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
11566 2005-06-10  Lute Kamstra  <lute@gnu.org>
11568         * play/dunnet.el (dun-mode): Use define-derived-mode.
11569         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
11570         obsolete alias.
11572         * play/doctor.el (doctor-mode-map): Remove defvar.
11573         (doctor-mode): Use define-derived-mode.
11575         * mail/mspools.el (mspools-mode):
11576         * net/eudc-hotlist.el (eudc-hotlist-mode):
11577         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
11579 2005-06-10  Miles Bader  <miles@gnu.org>
11581         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11582         Remove "-face" suffix from face names.
11583         (flyspell-incorrect-face, flyspell-duplicate-face):
11584         New backward-compatibility aliases for renamed faces.
11585         (flyspell-mode-on, make-flyspell-overlay)
11586         (flyspell-highlight-incorrect-region)
11587         (flyspell-highlight-duplicate-region)
11588         (flyspell-display-next-corrections)
11589         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
11591         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
11592         from face name.
11593         (texinfo-heading-face): New backward-compatibility alias for
11594         renamed face.
11595         (texinfo-heading-face): Use renamed texinfo-heading face.
11597         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
11598         suffix from face names.
11599         (tex-math-face, tex-verbatim-face):
11600         New backward-compatibility aliases for renamed faces.
11601         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
11602         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
11603         literal face name.
11605         * textmodes/table.el (table-cell): Remove "-face" suffix from face
11606         name.
11607         (table-cell-face): New backward-compatibility alias for renamed face.
11608         (table--put-cell-face-property, table--update-cell-face):
11609         Use renamed table-cell face.
11611         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
11612         from face name.
11613         (sgml-namespace-face): New backward-compatibility alias for
11614         renamed face.
11615         (sgml-namespace-face): Use renamed sgml-namespace face.
11617         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
11618         (org-level-4, org-level-5, org-level-6, org-level-7)
11619         (org-level-8, org-warning, org-headline-done)
11620         (org-deadline-announce, org-scheduled-today)
11621         (org-scheduled-previously, org-link, org-done, org-table)
11622         (org-time-grid): Remove "-face" suffix from face names.
11623         (org-level-1-face, org-level-2-face, org-level-3-face)
11624         (org-level-4-face, org-level-5-face, org-level-6-face)
11625         (org-level-7-face, org-level-8-face, org-warning-face)
11626         (org-headline-done-face, org-deadline-announce-face)
11627         (org-scheduled-today-face, org-scheduled-previously-face)
11628         (org-link-face, org-done-face, org-table-face)
11629         (org-time-grid-face):
11630         New backward-compatibility aliases for renamed faces.
11631         (org-level-faces, org-set-font-lock-defaults, org-timeline)
11632         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
11633         (org-agenda-get-timestamps, org-agenda-get-scheduled)
11634         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
11636         * emulation/viper-init.el (viper-search, viper-replace-overlay)
11637         (viper-minibuffer-emacs, viper-minibuffer-insert)
11638         (viper-minibuffer-vi): Remove "-face" suffix from face names.
11639         (viper-search-face, viper-replace-overlay-face)
11640         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
11641         (viper-minibuffer-vi-face):
11642         New backward-compatibility aliases for renamed faces.
11643         (viper-search-face, viper-replace-overlay-face)
11644         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
11645         (viper-minibuffer-vi-face): Use renamed viper faces.
11647         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
11648         Remove "-face" suffix from face names.
11649         (testcover-nohits-face, testcover-1value-face):
11650         New backward-compatibility aliases for renamed faces.
11651         (testcover-mark): Use renamed testcover faces.
11653         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
11654         face name.
11655         (diary-button-face): New backward-compatibility alias for renamed face.
11656         (diary-entry): Use renamed diary-button face.
11658         * calendar/calendar.el (diary, calendar-today, holiday)
11659         (mark-visible-calendar-date): Remove "-face" suffix from face names.
11660         (diary-face, calendar-today-face, holiday-face):
11661         New backward-compatibility aliases for renamed faces.
11662         (eval-after-load "facemenu", diary-entry-marker)
11663         (calendar-today-marker, calendar-holiday-marker, diary-face):
11664         Use renamed calendar faces.
11666         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
11667         (compare-windows-face): New backward-compatibility alias for
11668         renamed face.
11669         (compare-windows-highlight): Use renamed compare-windows face.
11671         * strokes.el (strokes-char): Remove "-face" suffix from face name.
11672         (strokes-char-face): New backward-compatibility alias for renamed face.
11673         (strokes-encode-buffer): Use renamed strokes-char face.
11675         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
11676         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
11677         Remove "-face" suffix from face names.
11678         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
11679         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
11680         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
11681         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
11682         Use renamed pcvs faces.
11683         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
11684         * pcvs-defs.el (cvs-mode-map): Likewise.
11685         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
11687         * info.el (info-title-1, info-title-2, info-title-3)
11688         (info-title-4): Remove "-face" suffix from and downcase face names.
11689         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
11690         (Info-title-4-face):
11691         New backward-compatibility aliases for renamed faces.
11692         (Info-fontify-node): Use renamed info faces.
11694         * hilit-chg.el (highlight-changes, highlight-changes-delete):
11695         Remove "-face" suffix from face names.
11696         (highlight-changes-face, highlight-changes-delete-face):
11697         New backward-compatibility aliases for renamed faces.
11698         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
11699         (hilit-chg-make-list): Use renamed highlight-changes faces.
11701         * generic-x.el (show-tabs-tab, show-tabs-space):
11702         Remove "-face" suffix from face names.
11703         (show-tabs-tab-face, show-tabs-space-face):
11704         New backward-compatibility aliases for renamed faces.
11705         (show-tabs-generic-mode-font-lock-defaults-1)
11706         (show-tabs-generic-mode-font-lock-defaults-2):
11707         Use renamed show-tabs faces.
11709         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
11710         (smerge-markers): Remove "-face" suffix from face names.
11711         (smerge-mine-face, smerge-other-face, smerge-base-face)
11712         (smerge-markers-face):
11713         New backward-compatibility aliases for renamed faces.
11714         (smerge-mine-face, smerge-other-face, smerge-base-face)
11715         (smerge-markers-face): Use renamed smerge faces.
11717         * log-view.el (log-view-file, log-view-message): Remove "-face"
11718         suffix from face names.
11719         (log-view-file-face, log-view-message-face):
11720         New backward-compatibility aliases for renamed faces.
11721         (log-view-file-face, log-view-message-face): Use renamed log-view
11722         faces.
11724         * paren.el (show-paren-match, show-paren-mismatch):
11725         Remove "-face" suffix from face names.
11726         (show-paren-match-face, show-paren-mismatch-face):
11727         New backward-compatibility aliases for renamed faces.
11728         (show-paren-function): Use renamed show-paren faces.
11730         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
11731         (ruler-mode-margins, ruler-mode-fringes)
11732         (ruler-mode-column-number, ruler-mode-fill-column)
11733         (ruler-mode-comment-column, ruler-mode-goal-column)
11734         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
11735         suffix from face names.
11736         (ruler-mode-default-face, ruler-mode-pad-face)
11737         (ruler-mode-margins-face, ruler-mode-fringes-face)
11738         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
11739         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
11740         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
11741         New backward-compatibility aliases for renamed faces.
11742         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
11743         (ruler-mode-column-number, ruler-mode-fill-column)
11744         (ruler-mode-comment-column, ruler-mode-goal-column)
11745         (ruler-mode-tab-stop, ruler-mode-current-column)
11746         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
11747         faces.
11749         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
11750         face name.
11751         (whitespace-highlight-the-space): Use renamed face.
11752         (whitespace-highlight-face): New backward-compatibility alias for
11753         renamed face.
11755         * woman.el (woman-italic, woman-bold, woman-unknown)
11756         (woman-addition, woman-symbol-face):
11757         Remove "-face" suffix from face names.
11758         (woman-italic-face, woman-bold-face, woman-unknown-face)
11759         (woman-addition-face):
11760         New backward-compatibility aliases for renamed faces.
11761         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
11762         (woman-decode-region, woman-replace-match)
11763         (woman-display-extended-fonts, woman-special-characters)
11764         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
11765         Use renamed woman faces.
11767         * longlines.el (longlines-visible-face): Face removed.
11769         * diff-mode.el (diff-header, diff-file-header, diff-index)
11770         (diff-hunk-header, diff-removed, diff-added, diff-changed)
11771         (diff-function, diff-context, diff-nonexistent): Remove "-face"
11772         suffix from face names.
11773         (diff-header-face, diff-file-header-face, diff-index-face)
11774         (diff-hunk-header-face, diff-removed-face, diff-added-face)
11775         (diff-changed-face, diff-function-face, diff-context-face)
11776         (diff-nonexistent-face): New backward-compatibility aliases for
11777         renamed faces.
11778         (diff-header-face, diff-file-header-face)
11779         (diff-index, diff-index-face, diff-hunk-header)
11780         (diff-hunk-header-face, diff-removed, diff-removed-face)
11781         (diff-added, diff-added-face, diff-changed-face, diff-function)
11782         (diff-function-face, diff-context-face, diff-nonexistent)
11783         (diff-nonexistent-face): Use renamed diff-mode faces.
11785         * progmodes/compile.el (compilation-warning-face)
11786         (compilation-info-face): Remove "-face" suffix from face names.
11787         (compilation-warning-face, compilation-info-face):
11788         New backward-compatibility aliases for renamed faces.
11789         (compilation-warning-face, compilation-info-face):
11790         Use renamed compilation faces.
11792         * add-log.el (change-log-date, change-log-name)
11793         (change-log-email, change-log-file, change-log-list)
11794         (change-log-conditionals, change-log-function)
11795         (change-log-acknowledgement): Remove "-face" suffix from face names.
11796         (change-log-date-face, change-log-name-face)
11797         (change-log-email-face, change-log-file-face)
11798         (change-log-list-face, change-log-conditionals-face)
11799         (change-log-function-face, change-log-acknowledgement-face):
11800         New backward-compatibility aliases for renamed faces.
11801         (change-log-font-lock-keywords): Use renamed change-log faces.
11803         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
11804         (custom-set, custom-changed, custom-saved, custom-button)
11805         (custom-button-pressed, custom-documentation, custom-state)
11806         (custom-comment, custom-comment-tag, custom-variable-tag)
11807         (custom-variable-button, custom-face-tag, custom-group-tag-1)
11808         (custom-group-tag): Remove "-face" suffix from face names.
11809         (custom-magic-alist, custom-magic-value-create)
11810         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
11811         (custom-invalid-face, custom-rogue-face, custom-modified-face)
11812         (custom-set-face, custom-changed-face, custom-saved-face)
11813         (custom-button-face, custom-button-pressed-face)
11814         (custom-documentation-face, custom-state-face)
11815         (custom-comment-face, custom-comment-tag-face)
11816         (custom-variable-tag-face, custom-variable-button-face)
11817         (custom-face-tag-face, custom-group-tag-face-1)
11818         (custom-group-tag-face):
11819         New backward-compatibility aliases for renamed faces.
11821         * wid-edit.el (widget-documentation, widget-button)
11822         (widget-field, widget-single-line-field, widget-inactive)
11823         (widget-button-pressed): "-face" suffix removed from face names.
11824         (widget-documentation-face, widget-button-face)
11825         (widget-field-face, widget-single-line-field-face)
11826         (widget-inactive-face, widget-button-pressed-face):
11827         New backward-compatibility aliases for renamed faces.
11828         (widget-documentation-face, widget-button-face)
11829         (widget-button-pressed-face, widget-specify-field)
11830         (widget-specify-inactive): Use renamed widget faces.
11832 2005-06-10  Kenichi Handa  <handa@m17n.org>
11834         * term/x-win.el (x-clipboard-yank): Remove condition-case
11835         wrapping.
11837 2005-06-11  Kenichi Handa  <handa@m17n.org>
11839         * add-log.el (change-log-font-lock-keywords): Make the regexp for
11840         date lines stricter.
11842 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
11844         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
11845         of x-get-selection.
11847 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
11849         * comint.el (comint-mode, comint-snapshot-last-prompt):
11850         * frame.el (frame-current-scroll-bars):
11851         * term.el (term-mode, term-check-proc, term-input-sender)
11852         (term-simple-send, term-extract-string, term-word)
11853         (term-match-partial-filename):
11854         * window.el (window-current-scroll-bars):
11855         * emulation/cua-base.el (cua-normal-cursor-color)
11856         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
11857         (cua-global-mark-cursor-color):
11858         * mail/undigest.el (rmail-forward-separator-regex):
11859         Fix typos in docstrings.
11861         * comint.el (comint-check-proc, make-comint-in-buffer)
11862         (comint-source-default): Doc fixes.
11864         * term.el (term-send-string): Improve argument/docstring consistency.
11866 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
11868         * comint.el (comint-send-input): Bind `inhibit-read-only' around
11869         call to `delete-region'.
11870         (comint-mode-hook): Do not enable Font Lock by default.
11872 2005-06-09  Lute Kamstra  <lute@gnu.org>
11874         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
11875         could be void.
11877 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11879         * emacs-lisp/debug.el (debugger-will-be-back): New var.
11880         (debug): Use it.
11881         (debugger-step-through, debugger-continue, debugger-jump)
11882         (debugger-return-value): Set it when needed.
11883         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
11884         Use inhibit-read-only.
11886 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
11888         * window.el (shrink-window-if-larger-than-buffer)
11889         (window-size-fixed): Fix typo in docstring.
11891         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
11892         thumbnails directory on loading.
11893         (thumbs-conversion-program): Use `eq' to check the system type,
11894         not `equal'.
11895         (thumbs-temp-dir): Initialize to `temporary-file-directory',
11896         not "/tmp".  Fix docstring.
11897         (thumbs-thumbsdir): New function to return the thumbnails
11898         directory, creating it if needed.
11899         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
11900         (thumbs-temp-file): Delete variable and make it into a function.
11901         (thumbs-resize-image, thumbs-modify-image): Use it.
11902         (thumbs-kill-buffer): Simplify.
11903         (thumbs-gensym): Defalias or duplicate CL `gensym'.
11904         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
11905         docstrings.
11907 2005-06-09  Kim F. Storm  <storm@cua.dk>
11909         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
11910         set-match-data to free markers in match-data.
11912         * replace.el (replace-match-data): Pass RESEAT arg `t' to
11913         match-data to unchain markers in match-data.
11915 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11917         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
11918         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
11919         unnecessary now.
11921 2005-06-08  Richard M. Stallman  <rms@gnu.org>
11923         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
11924         give the variable a doc string that doesn't say don't set it directly.
11926         * textmodes/ispell.el (ispell-check-version):
11927         Use match-string-no-properties.
11928         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
11929         (ispell-buffer-local-words): Likewise.
11931         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
11932         except on terminals with enough colors to really display it.
11933         (makefile-dependency-regex): Delete spurious `bb'.
11935         * faces.el (escape-glyph): Use blue once again in last case.
11936         (no-break-space): Redefine so that it isn't invisible on a tty.
11938 2005-06-08  Kim F. Storm  <storm@cua.dk>
11940         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
11941         also when reading directory name.
11943 2005-06-08  Lute Kamstra  <lute@gnu.org>
11945         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
11946         (flyspell-mode-line-string): Remove autoload cookie.
11947         (flyspell-mode): Remove defvar.
11949 2005-06-07  Lute Kamstra  <lute@gnu.org>
11951         * textmodes/org.el (org-run-mode-hooks): New function.
11952         (org-agenda-mode): Use it.
11954 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
11956         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
11958 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11960         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
11962 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
11964         * font-lock.el (font-lock-add-keywords): Doc fix.
11966 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11968         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
11969         (tex-compile-default): In the absence of any history, use the order in
11970         tex-compile-alist to choose the preferred command.
11971         (tex-compile-commands): Reorder a bit.
11973         * textmodes/flyspell.el (flyspell-auto-correct-binding)
11974         (flyspell-incorrect-face, flyspell-duplicate-face):
11975         Use (X)Emacs-agnostic code.
11976         (flyspell-mode-map): Don't overwrite at each load.  Remove code
11977         redundant with the subsequent add-minor-mode.  Merge Emacs and
11978         XEmacs code.
11979         (flyspell-word): Minor simplification.
11980         (flyspell-math-tex-command-p): Quieten the byte-compiler.
11981         (flyspell-external-point-words): Remove unused vars `size' and `start'.
11982         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
11983         Merge the corresponding Emacs code.
11984         (flyspell-correct-word, flyspell-xemacs-popup):
11985         Use flyspell-do-correct.
11987         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
11988         a dedicated window.
11990         * international/latexenc.el (latexenc-find-file-coding-system):
11991         Undo part of last patch, to turn off a compiler warning.
11993 2005-06-06  Juri Linkov  <juri@jurta.org>
11995         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
11996         Rename `tmm-inactive-face' to `tmm-inactive'.
11998 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
12000         * iswitchb.el: Rename faces.
12002 2005-06-06  Kim F. Storm  <storm@cua.dk>
12004         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
12005         (cua-global-mark): Remove -face suffix from face names.
12007         * emulation/cua-gmrk.el (cua--init-global-mark):
12008         Remove cua-global-mark face setup.
12010 2005-06-06  Richard M. Stallman  <rms@gnu.org>
12012         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
12013         just like other allowed characters.
12014         (makefile-match-dependency): Exclude leading and training whitespace
12015         from the range of regexp subexp 1.
12016         (makefile-macroassign-regex): Don't try to match the body,
12017         just the name of the macro being defined.
12019         * info.el (Info-read-node-name-2): New function.
12020         (Info-read-node-name-1): Use that.
12021         Add a completion-base-size-function property.
12023         * simple.el (completion-setup-function): Look for
12024         completion-base-size-function property of minibuffer-completion-table.
12026         * files.el (locate-file-completion): Doc fix.
12028         * printing.el: Don't call pr-update-menus; user must do that.
12030         * emacs-lisp/debug.el (debugger-window): New variable.
12031         (debug): Use debugger-window if it is set and still alive.
12032         Record debugger-window for next entry.
12034         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
12036 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
12038         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
12039         (hack-one-local-variable, hack-local-variables)
12040         (hack-local-variables-prop-line): Pass that arg.
12042 2005-06-06  Kim F. Storm  <storm@cua.dk>
12044         * ido.el (ido-first-match, ido-only-match, ido-subdir)
12045         (ido-indicator): Remove -face suffix from face names.
12047 2005-06-06  Juri Linkov  <juri@jurta.org>
12049         * font-lock.el (font-lock-regexp-backslash)
12050         (font-lock-regexp-backslash-construct): New faces.
12051         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
12052         after `('.  Add `while-no-input' to control structures.
12054         * faces.el (no-break-space, shadow): New faces.
12055         (escape-glyph): Use less loud colors pink2 and red4.
12057         * diff-mode.el (diff-context-face)
12058         * dired.el (dired-ignored)
12059         * rfn-eshadow.el (file-name-shadow)
12060         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
12062         * info.el (Info-title-1-face): Use green instead of yellow because
12063         bold yellow is not readable on light backgrounds.
12065         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
12066         before selecting the desired mode to not spend time fontifying
12067         old contents.
12069 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
12071         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
12072         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
12074         * ps-print.el (ps-default-fg, ps-default-bg):
12075         Fix typos in docstrings.
12077         * isearchb.el (isearchb): Don't pass a spurious second argument to
12078         `iswitchb-completions'.
12080 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
12082         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
12083         to preserve point.
12084         (gdb-find-file-hook): Add doc string.
12086         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
12087         C dereferenced pointer expression.
12088         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
12090         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
12092         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
12093         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
12094         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
12095         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
12096         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
12097         Make background transparent.
12099 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12101         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
12102         (font-lock-remove-keywords): Doc fix.
12103         (font-lock-mode-major-mode): Compiler defvar.
12104         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
12106         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
12107         (font-lock-mode): Update `font-lock-mode-major-mode'.
12108         (font-lock-set-defaults): Compiler defvar.
12109         (font-lock-default-function): Take `font-lock-mode-major-mode'
12110         into account.
12112         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
12113         keep track of which major mode it enabled the minor mode for.
12114         Use find-file-hook again.  Update docstring.
12116         * simple.el (eval-expression-print-level)
12117         (eval-expression-print-length, eval-expression-debug-on-error):
12118         Doc fixes.
12120 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
12122         * iswitchb.el (iswitchb-single-match-face)
12123         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
12124         (iswitchb-invalid-regexp-face): New faces.
12125         (iswitchb-completions): Use them.
12126         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
12127         now marked as an obsolete alias.
12128         (iswitchb-read-buffer): Remove check for bound font variables.
12129         (iswitchb-invalid-regexp): New free variable.
12130         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
12131         set iswitchb-invalid-regexp.
12132         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
12133         invalid regexps.
12134         (iswitchb-completions): Add check for complete match when entering
12135         a regexp.
12136         (iswitchb-completions): Remove require-match argument.
12137         (iswitchb-exhibit): Fix caller.
12138         (iswitchb-common-match-inserted): New variable.
12139         (iswitchb-complete, iswitchb-completion-help): Use it.
12141 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
12143         * url-http.el (url-http-chunked-encoding-after-change-function):
12144         Use `url-http-debug' instead of `message'.
12146 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
12148         * url-http.el (url-http-parse-headers): Pass redirected URL as a
12149         callback argument.
12151 2005-06-04  Kim F. Storm  <storm@cua.dk>
12153         * simple.el (line-move): Only call sit-for when moving backwards.
12155         * ido.el (ido-make-merged-file-list-1): New defun split from
12156         ido-make-merged-file-list.
12157         (ido-make-merged-file-list): Bind throw-on-input around call to
12158         ido-make-merged-file-list-1.  Return input-pending-p if
12159         interrupted by more input available.
12160         (ido-read-internal): Handle input-pending-p return value from
12161         ido-make-merged-file-list.
12163 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12165         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
12166         compatibility code.
12168         * international/latexenc.el (latexenc-find-file-coding-system):
12169         Don't inherit the EOL part of the coding-system from the
12170         tex-main buffer.  Fit within 80 columns.
12172 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
12174         * tmm.el (tmm-inactive-face): New face.
12175         (tmm-remove-inactive-mouse-face): New function.
12176         (tmm-prompt, tmm-add-one-shortcut)
12177         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
12178         but not selectable.
12180 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
12182         * faces.el (face-equal): Improve argument/docstring consistency.
12184 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
12186         * progmodes/make-mode.el (makefile-targets-face)
12187         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
12188         (makefile-bsdmake-dependency-regex)
12189         (makefile-makepp-rule-action-regex)
12190         (makefile-bsdmake-rule-action-regex): New constants.
12191         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
12193         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12194         Allow (...) within `...' for makepp messages.
12196 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
12198         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
12200         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
12201         "." files are deleted from all file lists before comparison.
12203         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
12204         (viper-ESC-key): Made them customizable.
12206         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
12208 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
12210         * autorevert.el (auto-revert-buffers): Use save-match-data.
12212 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12214         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
12215         menu items with a nil command binding.
12217 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
12219         * emacs-lisp/cl-macs.el (defsetf):
12220         Improve argument/docstring consistency.
12222         * faces.el (list-faces-display): Improve the formatting by
12223         computing the maximum length required for any face-name (reworked
12224         patch of 1999-01-11, accidentally deleted on 1999-07-21).
12225         (internal-find-face): Remove redundant info in docstring.
12227 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
12229         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
12230         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
12231         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
12232         (gdb-assembler-custom): Improve regexps.
12233         (def-gdb-auto-update-handler): Use window point to preserve point.
12235 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12237         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
12239 2005-05-31  Jay Belanger  <belanger@truman.edu>
12241         * calc/calc-embed.el (calc-embedded-word): Change argument passed
12242         to calc-embedded.
12243         (calc-embedded-make-info): Have plain prefix argument select
12244         entire line.
12246 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
12248         * faces.el (list-faces-display): Signal error if passed a regexp
12249         that matches no face name.
12251         * simple.el (filter-buffer-substring): Fix typo in docstring.
12253 2005-05-31  Richard M. Stallman  <rms@gnu.org>
12255         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
12256         (vhdl-emacs-21): Doc fix.
12257         (vhdl-mode): Unconditionally set comment-padding.
12258         (vhdl-fixup-whitespace-region): Insert spaces only where
12259         there are none.
12260         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
12262 2005-05-30  John Wiegley  <johnw@newartisans.com>
12264         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
12265         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
12266         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
12267         `directory-sep-char' to ?/, and all uses of `string-to-int' to
12268         `string-to-number'.
12270 2005-05-30  Jay Belanger  <belanger@truman.edu>
12272         * calc/calc.el (calc-bug-address): Fix docstring.
12273         (calc-window-hook, calc-trail-window-hook): New variables.
12274         (calc-trail-display): Restore use of calc-trail-window-hook.
12275         (calc): Restore use of calc-window-hook.
12277 2005-05-31  Masatake YAMATO  <jet@gyve.org>
12279         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
12281         * help-fns.el (help-C-file-name): Add autoload mark for
12282         `find-function-noselect'.
12284 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12286         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
12287         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
12289 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
12291         * calendar/diary-lib.el (mark-included-diary-files): Only kill
12292         included diary buffer if it was not already being visited.
12293         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
12295         * calendar/icalendar.el (top-level): Do not require appt.
12297         * mail/supercite.el (sc-select-attribution): Only use a list
12298         element from sc-attrib-selection-list if it returns a string.
12299         Reported by Davide G. M. Salvetti <salve@debian.org>.
12301 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
12303         * thumbs.el (thumbs-thumbname): The resulting thumbname now
12304         includes a hash value to improve its uniqueness, and has a ".jpg"
12305         extension.  Also, it is now a valid filename on all systems.
12306         (thumbs-make-thumb): Use `let', not `let*'.
12307         (thumbs-show-thumbs-list): Check for JPEG availability.
12309 2005-05-30  Richard M. Stallman  <rms@gnu.org>
12311         * filesets.el (filesets-menu-ensure-use-cached):
12312         Prevent warning when emacs-version>= is undefined.
12314         * printing.el (pr-interactive-n-up): Use string-to-number.
12316         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
12318         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
12319         Warn only when name to be defined is quoted.
12321 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
12323         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
12324         Make regexp more robust.
12325         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
12326         Force regeneration of disassembly.
12328 2005-05-29  Jay Belanger  <belanger@truman.edu>
12330         * calc/calc.el (calc-user-invocation): Check if
12331         calc-invocation-macro is non-nil.
12333 2005-05-29  Juri Linkov  <juri@jurta.org>
12335         * add-log.el (change-log-font-lock-keywords):
12336         Add `+' to e-mail regexp to accept mail address with keywords.
12338         * man.el (Man-name-regexp): Add `:' to accept qualified names.
12340 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
12342         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
12344         * ielm.el (inferior-emacs-lisp-mode): Ditto.
12346 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12348         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
12349         Undo the change that moves to end of the current word.
12351 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
12353         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
12354         Throw error when count <= 0 to ensure input is a number.
12355         (gdb-read-memory-custom): Pick up address from buffer.
12356         (gdb-memory-mode): Allow user to increment and decrement
12357         memory address from header line.
12359 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12361         * flyspell.el (flyspell-version): Function deleted.
12362         (flyspell-auto-correct-previous-hook): Doc fix.
12364         * jit-lock.el (jit-lock-function, jit-lock-after-change):
12365         Do nothing if memory is full.
12367         * font-lock.el (font-lock-fontify-syntactically-region):
12368         Pass t for GREEDY to looking-back.
12370         * saveplace.el (save-place-alist-to-file): Write the file
12371         using write-region.
12373         * subr.el (looking-back): New argument GREEDY.
12375         * progmodes/compile.el (compilation-start): Set the mode
12376         before inserting the initial text.
12378         * progmodes/which-func.el (which-func-update-1): Turn the mode
12379         off in case of error by setting which-func-mode.
12381 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
12383         * flyspell.el (flyspell-auto-correct-previous-word):
12384         Narrow down to what's on the screen, and recenter overlays
12385         at the end of the next word.
12387 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
12389         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
12390         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
12391         (flyspell-abbrev-p): Default to nil.
12392         (flyspell-use-global-abbrev-table-p): Doc fix.
12393         (flyspell-large-region): Allow nil as value.
12394         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
12396         (mail-mode-flyspell-verify): More robust handling
12397         of `mail-header-separator'.  More efficient signature detection.
12398         Allow for regexp metacharacters in message-header-separator.
12399         Adding `To' not to be checked in mail-mode-flyspell-verify.
12401         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
12402         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
12403         Bind flyspell-auto-correct-binding.
12404         Bind C-. and C-, .
12405         (flyspell-mode-map): Likewise.
12406         (flyspell-mode): Doc fix.
12407         (flyspell-accept-buffer-local-defs): Preserve current buffer.
12408         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
12409         (flyspell-word-cache-result): New var, always local.
12410         (flyspell-check-pre-word-p): Doc fix.
12411         (flyspell-check-changed-word-p): Handle spc like newline.
12412         (flyspell-post-command-hook): Set flyspell-word-cache-result.
12413         (flyspell-word-search-backward, flyspell-word-search-forward):
12414         New functions.
12415         (flyspell-word): Return t if nothing to check.
12416         When parsing TeX code, check for after } or \.
12417         Use flyspell-word-search-backward to find previous word.
12418         Return nil if duplicated word.
12419         For word already checked, return same value as last time.
12420         Set flyspell-word-cache-result after checking.
12421         Don't clobber the return value.
12422         (flyspell-get-word): Major rewrite.
12423         (flyspell-external-point-words): New locals pword, pcount.
12424         Fix size used in progress message.
12425         Find the proper corresponding word in flyspell-large-region-buffer.
12426         (flyspell-region): Check for flyspell-large-region = nil.
12427         (flyspell-highlight-incorrect-region): Clean up overlays in region.
12428         (flyspell-auto-correct-word): Check that WORD is a cons.
12429         (flyspell-correct-word): Likewise.
12431 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
12433         * progmodes/make-mode.el (makefile-rule-action-regex)
12434         (makefile-macroassign-regex, makefile-makepp-mode)
12435         (makefile-bsdmake-mode): Continuation lines may be empty.
12436         Reported by Joshua Varner.
12437         (makefile-makepp-font-lock-keywords): Add $(stem).
12439 2005-05-28  Karl Berry  <karl@gnu.org>
12441         * textmodes/tex-mode.el: Now that tex-send-command calls
12442         shell-quote-argument (2005-03-31 change), remove all calls to
12443         shell-quote-argument; they all end up invoking tex-send-command.
12444         The double quoting loses on filenames with non-safe characters,
12445         such as "@".  Reported by Frederik Fouvry.
12447 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
12449         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
12450         about preserving point.
12452 2005-05-27  Jay Belanger  <belanger@truman.edu>
12454         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
12455         Info-goto-node.
12457         * calc/calc-embed.el (calc-embed-arg): New variable.
12458         (calc-do-embedded-activate, calc-embedded-activate-formula)
12459         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
12460         variable by new variable.
12461         (calc-embedded-make-info): Replace undeclared variable by new
12462         variable.  When selecting region with positive prefix
12463         argument, use end of previous line instead of beginning of line.
12465         * calc/calc-aent.el (calc-arg-values): Declare it.
12467         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
12468         Declare them.
12470         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
12472         * calc/calc.el (calc-alg-map): Declare it.
12474         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
12476 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
12478         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
12479         (gdb-registers-buffer, toggle-gdb-all-registers):
12480         Toggle display of floating point registers.
12481         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
12483         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
12484         (toggle-gud-tooltip-dereference):
12485         Rename from gud-toggle-tooltip-dereference.
12487 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12489         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
12491 2005-05-27  Jay Belanger  <belanger@truman.edu>
12493         * calc/calc-prog.el (calc-kbd-report): Remove.
12494         (calc-kbd-query): Rewrite.
12496 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
12498         * image.el (image-library-alist): Move to image.c.
12499         (image-type-available-p): Doc fix.
12501 2005-05-27  Lute Kamstra  <lute@gnu.org>
12503         * calc/calc.el (calc):
12504         * outline.el (outline-1, outline-2, outline-3, outline-4)
12505         (outline-5, outline-6, outline-7, outline-8):
12506         * textmodes/dns-mode.el (dns-mode):
12507         * textmodes/sgml-mode.el (sgml-namespace-face):
12508         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
12509         (tex-verbatim-face, tex-use-reftex):
12510         * textmodes/texinfo.el (texinfo-heading-face):
12511         Specify customization group.
12513         * longlines.el: Don't require easy-mmode.
12514         (longlines-visible-face): Specify customization group.
12516 2005-05-27  Kenichi Handa  <handa@m17n.org>
12518         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
12519         encoding table of windows-1251.
12521         * international/ucs-tables.el (ucs-set-table-for-input):
12522         If translation-table-for-input of a coding system is a symbol, get
12523         its translation-table property.
12525         * international/code-pages.el: Don't register a coding system into
12526         non-iso-charset-alist more than once.
12527         (cp-make-coding-system): Likewise.
12529 2005-05-26  John Wiegley  <johnw@newartisans.com>
12531         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
12532         `eshell-resume-eval' is wrapped in a list, it indicates that the
12533         command was run asynchronously.  In that case, unwrap the value
12534         before checking the delimiter value.
12536         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
12537         character before a space at the end of a line is \, assume the space
12538         is part of the last argument rather than a final argument separator.
12540         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
12541         is in use, and the target is `t' or `nil' (which are the most common
12542         values), don't assume that the symbol target is a buffer.
12544 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12546         * calendar/calendar.el (calendar-mode-line-format):
12547         Use mode-line-highlight as mouse-face.
12549         * time.el (display-time-string-forms, display-time-update):
12550         Use mode-line-highlight as mouse-face.
12552 2005-05-26  Jay Belanger  <belanger@truman.edu>
12554         * calc/calc.el (calc-language-alist): Remove extra defvar.
12556 2005-05-26  Lute Kamstra  <lute@gnu.org>
12558         * arc-mode.el (archive-mode):
12559         * bookmark.el (bookmark-read-annotation-mode)
12560         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
12561         * bs.el (bs-mode):
12562         * calc/calc-yank.el (calc-edit-mode):
12563         * calc/calc.el (calc-mode, calc-trail-mode):
12564         * calculator.el (calculator-mode):
12565         * chistory.el (command-history-mode):
12566         * comint.el:
12567         * cus-edit.el (custom-mode):
12568         * descr-text.el (describe-text-mode):
12569         * ebuff-menu.el (Electric-buffer-menu-mode):
12570         * ediff-util.el (ediff-mode):
12571         * emacs-lisp/re-builder.el (reb-mode):
12572         * emulation/vi.el (vi-mode-setup):
12573         * emulation/ws-mode.el (wordstar-mode):
12574         * eshell/esh-mode.el (eshell-mode):
12575         * forms.el (forms-mode):
12576         * help-mode.el (help-mode):
12577         * hexl.el (hexl-mode):
12578         * ibuffer.el (ibuffer-mode):
12579         * ielm.el (inferior-emacs-lisp-mode):
12580         * info.el (Info-mode, Info-edit-mode):
12581         * international/swedish.el:
12582         * ledit.el (ledit-from-lisp-mode):
12583         * locate.el (locate-mode):
12584         * mail/rmail.el (rmail-mode):
12585         * mail/rmailedit.el (rmail-edit-mode):
12586         * mail/rmailsum.el (rmail-summary-mode):
12587         * mail/supercite.el (sc-electric-mode):
12588         * net/eudc.el (eudc-mode):
12589         * net/quickurl.el (quickurl-list-mode):
12590         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
12591         * obsolete/ooutline.el (outline-mode):
12592         * obsolete/options.el (Edit-options-mode):
12593         * obsolete/rnews.el (news-mode):
12594         * obsolete/rnewspost.el (news-reply-mode):
12595         * play/5x5.el (5x5-mode):
12596         * play/decipher.el (decipher-mode, decipher-stats-mode):
12597         * play/gomoku.el (gomoku-mode):
12598         * play/snake.el (snake-mode):
12599         * play/solitaire.el (solitaire-mode):
12600         * play/tetris.el (tetris-mode):
12601         * progmodes/ada-mode.el (ada-mode):
12602         * progmodes/antlr-mode.el (antlr-mode):
12603         * progmodes/autoconf.el (autoconf-mode):
12604         * progmodes/dcl-mode.el (dcl-mode):
12605         * progmodes/delphi.el (delphi-mode):
12606         * progmodes/ebrowse.el (ebrowse-tree-mode)
12607         (ebrowse-electric-list-mode, ebrowse-member-mode)
12608         (ebrowse-electric-position-mode):
12609         * progmodes/f90.el (f90-mode):
12610         * progmodes/fortran.el (fortran-mode):
12611         * progmodes/icon.el (icon-mode):
12612         * progmodes/idlw-help.el (idlwave-help-mode):
12613         * progmodes/idlw-shell.el (idlwave-shell-mode):
12614         * progmodes/idlwave.el (idlwave-mode):
12615         * progmodes/inf-lisp.el (inferior-lisp-mode):
12616         * progmodes/m4-mode.el (m4-mode):
12617         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
12618         * progmodes/modula2.el (modula-2-mode):
12619         * progmodes/octave-inf.el (inferior-octave-mode):
12620         * progmodes/octave-mod.el (octave-mode):
12621         * progmodes/pascal.el (pascal-mode):
12622         * progmodes/sh-script.el (sh-mode):
12623         * progmodes/sql.el (sql-mode, sql-interactive-mode):
12624         * progmodes/vhdl-mode.el (vhdl-mode):
12625         * progmodes/xscheme.el (scheme-interaction-mode):
12626         * replace.el (occur-mode):
12627         * ses.el (ses-mode):
12628         * simple.el (completion-list-mode):
12629         * skeleton.el:
12630         * speedbar.el (speedbar-mode):
12631         * term.el (term-mode):
12632         * terminal.el (terminal-edit-mode):
12633         * textmodes/reftex-index.el (reftex-index-mode)
12634         (reftex-index-phrases-mode):
12635         * textmodes/reftex-sel.el (reftex-select-label-mode)
12636         (reftex-select-bib-mode):
12637         * textmodes/reftex-toc.el (reftex-toc-mode):
12638         * wdired.el (wdired-change-to-wdired-mode):
12639         * wid-browse.el (widget-browse-mode):
12640         Use run-mode-hooks.
12642         * array.el (array-mode):
12643         * calendar/todo-mode.el (todo-mode):
12644         * man.el (Man-mode):
12645         * play/landmark.el (lm-mode):
12646         * play/mpuz.el (mpuz-mode):
12647         Use kill-all-local-variables and run-mode-hooks.
12649         * subr.el (delay-mode-hooks): Specify indentation.
12651 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
12653         * xml.el (xml-substitute-special): Don't die for undefined xml
12654         entities.
12656 2005-05-26  Jay Belanger  <belanger@truman.edu>
12658         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
12659         of nil.
12661 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
12663         * progmodes/gdb-ui.el (gdb-frame-address):
12664         Rename from gdb-current-address.
12665         (gdb-previous-frame-address): Rename from gdb-previous-address.
12666         (gdb-selected-frame): Rename from gdb-current-frame.
12667         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
12668         (gdb-frame-number): Rename from gdb-current-stack-level.
12669         (gdb-ann3): Match new mode-name for disassembly buffer.
12670         Extend initialization of variables.
12671         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
12672         (gdb-memory-mode): Use mouse-face in header line.
12673         (gdb-assembler-buffer-name): Call it disassembly and give frame
12674         in mode line.
12675         (gdb-source-spec-regexp, gdb-assembler-custom)
12676         (gdb-invalidate-assembler, gdb-frame-handler):
12677         Make robust to leading zeroes in address format.
12679 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
12681         * textmodes/org.el (org-mode): Use `define-derived-mode' to
12682         define `org-mode'.
12683         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
12685 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12687         * log-edit.el (log-edit-changelog-entries): Distinguish between
12688         filenames like xfns.c and fns.c.
12690 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
12692         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
12693         point after reverting.
12694         (Buffer-menu-make-sort-button): Handle the case where
12695         `Buffer-menu-use-header-line' is nil.
12697 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
12699         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
12700         New funcs.  In minibuffer-local-completion-map bind `]', `/'
12701         and `:' to them.
12703 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12705         * startup.el (normal-top-level): Allow modification of load-path while
12706         we're iterating over it.
12708 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
12710         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
12711         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
12712         (thumbs-resize-interactive, thumbs-insert-image)
12713         (thumbs-insert-thumb, thumbs-dired-show-marked)
12714         (thumbs-find-image-at-point, thumbs-delete-images)
12715         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
12716         (thumbs-increment-image-size, thumbs-decrement-image-size):
12717         Fix typos in docstrings.
12719 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
12721         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
12722         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
12723         (cperl-mode): Use them.
12725 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
12727         * window.el (quit-window, shrink-window-if-larger-than-buffer):
12728         Doc fixes.
12730 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
12732         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
12733         Bind C-d to gdb-inferior-io-eof.
12735         * dired.el (dired-dnd-popup-notice): Use message-box.
12737 2005-05-23  Masatake YAMATO  <jet@gyve.org>
12739         * bindings.el (mode-line-major-mode-keymap):
12740         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
12742         * faces.el (mode-line-highlight): New face.
12744         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
12745         as mouse-face.
12747         * bindings.el (top-level, help-echo, mode-line-modified)
12748         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
12749         as mouse-face.
12751 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
12753         * progmodes/cc-engine.el (c-guess-basic-syntax):
12754         Remove spurious call to `zerop'.
12756         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
12758 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
12760         CC Mode update to 5.30.10:
12762         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
12763         could go past the limit in decoration level 2, thereby causing
12764         errors during interactive fontification.
12766         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
12767         the file is evaluated interactively.
12769         * cc-engine.el (c-guess-basic-syntax): Handle operator
12770         declarations somewhat better in C++.
12772         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
12773         make use of `run-mode-hooks' which has been added in Emacs 21.1.
12774         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
12775         (awk-mode): Use it.
12776         (make-local-hook): Suppress warning about obsoleteness.
12778         * cc-engine.el, cc-align.el, cc-cmds.el
12779         (c-append-backslashes-forward, c-delete-backslashes-forward)
12780         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
12781         Compensate for return value from `forward-line' when it has moved
12782         but not to a different line due to eob.
12784         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
12785         `objc-method-intro' and `objc-method-args-cont'.
12787 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
12789         CC Mode update to 5.30.10:
12791         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
12792         in the copyright statement.  Incidentally, change "along with GNU
12793         Emacs" to "along with this program" where it occurs.
12795         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
12796         so that it is interactive, hence can be found by M-x awk-mode
12797         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
12798         <gmorris+emacs@ast.cam.ac.uk>.
12800         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
12801         Mode's regexps.
12803 2005-05-23  Kevin Ryde  <user42@zip.com.au>
12805         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
12806         c-parse-state, to avoid a lisp error (on bad code).
12808 2005-05-23  Lute Kamstra  <lute@gnu.org>
12810         * subr.el (font-lock-defaults): Remove defvar as it's already
12811         defined in font-core.el.
12813         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
12815 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
12817         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
12818         more general and work when GDB variable "print pretty" is on,
12819         as with Emacs, for example.
12821 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
12823         * font-core.el: Update comment.
12825         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12826         Use `after-change-major-mode-hook' instead of `find-file-hook'.
12828         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
12830 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
12832         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
12833         and `yank-handler' in the doc strings.
12835 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12837         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
12839 2005-05-22  Richard M. Stallman  <rms@gnu.org>
12841         * help.el (describe-key): Move print-help-return-message call
12842         out of conditional.
12844         * progmodes/etags.el (list-tags): Use with-no-warnings.
12846         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
12847         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
12848         (starttls-extra-args, starttls-extra-arguments): Add defvars.
12850         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
12852         * language/viet-util.el (viet-viscii-nonascii-translation-table):
12853         Add defvar.
12855         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
12856         Use defvar, not defconst.
12858         * hexl.el (hexl-follow-line): Use with-no-warnings.
12860         * emulation/tpu-extras.el: Use write-file-functions instead of
12861         write-file-hooks.
12863         * dired.el (dired-font-lock-keywords): Fontify files with junk
12864         extensions even if marked by -F.
12866 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
12868         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
12869         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
12870         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
12871         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
12872         (concatenate, list-length, get*, getf, cl-remprop):
12873         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
12874         (etypecase, progv, lexical-let, lexical-let*)
12875         (multiple-value-bind, multiple-value-setq, shiftf):
12876         Improve argument/docstring consistency.
12878         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
12880 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
12882         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
12883         doesn't exist.
12885         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
12886         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
12888 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
12890         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
12891         already deleted variables: auto-fill-hook, blink-paren-hook,
12892         lisp-indent-hook, inhibit-local-variables, unread-command-event,
12893         suspend-hooks, comment-indent-hook, meta-flag,
12894         before-change-function, after-change-function,
12895         font-lock-doc-string-face.
12897 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
12899         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
12901 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
12903         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
12904         rmail-dont-reply-to.
12906 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
12908         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
12909         literal blank when splitting new-header-values.
12911 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
12913         * calendar/cal-menu.el (cal-menu-update): Add separator as a
12914         string so that tmm doesn't create a completion entry for it.
12916         * textmodes/table.el (table-disable-menu): Ditto.
12918 2005-05-21  Richard M. Stallman  <rms@gnu.org>
12920         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
12922         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
12924         * net/rcompile.el (remote-compile): Use compilation-start.
12926         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
12928 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
12930         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
12931         Default to makefile-bsdmake-mode on BSD systems.
12933         * imenu.el (imenu-generic-expression, imenu--generic-function'):
12934         REGEXP may also be a search function now.  The part of doc-string
12935         for describing the structure was 95% identical to that of
12936         `imenu--generic-function'.  Unify it there.
12938         * progmodes/make-mode.el (makefile-imenu-generic-expression):
12939         Use function to find dependencies, because regexp alone is so complex,
12940         it easily goes into an endless loop.
12941         (makefile-makepp-mode): Also add submenu for Perl functions
12942         defined in the makefile.
12943         (makefile-bsdmake-mode): Special imenu-generic-expression no
12944         longer needed, due to function call.
12945         (makefile-match-dependency): Take BOUND into account when checking
12946         if we're through.
12948 2005-05-20  Jay Belanger  <belanger@truman.edu>
12950         * calc/calc-units.el (calc-invalidate-units-table):
12951         Use inhibit-read-only.
12952         (math-build-units-table-buffer): Use view-mode.
12954 2005-05-20  David Kastrup  <dak@gnu.org>
12956         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
12957         easy-menu-add is not a nop on Emacs; and clarify when to call it.
12959 2005-05-20  Lute Kamstra  <lute@gnu.org>
12961         * diff-mode.el (diff-header-face, diff-file-header-face)
12962         (diff-index-face, diff-hunk-header-face, diff-removed-face)
12963         (diff-added-face, diff-changed-face, diff-function-face)
12964         (diff-context-face, diff-nonexistent-face): Put them in the
12965         diff-mode customization group.
12967 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12969         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
12971         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
12973         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
12974         Minor regexp-optimization.
12976 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
12978         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
12979         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
12980         (org-agenda-add-time-grid-maybe): New function.
12981         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
12982         (org-table-create): `dotimes' instead of `mapcar'.
12983         (org-xor): Simplify implementation.
12984         (org-agenda): `inhibit-redisplay' turned on.
12985         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
12986         a consistent line after a state change.
12987         (org-agenda-remove-times-when-in-prefix): New option.
12988         (org-prefix-has-time): New variable.
12989         (org-parse-time-string): Optional argument NODEFAULT.
12990         (org-format-agenda-item): Parse items for time-of-day
12991         specifications and move these into the prefix if possible.
12992         (org-agenda-priority): Get current heading, not previous heading
12993         during agenda remote editing.
12995 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
12997         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
12998         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
12999         (remove-duplicates, delete-duplicates, substitute)
13000         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
13001         (nsubstitute-if-not, find, find-if, find-if-not, position)
13002         (position-if, position-if-not, count, count-if, count-if-not)
13003         (mismatch, search, sort*, stable-sort, merge, member*)
13004         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
13005         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
13006         (intersection, nintersection, set-difference, nset-difference)
13007         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
13008         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
13009         (nsublis, tree-equal): Improve argument/docstring consistency.
13011         * subr.el (send-string, send-region): Remove obsolescence declaration.
13012         (window-dot, set-window-dot, read-input, show-buffer)
13013         (eval-current-buffer, string-to-int):
13014         Add release number to obsolescence declarations.
13016 2005-05-19  Kim F. Storm  <storm@cua.dk>
13018         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
13019         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
13021 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
13023         * faces.el (list-faces-display): Make back button respect optional
13024         regexp arg.
13026 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
13028         * calculator.el (calculator-radix-grouping-mode)
13029         (calculator-radix-grouping-digits, calculator-displayer)
13030         (calculator-radix-grouping-separator, calculator-copy-displayer):
13031         * dabbrev.el (dabbrev-search-these-buffers-only):
13032         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
13033         (diff-advance-after-apply-hunk, diff-mode-hook)
13034         (diff-minor-mode-prefix):
13035         * imenu.el (imenu-use-popup-menu):
13036         * jit-lock.el (jit-lock-context-time):
13037         * newcomment.el (comment-fill-column, comment-column)
13038         (comment-style, comment-padding, comment-multi-line)
13039         (comment-empty-lines, comment-auto-fill-only-comments):
13040         * reveal.el (reveal-around-mark):
13041         * uniquify.el (uniquify-buffer-name-style)
13042         (uniquify-after-kill-buffer-p)
13043         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
13044         (uniquify-min-dir-content, uniquify-separator)
13045         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
13046         * w32-vars.el (w32-fixed-font-alist):
13047         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
13048         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
13049         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
13050         * progmodes/perl-mode.el (perl-indent-level)
13051         (perl-continued-statement-offset, perl-continued-brace-offset)
13052         (perl-brace-offset, perl-brace-imaginary-offset)
13053         (perl-label-offset, perl-indent-continued-arguments)
13054         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
13055         * progmodes/tcl.el (tcl-indent-level)
13056         (tcl-continued-indent-level, tcl-auto-newline)
13057         (tcl-tab-always-indent, tcl-electric-hash-style)
13058         (tcl-help-directory-list, tcl-use-smart-word-finder)
13059         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
13060         (inferior-tcl-source-command):
13061         * textmodes/fill.el (enable-kinsoku):
13062         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
13063         * textmodes/table.el (table-yank-handler):
13064         Specify missing group (and type, if simple) in defcustom.
13066 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
13068         * progmodes/compile.el (compilation-finish-function): Fix defvar.
13070 2005-05-19  Richard M. Stallman  <rms@gnu.org>
13072         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
13074         * subr.el (event-basic-type): Don't get an error.
13075         (left-fringe-p): Function deleted.
13077         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
13078         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
13080         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
13081         in recursive copy.
13083         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
13085         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
13087         * emacs-lisp/bytecomp.el
13088         (byte-compile-file-form-custom-declare-variable):
13089         Call byte-compile-nogroup-warn if appropriate.
13091         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
13092         (compilation-set-window): Don't call left-fringe-p; do it directly.
13094 2005-05-19  Jay Belanger  <belanger@truman.edu>
13096         * calc/calc-graph.el (calc-graph-format-data): Make sure
13097         var-PlotRejects is bound before trying to check its value.
13099 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
13101         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
13102         definition of this variable from reftex-global.el to reftex.el,
13103         because it is needed in the menu.
13105 2005-05-19  Lute Kamstra  <lute@gnu.org>
13107         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
13108         years are fixed.  Don't insert a space after a dash.
13110 2005-05-19  Kim F. Storm  <storm@cua.dk>
13112         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
13114 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
13116         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
13117         strings, because (eq ... ?\\) is fairly frequent.
13119         * progmodes/make-mode.el (makefile-add-this-line-targets):
13120         Simplify and integrate into `makefile-pickup-targets'.
13121         (makefile-add-this-line-macro): Simplify and integrate into
13122         `makefile-pickup-macros.
13123         (makefile-pickup-filenames-as-targets): Simplify.
13124         (makefile-previous-dependency, makefile-match-dependency):
13125         Don't stumble over `::'.
13127 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
13129         * subr.el (post-command-idle-hook, post-command-idle-delay):
13130         Remove obsoletion of post-command-idle-hook and
13131         post-command-idle-delay.
13133         * faces.el (list-faces-display): Provide button when describe-face
13134         is called to take user back to the list of faces.
13136         * help-fns.el (describe-variable): Remove hyperlinks in a
13137         variable's value as these are quite frequently inappropriate.
13139         * follow.el (follow-submit-feedback, follow-mode):
13140         Remove references to post-command-idle-hook.
13142 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
13144         * progmodes/make-mode.el (makefile-previous-dependency)
13145         (makefile-match-dependency): Check for := (and in bsd mode also
13146         !=) to give a better result, even when font-lock is not on.
13148 2005-05-18  Jay Belanger  <belanger@truman.edu>
13150         * calc/calc-help.el (calc-s-prefix-help):
13151         Add `calc-copy-special-constant' to help string.
13153 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
13155         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
13157 2005-05-18  Jay Belanger  <belanger@truman.edu>
13159         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
13160         in linear factors are in proper order.
13162 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
13164         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13165         Support for jurabib.
13167         * textmodes/reftex.el (featurep): Define aliases for overlay
13168         commands, for XEmacs compatibility, and use these aliases in
13169         overlay initializations.
13170         (reftex-highlight): Use `reftex-move-overlay'.
13171         (reftex-unhighlight): Use `reftex-delete-overlay'.
13172         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
13173         (reftex-access-search-path): Use `reftex-uniquify' instead of
13174         `reftex-uniq'
13176         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
13177         `before-string' property modification enables for Emacs as well.
13178         (reftex-select-item): Use `reftex-delete-overlay'.
13179         (reftex-select-mark): Use `reftex-make-overlay' and
13180         `reftex-overlay-put'.
13181         (reftex-select-unmark): Use `reftex-delete-overlay' and
13182         `reftex-overlay-put'.
13184 2005-05-18  Lute Kamstra  <lute@gnu.org>
13186         * emacs-lisp/lisp.el (check-parens): Fix docstring.
13188 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
13190         * add-log.el (add-change-log-entry):
13191         * array.el (array-make-template, array-reconfigure-rows)
13192         (array-init-max-row, array-init-max-column)
13193         (array-init-columns-per-line, array-init-field-width):
13194         * replace.el (replace-match-maybe-edit, perform-replace):
13195         * textmodes/spell.el (spell-region):
13196         Replace `read-input' by `read-string'.
13198         * forms.el (forms-mode):
13199         * finder.el (finder-compile-keywords):
13200         * shadowfile.el (shadow-read-files):
13201         Replace `eval-current-buffer' by `eval-buffer'.
13203         * terminal.el (te-pass-through):
13204         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
13205         (ange-ftp-raw-send-cmd):
13206         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
13207         (send-process-next-char, telnet-initial-filter, telnet):
13208         Replace `send-string' by `process-send-string'.
13210         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
13211         (prolog-consult-region): Replace `send-string' by
13212         `process-send-string'; replace `send-region' by `process-send-region'.
13214         * progmodes/delphi.el (delphi-log-msg):
13215         Replace `set-window-dot' by `set-window-point'.
13217         * subr.el (window-dot, set-window-dot, read-input, send-string)
13218         (send-region, show-buffer, eval-current-buffer):
13219         Make really obsolete, as the comment says.
13221 2005-05-17  Kim F. Storm  <storm@cua.dk>
13223         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
13224         (cua--init-keymaps): Bind C-return instead of S-return to set
13225         rectangle mark.
13227         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
13228         instead of S-return to toggle/clear rectangle mark.
13230 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
13232         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
13233         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
13234         Also fontify plain strings assigned to variables, mostly so that a
13235         colon has a face and is thus not taken as a dependency separator.
13236         (makefile-previous-dependency): Inline the new matcher, because it
13237         is too complex to work in both directions.
13238         (makefile-match-dependency): Eliminate `backward' arg (see above).
13239         Completely reimplemented so as to not sometimes go into an endless
13240         loop.  It should also be more efficient, because first it only
13241         searches for `:', instead of applying the very complex regexp.
13242         (makefile-mode): Cancel `font-lock-support-mode', because blocks
13243         to be fontified in one piece can be too long for JIT.
13244         Makefiles are never *that* big.
13246 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
13248         * dired.el (dired-mode): Simplify.
13250 2005-05-17  Lute Kamstra  <lute@gnu.org>
13252         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
13253         defcustom for the mode hook variable.
13255         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
13256         Emacs Lisp Reference Manual.
13258 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
13260         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
13261         (evenp, list*):
13262         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
13263         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
13265         * net/tramp-smb.el (tramp-smb-open-connection):
13266         Pass `tramp-chunksize' as fifth (required) argument.
13268 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
13270         * font-lock.el (lisp-font-lock-keywords-1):
13271         Set `font-lock-negation-char-face' for [^...] char group.
13272         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
13274         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
13275         a var, and refine it to mask one more level of nested vars.
13276         (makefile-rule-action-regex): Turn it into a var, and refine it so
13277         it recognizes backslashed continuation lines as belonging to the
13278         same command.
13279         (makefile-macroassign-regex): Refine it so it recognizes
13280         backslashed continuation lines as belonging to the same command.
13281         (makefile-var-use-regex): Don't look at the next char, because it
13282         might be the same one to be skipped by the initial [^$], leading
13283         to an overlooked variable use.
13284         (makefile-make-font-lock-keywords): Remove two parameters, which
13285         are now variables that some of the modes set locally.
13286         Handle dependency and rule action matching through functions, because
13287         regexps alone match too often.  Dependency matching now comes
13288         last, so it can check, whether a colon already matched something else.
13289         (makefile-mode): Inform that font-lock improves makefile parsing
13290         capabilities.
13291         (makefile-match-dependency, makefile-match-action): New functions.
13293 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
13295         * emacs-lisp/cl-extra.el (equalp): Doc fix.
13297         * align.el (align-regexp):
13298         * ansi-color.el (ansi-color-get-face):
13299         * array.el (array-reconfigure-rows, array-init-max-row)
13300         (array-init-max-column, array-init-columns-per-line)
13301         (array-init-field-width):
13302         * dired-aux.el (dired-trample-file-versions):
13303         * dired-x.el (dired-mark-sexp):
13304         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
13305         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
13306         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
13307         * faces.el (face-read-integer):
13308         * files.el (backup-extract-version, insert-directory):
13309         * hexl.el (hexl-insert-decimal-char):
13310         * server.el (server-process-filter):
13311         * shell.el (shell-extract-num):
13312         * startup.el (command-line-1):
13313         * term.el (term-command-hook):
13314         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
13315         (time-stamp-do-number):
13316         * time.el (display-time-update):
13317         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
13318         (timezone-fix-time):
13319         * vms-patch.el (vms-suspend-resume-hook):
13320         * calendar/appt.el (appt-convert-time):
13321         * calendar/cal-bahai.el (mark-bahai-diary-entries):
13322         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
13323         * calendar/cal-islam.el (mark-islamic-diary-entries):
13324         * calendar/calendar.el (calendar-cursor-to-date)
13325         (calendar-star-date):
13326         * calendar/diary-lib.el (diary-attrtype-convert)
13327         (mark-diary-entries, diary-entry-time):
13328         * calendar/solar.el (solar-get-number):
13329         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
13330         * emacs-lisp/re-builder.el (reb-display-subexp):
13331         * emulation/edt.el (edt-set-scroll-margins):
13332         * emulation/tpu-extras.el (tpu-set-scroll-margins):
13333         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
13334         (vip-get-ex-count):
13335         * emulation/viper-ex.el (viper-get-ex-token)
13336         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
13337         * international/fontset.el (fontset-plain-name):
13338         * mail/feedmail.el (feedmail-look-at-queue-directory):
13339         * mail/mailalias.el (mail-get-names):
13340         * mail/rmail.el (rmail-convert-to-babyl-format):
13341         * mail/rmailsum.el (rmail-make-basic-summary-line)
13342         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
13343         (rmail-summary-goto-msg):
13344         * mail/smtpmail.el (smtpmail-read-response):
13345         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
13346         (ange-ftp-vms-add-file-entry):
13347         * play/gametree.el (gametree-looking-at-ply)
13348         (gametree-current-branch-score):
13349         * progmodes/ada-xref.el (ada-prj-find-prj-file)
13350         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
13351         * progmodes/cperl-mode.el (condition-case):
13352         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
13353         (ebrowse-set-member-buffer-column-width)
13354         (ebrowse-select-1st-to-9nth):
13355         * progmodes/etags.el (etags-snarf-tag):
13356         * progmodes/flymake.el (flymake-parse-line):
13357         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
13358         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
13359         (idlwave-shell-menu-def):
13360         * progmodes/ps-mode.el (ps-run-goto-error):
13361         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
13362         (vhdl-speedbar-contract-level):
13363         * term/mac-win.el (x-handle-numeric-switch):
13364         * term/sun-mouse.el (sun-get-frame-data):
13365         * term/w32-win.el (x-handle-numeric-switch):
13366         * term/x-win.el (x-handle-numeric-switch):
13367         * textmodes/ispell.el (ispell-parse-output):
13368         * textmodes/nroff-mode.el (nroff-outline-level):
13369         * textmodes/reftex-cite.el (reftex-bib-sort-year)
13370         (reftex-bib-sort-year-reverse, reftex-format-citation):
13371         * textmodes/reftex-parse.el (reftex-init-section-numbers)
13372         (reftex-section-number):
13373         * textmodes/texinfmt.el (texinfo-paragraphindent):
13374         Replace `string-to-int' by `string-to-number'.
13376         * international/latexenc.el: Add page marker to force the "Local
13377         Variables:" string out of the last page.
13379 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
13381         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
13382         tooltip-change-major-mode.
13383         (gud-tooltip-print-command): Remove case where gud-minor-mode
13384         is gdb ("--fullname").
13385         (gud-tooltip-tips): Turn GUD tooltips off for this case and
13386         explain to user.
13388 2005-05-16  Jay Belanger  <belanger@truman.edu>
13390         * calc/calc-store.el (calc-copy-special-constant): New function.
13392         * calc/calc-ext.el (calc-init-extensions): Add binding for
13393         `calc-copy-special-constant'.
13395         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
13396         for the `calc-copy-special-constant' command.
13398 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
13400         * subr.el (left-fringe-p): New function.
13402         * progmodes/compile.el (compilation-setup): Set local value of
13403         overlay-arrow-string to "" always.
13404         (compilation-set-window): Left fringe then don't scroll.
13405         No left fringe then no arrow and scroll message to top.
13406         (compilation-context-lines): Adjust doc string accordingly.
13408 2005-05-16  Kim F. Storm  <storm@cua.dk>
13410         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
13411         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
13412         (ido-wide-find-dir-or-delete-dir): New command for M-d.
13413         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
13414         (ido-read-file-name): Handle commands with ido property value
13415         equal to find-file as reading a file name, to allow C-d to enter dired.
13416         (ibuffer-find-file): Add ido property with value find-file.
13418 2005-05-15  Kim F. Storm  <storm@cua.dk>
13420         * subr.el (open-network-stream-nowait): Remove.
13421         (open-network-stream-server): Remove.
13423 2005-05-15  Richard M. Stallman  <rms@gnu.org>
13425         * faces.el (describe-face): Output a definition link button.
13427         * help-mode.el (help-face-def): New button type.
13429         * emacs-lisp/copyright.el (copyright-fix-years):
13430         Match properly if the first year is 2-digit.
13431         Don't mess up the whitespace after the years by filling.
13433         * dired-aux.el (dired-mark-confirm):
13434         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
13436         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
13437         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
13438         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
13440         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13441         Set font-lock-comment-start-skip.
13443         * font-lock.el (font-lock-comment-start-skip): New variable.
13444         (font-lock-comment-end-skip): New variable.
13445         (font-lock-fontify-syntactically-region): Use them if non-nil.
13447 2005-05-15  Jay Belanger  <belanger@truman.edu>
13449         * calc/calc-store.el (calc-store-value): Return a string rather
13450         than display it as a message.
13451         Use calc-var-name for variable name.
13452         (calc-store-into): Add the result of calc-store-value to message.
13453         (calc-copy-variable): Add a message.
13454         (calc-store-exchange): Improve error messages.
13455         (calc-store-binary, calc-store-map): Don't reset the values of
13456         special constants.
13458 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
13460         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
13461         manual to docstring.
13463         * files.el (hack-local-variables-confirm): Add STRING argument.
13464         Make the function handle non file visiting buffers correctly.
13465         (hack-local-variables-prop-line, hack-local-variables)
13466         (hack-one-local-variable): Use STRING arg of
13467         `hack-local-variables-confirm'.
13469 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
13471         Sync with Tramp 2.0.49.
13473         * net/tramp.el (tramp-handle-dired-call-process)
13474         (tramp-handle-insert-directory):`insert-buffer' cannot be used
13475         because the contents of the Tramp buffer is changed before
13476         insertion (`expand-file' and alike).
13477         (tramp-handle-insert-directory): If `localname' has an empty
13478         nondirectory name, it must not be quoted.
13479         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
13480         variable `tramp-chunksize'.  Change callees.
13481         (tramp-open-connection-setup-interactive-shell): Check remote host
13482         for buggy `send-process-string' implementation.
13483         Set `tramp-chunksize' if found.  Reported by Michael Kifer
13484         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
13485         (tramp-handle-shell-command): `insert-buffer' cannot be used
13486         because the contents of the Tramp buffer is changed before
13487         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
13488         <frederic.bothamy@free.fr>.
13489         (tramp-set-auto-save): Actions should be done for Tramp file name
13490         handler only.  Ange-FTP has its own auto-save mechanism.
13491         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
13492         (tramp-set-auto-save-file-modes): Set file modes of
13493         `buffer-auto-save-file-name' to ?\600 as fallback solution.
13494         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
13495         (tramp-bug): Remove obsolete variable.
13496         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
13497         for presence of `mml-mode'.  Make it running for older Emacsen as well.
13499 2005-05-14  John Paul Wallington  <jpw@pobox.com>
13501         * ibuf-ext.el (define-ibuffer-filter filename):
13502         If `dired-directory' is a list, use its car.
13504 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
13506         * ibuffer.el (define-ibuffer-column filename):
13507         If `dired-directory' is a list, use its car.
13509 2005-05-14  Richard M. Stallman  <rms@gnu.org>
13511         * subr.el (symbol-file): Doc fix.
13513         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
13514         (byte-compile-form): Call byte-compile-nogroup-warn.
13515         (byte-compile-warning-types): Doc fix.
13517         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
13519         * progmodes/cc-engine.el (c-literal-faces):
13520         Add font-lock-comment-delimiter-face.
13522         * net/net-utils.el (dig): Use with-no-warnings.
13524         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
13525         (sc-recite-frame-alist, sc-default-cite-frame)
13526         (sc-default-uncite-frame, sc-default-recite-frame)
13527         (sc-attrib-selection-list, sc-rewrite-header-list):
13528         Mark as risky-local-variable.
13530         * international/ogonek.el (ogonek-jak, ogonek-how):
13531         Don't use beginning-of-buffer.
13533         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
13535         * calendar/solar.el (solar-data-list): Move definition up.
13537         * dnd.el (dnd-protocol-alist): Add autoload.
13539         * progmodes/sh-script.el: Many doc usage fixes.
13540         (sh-indent-after-do): Change default to match common styles.
13542 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
13544         * files.el (interpreter-mode-alist)
13545         (auto-mode-interpreter-regexp): Doc fixes.
13547 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
13549         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
13551         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
13553 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13555         * dired.el (dired-mode): make-variable-buffer-local =>
13556         make-local-variable.
13558 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13560         * term/mac-win.el (mac-select-convert-to-string): Try coding
13561         systems in mac-script-code-coding-systems if specified one cannot
13562         encode string for `com.apple.traditional-mac-plain-text'.
13564 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
13566         * progmodes/make-mode.el (makefile-targets-face)
13567         (makefile-shell-face, makefile-makepp-perl-face): New faces.
13568         (makefile-dependency-regex): Fix it to not make the colon in
13569         $(var:a=b) special.
13570         (makefile-rule-action-regex): New regexp for highlighting embedded
13571         Shell strings.
13572         (makefile-macroassign-regex): Handle != for highlighting as
13573         embedded Shell strings.
13574         (makefile-var-use-regex): New const.
13575         (makefile-statements, makefile-automake-statements)
13576         (makefile-gmake-statements, makefile-makepp-statements)
13577         (makefile-bsdmake-statements): New consts.
13578         (makefile-make-font-lock-keywords): New function.
13579         (makefile-automake-font-lock-keywords)
13580         (makefile-gmake-font-lock-keywords)
13581         (makefile-makepp-font-lock-keywords)
13582         (makefile-bsdmake-font-lock-keywords): New consts.
13583         (makefile-mode-map): Add switchers between the various submodes.
13584         (makefile-mode): Document the availability of the variants.
13585         (makefile-automake-mode, makefile-gmake-mode)
13586         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
13588         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
13589         new variants of makefile-mode.
13591 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13593         * font-lock.el (font-lock-comment-delimiter-face): Fix up
13594         the inheritance.
13596 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
13598         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
13599         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
13601         * files.el (normal-mode): Extend the scope of the
13602         `enable-local-variables' binding to include the `set-auto-mode' call.
13603         (magic-mode-alist): Doc fix.
13605 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13607         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
13608         font-lock-comment-face rather than copying its setting.
13610 2005-05-12  Andreas Schwab  <schwab@suse.de>
13612         * eshell/esh-mode.el (eshell-send-input): Doc fix.
13614 2005-05-12  Lute Kamstra  <lute@gnu.org>
13616         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
13617         defcustom for the mode hook variable.  Delete the last argument.
13618         * generic-x.el: Fix callers of define-generic-mode.
13619         (generic-x-modes): Delete group.
13620         (show-tabs-tab-face, show-tabs-space-face): Put them in the
13621         generic-x customization group.
13623 2005-05-12  Kim F. Storm  <storm@cua.dk>
13625         * font-lock.el (font-lock-negation-char-face): Default to "off".
13627         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
13628         font-lock-negation-char-face to ! in !=.
13630 2005-05-12  Masatake YAMATO  <jet@gyve.org>
13632         * add-log.el (find-change-log): Fix typos in the docstring
13633         of function.
13635 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
13637         * international/latexenc.el (latexenc-find-file-coding-system):
13638         Avoid `re-search-forward' when looking for input encoding because
13639         of speed and safety.  Better regular expressions for recognizing
13640         input encoding.  Limit a search for TeX-master/tex-main-file to
13641         the local variable section.
13643 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
13645         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
13646         syntax of $ to "'" (quote).
13648 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
13650         * dnd.el (dnd-protocol-alist): Improve custom type.
13652         * dired.el (dired-dnd-protocol-alist): New variable.
13653         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
13654         `dired-mode-hook' to the end.
13656 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13658         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
13659         comment-end if comment-start-skip is not set.
13660         Obey the font-lock-comment-delimiter-face variables.
13662 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13664         * files.el (executable-find): Move from executable.el.  Use
13665         locate-file.
13666         * progmodes/executable.el (executable-find): Move to files.el.
13668         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
13669         when trying to ensure forward progress.
13671 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
13673         * mouse-sel.el (mouse-sel-follow-link-p): New function.
13674         (mouse-select, mouse-select-internal, mouse-extend-internal):
13675         Use it to implement mouse-1-click-follows-link functionality.
13677 2005-05-11  Richard M. Stallman  <rms@gnu.org>
13679         * font-lock.el (font-lock-fontify-syntactically-region):
13680         Use font-lock-comment-delimiter-face for comment delimiters.
13682 2005-05-10  Jay Belanger  <belanger@truman.edu>
13684         * calc/calc-help.el (calc-m-prefix-help): Add mention of
13685         preserving embedded modes.
13687 2005-05-10  Richard M. Stallman  <rms@gnu.org>
13689         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
13691         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
13692         Move from ada-stmt.el.
13693         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
13695         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
13696         Move to ada-mode.el.
13697         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
13699         * cus-edit.el (custom-file): Call file-chase-links.
13701         * files.el (read-directory-name): Fix previous change.
13702         (hack-local-variables-confirm): New function.
13703         (hack-local-variables-prop-line, hack-local-variables)
13704         (hack-one-local-variable): Use it.
13706 2005-05-10  Lute Kamstra  <lute@gnu.org>
13708         * font-lock.el (font-lock-keywords-alist)
13709         (font-lock-removed-keywords-alist): Clarify docstrings.
13711 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
13713         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
13714         (gdb-source-info): Check for preprocessor info.
13715         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
13716         a macro for a function.
13717         (gdb-info-breakpoints-custom): Try to find file again if not already
13718         found (user might have used GDB dir command).
13719         (gdb-get-location): Update gdb-location-alist correctly for change
13720         to gdb-info-breakpoints-custom.
13722         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
13723         (gud-tooltip-print-command): Add gdbmi case.
13724         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
13725         preprocessor info.
13727 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
13729         * startup.el (fancy-splash-insert): Fix typo in doc string.
13731 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
13733         * obsolete/float.el (string-to-float):
13734         * obsolete/hilit19.el (hilit-add-pattern):
13735         * obsolete/rnews.el (news-parse-range, news-select-message)
13736         (news-get-pruned-list-of-files): Replace `string-to-int' by
13737         `string-to-number'.
13739         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
13740         `find-file-not-found-hooks'; use `add-hook'.
13741         (uncompress-while-visiting): Set `write-file-functions', not
13742         `write-file-hooks'; use `add-hook'.
13744 2005-05-09  Kim F. Storm  <storm@cua.dk>
13746         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
13747         (cua-paste): Handle clipboard action.
13748         (cua--init-keymaps): Remap clipboard-kill-region and
13749         clipboard-kill-ring-save.
13751 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
13753         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
13754         Improve commentary.
13756         * simple.el (next-error-overlay-arrow-position): Revert the change
13757         made on 2005-04-30.
13759 2005-05-07  Jay Belanger  <belanger@truman.edu>
13761         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
13762         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
13763         `calc-sel-reselect'.
13765         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
13766         Calc is in embedded mode.
13768 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
13770         * progmodes/compile.el (compilation-setup):
13771         Set overlay-arrow-string to an empty string on text terminals.
13773         * textmodes/ispell.el (ispell-program-name): Try looking for
13774         "aspell" along exec-path, and if found, use it as the default
13775         speller program.
13777 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
13779         * international/mule.el (sgml-xml-auto-coding-function):
13780         Recognize encoding='FOO' in single quotes as well as in double quotes.
13782 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
13784         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
13785         as well as `interactive', so that defmacro* would recognize
13786         `declare' forms.
13788 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
13790         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
13791         Explain more about the LIGHTER arg's usage in the doc string.
13792         Add commentary to clarify what the code does.  Fix the regexp that
13793         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
13794         since it could have characters special to regular expressions.
13796 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
13798         * replace.el (occur-1): Bind inhibit-read-only so that
13799         erase-buffer doesn't barf on read-only text properties (likewise
13800         for add-text-properties in occur-engine).  Mark buffer as unmodified.
13801         (occur-engine): Don't set buffer-read-only here.
13803 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13805         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
13806         list-buffers-directory.  This caused the *cvs-commit* buffer to be
13807         sometimes mistakenly reused as a *cvs* buffer.
13809 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
13811         * tooltip.el: Move code for GUD tooltips into gud.el.
13812         (require): CL no longer needed to compile case.
13813         (tooltip-mode): Do not toggle functions for GUD tooltips.
13814         (tooltip-gud-tips-p): Remove.  Replace with minor mode
13815         gud-tooltip-mode in gud.el.
13816         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
13817         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
13818         tooltip-gud prefix with gud-tooltip and obsolete.
13819         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
13820         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
13821         (tooltip-mouse-motion): Mouse movement functions/variable.
13822         Rename in gud.el by adding gud prefix.
13823         (tooltip-gud-original-filter, tooltip-gud-dereference)
13824         (tooltip-gud-event, tooltip-toggle-gud-tips)
13825         (tooltip-gud-process-output, tooltip-gud-print-command)
13826         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
13827         gud.el by replacing tooltip-gud prefix with gud-tooltip.
13828         (gdb-tooltip-print): Move to gdb-ui.el.
13830         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
13831         (require): CL needed to compile case.
13832         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
13833         tooltip-gud-tips-p.  Make it a minor-mode.
13834         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
13835         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
13836         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
13837         (gud-tooltip-change-major-mode)
13838         (gud-tooltip-activate-mouse-motions-if-enabled)
13839         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
13840         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
13841         (gud-tooltip-original-filter, gud-tooltip-dereference)
13842         (gud-tooltip-event, tooltip-toggle-gud-tips)
13843         (gud-tooltip-process-output, gud-tooltip-print-command)
13844         (gud-tooltip-tips): Move from tooltip.el.
13846         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
13847         (gdb-cpp-define-alist-flags): Doc fix.
13848         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
13849         gud-tooltip-mode is t.
13851 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13853         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
13854         evaporate if their text is deleted.
13855         (goto-address-at-point): Make it work as a mouse binding as well.
13856         (goto-address-at-mouse): Obsolete it.  Update users.
13858 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
13860         * calendar/appt.el (top-level): No longer activate on load.
13862 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
13864         * calendar/cal-bahai.el (mark-bahai-diary-entries):
13865         * net/webjump.el (webjump):
13866         * progmodes/idlw-help.el (idlwave-do-context-help1)
13867         (idlwave-highlight-linked-completions):
13868         * textmodes/po.el (po-find-file-coding-system-guts):
13869         Replace `assoc-ignore-case' by `assoc-string'.
13871 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
13873         * files.el (locate-file): Doc fix.
13875         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
13876         Remove the redundant test for ms-dos.
13878         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
13879         look for the preprocessor with exec-suffixes.  If not found in
13880         standard places, look in exec-path.  Remove most of the tests that
13881         used system-type.
13883         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
13885         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
13887         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
13888         file-name clash with jka-compr.el on 8+3 filesystems.
13890 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13892         * term/mac-win.el: Don't define or bind scroll bar functions if
13893         x-toolkit-scroll-bars is t.
13894         (x-select-text, x-get-selection-value): Clear
13895         x-last-selected-text-clipboard if x-select-enable-clipboard is
13896         nil.
13897         (PRIMARY): Put mac-scrap-name property.
13898         (mac-select-convert-to-file-url): New function.
13899         (public.file-url): New selection target type.  Add to
13900         selection-converter-alist.
13901         (x-get-selection, x-selection-value): Handle it.
13902         (x-cut-buffer-or-selection-value): New alias.
13904 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13906         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
13907         entry to avoid calling bibtex-find-entry with arg global
13908         being t.  Remove arg key.
13909         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
13910         (bibtex-copy-summary-as-kill): Change accordingly.
13912 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13914         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
13915         (org-agenda-date-later): Use with-current-buffer.
13917 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
13919         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
13920         (define-obsolete-variable-alias): Doc Fixes.
13922 2005-05-06  Kim F. Storm  <storm@cua.dk>
13924         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
13925         vertical-motion when selective-display is active.
13927         * ido.el (ido-setup-hook): New hook.
13928         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
13929         (ido-input-stack): New var.
13930         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
13931         ido-next-work-file binding to M-O.
13932         Bind M-f to ido-wide-find-file-or-pop-dir.
13933         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
13934         (ido-read-internal): Run ido-setup-hook.
13935         Catch quit in read-file-name and read-string to cancel edit.
13936         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
13937         Automatically pop-all when completing a directory name (RET).
13938         (ido-file-internal): Add with-no-warnings around ffap and dired code.
13939         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
13940         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
13941         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
13942         New functions for M-b/M-f to move among the directory components.
13943         (ido-make-merged-file-list): Catch quit to cancel merge.
13944         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
13945         (ido-completion-help): No warnings for ido-completion-buffer-full.
13947 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
13949         * font-lock.el (font-lock-negation-char-face): New face and variable.
13950         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
13951         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
13952         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
13953         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
13955 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
13957         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
13958         Fix typo in docstring.
13960         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
13961         (ebrowse-print-statistics-line)
13962         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
13964         * term/w32-win.el (image-library-alist): Add additional name for
13965         Xpm library.
13967 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
13969         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
13970         use gcc instead of cpp.
13972         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
13973         (gdb-create-define-alist): Use it.
13974         (gdb-cpp-define-alist-program): Update for MS-DOS.
13976 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
13978         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
13980 2005-05-04  Richard M. Stallman  <rms@gnu.org>
13982         * help.el (describe-key): No error when UNTRANSLATED is nil.
13984         * simple.el (line-move-1): Fix previous change to signal errors
13985         appropriately.
13987 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
13989         * calendar/icalendar.el (icalendar-version): Now at 0.12.
13990         (icalendar-duration-correction): Remove.
13991         (icalendar--get-event-properties): Split result at commas.
13992         (icalendar--decode-isoduration): New optional argument
13993         DURATION-CORRECTION.
13994         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
13995         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
13996         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
13997         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
13998         (icalendar--convert-anniversary-to-ical): New functions, extracted
13999         from icalendar-export-region, with bug fixes.
14000         (icalendar-export-region): Use the above functions.
14001         (icalendar-import-buffer): Check before saving diary file.
14002         (icalendar--convert-recurring-to-diary)
14003         (icalendar--convert-non-recurring-all-day-to-diary)
14004         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
14005         extracted from icalendar--convert-ical-to-diary, with bug fixes.
14006         (icalendar--convert-ical-to-diary): Use the above functions.
14008 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
14010         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
14011         Remove these recent additions.
14012         (c-mode): Restore to before 2005-04-28.
14014         * progmodes/cc-vars.el (cc-define-list-program): Remove this
14015         recent addition.
14017         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
14018         (gdb-define-alist): New variables.
14019         (gdb-create-define-alist): New function.
14020         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
14021         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
14022         with string-to-number.
14023         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
14025         * progmodes/gud.el: Replace string-to-int with string-to-number.
14026         (gud-find-file): Handle gdb-define-alist.
14028         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
14030 2005-05-02  Jay Belanger  <belanger@truman.edu>
14032         * calc/calc-aent.el (math-read-token):
14033         * calc/calc-bin.el (calc-word-size):
14034         * calc/calc-ext.el (calc-read-number-fancy):
14035         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
14036         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
14037         * calc/calc-frac.el (calc-over-notation):
14038         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
14039         (calc-graph-num-points, calc-graph-init):
14040         * calc/calc-prog.el (calc-read-parse-table-part)
14041         (calc-edit-macro-repeats):
14042         * calc/calc-yank.el (calc-do-grab-rectangle):
14043         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
14044         Replace `string-to-int' by `string-to-number'.
14046 2005-05-02  Kim F. Storm  <storm@cua.dk>
14048         * kmacro.el: Use executing-kbd-macro-index variable.
14050 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
14052         * net/rlogin.el (rlogin-parse-words): Delete func.
14053         (rlogin): Use split-string, not rlogin-parse-words.
14054         Also, if there are option-like elements in the parsed args,
14055         take the host to be the first arg immediately following them.
14056         Suggested by Michael Mauger.
14058 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
14060         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
14062 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
14064         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
14065         (cc-mode-cpp-program): Rename to cc-define-list-program and
14066         move to cc-vars.el.
14068         * progmodes/cc-vars.el (cc-define-list-program):
14069         Change to "gcc -E -dM -".  Make customizable.
14071 2005-05-02  Kim F. Storm  <storm@cua.dk>
14073         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
14075 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
14077         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
14079         * international/mule-util.el (truncate-string): Remove alias and
14080         obsolete declaration.
14082         * international/mule-cmds.el (update-iso-coding-systems):
14083         Remove alias and obsolete declaration.
14085         * international/mule.el (coding-system-parent): Remove alias and
14086         obsolete declaration.
14088         * subr.el (define-function, sref): Remove aliases and obsolete
14089         declarations.
14090         (chars-in-region): Remove obsolete declaration.
14092 2005-05-01  Richard M. Stallman  <rms@gnu.org>
14094         * info.el (Info-mode): Set widen-automatically to nil, locally.
14096         * simple.el (widen-automatically): New variable.
14097         (pop-global-mark): Obey widen-automatically.
14099 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
14101         * term/xterm.el (function-key-map): Call substitute-key-definition
14102         before the keymap size is increased by a lot of define-key calls.
14104 2005-05-01  Richard M. Stallman  <rms@gnu.org>
14106         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
14107         Rename ARG to ELEMENT.  Doc fix.
14109 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
14111         * allout.el (allout-exposure): Remove macro and obsolete declaration.
14112         Remove references to allout-exposure/change to allout-new-exposure.
14114         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
14115         bytecode symbols.
14117         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
14118         (compiled-function-p, focus-frame, unfocus-frame):
14119         Remove aliases and obsolete declarations.
14120         Back out inadvertent changes from previous commit.
14122 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
14124         * files.el (require-final-newline): Make Custom tags consistent
14125         with mode-require-final-newline.
14126         (mode-require-final-newline): Doc fix.
14128 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
14130         * international/latexenc.el (latexenc-find-file-coding-system):
14131         Fix regular expressions.
14133 2005-05-01  David Kastrup <dak@gnu.org>
14135         * international/latexenc.el (latexenc-find-file-coding-system):
14136         Fix regular expressions.
14138 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
14140         * subr.el (string-to-int): Make obsolete.
14142 2005-04-30  Richard M. Stallman  <rms@gnu.org>
14144         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
14146         * loadup.el: load jka-comp-hook.
14148         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
14149         (jka-compr-handler): Add autoload.  `put' calls moved
14150         to jka-comp-hook.el.
14151         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
14152         (jka-compr-inhibit): Autoload.
14154         * jka-comp-hook.el: New file.
14155         Enable the mode by default.
14157         * files.el (backup-buffer-copy): Use copy-file instead
14158         of write-region, and put back the 'excl.
14160 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
14162         * progmodes/flymake.el (flymake-split-string)
14163         (flymake-split-string, flymake-log, flymake-pid-to-names)
14164         (flymake-reg-names, flymake-get-source-buffer-name)
14165         (flymake-unreg-names, flymake-add-line-err-info)
14166         (flymake-add-err-info): Clarify docstrings.
14167         (flymake-popup-menu, flymake-make-emacs-menu)
14168         (flymake-make-xemacs-menu): Add docstrings.
14169         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
14170         Set variables directly throughout.
14172 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
14174         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
14175         exists.  Initialize cc-define-alist.
14176         (c-mode): Add cc-create-define-alist locally to after-save-hook.
14177         If there is no file (Macroexpansion) don't create an alist.
14179 2005-04-29  Sam Steingold  <sds@gnu.org>
14181         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
14182         (cc-create-define-alist): Use it instead of the hard-coded string.
14184 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14186         * international/mule-conf.el (file-coding-system-alist): Fix regexp
14187         for latexenc.
14189 2005-04-29  Lute Kamstra  <lute@gnu.org>
14191         * emacs-lisp/generic.el: Improve commentary section.
14192         (define-generic-mode): Improve docstring.
14194 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
14196         * textmodes/org.el (many places): Change to quiet the byte compiler.
14197         (org-prefix-format-compiled): New variable.
14198         (org-compile-prefix-format): New function.
14199         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
14200         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
14201         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
14202         (org-get-entries-from-diary): Use `org-get-time-of-day' for
14203         consistency with entries from `org-mode' files.
14204         (org-get-time-of-day): Fix bug with partial matches early in a line.
14205         (org-non-link-chars): New constant.
14206         (org-link-regexp): Respect `org-non-link-chars'.
14207         (org-agenda-day-view): Remove command.
14208         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
14209         (org-follow-bbdb-link, org-store-link): Search also company field.
14210         (org-highlight-overlay): New variable.
14211         (org-highlight, org-unhighlight): New functions.
14212         (org-agenda-mode): Add pre-command-hook to remove highlight.
14213         (org-evaluate-time-range): Behavior depends upon whether time stamp
14214         contains a time or not.
14215         (org-show-subtree, org-show-entry): New functions.
14216         (org-agenda-cleanup-fancy-diary): Remove empty lines.
14218 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
14220         * comint.el (comint-output-filter-functions): Add autoload cookie.
14222 2005-04-28  Kim F. Storm  <storm@cua.dk>
14224         * ido.el (ido-everywhere): Fix last change.
14226 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
14228         * international/latexenc.el: New file.
14229         * international/mule-conf.el (file-coding-system-alist): For .tex,
14230         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
14232 2005-04-28  Lute Kamstra  <lute@gnu.org>
14234         * font-lock.el (font-lock-add-keywords)
14235         (font-lock-remove-keywords): Clarify docstring.
14236         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
14237         Don't start docstrings with a `*'.
14238         (font-lock-update-removed-keyword-alist): Give it a docstring.
14240         * generic-x.el: Update commentary section.
14241         Only require font-lock when compiling.
14242         Define all modes conditionally.
14243         Place all generic modes in the generic-x-modes customization group.
14244         (generic-x-modes): New customization group.
14245         (generic-default-modes, generic-mswindows-modes)
14246         (generic-unix-modes, generic-other-modes): New constants.
14247         (generic-define-mswindows-modes, generic-define-unix-modes):
14248         Update docstrings.  Make them obsolete.
14249         (generic-extras-enable-list): New default value.  Update docstring.
14250         Improve :type.  Change :set function.
14251         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
14252         Fix docstring.
14254         * emacs-lisp/generic.el (generic-mode-internal):
14255         Simplify font-lock-defaults.
14256         (define-generic-mode): Fix docstring.
14258 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14260         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
14261         font-lock-face property to highlight matches.
14263 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
14265         * progmodes/cc-mode.el (cc-create-define-alist): New function.
14266         (cc-define-alist): New variable.
14267         (c-mode): Make it local and initialize it.
14269         * progmodes/gdb-ui.el (gdb-active-process): New variable.
14270         (gdb-exited): New function.
14271         (gdb-annotation-rules): Use it.
14272         (gdb-starting): Set gdb-active-process to t.
14273         (gdb-stopping): Amend doc string.
14274         (gdb-reset): Set gdb-active-process to nil.
14276         * tooltip.el (tooltip-gud-tips): Show the associated #define
14277         directives when a C program under GDB is not executing.
14279 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14281         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
14282         font-lock-fontify-syntactic-keywords.
14284         * font-lock.el (font-lock-default-fontify-region): Don't force
14285         parse-sexp-lookup-properties to nil.
14287 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
14289         * man.el (man-mode-syntax-table): Set up `:' to have
14290         word-constituent syntax.
14292 2005-04-27  Lute Kamstra  <lute@gnu.org>
14294         * novice.el (disable-command): Don't add spurious newlines to the
14295         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
14297 2005-04-26  Jay Belanger  <belanger@truman.edu>
14299         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
14300         than one window before deleting window.
14302 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
14304         * shell.el (shell-prompt-pattern): Doc fix.
14305         (shell-mode): Set paragraph-separate buffer locally to "\\'".
14307         * comint.el (comint-prompt-regexp, comint-get-old-input)
14308         (comint-use-prompt-regexp)
14309         (comint-use-prompt-regexp-instead-of-fields)
14310         (comint-replace-by-expanded-history, comint-send-input)
14311         (comint-output-filter, comint-get-old-input-default)
14312         (comint-line-beginning-position, comint-bol, comint-show-output)
14313         (comint-backward-matching-input, comint-forward-matching-input)
14314         (comint-next-prompt, comint-previous-prompt):
14315         Rename `comint-use-prompt-regexp-instead-of-fields' to
14316         `comint-use-prompt-regexp'.  Keep old name as alias and declare
14317         obsolete.
14318         (comint-use-prompt-regexp): Shorten first line of doc string.
14320         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
14321         Set paragraph-separate buffer locally to "\\'".
14323         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
14324         Adapt to above name change.
14326         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
14327         (smbclient-prompt-regexp): Ditto.
14329         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
14331 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
14333         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
14334         gdb-location-list.
14335         Break lines that are over 80 characters wide.
14337 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14339         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
14340         New fun and var, to preserve compatibility.
14342         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
14344 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
14346         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
14347         name to file-newer-than-file-p.
14349 2005-04-26  Richard M. Stallman  <rms@gnu.org>
14351         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
14353         * progmodes/python.el (python-mode):
14354         Use new name eldoc-documentation-function.
14356         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
14358         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
14359         (eldoc-documentation-function):
14360         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
14362 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
14364         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
14366 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
14368         * term/xterm.el (function-key-map): Fix strings for
14369         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
14370         {C,S,A,C-S}-{f1-f12}.
14372 2005-04-26  Kenichi Handa  <handa@m17n.org>
14374         * international/mule-cmds.el (select-safe-coding-system):
14375         Fix previous change.
14377 2005-04-26  Lute Kamstra  <lute@gnu.org>
14379         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
14381         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
14382         (font-lock-comment-delimiter-face): Ditto.
14384         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
14386 2005-04-25  Jay Belanger  <belanger@truman.edu>
14388         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
14389         to t while inserting information; use help-mode.
14391 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
14393         * term.el (ansi-term-color-vector): Use the xterm colors.
14394         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
14396 2005-04-25  Lute Kamstra  <lute@gnu.org>
14398         * font-core.el (font-lock-defaults): Fix docstring.
14400         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
14402 2005-04-25  Kenichi Handa  <handa@m17n.org>
14404         * international/mule-cmds.el (select-safe-coding-system):
14405         Don't check consistency with coding: spec, etc if raw-text or
14406         no-conversion was found to be safe.
14408 2005-04-24  Richard M. Stallman  <rms@gnu.org>
14410         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
14411         citation markers at start of each line.
14413         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
14414         citation markers at start of each line.
14416         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
14418         * files.el (mode-require-final-newline): Fix previous change.
14419         (require-final-newline): Fix type label.
14421 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
14423         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
14424         statement in buffer (broken by 2004-11-24 change).
14426 2005-04-24  Kim F. Storm  <storm@cua.dk>
14428         * ido.el (ido-everywhere): Save and restore old read-buffer-function
14429         and read-file-name-function values.  Don't overwrite existing
14430         non-nil values if ido-mode is enabled without ido-everywhere.
14432 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
14434         * files.el (mode-require-final-newline): Minor doc fix.
14436 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
14438         * subr.el (syntax-after): Doc fix.
14439         (syntax-class): If argument is nil, return nil.  Mask off upper 16
14440         bits, not 8 bits.
14442         * files.el (mode-require-final-newline): Doc fix.
14443         (backup-buffer-copy): Fix last change.
14445 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14447         * term/mac-win.el: Require select.  Set selection-coding-system to
14448         mac-system-coding-system.  Call menu-bar-enable-clipboard.
14449         (x-last-selected-text-clipboard, x-last-selected-text-primary)
14450         (x-select-enable-clipboard): New variables.
14451         (x-select-text, x-get-selection, x-selection-value)
14452         (x-get-selection-value, mac-select-convert-to-string)
14453         (mac-services-open-file, mac-services-open-selection)
14454         (mac-services-insert-text): New functions.
14455         (CLIPBOARD, FIND): Put mac-scrap-name property.
14456         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
14457         (public.tiff): Put mac-ostype property.
14458         (selection-converter-alist): Add entries for them.
14459         (mac-application-menu-map): New keymap.
14460         (interprogram-cut-function, interprogram-paste-function): Set to
14461         x-select-text and x-get-selection-value, respectively.
14462         (split-window-keep-point): Set to t.
14464 2005-04-23  Richard M. Stallman  <rms@gnu.org>
14466         * files.el (read-directory-name): Always pass non-nil
14467         DEFAULT-FILENAME arg to read-file-name.
14468         (backup-buffer-copy, basic-save-buffer-2): Take care against
14469         writing thru an unexpected existing symlink.
14470         (revert-buffer): In indirect buffer, revert the base buffer.
14471         (magic-mode-alist): Doc fix.
14472         (buffer-stale-function): Doc fix.
14473         (minibuffer-with-setup-hook): Avoid warning.
14474         (mode-require-final-newline): Doc and custom fix.
14476         * follow.el (follow-end-of-buffer): Use with-no-warnings.
14478         * font-lock.el (font-lock-comment-face): On terminals with few colors,
14479         use the default appearance.
14480         (font-lock-comment-delimiter-face): New face, new variable.
14482         * imenu.el (imenu--generic-function): The official position of a
14483         definition is the start of the line that BEG is in.
14485         * midnight.el (midnight-timer): Move defvar up.
14487         * mouse.el (mouse-drag-region-1): Delete some debugging code.
14489         * saveplace.el (save-place-to-alist): Use with-no-warnings.
14491         * startup.el (command-line): Use with-no-warnings.
14493         * window.el (window-size-fixed): New defvar.
14495         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
14497         * mail/rmail.el (rmail-font-lock-keywords):
14498         Use font-lock-comment-delimiter-face.
14500         * mail/sendmail.el (mail-font-lock-keywords):
14501         Use font-lock-comment-delimiter-face.
14503         * progmodes/compile.el (next-error-highlight-timer): New defvar.
14505 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
14507         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14508         Specify t for LAXMATCH when matching directories.
14509         Save match data around compilation-compat-error-properties form.
14511 2005-04-23  David Kastrup  <dak@gnu.org>
14513         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
14514         Mention that the autoloaded aliases should be kept for AUCTeX.
14516 2005-04-23  Andreas Schwab  <schwab@suse.de>
14518         * isearch.el (isearch-forward): Doc fix.
14520 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
14522         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
14523         (jit-lock-stealth-nice): Change default value to 0.5.
14525 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
14527         * abbrev.el (write-abbrev-file): Write table entries in
14528         alphabetical order by table name.
14530 2005-04-22  Kim F. Storm  <storm@cua.dk>
14532         * ido.el (ido-read-internal): Fix `list' completion.
14534 2005-04-22  Kenichi Handa  <handa@m17n.org>
14536         * recentf.el (recentf-save-file-coding-system): New variable.
14537         (recentf-save-list): Encode the file by
14538         recentf-save-file-coding-system and add coding: tag.
14540 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
14542         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
14544 2005-04-21  Lute Kamstra  <lute@gnu.org>
14546         * loadhist.el (unload-feature): Don't remove a function from hooks
14547         if it is about to be restored to an autoload .  Remove functions
14548         that will become unbound from auto-mode-alist.  Simplify the code.
14550         * subr.el (assq-delete-all): New implementation that is linear,
14551         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
14552         (rassq-delete-all): New function.
14554         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
14555         Add size-indication-mode.
14557 2005-04-21  Kenichi Handa  <handa@m17n.org>
14559         * international/mule-cmds.el: Add autoload for widget-value in
14560         eval-when-compile.
14562 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
14564         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
14565         Add tooltip-mode.
14567         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
14569 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
14571         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
14572         (inferior-lisp-filter-regexp, inferior-lisp-program)
14573         (inferior-lisp-load-command, inferior-lisp-prompt)
14574         (inferior-lisp-mode-hook, lisp-source-modes)
14575         (inferior-lisp-load-hook): defvar->defcustom.
14576         (inferior-lisp-program, inferior-lisp-prompt)
14577         (inferior-lisp-load-hook): Doc fixes.
14578         (inferior-lisp-install-letter-bindings): Small change in
14579         introductory comment.
14581 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
14583         * vc.el (vc-annotate-color-map): Change some colors so that text
14584         using them as foreground is readable on both white and black
14585         backgrounds.
14587 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14589         * international/mule-conf.el (translation-table-for-input):
14590         Remove redundant declaration.
14592 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
14594         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
14596         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
14597         (tooltip-toggle-gud-tips): New function.
14599 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14601         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
14602         right angle brackets.
14604 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
14606         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
14608 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14610         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
14611         Remove.  Update callers to use expand-file-name instead.
14613         * subr.el (syntax-class): New function.
14615         * simple.el (blink-matching-open): Use it.
14617         * paren.el (show-paren-function): Use it to recognize parens that are
14618         also used in 2-char comment markers.
14620 2005-04-19  Lute Kamstra  <lute@gnu.org>
14622         * loadhist.el (unload-feature): Update for new format of
14623         load-history.  Simplify the code.
14625 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14627         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
14628         (mac-add-charset-info): New function.  Initialize variable
14629         mac-charset-info-alist using it.
14630         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
14631         for translation.
14632         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
14633         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
14634         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
14635         New CCL programs.
14637 2005-04-19  Kim F. Storm  <storm@cua.dk>
14639         * simple.el (next-buffer, prev-buffer, next-error)
14640         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
14641         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
14643         * bindings.el (next-buffer, prev-buffer, next-error)
14644         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
14645         (clone-indirect-buffer-other-window): Move bindings from simple.el.
14646         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
14647         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
14649 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14651         * isearch.el (isearch-edit-string): Make the search-ring available for
14652         minibuffer history commands.
14653         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
14654         the default history commands now work just as well.
14655         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
14657 2005-04-18  Kim F. Storm  <storm@cua.dk>
14659         * emulation/cua-base.el (cua--pre-command-handler): Add more
14660         elaborate check for shift modifier on non-window systems.
14662 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
14664         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
14666 2005-04-18  Kim F. Storm  <storm@cua.dk>
14668         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
14669         and make it optional.  Don't test tooltip-gud-echo-area here.
14670         (tooltip-gud-process-output, gdb-tooltip-print):
14671         Pass tooltip-gud-echo-area to tooltip-show.
14672         (tooltip-help-tips): Remove second optional arg to tooltip-show.
14674 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14676         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
14677         `display-graphic-p' may not be bound yet.
14679 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
14681         * startup.el (command-line): No longer enable Xterm Mouse mode by
14682         default in terminals compatible with xterm.
14684         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
14686 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
14688         * tooltip.el (tooltip-gud-echo-area): Rename from
14689         tooltip-use-echo-area.
14690         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
14691         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
14692         area independently of where help tooltips are displayed.
14694 2005-04-17  David Kastrup  <dak@gnu.org>
14696         * cus-theme.el (custom-theme-write-variables): Quote variables
14697         where necessary.
14699 2005-04-17  Richard M. Stallman  <rms@gnu.org>
14701         * simple.el (yank-excluded-properties): Add follow-link to value.
14703         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
14705         * startup.el (fancy-splash-max-time): Just 30 seconds.
14706         (fancy-splash-delay): Just 7.
14707         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
14709         * loadhist.el (unload-feature): Update for new format of load-history.
14710         Simplify the code.
14712         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
14713         (rmail-font-lock-keywords): Don't fontify the text of a citation.
14715         * mail/sendmail.el (mail-font-lock-keywords):
14716         Don't fontify subject text.
14717         Don't fontify the text of a citation.
14719 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
14721         * comint.el (comint-output-filter): Run comint-output-filter-functions
14722         with point where the user had it.
14724 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14726         * international/ucs-tables.el (ucs-set-table-for-input):
14727         Disable when using unify-on-decoding.
14729 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
14731         * emulation/cua-base.el (cua-global-mark-face): Add special case
14732         for displays supporting a high number of colors.
14734 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
14736         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
14738 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
14740         * filesets.el (filesets-add-buffer): If user supplies a name of a
14741         non-existing fileset, create a new fileset.
14743 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
14745         * textmodes/org.el (org-up-heading-all): Fix bug with
14746         `outline-up-heading-all'.
14748 2005-04-16  Andreas Schwab  <schwab@suse.de>
14750         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
14751         /etc/permissions.d/* and /etc/aliases.d/*.
14753 2005-04-16  Kenichi Handa  <handa@m17n.org>
14755         * international/code-pages.el (cp-make-coding-system):
14756         Set `translation-table-for-input' property value to the symbol
14757         ucs-mule-to-mule-unicode, not to that value.
14758         (pt154): Escape guillemet by `\'.
14760 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
14762         * loadup.el: Load tooltip if x-show-tip is fboundp.
14764         * startup.el (command-line): Add comment.
14766         * tooltip.el (tooltip-mode): Specify correct standard value for
14767         Custom in init-value.
14769 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
14771         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
14772         possible.
14774 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
14776         * textmodes/org.el (org-agenda-date-prompt): Rename from
14777         `org-agenda-date-today'.
14778         (org-evaluate-time-range): Insert at point instead of directly
14779         after time range.
14780         (org-first-headline-recenter, org-subtree-end-visible-p)
14781         (org-optimize-window-after-visibility-change): New functions
14782         (org-agenda-post-command-hook): Don't allow point at end of line,
14783         to make sure it always hits the text properties.
14784         (org-agenda-next-date-line, org-agenda-previous-date-line):
14785         New commands.
14786         (org-set-regexps-and-options): Category may contain white space.
14787         (org-agenda-get-deadlines, org-agenda-get-scheduled):
14788         Improve marker positions.
14789         (org-agenda-new-marker): Argument POS made optional.
14790         (org-agenda-get-timestamps): Deadlines which are done are listed
14791         in org-done-face now.
14792         (org-agenda-get-todos, org-agenda-get-timestamps)
14793         (org-agenda-get-deadlines, org-agenda-get-scheduled):
14794         Set `undone-face' and `done-face' properties.
14795         (org-last-todo-state-is-todo): New variable.
14796         (org-todo): Set `org-last-todo-state-is-todo'.
14797         (org-agenda-todo): Change face according to
14798         `org-last-todo-state-is-todo'.  And change other lines referring to
14799         the same entry.
14800         (org-calendar-goto-agenda): New command.
14801         (org-calendar-to-agenda-key): New option.
14802         (org-startup-folded): New allowed value `content'.
14803         (org-set-regexps-and-options): Accept new value `content' for
14804         `org-startup-folded'.
14805         (org-get-current-options): Handle new value `content' for
14806         `org-startup-folded'.
14807         (org-insert-todo-heading): New command.
14808         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
14809         interactively in empty file and option
14810         `org-insert-mode-line-in-empty-file' has been set.
14811         (org-agenda-todo,org-agenda-priority): Modify to use
14812         `org-agenda-change-all-lines'.
14813         (org-warning-face): Change color on dark background
14815 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14817         * international/mule-cmds.el (set-locale-environment): On Mac OS,
14818         use preferences AppleLocale and AppleLanguages, and variable
14819         mac-system-locale for default locale.  On Mac OS Classic, use
14820         mac-system-coding-system for default coding systems.
14822         * term/mac-win.el: Don't set file-name-coding-system.
14823         Decode variables system-name, emacs-build-system, user-login-name, and
14824         user-full-name by mac-system-coding-system on Mac OS Classic.
14825         (mac-system-coding-system): New variable.
14827 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
14829         * startup.el (command-line): Handle `xterm-mouse-mode' before
14830         reading init file.
14832         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
14834 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
14836         * progmodes/sh-script.el (sh-here-document-word): Make it a
14837         defcustom.  Doc fix.
14838         (sh-add): Bash uses $(( )) for arithmetic.
14839         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
14840         (sh-maybe-here-document): Remove quotes and leading whitespace
14841         from heredoc word when closing.  Indent heredoc with tabs if word
14842         starts with "-".
14844 2005-04-13  Richard M. Stallman  <rms@gnu.org>
14846         * simple.el (undo): Fix previous change.
14848         * custom.el (defface): Doc fix.
14850 2005-04-13  Lute Kamstra  <lute@gnu.org>
14852         * Makefile.in (DONTCOMPILE): Remove list.
14853         (compile, compile-always): Don't use DONTCOMPILE.
14854         (update-authors): Load the library in which batch-update-authors
14855         is defined.
14856         * makefile.w32-in (DONTCOMPILE): Remove list.
14857         (compile, compile-always): Fix comments.
14858         (update-authors): Load the library in which batch-update-authors
14859         is defined.
14861         * generic-x.el (generic-mode-ini-file-find-file-hook):
14862         Rename to ini-generic-mode-find-file-hook.
14863         Keep generic-mode-ini-file-find-file-hook as an alias.
14864         (ini-generic-mode-find-file-hook): Rename from
14865         generic-mode-ini-file-find-file-hook.  Fix docstring.
14866         (ini-generic-mode): Docstring change.
14867         (bat-generic-mode-run-as-comint): Silence the byte compiler.
14869         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
14870         called from lisp.
14872         * generic.el: Move to the emacs-lisp subdir.
14874 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
14876         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
14877         and C-S- function and cursor motion keys.
14879 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
14881         * startup.el (command-line): Enable Xterm Mouse mode by default.
14882         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
14883         for Custom.  No longer show "Mouse" in mode line when enabled.
14884         Doc fix.
14886 2005-04-12  Kim F. Storm  <storm@cua.dk>
14888         * emulation/cua-base.el (cua-rectangle-face)
14889         (cua-rectangle-noselect-face): Define face attributes here.
14891         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
14893 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14895         * startup.el (command-line): Turn off blinking cursor if
14896         cursorBlink in resources is off or false.
14898 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14900         * term/mac-win.el (dnd): Require dnd.
14901         (mac-drag-n-drop): Call dnd-handle-one-url.
14902         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
14903         (kTextEncodingISOLatin2): Remove constants.
14904         (mac-script-code-coding-systems): New constant.
14905         (mac-handle-language-change): New function.
14906         (special-event-map): Bind it to `language-change' event.
14907         (mac-centraleurroman, mac-cyrillic): New coding systems.
14908         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
14909         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
14910         and mac-cyrillic-encoder to encode-mac-centraleurroman and
14911         encode-mac-cyrillic, respectively.
14913 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
14915         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
14916         Don't set overlay-arrow-string to "=>" as this is done
14917         globally in C now.
14919 2005-04-12  Lute Kamstra  <lute@gnu.org>
14921         * generic-x.el (rc-generic-mode, rul-generic-mode):
14922         Fix auto-mode-alist entries.
14923         (etc-fstab-generic-mode): Tweak fontification.
14925         * generic.el (generic-make-keywords-list): Fix docstring.
14926         (generic-mode-internal): Simplify generic-font-lock-keywords.
14928 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
14930         * whitespace.el (whitespace-buffer-leading)
14931         (whitespace-buffer-trailing): Revert the incorrect test inversion.
14932         However, fix the highlight area for the leading and
14933         trailing whitespaces to show space.
14935 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
14937         * whitespace.el (whitespace-version): Bump to 3.5
14939         (whitespace-buffer-leading, whitespace-buffer-trailing):
14940         Invert sense of the test to highlight the whitespace.
14942 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
14944         * progmodes/gud.el (gud-display-line): GUD uses its own
14945         overlay arrow now so don't set overlay-arrow-string.
14946         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
14948 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
14950         * term.el (term-ansi-current-bold, term-ansi-current-underline)
14951         (term-ansi-current-reverse, term-ansi-current-invisible)
14952         (term-ansi-face-already-done): Change to boolean.
14953         (term-reset-terminal, term-handle-colors-array): Handle the above
14954         vars accordingly.
14955         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
14956         (term-emulate-terminal): Use the new name.
14958         * faces.el (secondary-selection): Use yellow1, not yellow.
14959         (trailing-whitespace): Use red1, not red.
14961 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14963         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
14964         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
14965         (dired-dnd-handle-file): Call dnd-get-local-file-uri
14967         * cus-edit.el (dnd): New group.
14969         * term/w32-win.el (dnd): Require dnd
14970         (w32-drag-n-drop): Call dnd-handle-one-url.
14972         * x-dnd.el: Require dnd.
14973         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
14974         Call dnd-handle-one-url.
14975         (x-dnd-types-alist, x-dnd-insert-utf8-text)
14976         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
14977         to dnd-insert-text.
14978         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
14979         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
14980         (x-dnd-get-local-file-name, x-dnd-open-local-file)
14981         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
14983         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
14985 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
14987         * wdired.el: Doc fixes.
14988         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
14989         (wdired-use-dired-vertical-movement): Rename from
14990         wdired-always-move-to-filename-beginning.
14991         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
14992         (wdired-change-to-wdired-mode): Change mode name.
14993         (wdired-newline): Delete.
14995 2005-04-11  Richard M. Stallman  <rms@gnu.org>
14997         * whitespace.el (whitespace-highlight-the-space):
14998         Don't call whitespace-unhighlight-the-space here.
15000         * simple.el (undo): Record t in undo-equiv-table
15001         for the redo record made by an undo-in-region.
15003 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
15005         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
15006         (gdb-frame-inferior-io-buffer): New Functions to control
15007         display of separate IO buffer.
15008         (menu): Add them to menu-bar.
15009         (gdb-display-buffer): Check for buffer another frame.
15010         Protect GUD buffer.
15011         (gdb-setup-windows): Create IO buffer if not already there.
15012         (gdb-memory-mode): Remove purecopy noops.
15014 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
15016         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
15017         and pass to self-insert-command.
15019 2005-04-11  Lute Kamstra  <lute@gnu.org>
15021         * generic.el: Commentary section cleanup.
15022         (generic): Delete.
15023         (generic-use-find-file-hook, generic-lines-to-scan)
15024         (generic-find-file-regexp, generic-ignore-files-regexp)
15025         (default-generic-mode, generic-mode-find-file-hook)
15026         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
15027         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
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 from generic.el.
15033 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
15035         * bookmark.el (bookmark-write-file): Catch errors writing file.
15036         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
15038 2005-04-10  Richard M. Stallman  <rms@gnu.org>
15040         * startup.el (fancy-splash-tail): Update copyright year.
15041         (command-line): Split part of -Q into -D.
15042         (emacs-basic-display): New defvar.
15043         (fancy-splash-text): Correct name of menu item.
15045         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
15047         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
15048         lines in one node.
15050         * comint.el (comint-send-input): New arg ARTIFICIAL.
15051         Callers in this file changed.
15053         * abbrev.el (define-abbrevs): Read system abbrevs properly.
15055         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
15057 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
15059         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
15060         `ldap-search-internal'.
15062 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15064         * files.el (set-auto-mode-1): Use line-end-position.
15066         * international/latin-1.el:
15067         * international/latin-2.el:
15068         * international/latin-3.el:
15069         * international/latin-4.el:
15070         * international/latin-5.el:
15071         * international/latin-8.el:
15072         * international/latin-9.el: Give punctuation syntax to NBSP.
15074         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
15075         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
15076         Use char-classes to accept non-ascii letters, accepted in some recent
15077         bibtex implementations.
15079 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
15081         * custom.el (custom-set-minor-mode): Any non-nil value for the
15082         variable should enable the mode when set through Custom.
15084 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15086         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
15087         TAB binding so tab-always-indent is obeyed.
15088         (vhdl-minibuffer-local-map): Move initialization into declaration.
15089         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
15090         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
15091         (vhdl-hooked-abbrev): Avoid test for XEmacs.
15092         (vhdl-current-line): Use line-beginning-position.
15093         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
15094         with-output-to-temp-buffer, so the current position can be recorded.
15096 2005-04-10  Masatake YAMATO  <jet@gyve.org>
15098         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15099         Add regexp for gcov.
15101 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15103         * calendar/time-date.el (time-to-seconds, seconds-to-time)
15104         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
15105         syntax which Emacs 20 doesn't support.
15107 2005-04-09  Richard M. Stallman  <rms@gnu.org>
15109         * help.el (describe-key-briefly, describe-key):
15110         Replace strings as event types with "(any string)".
15112 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15114         * arc-mode.el (archive-mode-map): Move initialization into
15115         the declaration.  Override *all* bindings of `undo'.
15116         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
15118 2005-04-09  Jay Belanger  <belanger@truman.edu>
15120         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
15122 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
15124         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
15125         (xterm-register-default-colors): Update color values computation
15126         to match xterm-200.
15128 2005-04-09  Kenichi Handa  <handa@m17n.org>
15130         * international/code-pages.el (iso-latin-7): Fix the map.
15132 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
15134         * emacs-lisp/lisp.el (defun-prompt-regexp)
15135         (parens-require-spaces, buffer-end, end-of-defun)
15136         (insert-parentheses): Doc fixes.
15138 2005-04-08  Kim F. Storm  <storm@cua.dk>
15140         * comint.el (comint-highlight-prompt): Fix face spec.
15141         * hi-lock.el (hi-green): Likewise.
15143 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
15145         * cus-edit.el (custom-modified-face):
15146         * comint.el (comint-highlight-input): Fix previous changes.
15147         * term.el (term-handle-ansi-escape): Add a comment.
15149 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15151         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
15152         in the buffer and in whitespace-highlighted-space.
15153         (whitespace-unhighlight-the-space): Simplify.
15154         (whitespace-buffer): Simplify.
15156 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
15158         * textmodes/table.el (table-cell-face): Add special case for
15159         displays supporting a high number of colors.
15160         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
15161         (vhdl-font-lock-reserved-words-face)
15162         (vhdl-speedbar-architecture-face)
15163         (vhdl-speedbar-instantiation-face)
15164         (vhdl-speedbar-architecture-selected-face)
15165         (vhdl-speedbar-instantiation-selected-face): Likewise.
15166         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
15167         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
15168         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
15169         (ebrowse-root-class-face, ebrowse-member-attribute-face)
15170         (ebrowse-progress-face): Likewise.
15171         * progmodes/compile.el (compilation-info-face): Likewise.
15172         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
15173         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
15174         * calendar/calendar.el (diary-face): Likewise.
15175         * woman.el (woman-italic-face, woman-bold-face)
15176         (woman-unknown-face): Likewise.
15177         * wid-edit.el (widget-button-pressed-face): Likewise.
15178         * whitespace.el (whitespace-highlight-face): Likewise.
15179         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
15180         * pcvs-info.el (cvs-marked-face): Likewise.
15181         * info.el (info-xref): Likewise.
15182         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
15183         * hilit-chg.el (highlight-changes-face)
15184         (highlight-changes-delete-face): Likewise.
15185         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
15186         (hi-red-b): Likewise.
15187         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
15188         * font-lock.el (font-lock-keyword-face)
15189         (font-lock-function-name-face, font-lock-warning-face): Likewise.
15190         * cus-edit.el (custom-invalid-face, custom-modified-face)
15191         (custom-set-face, custom-changed-face, custom-variable-tag-face)
15192         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
15193         * comint.el (comint-highlight-prompt): Likewise.
15195 2005-04-08  Lute Kamstra  <lute@gnu.org>
15197         * font-lock.el (font-lock-keywords): Docstring fixes.
15199 2005-04-08  Kenichi Handa  <handa@m17n.org>
15201         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
15202         chars are more than a limit, print " and more..." at the tail.
15204 2005-04-08  Kim F. Storm  <storm@cua.dk>
15206         * emacs-lisp/authors.el (authors-aliases): Update list.
15207         (authors-ignored-files): New list.
15208         (authors-fixed-entries): Fix typo.
15209         (authors-renamed-files-alist): Update list.
15210         (authors-add): Check authors-ignored-files.
15212 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
15214         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
15215         optional, to ensure backward compatibility.
15217 2005-04-08  Stephen Eglen  <stephen@gnu.org>
15219         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
15221 2005-04-08  Kim F. Storm  <storm@cua.dk>
15223         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
15225         * mouse.el (mouse-on-link-p): Doc fix.
15227 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
15229         * ielm.el (ielm-prompt-read-only): Doc fix.
15231         * comint.el (comint-prompt-read-only): Doc fix.
15233 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
15235         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
15236         ensure dired always handles wildcards passed to ffap.
15237         (find-file-at-point): Use it.
15238         (ffap-dired-wildcards): Doc fix.
15240 2005-04-07  Juri Linkov  <juri@jurta.org>
15242         * simple.el (next-error-overlay-arrow-position): New defvar.
15243         Put "=>" on its property `overlay-arrow-string'.  Add it to
15244         `overlay-arrow-variable-list'.
15246         * progmodes/compile.el (compilation-setup):
15247         Set `next-error-overlay-arrow-position' to nil.  Also set it to
15248         nil in the local hook `kill-buffer-hook'.  Make local variable
15249         `overlay-arrow-string' and set it to "=>".
15250         (compilation-goto-locus): Set BOL position to
15251         `next-error-overlay-arrow-position' instead of
15252         `overlay-arrow-position'.
15254         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
15255         locally instead of adding it to the global hook.
15256         (Info-kill-buffer): Move up.
15258 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
15260         * term/xterm.el (xterm-standard-colors): Update color values from
15261         xterm-200.
15263 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15265         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
15267         * fast-lock.el:
15268         * lazy-lock.el: Move them to the obsolete subdir.
15270 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
15272         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
15273         (wdired-add-replace-advice): Remove.
15274         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
15276 2005-04-06  Kim F. Storm  <storm@cua.dk>
15278         * startup.el (command-line): Add --bare-bones alias for -Q.
15280 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15282         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
15283         create the startup fontset if a font specification ends with
15284         `mac-roman'.
15286 2005-04-06  Lute Kamstra  <lute@gnu.org>
15288         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
15289         change.
15291         * emacs-lisp/copyright.el (copyright-update-year): Replace the
15292         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
15294 2005-04-05  Lute Kamstra  <lute@gnu.org>
15296         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
15297         (define-generic-mode): Ditto.  Fix debug declaration.
15299         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
15300         Put them in the generic-x group.
15302         * calendar/timeclock.el (timeclock): Doc fix.
15304         * generic.el (define-generic-mode): Don't use custom-current-group.
15305         Document default :group value.
15306         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
15307         (define-global-minor-mode): Don't use custom-current-group.
15309 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
15311         * startup.el (command-line-1): Display startup-echo-area-message
15312         when fancy splash screen is in use.
15314         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
15315         (sh-escaped-newline): New face.
15316         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
15317         newline, and use sh-escaped-newline face.
15319         * progmodes/tcl.el (tcl-escaped-newline): New face.
15320         (tcl-builtin-list): New variable.
15321         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
15322         newlines.  Fix keywords subexpression number.
15324 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
15326         * textmodes/org.el (org-diary-default-entry): Fix call to
15327         `add-to-diary-entry'.
15329 2005-04-05  Kim F. Storm  <storm@cua.dk>
15331         * ediff-init.el: Use (featurep 'xemacs).
15333 2005-04-05  David Ponce  <david@dponce.com>
15335         * cus-edit.el (face): Derive from symbol widget.  Display sample
15336         of the current face on the fly.
15337         (widget-face-sample-face-get, widget-face-notify): New functions.
15338         (widget-face-value-create): Remove.
15340         * wid-edit.el (widget-field-end): Temporarily remove field
15341         narrowing before to call `get-char-property'.
15343 2005-04-04  Jay Belanger  <belanger@truman.edu>
15345         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
15346         (math-read-subscripts): New variable.
15347         (math-read-preprocess-string): Process subscripts.
15349 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
15351         * comint.el (comint-prompt-read-only): Doc fix.
15353         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
15354         `-1'.  Doc fix.
15356 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
15358         * textmodes/org.el (org-insert-mode-line-in-empty-file):
15359         Change default value to nil.
15361 2005-04-04  Lute Kamstra  <lute@gnu.org>
15363         * autorevert.el (auto-revert-mode): Specify :group.
15364         * battery.el (display-battery-mode): Specify :group.
15365         * diff-mode.el (diff-minor-mode): Specify :group.
15366         * font-core.el (font-lock-mode): Specify :group.
15367         * hl-line.el (hl-line-mode): Specify :group.
15368         * iimage.el (iimage): New customization group.
15369         (iimage-mode): Specify :group.
15370         * longlines.el (longlines-mode): Specify :group.
15371         * master.el: Don't require easy-mmode.
15372         (master): New customization group.
15373         (master-mode): Specify :group.
15374         * msb.el (msb-mode): Specify :group.
15375         * reveal.el (reveal-mode): Specify :group.
15376         * simple.el (next-error-follow-minor-mode): Specify :group.
15377         * smerge-mode.el (smerge-mode): Specify :group.
15378         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
15379         * emulation/cua-base.el (cua-mode): Specify :group.
15380         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
15381         * language/thai-util.el (thai-auto-composition-mode)
15382         (thai-word-mode): Specify :group.
15383         * mail/supercite.el (sc-minor-mode): Specify :group.
15384         * progmodes/cwarn.el (cwarn-mode): Specify :group.
15385         * progmodes/flymake.el (flymake-mode): Specify :group.
15386         * progmodes/glasses.el (glasses-mode): Specify :group.
15387         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
15388         * textmodes/enriched.el (enriched-mode): Specify :group.
15389         * textmodes/refill.el (refill-mode): Specify :group.
15391         * add-log.el (change-log-font-lock-keywords): Names in
15392         parenthesized lists can contain spaces.
15394 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
15396         * startup.el (fancy-splash-text): Shorten default text of
15397         "Emacs Tutorial" line.  Also, if the current language env
15398         indicates an available tutorial file other than TUTORIAL,
15399         extract its title and append it to the line in parentheses.
15400         (fancy-splash-insert): If arg is a thunk, funcall it.
15402 2005-04-04  Jay Belanger  <belanger@truman.edu>
15404         * calc.el (calc-language-alist): Add tags to customization type.
15406 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
15408         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
15409         Doc fix.
15411 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
15413         * add-log.el (change-log-font-lock-keywords): The manual
15414         describing a Change Log entry, says: (...) "Aside from these
15415         header lines, every line in the change log starts with a space or
15416         a tab.".  The font-lock was not highlighting lines started with
15417         spaces, added support for it.
15419 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15421         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
15422         (bibtex-generate-url-list): Update docstring accordingly.  Put the
15423         complex example in the docstring.
15424         (bibtex-font-lock-url): Use pop.
15426 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15428         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
15430         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
15432 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
15434         * filesets.el (filesets-set-default): Doc fix.
15436 2005-04-03  Lute Kamstra  <lute@gnu.org>
15438         * generic.el (define-generic-mode): Add argument to specify
15439         keywords for defcustom.
15440         (default-generic-mode): Specify :group.
15442         * generic-x.el: Specify :group for all generic modes.
15444         * desktop.el (desktop-no-desktop-file-hook)
15445         (desktop-after-read-hook): Doc fix.
15447 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
15449         * simple.el (visible-mode): Use explicit :group keyword.
15450         This changes the group of `visible-mode-hook' from paren-blinking
15451         to editing-basics.
15453 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
15455         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
15456         mailbox specifications as well as URLs.
15457         (rmail-insert-inbox-text): Remove unused conditional branches.
15459 2005-04-01  Jay Belanger  <belanger@truman.edu>
15461         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
15462         (calc-gnuplot-print-command): Move definitions to calc.el.
15464         * calc/calc-embed.el (calc-embedded-announce-formula)
15465         (calc-embedded-open-formula, calc-embedded-close-formula)
15466         (calc-embedded-open-word, calc-embedded-close-word)
15467         (calc-embedded-open-plain, calc-embedded-close-plain)
15468         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
15469         (calc-embedded-open-mode, calc-embedded-close-mode):
15470         Move definitions to calc.el.
15472         * calc/calc.el (calc-settings-file, calc-language-alist):
15473         Make customizable.
15474         (calc-embedded-announce-formula, calc-embedded-open-formula)
15475         (calc-embedded-close-formula, calc-embedded-open-word)
15476         (calc-embedded-close-word, calc-embedded-open-plain)
15477         (calc-embedded-close-plain, calc-embedded-open-new-formula)
15478         (calc-embedded-close-new-formula, calc-embedded-open-mode)
15479         (calc-embedded-close-mode, calc-gnuplot-name)
15480         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
15481         from other files and make customizable.
15483 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15485         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
15486         Use buffer-live-p.
15487         (cvs-mode-run): Don't call cvs-update-header here.
15488         (cvs-run-process): Call cvs-update-header.
15489         Use process properties for cvs-postprocess and cvs-buffer so that
15490         the sentinel can behave better if the temp buffer is killed.
15491         Use a pipe rather than a tty, to better handle unexpected prompts.
15492         (cvs-sentinel): Rewrite.  Call cvs-update-header.
15494 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
15496         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
15497         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
15499 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15501         * generic.el (define-generic-mode): Add indentation rule.
15503 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
15505         * files.el (mode-require-final-newline): Make Custom correctly
15506         report a nil value and allow to set it to nil via Custom.
15507         Doc fix.
15509 2005-04-01  Kenichi Handa  <handa@m17n.org>
15511         * international/characters.el: Enable the correct case setting for
15512         dotless-i and dotted-I.
15514 2005-04-01  Kim F. Storm  <storm@cua.dk>
15516         * ido.el (ido-file-internal): Fall back to non-ido command if
15517         initial directory is on slow ftp (or tramp) host.
15519 2005-03-31  Richard M. Stallman  <rms@gnu.org>
15521         * emacs-lisp/autoload.el (make-autoload):
15522         Handle define-global-minor-mode.
15524         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
15525         Rename from easy-mmode-define-global-mode.
15526         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
15528         * progmodes/scheme.el (scheme-mode-syntax-table):
15529         Update syntax of | and # for two-character comment syntax.
15531 2005-03-31  Lute Kamstra  <lute@gnu.org>
15533         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
15534         (define-minor-mode): Call custom-current-group at load-time.
15536         * generic.el (define-generic-mode): Add debug declaration.
15537         Add defcustom for the mode hook.
15538         (generic-mode-internal): Use run-mode-hooks.
15540 2005-03-31  Kim F. Storm  <storm@cua.dk>
15542         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
15543         (mouse-fixup-help-message): New defun called by show_help_echo
15544         to fixup mouse-2 prefix in help messages when applicable.
15546         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
15548 2005-03-31  Kenichi Handa  <handa@m17n.org>
15550         * language/thai-word.el (thai-find-word-ends): Pay attention to
15551         the case that we reach the end of buffer.
15553         * textmodes/fill.el (fill-text-properties-at): New function.
15554         (fill-newline): Use fill-text-properties-at instead of
15555         text-properties-at.
15557 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
15559         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
15560         not comint-quote-filename.
15562 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
15564         * help-fns.el (help-with-tutorial): Revert last change.
15566 2005-03-31  Kim F. Storm  <storm@cua.dk>
15568         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
15570 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
15572         * calendar/cal-china.el: Update reference to "Calendrical
15573         Calculations" book; there's a new edition.
15574         * calendar/cal-coptic.el: Likewise.
15575         * calendar/cal-french.el: Likewise.
15576         * calendar/cal-hebrew.el: Likewise.
15577         * calendar/cal-islam.el: Likewise.
15578         * calendar/cal-iso.el: Likewise.
15579         * calendar/cal-julian.el: Likewise.
15580         * calendar/cal-mayan.el: Likewise.
15581         * calendar/cal-persia.el: Likewise.
15582         * calendar/calendar.el: Likewise.
15583         * calendar/holidays.el: Likewise.
15584         * calendar/lunar.el: Likewise.
15585         * calendar/solar.el: Likewise.
15587         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
15588         white space from doc string.
15590 2005-03-30  Jay Belanger  <belanger@truman.edu>
15592         * calc/calc-help.el (calc-full-help): Remove email address.
15594 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
15596         * help-fns.el (help-with-tutorial): Delete title line.
15598 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
15600         * calendar/cal-x.el (calendar-one-frame-setup)
15601         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
15602         rather than `symbol' for set-window-dedicated-p.
15604         * calendar/appt.el (appt-buffer-name): Make it a constant.
15605         (appt-add): Doc fix.
15607         * filesets.el (filesets-menu-path, filesets-menu-before)
15608         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
15609         (filesets-menu-cache-file): Use directory ~/.emacs.d.
15610         (filesets-add-submenu): Delete and use add-submenu instead.
15612 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
15614         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
15615         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
15616         (org-diary-default-entry): New function.
15617         (org-get-entries-from-diary): Better parsing of diary entries.
15618         (org-agenda-check-no-diary): New function.
15619         ("diary-lib"): Advice to function `add-to-diary-list', to allow
15620         linking to diary entries.
15621         (org-agenda-execute-calendar-command): New function.
15622         (org-agenda): Improve visible section in window.
15623         Use `org-fit-agenda-window'.
15624         (org-fit-agenda-window): New option.
15625         (org-move-subtree-down): Better handling of empty lines
15626         at end of subtree.
15627         (org-cycle): Numeric prefix is interpreted now as show-subtree N
15628         levels up.
15629         (org-fontify-done-headline): New option.
15630         (org-headline-done-face): New face.
15631         (org-set-font-lock-defaults): Use `org-headline-done-face'.
15632         (org-table-copy-down): Rename from `org-table-copy-from-above'.
15633         When current field is non-empty, it is copied to next row.
15634         (org-table-copy-from-above): Fix bug which made it
15635         impossible to copy fields containing only a single non-white character.
15637 2005-03-30  Kim F. Storm  <storm@cua.dk>
15639         * kmacro.el (kmacro-end-macro): Isearch may store this command
15640         into the macro -- so ignore it when executing keyboard macro.
15642 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
15644         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
15646 2005-03-29  Kenichi Handa  <handa@m17n.org>
15648         * language/thai.el ("Thai"): Set setup-function and exit-function
15649         for Thai language environment.
15651         * language/thai-util.el: Require thai-word.
15652         (thai-word-mode-map): New variable.
15653         (thai-word-mode): New minor mode.
15654         (setup-thai-language-environment-internal): New function.
15655         (exit-thai-language-environment-internal): New function.
15657         * language/thai-word.el (thai-word-table): Declare it by defvar,
15658         use dolist to initialize it.
15659         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
15660         (thai-fill-find-break-point): New functions.
15662 2005-03-29  Richard M. Stallman  <rms@gnu.org>
15664         * simple.el (idle-update-delay): Move definition up.
15665         (set-mark): Doc fix.
15667 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
15669         * longlines.el: New file.
15671         * simple.el (buffer-substring-filters): New variable.
15672         (filter-buffer-substring): New function.
15673         (kill-region, copy-region-as-kill): Use it.
15675         * register.el (copy-to-register, append-to-register)
15676         (prepend-to-register): Use filter-buffer-substring.
15678 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
15680         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
15681         (gud-filter-pending-text): Move in front of gdb.
15682         (gud-overlay-arrow-position): New variable.
15683         (gud-sentinel, gud-display-line): Use it in place of
15684         overlay-arrow-position.
15686 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
15688         * progmodes/fortran.el (fortran-if-indent): Doc fix.
15689         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
15690         (fortran-font-lock-keywords-4): New variable.
15691         (fortran-blocks-re, fortran-end-block-re)
15692         (fortran-start-block-re): New constants, for hideshow.
15693         (hs-special-modes-alist): Add a Fortran entry.
15694         (fortran-mode-map): Bind fortran-end-of-block,
15695         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
15696         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
15697         (fortran-looking-at-if-then, fortran-end-of-block)
15698         (fortran-beginning-of-block): New functions, for hideshow.
15700         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
15701         Doc fix.  Tweak regexp.
15702         (f90-beginning-of-block): Push mark first.
15704 2005-03-29  Jay Belanger  <belanger@truman.edu>
15706         * calc/calc.el: Update copyright date.
15707         (calc-version): Increase to 2.1.
15708         (calc-version-date): Remove.
15710         * calc/calc-help.el: Update copyright date.
15711         (calc-full-help): Remove reference to calc-version-date.
15712         Update copyright date.
15714 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15716         * vc.el (vc-do-command): Use a pipe for async processes, so password
15717         prompts don't show up at places where the user can't reply.
15719 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
15721         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
15722         on the file name we pass to the inferior shell.
15724 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
15726         * progmodes/which-func.el (which-function): Be robust in the face of an
15727         imenu--make-index-alist failure.
15729 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15731         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
15733         * progmodes/python.el (python-preoutput-filter): Fix last change.
15735 2005-03-29  Lute Kamstra  <lute@gnu.org>
15737         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
15738         functions and compiled macros.
15739         (debug-convert-byte-code): Handle macros too.
15740         (debug-on-entry-1): Don't signal an error when trying to clear a
15741         function that is not set to debug on entry.
15743 2005-03-29  Jay Belanger  <belanger@truman.edu>
15745         * calc/calc-lang.el: Add functions to math-function-table
15746         properties of tex and math.
15748 2005-03-29  Kenichi Handa  <handa@m17n.org>
15750         * ps-mule.el (ps-mule-plot-string): Translate characters by
15751         ps-print-translation-table.
15752         (ps-mule-begin-job): Call find-charset-region/string with
15753         ps-print-translation-table.
15754         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
15756         * ps-print.el (ps-print-translation-table): New variable.
15757         (ps-plot-region): Translate characters by ps-print-translation-table.
15759 2005-03-29  Juri Linkov  <juri@jurta.org>
15761         * simple.el (next-error-highlight-timer): New variable.
15763         * progmodes/compile.el (compilation-goto-locus):
15764         Use `next-error-highlight-timer' instead of `sit-for'.
15766 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15768         * mail/supercite.el (sc-mail-field): Use assoc-string.
15769         (sc-get-address): Simplify regexps.
15771         * files.el (minibuffer-with-setup-hook): New macro.
15772         (find-file-read-args): Use it to avoid let-binding
15773         minibuffer-with-setup-hook (which breaks turning on/off
15774         file-name-shadow-mode while in the prompt).
15776         * complete.el (PC-read-include-file-name-internal):
15777         Use test-completion.
15779 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
15781         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
15783 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15785         * window.el (window-buffer-height): Use count-screen-lines.
15787         * progmodes/python.el (python-preoutput-leftover): New var.
15788         (python-preoutput-filter): Use it.
15789         (python-send-receive): Loop until all the result has been received.
15791 2005-03-28  Juri Linkov  <juri@jurta.org>
15793         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
15795         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
15796         "Recover Crashed Session".
15797         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
15798         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
15799         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
15800         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
15801         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
15802         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
15803         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
15804         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
15806         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
15807         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
15808         Ediff Sessions", "Toggle use of separate control buffer frame",
15809         "Use separate frame for Ediff control buffer".
15811         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
15812         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
15813         "Rename Bookmark", "Delete Bookmark".
15815         * info.el (Info-mode-menu): Remove ellipsis from "Index".
15816         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
15817         Add `:active Info-index-alternatives' to "Next Matching Item".
15819         * wdired.el (wdired-change-to-wdired-mode):
15820         Mention `wdired-abort-changes' key in the initial message.
15822         * international/mule.el (auto-coding-alist): Associate non-ascii
15823         image filename extensions with `no-conversion'.
15825 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15827         * international/iso-acc.el:
15828         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
15830 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
15832         * textmodes/sgml-mode.el (html-mode): Doc update.
15834         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
15836 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
15838         * term.el (term-move-columns): Fix face after extending a line.
15839         (term-insert-spaces): Likewise.
15840         (term-reset-terminal): Fix off by one error.
15842 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
15844         * international/mule.el (auto-coding-alist): Add .xpi files.
15846         * files.el (auto-mode-alist): Add .xpi files.
15848 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
15850         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
15852 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
15854         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
15856 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
15858         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
15859         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
15861         * calendar/cal-move.el (calendar-beginning-of-year): Move the
15862         cursor to Jan 1 when needed.
15863         (calendar-end-of-year): Fix -/+ typo.
15864         Reported by Chong Yidong <cyd@stupidchicken.com>.
15866 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15868         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
15870         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
15871         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
15873 2005-03-25  Richard M. Stallman  <rms@gnu.org>
15875         * filesets.el (filesets-init): Add autoload.
15877         * mail/mailalias.el (mail-directory): Doc fix.
15879 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
15881         * mail/mailalias.el (mail-directory-process): Do nothing if
15882         mail-directory-process is an atom.
15883         (mail-get-names): Ignore mail-directory-names if it is an atom.
15884         (mail-directory-process defvar): Doc fix.
15885         (mail-names): Doc fix.
15887 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
15889         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
15891 2005-03-26  Kenichi Handa  <handa@m17n.org>
15893         * international/mule-util.el (detect-coding-with-priority):
15894         Call update-coding-systems-internal before detect-coding-region.
15896 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
15898         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
15899         (gdb-frames-mode-map): Add follow-link property.
15901 2005-03-25  Jay Belanger  <belanger@truman.edu>
15903         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
15904         for variables.
15906 2005-03-25  Juri Linkov  <juri@jurta.org>
15908         * image-mode.el: Optimize image filename extension regexps in
15909         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
15910         in `auto-mode-alist'.
15911         (image-mode): Add `image-toggle-display-text' to local hook
15912         `change-major-mode-hook'.  Display the image as an image by
15913         default.  Set `cursor-type' and `truncate-lines' if the image
15914         is already displayed.  Take into account the current mode (image
15915         or text) in message.
15916         (image-minor-mode): New minor mode.
15917         (image-mode-maybe, image-toggle-display-text): New functions.
15918         (image-toggle-display): Use called-interactively-p.
15919         Let-bind `inhibit-read-only' to t.
15921         * image-mode.el (image-minor-mode): Set `cursor-type' and
15922         `truncate-lines' if the image is already displayed.  Add turning
15923         image-minor-mode off to `change-major-mode-hook'.  Add message.
15924         Call `image-toggle-display-text' after turning image-minor-mode off.
15926 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15928         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
15929         Terminal.app, use utf-8.
15930         (set-display-table-and-terminal-coding-system): Add coding-system arg.
15931         (set-locale-environment): Use it.
15933         * term/xterm.el: Undo last change, better done in mule-cmds.el.
15935         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
15937         * progmodes/python.el (python-close-block-statement-p)
15938         (python-outdent-p, python-current-defun): Use symbol-end.
15940 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
15942         * files.el (save-some-buffers): Doc fix.
15944 2005-03-25  Werner Lemberg  <wl@gnu.org>
15946         * complete.el, thumbs.el: Replace `legal' with `valid'.
15947         * calendar/calendar.el: Replace `legal' with `valid'.
15948         * emacs-lisp/advice.el: Replace `legal' with `valid'.
15949         * mail/supercite.el: Replace `legal' with `valid'.
15950         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
15951         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
15952         Replace `legal' with `valid'.
15953         * textmodes/reftex-vars.el, textmodes/reftex.el:
15954         Replace `legal' with `valid'.
15956 2005-03-25  Werner Lemberg  <wl@gnu.org>
15958         * calc/calc-forms.el, calc/calc-sel.el:
15959         * midnight.el, vc-cvs.el:
15960         * emacs-lisp/cl-macs.el:
15961         * emulation/vip.el:
15962         * eshell/esh-io.el, eshell/esh-var.el:
15963         * mail/supercite.el:
15964         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
15965         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
15966         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
15967         * progmodes/sh-script.el, progmodes/xscheme.el:
15968         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
15969         * textmodes/reftex-index.el, textmodes/reftex-parse.el
15970         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
15971         * textmodes/reftex.el, textmodes/org.el:
15972         Replace `illegal' with `invalid'.
15974 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15976         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
15977         (flymake-find-buildfile, flymake-find-possible-master-files)
15978         (flymake-check-include, flymake-parse-line): Replace loops over the
15979         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
15981         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
15982         Substitute file-name-as-directory in the rest of the file.
15983         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
15984         (flymake-replace-region): Remove unused arg `buffer'.
15985         (flymake-check-patch-master-file-buffer): Update calls to it.
15986         (flymake-add-err-info): Remove unused var `count'.
15987         (flymake-mode): Use define-minor-mode.
15989         * progmodes/flymake.el: Use with-current-buffer.
15990         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
15991         flymake-replace-regexp-in-string, flymake-line-beginning-position)
15992         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
15993         Avoid testing for `xemacs'.
15994         (flymake-nop): Move.
15995         (flymake-region-has-flymake-overlays): Return the computed value.
15996         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
15997         Remove unused var `endline'.
15998         (flymake-get-line-count): Remove unused function.
15999         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
16001         * emulation/vi.el:
16002         * generic.el:
16003         * hilit-chg.el (global-highlight-changes):
16004         * hi-lock.el (hi-lock-mode):
16005         * follow.el: find-file-hooks -> find-file-hook.
16007         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
16009 2005-03-24  Juri Linkov  <juri@jurta.org>
16011         * dired.el (dired-mode-map): Add menu item "Compare directories"
16012         for dired-compare-directories.
16014         * dired-aux.el (dired-compare-directories): Add autoload cookie.
16015         Doc fix.  Replace `read-file-name' with `read-directory-name'.
16017 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16019         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
16021 2005-03-24  Jay Belanger  <belanger@truman.edu>
16023         * calc/calc-embed.el (calc-embedded-mode-change): Save all
16024         relevant mode settings in calc-embedded-original-modes when modes
16025         are permanently changed.
16027 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16029         * autoinsert.el: find-file-hooks -> find-file-hook.
16031 2005-03-24  Lute Kamstra  <lute@gnu.org>
16033         * generic.el (generic-font-lock-defaults): Make it obsolete.
16034         (generic-font-lock-keywords): New variable to replace
16035         generic-font-lock-defaults.
16036         (generic-mode-set-font-lock): Delete it.
16037         (generic-mode-internal): Don't call generic-mode-set-font-lock.
16038         (generic-bracket-support): Add docstring.
16040         * generic-x.el: Rename generic-font-lock-defaults to
16041         generic-font-lock-keywords throughout.
16042         (mailagent-rules-setup-function): Delete it.
16043         (mailagent-rules-generic-mode): Use anonymous function instead.
16044         (show-tabs-generic-mode-font-lock-defaults-1)
16045         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
16046         Quote faces.
16047         (show-tabs-tab-face, show-tabs-space-face): Specify background,
16048         not foreground.
16050         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
16051         Recognize define-generic-mode.
16053 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16055         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
16056         if there's no completion table.
16058 2005-03-23  Miles Bader  <miles@gnu.org>
16060         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
16061         Remove tty-specific variants, as they're no longer needed.
16063 2005-03-23  Lute Kamstra  <lute@gnu.org>
16065         * generic-x.el: Code cleanup: make args constant whenever possible.
16066         (installshield-statement-keyword-list)
16067         (installshield-system-functions-list)
16068         (installshield-system-variables-list, installshield-types-list)
16069         (installshield-funarg-constants-list): Make them constants.
16071         * generic.el (generic-make-keywords-list): Add autoload cookie.
16073         * calendar/time-date.el: Add comment on time value formats.
16074         Don't require parse-time.
16075         (with-decoded-time-value): New macro.
16076         (encode-time-value): New function.
16077         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16078         (days-to-time): Return a valid time value when arg is huge.
16079         (time-since): Use time-subtract.
16080         (time-to-number-of-days): Use time-to-seconds.
16082 2005-03-23  David Ponce  <david@dponce.com>
16084         * recentf.el: (recentf-keep): New option.
16085         (recentf-menu-action): Default to `find-file'.
16086         (recentf-keep-non-readable-files-flag)
16087         (recentf-keep-non-readable-files-p)
16088         (recentf-file-readable-p, recentf-find-file)
16089         (recentf-cleanup-remote): Remove.
16090         (recentf-include-p): More robust.
16091         (recentf-keep-p): New function.
16092         (recentf-remove-if-non-kept): Rename from
16093         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
16094         All callers updated.
16095         (recentf-menu-items-for-commands): Fix help string.
16096         (recentf-track-closed-file): Update.  Doc fix.
16097         (recentf-cleanup): Update.  Count removed files.  Doc fix.
16099 2005-03-23  Kim F. Storm  <storm@cua.dk>
16101         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
16102         Don't inherit from fringe face (now happens automatically).
16104 2005-03-22  Kim F. Storm  <storm@cua.dk>
16106         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
16107         position values.
16109 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16111         * menu-bar.el (showhide-date-time): Remove.
16112         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
16113         (menu-bar-make-mm-toggle): Simplify.
16115 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
16117         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
16118         Accept qualified variable and function names.
16120 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
16122         * bindings.el (completion-ignored-extensions):
16123         Remove ".lis" for `vax-vms'.
16125 2005-03-22  Andreas Schwab  <schwab@suse.de>
16127         * generic-x.el: Revert last change.
16128         * ldefs-boot.el: Update.
16130 2005-03-22  Jay Belanger  <belanger@truman.edu>
16132         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
16133         (calc-embedded-save-original-modes)
16134         (calc-embedded-restore-original-modes): New functions.
16135         (calc-do-embedded): Save original modes when entering embedded mode
16136         and restore when leaving embedded mode.
16137         (calc-embedded-modes-change): Change the value of
16138         calc-embedded-original-modes to reflect permanent changes.
16140 2005-03-22  Lute Kamstra  <lute@gnu.org>
16142         * generic-x.el: Require generic again.
16144 2005-03-22  Miles Bader  <miles@gnu.org>
16146         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
16147         Tweak details to look good on both ttys and bitmap displays, light
16148         or dark background, etc.
16150 2005-03-21  Kim F. Storm  <storm@cua.dk>
16152         * tooltip.el (tooltip-show-help-function): Check car and cdr of
16153         mouse position.
16155 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16157         * icomplete.el: Don't forcibly turn on the mode upon load.
16158         (icomplete-mode): Use define-minor-mode.
16159         (icomplete-eoinput): Default to nil.
16160         (icomplete-minibuffer-setup): Remove autoload.
16161         (icomplete-tidy): Simplify.
16162         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
16163         in the initial state or if the user has modified the field.
16164         Fix handling of icomplete-max-delay-chars.
16165         Remove code that handles the oddball case where
16166         minibuffer-completion-table is an integer.
16167         Wrap icomplete-completions in while-no-input in case building
16168         completions takes more time than expected.
16169         (icomplete-completions): Simplify.
16171 2005-03-21  Richard M. Stallman  <rms@gnu.org>
16173         * jka-compr.el (jka-compr-really-do-compress):
16174         Make variable buffer-local.
16176         * image-mode.el: Handle .xpm files too.
16177         (image-toggle-display): Preserve modification flag.
16179         * help.el (where-is): Don't mention aliases with no key bindings.
16181 2005-03-21  Lute Kamstra  <lute@gnu.org>
16183         * generic.el: Fix commentary section.  Don't require cl for
16184         compilation.
16185         (generic-mode-list): Add autoload cookie.
16186         (generic-use-find-file-hook, generic-lines-to-scan)
16187         (generic-find-file-regexp, generic-ignore-files-regexp)
16188         (generic-mode, generic-mode-find-file-hook)
16189         (generic-mode-ini-file-find-file-hook): Fix docstrings.
16190         (define-generic-mode): Make it a defmacro.  Fix docstring.
16191         (generic-mode-internal): Code cleanup.  Add autoload cookie.
16192         (generic-mode-set-comments): Code cleanup.
16193         * generic-x.el: Don't prevent compilation.  Don't require generic.
16194         Follow coding conventions.  Minor code cleanup.
16195         (etc-fstab-generic-mode): Add some keywords.
16196         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
16197         define-generic-mode like a function declaration.
16199 2005-03-21  Jay Belanger  <belanger@truman.edu>
16201         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
16202         changing modes.
16204 2005-03-21  Sam Steingold  <sds@gnu.org>
16206         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
16208 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
16210         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
16211         Add underscore to "f$ lexicals" regexp.
16213 2005-03-20  Juri Linkov  <juri@jurta.org>
16215         * subr.el (progress-reporter-do-update): When `min-value' is equal
16216         to `max-value', set `percentage' to 0 and prevent division by zero.
16218 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
16220         Sync with Tramp 2.0.48.
16222         * net/tramp.el (all): Change all addresses to .gnu.org.
16223         (tramp-append-tramp-buffers): New defun.
16224         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
16225         Catch `dont-send' signal.
16226         (tramp-set-auto-save-file-modes): Set always permissions, because
16227         there might be an old auto-saved file belonging to another
16228         original file.  This could be a security threat.  Reported by
16229         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
16230         Check for Emacs 21.3.50 removed.
16232         * net/tramp-smb.el (all): Remove debug construct for
16233         `with-parsed-tramp-file-name'.
16234         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
16235         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
16236         No error message if DIRECTORY or FILENAME doesn't exist.
16237         (tramp-smb-open-connection): Check existence of
16238         `tramp-smb-program'.
16240 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16242         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
16243         Properly handle the case where the `m' or `s' command's argument is not
16244         yet terminated.
16245         (perl-indent-new-calculate): New function.
16246         (perl-indent-line): Use it.
16248 2005-03-20  Miles Bader  <miles@gnu.org>
16250         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
16251         in text-mode too.  Change to new face names.
16252         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
16253         Add `:weight bold' attribute.
16254         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
16256 2005-03-19  Juri Linkov  <juri@jurta.org>
16258         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
16260         * international/mule.el (auto-coding-alist): Sync with
16261         `auto-mode-alist' by adding upper case archive file extensions
16262         and adding ear/war to jar extension.
16264 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
16266         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
16267         running, restart it.
16269 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
16271         * finder.el (finder-current-item): Throw an error on an empty line.
16273         * man.el (Man-follow-manual-reference): If current-word returns
16274         nil, use "".
16276 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
16278         * simple.el (goto-line): Doc fix.
16280 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
16282         * files.el (save-buffer): Doc fix.
16284 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
16286         * recentf.el (recentf-cleanup-remote): New variable.
16287         (recentf-cleanup): Use it to conditionally check availability of
16288         remote files.
16290 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
16292         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
16293         function names.
16295 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
16297         * language/thai-word.el: New file.
16299 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
16301         * files.el (backup-buffer): If the file's directory is not
16302         writable, use copy instead of move to backup the file.
16304 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
16306         * obsolete/keyswap.el: Moved to obsolete/ from term/.
16308 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16310         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
16311         Use functionp instead of symbolp and fboundp.  Reported by Drkm
16312         <darkman_spam@yahoo.fr>.
16313         (ps-print-version): New version 6.6.6.
16315 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
16317         * textmodes/table.el (table--line-column-position): New idiom.
16318         (table--row-column-insertion-point-p): New function to test
16319         validity of row and column insertion operation at a location.
16320         (table-global-menu, table-cell-menu): Use above functions for
16321         deterministic test operation.
16322         (table--editable-cell-p): Behave in deterministic fashion.
16324 2005-03-18  Juri Linkov  <juri@jurta.org>
16326         * isearch.el (isearch-lazy-highlight-new-loop):
16327         Make arguments beg and end optional.
16328         (isearch-update): Remove optional arguments nil from
16329         isearch-lazy-highlight-new-loop.
16330         (isearch-lazy-highlight-search): Let-bind case-fold-search to
16331         isearch-lazy-highlight-case-fold-search instead of
16332         isearch-case-fold-search, and let-bind isearch-regexp to
16333         isearch-lazy-highlight-regexp.
16334         Use isearch-lazy-highlight-last-string instead of isearch-string.
16336         * replace.el (perform-replace): Remove bindings of global
16337         variables isearch-string, isearch-regexp, isearch-case-fold-search.
16338         Add three new arguments to `replace-highlight'.
16339         (replace-highlight): Add arguments string, regexp, case-fold.
16340         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
16341         to allow isearch-lazy-highlight-new-loop to use these values
16342         to set corresponding isearch-lazy-highlight-* internal
16343         variables whose values lazy highlighting will use regardless of
16344         changes to global variables isearch-string, isearch-regexp,
16345         isearch-case-fold-search during lazy highlighting loop.
16346         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
16347         to `lazy-highlight-cleanup'.
16349         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
16350         (ispell-highlight-face): Set default face to `isearch' when
16351         lazy highlighting is enabled.
16352         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
16353         priority to 1.  Add lazy highlighting.
16354         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
16355         from `isearch-dehighlight'.
16357 2005-03-18  David Ponce  <david@dponce.com>
16359         * files.el (hack-local-variables): Do a case-insensitive search
16360         for End.
16362 2005-03-18  Juri Linkov  <juri@jurta.org>
16364         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
16365         `isearch-lazy-highlight-cleanup', add alias to old name and
16366         declare obsolete.  Add release numbers to other obsolete vars.
16367         (isearch-done, isearch-lazy-highlight-new-loop):
16368         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
16369         (lazy-highlight-cleanup) <variable>: Doc fix.
16370         (isearch-lazy-highlight-update): Rename obsolete
16371         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
16373 2005-03-18  Kenichi Handa  <handa@m17n.org>
16375         * language/thai-util.el: Fix categorization of Thai characters in
16376         thai-category-table.
16377         (thai-composition-pattern): Adjust it for the above change.
16378         (thai-self-insert-command, thai-compose-syllable): New functions.
16379         (thai-compose-region): Use thai-compose-syllable.
16380         (thai-compose-string): Likewise.
16381         (thai-composition-function): Likewise.
16382         (thai-auto-composition): New function.
16383         (thai-auto-composition-mode): New minor mode.
16385         * language/thai.el: Fix patterns to be registered in
16386         composition-function-table.
16388         * international/quail.el (quail-input-method): Locally bind
16389         inhibit-modification-hooks to t.
16391 2005-03-17  Richard M. Stallman  <rms@gnu.org>
16393         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
16394         (perl-mode): Use run-mode-hooks.
16396         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
16397         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
16398         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
16400         * mail/sendmail.el (sendmail-send-it): Reenable the code
16401         to compute resend-to-address and use it.
16403         * tar-mode.el (tar-mode): Turn off undo unconditionally.
16405         * image-mode.el: New file.
16407         * image.el (insert-sliced-image): Add autoload cookie.
16409         * font-lock.el (font-lock-lines-before): New user option.
16410         (font-lock-after-change-function): Obey it.
16412         * bindings.el (esc-map): Make M-g a prefix.
16413         Bind M-g g and M-g M-g to goto-line.
16415         * faces.el (face-id): Doc fix.
16417 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
16419         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
16420         (rmail-show-message): Use rmail-unknown-mail-followup-to.
16421         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
16423         * mail/sendmail.el (mail-yank-ignored-headers)
16424         (mail-font-lock-keywords, mail-mode-fill-paragraph):
16425         Add Mail-Followup-To and Mail-Reply-To headers.
16426         (mail-citation-hook): Add autoload cookie.
16427         (mail-mode): Doc fix.
16428         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
16429         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
16430         (mail-mode-fill-paragraph): Handle those headers.
16431         (mail-mailing-lists): New variable.
16432         (mail-mail-reply-to, mail-mail-followup-to): New functions.
16434 2005-03-17  Juri Linkov  <juri@jurta.org>
16436         * isearch.el (isearch-fallback): Check for `(car previous)'
16437         before calling `isearch-other-end-state'.
16439 2005-03-17  Kim F. Storm  <storm@cua.dk>
16441         * simple.el (move-beginning-of-line): Move to beginning of buffer
16442         line, as well as beginning of screen line.
16444 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
16446         * calendar/diary-lib.el (mark-diary-entries): Use new optional
16447         argument REDRAW rather than calendar-redrawing variable.
16448         * calendar/calendar.el (calendar-redrawing): Delete.
16449         (redraw-calendar): Do not bind calendar-redrawing.
16451 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
16453         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
16454         diary-file buffer.
16456 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16458         * help.el (describe-mode): Allow a :minor-mode-function property to
16459         specify a different minor mode toggle function than the variable.
16460         * simple.el (auto-fill-function):
16461         * subr.el (add-minor-mode): Use it.
16463 2005-03-16  Kenichi Handa  <handa@m17n.org>
16465         * language/ethio-util.el (sera-being-called-by-w3): New variable.
16466         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
16467         (ethio-fidel-to-sera-buffer): Likewise.
16469 2005-03-16  Juri Linkov  <juri@jurta.org>
16471         * emacs-lisp/find-func.el (find-function-regexp):
16472         Add defun-emitting macro `menu-bar-make-toggle'.
16474         * isearch.el: Put `isearch-scroll' property to
16475         `split-window-horizontally'.
16477         * info.el: Update error messages for `debug-ignored-errors'.
16478         (Info-isearch-search): Doc fix.
16479         (Info-find-node): Move up code to go into info buffer before
16480         recording the node to the history.
16481         (Info-fontify-node): Fontify titles only if the next line
16482         has two or more `*', `=', `-', `.'.
16483         Display "go to this node" for empty (match-string 3).
16485 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16487         * term/mac-win.el: Add mouse pointer shape constants.
16489 2005-03-15  Kim F. Storm  <storm@cua.dk>
16491         * simple.el (move-beginning-of-line): Use vertical-motion.
16493 2005-03-15  Juri Linkov  <juri@jurta.org>
16495         * isearch.el (isearch-error): New variable.
16496         (isearch-invalid-regexp, isearch-within-brackets): Remove.
16497         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
16498         (isearch-within-brackets-state): Remove.
16499         (isearch-case-fold-search-state, isearch-pop-fun-state):
16500         Decrease frame index.
16501         (isearch-mode, isearch-top-state, isearch-push-state)
16502         (isearch-edit-string, isearch-abort, isearch-search-and-update)
16503         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
16504         (isearch-search, isearch-lazy-highlight-new-loop):
16505         Replace `isearch-invalid-regexp' with `isearch-error'.
16506         Remove `isearch-within-brackets'.
16507         (isearch-search): Add `search-failed' handler to `condition-case'.
16508         (isearch-lazy-highlight-search): Add `condition-case' to catch
16509         errors and allow `isearch-lazy-highlight-update' to try
16510         highlighting from the beginning of the window.
16511         (isearch-repeat): Move up code to set isearch-wrapped to t
16512         before calling isearch-wrap-function.
16514         * info.el (Info-isearch-initial-node): New internal variable.
16515         (Info-search): Signal an error in isearch mode when search leaves
16516         the initial node.  Signal an error when `bound' is non-nil and
16517         nothing was found in the current subfile.
16518         (Info-isearch-search): Remove `condition-case'.
16519         (Info-isearch-wrap): Don't wrap when search failed during leaving
16520         the initial node.  If `Info-isearch-search' is nil, wrap around
16521         the current node.
16522         (Info-isearch-start): New fun.
16523         (Info-mode): Add buffer-local hook `Info-isearch-start' to
16524         `isearch-mode-hook'.
16526 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16528         * simple.el (normal-erase-is-backspace): Set default to t if
16529         running on Mac.
16531         * term/mac-win.el (function-key-map): Sync with x-win.el.
16533 2005-03-15  Kenichi Handa  <handa@m17n.org>
16535         * international/mule-cmds.el (locale-language-names): Modify the
16536         format of elements and add more entries.
16537         (locale-preferred-coding-systems): Add more entries.
16538         (set-locale-environment): Adjust for the change of
16539         locale-language-names.
16541 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16543         * pcvs.el (smerge-ediff): Remove bogus autoload.
16545 2005-03-14  Lute Kamstra  <lute@gnu.org>
16547         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
16548         Ignore a `*' at the beginning of a line.
16550         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
16551         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
16552         subr.el.
16553         (dont-compile, eval-when-compile, eval-and-compile): Use declare
16554         to specify indentation.
16556         * generic.el (define-generic-mode): Let generic-mode-list be a
16557         list of strings; test membership with equal.
16559 2005-03-14  Kim F. Storm  <storm@cua.dk>
16561         * simple.el (next-line, previous-line): Add optional try-vscroll
16562         arg to recognize interactive use.  Pass it on to line-move.
16563         (line-move): Don't perform auto-window-vscroll when defining or
16564         executing keyboard macro to ensure consistent behavior.
16566 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16568         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
16570 2005-03-13  Lute Kamstra  <lute@gnu.org>
16572         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
16573         debugger-setup-buffer so that backtrace marks the frames set to
16574         debug-on-exit and we don't have to do it manually.  Set an extra
16575         debug-on-exit for macro's.
16576         (debugger-setup-buffer): Don't mark the top frame manually.
16578 2005-03-12  Lute Kamstra  <lute@gnu.org>
16580         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
16581         lisp-indent-function throughout.
16582         (with-no-warnings): Set lisp-indent-function property.
16584 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
16586         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
16587         Add entry for backslash.
16589 2005-03-12  Juri Linkov  <juri@jurta.org>
16591         * info.el (Info-search): Four fixes for backward search.
16593 2005-03-11  Jay Belanger  <belanger@truman.edu>
16595         * calc/calc.el (calc-language-alist): New variable.
16596         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
16597         (calc-embedded-find-modes): Use calc-language-alist instead of
16598         calc-embedded-language-alist.
16600 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
16602         * calendar/calendar.el (calendar-redrawing): New internal
16603         variable.
16604         (redraw-calendar): Remove bogus save-excursion from previous
16605         change.  Bind calendar-redrawing to t for mark-diary-entries.
16606         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
16607         calendar if that is why we were called.
16609 2005-03-11  Kenichi Handa  <handa@m17n.org>
16611         * international/mule.el (make-coding-system): Set property
16612         coding-system-define-form to nil.
16613         (define-coding-system-alias): Likewise.
16615 2005-03-11  Kenichi Handa  <handa@m17n.org>
16617         These changes are suggested by Dave Love <fx@gnu.org>.
16619         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
16620         coding: tag.
16621         (adaptive-fill-regexp): Add more bullets.
16622         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
16623         regexps.
16625 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16627         * help.el (describe-mode): Properly handle non-trivial lighters.
16628         Don't ignore minor modes that are not listed in minor-mode-list.
16630         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
16631         feature ON when the user requests to turn it OFF.
16633 2005-03-10  Lute Kamstra  <lute@gnu.org>
16635         * emacs-lisp/debug.el (debug-entry-code): Delete it.
16636         (implement-debug-on-entry): New function to replace debug-entry-code.
16637         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
16638         second argument as the 2005-03-07 change makes it obsolete.
16639         (debug-on-entry, cancel-debug-on-entry): Update call to
16640         debug-on-entry-1.
16641         (debug, debugger-setup-buffer): Comment update.
16642         (debugger-frame-number): Update to work with implement-debug-on-entry.
16644 2005-03-10  Jay Belanger  <belanger@truman.edu>
16646         * calc/calc-embed.el (math-ms-args): Declare it.
16647         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
16648         math-ms-args.
16649         (calc-embedded-subst): Use math-multi-subst-rec to substitute
16650         variables.
16652 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
16654         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
16655         Use message-box.
16657         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
16658         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
16659         (tooltip-gud-tips): Simplify.
16660         (tooltip-gud-tips-p): Remove superfluous :set.
16661         (tooltip-gud-modes): Add fortran-mode.
16662         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
16664         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
16666 2005-03-09  Kim F. Storm  <storm@cua.dk>
16668         * play/animate.el (animate-place-char): Use forward-line instead
16669         of next-line to improve performance.
16671 2005-03-09  Simon Josefsson  <jas@extundo.com>
16673         * net/browse-url.el (browse-url-default-browser): Doc fix.
16675 2005-03-09  Miles Bader  <miles@gnu.org>
16677         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
16678         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
16680 2005-03-09  Kenichi Handa  <handa@m17n.org>
16682         * international/latin-1.el: Set case and syntax for 255 only if
16683         set-case-syntax-set-multibyte is nil.
16685         * textmodes/ispell.el (ispell-insert-word): New function.
16686         (ispell-word): Use ispell-insert-word to insert a new word.
16687         (ispell-process-line): Likewise.
16688         (ispell-complete-word): Likewise.
16690 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
16692         * calendar/calendar.el (redraw-calendar): Preserve point.
16693         Reported by Matt Hodges <MPHodges@member.fsf.org>.
16694         (calendar-week-start-day): Move after definition of
16695         redraw-calendar.  Delete buffer test, since redraw-calendar has
16696         that now.
16698         * calendar/diary-lib.el (mark-diary-entries): Only call
16699         redraw-calendar in the first of any recursive calls.
16700         Reported by Alan Shutko <ats@acm.org>.
16702 2005-03-08  Juri Linkov  <juri@jurta.org>
16704         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
16705         (html-horizontal-rule, html-line, html-image, html-checkboxes)
16706         (html-radio-buttons): Add a space before the trailing `/>' where
16707         sgml-xml-mode is non-nil.
16708         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
16709         the subsequent tag of the empty XML tag.
16710         (html-href-anchor): Don't set initial input to "http:".
16711         (html-image): Ask for the image URL and set point inside alt="".
16712         (html-name-anchor): Duplicate the name in the `id' attribute when
16713         sgml-xml-mode is non-nil.
16714         (html-paragraph): Remove \n before <p>.
16715         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
16716         instead of `checked' when sgml-xml-mode is non-nil.
16718         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
16719         Remove 1 space before #RRGGBB to not truncate it on terminal
16720         windows w/o fringes.  Remove 1 space between bg and fg examples
16721         to get more space.
16722         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
16723         avoid byte-compile warnings.
16725         * image-file.el (image-file-handler): Put `safe-magic' property to
16726         `image-file-handler'.
16728         * info.el (Info-isearch-search): Emulate word search in
16729         isearching through multiple Info nodes with Info-search.
16730         (Info-isearch-wrap): Allow isearch-word.
16732 2005-03-08  Lute Kamstra  <lute@gnu.org>
16734         * emacs-lisp/debug.el (debugger-step-through): Make sure that
16735         stepping into the debugger's code is not possible.
16736         (debugger-jumping-flag): Docstring update.
16738 2005-03-08  Jay Belanger  <belanger@truman.edu>
16740         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
16741         embedded mode begins.
16742         (calc-embedded-language-alist): New variable.
16743         (calc-embedded-find-modes): Use calc-embedded-language-alist to
16744         set default language mode.
16746 2005-03-08  Kenichi Handa  <handa@m17n.org>
16748         * international/ccl.el (define-ccl-program): Fix docstring about
16749         extra 256 bytes assured for the output buffer.
16751         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
16752         Fix BUFFER_MAGNIFICATION to 2.
16753         (ccl-encode-mule-utf-16be-with-signature): Likewise.
16755 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
16757         * align.el (align-rules-list): Added an alignment rule for CSS
16758         declarations (applies to css-mode and html-mode buffers).
16760 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16762         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
16764 2005-03-07  Kim F. Storm  <storm@cua.dk>
16766         * simple.el (move-beginning-of-line): New command.
16768         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
16770         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
16772         * emulation/cua-base.el: Put CUA move property on move-end-of-line
16773         and move-beginning-of-line.
16775         * apropos.el (apropos-print): Omit command from M-x ... RET.
16777 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
16779         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
16780         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
16782 2005-03-06  Richard M. Stallman  <rms@gnu.org>
16784         * bindings.el (esc-map): Bind M-g to goto-line.
16786         * facemenu.el (global-map): Bind M-o, not M-g.
16788 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16790         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
16791         "Open Directory" as for "Open File".
16793 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
16795         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
16796         (push-mark-command): Run activate-mark-hook.
16798 2005-03-06  Richard M. Stallman  <rms@gnu.org>
16800         * help-mode.el (help-mode-finish): Don't alter the element
16801         in view-return-to-alist if there already is one.
16803         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
16804         make sure the current buffer is the expected one.
16806         * novice.el (disabled-command-function): Output in *Disabled Command*.
16807         Explicitly ignore non-keyboard events, and explicitly handle C-g.
16809         * textmodes/flyspell.el (flyspell-large-region):
16810         Pass args differently for aspell.
16812         * files.el (mode-require-final-newline): Doc fix.
16814 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
16816         * progmodes/which-func.el (which-function):
16817         Specify NOERROR when calling imenu--make-index-alist.
16819 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16821         * simple.el (normal-erase-is-backspace): Define default value.
16823         * custom.el (custom-theme-set-variables): Remove unused var
16824         `immediate'.
16825         (custom-reevaluate-setting): Simple function to handle variables
16826         that are defined before their default value can really be
16827         computed.
16829         * startup.el (command-line): Use it for temporary-file-directory,
16830         small-emporary-file-directory, auto-save-file-name-transforms,
16831         blink-cursor-mode, and normal-erase-is-backspace.
16833         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
16834         progress, even with buggy anchored keywords.
16836 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
16838         * simple.el (goto-line): Remove unbalanced final parenthesis.
16840 2005-03-05  Richard M. Stallman  <rms@gnu.org>
16842         * simple.el (goto-line): Use a number at point as the default.
16843         With C-u as arg, switch buffers.
16845 2005-03-05  Juri Linkov  <juri@jurta.org>
16847         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
16848         with `no-blinking-cursor'.
16850         * startup.el (no-blinking-cursor): New defvar.
16851         (command-line): Add `--no-blinking-cursor' to longopts.
16852         Set `no-blinking-cursor' to t for command line arguments
16853         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
16854         with `no-blinking-cursor' in the condition for calling
16855         `blink-cursor-mode'.
16857 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
16859         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
16860         (menu-bar-options-save): Add blink-cursor-mode.
16861         (menu-bar-options-menu): Add blink-cursor-mode.
16863 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
16865         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
16866         (icalendar-export-file, icalendar-export-region)
16867         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
16868         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
16870 2005-03-04  Lute Kamstra  <lute@gnu.org>
16872         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
16873         (debug-function-list): Ditto.
16875 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
16877         * textmodes/texinfmt.el (texinfo-append-refill):
16878         Redefine the types of line to which @refill
16879         is not appended by replacing a search for `@refill\\|@bye' with
16880         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
16881         itemize@refill' bug and the unfilled long lines bug.
16882         (texinfmt-version): Update number and date.
16884 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16886         * international/code-pages.el (windows-1250, windows-125[2-8])
16887         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
16889 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16891         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
16892         bound yet.
16894 2005-03-02  Romain Francoise  <romain@orebokech.com>
16896         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
16897         buffer after removing limits.
16898         (ibuffer-pop-filter): Ditto.
16899         Update copyright.
16901 2005-03-02  Miles Bader  <miles@gnu.org>
16903         * button.el (make-text-button): If the user doesn't specify a
16904         type, use the default.  Rewrite to use `add-text-properties' and
16905         plist functions.
16907 2005-03-01  Lute Kamstra  <lute@gnu.org>
16909         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
16910         (debugger-jumping-flag): New var.
16911         (debug-entry-code): Use it.
16912         (debugger-jump): Use debugger-jumping-flag and add
16913         debugger-reenable to post-command-hook.
16914         (debugger-reenable): Use debugger-jumping-flag and remove itself
16915         from post-command-hook.
16916         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
16917         debugger-reenable.
16919 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
16921         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
16922         inclusion of "itemize\\|", which may be unnecessary, is certainly
16923         inelegant, and stops refilling in itemize lists when formatting
16924         Japanese Texinfo files to Info.
16925         Update copyright to 2005.
16927 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
16929         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
16930         of an error if GDB can't find the source file.
16932 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
16934         * calendar/calendar.el (redraw-calendar): Work from any buffer,
16935         not just the calendar.
16937         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
16938         first.
16939         (diary-redraw-calendar): New function.
16940         (make-diary-entry): Add diary-redraw-calendar to local
16941         write-contents-functions.  Turn off selective display before
16942         inserting in diary.
16944 2005-03-01  Kim F. Storm  <storm@cua.dk>
16946         * emacs-lisp/copyright.el (copyright-fix-years): New command.
16948 2005-03-01  Lute Kamstra  <lute@gnu.org>
16950         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
16951         that debug-entry-code can be safely removed from a function while
16952         this code is being evaluated.  Revert the 2005-02-27 change as the
16953         new implementation no longer requires it.  Make sure that a
16954         function body containing just a string is not mistaken for a docstring.
16955         (debug): Skip one more frame in case of debug on entry.
16956         (debugger-setup-buffer): Delete one more frame line in case of
16957         debug on entry.
16958         (debugger-frame-number): Update to use the new text introduced by
16959         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
16961 2005-02-28  Kim F. Storm  <storm@cua.dk>
16963         * double.el (double-translate-key): Call force-window-update after
16964         read-event to avoid crash in redisplay.
16966 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16968         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
16969         (debug): Use it.  Move the inhibit-trace earlier.
16970         (debug-entry-code): New const.
16971         (debug-on-entry-1): Use it.
16973 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
16975         * international/utf-16.el (ccl-encode-mule-utf-16le):
16976         Fix BUFFER_MAGNIFICATION to 2.
16977         (ccl-encode-mule-utf-16be): Likewise.
16979 2005-02-28  Kenichi Handa  <handa@m17n.org>
16981         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
16982         Fix BUFFER_MAGNIFICATION to 4.
16983         (ccl-encode-mule-utf-16be-with-signature): Likewise.
16985 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
16987         * speedbar.el (speedbar-update-flag): Doc fix.
16988         (speedbar-show-info-under-mouse): Give set-mouse-position the right
16989         argument.
16991 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16993         * reveal.el (reveal-post-command): Don't try to reveal overlays which
16994         have a non-nil `invisible' property but are actually visible.
16996         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
16997         for perldoc sections.
16998         (perl-outline-regexp, perl-outline-level): New var and function.
16999         (perl-mode): Use them.
17001 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
17003         * calendar/diary-lib.el (diary-remind): Discard any mark portion
17004         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
17006 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
17008         * cus-edit.el: Comment change.
17009         (custom-buffer-create-internal): Slightly reword text at top of
17010         Custom buffers.  Mention there that saving an option edits the
17011         init file.  Add link to Emacs manual node on `custom-file'.
17012         (custom-magic-alist): Rewrite individual State messages to use
17013         capitalized keywords.  Doc fix.
17015 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
17017         * calendar/calendar.el (calendar-buffer): Move above
17018         calendar-week-start-day.
17019         (calendar-week-start-day): Doc fix.  Add :set function.
17020         (calendar-minimum-window-height): New variable.
17021         (generate-calendar-window): Only resize window if selected-window
17022         is displaying the calendar buffer.  Use new variable
17023         calendar-minimum-window-height.
17024         (generate-calendar): Reword error message.
17025         (calendar-mode-map): Bind DEL to scroll-other-window-down.
17027 2005-02-27  Andreas Schwab  <schwab@suse.de>
17029         * vc.el (vc-do-command): Don't run command asynchronously when
17030         operating in a remote directory.
17032         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
17033         change from sync with Tramp 2.0.47.
17035 2005-02-27  Richard M. Stallman  <rms@gnu.org>
17037         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
17039         * textmodes/flyspell.el (flyspell-mode-on):
17040         Call ispell-change-dictionary only if necessary.
17042         * emacs-lisp/re-builder.el (regexp-builder): New function.
17044         * register.el (describe-register-1): Explicitly handle
17045         yank-excluded-properties = t.
17047         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
17048         (custom-magic-alist): Change the status descriptions again.
17049         (face widget-type): Total rewrite based on `restricted-sexp'
17050         to eliminate the confusing double hiding levels.
17052         * emacs-lisp/debug.el (debug-on-entry-1):
17053         If function body is empty, add nil as body form.
17055 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17057         * emacs-lisp/trace.el (inhibit-trace): New var.
17058         (trace-make-advice): Use it.
17060         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
17062 2005-02-26  Kim F. Storm  <storm@cua.dk>
17064         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
17065         (mouse-on-link-p, mouse-drag-region-1): Use it.
17067 2005-02-25  Lute Kamstra  <lute@gnu.org>
17069         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
17071 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
17073         * frame.el (blink-cursor-mode): Add :group keyword.
17075 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
17077         * calendar/icalendar.el (icalendar--decode-isodatetime):
17078         New optional argument DAY-SHIFT.
17079         (icalendar-export-region): Fix coding-system-for-write.
17080         (icalendar--convert-ical-to-diary): Shift end-day of all-day
17081         events by one.
17083 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17085         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
17087 2005-02-24  Kim F. Storm  <storm@cua.dk>
17089         * international/iso-acc.el (iso-accents-compose): Fix crash
17090         during redisplay.  Call force-window-update after read-event
17091         and delete-region to signal that window is not accurate.
17093 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17095         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
17096         Remove unused and inexistent var `inhibit-trace'.
17097         (debugger-mode): Use run-mode-hooks.
17098         (debugger-list-functions): Add buttons; setup xref stack.
17100 2005-02-23  Richard M. Stallman  <rms@gnu.org>
17102         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
17103         appointment says it was explicitly made.
17104         (appt-add): Set the 3rd element.
17105         (appt-make-list): Preserve explicit appointments.
17107         * subr.el (find-tag-default): Catch errors in forward-sexp.
17109 2005-02-23  Juri Linkov  <juri@jurta.org>
17111         * info.el (Info-isearch-search): New defcustom.
17112         (Info-isearch-search): Call the default isearch function
17113         when Info-isearch-search is nil.
17114         (Info-isearch-wrap): Use variable Info-isearch-search.
17116 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
17118         * cus-edit.el: Comment change.
17120 2005-02-22  Kim F. Storm  <storm@cua.dk>
17122         * progmodes/hideif.el (hide-ifdef-use-define-alist):
17123         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
17125 2005-02-22  Simon Josefsson  <jas@extundo.com>
17127         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
17128         New variable.
17129         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
17130         Oskarsson" <myrkraverk@users.sourceforget.net>.
17132 2005-02-22  Kim F. Storm  <storm@cua.dk>
17134         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
17135         check that window of that event is the selected window.
17136         (mouse-drag-region-1): Compare mouse event window to selected
17137         window before setting point.
17139         * tooltip.el (tooltip-show-help-function): Pass event to
17140         mouse-on-link-p so it can check selected window.
17142 2005-02-22  Kenichi Handa  <handa@m17n.org>
17144         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
17145         (ps-mule-show-warning): New function.
17146         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
17147         characters are found.
17149         * ps-print.el (ps-header-footer-string): Return a list of header
17150         and footer strings.
17152 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
17154         * pcvs.el (cvs-retrieve-revision): Fix thinko.
17156 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17158         * frame.el (blink-cursor-mode): Use define-minor-mode.
17160         * term/mac-win.el (function-key-map): Use char-names more consistently.
17161         (file-name-coding-system): Only set it for MacOS-9.  The other case is
17162         already handled in mule-cmds.el (where it also works when mac-win.el
17163         is not used).
17165 2005-02-21  Kenichi Handa  <handa@m17n.org>
17167         * international/mule.el (ctext-pre-write-conversion): Always use
17168         " *code-converting-work*" buffer for work.
17170         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
17172 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
17174         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
17176 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
17178         * ses.el (undo-more): Restore defadvice, but only the part that
17179         allows changes outside the restricted area of the buffer.
17181 2005-02-20  Kim F. Storm  <storm@cua.dk>
17183         * simple.el (line-move): Add fourth optional arg try-vscroll which
17184         must be set to perform auto-window-vscroll.
17185         When moving backwards and doing auto-window-vscroll, automatically
17186         vscroll to the last part of lines which are taller than the window.
17187         (next-line, previous-line): Set try-vscroll arg on line-move.
17189 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
17191         * replace.el (query-replace, query-replace-regexp)
17192         (replace-string, replace-regexp): When operating on region, make
17193         the minibuffer prompt say so.
17195         * isearch.el (isearch-forward): Document isearch-query-replace and
17196         isearch-query-replace-regexp keybindings.
17198 2005-02-19  Jay Belanger  <belanger@truman.edu>
17200         * calc/calc-aent.el (math-read-token): Add local variable.
17202         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
17203         (calc-edit-top): Move declaration to earlier in file.
17204         (calc-edit-macro-repeats): Add local variables.
17206         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
17207         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
17208         calcFunc-tanh.
17209         Adjust integration rule for calcFunc-tan.
17211 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
17213         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
17214         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
17215         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
17216         (viper-skip-separators): Bug fix.
17217         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
17218         particular major mode.
17219         (viper-del-backward-char-in-replace): Don't put deleted char on the
17220         kill ring.
17222         * viper-ex.el (viper-color-display-p): New function.
17223         (viper-has-face-support-p): Use viper-color-display-p.
17225         * viper-keym.el (viper-gnus-modifier-map): New keymap.
17227         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
17229         * viper-util.el (viper-glob-unix-files): Fix shell status check.
17230         (viper-file-remote-p): Make equivalent to file-remote-p.
17232         * viper.el (viper-major-mode-modifier-list):
17233         Use viper-gnus-modifier-map.
17235 2005-02-19  David Kastrup  <dak@gnu.org>
17237         * subr.el (subregexp-context-p): Fix garbled doc string by adding
17238         quoting.
17240 2005-02-19  Jay Belanger  <belanger@truman.edu>
17242         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
17243         Remove extra definitions.
17244         (calc-coth): New function.
17245         (calcFunc-cot): Fix `let'.
17247 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
17249         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
17250         the reasons we use "type pc" in these faces.
17252         * button.el (button): Ditto.
17254 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
17256         * replace.el (query-replace-read-from): Set the value of
17257         query-replace-from-history-variable to handle the case of an empty
17258         string entered to accept the suggested default.
17260         * net/tramp.el (tramp-file-name-for-operation):
17261         Use dired-call-process instead of dired-call-process-command.
17263 2005-02-19  Jay Belanger  <belanger@truman.edu>
17265         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
17266         (math-div-non-trig): New variables.
17267         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
17268         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
17269         (math-combine-prod, math-div-symb-fancy): Add simplifications for
17270         trig expressions.
17272 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
17274         * progmodes/gdb-ui.el (gdb-var-update-handler)
17275         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
17276         for watch expressions,
17277         (gdb-var-create-handler): Don't set speedbar-update-flag.
17278         (gdb-post-prompt): Simplify test for speedbar.
17280 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
17282         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
17283         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
17284         we use the syntax table of the correct buffer.
17285         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
17286         Felix Gatzemeier.
17288         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
17289         (ediff-file-remote-p): Make synonymous with file-remote-p.
17290         In all deffaces ediff-*-face-*, use min-colors.
17292         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
17293         ediff-recurse-to-subdirectories.
17294         (ediff-mark-if-equal): Check that the arguments are strings, use
17295         ediff-same-contents (after to Felix Gatzemeier).
17297         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
17298         nil.
17300 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17302         * log-view.el (log-view-message-re): Fix up Subversion regexp.
17304 2005-02-18  David Kastrup  <dak@gnu.org>
17306         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
17307         use `mark-active' when defined.
17309 2005-02-18  Kenichi Handa  <handa@m17n.org>
17311         * ps-print.el (ps-font-info-database): New entry
17312         ZapfChancery-MediumItalic with correct font name.  Fix font name
17313         of the entry Zapf-Chancery-MediumItalic.
17315 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
17317         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
17319 2005-02-16  Kim F. Storm  <storm@cua.dk>
17321         * ido.el (ido-fallback-command): Pass user input to fallback command.
17323 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
17325         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
17326         (gdb-find-file-hook): Add server prefix.
17328 2005-02-16  Richard M. Stallman  <rms@gnu.org>
17330         * replace.el (perform-replace): Pass new args to replace-highlight.
17331         (replace-highlight): Take region args,
17332         and pass them to isearch-lazy-highlight-new-loop.
17334         * novice.el (disabled-command-hook): Autoload the defalias
17335         and the make-obsolete-variable call.
17337         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
17339         * isearch.el (isearch-lazy-highlight-start-limit)
17340         (isearch-lazy-highlight-end-limit): New variables limit
17341         the region for highlighting.
17342         (isearch-lazy-highlight-new-loop): New args BEG and END.
17343         (isearch-lazy-highlight-search): Use the new vars.
17344         (isearch-lazy-highlight-update): Likewise.
17346         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
17348         * cus-start.el (all): Use default-boundp.
17350 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
17352         * menu-bar.el (menu-bar-select-frame): Handle current frame.
17354 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
17356         * autorevert.el (auto-revert-stop-on-user-input)
17357         (auto-revert-verbose): Doc fixes.
17359 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
17361         * international/mule-cmds.el (set-locale-environment): Remove call
17362         to set-selection-coding-system on Windows.
17364 2005-02-15  Jay Belanger  <belanger@truman.edu>
17366         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
17367         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
17368         calcFunc-coth.
17369         (math-simplify-sqrt): Add simplifications.
17371         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
17372         to list.
17374         * calc/calc-ext.el: Add functions to autoloads.
17376         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
17377         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
17378         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
17379         (math-csc-raw, math-cot-raw): New functions.
17381         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
17383         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
17384         the variable name in a message.
17386         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
17387         calcFunc-csc, calcFunc-cot.
17389         * calc/calcalg2.el: Add derivative and integration rules for
17390         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
17391         calcFunc-csch, calcFunc-coth.
17392         (math-do-integral-methods): Add to checks for when to use
17393         substitutions.
17395         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
17397 2005-02-15  Lute Kamstra  <lute@gnu.org>
17399         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17400         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
17401         <monnier@iro.umontreal.ca>
17402         (lisp-outline-level): Improve efficiency.  Suggested by David
17403         Kastrup <dak@gnu.org>.
17405 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
17407         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
17408         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
17409         (gdb-set-gud-minor-mode-existing-buffers): New functions.
17410         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
17411         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
17413 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
17415         * cus-start.el (all): Comment change.
17417 2005-02-14  Lute Kamstra  <lute@gnu.org>
17419         * cus-start.el (all): Check if symbol is void.
17421 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
17423         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
17424         optional argument to \cite.
17426 2005-02-14  Richard M. Stallman  <rms@gnu.org>
17428         * cus-edit.el (custom-buffer-create-internal): Update help message.
17429         (custom-magic-alist): Update help messages.
17431         * cus-start.el (all): Allow a var to specify a standard value.
17433 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
17435         * custom.el (custom-theme-set-variables): Handle variable aliases.
17437         * frame.el (blink-cursor-timer): Doc fix.
17438         (blink-cursor): Make it an alias for `blink-cursor-mode' and
17439         declare obsolete.
17440         (blink-cursor-mode): Define with defcustom and use correct
17441         standard expression in that defcustom.
17442         * startup.el (command-line): Adapt to above changes in frame.el.
17444 2005-02-11  Lute Kamstra  <lute@gnu.org>
17446         * apropos.el (apropos-score-doc): Prevent division by zero.
17448 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
17450         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
17451         (icalendar--get-event-property-attributes)
17452         (icalendar--get-event-properties)
17453         (icalendar--datetime-to-diary-date): New functions.
17454         (icalendar--split-value): Doc fix.
17455         (icalendar--datetime-to-noneuropean-date)
17456         (icalendar--datetime-to-european-date): New optional argument
17457         SEPARATOR.  Return result as a string instead of a list.
17458         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
17459         (icalendar--convert-string-for-export): Rename arg S to STRING.
17460         (icalendar-export-region): Doc fix.  Change name of error buffer.
17461         Save output buffer.
17462         (icalendar-import-file): Add blank at end of prompt.
17463         (icalendar-import-buffer): Doc fix.  Do not switch to error
17464         buffer.  Indicate status in return value.
17465         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
17466         buffer.  Save output buffer.  Handle exception from recurrence
17467         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
17468         events.  Fix problems with weekly all-day events.
17470 2005-02-10  Richard M. Stallman  <rms@gnu.org>
17472         * simple.el (eval-expression-print-format):
17473         Avoid warning about edebug-active.
17475         * help.el (help-for-help-internal): Rename from help-for-help.
17476         (help-for-help): Define with defalias.
17478         * font-core.el (font-lock-default-function): Use with-no-warnings.
17480         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
17482         * custom.el (defface): Doc fix.
17484 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
17486         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
17487         width 0" to prevent word wrapping problems.
17489 2005-02-09  Kim F. Storm  <storm@cua.dk>
17491         * ido.el (ido-file-extensions-order): New defcustom.
17492         (ido-file-extension-lessp, ido-file-extension-aux)
17493         (ido-file-extension-order): New advanced file ordering.
17494         (ido-file-lessp): New simple file ordering.
17495         (ido-sort-list): Remove.
17496         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
17497         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
17499 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
17501         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
17502         that some versions of grep produce.
17503         (grep-mode-font-lock-keywords): Likewise.
17505 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
17507         * progmodes/gdb-ui.el (gdb-location-list): New variable.
17508         (gdb-cdir): Delete.
17509         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
17510         (gdb-source-info): Treat case when source file is in another
17511         directory properly.
17512         (gdb-get-location): New function.
17514 2005-02-07  Jay Belanger  <belanger@truman.edu>
17516         * calc/calc-prog.el (calc-write-parse-table-part)
17517         (calc-fix-token-name): Fix a check for language type.
17519         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
17521 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
17523         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
17524         as directory not writable.
17526 2005-02-07  Kim F. Storm  <storm@cua.dk>
17528         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
17529         (cua--standard-movement-commands): Remove list.
17530         Instead, set CUA property value to move for movement commands.
17531         (cua-movement-commands): Remove.  Users must set CUA prop instead.
17532         (cua--pre-command-handler): Check CUA property.
17533         (cua--init-keymaps): Don't remap undo commands.
17534         (cua-mode): Don't call cua--rectangle-on-off.
17536         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
17537         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
17538         (cua--rect-undo-set-point): New var.
17539         (cua--rectangle-undo-boundary): Setup undo apply entry.
17540         (cua--rect-undo-handler): New function for rectangle undo.
17541         (cua--rect-start-position, cua--rect-end-position): Add.
17542         (cua--rectangle-post-command): Call cua--rectangle-set-corners
17543         for restored rectangle.  Set point if cua--rect-undo-set-point.
17545 2005-02-06  Jay Belanger  <belanger@truman.edu>
17547         * calc/calc-lang.el (calc-tex-language): Display more information
17548         in messages.
17550         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
17551         in TeX mode.
17553 2005-02-06  Richard M. Stallman  <rms@gnu.org>
17555         * emacs-lisp/lisp.el (buffer-end): Doc fix.
17557 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
17559         * net/ldap.el (ldap-search-internal): Support attributes with
17560         optional descriptions separated by a semi-colon, as in
17561         "userCertificate;binary".
17563 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17565         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
17566         isn't a cons (i.e. the version is 0).
17568 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
17570         * help.el (help-for-help): Doc fix.
17572 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
17574         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
17575         GDB-Windows on the menu-bar as this works better.
17577 2005-02-04  Jay Belanger  <belanger@truman.edu>
17579         * calc/calc-embed.el (calc-embedded-update): Don't put in
17580         unnecessary newlines.  Adjust the end of formula marker.
17582         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
17583         (math-latex-parse-two-args): New function.
17585 2005-02-03  Lute Kamstra  <lute@gnu.org>
17587         * help-fns.el (help-with-tutorial): Make sure that users cannot
17588         remove the entire text of the tutorial by means of `undo'.
17590 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17592         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
17593         in recent changes, where the ispell process was repeatedly
17594         killed & restarted.
17596         * international/mule-cmds.el (set-locale-environment): Set file-name
17597         coding system to utf-8 on Darwin systems.
17598         (set-default-coding-systems): Don't set default-file-name-coding-system
17599         on Darwin systems.
17601 2005-02-03  Richard M. Stallman  <rms@gnu.org>
17603         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
17605 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
17607         * faces.el (list-faces-display): Add optional argument.
17609 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17611         * font-core.el (font-lock-default-function): Handle the rare case where
17612         only font-lock-keywords is set.
17614 2005-02-02  Kenichi Handa  <handa@m17n.org>
17616         * international/characters.el: Cancel previous change for
17617         I-WITH-DOT-ABOVE and DOTLESS-i.
17619         * international/latin-5.el: Cancel previous change.
17621 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
17623         * progmodes/gud.el: Correction to syntax in gud-menu-map.
17625 2005-02-02  Kenichi Handa  <handa@m17n.org>
17627         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
17628         DOTLESS-i.
17630         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
17631         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
17633         * case-table.el (get-upcase-table): New function.
17634         (copy-case-table): Copy upcaes table too if non-nil.
17635         (set-case-syntax-delims): Maintain upcase table too.
17636         (set-case-syntax-pair): Likewise.
17637         (set-upcase-syntax, set-downcase-syntax): New functions.
17638         (set-case-syntax): Maintain upcase table too.
17640 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
17642         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
17644         * progmodes/gud.el (gud-goto-info): New function.
17645         (gud-tool-bar-map): Use correct icon.
17647 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
17649         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
17650         When delegating, order args in the funcall correctly.
17652 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
17654         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
17656 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
17658         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
17659         buffer not visiting a file.
17661 2005-01-31  Jay Belanger  <belanger@truman.edu>
17663         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
17664         bound on the line with the formula.
17666 2005-01-31  Kim F. Storm  <storm@cua.dk>
17668         * ses.el (ses-create-cell-variable-range)
17669         (ses-destroy-cell-variable-range, ses-reset-header-string)
17670         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
17671         (ses-insert-row): Fix format of apply undo entries.
17673 2005-01-31  Jay Belanger  <belanger@truman.edu>
17675         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
17676         parts.
17678         * calc/calc-embed.el (calc-embedded-open-formula)
17679         (calc-embedded-close-formula): Ignore matrix environments.
17681         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
17682         TeX mode.
17684         * calc/calc-lang.el (math-function-table, math-oper-table)
17685         (math-variable-table): Adjust the LaTeX portions.
17687         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
17688         (math-latex-ignore-words): New constant.
17690 2005-01-31  Richard M. Stallman  <rms@gnu.org>
17692         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
17693         (ispell-local-dictionary): Doc fix.
17694         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
17695         Don't reinitialize at run time.  Don't defcustom.
17696         All uses changed to append ispell-local-dictionary-alist,
17697         or check it first.
17698         (ispell-current-dictionary): New variable for dictionary in use.
17699         (ispell-dictionary): Now used only for global default.
17700         (ispell-start-process): Set ispell-current-dictionary,
17701         not ispell-dictionary.
17702         (ispell-change-dictionary): Use this only for setting
17703         user preferences.
17704         (ispell-internal-change-dictionary): New function
17705         to change the current dictionary in use.
17706         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
17707         Use ispell-current-dictionary.
17708         Handle ispell-local-dictionary-overridden.
17709         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
17711 2005-01-31  Jay Belanger  <belanger@truman.edu>
17713         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
17715         * calc/calc-ext.el: Add calc-latex-language to autoloads.
17716         (calc-mode-map): Add calc-latex-language.
17718         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
17719         (math-latex-print-frac): New functions.
17720         (math-oper-table, math-function-table, math-variable-table)
17721         (math-complex-format, math-input-filter): Add latex properties.
17722         (calc-set-language): Set math-expr-special-function-mapping.
17724         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
17725         (calc-write-parse-table-part): Add LaTeX support.
17727         * calc/calc.el (calc-language): Adjust docstring.
17728         (calc-set-mode-line): Add LaTeX support.
17729         (math-expr-special-function-mapping): New variable.
17730         (math-tex-ignore-words): Add to list.
17732         * calc/calccomp.el (math-compose-expr, math-compose-rows):
17733         Add LaTeX support.
17734         (math-compose-expr): Add support for special functions.
17736         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
17738 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
17740         * progmodes/gdb-ui.el (gdb-memory-address)
17741         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
17742         (gdb-memory-mode-map, gdb-memory-format-keymap)
17743         (gdb-memory-format-menu, gdb-memory-unit-keymap)
17744         (gdb-memory-unit-menu): New variables for a buffer
17745         that lets the user examine program memory.
17746         (gdb-memory-set-address, gdb-memory-set-repeat-count)
17747         (gdb-memory-format-binary, gdb-memory-format-octal)
17748         (gdb-memory-format-unsigned, gdb-memory-format-signed)
17749         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
17750         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
17751         (gdb-memory-unit-word, gdb-memory-unit-halfword)
17752         (gdb-memory-unit-byte, gdb-memory-unit-menu)
17753         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
17754         (gdb-memory-mode, gdb-memory-buffer-name)
17755         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
17756         New functions for above buffer.
17758 2005-01-30  Richard M. Stallman  <rms@gnu.org>
17760         * cus-edit.el (custom-bury-buffer): Function deleted.
17761         (custom-buffer-done-function): Option deleted.
17762         (custom-buffer-done-kill): New replacement option.
17763         (Custom-buffer-done): Call quit-window.
17764         (custom-buffer-create-internal): Update for above changes.
17766 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
17768         * simple.el (undo-ask-before-discard): New var.
17769         (undo-outer-limit-truncate): Implement it.
17770         (undo-extra-outer-limit): Doc update.
17772 2005-01-29  Richard M. Stallman  <rms@gnu.org>
17774         * ses.el (undo-more): Delete defadvice.
17775         (ses-begin-change): Doc fix.
17777         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
17778         instead of rebinding C-x u and C-_.
17780         * files.el (normal-backup-enable-predicate): Return nil for files
17781         in /tmp, regardless of temporary-file-directory.
17783         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
17785         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
17786         (open-rectangle, delete-whitespace-rectangle-line)
17787         (clear-rectangle-line): If FILL, pass t instead of FILL
17788         for move-to-column's 2nd arg.
17790         * simple.el (undo): Fix the test for continuing a series of undos.
17791         (undo-more): Set pending-undo-list to t when we reach end.
17792         (pending-undo-list): Move up defvar.
17794         * wid-edit.el (widget-button-click):
17795         Shorten the range of the track-mouse binding.
17797         * comint.el (comint-insert-input): Undo previous changes;
17798         use last-input-event in interactive spec.
17800 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
17802         * progmodes/compile.el (compilation-start): Bind buffer-read-only
17803         to nil before invoking call-process.  Reset buffer's modified flag
17804         after fontifying it in the no-async branch.
17806         * wid-edit.el (widget-specify-button): If mouse pointer shape
17807         cannot be changed, use mouse face instead.
17809 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
17811         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17812         (gdb-goto-breakpoint): Make breakpoint handling work on template
17813         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
17814         (gdb-assembler-custom): Update to recognize breakpoint information
17815         added on 2005-01-19.
17817 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17819         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
17820         (dsssl-mode): Use define-derived-mode.
17821         (scheme-mode-initialize): Remove.
17822         (scheme-mode): Use run-mode-hooks.
17824         * cus-edit.el (customize-group-other-window)
17825         (custom-buffer-create-other-window): Don't override special-display-*.
17826         (custom-mode-map): Make it dense.
17828         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
17829         sets the default value.
17831 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
17833         * descr-text.el: Add more keywords.
17835 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17837         * speedbar.el: Avoid unnecessary use of locate-library.
17839         * international/mule-cmds.el (standard-display-european-internal):
17840         Don't fiddle with latin-1 non-break space any more since it's now
17841         special cased in the C code.
17842         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
17844 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
17846         * cus-start.el (all): Add `undo-outer-limit'.
17848 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17850         * textmodes/bibtex.el (bibtex-format-entry):
17851         Use `bibtex-empty-field-re' only on the text of fields, not on entire
17852         field lines.
17853         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
17854         not on part of a buffer.
17856 2005-01-25  Lute Kamstra  <lute@gnu.org>
17858         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
17859         nonempty field text strings like "{letters\\macro{}more letters}".
17860         Clarify docstring.
17861         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
17862         (bibtex-entry-offset, bibtex-parse-association)
17863         (bibtex-parse-field-name): Fix typos in docstrings.
17864         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
17866 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
17868         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
17869         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
17870         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
17871         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
17873         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
17874         isearch minor mode.
17876 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
17878         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
17880 2005-01-24  Lute Kamstra  <lute@gnu.org>
17882         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
17883         CASECHARS and NOT-CASECHARS regular expressions of the
17884         "nederlands" and "nederlands8" dictionaries to prevent a "Range
17885         striding over charsets" error.
17887 2005-01-24  Jay Belanger  <belanger@truman.edu>
17889         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
17890         display variable name.
17892 2005-01-24  Kenichi Handa  <handa@m17n.org>
17894         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
17895         Fix setting of the element of encoded-kbd-iso2022-invocations.
17897 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
17899         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
17900         (gdb-threads-select): Change to also accept mouse events.
17901         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
17902         (gdb-threads-mouse-select): Delete.
17904 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
17906         * files.el (insert-directory): Take care of empty directory,
17907         listed without -a switch.
17909 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17911         * textmodes/refill.el (refill-post-command-function):
17912         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
17913         to the list of functions that we should be careful not to undo.
17914         (refill-late-fill-paragraph-function): Remove.
17915         (refill-saved-state): New var.
17916         (refill-mode): Use it to save fill-paragraph-function.
17917         Save also the value of auto-fill-function.
17919         * term/w32-win.el: Simplify code.
17921 2005-01-23  Kim F. Storm  <storm@cua.dk>
17923         * simple.el (line-move): Adapt to new return value from
17924         pos-visible-in-window-p.
17926         * simple.el (line-move): Fix last change.  Check partial
17927         visibility at point rather than at window-start.
17929 2005-01-22  Jason Rumney  <jasonr@gnu.org>
17931         * term/w32-win.el (xw-defined-colors): Remove debug-message.
17933 2005-01-22  David Kastrup  <dak@gnu.org>
17935         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
17937 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
17939         * type-break.el (type-break-mode): Add a test for
17940         type-break-file-name being non-nil.
17942 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
17944         * net/eudc.el (top level): Call (message "") via progn, so that
17945         eudc-options-file is loaded.
17947 2005-01-22  Kim F. Storm  <storm@cua.dk>
17949         * simple.el (line-move-1): Rename from line-move.
17950         (line-move): New function that adjusts vscroll for partially
17951         visible rows, and calls line-move-1 otherwise.
17953 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
17955         * pcomplete.el: Define pcomplete-read-event instead of read-event,
17956         since it's not a complete read-event implementation
17958 2005-01-20  Jay Belanger  <belanger@truman.edu>
17960         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
17961         for called function.
17963 2005-01-20  Steven Tamm  <steventamm@mac.com>
17965         * term/mac-win.el (process-connection-type): Remove.
17966         Controlled now by s/darwin.h:PTY_ITERATION.
17968 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17970         * window.el (handle-select-window): Don't switch window when we're
17971         in the minibuffer.
17973 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
17975         * subr.el (dotimes-with-progress-reporter): New macro.
17977         * ses.el (ses-dotimes-msg): Remove macro.
17978         Use `dotimes-with-progress-reporter' instead.
17980 2005-01-19  Steven Tamm  <steventamm@mac.com>
17982         * term/mac-win.el (process-connection-type): Use new
17983         operating-system-release variable to use ptys on Darwin 7 (OS X
17984         10.3) when using carbon build.
17986 2005-01-19  Jay Belanger  <belanger@truman.edu>
17988         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
17989         flags if the last command was a tab or M-tab.
17991         * calc/calc-prog.el (calc-user-define-edit): Put original formula
17992         in formula editing buffer.
17994 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
17996         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
17997         breakpoint image symbol in margin.
17999 2005-01-19  Jay Belanger  <belanger@truman.edu>
18001         * calc/calc-prog.el (calc-execute-kbd-macro):
18002         Ignore calc-keep-arg-flag.
18004 2005-01-19  Kenichi Handa  <handa@m17n.org>
18006         * textmodes/ispell.el (ispell-looking-at): New function.
18007         (ispell-process-line): Use ispell-looking-at to compare the ispell
18008         output and the buffer contents.
18010 2005-01-18  Jay Belanger  <belanger@truman.edu>
18012         * calc/calc.el (calc-display-raw): Fix docstring.
18014 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18016         * simple.el (blink-matching-open): Strip extra info from syntax.
18018         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
18019         funny chars in the end-of-here-doc marker.
18021 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
18023         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
18024         that enable/disabled state of breakpoints is shown correctly in
18025         fringe and on ttys.
18026         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
18027         Add breakpoint information as text properties.
18028         (gdb-mouse-toggle-breakpoint):
18029         Rename to gdb-mouse-set-clear-breakpoint.
18030         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
18031         breakpoints in the margin.
18032         (gdb-remove-strings): Simplify.
18034 2005-01-17  Jay Belanger  <belanger@truman.edu>
18036         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
18037         erasing buffer.
18039 2005-01-17  Richard M. Stallman  <rms@gnu.org>
18041         * progmodes/grep.el (grep-find): Copy from `grep' the condition
18042         for calling grep-compute-defaults.
18044         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
18045         if buffer is empty.
18047         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
18049 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18051         * hilit-chg.el (highlight-changes-mode): Don't autoload.
18053         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
18054         non-preloaded variables.
18056 2005-01-17  Steven Tamm  <steventamm@mac.com>
18058         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
18059         tex-shell cause to force interactivity when using pipes.
18061 2005-01-17  Kim F. Storm  <storm@cua.dk>
18063         * simple.el (just-one-space): Make arg optional.
18065 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
18067         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
18068         posn-at-x-y to t to access left-margin.
18070 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
18072         Sync with Tramp 2.0.47.
18074         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
18075         catching keep-date problems in cp/scp operations.
18076         (tramp-handle-copy-file): Don't call `set-file-modes'
18077         unconditionally.  Specialized functions should know better what is
18078         necessary.  This improves performance a little bit, and the
18079         functions could catch errors with `cp -p' and `scp -p'.
18080         (tramp-do-copy-or-rename-file-via-buffer)
18081         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
18082         when appropriate.
18083         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
18084         Call `set-file-modes' when appropriate.
18085         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
18086         Johnsson <isak@hypergene.com>
18087         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
18088         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
18089         <joakim@verona.se>
18090         (tramp-file-name-for-operation): Mark `shell-command' as magic for
18091         Emacs only.
18093         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
18094         `find-file-hooks' and `dired-mode-hook'.
18095         (tramp-minor-mode-map): Respective map.  Add remapping for
18096         `compile' and `recompile'.
18097         (tramp-remap-command, tramp-recompile): New defuns.
18098         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
18099         in buffer "*Compilation*".  Call the commands asynchronously.
18101         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
18102         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
18103         `shell-command', because it isn't magic in XEmacs.  Reported by
18104         Adrian Aichner <adrian@xemacs.org>.
18106         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
18107         `substitute-in-file-name.
18108         (tramp-smb-handle-substitute-in-file-name): New defun.
18109         (tramp-smb-advice-PC-do-completion): Delete advice.
18111 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
18113         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
18114         Fix error in deleting region.
18116 2005-01-15  Richard M. Stallman  <rms@gnu.org>
18118         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
18119         In non-temp buffer, switch syntax table temporarily.
18121         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
18123         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
18125         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
18127         * imenu.el (imenu--split-menu): Copy menulist before sorting.
18128         (imenu--generic-function): Use START, not BEG, as pos of definition.
18130         * simple.el (just-one-space): Argument specifies number of spaces.
18132         * simple.el (eval-expression-print-format): Avoid warning
18133         about edebug-active.
18135 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
18137         * progmodes/sh-script.el: Code copied from make-mode.el
18138         with small changes,
18139         (sh-mode-map): Bind C-c C-\.
18140         (sh-backslash-column, sh-backslash-align): New variables.
18141         (sh-backslash-region, sh-append-backslash): New functions.
18143 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18145         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
18146         (rmail-pop-password, rmail-pop-password-required): Move to
18147         rmail-obsolete group.
18148         (rmail-set-pop-password): Rename to rmail-set-remote-password.
18149         All callers updated.
18150         (rmail-get-pop-password): Rename to rmail-get-remote-password.
18151         Take an argument specifying whether it is POP or IMAP mailbox we
18152         are using.  All callers updated.
18153         (rmail-pop-password-error): Rename to
18154         rmail-remote-password-error.  Added mailutils-specific error message.
18155         (rmail-movemail-search-path)
18156         (rmail-movemail-variant-in-use): New variables.
18157         (rmail-remote-password, rmail-remote-password-required):
18158         New customization variables.
18159         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
18160         (rmail-parse-url): New function.
18161         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
18162         with GNU mailutils movemail.
18164 2005-01-15  Kevin Ryde  <user42@zip.com.au>
18166         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
18167         suffix to space, $ or '$, to correctly position point when going
18168         to @table style constants like DBL_MAX.
18170 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
18172         * type-break.el (type-break-mode, type-break-file-time)
18173         (type-break-file-keystroke-count, type-break-choose-file):
18174         Don't store data in or load data from the file if type-break-file-name
18175         is nil.
18176         (type-break-file-name): Doc update as per the above.
18178 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
18180         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
18181         lookup-key might return nil; handle that.
18183 2005-01-15  Alan Mackenzie  <acm@muc.de>
18185         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
18186         rather than the element found, thus enabling the tree to be setcar'd.
18188 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
18190         * textmodes/org.el (org-show-following-heading): New option.
18191         (org-show-hierarchy-above): Use `org-show-following-heading'.
18192         (org-cycle): Documentation fix.
18194         * textmodes/org.el (orgtbl-optimized): New option
18195         (orgtbl-mode): New command, a minor mode.
18196         (orgtbl-mode-map): New variable.
18197         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
18198         (orgtbl-error, orgtbl-self-insert-command)
18199         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
18201         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
18202         a local variable in each org-mode buffer.
18204         * textmodes/org.el (org-set-regexps-and-options): Rename from
18205         `org-set-regexps'.  Added checking for STARTUP keyword.
18206         (org-get-current-options): Add STARTUP options.
18207         (org-table-insert-row): Make mode intelligent about when
18208         realignment is needed.
18209         (org-self-insert-command, org-delete-backward-char, org-delete-char):
18210         New commands.
18211         (org-enable-table-editor): New default value `optimized'.
18212         (org-table-blank-field): Support blanking regions if active.
18214 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
18216         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
18217         if the year is not given.
18219         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
18220         Add new escapes %m and %M, fixed bug with %F by adding
18221         save-match-data.
18222         (reftex-reference): Remove ?. from list of spaces.
18223         (reftex-label-info): Add automatic label prefix recognition.
18225         * textmodes/reftex-index.el (reftex-index-next-phrase):
18226         Add slave parameter to call of `reftex-index-this-phrase'.
18227         (reftex-index-this-phrase): New optional argument.
18228         (reftex-index-region-phrases): Add slave parameter to call of
18229         `reftex-index-this-phrase'.
18230         (reftex-display-index): New argument redo.
18231         (reftex-index-rescan): Add `redo' to arguments of
18232         `reftex-display-index'.
18233         (reftex-index-Rescan, reftex-index-revert)
18234         (reftex-index-switch-index-tag): Add `redo' to arguments of
18235         `reftex-display-index'.
18236         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
18237         indexing.  Fix bug with matching is there is a quote before or
18238         after the word.
18240         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
18241         Fix bug when collecting citation keys in lines with comments.
18242         (reftex-citation): Prefix argument no longer rescans the document,
18243         but forces prompting for optional arguments of cite macros.
18244         (reftex-do-citation): Prompting for optional arguments implemented.
18246         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18247         Add optional arguments to most cite commands.
18248         (reftex-cite-cleanup-optional-args): New option
18249         (reftex-cite-prompt-optional-args): New option.
18250         (reftex-trust-label-prefix): New option.
18252         * textmodes/reftex-toc.el (reftex-toc-find-section):
18253         Add push-mark before changing the position in the buffer.
18255         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
18256         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
18258 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
18260         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
18261         more carefully.
18263 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18265         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
18266         (sgml-mode): Use it.
18267         (sgml-get-context): Better keep track of implicitly closed tags.
18269 2005-01-13  Kenichi Handa  <handa@m17n.org>
18271         * textmodes/ispell.el: These changes are to fix misalignment error
18272         caused by equivalent characters of different Emacs charsets.
18273         (ispell-unified-chars-table): New variable.
18274         (ispell-get-decoded-string): New function.
18275         (ispell-get-casechars, ispell-get-not-casechars)
18276         (ispell-get-otherchars): Call ispell-get-decoded-string.
18278 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
18280         * custom.el (custom-declare-variable): Just put symbol instead
18281         of (defvar . symbol) in `current-load-list'.
18283 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
18285         * emacs-lisp/elint.el: Fixed typo in Commentary section.
18287 2005-01-12  Jay Belanger  <belanger@truman.edu>
18289         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
18290         to create a Calc summary.
18292 2005-01-12  Kim F. Storm  <storm@cua.dk>
18294         * mouse.el (mouse-on-link-p): Change functionality and doc
18295         string to comply with latest description in lisp ref.
18297 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
18299         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
18300         Enable mouse clicks on mode-line, header-line and margin.
18301         (event-type): Give mouse event symbols an `event-kind' property
18302         with value `mouse-click'.
18304 2005-01-12  Juri Linkov  <juri@jurta.org>
18306         * facemenu.el (list-colors-display): Add new arg buffer-name.
18307         Use it.  Fix docstring.  Replace code for identifying duplicate
18308         colors by the name with call to `list-colors-duplicates' which
18309         identifies duplicate colors by the value unless the color
18310         is one of special Windows colors.  Set truncate-lines to t.
18311         Print sorted duplicate color names on each line.  Indent to 22
18312         \(the longest color name in rgb.txt) instead of 20.  Optimize.
18313         (list-colors-duplicates): New function.
18314         (facemenu-color-name-equal): Delete function.
18316         * facemenu.el (list-colors-print): New function created from code
18317         in list-colors-display.  Print #RRGGBB at the window right edge.
18318         (list-colors-display): When temp-buffer-show-function is not
18319         defined, call list-colors-print from temp-buffer-show-hook
18320         to get the right value of window-width in list-colors-print
18321         after the buffer is displayed.
18323         * simple.el (pop-mark): Move deactivate-mark out of conditional
18324         part to deactivate the active mark regardless of the state of the
18325         mark ring.
18327         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
18328         variables line in desktop files.
18330 2005-01-12  Juri Linkov  <juri@jurta.org>
18332         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
18333         Bring together isearch highlight related options.
18334         (lazy-highlight): Replace group `replace' by `matching'.
18335         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
18336         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
18337         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
18338         and declare them obsolete.
18339         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
18340         (isearch-faces): Remove defgroup.
18341         (isearch-overlay, isearch-highlight, isearch-dehighlight):
18342         Move isearch highlighting code closer to lazy highlighting code.
18344         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
18345         (query-replace-highlight, query-replace-lazy-highlight)
18346         (query-replace): Move definitions to the beginning of the file.
18348 2005-01-11  Juri Linkov  <juri@jurta.org>
18350         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
18351         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
18352         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
18354         * info.el (Info-history-forward): New variable.
18355         (Info-select-node): Reset Info-history-forward to nil.
18356         (Info-last): Turn into defalias.
18357         (Info-history-back): Rename from Info-last.
18358         Add current node to Info-history-forward.
18359         (Info-history-forward): New fun.
18360         (Info-mode-map): Replace Info-last by Info-history-back.
18361         Bind Info-history-forward to "r".
18362         (Info-mode-menu): Replace Info-last by Info-history-back.
18363         Fix menu item text.  Add menu item for Info-history-forward.
18364         (info-tool-bar-map): Replace Info-last by Info-history-back.
18365         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
18366         for Info-history-forward.
18367         (Info-mode): Replace Info-last by Info-history-back in docstring.
18368         Add local variable Info-history-forward.
18369         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
18371 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18373         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
18374         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
18375         Ignore select-window events rather than fiddle with
18376         mouse-autoselect-window.
18378 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
18380         * type-break.el (type-break-mode): Fix previous change.
18382 2005-01-10  Jay Belanger  <belanger@truman.edu>
18384         * calc/calc-ext.el (calc-reset): Reset when inside embedded
18385         calculator; only reset when point is inside a calculator.
18386         Don't adjust the window height if the window takes up the whole height
18387         of the frame.
18389 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
18391         * ebuff-menu.el (Electric-buffer-menu-mode):
18392         Preserve value of buffer-local var header-line-format.
18394 2005-01-09  Jay Belanger  <belanger@truman.edu>
18396         * calc/calc.el (calc-mode-var-list-restore-saved-values):
18397         Make sure settings file exists before accessing it.
18399         * calc/calc-embed.el (calc-embedded-subst):
18400         Replace math-multi-subst-rec, which is only supposed to be called
18401         by math-multi-subst, by math-multi-subst.
18403 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
18405         * vc.el (vc-allow-async-revert): New user option.
18406         (vc-disable-async-diff): New internal variable.
18407         (vc-revert-buffer): Use them to disable asynchronous diff.
18409         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
18410         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
18411         asynchronously if vc-disable-async-diff is t.
18413 2005-01-09  Jay Belanger  <belanger@truman.edu>
18415         * calc/calc.el (defcalcmodevar): New macro.
18416         (calc-mode-var-list-restore-default-values)
18417         (calc-mode-var-list-restore-saved-values): New functions.
18418         (calc-mode-var-list): Use defcalcmodevar to define it.
18419         (calc-always-load-extensions, calc-line-numbering)
18420         (calc-line-breaking, calc-display-just, calc-display-origin)
18421         (calc-number-radix, calc-leading-zeros, calc-group-digits)
18422         (calc-group-char, calc-point-char, calc-frac-format)
18423         (calc-prefer-frac, calc-hms-format, calc-date-format)
18424         (calc-float-format, calc-full-float-format, calc-complex-format)
18425         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
18426         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
18427         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
18428         (calc-matrix-brackets, calc-language, calc-language-option)
18429         (calc-left-label, calc-right-label, calc-word-size)
18430         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
18431         (calc-display-raw, calc-internal-prec, calc-angle-mode)
18432         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
18433         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
18434         (calc-window-height, calc-display-trail, calc-show-selections)
18435         (calc-use-selections, calc-assoc-selections)
18436         (calc-display-working-message, calc-auto-why, calc-timing)
18437         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
18438         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
18439         (calc-gnuplot-default-device, calc-gnuplot-default-output)
18440         (calc-gnuplot-print-device, calc-gnuplot-print-output)
18441         (calc-gnuplot-geometry, calc-graph-default-resolution)
18442         (calc-graph-default-resolution-3d, calc-invocation-macro)
18443         (calc-show-banner): Use defcalcmodevar to declare them and set
18444         their default values.
18446         * calc/calc-ext.el (calc-reset): Restore saved values of variables
18447         instead of default values (but restore default values if there is
18448         an argument of 0).
18450 2005-01-09  David Kastrup  <dak@gnu.org>
18452         * desktop.el (desktop-restore-eager): Fix typo in type.
18454 2005-01-08  Richard M. Stallman  <rms@gnu.org>
18456         * cus-edit.el (customize): Delete :link.
18458 2005-01-08  Jay Belanger  <belanger@truman.edu>
18460         * calc/calc.el (calc-mode): Remove the extension from the
18461         `calc-settings-file' file name when loading it.
18463 2005-01-08  Kim F. Storm  <storm@cua.dk>
18465         * info.el (Info-mode-map, Info-next-link-keymap)
18466         (Info-prev-link-keymap, Info-up-link-keymap):
18467         Map follow-link to mouse-face.
18468         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
18470 2005-01-08  Jay Belanger  <belanger@truman.edu>
18472         * calc/calc.el (calc-settings-file): Change default value.
18473         Suggested by cgw in a comment in calc-mode.el.
18475         * calc/calc-mode.el (calc-settings-file-name):
18476         Compare calc-settings-file to user-init-file instead of ~/.emacs.
18477         Replace ~/.emacs in a prompt by calc-settings-file.
18479 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
18481         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
18482         (desktop-lazy-idle-delay): New customizable variables.
18483         (desktop-buffer-args-list): New variable.
18484         (desktop-append-buffer-args): New function.
18485         (desktop-save): Call desktop-append-buffer-args for some buffers.
18486         (desktop-lazy-create-buffer): New function.
18487         (desktop-idle-create-buffers): New function.
18488         (desktop-read): Add message about buffers to restore lazily.
18489         (desktop-lazy-abort): New command.
18490         (desktop-clear): Call desktop-lazy-abort.
18491         (desktop-lazy-complete): New command.
18493 2005-01-06  Richard M. Stallman  <rms@gnu.org>
18495         * emacs-lisp/find-func.el (find-face-definition):
18496         Rename from find-face.
18498 2005-01-06  Kim F. Storm  <storm@cua.dk>
18500         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
18502         * man.el (Man-xref-man-page, Man-xref-header-file)
18503         (Man-xref-normal-file): Add follow-link property.
18505 2005-01-06  Jay Belanger  <belanger@truman.edu>
18507         * calc/calc-units.el: Make sure the proper macro definitions are
18508         available when compiling.
18510 2005-01-06  Juri Linkov  <juri@jurta.org>
18512         * isearch.el (isearch-lazy-highlight-update):
18513         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
18515 2005-01-06  Miles Bader  <miles@gnu.org>
18517         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
18518         (isearch-lazy-highlight-face): Use new name.
18520 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18522         * uniquify.el (uniquify-rationalize-file-buffer-names):
18523         Re-add an interactive spec.
18524         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
18525         to the same name.
18527         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
18528         (isearch-update, isearch-done): Adjust calls accordingly.
18530 2005-01-05  Richard M. Stallman  <rms@gnu.org>
18532         * custom.el (custom-set-variables, custom-theme-set-variables):
18533         Clarify documentation.
18535         * emacs-lisp/find-func.el (find-variable)
18536         (find-variable-other-window, find-variable-other-frame):
18537         Fix the TYPE args to find-function-read and find-function-do-it.
18538         (find-function): Doc fix.
18539         (find-function-at-point): Replace function-at-point alias.
18541 2005-01-04  Richard M. Stallman  <rms@gnu.org>
18543         * cus-face.el (custom-declare-face):
18544         Record defface in current-load-list.
18546         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
18548         * emacs-lisp/find-func.el: Doc fixes.
18549         (find-face-regexp): New variable.
18550         (find-function-regexp-alist): New variable.
18551         (find-function-C-source): Third arg is now TYPE.
18552         (find-function-search-for-symbol): Handle general TYPE.
18553         (find-function-read, find-function-do-it): Handle general TYPE.
18554         (find-definition-noselect, find-face): New functions.
18555         (function-at-point): Alias deleted.
18557 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18559         * battery.el (display-battery-mode): Rename from display-battery.
18560         Handle the case where it gets turned off.
18562 2005-01-04  Richard M. Stallman  <rms@gnu.org>
18564         * cus-edit.el (customize): Make :link point to user doc.
18566         * man.el (Man-fontify-manpage): Turn off undo generation.
18568         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
18570 2005-01-04  Andreas Schwab  <schwab@suse.de>
18572         * files.el (insert-directory): Only look for error lines in
18573         inserted text.  Don't move too far after processing --dired markers.
18575 2005-01-04  Richard M. Stallman  <rms@gnu.org>
18577         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
18578         Don't expand if the character is @, period, dash, etc.
18579         (define-mail-abbrev): Quote names that contain problem characters.
18581 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
18583         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
18585 2005-01-03  Richard M. Stallman  <rms@gnu.org>
18587         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
18588         (query-replace-highlight, query-replace-lazy-highlight)
18589         (query-replace): Definitions moved up.  Doc fix.
18591 2005-01-03  Richard M. Stallman  <rms@gnu.org>
18593         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
18594         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
18595         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
18596         (lazy-highlight-face): Rename from isearch-lazy-...
18597         Change all references to them.
18599 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
18601         * cus-edit.el (custom-file): Doc fix for defcustom.
18602         (custom-file): The function no longer sets the variable
18603         `custom-file' to its return value.
18605         * startup.el (command-line): No longer load `custom-file'.
18607 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18609         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
18611         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
18612         Don't confuse module-prefixed identifiers for labels.
18613         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
18615 2005-01-02  Richard M. Stallman  <rms@gnu.org>
18617         * files.el (basic-save-buffer-1): Fix previous change.
18619         * loadhist.el (file-loadhist-lookup): New function.
18620         (file-provides, file-requires): Use it.
18622         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
18623         instead of calculating the right size.
18625 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
18627         * vc-svn.el (vc-svn-diff): Stay local if possible.
18629 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18631         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
18633         * files.el (hack-local-variables): Fix last change.
18635 2005-01-02  Jay Belanger  <belanger@truman.edu>
18637         * calc/calc-yank.el (calc-edit-top): New variable.
18638         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
18639         object.  Change header properties.
18640         (calc-edit-finish, calc-edit-finish-stack-object)
18641         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
18642         edited object.
18643         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
18644         for the beginning of the edited object.
18645         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
18646         for the beginning of the edited object.
18647         * calc/calc-prog.el (calc-edit-macro-finish-edit)
18648         (calc-finish-formula-edit, calc-macro-repeats)
18649         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
18650         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
18651         beginning of the edited object.
18652         (calc-user-define-edit): Change the header for editing macros.
18653         Remove unnecessary variable.
18655 2005-01-01  Jay Belanger  <belanger@truman.edu>
18657         * calc/calc-yank.el (calc-edit-mode): Change default header.
18658         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
18659         * calc/calc-store.el (calc-edit-variable): Change title to match new
18660         header.
18661         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
18662         mode to match new header.
18663         (calc-user-define-edit): Change titles to include names of commands.
18664         (calc-finish-formula-edit): Adjust to handle new header.
18665         (calc-finish-macro-edit): Remove.
18666         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
18667         (calc-edit-macro-command, calc-edit-macro-command-type)
18668         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
18669         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
18670         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
18671         (calc-edit-macro-finish-edit): New functions.
18672         (calc-user-define-edit): Use new functions to edit named calc macros.
18674 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
18676         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
18678         * ses.el (copy-region-as-kill): Deactivate mark.
18680 2005-01-01  Richard M. Stallman  <rms@gnu.org>
18682         * replace.el (occur-1): If the output buffer is also an input,
18683         don't kill it, rename it.
18685         * faces.el (set-face-background, set-face-foreground): Doc fix.
18687         * cus-face.el (custom-face-attributes): Fix :help-echo strings
18688         for :foreground and :background.
18690         * dired.el (dired-view-command-alist): Variable deleted.
18691         (dired-view-file, dired-mouse-find-file-other-window):
18692         Delete the code to use it.
18694 2005-01-01  Kim F. Storm  <storm@cua.dk>
18696         * image.el (insert-sliced-image): Use t for line-height property.
18698 See ChangeLog.11 for earlier changes.
18700 ;; Local Variables:
18701 ;; coding: iso-2022-7bit
18702 ;; End:
18704     Copyright (C) 2005 Free Software Foundation, Inc.
18705   Copying and distribution of this file, with or without modification,
18706   are permitted provided the copyright notice and this notice are preserved.
18708 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1