* cus-edit.el (custom-variable-set, custom-variable-set)
[emacs.git] / lisp / ChangeLog
blob7bb666024c44b1e397ef904b97d3aa5db523f766
1 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
3         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
4         reset means to remove setting from theme entirely.  Don't keep
5         expanding theme-settings list; delete old entries if necessary.
7         * cus-edit.el (custom-buffer-create-internal): Move "Erase
8         customization" button one line up.
9         (custom-themed): New face.
10         (custom-magic-alist): New value, THEMED, for theme settings.
11         (custom-variable-state-set, custom-face-state-set): Check
12         theme-value instead of saved-value.
13         (custom-variable-reset-standard, custom-face-reset-standard):
14         Remove theme setting entirely.  Recalculate new values.
15         (custom-variable-set, custom-variable-set)
16         (custom-variable-reset-saved, custom-variable-reset-backup)
17         (custom-face-set, custom-face-reset-saved): Update `user' theme.
18         (custom-variable-save): Fix typos.
19         
20 2005-12-23  Juri Linkov  <juri@jurta.org>
22         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
23         Add autoload cookies.
24         (edebug-outside-d-c-i-n-s-w): New variable.
25         (edebug-display, edebug-outside-excursion): Use it to save the
26         original value of default-cursor-in-non-selected-windows.
27         Set default-cursor-in-non-selected-windows to t while Edebug
28         is active.
29         (edebug-mode, edebug-eval-mode): Doc fix.
31         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
32         with `buffer-substring-no-properties' to remove common substring
33         highlighting.
35         * info.el (info-other-window, info): Rename function argument
36         `file' to `file-or-node'.
37         (Info-complete-menu-item): Use local variable `complete-nodes' to
38         keep the global value of `Info-complete-nodes' unchanged for
39         subsequent completions.
40         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
42         * simple.el (get-next-valid-buffer, last-buffer)
43         (next-error-buffer-p, next-error-find-buffer)
44         (minibuffer-history-sexp-flag): Doc fix.
46         * savehist.el (savehist-mode-hook): Add `:group'.
48         * log-view.el: Call autoload for vc-find-version.
49         (log-view-current-file): Adjust subgroup numbers.
50         (log-view-current-tag): Add `length'.
52 2005-12-23  Richard M. Stallman  <rms@gnu.org>
54         * vc.el (vc-annotate-car-last-cons): Defn moved up.
56 2005-12-23  Juri Linkov  <juri@jurta.org>
58         * hi-lock.el (hi-lock-archaic-interface-message-used)
59         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
60         (hi-lock-mode): Display "Hi" in the mode line only when
61         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
62         (hi-lock-write-interactive-patterns):
63         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
64         (hi-lock-set-pattern, hi-lock-set-file-patterns)
65         (hi-lock-font-lock-hook): Set 3rd arg `how' of
66         font-lock-add-keywords to t.
68 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
70         * hi-lock.el (hi-lock-highlight-range): New variable.
71         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
72         only if font-lock-fontified is non-nil.  Remove overlays.
73         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
74         font-lock-fontified is non-nil, otherwise use overlays (instead of
75         text properties).
76         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
77         New variables.
78         (hi-lock-string-serialize) New function.
80 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
82         * menu-bar.el (menu-find-file-existing): New function.
83         (menu-bar-file-menu): Use menu-find-file-existing for Open.
85         * tool-bar.el (tool-bar-setup): open changed to menu-find-file-existing.
87 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
89         * vc.el: Remove unnecessary leading * in docstrings.
90         (vc-annotate-mode-map): Move initialization into declaration.
91         (vc-static-header-alist): Nitpick on the regexp.
92         (vc-default-init-version): New fun.
93         (vc-register): Use it.
94         (vc-insert-headers): Use dolist.
95         (vc-annotate-get-backend): Remove unused function.
96         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
97         (vc-annotate-mode): Remove corresponding call.
98         (vc-annotate-car-last-cons): Simplify.
99         (vc-annotate-buffers): Remove var.
100         (vc-annotate-backend): Make it buffer-local.
101         (vc-annotate): Move the interaction to the interactive spec.
102         Add a `buf' argument.
103         (vc-annotate-warp-version): Use this new `buf' argument to avoid
104         killing&creating a vc-annotate buffer, which is very disruptive when
105         the buffers are shown in dedicated frames.
107 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
109         * descr-text.el: Add FSF as maintainer.
110         (describe-text-mode, describe-text-mode-map)
111         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
112         help-mode.
113         (describe-text-widget, describe-text-sexp)
114         (describe-property-list, describe-text-category)
115         (describe-text-properties, describe-text-properties-1)
116         (describe-char): Use help buttons instead of widgets.
117         (describe-char-unicodedata-file): Make URL link in doc string.
119 2005-12-22  Richard M. Stallman  <rms@gnu.org>
121         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
122         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
123         Don't include buttons that write a file when there's no file.
124         (custom-variable-menu, custom-face-menu, custom-group-menu):
125         Don't include commands that write a file when there's no file.
126         (customize-browse): Reword the top-of-buffer help intro.
127         (custom-buffer-create-internal): Fix previous change.
128         (customize-changed-options-previous-release): Prev release is 21.1.
129         (customize-changed-options): Doc fix.
130         (customize-changed): New alias.
131         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
132         Say "standard values".
133         (Custom-reset-standard): Doc fix.
134         (custom-face-reset-standard): Doc fix.
136 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
138         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
139         even if font-lock-mode is non-nil since it may be t without having
140         turned on font-lock-mode-internal.
141         (font-lock-choose-keywords): Minor optimization.
142         (font-lock-add-keywords, font-lock-remove-keywords)
143         (font-lock-set-defaults): Don't call make-local-variable on a variable
144         that we know to already be local.
146 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
148         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
149         messages if in the minibuffer.
151 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
153         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
154         (tex-mode-flyspell-verify, flyspell-get-word)
155         (flyspell-external-point-words): Don't use point-min/max uselessly.
157         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
158         by Kevin Rodgers.  Instead, just hide the completions buffer if we
159         don't need to show it.
161 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
163         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
165 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
167         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
168         delete-windows-on with an inexistent buffer.
170 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
172         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
173         Delete defcustom variable :tag names.
175 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
177         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
178         (log-view-font-lock-keywords): Ajust subgroup numbers.
179         (log-view-current-tag): Don't hard code the number of subgroups.
181 2005-12-20  Juri Linkov  <juri@jurta.org>
183         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
184         (tooltip-x-offset, tooltip-y-offset): Doc fix.
186         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
187         (menu-bar-non-minibuffer-window-p): Instead of checking
188         display-multi-frame-p, use selected-frame when menu-updating-frame
189         is nil.
191 2005-12-20  Davis Herring  <herring@lanl.gov>  (tiny change)
193         * align.el (align-rules-list): Use [ \t] instead of \s-
194         for column separators in text mode.
196 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
198         * help-mode.el (help-customize-variable, help-customize-face):
199         Don't pop help-xref-stack as help-follow no longer pushes
200         anything on to it.
202 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
204         * textmodes/org.el: (org-agenda-custom-commands): New option.
205         (org-agenda): Offer custom commands on splash screen.
206         (org-make-tags-matcher): Parser for Boolean logic added.
207         (org-agenda-set-tags): New command.
208         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
209         (org-set-tags): Efficiency improvements.
210         (org-auto-align-tags): New option.
211         (org-todo, org-demote, org-promote): Realign tags.
212         (org-tags-completion-function): Use also "&" and "|" as separators.
213         (org-org-menu): Agenda commands simplified.
215 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
217         * cus-edit.el (customize-apropos, customize-apropos-options):
218         Docstring changes.
220         * font-lock.el (font-lock): Add tags to the links in the defgroup.
222 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
224         * longlines.el (longlines-mode): Wrap while widened.
225         (longlines-decode-region, longlines-encode-region): Compute max
226         just once.
228 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
230         * cus-edit.el (mac): New group.
232         * cus-start.el (all): Add user options in macterm.c.  Add test for
233         Mac-related built-ins.  Fix test for GTK-related built-ins.
235         * term/mac-win.el (mac-handle-language-change)
236         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
237         (mac-services-open-selection, mac-services-mail-selection)
238         (mac-services-mail-to, mac-services-insert-text)
239         (mac-dispatch-apple-event): Add docstrings.
240         (x-get-selection, mac-select-convert-to-string): Select coding
241         system from `utf-16be' and `utf-16le' using `byteorder'.
243 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
245         * subr.el (lazy-completion-table): Don't be fooled if the var holds
246         a "list" (lambda ...) rather than a real completion list.
248         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
249         lexical-let when encountering ((lambda (...) ...) ...).
251 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
253         * progmodes/sh-script.el (sh-mode):
254         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
255         * textmodes/picture.el (picture-mode): Update docstrings.
257 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
259         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
260         commands enclosed in $(ARGQUOTE)s should not be split between two
261         lines, as that will break with GNU Make >3.80, when sh.exe is used
262         and arg quoting is with '..'.
263         (autoloads): Don't break the quoted --eval expression between
264         several lines.
266 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
268         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
269         Capture error from printing circular structures.
271 2005-12-17  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
273         * wid-edit.el (widget-checkbox-action): Clear undo info.
275 2005-12-16  Bill Wohler  <wohler@newt.com>
277         * menu-bar.el (kill-this-buffer): Set a good example by using menu
278         bar, not menubar in comment.
280 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
282         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
283         After-change-functions should not clobber the match data.
285 2005-12-16  Juri Linkov  <juri@jurta.org>
287         * simple.el (choose-completion): Use `buffer-substring-no-properties'
288         instead of `buffer-substring'.
289         (completion-common-substring): Doc fix.
290         (completion-setup-function): Use minibuffer-completion-contents
291         instead of minibuffer-contents.  Don't set common-string-length
292         initially.  Remove special handling of partial-completion-mode.
293         Move computation of completion-base-size into one cond.
294         Call completion-base-size-function in mainbuf.  In computation of
295         completion-base-size for file name completion don't move point to
296         the end of the minibuffer.  Move computation of common-string-length
297         into one cond.  Start putting faces only when common-string-length>=0.
298         Add condition to put completions-common-part when
299         common-string-length>0.
301         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
302         place point at the first different character in the minibuffer
303         even if this position is at the beginning of the minibuffer.
305         * info.el (Info-read-node-name-1): In completion-base-size-function's
306         lambda return 1 if common-substring or minibuffer-completion-contents
307         starts with (, and 0 otherwise.
309         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
310         Use `crm-current-element' for second arg of `display-completion-list'.
312 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
314         * files.el (set-auto-mode): Look for an interpreter specified on
315         the first line also if search for mode specification succeeded,
316         but the mode is not known.
318 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
320         * textmodes/org.el: (org-tags-match-list-sublevels): New option.
321         (org-open-at-point): Implement tag searches as links.
322         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
323         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
324         (org-tags-sparse-tree, org-tags-view, org-set-tags)
325         (org-agenda-dispatch): New commands.
326         (org-use-tag-inheritance, org-tags-column): New options.
327         (org-tab-follows-link, org-return-follows-link): New options.
328         (org-tags): New customize group.
329         (org-start-icalendar-file): Get local time zone.
330         (org-tags-completion-function): New function.
331         (org-set-font-lock-defaults): Make sure links will also be
332         highlighted inside headlines.
334 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
336         * term.el (term-emulate-terminal):
337         Let term-handle-ansi-terminal-messages override what Bash says about
338         its current directory.
340 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
342         * bindings.el (last-buffer): Move to simple.el.
343         * simple.el (last-buffer): Move here.
344         (get-next-valid-buffer): New function.
345         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
346         (prev-buffer): Ditto. Rename to `previous-buffer'.
348         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
349         * bindings.el (global-map): Ditto.
351 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
353         * cus-edit.el: Introductory comment change.
354         (custom-magic-alist): Change message string for the `rogue' state.
356 2005-12-15  Richard M. Stallman  <rms@gnu.org>
358         * tooltip.el: Delete defcustom variable :tag names.
360         * complete.el (partial-completion-mode): Doc fix.
362         * textmodes/flyspell.el (flyspell-external-point-words):
363         Use save-excursion to ensure we don't move backward in the
364         search loop, not even one character.
365         (flyspell-delete-all-overlays): Use remove-overlays directly.
367         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
368         (ispell-start-process): Set that variable.
369         Clear ispell-buffer-local-name.
370         (ispell-internal-change-dictionary):
371         Set ispell-current-dictionary after killing process.
372         (ispell-buffer-local-dict):
373         Don't set spell-personal-dictionary after killing process.
374         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
375         (ispell-tex-skip-alists)
376         (ispell-html-skip-alists, ispell-skip-region-alist): Mark as risky.
378         * net/newsticker.el (newsticker--retrieval-timer-list)
379         (newsticker--display-timer, newsticker-running-p)
380         (newsticker-ticker-running-p): Definitions moved up.
382 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
384         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
386 2005-12-15  David Ponce  <david@dponce.com>
388         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
389         (recentf-edit-list, recentf-open-files): Signal an error when
390         there is no recent file.
392 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
394         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
395         read-only except for texinfo-format-region evaluation.
397 2005-12-14  Richard M. Stallman  <rms@gnu.org>
399         * vc.el (vc-default-previous-version, vc-default-next-version)
400         (vc-do-command): Doc fixes.
402 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
404         * textmodes/bibtex.el (bibtex-expand-strings)
405         (bibtex-autokey-expand-string, bibtex-name-part)
406         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
407         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
408         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
409         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
410         (bibtex-entry-postfix, bibtex-known-entry-type-re)
411         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
412         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
413         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
414         (bibtex-beginning-of-last-entry): Remove.
415         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
416         message if comma is missing but buffer is read-only.
417         (bibtex-parse-field-text): Handle whitespaces at the end of field
418         text.  Return 3-element list with beginning and end of field text
419         and end of field.
420         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
421         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
422         (bibtex-search-forward-field, bibtex-search-backward-field):
423         Search always delimited by limits of entry.  Use more efficient
424         search algorithms.
425         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
426         bibtex-end-of-name-in-field.
427         (bibtex-text-in-field-bounds): Handle BibTeX strings when
428         extracting the content of a field.
429         (bibtex-text-in-field): Use search limits.
430         (bibtex-parse-string-prefix): Handle empty string keys based on
431         bibtex-string-empty-key.
432         (bibtex-parse-string): Fix docstring.
433         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
434         (bibtex-preamble-prefix, bibtex-strings): New functions.
435         (bibtex-skip-to-valid-entry): Include preceding whitespace in
436         BibTeX entries (consistent with other BibTeX functions).
437         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
438         (bibtex-search-entry): Fix docstring.  Simplify.
439         (bibtex-flash-head, bibtex-complete-string-cleanup)
440         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
441         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
442         (bibtex-parse-entry): New optional arg content.
443         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
444         Use bibtex-text-in-field-bounds.
445         (bibtex-print-help-message): Handle BibTeX strings and preambles.
446         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
447         bibtex-parse-string-postfix.
448         (bibtex-find-text-internal): New function.
449         (bibtex-remove-delimiters): Use it.
450         (bibtex-find-text): Use it.  New optional arg help.
451         (bibtex-complete): Handle BibTeX string and preamble entries.
452         (bibtex-Preamble): Fix order of closing delimiters.
454 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
456         * vc.el (vc-default-revert): New fun.
458         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
460 2005-12-14  Romain Francoise  <romain@orebokech.com>
462         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
463         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
464         (font-lock-remove-keywords): Likewise.
466 2005-12-14  Juri Linkov  <juri@jurta.org>
468         * log-view.el (log-view-diff): Doc fix.
470         * isearch.el (isearch-query-replace): Use (mark) instead of
471         isearch-opoint if mark is active in transient-mark-mode.
473 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
475         * isearch.el (isearch-query-replace): Check for isearch-other-end.
477 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
479         * progmodes/cpp.el (cpp-face): New widget.
480         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
482 2005-12-14  Juri Linkov  <juri@jurta.org>
484         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
485         around `erase-buffer' and `insert'.
487         * descr-text.el (describe-text-properties): Replace buffer name
488         "*Help-2*" with "*Help*<2>".
489         (describe-char): Add functions print-help-return-message,
490         toggle-read-only.  Use help-setup-xref with nil to not store
491         describe-char in help-xref-stack.  Use help-make-xrefs to
492         make [back] button.
494         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
496         * wdired.el (wdired-old-point): New internal variable.
497         (wdired-change-to-wdired-mode): Set it buffer-locally.
498         (wdired-abort-changes): Restore point after aborting changes.
500 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
502         * vc.el (vc-do-command): Add a new value t for okstatus.
504         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
505         frame in case of errors.
507 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
509         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
510         so it comes after "On the Left" in the menu.
512 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
514         * cus-edit.el (customize-apropos, customize-apropos-options)
515         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
517 2005-12-12  Bill Wohler  <wohler@newt.com>
519         * vc-svn.el (vc-svn-registered): Fix problem of visiting
520         non-writable Subversion-controlled files by saving window
521         configuration before calling vc-do-command.  vc-do-command calls
522         pop-to-buffer on error which is unexpected during registration.
524 2005-12-12  Jay Belanger  <belanger@truman.edu>
526         * calc/README: Update the summary of changes.
528 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
530         * descr-text.el (describe-char): Rework last fix to solve the problem
531         is the same way it's solved for everything else in that function
532         (i.e. by extracting the info before setting up the *Help* buffer).
534 2005-12-12  Kim F. Storm  <storm@cua.dk>
536         * subr.el (version-regexp-alist): Allow space as separator before
537         non-numeric part, e.g. "1.0 alpha".
538         (version-to-list): Interpret .X.Y version as 0.X.Y version.
540 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
542         * textmodes/org.el: (org-agenda, org-timeline, org-todo):
543         Implement Logging and the keep-modes setting.
544         (org-get-category): Make sure a string is returned.
545         (org-log-done): New function.
546         (org-log-done, org-closed-string): New options.
548 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
550         * tooltip.el (tooltip-y-offset): Change default to 20.
552 2005-12-12  Richard M. Stallman  <rms@gnu.org>
554         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
556         * frame.el (display-hourglass): Doc fix.
558         * help.el (help-for-help-internal): Simplify entry for `a'.
560         * info.el (Info-on-current-buffer): Doc fix.
561         (info-insert-file-contents): Don't test (featurep 'jka-compr).
563         * startup.el (inhibit-splash-screen): Make this the real name.
564         (inhibit-startup-message): Make this the alias.
565         (command-line): Find only simple.el, and use its directory
566         to fill in other preloaded files' names.
567         (command-line): Deactivate the mark if deactivate-mark is set.
569         * international/mule.el (load-with-code-conversion):
570         Bind deactivate-mark.
572         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
574 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
576         * cus-edit.el (customize-apropos): Avoid listing an option more
577         than once under different aliases.  No longer list user options
578         that are not defined with defcustom (unless a prefix arg is given).
579         Doc fix.
580         (customize-apropos-options): Doc fix.
582 2005-12-11  Juri Linkov  <juri@jurta.org>
584         * frame.el (set-background-color, set-foreground-color)
585         (set-cursor-color, set-mouse-color, set-border-color):
586         Add explicit prompts to read colors by `facemenu-read-color'.
587         (show-trailing-whitespace, blink-cursor-delay)
588         (blink-cursor-interval, display-hourglass, hourglass-delay):
589         Remove tags.
590         (display-hourglass, hourglass-delay): Doc fix.
591         (cursor-in-non-selected-windows): Capitalize words in tag.
593         * faces.el (frame-background-mode): Replace `choice-item' keywords
594         with `const' to not make [default] button.  Change default value tag
595         from `default' to `automatic'.  Doc fix.
596         (trailing-whitespace) <defface>: Change group `whitespace' to
597         `whitespace-faces'.
599 2005-12-11  Richard M. Stallman  <rms@gnu.org>
601         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
603 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
605         * term/mac-win.el: Create keymap for mac-apple-event-map.
607 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
609         * tooltip.el (tooltip-mode): Move to start of file so that it
610         appears at top of customize buffer.
612         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
613         Add the gud groupname.
614         (gud-tooltip-mode): Add the tooltip groupname.
615         (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
616         avoid conflict with tooltip-use-echo-area.
618 2005-12-10  Romain Francoise  <romain@orebokech.com>
620         * help.el (help-for-help-internal): Add `r' in doc string.
622 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
624         * align.el (align-regexp, align-highlight-rule):
625         Use region-beginning and region-end instead of point and mark, so that
626         repetition (with `repeat-complex-command') recomputes the region
627         bounds.
629 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
631         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
632         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
633         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
634         (balance-windows): Rewrite using the above new functions.
636 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
638         * hi-lock.el: (hi-lock-mode) Renamed from hi-lock-buffer-mode;
639         react if global-hi-lock-mode seems intended.
640         (global-hi-lock-mode) Renamed from hi-lock-mode.
641         (hi-lock-archaic-interface-message-used)
642         (hi-lock-archaic-interface-deduce): New variables.
643         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
644         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
645         (hi-lock-find-patterns, hi-lock-font-lock-hook):
646         Replace hi-lock-buffer-mode with hi-lock-mode.
648 2005-12-10  Kevin Rodgers  <ihs_4664@ihs.com>
650         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
651         completion list, even after a partial completion has been
652         inserted in the current buffer.  If there are more than 1
653         completion, redisplay the *Completions* buffer; if the
654         completion is unique, delete the *Completions* window.
656 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
658         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
659         strings and long subject lines that were broken into multiple
660         lines at arbitrary places.  Handle subjects that have "Re: " in
661         the middle.
663 2005-12-10  John W. Eaton  <jwe@octave.org>
665         * emacs/octave-mod.el (octave-electric-space): Don't indent
666         comments or strings if octave-auto-indent is nil.
668 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
670         * term/mac-win.el: Require url when compiling.
671         Call mac-process-deferred-apple-events after loading init files.
672         (mac-apple-event-map): New defvar.  Define event handlers in it.
673         (core-event, internet-event): New Apple event class symbols.
674         (open-application, reopen-application, open-documents)
675         (print-documents, open-contents, quit-application)
676         (application-died, show-preferences, autosave-now, get-url):
677         New Apple event ID symbols.
678         (about): New HICommand ID symbol.
679         (mac-event-spec, mac-event-ae): New macros.
680         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
681         (mac-ae-selection-range, mac-ae-text-for-search)
682         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
683         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
684         and Services menu events are now defined in mac-apple-event-map.
685         (mac-drag-n-drop): Remove selection range handling.
687 2005-12-10  Kenichi Handa  <handa@m17n.org>
689         * simple.el (zap-to-char):
690         * isearch.el (isearch-process-search-char): Translate CHAR by
691         translation-table-for-input.
693 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
695         * foldout.el (foldout-exit-fold): Properly hide subtree.
697 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
699         * files.el (save-buffer):
700         * international/ucs-tables.el (ucs-set-table-for-input):
701         * mail/mail-extr.el (mail-extract-address-components):
702         * mail/sendmail.el (mail-mode): Reformat doc string.
704 2005-12-09  Juri Linkov  <juri@jurta.org>
706         * isearch.el (isearch-highlight): Change main overlay priority
707         from 1 to 1001.  Simplify.
708         (isearch-lazy-highlight-update): Change lazy overlay priority
709         from 0 to 1000.
711         * replace.el (replace-highlight): Change overlay priority from
712         1 to 1001.
714         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
715         Change overlay priority from 1 to 1001.  Reuse existing overlay.
717         * compare-w.el (compare-windows-highlight): Change overlay
718         priority from 1 to 1000.
720         * menu-bar.el (menu-bar-edit-menu): Add listp around
721         pending-undo-list to disable menu item "undo" when pending
722         undo list is empty.
724         * locate.el (locate): Disable undo in *Locate* buffer.
726 2005-12-09  Kim F. Storm  <storm@cua.dk>
728         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
730 2005-12-09  David Ponce  <david@dponce.com>
732         * recentf.el: Improvement of the menu code.
733         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
734         instead of menu hook.
735         (recentf-show-menu, recentf-hide-menu): New functions.
736         (recentf-menu-customization-changed, recentf-mode): Use them.
737         (recentf-menu-action, recentf-max-menu-items)
738         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
739         (recentf-arrange-by-rule-others)
740         (recentf-arrange-by-rules-min-items)
741         (recentf-arrange-by-rule-subfilter) : Don't use
742         `recentf-menu-customization-changed'.
743         (recentf-arrange-rules): Likewise.  Accept functions to compute
744         sub-menu titles.
745         (recentf-menu-filter): Likewise.  Doc fix.
746         (recentf-menu-value-shortcut): Doc fix.
747         (recentf-dump-variable): Quote atom value.
748         (recentf-make-menu-items): Update to use it as a menu filter.
749         (recentf-match-rule): New function.
750         (recentf-arrange-by-rule): Use it.
751         (recentf-indirect-mode-rule): New function.
752         (recentf-build-mode-rules): Use it.
753         (recentf-dir-rule): New function.
754         (recentf-arrange-by-dir): Use it.
755         (recentf-filter-changer-current): Rename from
756         `recentf-filter-changer-state'.  All references updated.
757         (recentf-filter-changer-alist): Update filter names.
758         (recentf-filter-changer-select): New function.
759         (recentf-filter-changer): Use it.  Make a sub-menu from filters
760         available in `recentf-filter-changer-alist'.
761         (recentf-data-cache, recentf-clear-data)
762         (recentf-update-menu): Remove.  All references updated.
763         (recentf-match-rule-p, recentf-build-dir-rules)
764         (recentf-filter-changer-goto-next)
765         (recentf-filter-changer-get-current)
766         (recentf-filter-changer-get-next): Remove.
768 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
770         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
771         buffer "Reset" button to "Reset to Current" for consistency with
772         the State buttons.
774 2005-12-08  John Paul Wallington  <jpw@pobox.com>
776         * ibuf-ext.el (define-ibuffer-filter filename):
777         If `dired-directory' is a list then really use its car.
779 2005-12-08  Kim F. Storm  <storm@cua.dk>
781         * emulation/cua-rect.el (cua--rectangle-aux-replace): Fix
782         indention of text on right side of replaced rectangle.
784 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
786         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
787         No need to check gud-comint-buffer is bound.
788         (gdb): Prevent multiple debugging when first session uses gdba.
790 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
792         CC Mode update to 5.31.
794         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
795         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.  We
796         might do this function properly in the future).
798         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
799         macros c-sentence-end and c-default-value-sentence end, to cope
800         with Emacs 22's new function `sentence-end'.
802 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
804         * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
805         compat issue using `c-put-overlay' and `c-delete-overlay'.
807         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
808         compat macros to handle overlays/extents.
810 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
812         * progmodes/cc-fix.el: Add definitions of the macros push and pop
813         (for GNU Emacs 20.4)
815         * progmodes/cc-defs.el:
816         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
818         * progmodes/cc-cmds.el (c-show-syntactic-information): change the
819         highlighting mechanism so it will work in XEmacs too.
821         * progmodes/cc-defs.el: Insert c-int-to-char.
823         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
824         call to the new macro c-int-to-char.  This solves XEmacs's
825         regarding characters as different from integers.
827 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
829         * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
830         helper.
832         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
833         construct to make the indirect face lookup work in XEmacs.
835         (c-cpp-matchers): Append the negation char face to the existing
836         fontification, so that the cpp face doesn't disappear.  Use
837         `c-make-syntactic-matcher' to avoid negation chars in comments and
838         strings.
840         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
841         to map to `font-lock-negation-char-face' in emacsen where it
842         exists.
844 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
846         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
848         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el: Rename
849         "c-subword-move-mode" as "c-subword-mode".
851         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
852         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
854 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
856         * progmodes/cc-mode.el: Added autoload directive for
857         `c-subword-move-mode' for use in older emacsen.
859 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
861         * progmodes/cc-mode.el:
862         (i) Insert a binding for C-c C-backspace into
863         c-bind-special-erase-keys which works in TTYs.
864         (ii) Make sure that when file styles are used, any explicitly
865         given style variables take priority over those in the style.  Do
866         this by calling `hack-local-variables' a second time.
868         * progmodes/cc-vars.el: Add language specific customization
869         widgets for AWK to c-doc-comment-style, c-require-final-newline
870         and c-default-style.  Add a defcustom for awk-mode-hook.  Give
871         c-syntactic-element and c-syntactic-context doc-strings by
872         directly setting their `variable-documentation' propery.  This
873         allows Emacs 22.1 to read these with C-h v.
875         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
876         Monnier).
878 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
880         * progmodes/cc-fonts.el, cc-vars.el
881         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection,
882         gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
883         Masatake YAMATO.
885         (c-doc-comment-style): Made GtkDoc default in C mode.
887         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
888         and C-c C-<delete>.
890         (c-bind-special-erase-keys): New function for use on
891         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
893         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
894         <delete> key behavior in XEmacs according to `delete-forward-p'.
895         C.f. `c-electric-delete'.
897 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
899         * progmodes/cc-mode.el: Give c-hungry-backspace and
900         c-hungry-delete-forward permanent key bindings.
902         * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
903         c-syntactic-context for calls to "criteria functions", for
904         consistency with other calls to user functions.
906         * progmodes/cc-cmds.el (c-indent-command): expunge use of
907         `current-prefix-arg', since this might be the prefix arg to a
908         command which calls c-indent-command as a function.  Change the
909         interactive spec from "p" to "P".
911         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
912         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
913         was difficult to understand.
915 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
917         * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
918         first char of an identifier.
920         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
921         +" syntax in C++.
923 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
925         * progmodes/cc-cmds.el (c-mask-paragraph): correct, so that
926         auto-fill doesn't split a c-comment's last word from a hanging
927         "*/" when a space is typed between them after fill-column.
929         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
931         * progmodes/cc-styles.el (c-set-style,
932         c-setup-paragraph-variables): Abort the command if we're not in a
933         CC Mode buffer.
935         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
936         with blank comment-prefix, and a blank line as the comment's
937         second line.
939 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
941         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
942         Incorporated the patterns added in the Emacs development branch
943         for the new Emacs 22 face `font-lock-negation-char-face'.
945         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
946         of "red" since it stands out better in xterms and DOS terminals.
948         * progmodes/cc-engine.el (c-literal-faces): Added
949         `font-lock-comment-delimiter-face' which is new in Emacs 22.
951 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
953         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
954         forcibly enable c-electric-flag.
956         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
957         `comment-close-slash' on c-electric-slash: if enabled, typing `/'
958         just after the comment-prefix of a C-style comment will close that
959         comment.
961 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
963         * progmodes/cc-fonts.el (c-basic-matchers-before,
964         c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
965         in Pike.
967         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
968         digraphs.
970         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
971         (c-cpp-message-directives, c-cpp-include-directives,
972         c-opt-cpp-macro-define, c-opt-cpp-macro-define-start,
973         c-cpp-expr-directives): Introduced new language constants to
974         control cpp syntax in a cleaner way.
976         (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
978         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
980         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines,
981         c-multiline-string-start-char): New language constants and
982         variables to specify how newlines in string literals work.
984         (c-font-lock-invalid-string): Use them.
986         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
987         unbalanced close brace is entered.  Optimization by avoiding going
988         back over arbitrarily large blocks.  Removed hints that this
989         function only would be relevant/useful in AWK.
991         (c-electric-brace): Indent syntactically after the cleanups since
992         lineup functions might do it differently then.
994         * progmodes/cc-engine.el, cc-langs.el
995         (c-opt-op-identifier-prefix): New language constant and variable.
997         (c-just-after-func-arglist-p, c-after-special-operator-id,
998         c-search-decl-header-end, c-inside-bracelist-p): Use it.
1000         * progmodes/cc-align.el, cc-engine.el
1001         (c-after-special-operator-id): New helper to handle C++ operator
1002         identifiers.
1004         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p,
1005         c-guess-basic-syntax): Handle C++ operator identifiers in
1006         declarations.
1008         * progmodes/cc-langs.el (c-assignment-operators): Added the
1009         trigraph version of ^= too.
1011         * progmodes/cc-langs.el (c-assignment-operators): Added the
1012         trigraph version of |= in C++.
1014         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
1015         `c-decl-hangon-kwds' after the identifier name.
1017         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
1018         whether an arglist is "nonempty", ignore a comment after the open
1019         paren if it isn't followed by a non-comment token on the same
1020         line.
1022         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
1023         heuristics below the point to cope with classes inside special
1024         brace lists in Pike.
1026 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1028         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
1030 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1032         * progmodes/cc-guess.el (cc-guess-install): New function to
1033         install an already guessed style in another buffer.
1035         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
1036         sets `inhibit-read-only' - `c-save-buffer-state' should be used
1037         anyway if the change always is undone.
1039 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1041         Implement togglable electricity:
1043         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
1044         saying when it should be used.
1046         * progmodes/cc-engine.el: Add the new buffer-local variable,
1047         c-electric-flag.
1049         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
1050         c-toggle-auto-newline.
1052         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
1053         c-toggle-auto-newline.  Remove the binding for
1054         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
1055         c-toggle-electric-state.
1057         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
1059         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
1060         c-\(forward\|backward\)-subword.
1061         (c-update-modeline): Add the new modeline flag `l' for
1062         `c-electric-flag'.  Make the auto-newline flag `a' dependent on
1063         `l'.
1064         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.  Make
1065         the old name an alias of the new name.
1066         (c-toggle-electric-state): New function.
1067         c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
1068         Adapt these functions to do electric things only when
1069         c-electric-flag is non-nil.
1070         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
1071         new functions from c-electric-brace.
1072         (c-point-syntax): Add a check for "virtual semicolons" in AWK
1073         mode, so that the tentative extra newline doesn't change the
1074         syntax of the following brace.
1075         (c-electric-brace): restructure by extracting the above functions.
1076         Tidy up the coding somewhat.
1077         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
1078         restructure a bit.
1080 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1082         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
1083         anchor position(s) using faces.  Thanks to Masatake YAMATO for the
1084         idea.
1086         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
1087         (c-submode-indicators): Changed name from `c-auto-hungry-string'
1088         since it's now used to track another submode.
1090         (c-update-modeline): Converted to function and extended to check
1091         `c-subword-move-mode'.
1093         (c-forward-into-nomenclature, c-backward-into-nomenclature):
1094         Converted to compat aliases for `c-forward-subword' and
1095         `c-backward-subword'.
1097         * progmodes/cc-subword.el: New functions and minor mode to handle
1098         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
1100         (c-forward-subword, c-backward-subword, c-mark-subword,
1101         c-kill-subword, c-backward-kill-subword, c-transpose-subwords,
1102         c-capitalize-subword, c-downcase-subword, c-upcase-subword):
1103         Functions corresponding to the standard word handling functions.
1105         (c-subword-move-mode): Minor mode that replaces all the standard
1106         word handling functions with their subword equivalences.
1108 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1110         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
1111         entry for one-liner-defun.
1113         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
1114         name in its def-edebug-spec.
1116         * progmodes/cc-cmds.el (c-electric-brace): Make the
1117         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
1118         compacts space before a comment, if this will make things fit on
1119         one line.
1121         Introduce an "awk" style, mainly for auto-newline and clean-ups.
1123         * progmodes/cc-align.el: new function c-snug-1line-defun-close
1125         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
1126         clean-up one-liner-defun.
1128         * progmodes/cc-styles.el: Add the new "awk" style.
1130         * progmodes/cc-vars.el: Add description of one-liner-defun to
1131         c-cleanup-list's doc-string.  New user options,
1132         c-max-one-liner-length.  In c-default-style, set the default style
1133         for AWK to "awk".
1135 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1137         * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
1138         macros inside labels.
1140         * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
1141         `c-at-statement-start-p' and `c-at-expression-start-p'.
1143         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
1144         error if the mark isn't set.
1146         * progmodes/cc-engine.el (c-guess-continued-construct,
1147         c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
1148         accurately detect functions inside functions.
1150         * progmodes/cc-engine.el (c-at-expression-start-p): New function
1151         like `c-at-statement-start-p' that additionally recognizes commas
1152         and expression parentheses as delimiters.
1154         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
1155         to avoid heuristics that doesn't work for unclosed blocks.
1157         (c-at-statement-start-p): New function.
1159         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
1160         Objective-C directives, e.g. directives spanning lines should work
1161         reasonably well now.
1163         (c-put-c-type-property, c-clear-c-type-property): New helpers.
1165         (c-forward-objc-directive): New function to move over any ObjC
1166         directive.
1168         (c-just-after-func-arglist-p, c-guess-basic-syntax,
1169         c-basic-matchers-before): Use it.
1171         (c-font-lock-objc-iip-decl): Removed.
1173         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
1174         in the template arglist recognition.
1176         * progmodes/cc-styles.el (c-style-alist): Fixed several
1177         inconsistencies in the Whitesmith style.
1179         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks): New
1180         lineup function to get lines after Whitesmith style blocks
1181         correctly indented.
1183         (c-lineup-whitesmith-in-block): Backed out the compensation for
1184         opening parens since it's done using `add' lists in the style
1185         definition instead.  Don't use the anchor position since it varies
1186         too much between the syntactic symbols. :P
1188         * progmodes/cc-vars.el (c-valid-offset): Updated.
1190         * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
1191         lists where the offsets are combined according to several
1192         different methods: `first', `min', `max', and `add'.  Report
1193         offset evaluation errors with `c-benign-error' so that some kind
1194         of reindentation still is done.
1196         * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
1197         `arglist-intro' the same way as `arglist-cont-nonempty' and
1198         `arglist-close'.
1200         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
1201         situations for `arglist-cont-nonempty' and `arglist-close'.
1203         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
1204         constant.
1206         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
1207         cc-bytecomp-boundp' in a number of places.
1209         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
1210         macro related issue.
1212 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1214         * progmodes/cc-awk.el: Change the terminology of regexps: A char
1215         list is now
1216         [asdf], a char class [:alpha:].  Include code for char classes.
1217         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
1218         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
1220         Remove (nearly all of) the cruft associated with AWK Mode's former
1221         concept of "virtual semicolons":
1223         Adapt c-beginning-of-statement, c-end-of-statement (together with
1224         subfunctions) to use the new notion of "virtual semicolon" in
1225         place of the old awkward special handling for AWK.  There remains
1226         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
1227         * progmodes/cc-cmds.el:
1228         (c-ascertain-adjacent-literal): In the backwards direction, now
1229         recognises AWK regexp delimiters as string delimiters.
1230         (c-after-statement-terminator-p): Adapt for virtual semicolons;
1231         check more rigorously for "end of macro".
1232         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
1233         virtual semicolons;
1234         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
1235         out the code for forward movement into ...
1236         (c-end-of-statement): Now contains the code for forward movement,
1237         adapted for virtual semicolons.
1239         * progmodes/cc-engine.el:
1240         (c-ws*-string-limit-regexp): new regexp.
1241         (c-forward-single-comment, c-backward-single-comment): Comment out
1242         the (now redundant) "special" AWK stuff.
1244         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
1245         c-string-par-start, c-string-par-separate to be more like Text
1246         Mode than Fundamental Mode.
1248 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1250         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
1251         to the fontified region so that fontification doesn't occur
1252         outside it
1253         (could happen e.g. when fontifying a line with an unfinished
1254         declaration).
1256 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1258         * progmodes/cc-awk.el: Regexps for analysing AWK code have been
1259         moved to near the start of the file.  ^L now separate sections of
1260         the file.  New defconsts: c-awk-non-eol-esc-pair-re,
1261         c-awk-blank-or-comment-line-re,
1262         c-awk-one-line-possibly-open-string-re,
1263         c-awk-regexp-one-line-possibly-open-char-class-re,
1264         c-awk-one-line-possibly-open-regexp-re,
1265         c-awk-one-line-non-syn-ws*-re.  New functions: c-awk-at-vsemi-p,
1266         c-awk-vsemi-status-unknown-p.
1268         Amend the concept of "virtual semicolons" (in the indentation
1269         engine) for languages like AWK, such that they are now
1270         conceptually attached to end of the last token of a statement, not
1271         the end of the line.  (In AWK Mode, however, the pertinent text
1272         property is still physically set on the EOL.)  Remove the specific
1273         tests for awk-mode, thus facilitating the introduction of other
1274         language modes where EOLs can end statements.  (Note: The
1275         funtionality in cc-cmds.el, specifically
1276         c-beginning/end-of-statement has yet to be amended.)
1278         * progmodes/cc-defs.el: New macros c-at-vsemi-p,
1279         c-vsemi-status-unknown-p.
1281         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
1282         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
1283         c-vsemi-status-unknown-p-fn (in a new page).
1285         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
1286         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
1287         numerous awkward forms like
1288         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
1289         with
1290         (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
1291         variable before-ws-ip, the place just after char-before-ip
1292         appears.
1294         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
1295         a comment.
1297 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1299         * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
1300         `c-tentative-buffer-changes'.
1302         * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
1303         converted to macro to choose between Emacs and XEmacs at compile
1304         time.
1306         (c-set-region-active): New set counterpart to
1307         `c-region-is-active-p'.
1309         (c-tentative-buffer-changes): New macro to handle temporary buffer
1310         changes in a convenient way.
1312         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
1313         for `c-tentative-buffer-changes'.
1315         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
1316         the checks for paren sexps between the point and the keyword, to
1317         avoid some false alarms.
1319         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
1320         Fixed a situation where an error could be thrown for unbalanced
1321         parens.  Changed to make use of c-keyword-member' to avoid some
1322         repeated regexp matches.
1324         (c-opt-lambda-key, c-opt-inexpr-block-key,
1325         c-opt-inexpr-class-key): These language variable are no longer
1326         necessary.
1328         (c-block-stmt-kwds): New language constant used by
1329         c-looking-at-inexpr-block'.
1331         (c-guess-basic-syntax): Removed an optional check that looked at
1332         the existence of the now removed language variables.
1334         * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
1335         c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
1336         object instantiation expressions as declarations in some contexts.
1337         This bug only affected languages where the declarator can't be
1338         enclosed in parentheses.
1340         * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
1341         insert newlines before and after substatement braces.
1343         * progmodes/cc-engine.el: Improved the heuristics for recognizing
1344         function declaration headers and the handling of C++ style member
1345         init lists.
1347         (c-just-after-func-arglist-p): Rewritten to use
1348         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
1350         (c-beginning-of-member-init-list): Removed since it isn't used
1351         anymore.
1353         (c-guess-basic-syntax): Case 5B adapted for the new
1354         `c-just-after-func-arglist-p'.  Cases 5B.1 and 5B.3 merged.  Cases
1355         5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
1356         covers all cases now).
1358         * progmodes/cc-defs.el (c-point): Added 'bosws and 'eosws.
1360 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1362         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
1363         c-string-par-start/separate c-sentence-end-with-esc-eol,
1364         initialised in c-setup-paragraph-variables, used in string
1365         scanning subroutines of c-beginning-of-statement.
1367         * progmodes/cc-cmds.el (c-electric-brace): don't delete a comment
1368         which precedes the newly inserted `{'.
1370 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1372         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
1373         function for declaration level blocks.  It should now cope with
1374         templates better and also be a lot more comprehensible.
1376         (c-looking-at-decl-block): The new function.
1378         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
1379         for compatibility.
1381         (c-add-class-syntax, c-guess-continued-construct,
1382         c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
1384         (c-decl-block-key): Changed to tell apart ambiguous and
1385         unambiguous keywords.  Pike specials are now handled directly in
1386         the code instead.
1388         (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
1389         language constants and variables to make the backward skip in
1390         `c-looking-at-decl-block' as tight as possible.
1392         (c-nonsymbol-token-char-list): New language constant.
1394         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
1395         find balanced template arglists backwards.
1397         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
1398         making char classes for `c-syntactic-skip-backward'.
1400         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
1401         16D - can't be a class-close at that point.
1403         * progmodes/cc-engine.el (c-guess-basic-syntax,
1404         c-add-class-syntax): Don't narrow out the enclosing declaration
1405         level.  This makes everything a lot easier, and it was actually
1406         only four small places that needed it to work.  Some places that
1407         previously did `widen' are removed now, which has the effect that
1408         `c-guess-basic-syntax' never will look at things outside the
1409         current narrowment now.  The anchor position for `topmost-intro'
1410         is affected by this, but it was so bogus it was basically useless
1411         before, and now it's equally bogus but in a slightly different
1412         way.
1414         (c-narrow-out-enclosing-class): Gone.
1416         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
1417         the narrowed region.
1419         (c-least-enclosing-brace): Removed silly optional argument.
1421         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
1422         the point could be left directly after an open paren when finding
1423         the beginning of the first decl in the block.
1425         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
1426         Specify which submatch to use.
1428         * progmodes/cc-langs.el (c-symbol-start): Include '@' in ObjC.
1430         (c-decl-start-re): No no longer any need for special treatment of
1431         ObjC due to the above.
1433         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
1434         presumably follows C in that regard.
1436         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
1437         New language constants to specify operator tokens inside
1438         identifiers in a more high level way.
1440         (c-opt-identifier-prefix-key): New internal language constant.
1442         (c-opt-identifier-concat-key, c-opt-after-id-concat-key,
1443         c-identifier-start, c-identifier-key): Now completely calculated
1444         from other constants.
1446         (c-identifier-last-sym-match): Decommissioned since it's no longer
1447         used.
1449         (c-operators): Use `c-identifier-ops'.  Documented
1450         `postfix-if-paren'.
1452         * progmodes/cc-engine.el (c-forward-name): Removed the
1453         optimization when c-identifier-key is equal to c-symbol-key since
1454         it doesn't work in byte compiled files.  Don't record empty
1455         regions as identifiers.
1457         * progmodes/cc-langs.el (c-filter-ops): New helper function to
1458         simplify access to `c-operators' and its likes.
1460         (c-operator-list, c-all-op-syntax-tokens,
1461         c-nonsymbol-token-regexp, c-<>-multichar-token-regexp,
1462         c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds,
1463         c-primary-expr-regexp, c-cast-parens): Use it.
1465         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
1466         an explicit language in functions.
1468         * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
1469         variant of adornment.
1471         * progmodes/cc-langs.el (c-any-class-key): Removed unused language
1472         variable.
1474         (c-type-decl-prefix-key): Removed some now unnecessary cruft from
1475         the Pike value.
1477         * progmodes/cc-engine.el (c-on-identifier,
1478         c-simple-skip-symbol-backward): Small fix for handling "-"
1479         correctly in `skip-chars-backward'.  Affected the operator lfun
1480         syntax in Pike.
1482         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
1483         diagnostic message about precompiled language vars not being used.
1485         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
1486         "__attribute__" is followed by a parenthesis.
1488         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re,
1489         c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
1490         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
1492         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
1493         cleanups to properly detect the declared identifiers in various
1494         declarations.
1496         (c-decl-start-kwds): New language constant to recognize
1497         declarations that can start anywhere.  Used for class declarations
1498         in Pike.
1500         (c-specifier-key, c-not-decl-init-keywords,
1501         c-decl-prefix-or-start-re, c-find-decl-prefix-search,
1502         c-find-decl-spots): Implement `c-decl-start-kwds'.
1504         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds,
1505         c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
1506         handling of the compiler specific extension keywords into a new
1507         language constant `c-decl-hangon-kwds' that defines keyword
1508         clauses to be ignored in declarations.
1510         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
1511         past unrecognized tokens when handling `c-colon-type-list-kwds'.
1512         Necessary to stop at the declared identifier in e.g. IDL valuetype
1513         declarations.
1515         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds,
1516         c-prefix-spec-kwds-re, c-postfix-spec-kwds,
1517         c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key,
1518         c-forward-decl-or-cast-1): Recognize the declared identifier in
1519         class and enum declarations as such and not as part of the type.
1521         (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
1522         interpretation of PRECEDING-TOKEN-END when there's no preceding
1523         token.
1525         (c-forward-decl-or-cast-1): Don't disregard sure signs of
1526         declarations when there's some syntax error later on.
1528         (c-complex-decl-matchers): Did away with a reference to
1529         `c-specifier-key'.
1531         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
1532         value - this variable is always dynamically bound.
1534         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el,
1535         cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el,
1536         cc-cmds.el, cc-defs.el: Changed the policy for marking up
1537         functions that might do hidden buffer changes: All such internal
1538         functions are now marked instead of those that don't.
1540         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments,
1541         c-(forward|backward)-single-comment, c-parse-state, c-on-identifier,
1542         c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments,
1543         c-literal-type): Allow these functions to make hidden buffer changes,
1544         so that they are free to use text property caching later on.
1546         (c-electric-backspace, c-electric-delete-forward, c-electric-pound,
1547         c-electric-brace, c-electric-slash, c-electric-star,
1548         c-electric-semi&comma, c-electric-colon, c-electric-lt-gt,
1549         c-electric-paren, c-electric-continued-statement, c-indent-command,
1550         c-indent-region, c-mask-paragraph, c-indent-new-comment-line,
1551         c-context-line-break): Added `c-save-buffer-state' calls to comply
1552         with the changed semantics of the functions above.
1554         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
1555         when macros occur in obscure places.  Optimized the sexp movement
1556         a bit.
1558 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1560         Enhancements for c-beginning-of-statement to work in AWK Mode:
1562         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
1563         (completed statement) with `}' (statement completed by closing
1564         brace or semicolon) and `$' (statement completed by EOL).
1566         (c-awk-virtual-semicolon-ends-prev-line-p,
1567         c-awk-virtual-semicolon-ends-line-p,
1568         c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward,
1569         c-awk-at-statement-end-p): new functions
1571         * progmodes/cc-cmds.el: Simplify the structure of functions
1572         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
1573         two functions and c-beginning-of-statement to handle AWK Mode.
1575         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
1576         c-backward-single-comment for AWK mode.  Attempt to clarify their
1577         doc-strings.
1579         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
1581 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1583         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
1584         label handling.  Labels are now recognized in a uniform and more
1585         robust way, regardless of context.  Text properties are put on all
1586         labels to recognize the following declarations better.  Multiword
1587         labels are handled both in indentation and fontification for the
1588         benefit of language extensions like Qt.  For consistency, keywords
1589         in labels are now fontified with the label face instead.  That
1590         also applies to "case" and "default".
1592         (c-beginning-of-statement-1): Fixed some bugs in the label
1593         handling.  Disregard `c-nonlabel-token-key' in labels that begin
1594         with `c-label-kwds'.
1596         (c-find-decl-spots): Support that the callback adds more
1597         `c-decl-end' spots to find.
1599         (c-forward-decl-or-cast-1): Don't treat a list of plain
1600         identifiers followed by a colon as a declaration.
1602         (c-forward-label): New function to recognize labels.
1604         (c-guess-basic-syntax): Replaced uses of `c-label-key' with
1605         `c-forward-label'.  Moved the label recognition cases (14 and 15)
1606         earlier since they aren't so context sensitive now.  Handle labels
1607         on the top level gracefully.  Moved access label recognition to
1608         the generic label case (CASE 15) - removed CASE 5E.
1610         (c-font-lock-declarations): Added recognition of labels in the
1611         same round since we need to handle labels in parallell with other
1612         declarations to recognize both accurately.  It should also improve
1613         speed.
1615         (c-simple-decl-matchers, c-basic-matchers-after): Moved
1616         `c-font-lock-labels' so that it only is used on decoration level 2
1617         since `c-font-lock-declarations' handles it otherwise.
1619         (c-complex-decl-matchers): Removed the simplistic recognition of
1620         access labels.
1622         (c-decl-prefix-re): Removed the kludges that was necessary to cope
1623         with labels earlier.
1625         (c-decl-start-re): New language variable to make
1626         `c-font-lock-declarations' stop for the special protection labels
1627         in Objective-C that start with '@'.
1629         (c-label-key): Removed since it's no longer used.
1631         (c-recognize-colon-labels, c-label-prefix-re): New language
1632         constants to support recognition of generic colon-terminated
1633         labels.
1635         (c-type-decl-end-used): `c-decl-end' is now used whenever there
1636         are colon terminated labels.
1638         * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
1639         first argument starts with a special brace list.
1641         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1,
1642         c-font-lock-declarations): Broke out the declaration and cast
1643         recognition from `c-font-lock-declarations' to a new function, so
1644         that it can be used in the indentation engine.
1646         * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
1647         up to the start of the literal.  Fixed bug with the point on the
1648         wrong side of the search limit that could happen when the start
1649         position is inside a literal.
1651         * progmodes/cc-engine.el (c-parse-state,
1652         c-invalidate-state-cache): Modified the use of `c-state-cache-end'
1653         so that it's kept a little bit back to increase the hit rate.
1655         (c-parse-state): Changed the macro handling and fixed some
1656         glitches.  Macro context is checked more often than necessary now,
1657         but otoh less garbage conses are generated.
1659         * progmodes/cc-engine.el (c-parse-state,
1660         c-invalidate-state-cache): Cache the last position where
1661         `c-state-cache' applies.  This can speed up refontification quite
1662         a bit in blocks where there are many non-brace parens before the
1663         point.
1665         (c-state-cache-end): New variable for this.
1667         (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
1668         cache variable.
1670         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
1671         get close initial continue positions when the start position is
1672         inside a literal or macro.  Do not call the callback for spots
1673         before the start position (which can happen e.g. for `c-decl-end'
1674         spots inside comments).  Optimize better in special cases when the
1675         region is a single line inside a literal or macro (typically when
1676         the current line is refontified).
1678         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
1679         to `c-add-stmt-syntax' - there's no need to explicitly whack off
1680         entries from the paren state.
1682         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
1683         special case for "else if" clauses.
1685         * progmodes/cc-engine.el (c-looking-at-inexpr-block,
1686         c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
1688         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
1689         language variable to recognize the gcc extension with statement
1690         blocks inside expressions.
1692         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
1693         it somewhat more comprehensible.  The argument AT-BLOCK-START is
1694         no longer used and hence removed.
1696         (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
1697         to `c-add-stmt-syntax'.
1699         * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
1700         `c-beginning-of-statement-1' instead of duplicating parts of it.
1701         This fixes bogus label recognition.
1703         * progmodes/cc-engine.el (c-add-type, c-check-type,
1704         c-forward-name, c-forward-type): Improved storage of template
1705         types in `c-found-types' so that they can be recognized better.
1707         (c-syntactic-content): Added option to skip past nested parens.
1709         * progmodes/cc-engine.el (c-forward-name): Set
1710         `c-last-identifier-range' all the time.  It's less work that way.
1711         Handle that there might not be an identifier to store in
1712         `c-last-identifier-range'.
1714         (c-forward-type): Handle that `c-last-identifier-range' might be
1715         nil from `c-forward-name'.
1717         * progmodes/cc-defs.el: (c-safe-scan-lists,
1718         c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
1720         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
1721         to work even if the form fails.
1723         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
1724         down in a large file in one go.
1726         (c-get-fallback-start-pos): New helper function for
1727         `c-parse-state'.
1729         * progmodes/cc-align.el (c-lineup-assignments): New lineup
1730         function which is like `c-lineup-math' but returns nil instead of
1731         `c-basic-offset' when it doesn't match.
1733         (c-lineup-math): Changed to use `c-lineup-assignments'.
1735 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1737         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
1738         c-beginning-of-statement.  New subfunctions
1739         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
1741 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1743         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
1744         hardcoded char classes whereever possible.  Changed a couple of
1745         places to use skip by syntax instead of skip by char class.
1747         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
1748         Fixed a bug in the regexp that caused extreme backtracking.
1750         * progmodes/cc-langs.el (c-block-comment-starter,
1751         c-block-comment-ender): New language constants to specify in a
1752         single place how block comments look.
1754         (c-comment-start-regexp, c-block-comment-start-regexp,
1755         comment-start, comment-end, comment-start-skip,
1756         c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws,
1757         c-syntactic-ws, c-nonempty-syntactic-ws,
1758         c-single-line-syntactic-ws, c-syntactic-eol): Now built from
1759         `c-line-comment-starter', `c-block-comment-starter' and
1760         `c-block-comment-ender'.
1762         (c-block-comment-regexp, c-unterminated-block-comment-regexp): New
1763         language constants to break up things a bit.
1765         (c-simple-ws): New language constant for simple whitespace.
1767         * progmodes/cc-defs.el (c-concat-separated): New convenience
1768         function.
1770         * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
1771         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
1772         newlines.  Allow and ignore nil elements in the list.
1774 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1776         * progmodes/cc-cmds.el: Comment out a (n almost certainly
1777         superfluous) check, (eq here (point-max)) in
1778         c-beginning-of-statement.
1780         * progmodes/cc-cmds.el: Tidy up the comments in
1781         c-beginning-of-statement and subfunctions.
1783         * progmodes/cc-awk.el: Replace calls to put-text-property to the
1784         more flexible c-put-char-property and c-clear-char-properties.
1785         Add the author's email address.
1787         * progmodes/cc-langs.el: New variable,
1788         c-block-comment-start-regexp.
1790         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
1791         closing "*/" of a block comment.
1793         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
1794         subfunctions) so that it works at BOB and EOB.
1796         * progmodes/cc-cmds.el, cc-vars.el: More updating of
1797         c-beginning-of-statement, including new variable
1798         c-block-comment-start-regexp.
1800 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1802         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
1803         symbols from `*-font-lock-extra-types' so that there's no need to
1804         use `regexp-opt' on those lists.
1806         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
1807         `c-type-modifier-kwds' is empty.
1809         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
1810         there are several strings on the same line.
1812         * progmodes/cc-engine.el (c-literal-limits): Removed the
1813         compatibility function for older emacsen.  `c-literal-limits-fast'
1814         has now taken the place of this function.
1816         * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
1817         with older emacsen: We now require 'pps-extended-state.
1819 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1821         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
1822         which obviates the need to hack sentence-end.  This now handles
1823         escaped newlines in strings correctly.  Correct minor bugs in
1824         c-move-over-sentence and in c-beginning-of-statement.
1826         * progmodes/cc-cmds.el (c-beginning-of-statement (and
1827         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
1828         that movement over macros and code are rigorously separated from
1829         eachother.  Correct a few incidental bugs.
1831         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
1832         Improve its doc-string.  Improve the handling of certain specific
1833         cases.
1835 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1837         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
1838         (c-guess-basic-syntax): Changed the way class-level labels are
1839         recognized; they can now contain essentially any symbols.
1841         (c-opt-extra-label-key): New language variable to cope with the
1842         special protection label syntax in Objective-C.
1844         (c-opt-access-key): Removed; this is now handled better by
1845         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
1847         (c-complex-decl-matchers): Update to handle that
1848         `c-opt-access-key' no longer exists.
1850         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
1851         improved label recognition in `c-beginning-of-statement-1'.
1853         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1854         Recognize bitfields better.
1856         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
1857         Removed some cruft and fixed a bug that could cause it to go to a
1858         position further down.
1860         * progmodes/cc-langs.el, cc-engine.el
1861         (c-beginning-of-statement-1): Improved detection of labels in
1862         declaration contexts.
1864         (c-beginning-of-decl-1): Use it.
1866         (c-nonlabel-token-key): New language constant and variable needed
1867         by `c-beginning-of-statement-1'.
1869         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
1870         manifested itself due to the correction in `c-forward-sexp'.
1872         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
1873         these behave as documented when used at the buffer limits.
1875         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
1876         (c-type-decl-end-used): Made this a language variable.
1878         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
1879         correctly when `combine-after-change-calls' is used together with
1880         temporary narrowings.
1882         * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
1883         labels correctly when the start point is immediately after the
1884         colon.
1886         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
1887         since it isn't used anymore.
1889         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
1890         bracket arglists such as template parens in C++.
1892         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
1893         in the last check-in.  Some optimization.
1895         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
1896         where it could stop at the same level in a preceding sexp when
1897         PAREN-LEVEL is set.
1899         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
1900         text property lookup only when it's needed.
1902         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
1903         Changed the policy for paren marked angle brackets to be more
1904         persistent; once marked they remain marked even when they're found
1905         to be unbalanced in the searched region.  This should keep the
1906         paren syntax around even when individual lines are refontified in
1907         multiline template arglists.
1909         (c-parse-and-markup-<>-arglists): New dynamically bound variable
1910         to control markup so that incorrect angle bracket arglists aren't
1911         marked in contexts where the correct value for
1912         `c-disallow-comma-in-<>-arglists' isn't known.
1914         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
1915         argument has become `c-parse-and-markup-<>-arglists'.
1917         (c-remove-<>-arglist-properties): Removed - no longer used.
1919         (c-after-change-check-<>-operators): New function used on
1920         `after-change-functions' to avoid that "<" and ">" characters that
1921         are part of longer operators have paren syntax.
1923         (c-<>-multichar-token-regexp): New language variable used by
1924         `c-after-change-check-<>-operators'.
1926         (c-after-change): Call `c-after-change-check-<>-operators'.
1928         (c-font-lock-<>-arglists): Use the context properties set by
1929         `c-font-lock-declarations' to set
1930         `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
1931         markup.
1933         (c-font-lock-declarations): Removed code that undoes the invalid
1934         markup done by `c-font-lock-<>-arglists'.
1936         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
1937         after `c-font-lock-declarations'.
1939         * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
1940         paren-level feature.
1942         (c-guess-basic-syntax): Improved the anchor position for
1943         `template-args-cont' in nested template arglists.  There's still
1944         much to be desired in this area, though.
1946 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1948         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
1949         Make the "Text Filling and Line Breaking" commands work for AWK
1950         buffers.
1952 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1954         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
1955         Removed;
1956         (c-major-mode-is 'awk-mode) can be used instead now.
1958         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
1959         it doesn't work no longer are supported.
1961         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el,
1962         cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
1963         requires support for the syntax-table' text property, which rules
1964         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
1965         cruft associated with those versions.
1967         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
1968         for the `syntax-table' text property, which rules out Emacs 19 and
1969         XEmacs < 21.4.  Removed various compatibility cruft associated
1970         with those versions.
1972         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
1973         support for the `syntax-table' text property.
1975         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
1976         variable and use an extra quoted face name instead.  All the
1977         emacsen flavors handle that correctly.
1979         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare,
1980         c-font-lock-declarators, c-font-lock-declarations,
1981         c-complex-decl-matchers, c-basic-matchers-after): Use a text
1982         property to mark the items in in declarator lists to handle
1983         refontification inside multiline declarations better.
1985         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
1986         construct like "a * b = c;" as a declaration.
1988 2005-12-08  Kim F. Storm  <storm@cua.dk>
1990         * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
1991         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
1992         select either meta, hyper, or super modifier for rectangle commands.
1993         (cua--rectangle-modifier-key): New defvar.
1994         (cua--M/H-key): Use it.  Remove special case for 'space.
1995         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
1996         on X, to meta otherwise.  Always bind C-return to toggle
1997         rectangle.  Pass ?\s instead of 'space to cua--M/H-key.
1999         * emulation/cua-rect.el (cua-help-for-rectangle): Use
2000         cua--rectangle-modifier-key.  Handle super modifier too.
2001         (cua--init-rectangles): Always bind C-return to toggle rectangle.
2002         Pass ?\s instead of 'space to cua--M/H-key and cua--rect-M/H-key.
2004         * ido.el: Move Acknowledgements and History after Commentary.
2005         Minor changes to Commentary.
2007         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
2008         keymap if cua--prefix-override-timer equals 'shift.
2009         (cua--shift-control-prefix): New function; emulate "type prefix
2010         key twice" functionality to handle shifted prefix key override.
2011         (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
2012         commands.
2013         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
2015 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
2017         * textmodes/org.el (org-insert-heading): Try to do items before
2018         headings.
2019         (org-agenda-mode): Quote `org-agenda-mode-hook'.
2020         (org-insert-item): New function.
2021         (org-renumber-ordered-list): Don't skip to higher level lists.
2023 2005-12-08  Juri Linkov  <juri@jurta.org>
2025         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
2027         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
2029         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
2031         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
2032         the constructed function name fun-1.
2034         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
2035         because such links don't lead to parent documentation.
2037 2005-12-08  Kenichi Handa  <handa@m17n.org>
2039         * descr-text.el (describe-char): Use *Help-2* buffer if the
2040         current buffer is *Help*.  Call describe-text-properties while
2041         setting the original buffer.
2043 2005-12-07  Bill Wohler  <wohler@newt.com>
2045         * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
2046         and causes problems with non-MH users (such as Gnus users).
2048 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
2050         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
2051         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
2052         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
2053         command "info sources".  Move calls to GDB command "list".
2054         (gdb-find-file-hook): Just use gdb-source-file-list.
2055         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
2056         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
2057         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
2058         (gdb-data-list-register-values-handler): Use correct trigger name.
2060 2005-12-07  Kim F. Storm  <storm@cua.dk>
2062         * ido.el (ido-completion-map): Renamed from ido-mode-map.
2063         (ido-common-completion-map, ido-file-completion-map)
2064         (ido-file-dir-completion-map, ido-buffer-completion-map):
2065         Renamed from ido-mode-....-map.
2066         (ido-init-completion-maps): Renamed from ido-init-mode-maps.
2067         (ido-setup-completion-map): Renamed from ido-define-mode-map.
2068         (ido-read-internal): Bind minibuffer-local-filename-completion-map
2069         to ido-completion-map.
2071 2005-12-07  Kenichi Handa  <handa@m17n.org>
2073         * international/mule-cmds.el
2074         (set-display-table-and-terminal-coding-system): If the coding
2075         system specified in `unibyte-display' property is different from
2076         the arg coding-system, don't setup standard-display-table.
2078 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2080         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
2081         that comments end at \n, regardless of selective-display.
2083 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
2085         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
2086         (gdb-version): New variables.
2087         (gdb-source-file-list, gdb-register-names)
2088         (gdb-changed-registers): New variables for use with GDB 6.4+.
2089         (gdb-ann3): Replace with...
2090         (gdb-init-1, gdb-init-2): ...two new functions.
2091         (gdba, gdb-prompt): Call gdb-init-1.
2092         (gdb-get-version): New function.  Call gdb-init-2 from here.
2093         (gud-watch): Make it work with mouse events too.
2094         (gdb-post-prompt): Don't add to queue until GDB version is known.
2095         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
2096         (gdb-locals-mode): Use gdb-version.
2097         (gdb-memory-format-map, gdb-memory-unit-map)
2098         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
2099         (gdb-locals-font-lock-keywords-1)
2100         (gdb-locals-font-lock-keywords-2): New variables.
2101         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
2102         (gdb-set-gud-minor-mode-existing-buffers-1)
2103         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
2104         (gdb-var-update-1, gdb-var-update-handler-1)
2105         (gdb-data-list-register-values-handler)
2106         (gdb-data-list-register-values-custom)
2107         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
2108         (gdb-stack-list-locals-handler, gdb-get-register-names):
2109         New functions for use with GDB 6.4+.
2110         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
2111         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
2112         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
2113         (gdb-stack-list-locals-regexp)
2114         (gdb-data-list-register-names-regexp): New regexps for use with
2115         GDB 6.4+.
2117 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2119         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
2121 2005-12-06  Nozomu Ando <nand@mac.com>  (tiny patch)
2123         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
2124         prompts work for AUTH PLAIN.  Also reported by Steve Allan
2125         <seallan@verizon.net>.
2127 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
2129         * frame.el (set-frame-parameter): Add doc string.
2131 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
2133         * textmodes/org.el (org-occur-highlights): New variable.
2134         (org-highlight-new-match, org-remove-occur-highlights): New functions.
2135         (org-highlight-sparse-tree-matches): New option.
2136         (org-do-occur): New function.
2137         (org-get-heading): Make it work also at beginning of line.
2138         (org-category-table): New variable.
2139         (org-get-category-table, org-get-category)
2140         (org-camel-to-words, org-link-search): New functions.
2141         (org-select-this-todo-keyword): New variable.
2142         (org-todo-list): New command.
2143         (org-shiftright, org-shiftleft): New commands.
2144         (org-agenda-todo): Add prefix argument.
2145         (org-show-hierarchy-above): New option.
2146         (org-show-todo-tree): Numerical prefix creates tree for specific
2147         TODO keyword.
2148         (org-outline-level): New function, to assign a level to plain
2149         lists items.
2150         (org-cycle-include-plain-lists): New option.
2151         (org-mode): Use `org-outline-level' as value of `outline-level'.
2152         (org-cycle): Temporarily switch `outline-regexp' if
2153         `org-cycle-include-plain-lists' is non-nil.
2154         (org-start-icalendar-file): Fix format bug.
2155         (org-agenda-get-day-entries): Create category table.
2156         (org-agenda-get-todos, org-agenda-get-timestamps)
2157         (org-agenda-get-deadlines, org-agenda-get-scheduled)
2158         (org-agenda-get-blocks): Use `org-get-category'.
2159         (org-context-in-file-links): Rename from
2160         `org-line-numbers-in-file-links' .
2162 2005-12-06  Romain Francoise  <romain@orebokech.com>
2164         * window.el (balance-windows): Delete extraneous third arg in call
2165         to `enlarge-window'.
2167 2005-12-06  Kenichi Handa  <handa@m17n.org>
2169         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
2171 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
2173         * progmodes/gdb-ui.el (gdb-var-create-handler)
2174         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
2175         (gdb-var-list-children-handler, gdb-var-update-handler):
2176         Current buffer is already gdb-partial-output-buffer, don't
2177         make it current again.
2179 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
2181         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
2182         (list-buffers-noselect): Use it.
2184 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2186         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
2187         (mail-yank-ignored-headers): Use regexp-opt.
2188         (mail-mode-map): Move initialization into declaration.
2189         (mail-sent-via): Remove unused shadowed var `to-line'.
2190         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
2191         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
2192         (mail-do-fcc): Use dolist and push.
2193         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
2194         (mail-yank-ignored-headers): Don't autoload.
2196 2005-12-05  Kenichi Handa  <handa@m17n.org>
2198         * international/mule-cmds.el (set-language-info-internal): New fun.
2199         (set-language-info): Call set-language-info-internal to update
2200         language-info-alist.  If LANG-ENV is the current one, call
2201         set-language-environment to make INFO effective now.
2202         (set-language-info-alist): Likewise.
2203         (locale-language-names): With locale "en", use English
2204         lang. env. but set the default codings to iso-8859-1.
2206 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
2208         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
2209         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
2210         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
2211         for plain strings.
2212         (gdb-frames-mode): Remove redundant call to font-lock-mode.
2213         (gdb-all-registers): Rename from toggle-gdb-all-registers.
2214         Create registers buffer if necessary.  Echo new state in minibuffer.
2215         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
2217 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
2219         * info.el (Info-fontify-node): Match external links using
2220         non-directory part of filename.
2222 2005-12-04  Juri Linkov  <juri@jurta.org>
2224         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
2225         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
2226         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
2227         because there is no customization option for it.
2229         * font-lock.el (lisp-font-lock-keywords-1):
2230         Add define-global-minor-mode.
2232         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
2234         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
2235         properties on the constructed variable names.
2237         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2238         Put `definition-name' properties on the constructed function names
2239         next-sym and prev-sym.
2241         * emacs-lisp/find-func.el (find-function-regexp):
2242         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
2243         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
2244         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
2245         and easy-menu-define.
2247         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
2248         easy-mmode-define-global-mode and define-global-minor-mode.
2249         (lisp-imenu-generic-expression): Add define-global-minor-mode.
2251         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
2252         instead of easy-mmode-define-global-mode.
2254         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
2255         Use define-minor-mode instead of easy-mmode-define-minor-mode.
2257         * cus-edit.el (customize-group, customize-group-other-window):
2258         Filter out autoloaded options from the group completion list by
2259         using heuristics that autoloaded groups don't have `custom-autoload'
2260         property on their symbols (they have only `custom-loads').
2262         * simple.el (completion-setup-function): Put completions-common-part
2263         face on complete completion string too (i.e. completion string
2264         without completions-first-difference face).
2266         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
2268 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
2270         * view.el (view-mode): Doc fix.
2272         * disp-table.el (standard-display-european): Add to the warning
2273         message a reference to the doc string.
2275         * play/yow.el (apropos-zippy): Call print-help-return-message,
2276         similar to other Help and Apropos commands.
2278         * help.el (print-help-return-message): If pop-up-frames is
2279         non-nil, set up help-return-method to delete the help window and,
2280         possibly, its frame as well, and don't display message about
2281         scrolling the help window.  Doc fix.
2282         (help-return-method): Doc fix.
2284 2005-12-03  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2286         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
2287         whereby names of length one or names starting with a
2288         symbol-constituent character would not be returned.
2290 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2292         * subr.el (atomic-change-group): Add edebug and indentation spec.
2294 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2296         * completion.el (save-completions-file-name): Fix typo in last change.
2298 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2300         * info.el: Move back/forward history to the beginning of the tool bar.
2302 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
2304         * allout.el:(eval-when-compile): Remove unnecessary load of 'cl.
2305         Add fset of allout-real-isearch-abort during compile to fix
2306         byte-compilation warnings.
2307         (allout-mode-p): Move definition of this macro above all uses, or
2308         byte compilation in barren emacs (eg, during emacs build) will
2309         lack the definition.
2310         (allout-mode): Move this variable above any uses, or byte
2311         compilation will fail.
2312         (allout-resolve-xref): Remove use of personal file-reference function.
2313         (allout-toggle-current-subtree-encryption): Do the current (ie,
2314         visible containing) topic, rather than nearest around point.  Doc fix.
2315         (allout-toggle-subtree-encryption): New function, workhorse that
2316         works on nearest topic containing point.
2317         (allout-encrypt-string): Signal requirement for newer version of pgg.
2318         (allout-resumptions): Doc fix.
2320 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
2322         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
2324 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
2326         * textmodes/flyspell.el (flyspell-external-point-words):
2327         Consider a misspelling as found in the string search if: (a) misspelling
2328         and found string lengths match, or (b) misspelling is found as
2329         element in a boundary-chars separated longer string, or (c)
2330         ispell-program-name is really ispell and misspelling is found as
2331         part of a TeX string.  After successful match move beginning of
2332         search region to end of match.  Warn about not found misspellings
2333         once the process is done.
2334         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
2336 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
2338         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
2339         tool bar (removed inadvertently).
2341 2005-12-02  Juri Linkov  <juri@jurta.org>
2343         * log-view.el (log-view-diff): Clarify doc string.
2345 2005-12-01  Bill Wohler  <wohler@newt.com>
2347         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
2348         triggers lm-verify errors.
2350 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
2352         * simple.el (transient-mark-mode, line-number-mode)
2353         (column-number-mode, size-indication-mode): Remove `:require nil'.
2355 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
2357         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
2358         in the margin also.
2359         (gdb-breakpoints-mode-map): Use D instead of d for
2360         gdb-delete-breakpoint.
2361         (gdb-get-frame-number): Require a number to match on.
2362         (gdb-threads-mode-map): Add follow-link binding.
2364 2005-11-30  Jason Rumney  <jasonr@gnu.org>
2366         * isearch.el (isearch-mode-map): Avoid exiting search on
2367         language-change event.
2369 2005-11-30  Romain Francoise  <romain@orebokech.com>
2371         * speedbar.el (speedbar-default-position): New defcustom.
2372         (speedbar-frame-reposition-smartly): Use it.
2374         * dframe.el (dframe-reposition-frame-emacs): Fix position
2375         computation for `left' location.
2376         Update copyright year.
2378 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2380         * help.el (help-map): Move initialization into declaration.
2382         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
2384         * help-fns.el (help-argument-name): Don't autoload.
2385         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
2386         to be re-loaded when customizing the `help' group.
2388 2005-11-30  John Paul Wallington  <jpw@gnu.org>
2390         * help-fns.el (describe-function-1): Fill arglist output.
2392 2005-11-30  Kim F. Storm  <storm@cua.dk>
2394         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
2395         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
2396         after revert-buffer (or anything else which kills all local variables).
2398         * apropos.el (apropos-parse-pattern): Doc fix.
2399         Set apropos-regexp directly, rather than expecting callers to do so.
2400         (apropos-command, apropos, apropos-value, apropos-documentation):
2401         Simplify calls to apropos-parse-pattern.
2403 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
2405         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
2406         (hi-lock-face-phrase-buffer): Use hi-yellow face.
2407         (hi-lock-write-interactive-patterns): Use comment-region.
2409         * longlines.el (longlines-mode): Add mail-setup-hook.
2411         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
2413         * simple.el (sendmail-user-agent-compose, next-line):
2414         Conditionally use hard-newline.
2416 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2418         * international/latexenc.el (latex-inputenc-coding-alist):
2419         Reword doc string.
2421 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
2423         * help.el (describe-key-briefly, describe-key): Recognize default
2424         bindings.
2426 2005-11-29  Romain Francoise  <romain@orebokech.com>
2428         * view.el (view-inhibit-help-message): New defcustom.
2429         (view-mode-enter): Use it.
2431 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
2433         * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
2434         Preserve user position.
2436 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
2438         * font-lock.el: Throw error if facemenu is not loaded to prevent
2439         accidental change of loading order in loadup.el.  (Suggested by RMS.)
2441         * loadup.el: Add comment explaining why facemenu must be loaded
2442         before font-lock.
2444 2005-11-28  Jay Belanger  <belanger@truman.edu>
2446         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
2447         (calc-dispatch-map): Add more keys for `calc-same-interface'.
2449         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
2451         * calc/calc-embed.el (calc-do-embedded): Update help message.
2453         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
2455 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2457         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
2459         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
2460         called-interactively-p.
2461         (elp-profilable-p): Rename from elp-not-profilable-p.
2462         Invert result and take into account macros and autoloaded functions.
2463         (elp-instrument-function): Update call.
2464         (elp-instrument-package): Update call.  Add completion.
2465         (elp-pack-number): Use match-string.
2466         (elp-results-jump-to-definition-by-mouse): Merge into
2467         elp-results-jump-to-definition and then remove.
2468         (elp-output-insert-symname): Make help echo text single-line.
2470         * replace.el (query-replace-map): Move initialization into declaration.
2471         (occur-engine): Use with-current-buffer.
2472         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
2473         (occur-mode-mouse-goto): Replace with an alias.
2475 2005-11-28  Juri Linkov  <juri@jurta.org>
2477         * simple.el (quoted-insert): Let-bind input-method-function to nil.
2479         * term/w32-win.el: Bind [S-tab] to [backtab].
2481         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
2482         `Info-find-file' to t.
2484         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
2485         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
2486         and same-window-regexps.
2487         (occur-next-error): Don't move point for arg 0.
2489 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
2491         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
2493 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2495         * log-edit.el (log-edit-changelog-use-first): New var.
2496         (log-edit-changelog-ours-p): Use it.
2497         (log-edit-insert-changelog): Set it with new arg `use-first'.
2498         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
2499         (log-edit-hook): Add them to the list of suggested options.
2501         * textmodes/flyspell.el (flyspell-last-buffer): New var.
2502         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
2503         redundant work.
2504         (flyspell-mode-on): Use add-hook for after-change-functions.
2505         (flyspell-mode-off): Use remove-hook for after-change-functions.
2506         (flyspell-changes): Make it buffer-local.
2507         (flyspell-after-change-function): Make it non-interactive.  Use push.
2508         (flyspell-post-command-hook): Check input-pending-p while processing
2509         the potentially long list of buffer changes.
2511 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
2513         * buff-menu.el (list-buffers-noselect): Display the selected
2514         frame's buffer list, not the global one.
2516 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
2518         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
2519         that (list last-input-event) works as in interactive spec.
2521 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
2523         * loadup.el ("facemenu"): Load facemenu before font-lock, because
2524         `facemenu-keymap' needs to be defined when font-lock is loaded.
2525         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
2527 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2529         * completion.el: Remove useless leading * in defcustom docstrings.
2530         (save-completions-file-name): Use ~/.emacs.d if available.
2531         (completion-standard-syntax-table): Rename from
2532         cmpl-standard-syntax-table and fold initialization into declaration,
2533         thus removing cmpl-make-standard-completion-syntax-table.
2534         (completion-lisp-syntax-table, completion-c-syntax-table)
2535         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
2536         (cmpl-saved-syntax, cmpl-saved-point): Remove.
2537         (symbol-under-point, symbol-before-point)
2538         (symbol-under-or-before-point, symbol-before-point-for-complete)
2539         (add-completions-from-c-buffer): Use with-syntax-table.
2540         (make-completion): Don't return a list of completion entries.
2541         Update callers.
2542         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
2543         (completion-initialize): Rename from initialize-completions.
2544         (completion-find-file-hook): Rename from cmpl-find-file-hook.
2545         (kill-emacs-save-completions): Collect stats here.
2546         (save-completions-to-file, load-completions-from-file):
2547         Use with-current-buffer.
2548         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
2549         into a function.  Move all calls to toplevel.
2550         (completion-lisp-mode-hook): New fun.
2551         (completion-c-mode-hook, completion-setup-fortran-mode):
2552         Set the syntax-table here.  Use local-set-key.
2553         (completion-saved-bindings): New var.
2554         (dynamic-completion-mode): Make it into a proper minor mode.
2555         (load-completions-from-file): Remove unused var `num-uses'.
2557         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
2558         constructor if it is explicitly overridden.
2560         * complete.el (PC-completion-as-file-name-predicate):
2561         Use minibuffer-completing-file-name.
2562         (partial-completion-mode): Use find-file-not-found-functions.
2563         (PC-lisp-complete-symbol): Use with-syntax-table.
2564         (PC-look-for-include-file): Remove dead setq.
2565         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
2566         (PC-complete): Use with-current-buffer.
2568         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
2569         escape single quotes.
2571 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
2573         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
2574         of `if' whose condition always returned nil.  Doc fix.
2576         * buff-menu.el (Buffer-menu-revert-function): Make the selected
2577         window's buffer the current buffer around the call to
2578         `list-buffers-noselect'.  This is necessary to mark that buffer
2579         with a `.' in the Buffer Menu when called from Lisp, for instance
2580         by Auto Revert Mode.
2582 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
2584         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
2585         attaching to it.
2586         (gdb-pre-prompt): Make sure gdb-error is reset.
2588         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
2589         with a child process, detect it.
2590         (gud-speedbar-buttons): Match regexp more carefully.
2592 2005-11-27  Richard M. Stallman  <rms@gnu.org>
2594         * mouse.el (mouse-drag-move-window-bottom):
2595         Use adjust-window-trailing-edge.
2597 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
2599         * simple.el (blink-matching-open): Ignore
2600         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
2601         (blink-matching-paren-on-screen): Update docstring.
2603         * paren.el (show-paren-mode): No longer change
2604         `blink-matching-paren-on-screen'.
2606 2005-11-27  John Paul Wallington  <jpw@pobox.com>
2608         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
2609         (gdb-threads-select, gdb-edit-register-value):
2610         Use `posn-set-point' instead of `mouse-set-point' because the
2611         latter is not fbound when configured without X.
2613 2005-11-27  Kim F. Storm  <storm@cua.dk>
2615         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
2616         existing face when partially highlighting a TAB in a rectangle.
2618 2005-11-26  Kim F. Storm  <storm@cua.dk>
2620         * ido.el (ido-mode-map): Doc fix.
2621         (ido-mode-common-map, ido-mode-file-map)
2622         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
2623         (ido-define-mode-map): Rewrite.  Select one of the new maps as
2624         parent for ido-mode-map instead of building from scratch.
2625         (ido-init-mode-maps): New defun to initialize new maps.
2626         (ido-mode): Call it.
2627         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
2628         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
2630 2005-11-26  John Paul Wallington  <jpw@pobox.com>
2632         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
2633         `mouse-set-point' because the latter is not fbound when configured
2634         without X.
2636 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
2638         * files.el (file-relative-name): Doc fix.
2640 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
2642         * progmodes/octave-inf.el (inferior-octave-startup): Force a
2643         non-empty string for secondary prompt PS2.
2645 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
2647         * progmodes/compile.el (compilation-setup): Fix last change.
2649 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
2651         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
2652         (gdb-mouse-toggle-breakpoint-margin)
2653         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
2654         Add gdb-server-prefix to keep out of command history.
2655         (gdb-edit-register-value): New function.
2656         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
2657         (gdb-info-registers-custom): Use above map.
2659 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
2661         * custom.el (enable-theme): Signal error if argument is not a
2662         theme.  Don't recalculate a face if it's not loaded yet.
2664         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
2665         the `user' theme is in effect.
2667         * info.el (Info-on-current-buffer): Record actual filename in
2668         Info-current-file, instead of t, or a fake filename if a non-file
2669         buffer.  Make autoload.
2670         (Info-find-node, Info-revert-find-node): No need to check for
2671         Info-current-file nil.
2672         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
2673         Info-current-file is now never `t'.
2674         (Info-fontify-node): Many simplifications due to Info-current-file
2675         always being valid.  Use Info-find-file to find node filename.
2677 2005-11-25  David Kastrup  <dak@gnu.org>
2679         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
2680         new character, then delete" in order to preserve markers.
2682 2005-11-25  David Ponce  <david@dponce.com>
2684         * recentf.el (recentf-arrange-by-rule): Handle a special
2685         `auto-mode-alist'-like "strip suffix" rule.
2686         (recentf-build-mode-rules): Handle second level auto-mode entries.
2688 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
2690         * viper-keym.el (viper-ESC-key): Use different values in terminal and
2691         window modes.
2693         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
2694         jde-javadoc-checker-report-mode.
2696         * ediff-wind (ediff-make-wide-display): Slight simplification.
2698         * ediff.el (ediff-date): Change the date of last update.
2700 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
2702         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
2703         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
2704         (hi-lock-mode): New global minor mode.
2705         (turn-on-hi-lock-if-enabled): New function.
2706         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
2707         Change arguments to regexp and face instead of a font-lock pattern.
2708         Directly set face property, instead of refontifying.
2709         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
2710         (hi-lock-find-patterns): Use line-number-at-pos.
2712         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
2713         arguments for hi-lock-set-pattern.
2714         (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
2715         font-lock-fontify-buffer.
2716         (hi-lock-find-file-hook, hi-lock-current-line)
2717         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
2719         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
2720         turned off.
2722         * progmodes/compile.el (compilation-setup): Don't fiddle with
2723         font-lock-defaults.
2725 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
2727         * progmodes/gdb-ui.el (gdb-var-create-handler)
2728         (gdb-var-list-children-handler): Find values for all variable
2729         objects.  gud-speedbar-buttons decides whether to display them.
2731 2005-11-24  Romain Francoise  <romain@orebokech.com>
2733         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
2734         buffer name with a space.
2736 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
2738         * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
2739         `org-export-local-list-max-depth'.  Change default value to 3.
2740         (org-auto-renumber-ordered-lists)
2741         (org-plain-list-ordered-item-terminator): New options.
2742         (org-at-item-p, org-beginning-of-item, org-end-of-item)
2743         (org-get-indentation, org-get-string-indentation)
2744         (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
2745         functions.
2746         (org-move-item-down, org-move-item-up): New commands.
2747         (org-export-as-html): New classes for CSS support.  Bug fix in
2748         regular expression detecting fixed-width regions.  Respect
2749         `org-local-list-ordered-item-terminator'.
2750         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
2751         also a list item.
2752         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
2753         New item moving functions.
2755 2005-11-24  Juri Linkov  <juri@jurta.org>
2757         * isearch.el (isearch-repeat): With empty search ring set
2758         `isearch-error' to the error string instead of signaling error
2759         with the function `error'.
2761 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2763         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
2765 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
2767         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
2768         and variable.
2769         (gdb-var-create-handler, gdb-var-list-children-handler):
2770         Don't match on "char **...".
2771         (gdb-var-update-handler): Find values for all variable objects.
2772         (gdb-info-frames-custom): Identify frames by leading "#".
2774         * progmodes/gud.el (gud-speedbar-menu-items): Add
2775         gdb-speedbar-auto-raise as radio button.
2776         (gud-speedbar-buttons): Raise speedbar if requested.
2777         Don't match on "char **...".
2778         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
2779         Make it editable.
2781 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
2783         * info.el (Info-fontify-node): Handle the case where
2784         Info-current-file is t.
2786 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2788         * simple.el (blink-matching-open): Fix off-by-one in last change.
2790 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2792         * term/mac-win.el: Don't change default directory.
2794 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
2796         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
2797         buffers correctly.  (It used to throw an error in such buffers.)
2798         Make it ask for confirmation in group buffers and other Custom
2799         buffers containing more than one customization item.
2801 2005-11-22  John Paul Wallington  <jpw@gnu.org>
2803         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
2804         property on mail and url overlays.
2805         (goto-address-at-point): Use `posn-set-point' instead of
2806         `mouse-set-point' because the latter is not fbound when configured
2807         without X.
2809 2005-11-22  Lars Hansen  <larsh@soem.dk>
2811         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
2812         (ls-lisp-classify, ls-lisp-format): Delete call to
2813         ls-lisp-parse-symlink.
2814         (ls-lisp-handle-switches): Handle symlinks to directories as
2815         directories when ls-lisp-dirs-first in non-nil.
2817 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
2819         * startup.el (command-line): Make sure that loaddefs.el is handled
2820         correctly in load-history.
2822 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
2824         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
2825         (gdb-struct-string, gdb-array-string): New constants.
2826         (gdb-info-locals-handler): Use them.
2827         (gdb-reset): Reset gdb-var-list to nil.
2829 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2831         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
2832         in patterns.
2834 2005-11-21  Juri Linkov  <juri@jurta.org>
2836         * custom.el (defcustom): Update link types in docstring.
2838 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2840         * custom.el (defgroup): Add doc-string-elt info.
2842         * widget.el (define-widget): Don't use declare for the doc-string-elt.
2844 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2846         * newcomment.el (comment-enter-backward): Fix last fix.
2848         * simple.el (blink-matching-open):
2849         * paren.el (show-paren-function): Allow new paren-class info.
2851 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
2853         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
2854         handled automagically.
2856 2005-11-20  Andreas Schwab  <schwab@suse.de>
2858         * descr-text.el (describe-char): When copying overlays put them
2859         over the full char description instead of just the first character
2860         of it.
2862 2005-11-20  Juri Linkov  <juri@jurta.org>
2864         * simple.el (what-cursor-position):
2865         * descr-text.el (describe-char): Use Lisp-readable syntax
2866         for octal and hex.  Reorder decimal, octal and hex values.
2867         Remove excess whitespace in the output.  Use `=' in `column='
2868         like in `point=' and `Hscroll='.
2870         * international/mule-cmds.el (encoded-string-description):
2871         Use Lisp-readable syntax for hex.
2873 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2875         * newcomment.el (comment-enter-backward): Handle the case where the
2876         comment is closed by EOB.
2878 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
2880         * longlines.el (longlines-before-revert-hook)
2881         (longlines-after-revert-hook): New functions.
2882         (longlines-mode): Turn off longlines temporarily when reverting.
2883         Add a message-setup-hook.
2884         (longlines-decode-buffer): New function.
2885         (longlines-wrap-line): Preserve marker positions.
2887 2005-11-19  Andreas Schwab  <schwab@suse.de>
2889         * emacs-lisp/shadow.el: Handle compressed files.
2891 2005-11-19  Romain Francoise  <romain@orebokech.com>
2893         * net/browse-url.el (browse-url-default-browser): Signal an error
2894         if no usable browser can be found, rather than try to load w3.
2896 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
2898         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
2899         replacing existing properties.
2900         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
2901         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
2902         tty specs.
2903         (rcirc-server-prefix, rcirc-server): New faces.
2904         (rcirc-url-regexp): Generate with rx macro.
2905         (rcirc-last-server-message-time): New variable.
2906         (rcirc-filter): Record time of last message.
2907         (rcirc-keepalive): Kill processes that did not send a message
2908         since the last ping.
2909         (rcirc-mode): Give rcirc-topic a local binding here.
2911 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
2913         * subr.el (read-passwd): Fontify the prompt as we do with other
2914         prompts.
2916 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
2918         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
2919         binding buffer-read-only to nil.
2921 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
2923         * complete.el (partial-completion-mode):
2924         Mention completion-auto-help in the doc string.
2926         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
2927         more Lisp-ish way.
2929 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se> (tiny change)
2931         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
2932         digits, not 8, to avoid misalignment for files larger than 100MB.
2934 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
2936         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
2937         Mention "keyboard shortcuts" in the help text.
2939 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2941         * startup.el (fancy-splash-default-action): Discard only
2942         mouse-down and succeeding mouse-up events in the splash screen
2943         window so that drag-n-drop event can be processed.
2945 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
2947         * longlines.el (longlines-mode): Add hacks for mail-mode and
2948         message-mode.
2950 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
2952         * textmodes/org.el (org-table-sort-lines): New command.
2953         (org-tbl-menu): Add entry for `org-table-sort-lines'.
2954         (org-add-file): Command removed, use `org-agenda-file-to-front'
2955         instead.
2956         (org-export-icalendar): Use `org-icalendar-combined-name'.
2957         (org-cycle-agenda-files, org-agenda-file-to-end)
2958         (org-agenda-file-to-front): New commands.
2959         (org-table-tab-jumps-over-hlines,org-export-html-style): New
2960         options.
2961         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
2962         (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
2963         New functions.
2964         (org-fill-paragraph): Call `org-table-align' in tables.
2965         (org-mode): Call `org-set-autofill-regexps'.
2966         (org-export-as-html): Support for local handformatted lists.
2967         Modified to produce valid HTML 4.0. Use `org-export-html-style'.
2968         (org-export-local-list-max-depth): New option.
2969         (org-html-expand): Use `org-html-protect'.
2971 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
2973         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
2974         to "p".
2975         (gdb): Move definition of gud-pp to...
2977         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
2978         speedbar.
2979         (gdb-find-watch-expression): New function.
2981 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
2983         * faces.el (face-attribute, set-face-attribute): Mention existence
2984         of `:ignore-defface' setting in docstring.
2986 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2988         * simple.el (completion-setup-function): Fix last change.
2990 2005-11-17  John Paul Wallington  <jpw@pobox.com>
2992         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
2993         Use `posn-set-point' instead of `mouse-set-point' because the
2994         latter is not fbound when configured without X.
2996         * comint.el (comint-insert-input): Likewise.
2998 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3000         * simple.el (hard-newline): New variable.
3001         (sendmail-user-agent-compose, next-line): Use it.
3003         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
3004         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
3005         (mail-mail-reply-to, mail-mail-followup-to)
3006         (mail-position-on-field, mail-signature, mail-yank-original)
3007         (mail-attach-file): Likewise.
3009         * mail/mailheader.el (mail-header-format)
3010         (mail-header-format-function): Likewise.
3012         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
3014 2005-11-17  Juri Linkov  <juri@jurta.org>
3016         * font-lock.el (font-lock-faces): Rename this defgroup from
3017         `font-lock-highlighting-faces'.
3018         (font-lock-comment-face, font-lock-comment-delimiter-face)
3019         (font-lock-string-face, font-lock-doc-face)
3020         (font-lock-keyword-face, font-lock-builtin-face)
3021         (font-lock-function-name-face, font-lock-variable-name-face)
3022         (font-lock-type-face, font-lock-constant-face)
3023         (font-lock-warning-face, font-lock-negation-char-face)
3024         (font-lock-preprocessor-face)
3025         (font-lock-regexp-grouping-backslash)
3026         (font-lock-regexp-grouping-construct): Rename :group from
3027         `font-lock-highlighting-faces' to `font-lock-faces'.
3029         * cus-edit.el (lisp, c, tex):
3030         * progmodes/ada-mode.el (ada):
3031         * progmodes/asm-mode.el (asm):
3032         * progmodes/cperl-mode.el (cperl-faces):
3033         * progmodes/cpp.el (cpp):
3034         * progmodes/dcl-mode.el (dcl):
3035         * progmodes/f90.el (f90):
3036         * progmodes/fortran.el (fortran):
3037         * progmodes/icon.el (icon):
3038         * progmodes/idlwave.el (idlwave-misc):
3039         * progmodes/m4-mode.el (m4):
3040         * progmodes/make-mode.el (makefile):
3041         * progmodes/meta-mode.el (meta-font):
3042         * progmodes/modula2.el (modula2):
3043         * progmodes/octave-mod.el (octave):
3044         * progmodes/pascal.el (pascal):
3045         * progmodes/perl-mode.el (perl):
3046         * progmodes/prolog.el (prolog):
3047         * progmodes/ps-mode.el (PostScript-edit):
3048         * progmodes/scheme.el (scheme):
3049         * progmodes/sh-script.el (sh-script):
3050         * progmodes/simula.el (simula):
3051         * progmodes/tcl.el (tcl):
3052         * textmodes/nroff-mode.el (nroff):
3053         * textmodes/reftex-vars.el (reftex-fontification-configurations):
3054         * textmodes/sgml-mode.el (sgml):
3055         * textmodes/texinfo.el (texinfo):
3056         Add :link (custom-group-link font-lock-faces) to defgroup.
3058         * hi-lock.el (hi-lock): Rename this defgroup from
3059         `hi-lock-interactive-text-highlighting'.  Change parent group from
3060         `faces' to `font-lock'.  Add link to the manual.
3061         (hi-lock-mode, hi-lock-file-patterns-range)
3062         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
3063         `hi-lock-interactive-text-highlighting' to `hi-lock'.
3064         (hi-lock-faces): Add :group `faces'.
3066         * cus-edit.el (custom-variable-prompt): Clarify the code.
3068         * faces.el (face-read-string): Set the default value arg of
3069         completing-read.
3071 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
3073         * rfn-eshadow.el (file-name-shadow-properties)
3074         (file-name-shadow-tty-properties, file-name-shadow-mode):
3075         Remove autoloads, because the file is now preloaded.
3077 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3079         * printing.el (easy-menu-intern): Don't define.
3080         (pr-get-symbol): Use easy-menu-intern only if defined.
3082         * simple.el (blink-matching-open): Simplify a bit.
3083         (completion-setup-function): Fix the case of partial-completion-mode
3084         when the minibuffer's contents start with "-".
3085         Obey completion-base-size-function even when
3086         minibuffer-completing-file-name is non-nil.
3088 2005-11-16  Richard M. Stallman  <rms@gnu.org>
3090         * net/eudcb-ph.el (eudc-ph-open-session):
3091         Use set-process-query-on-exit-flag.
3093         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
3095         * international/ucs-tables.el (ucs-set-table-for-input):
3096         Use make-local-variable, not make-variable-buffer-local.
3098         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3099         Improve warning message text.
3101         * savehist.el (savehist-save-hook): Add :group.
3103         * menu-bar.el (menu-bar-help-menu):
3104         Rename Find Extra Packages to External Packages.
3106         * cus-edit.el (Custom-reset-standard): Verify that
3107         :custom-standard-value prop exists before calling it.
3109         * apropos.el (apropos-calc-scores): Use apropos-pattern.
3111 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3113         * wid-edit.el (color): Enclose %t in %{...%}.
3115         * cus-edit.el (face): Enclose %t in %{...%}.
3117 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
3119         * savehist.el (savehist-mode-hook): Re-add the var.
3120         (savehist-mode): Use it.
3122 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3124         * textmodes/flyspell.el: Fix commenting convention.
3125         Remove unnecessary leading * in custom docstrings.
3126         (flyspell-emacs): Remove unused var.
3127         (flyspell-delete-region-overlays): Use remove-overlays.
3128         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
3129         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
3130         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
3131         (flyspell-debug-signal-word-checked): Use with-current-buffer.
3132         (make-flyspell-overlay): Don't locally reuse a global name.
3133         (flyspell-highlight-incorrect-region)
3134         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
3135         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
3136         (flyspell-notify-misspell): Remove unused args `start' and `end'.
3137         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
3138         Wrap calls to accept-process-output inside with-local-quit since it's
3139         often called from a post-command-hook.
3140         (flyspell-correct-word, flyspell-auto-correct-word):
3141         Use ispell-send-string.
3142         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
3144         * calendar/diary-lib.el (diary-list-entries): Also hide the
3145         terminating newline.
3147 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
3149         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
3150         window-system, to allow fonts on tty.
3152 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
3154         * progmodes/gud.el (gud-speedbar-item-info): New function.
3155         (gud-install-speedbar-variables): Use it to display data type
3156         of watch expression as a tooltip in speedbar.
3158 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
3160         * font-core.el (global-font-lock-mode): Add :version keyword,
3161         because default was changed.
3163         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
3165         * startup.el (command-line): Use `custom-reevaluate-setting' for
3166         `file-name-shadow-mode'.
3168         * loadup.el: Preload rfn-eshadow.
3170         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
3171         Add :version keyword.
3172         (file-name-shadow-properties, file-name-shadow-tty-properties)
3173         (file-name-shadow): Add :version keyword.
3175         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
3176         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
3177         in the custom-group property of the symbol frames and the fringe
3178         group got no link to its parent group frames.
3179         Doc fix.
3181 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3183         * progmodes/gud.el (gud-stop-subjob): New function.
3184         (gud-menu-map, gud-tool-bar-map): Use it.
3186 2005-11-16  Kim F. Storm  <storm@cua.dk>
3188         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
3189         than kill it.
3190         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
3191         to a more useful/logical place.
3193 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3195         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
3196         go buttons complementary.
3198 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3200         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
3201         (rfn-eshadow-sifn-equal): New function.
3202         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
3204 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
3206         * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
3207         string.
3209         * viper.el (viper-emacs-state-mode-list): Ensure that
3210         rcirc-mode buffers come up in Emacs state.
3212         * ediff-util (ediff-make-temp-file): Use proper file-name-handler
3213         operation.
3215 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
3217         * term.el (term-termcap-format): Fix typos.
3218         (term-down): Fix the negative argument case.
3220 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3222         * progmodes/gdb-ui.el: Remove face-alias left over from change on
3223         2005-08-15.
3224         (gdb-ann3): New command gud-go.
3225         (menu): Accomodate gdb-mi.el.
3226         (gdb-assembler-custom): Make buffer of selected window current
3227         so that set-window-point works.
3229         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
3230         buttons and include new ones.
3232 2005-11-16  Kim F. Storm  <storm@cua.dk>
3234         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
3235         (gud-menu-map): Use it.
3237 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
3239         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
3240         that works correctly for Custom and that does not override a user
3241         who disables it.
3243         * help-mode.el (help-make-xrefs, help-xref-on-pp)
3244         (help-xref-interned, help-follow): Make hyperlinks for variables
3245         that are unbound, but have a non-nil variable-documentation property.
3247         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
3248         mode hook.  (It conflicted with defcustoms for some mode hooks.)
3249         Use the `variable-documentation' property to give the mode hook a
3250         docstring and expand that docstring.
3252 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
3254         * savehist.el (savehist-mode): Don't bother with
3255         `custom-set-minor-mode'.
3256         (savehist-coding-system): Check XEmacs version.
3257         (history-length): Declare also at run time.
3258         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
3259         Don't set the customize state.
3260         (savehist-minibuffer-hook): Special case for when
3261         minibuffer-history-variable is equal to t.
3263 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3265         * files.el (write-file): Refresh VC status.
3267         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
3268         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
3269         than fundamental-mode to see if the mode was set.
3271 2005-11-14  Romain Francoise  <romain@orebokech.com>
3273         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
3274         dummy function in `eval-when-compile' to avoid compiler warning.
3275         Require `man' at compile time.
3277 2005-11-14  Jay Belanger  <belanger@truman.edu>
3279         * calc-alg.el (calcFunc-write-out-power): Rename it to
3280         calcFunc-powerexpand.
3281         (math-write-out-power): Rename it to math-powerexpand; have it
3282         handle negative exponents.
3283         (calc-writeoutpower): Rename it to calc-powerexpand.
3285         * calc-ext.el: Change calcFunc-writeoutpower and
3286         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
3287         autoloads.
3288         Add calcFunc-ldiv to autoloads.
3290         * calc-arith.el (calcFunc-ldiv): New function.
3292         * calc.el (calc-left-divide): New function.
3294 2005-11-14  Juri Linkov  <juri@jurta.org>
3296         * cus-edit.el (custom-variable-prompt): Set the default value arg
3297         of completing-read.
3299         * cus-dep.el (custom-make-dependencies): Reverse the list of
3300         found dependencies.
3302 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
3304         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
3305         Highlighting" entry, it is on by default now.
3306         (menu-bar-options-save): Do not save global-font-lock-mode.
3308 2005-11-13  Richard M. Stallman  <rms@gnu.org>
3310         * textmodes/flyspell.el (flyspell-large-region):
3311         Call flyspell-accept-buffer-local-defs.
3313 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
3315         * textmodes/flyspell.el (flyspell-notify-misspell):
3316         Fix misspelling of "Misspelling".
3317         (flyspell-process-localwords): New function.
3318         (flyspell-large-region): Call flyspell-process-localwords and
3319         flyspell-delete-region-overlays.
3320         (flyspell-delete-region-overlays): New function.
3321         (flyspell-delete-all-overlays): Call that.
3323 2005-11-13  Richard M. Stallman  <rms@gnu.org>
3325         * help.el (help-for-help-internal): Improve doc of C-h a.
3326         (describe-key): Improve prompt; doc fix.
3328 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3330         * vc-svn.el (vc-svn-registered): Catch all errors.
3332         * cus-dep.el (custom-make-dependencies): Typo.
3334 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
3336         * net/tramp-util.el (top): Fix compilation warning.
3338 2005-11-13  Kim F. Storm  <storm@cua.dk>
3340         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
3342 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
3344         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
3345         (gud-speedbar-buttons): Match on "const char *" too.
3347         * progmodes/gdb-ui.el (gdb-var-create-handler)
3348         (gdb-var-list-children-handler): Match on "const char *" too.
3349         (gdb-var-evaluate-expression-handler): Match on empty string.
3350         (gdb-var-update-handler): Only call
3351         gdb-var-evaluate-expression-handler when required.
3353 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
3355         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
3356         selected window.  This still doesn't work for speedbar.
3357         (gud-speedbar-buttons): Handle string expressions properly.
3359         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
3360         (gdb-var-create-handler): Handle string expressions properly.
3361         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
3362         Handle string expressions properly.  Move "type" field into regexp.
3364 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
3366         * bookmark.el (bookmark-maybe-message): New function to reduce
3367         code duplication: invokes `message' iff baud-rate is high enough.
3368         (bookmark-write-file): Use above instead of an inline conditional.
3369         (bookmark-load): Same.
3371 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
3373         * bookmark.el (bookmark-write-file): Don't visit the destination
3374         file, just write the data to it using write-region.  This is
3375         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
3376         change to avoid visiting the file in the first place.
3378 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
3380         * hi-lock.el (hi-lock-mode): Set the default value of
3381         font-lock-defaults.
3383 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
3385         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
3386         arg to `file-attributes'.
3387         (find-lisp-format): The UID and GID can now be strings.
3389 2005-11-12  Kim F. Storm  <storm@cua.dk>
3391         * help.el (help-map): Bind C-h d to apropos-documentation.
3393         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
3394         when point is at end-of-buffer.
3396         * apropos.el (apropos-match-face): Doc fix.
3397         (apropos-sort-by-scores): Add new choice `verbose'.
3398         (apropos-documentation-sort-by-scores): New defcustom.
3399         (apropos-pattern): Now contains the pattern entered by the user.
3400         (apropos-pattern-quoted): New defvar.
3401         (apropos-regexp): New defvar, containing the regexp corresponding
3402         to apropos-pattern.
3403         (apropos-all-words-regexp): Rename from apropos-all-regexp.
3404         (apropos-read-pattern): New defun.  Use it to read pattern arg in
3405         interactive calls; returns list of words for a word list, and
3406         string for a regexp.
3407         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
3408         parses a list of words or regexp as returned by apropos-read-pattern.
3409         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
3410         (apropos-score-doc): Return a very high score if the string
3411         entered by the user matches literally.
3412         (apropos-variable): Doc fix.  Use apropos-read-pattern.
3413         (apropos-command): Doc fix.  Use apropos-read-pattern and
3414         apropos-parse-pattern.  Call apropos-print with nosubst=t.
3415         (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
3416         apropos-parse-pattern.
3417         (apropos-documentation): Doc fix. Use apropos-read-pattern and
3418         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
3419         apropos-documentation-sort-by-scores.  Call apropos-print with
3420         nosubst=t.
3421         (apropos-documentation-internal): Pass doc string through
3422         substitute-key-definition before adding text properties.
3423         Highlight substring matching literal user input if possible.
3424         (apropos-documentation-check-doc-file): Remove locals beg and end.
3425         Fix calculation of score (as added twice).  Pass doc string through
3426         substitute-key-definition before adding text properties.
3427         (apropos-documentation-check-elc-file): Pass doc string through
3428         substitute-key-definition before adding text properties.
3429         Highlight substring matching literal user input if possible.
3430         (apropos-print): Add new arg NOSUBST; if set, command and variable
3431         doc strings have already been passed through substitute-key-definition.
3432         Add code to handle apropos-accumulator items without score element
3433         for backwards compatibility (e.g. with woman package).
3434         Only show scores if apropos-sort-by-scores is `verbose'.
3436 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3438         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
3439         Add jka-compr-load-suffixes to load-suffixes.
3441         * jka-compr.el: Require 'jka-cmpr-hook.
3442         (jka-compr-info-compress-message, jka-compr-info-compress-program)
3443         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
3444         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
3445         (jka-compr-info-can-append, jka-compr-info-strip-extension)
3446         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
3447         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
3448         (jka-compr-uninstall): Remove entries from
3449         jka-compr-added-to-file-coding-system-alist after they are used.
3450         (jka-compr-error): Remove unused var `curbuf'.
3451         (jka-compr-file-local-copy): Remove unused var `notfound'.
3453 2005-11-10  Romain Francoise  <romain@orebokech.com>
3455         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
3457 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
3459         * progmodes/gud.el (gud-menu-map): Move parentheses.
3460         (gdb): New command gud-pv.
3462 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3464         * tar-mode.el: Remove spurious or unnecessary leading stars
3465         in docstrings.
3466         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
3467         (tar-parse-octal-integer-safe): Use mapc.
3468         (tar-header-block-summarize): Remove unused var `ck'.
3469         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
3470         cleared before.  Obey default-enable-multibyte-characters.
3471         Use mapconcat.  Simplify setting of tar-header-offset.
3472         (tar-mode-map): Move initialization inside delcaration.
3473         (tar-flag-deleted): Use `abs'.
3474         (tar-expunge-internal): Remove unused var `line'.
3475         (tar-expunge-internal): Don't hardcode point-min==1.
3476         (tar-expunge): Widen while doing set-buffer-multibyte.
3477         (tar-rename-entry): Use file-name-coding-system.
3478         (tar-alter-one-field): Don't hardcode point-min==1.
3479         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
3480         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
3482 2005-11-10  Masatake YAMATO  <jet@gyve.org>
3484         * add-log.el (add-log-current-defun): Handle class::method
3485         notation of c++. Fix incorrect comment.
3487 2005-11-10  Alan Mackenzie  <acm@muc.de>
3489         * help-fns.el (describe-variable): Make C-h v work when a variable
3490         has variable documentation yet is unbound.
3492 2005-11-10  Masatake YAMATO  <jet@gyve.org>
3494         * man.el (Man-highlight-references): Set an empty
3495         string to `Man-arguments' if it is nil.
3496         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
3498 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3500         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
3501         commenting conventions.
3503         * cus-dep.el (custom-make-dependencies): Simplify.
3504         Better follow the commenting conventions.
3506 2005-11-09  Richard M. Stallman  <rms@gnu.org>
3508         * apropos.el (apropos-pattern): Rename from apropos-regexp.
3509         (apropos-orig-pattern): Rename from apropos-orig-regexp.
3510         All uses changed.
3511         (apropos-rewrite-regexp): Doc fix.
3512         (apropos-variable, apropos-command, apropos, apropos-value):
3513         Change prompt; carry through the argument renaming.
3515 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
3517         * find-lisp.el: Require dired.
3518         (find-lisp-find-dired-internal): Do not call
3519         `abbreviate-file-name' on DIR.
3521 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
3523         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
3525 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
3527         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
3528         when using the speedbar.
3529         (gdb): New command gud-pp.
3530         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
3532 2005-11-09  Juri Linkov  <juri@jurta.org>
3534         * replace.el (occur-excluded-properties): New defcustom.
3535         (occur-1, occur-engine, occur-accumulate-lines): Use it.
3537 2005-11-08  Jay Belanger  <belanger@truman.edu>
3539         * calc/calc-units.el (math-convert-units): Replace any composite
3540         unit by its definition.
3542 2005-11-08  Lars Hansen  <larsh@soem.dk>
3544         * emacs-lisp/autoload.el (update-directory-autoloads):
3545         Add obsolete function alias.
3547 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3549         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
3550         comment-indent-function.
3551         (lisp-comment-indent): Replace by an alias for comment-indent-default.
3553         * reveal.el (reveal-post-command): Rework the handling of
3554         reveal-open-spots, so as to be more reliable.  There were several
3555         tricky corner cases where an open spot might be lost, or where
3556         a closed spot might end up on the list of open spots.
3557         Only reveal text that's ellipsised.
3559 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
3561         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
3563 2005-11-07  John Paul Wallington  <jpw@gnu.org>
3565         * ibuffer.el (ibuffer): Search iconified frames too when
3566         getting Ibuffer buffer's window.
3568 2005-11-06  Richard M. Stallman  <rms@gnu.org>
3570         * progmodes/compile.el (compilation-internal-error-properties):
3571         save-excursion around the computation of MARKER.
3573 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
3575         * textmodes/flyspell.el (flyspell-external-point-words):
3576         flyspell-get-word returns a list, not just a string.
3578 2005-11-06  John Paul Wallington  <jpw@pobox.com>
3580         * ibuffer.el (ibuffer): Search all visible frames when getting
3581         Ibuffer buffer's window.
3583 2005-11-07  Masatake YAMATO  <jet@gyve.org>
3585         * man.el (Man-reference-regexp): Accept spaces between
3586         `Man-name-regexp' and `Man-section-regexp'.
3587         (Man-apropos-regexp): New variable.
3588         (Man-abstract-xref-man-page): Use value for `Man-target-string'
3589         if available.
3590         (Man-highlight-references, Man-highlight-references0):
3591         Handle the case when `Man-arguments' includes "-k".
3592         (Man-highlight-references0): Rename the argument `TARGET-POS' to
3593         `TARGET'. `TARGET' can be a number, function or nil.
3595 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
3597         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
3598         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
3599         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
3600         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
3601         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
3602         (gdb-send-item): Use buffer-local-value and simplify.
3604 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
3606         * startup.el (command-line): Use `custom-reevaluate-setting' for
3607         `global-font-lock-mode'.
3609         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
3610         by default, except in batch mode or when the -D option is given.
3612         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
3613         specified keyword args on to `define-minor-mode'.  Update docstring.
3615 2005-11-05  Romain Francoise  <romain@orebokech.com>
3617         * replace.el (occur-engine): Add marker at end of line, too.
3619 2005-11-04 Ken Manheimer  <ken.manheimer@gmail.com>
3621         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3622         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3623         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3624         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
3625         argument to all these routines, so the passphrase can be managed
3626         externally and passed in to the system.
3627         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3628         pgg-add-passphrase-to-cache function.
3630         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3631         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
3632         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
3633         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
3634         argument to all these routines, so the passphrase can be managed
3635         externally and passed in to the system.
3636         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
3637         function.
3639 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
3641         * font-lock.el: Don't deal with font-lock-face-attributes here,
3642         move the code ...
3644         * startup.el (command-line): ... here. Use face-spec-set instead
3645         of custom-declare-face.
3647         * faces.el (face-spec-set): Reset the face if spec is not nil.
3649 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3651         * newcomment.el (comment-region-internal): Box more tightly in the
3652         common case where there's no TAB in the boxed text.
3654 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3656         * info.el (info-tool-bar-map): Use images prev-node, next-node and
3657         up-node.
3659 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
3661         * newsticker.el: Commentary updated. Code formatting changed.
3662         (newsticker-version): Change to "1.9".
3663         (newsticker, newsticker-feed): Doc fix.
3664         (newsticker-url-list): Doc fix.  Add option "Weekly".
3665         (newsticker-retrieval-interval): Add option "Weekly".
3666         (newsticker-headline-processing): Doc fix.
3667         (newsticker-auto-mark-filter): Remove.
3668         (newsticker-auto-mark-filter-list): New.
3669         (newsticker-layout, newsticker-sort-method): Doc fix.
3670         (newsticker-hide-old-items-in-newsticker-buffer)
3671         (newsticker-heading-format, newsticker-item-format)
3672         (newsticker-desc-format): Doc fix.
3673         (newsticker-show-all-rss-elements): Remove.
3674         (newsticker-show-all-news-elements): New.
3675         (newsticker-faces, newsticker-ticker): Doc fix.
3676         (remove-from-invisibility-spec): Code formatting.
3677         (newsticker--process-ids): New.
3678         (newsticker-mode): Doc fix.
3679         (newsticker-mode): Change mode-line-format.
3680         (newsticker-start): Remove debug output.
3681         (newsticker-start-ticker): Doc fix.  Add Autoload cookie.
3682         (newsticker-w3m-show-inline-images): Code formatting.
3683         (newsticker-next-item): Call `force-mode-line-update'.
3684         (newsticker-previous-item): Call `force-mode-line-update'.
3685         (newsticker-next-feed): Call `force-mode-line-update'.
3686         (newsticker-previous-feed): Call `force-mode-line-update'.
3687         (newsticker-mark-all-items-at-point-as-read): Code formatting.
3688         (newsticker-show-old-items): Do not show descs.
3689         (newsticker-hide-entry): Hide too much.
3690         (newsticker-hide-entry, newsticker-show-entry)
3691         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
3692         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
3693         (newsticker-toggle-auto-narrow-to-item): Code formatting.
3694         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
3695         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
3696         (newsticker-get-news): Call `force-mode-line-update'.
3697         Collect process ids.
3698         (newsticker--sentinel): Change coding system handling.
3699         Move image retrieval to new functions newsticker--get-logo-url-*.
3700         Move feed parsing to new functions newsticker--parse-*.
3701         Update list of process ids.
3702         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
3703         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
3704         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
3705         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
3706         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
3707         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
3708         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
3709         (newsticker--decode-coding-string): Remove.
3710         (newsticker--decode-numeric-entities): Check input.  Format code.
3711         (newsticker--remove-whitespace): Check input.
3712         (newsticker--do-forget-preformatted): Doc fix.
3713         (newsticker--decode-rfc822-date): Allow for missing time.
3714         (newsticker--update-process-ids): New.
3715         (newsticker--image-sentinel): Change comment.
3716         (newsticker--image-read): Change error message.
3717         (newsticker--imenu-goto): Doc fix.  Show headline title.
3718         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
3719         (newsticker--buffer-do-insert-text): Clean whitespace in
3720         html-rendered headline title.  Code formatting.
3721         Call `newsticker--buffer-print-extra-elements'.
3722         (newsticker--buffer-print-extra-element): Remove.
3723         (newsticker--buffer-print-extra-elements): New.
3724         (newsticker--buffer-do-print-extra-element): New.
3725         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
3726         large sizes.
3727         (newsticker--run-auto-mark-filter)
3728         (newsticker--do-run-auto-mark-filter):
3729         Use `newsticker-auto-mark-filter-list'.
3731 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
3733         * net/rcirc.el: Use split-string OMIT-NULLS argument.
3734         (rcirc-print): Force redisplay before running hooks.  Do long
3735         buffer truncation after making new text read-only.  Deal with nil
3736         text when decoding strings.  If TARGET is nil, use either the
3737         currently selected buffer, if it is an rcirc buffer and of the
3738         same process or the process buffer.
3739         (rcirc-mode): Remove header-line.  Recompute short buffer names.
3740         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
3741         (rcirc-short-buffer-name): Add variable.
3742         (rcirc-kill-buffer-hook): Recompute short buffer names.
3743         Remove nick from private channel.
3744         (rcirc-send-input): Send command text to current-buffer.
3745         Don't clear overlay arrow here.
3746         (rcirc-short-buffer-name): Return a short buffer name.
3747         (rcirc-update-short-buffer-names, rcirc-abbreviate)
3748         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
3749         buffer-name abbreviations.
3750         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
3751         Do not touch nick-table when killing a parted channel.
3752         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
3753         Clear arrow from current buffer if it is now hidden.
3754         (rcirc-current-buffer): Add variable.
3755         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
3756         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
3757         Remove -face from names.
3758         (rcirc-update-activity-string): Print "DND" when globally ignoring
3759         activity.
3760         (rcirc-ignore-buffer-activity-flag): Rename from
3761         rcirc-ignore-channel-activity.
3762         (rcirc-ignore-all-activity-flag): Doc fix.
3763         (rcirc-channels): Remove variable.
3764         (rcirc-kill-buffer-hook):
3765         (rcirc-get-buffer-create): Add nick to private channel.
3766         (rcirc-multiline-edit-submit): Remove tabs.
3767         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
3768         folded.
3769         (rcirc-remove-nick-channel): Bug fix.
3770         (rcirc-toggle-ignore-buffer-activity): Rename from
3771         rcirc-toggle-ignore-channel-activity.
3772         (rcirc-record-activity): Add buffers to the front of the list.
3773         (rcirc-update-activity): Remove killed buffers from list.
3774         (rcirc-process-server-response-1): Remove last argument if it is
3775         null before calling handler.
3776         (rcirc): Add "rcirc" defcustom prefix.
3777         (rcirc-prompt): Simplify default prompt.
3778         Use custom-initialize-default.
3779         (rcirc-private-chats): Remove variable.
3780         (rcirc-prompt): Change initialization.
3781         (rcirc-version): Remove function.
3782         (rcirc-id-string): Add constant.
3783         (rcirc-last-buffer): Remove variable.
3784         (rcirc-buffer-alist): Add variable.
3785         (rcirc-connect): Update variable setup.
3786         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
3787         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
3788         default.
3789         (rcirc-handler-generic): Trigger activity.
3790         (rcirc-send-message): Create the buffor of the target.
3791         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
3792         (rcirc-get-buffer): Just return nil if there is no matching buffer.
3793         (rcirc-multiline-edit-cancel): Remove function.
3794         (rcirc-set-last-buffer): Remove function.
3795         (rcirc-get-any-buffer): Add function.
3796         (rcirc-join-channels): Don't print /join text.
3797         (rcirc-toggle-ignore-channel-activity): Add and update echo area
3798         messages.
3799         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
3800         (rcirc-handler-NOTICE): Recognize CTCP responses.
3801         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
3802         constructing TOPIC string for buffers we are not JOINed.
3803         (rcirc-handler-CTCP-response): Add handler.
3804         (rcirc-multiline-edit-submit): Restore the window-configuration
3805         before adjusting point.
3806         (rcirc): Add customization group.
3807         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
3808         (rcirc-user-full-name, rcirc-startup-channels-alist)
3809         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
3810         (rcirc-ignore-all-activity-flag, rcirc-time-format)
3811         (rcirc-input-ring-size, rcirc-read-only-flag)
3812         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
3813         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
3814         Change defvar to defcustom.
3815         (rcirc-update-prompt): Add optional ALL arg, which will update
3816         prompts in all rcirc buffers.  Regexp quote replacement text.
3817         (rcirc-fill-column): Accept 'frame-width as a value.
3818         (rcirc-set-changed): Add function.
3819         (rcirc-next-active-buffer): Write more meaningful messages.
3820         (rcirc-faces): Add customization group.
3821         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
3822         (rcirc-nick-in-message-face, rcirc-prompt-face)
3823         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
3824         (with-rcirc-process-buffer): Move before first usage.
3825         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
3826         (rcirc-debug-flag): Rename from `rcirc-log-p'.
3827         (rcirc-debug): Rename from `rcirc-log'.
3828         (rcirc-format-response-string): Do not print '-' chars for a
3829         NOTICE with no sender.  Simplify output of server responses.
3831 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
3833         (rcirc-browse-url-map, rcirc-browse-url-at-point)
3834         (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
3835         mouse and RET clickable.
3837 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
3839         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
3841 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
3843         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3844         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3845         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3846         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
3847         argument to all these routines, so the passphrase can be managed
3848         externally and passed in to the system.
3849         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3850         pgg-add-passphrase-to-cache function.
3852         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3853         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
3854         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
3855         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
3856         argument to all these routines, so the passphrase can be managed
3857         externally and passed in to the system.
3858         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
3859         function.
3861 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
3863         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
3864         from goto-address-url-regexp.
3866 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
3868         * textmodes/org.el (org-read-date, org-goto-calendar)
3869         (org-recenter-calendar, org-agenda-goto-calendar):
3870         Temporarily clear 'calendar-move-hook'.
3872 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
3874         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
3875         merging.
3877         * ediff-util.el (ediff-previous-difference): Don't skip regions that
3878         have merge clashes.
3880 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3882         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3883         Undo previous change.
3885         * startup.el (command-line): Use `custom-reevaluate-setting' for
3886         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
3887         tty-register-default-colors on Mac.
3889 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
3891         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
3892         (gdb-buffer-type): Make it automatically buffer local...
3893         (gdb-get-create-buffer): ...and set it accordingly.
3894         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
3895         actually work.
3897 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
3899         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
3900         not red.
3902 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
3904         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
3905         case GUD buffer is not visible.
3906         (gdb-goto-breakpoint): Try to force display in source buffer.
3907         (gdb-frame-gdb-buffer): Copy other similar functions.
3908         (gdb-restore-windows): Don't display source if not asked for.
3909         (gdb-assembler-buffer-name): Don't capitalise.
3911 2005-11-03  Richard M. Stallman  <rms@gnu.org>
3913         * wid-edit.el (key-sequence): New widget type.
3915         * simple.el (set-mark-command-repeat-pop): New variable.
3916         (set-mark-command): Only interpret plan C-@ after a pop as a pop
3917         if set-mark-command-repeat-pop is true.
3919         * info.el (Info-fontify-node): Don't display extra "see" if there
3920         already is one here.
3922         * mouse.el: Fix special handling of DEL after dragging a region:
3923         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
3924         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
3926         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
3928         * textmodes/ispell.el (ispell-command-loop): Change `i' description
3929         not to assume it pertains to an affix.
3931         * textmodes/flyspell.el (flyspell-post-command-hook):
3932         Bind deactivate-mark to prevent deactivation.
3934 2005-11-03  Lars Hansen  <larsh@soem.dk>
3936         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
3937         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
3938         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
3940 2005-11-03  Romain Francoise  <romain@orebokech.com>
3942         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
3943         Update copyright years.
3945 2005-11-03  Sam Steingold  <sds@gnu.org>
3947         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3948         Use system-type instead of window-system because window-system is not
3949         correctly defined during loadup.
3951 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
3953         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
3954         (xml-parse-tag): Join strings separated by a comment properly.
3956 2005-11-02  Andreas Schwab  <schwab@suse.de>
3958         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
3960 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3962         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
3963         (byte-optimize-pure-func): Quote the eval'd value.
3965         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3966         Rename from perl-font-lock-syntactic-face-function.
3967         Change the calling convention so it can be used as a font-lock MATCHER.
3968         Do the parse-partial-sexp loop outselves.
3969         (perl-font-lock-syntactic-keywords): Use it.
3970         (perl-mode): Don't set font-lock-syntactic-face-function any more.
3972 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
3974         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
3975         disassembly buffer too.
3976         (gdb-exited): Remove overlay arrows when execution has finished.
3977         (gdb-info-frames-custom, gdb-info-threads-custom)
3978         (gdb-info-registers-custom): Don't add inappropriate text
3979         properties if inferior is not active.
3981 2005-11-02  Glenn Morris  <rgm@gnu.org>
3983         * progmodes/fortran.el (fortran-blink-match):
3984         Use `blink-matching-delay'.
3986 2005-11-02  John Mongan <jmongan@mccammon.ucsd.edu>  (tiny change)
3988         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
3990 2005-11-02  Lars Hansen  <larsh@soem.dk>
3992         * net/tramp.el (tramp-action-out-of-band): Handle scp message
3993         "Permission denied".
3995 2005-11-01  Richard M. Stallman  <rms@gnu.org>
3997         * textmodes/flyspell.el (flyspell-external-point-words):
3998         Pass nil to flyspell-get-word.
4000 2005-11-02  Kim F. Storm  <storm@cua.dk>
4002         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
4003         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
4005 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4007         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
4008         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
4009         (calendar-mouse-print-dates): Add optional `event' argument.
4010         Update interactive-spec.
4011         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
4012         Use `calendar-event-to-date' instead of `event'.
4014 2005-11-02  Masatake YAMATO  <jet@gyve.org>
4016         * progmodes/ld-script.el (ld-script-builtins):
4017         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
4018         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
4019         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
4021 2005-11-01  Romain Francoise  <romain@orebokech.com>
4023         * vc-sccs.el: Update copyright year.
4024         * ezimage.el: Likewise.
4026 2005-11-01  KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>  (tiny change)
4028         * info.el (Info-fontify-node): Use `string-width' for fontifying
4029         underlined titles.
4031 2005-11-01  Juri Linkov  <juri@jurta.org>
4033         * info.el (Info-fontify-node): Downcase node header keywords Node,
4034         Prev, Next, Up before comparison.
4035         (Info-history): Insert absolute directory name, and put invisible
4036         property on it.
4038 2005-11-01  Juri Linkov  <juri@jurta.org>
4040         * info.el (Info-file-supports-index-cookies): New variable.
4041         (Info-find-node-2): Check makeinfo version for index cookie support.
4042         (Info-index-nodes): Search for nodes with index cookies only when
4043         Info-file-supports-index-cookies is t.  Otherwise, search nodes
4044         with "Index" in the node name.
4045         (Info-index-node): Search index cookie in the current node only when
4046         Info-file-supports-index-cookies is t.  Otherwise, check the word
4047         "Index" in the node name.
4048         (Info-find-emacs-command-nodes): Remove code that searches nodes
4049         with "Index" node name in the top menu.
4051 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4053         * progmodes/scheme.el (scheme-mode-variables): Use the default
4054         comment-indent-function.
4056         * faces.el (face-attribute): Handle the case where a face inherits from
4057         a non-existent face.
4059         * simple.el (eval-expression-print-format): Use lisp-readable syntax
4060         for octal and hexa output, and merge the char into the paren.
4061         (kill-new): Use push.
4062         (copy-to-buffer): Use with-current-buffer.
4063         (completion-setup-function): Move code in loop to remove redundancy.
4064         (minibuffer-local-must-match-map): Don't add bindings that duplicate
4065         those inherited from minibuffer-local-completion-map.
4067         * savehist.el (savehist-mode) <defcustom>:
4068         Use custom-set-minor-mode if available.
4069         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
4070         and emit a message if applicable.
4072 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
4074         * savehist.el: Sync up to version 19.
4075         (savehist-mode): New minor mode.
4076         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
4077         (savehist-length): Remove (use history-length instead).
4078         (savehist-file-modes): Rename from savehist-modes.
4079         (savehist-save-hook, savehist-loaded): New vars.
4080         (savehist-load): Use savehist-mode.  Try to smooth up transition from
4081         old format to new format.
4082         (savehist-install): Allow savehist-autosave-interval to be nil.
4083         (savehist-save): Run the new hook.  Be more careful to only trim the
4084         history variables.
4085         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
4086         (savehist-printable): Print into a buffer rather than char-by-char.
4088 2005-11-01  John Wiegley  <johnw@newartisans.com>
4090         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
4091         toggle-ignore keybinding (C-a).  The author said it had been
4092         disabled much earlier due to a possible incompatibility, but after
4093         many months of usage I have encountered no problems (and it is a
4094         rather useful option, especially for switching to " *temp*").
4096         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
4097         support for OS/X's AddressBook, by calling out to the open source
4098         program "contacts" (installable through Fink).
4100         * net/eudc.el (eudc-expand-inline): If the
4101         `eudc-multiple-match-handling-method' is set to `all', delete the
4102         query string before inserting the query result.
4104         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
4105         flag, to prevent Eshell from using the system ls when
4106         `eshell-ls-insert-directory' is in used.
4107         (eshell-ls-insert-directory): Disable font-lock in directory
4108         buffer so that Eshell's own fontification is seen.  This broke
4109         recently due to changes in font-lock, so this goes back to version
4110         21 behavior.
4112 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
4114         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
4115         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
4116         (gdb-many-windows): Doc fix.
4118 2005-10-31  Romain Francoise  <romain@orebokech.com>
4120         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
4122 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
4124         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
4125         that global-font-lock-mode can be enabled by default.
4127         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
4128         (font-lock-add-keywords, font-lock-remove-keywords)
4129         (font-lock-fontify-buffer): Remove autoload cookies.
4131         * jit-lock.el (jit-lock-register): Likewise.
4133         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
4135 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
4137         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
4138         intact if there is no gud-comint-buffer.
4140 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
4142         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
4143         old prompt comint-prompt-read-only is t and GDB commands are
4144         issued from tool bar etc.
4146 2005-10-31  Masatake YAMATO  <jet@gyve.org>
4148         * vc.el (vc-directory-exclusion-list): Add "{arch}".
4150 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
4152         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
4153         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
4155 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
4157         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
4158         starting at beginning of line.  Fontification is messed up when
4159         `open-paren-in-column-0-is-defun-start' set to t.
4160         Reported by John Paul Wallington <jpw@pobox.com>.
4162 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
4164         * comint.el (comint-send-input): Call `comint-update-fence' when
4165         `comint-process-echoes' and `comint-prompt-read-only' are both
4166         non-nil, to avoid leftover read-only newline.
4168 2005-10-30  Richard M. Stallman  <rms@gnu.org>
4170         * textmodes/flyspell.el (flyspell-external-point-words):
4171         Detect when WORD can't be checked properly because
4172         flyspell-get-word finds just part of it, and move on.
4174         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
4175         boundarychar for Polish.
4176         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
4177         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
4179 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
4181         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
4182         (gdb-registers-font-lock-keywords): Delete.
4183         (gdb-registers-mode): Don't fontify.
4184         (gdb-info-registers-custom): Use text properties instead as, in
4185         future, changed register values will use font-lock-warning-face.
4186         (gdb-local-font-lock-keywords): Rename to...
4187         (gdb-locals-font-lock-keywords): ...for consistency.
4189 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
4191         * vc.el (vc-switch-backend): Better error message if the buffer is
4192         not visiting a file under version control.
4194         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
4196 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
4198         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
4199         ~/.emacs.d/.emacs.
4201 2005-10-29  Richard M. Stallman  <rms@gnu.org>
4203         * replace.el (occur-mode-mouse-goto): Always go to other window.
4204         (occur-mode-goto-occurrence): Always switch in same window.
4206         * simple.el (undo): Display message at end, not at start.
4208         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
4209         New arg REUSE-CELL.
4210         (cancel-timer-internal): New function.
4211         (timer-event-handler): Use cancel-timer-internal,
4212         and pass the cell it returns to timer-activate...
4214         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
4215         (jit-lock-deferred-fontify, jit-lock-context-fontify)
4216         (jit-lock-after-change): Test memory-full.
4218 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
4220         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4221         part of the decoded armor to find the key-identifier.
4222         (pgg-gpg-lookup-key-owner): New function to return the
4223         human-readable identifier of a key owner.
4224         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
4225         key itself.
4226         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4227         the key value) if we have a key and can match it against a secret
4228         key.  Also, added a note pointing out fact that the prompt only
4229         indicates the first matching key.
4231         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
4232         pgg-decrypt-region.
4233         (pgg-pending-timers): A new hash for tracking the passphrase cache
4234         timers, so that new ones supercede old ones.
4235         (pgg-add-passphrase-to-cache): Rename from
4236         `pgg-add-passphrase-cache' to reduce confusion (all callers
4237         changed).  Modified to cancel old timers when new ones are added.
4238         (pgg-remove-passphrase-from-cache): Rename from
4239         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4240         changed).  Modified to cancel old timers when their keys are
4241         removed from the cache.
4242         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
4243         XEmacs, an indirection to delete-itimer.
4244         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
4245         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
4246         users can only check cache without risk of prompting.  Correct bug in
4247         notruncate behavior.
4248         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
4249         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
4250         Add informative docstrings.
4251         (pgg-decrypt): Convey provided passphrase in subordinate call to
4252         pgg-decrypt-region.
4254         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4255         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4256         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4257         'passphrase' argument, so the passphrase can be managed externally
4258         and then passed in to the system.
4260         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4261         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
4262         so the passphrase cache can be used reliably with identifiers
4263         besides a pgp packet's key id.
4265         * pgg-gpg.el (pgg-pgp-encrypt-region)
4266         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4267         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4268         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
4269         argument to all these routines, so the passphrase can be managed
4270         externally and passed in to the system.
4272         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4273         'notruncate' argument, so the passphrase cache can be used
4274         reliably with identifiers besides a pgp packet's key id.
4276 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
4278         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4279         symmetric encryption.
4280         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4281         encrypted session key.
4282         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4283         message ask for the passphrase in a proper way.
4285         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4286         New user commands for symmetric encryption.
4288 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
4290         * textmodes/conf-mode.el (conf-assignment-sign)
4291         (conf-assignment-regexp): Fix docstrings.
4292         (conf-mode-initialize): New function.
4293         (conf-mode): Remove optional args.  Use delay-mode-hooks to
4294         recognize recursive calls.
4295         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
4296         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
4297         (conf-xdefaults-mode): Use define-derived-mode and
4298         conf-mode-initialize.
4300 2005-10-29  Romain Francoise  <romain@orebokech.com>
4302         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
4304 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
4306         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4307         part of the decoded armor to find the key-identifier.
4308         (pgg-gpg-lookup-key-owner): New function to return the
4309         human-readable identifier of a key owner.
4310         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
4311         key itself.
4312         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4313         the key value) if we have a key and can match it against a secret
4314         key.  Also, added a note pointing out fact that the prompt only
4315         indicates the first matching key.
4317         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
4318         pgg-decrypt-region.
4319         (pgg-pending-timers): A new hash for tracking the passphrase cache
4320         timers, so that new ones supercede old ones.
4321         (pgg-add-passphrase-to-cache): Rename from
4322         `pgg-add-passphrase-cache' to reduce confusion (all callers
4323         changed).  Modified to cancel old timers when new ones are added.
4324         (pgg-remove-passphrase-from-cache): Rename from
4325         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4326         changed).  Modified to cancel old timers when their keys are
4327         removed from the cache.
4328         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
4329         XEmacs, an indirection to delete-itimer.
4330         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
4331         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
4332         users can only check cache without risk of prompting.  Correct bug in
4333         notruncate behavior.
4334         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
4335         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
4336         Add informative docstrings.
4337         (pgg-decrypt): Convey provided passphrase in subordinate call to
4338         pgg-decrypt-region.
4340 2005-10-20  Ken Manheimer <ken.manheimer+emacs@gmail.com>
4342         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4343         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4344         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4345         'passphrase' argument, so the passphrase can be managed externally
4346         and then passed in to the system.
4348         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4349         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
4350         so the passphrase cache can be used reliably with identifiers
4351         besides a pgp packet's key id.
4353         * pgg-gpg.el (pgg-pgp-encrypt-region)
4354         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4355         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4356         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
4357         argument to all these routines, so the passphrase can be managed
4358         externally and passed in to the system.
4360         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4361         'notruncate' argument, so the passphrase cache can be used
4362         reliably with identifiers besides a pgp packet's key id.
4364 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
4366         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4367         symmetric encryption.
4368         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4369         encrypted session key.
4370         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4371         message ask for the passphrase in a proper way.
4373         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4374         New user commands for symmetric encryption.
4376 2005-10-28  Bill Wohler  <wohler@newt.com>
4378         * help-mode.el (help-url): New button type. Calls browse-url.
4379         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
4380         Similar to Info nodes: URL `url'.
4381         (help-make-xrefs): Create help-url buttons for
4382         help-xref-url-regexp matches.
4384 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
4386         * tool-bar.el (tool-bar-add-item-from-menu)
4387         (tool-bar-local-item-from-menu): Fix doc strings.
4389 2005-10-28  Romain Francoise  <romain@orebokech.com>
4391         * ldefs-boot.el: Update.
4393         * subr.el (locate-library): Move from help-fns.el.
4394         * help-fns.el (locate-library): Move to subr.el.
4396 2005-10-28  Richard M. Stallman  <rms@gnu.org>
4398         * net/tramp.el (tramp-completion-mode): defvar moved up.
4400         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
4402         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
4404         * files.el (find-file-noselect): Use %d to format large file size.
4406         * bindings.el (mode-line-format): Add %e.
4408         * loadup.el ("facemenu"): Load unconditionally.
4409         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
4410         ("x-dnd"): Load, when appropriate.
4412         * startup.el (command-line): Call before-init-hook earlier.
4413         Warn about some bad characters in -u user name.
4415         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
4416         (flyspell-external-point-words): Error if misspelled word is not found.
4417         Set flyspell-large-region-beg at end of word.
4419 2005-10-28  Andreas Schwab  <schwab@suse.de>
4421         * view.el (View-revert-buffer-scroll-page-forward):
4422         Use view-page-size-default.
4424 2005-10-28  Juri Linkov  <juri@jurta.org>
4426         * international/quail.el (quail-get-current-str): Translate last
4427         raw character for deterministic input methods.
4429 2005-10-27  Jay Belanger  <belanger@truman.edu>
4431         * calc/calc-ext.el: Add functions to autoloads.
4432         (math-identity-matrix-p, math-ident-row-p): New functions.
4434         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
4435         multiplication by an identity matrix; don't turn multiplication by
4436         an inverse matrix into division.
4437         (math-div-symbol-fancy):  Replace division by matrices with
4438         multiplication by inverse.
4440         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
4442         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
4443         (calc-writeoutpower): New functions.
4445 2005-10-27  Romain Francoise  <romain@orebokech.com>
4447         * replace.el (occur-engine): Include colon in mouse-face highlight.
4449         * dired-x.el: Change Maintainer field.
4451 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
4453         * longlines.el (longlines-mode): Bind after-change-functions to
4454         nil during initial decoding and final encoding.
4456 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
4458         * term.el (term-emulate-terminal, term-handle-colors-array)
4459         (term-handle-ansi-escape): Specify the terminfo capabilities
4460         implemented.
4462 2005-10-26  Richard M. Stallman  <rms@gnu.org>
4464         * info.el (Info-fontify-node): Fix detection of sentence-break
4465         before *Note.
4467 2005-10-26  Romain Francoise  <romain@orebokech.com>
4469         * smerge-mode.el: Add `tools' to file keywords.
4471 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
4473         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
4474         when the fringe is not available.
4476         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
4477         (def-gdb-auto-update-trigger): Simplify construction.
4478         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
4479         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
4480         defined explicitly.
4481         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
4482         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
4483         defined explicitly.
4484         (gdb-info-locals-custom): Remove as it's a no-op.
4486 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
4488         * longlines.el (longlines-mode): Remove narrowing before
4489         performing the initial decoding or final encoding.
4491 2005-10-25  Romain Francoise  <romain@orebokech.com>
4493         * emacs-lisp/find-func.el (find-library-name): Also strip
4494         extension if library name ends in .el, to take advantage of
4495         `find-library-suffixes'.
4497 2005-10-25  Richard M. Stallman  <rms@gnu.org>
4499         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
4501 2005-10-25  Juri Linkov  <juri@jurta.org>
4503         * textmodes/texinfo.el (texinfo-mode): Change charset of one
4504         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
4506 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4508         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
4509         (blackbox-redefine-key): Add argument `map'.
4511         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
4512         regions when moving the jit-lock-context-unfontify-pos boundary.
4514 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4516         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
4518 2005-10-25  Masatake YAMATO  <jet@gyve.org>
4520         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
4522 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
4524         * play/blackbox.el (blackbox-redefine-key): New function.
4525         (blackbox-mode-map): Use it to remap existing bindings for cursor
4526         motion instead of binding literal keys.
4528 2005-10-25  Glenn Morris  <rgm@gnu.org>
4530         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
4531         diary does not end in a newline.  Do not assume a blank line at
4532         the start of the diary file.
4534 2005-10-25  Kenichi Handa  <handa@m17n.org>
4536         * international/quail.el (quail-translate-key): If the input
4537         method is deterministic and failed to handle the last key, restart
4538         the key handling loop from an appropriate key.
4540 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
4542         * vc.el (vc-dired-mode): Extend comment for binding of
4543         `directory-listing-before-filename-regexp'.
4545 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4547         * textmodes/texinfo.el (texinfo-mode):
4548         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
4549         not to unnecessarily expose emacs-mule's internal char codes.
4551 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
4553         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
4554         Display hand pointer and help-echo on disabled icon too.
4555         (gdb-mouse-until): New function.
4556         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
4558 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
4560         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
4561         with 2005-10-23 change to doctor.el.
4563         * finder.el (finder-mode-map): Add follow-link binding.
4565 2005-10-25  Kim F. Storm  <storm@cua.dk>
4567         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
4568         to gdb-mouse-toggle-breakpoint-fringe.
4569         (gdb-mouse-toggle-breakpoint-margin): Rename from
4570         gdb-mouse-toggle-breakpoint. Fix doc.
4571         (gdb-mouse-toggle-breakpoint-fringe): New defun.
4572         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
4573         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
4574         string properties also for fringe breakpoint bitmaps.
4576 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
4578         * textmodes/org.el (org-start-icalendar-file): Fix format form.
4580 2005-10-25  Masatake YAMATO  <jet@gyve.org>
4582         * simple.el (completion-common-substring):
4583         Use `completion-common-substring' prior to `completion-base-size'.
4585 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
4587         * savehist.el: Require CL while compiling.
4588         (savehist-history-variables): Remove.
4589         (savehist-save-minibuffer-history, savehist-additional-variables)
4590         (savehist-minibuffer-history-variables): New vars.
4591         (savehist-save): Use them.
4592         (savehist-uninstall, savehist-minibuffer-hook): New funs.
4593         (savehist-install): New fun, extracted from savehist-load.
4594         (savehist-load): Use them.
4596 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4598         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
4599         a dummy doc-string-elt property.
4600         (defalias, defvaralias, define-category): Add a docstring property.
4602         * image.el (defimage):
4603         * widget.el (define-widget):
4604         * custom.el (defface, defcustom): Add `doc-string' declaration.
4606         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
4607         (defadvice): Add `doc-string' declaration.
4609         * emacs-lisp/byte-run.el (macro-declaration-function):
4610         Handle `doc-string' declarations.
4611         (define-obsolete-function-alias, define-obsolete-variable-alias):
4612         Add `doc-string' declaration.
4614 2005-10-24  Kenichi Handa  <handa@m17n.org>
4616         * international/utf-7.el (utf-7): Add autoload cookie.
4618         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
4620 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
4622         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
4623         list of directories passed to batch-update-autoloads.  Add "." to
4624         the list of the echoed directories.
4626         * pgg-def.el:
4627         * pgg-gpg.el:
4628         * pgg-parse.el:
4629         * pgg-pgp.el:
4630         * pgg-pgp5.el:
4631         * pgg.el: Moved here from the gnus subdirectory.
4633 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
4635         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
4636         in case comint-prompt-read-only is set to t.
4638         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
4639         in case comint-prompt-read-only is set to t.
4641 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
4643         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
4644         Now a string.
4645         (icalendar-import-format): Handle CLASS, STATUS, URL.
4646         Rename `subject' to `summary'.
4647         (icalendar-import-format-summary): Rename from
4648         `icalendar-import-format-subject'.
4649         (icalendar-import-format-url, icalendar-import-format-status)
4650         (icalendar-import-format-class): New variables.
4651         (icalendar--rris): Take variable argument list.
4652         (icalendar--datestring-to-isodate): Remove unnecessary
4653         calendar-style check when converting dates with explicit month names.
4654         (icalendar-export-region): Change return type of conversion
4655         subroutines.  Bury current buffer unless error occurred.
4656         (icalendar--convert-to-ical)
4657         (icalendar--parse-summary-and-rest): New functions.
4658         (icalendar--convert-ordinary-to-ical)
4659         (icalendar--convert-weekly-to-ical)
4660         (icalendar--convert-yearly-to-ical)
4661         (icalendar--convert-block-to-ical)
4662         (icalendar--convert-cyclic-to-ical)
4663         (icalendar--convert-anniversary-to-ical): Change return type.
4664         Strip trailing blanks from subject.
4665         (icalendar--convert-sexp-to-ical): Change return type.
4666         Strip trailing blanks from subject.  Handle simple sexp
4667         entries as generated by icalendar.el.
4668         (icalendar--convert-float-to-ical)
4669         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
4670         (icalendar-import-file): Doc fix.
4671         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
4672         Correct call to icalendar--rris.
4673         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
4674         `summary'.
4675         (icalendar--add-diary-entry): Rename `subject' to `summary'.
4677 2005-10-24  Romain Francoise  <romain@orebokech.com>
4679         * server.el (server-sentinel): Set query-on-exit flag to nil on
4680         new client processes (it isn't inherited from the server process).
4682         * replace.el (occur-engine): Rearrange text properties.
4684 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4686         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
4687         case-fold-search is nil.
4688         (debug-help-follow): Use help-xref-interned directly.
4690 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4692         * thumbs.el (thumbs-image-type): Add .pbm.
4694 2005-10-23  Richard M. Stallman  <rms@gnu.org>
4696         * faces.el (inhibit-face-set-after-frame-default): New variable.
4697         (set-face-attribute): Bind it.
4698         (face-set-after-frame-default): Test it.
4700         * help-fns.el (describe-simplify-lib-file-name): New function.
4701         (describe-function-1, describe-variable): Use it.
4703         * faces.el (describe-face): Use describe-simplify-lib-file-name.
4705         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
4706         Eliminate nil as possible value.
4707         (tooltip-hide-delay): Reduce internal-border-width.
4709         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
4710         (menu-bar-file-menu) <new-file>: Likewise.
4712         * simple.el (line-move-finish): Ignore fields computing LINE-END.
4714         * international/mule.el (load-with-code-conversion):
4715         Pass full file name to `eval-buffer' unless preloading.
4717         * textmodes/flyspell.el (flyspell-large-region):
4718         Call ispell-check-version.
4720         * textmodes/ispell.el (ispell-local-dictionary-overridden):
4721         Fix the make-variable-buffer-local call that was supposed
4722         to be for this variable.
4723         (ispell-aspell-supports-utf8): Doc fix.
4724         (ispell-find-aspell-dictionaries): Preserve elements of
4725         ispell-dictionary-alist for dictionaries that aspell doesn't report.
4726         (ispell-aspell-find-dictionary): Return nil on error.
4728         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
4729         (doctor-symptoms): Likewise.
4731         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
4733 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4735         * cus-edit.el (custom-button, custom-button-pressed): New vars.
4736         (custom-raised-buttons): Add :set spec.
4737         (custom-button-unraised, custom-button-pressed-unraised):
4738         New faces, so that custom-raised-buttons actually does something.
4739         (custom-mode): Use custom-button and custom-button-pressed.
4741         * wid-edit.el (widget-specify-button): Don't ignore
4742         widget-mouse-face on graphic terminals.
4743         (widget-move-and-invoke): Cleanup.
4745 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
4747         * whitespace.el (whitespace-cleanup): Doc fix.
4749 2005-10-23  Romain Francoise  <romain@orebokech.com>
4751         * emulation/viper.el (viper-set-hooks): Quote forms passed to
4752         `eval-after-load' to avoid evaluating their result.
4754 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
4756         * files.el (directory-listing-before-filename-regexp):
4757         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
4759         * dired.el (dired-move-to-filename-regexp): Remove.
4760         All occurences replaced by `directory-listing-before-filename-regexp'.
4762         * dired-x.el, locate.el, vc.el:
4763         Replace `dired-move-to-filename-regexp' by
4764         `directory-listing-before-filename-regexp'.  In vc.el it is
4765         overwritten locally; maybe this can be handled in files.el too.
4767         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
4768         replaced by `directory-listing-before-filename-regexp'.
4770 2005-10-23  Andreas Schwab  <schwab@suse.de>
4772         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
4773         and eval-next-after-load.
4775 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
4777         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
4778         exist, create it.
4780 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
4782         * allout.el: Remove autoloads for mailcrypt and crypt++.
4783         Require pgg, pgg-gpg during compilation.
4784         (allout-version): Increment version number to 2.1, and use a literal
4785         rather than RCS Id.
4786         (allout-default-encryption-scheme): Remove.
4787         (allout-passphrase-verifier-handling)
4788         (allout-passphrase-verifier-string)
4789         (allout-file-passphrase-verifier-string)
4790         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
4791         (allout-passphrase-hint-handling): Rename and simplify.
4792         (allout-init): Use `find-file-hook' if available, otherwise
4793         `find-file-hooks'.
4794         (allout-mode): Use `write-file-functions' if available, otherwise
4795         `local-write-file-hooks' and, instead of making auto-save-hook
4796         buffer local, make the write-file-hook activity contingent to
4797         allout-mode.
4798         (allout-mode): Use key-binding substitution in the docstring.
4799         (allout-kill-line): Spell-out kill ring data structure mutation
4800         instead of using byte-compiler-complaint-provoking `pop'.
4801         (allout-insert-listified): Use `insert' rather than `insert-string'
4802         (allout-toggle-current-subtree-encryption): Update docstring, adjust
4803         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
4804         (allout-encrypt-string): Totally revamped vis new underlying
4805         encryption facilities.
4806         (allout-mc-activate-passwd): Remove.
4807         (allout-obtain-passphrase): New, more or less replaces
4808         allout-mc-activate-passwd.
4809         (allout-encrypted-key-info): More or less replaces
4810         allout-encrypted-text-type.
4811         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
4812         (my-mark-marker): Use `(featurep 'xemacs)'.
4814 2005-10-23  Lars Hansen <larsh@soem.dk>
4816         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
4817         (byte-compile-file-form-defmumble, byte-compile-defun)
4818         (byte-compile-defmacro): Use it.
4819         (byte-compile-form): Don't call byte-compile-set-symbol-position
4820         when a byte-compile handler is called.
4822 2005-10-22  Romain Francoise  <romain@orebokech.com>
4824         * savehist.el (savehist-history-variables): Add `grep-find-history'.
4826         * subr.el (eval-after-load): Convert library name to an absolute
4827         file name using locate-library, since load-history no longer has
4828         library names in it.
4830 2005-10-22  Richard M. Stallman  <rms@gnu.org>
4832         * files.el (make-temp-file): Move from subr.el.
4833         * subr.el (make-temp-file): Move to files.el.
4835         * window.el (get-buffer-window-list): Move from subr.el.
4836         * subr.el (get-buffer-window-list): Move to window.el.
4838         * image.el (image-load-path): Use eval-at-startup to initialize.
4840         * subr.el (eval-at-startup): New macro.
4842         * subr.el: Much rearrangement of functions and division
4843         into pages.  No code changes.
4845 2005-10-22  Kenichi Handa  <handa@m17n.org>
4847         * tar-mode.el (tar-extract): Be sure to call
4848         find-operation-coding-system if set-auto-coding doesn't find a
4849         coding system.
4851 2005-10-22  Kim F. Storm  <storm@cua.dk>
4853         * image.el (image-type-header-regexps): Rename from image-type-regexps.
4854         Change users.
4855         (image-type-file-name-regexps): New defconst.
4856         (image-type-from-data): Simplify loop.
4857         (image-type-from-buffer): New defun.
4858         (image-type-from-file-header): Use it instead of image-type-from-data.
4859         Use image-search-load-path instead of only looking in data-directory.
4860         (image-type-from-file-name): New defun.
4861         (image-search-load-path): Change `pathname' to `filename'.
4862         Make PATH arg optional, default to image-load-path.
4864 2005-10-21  Richard M. Stallman  <rms@gnu.org>
4866         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
4868         * textmodes/paragraphs.el (sentence-end-base): New variable.
4869         (sentence-end): Use sentence-end-base.
4871 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4873         * font-lock.el (font-lock-default-fontify-region): Check the multiline
4874         property independently from the font-lock-multiline variable.
4876 2005-10-21  Richard M. Stallman  <rms@gnu.org>
4878         * emacs-lisp/find-func.el (find-library-name): Doc fix.
4880         * startup.el (command-line): Convert library names
4881         in `load-history' to absolute file names.
4883         * subr.el (symbol-file): Doc fix.
4885         * loadhist.el (file-loadhist-lookup): Call locate-library
4886         instead of find-library-name.  Don't try converting
4887         abs file names to library names, since load-history no longer
4888         has library names in it.
4889         (file-dependents, file-provides, file-requires): Doc fixes.
4891 2005-10-21  Juri Linkov  <juri@jurta.org>
4893         * progmodes/etags.el (tags-table-mode): New function.
4894         (tags-verify-table): Replace initialize-new-tags-table with
4895         tags-table-mode.
4897         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
4898         default value.
4899         (desktop-modes-not-to-save): Add tags-table-mode to the
4900         default value.
4902         * info.el (Info-index-next): Add total number of index
4903         alternatives to the message.
4905         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
4906         backward only space (instead of space and period) before looking
4907         at sentence end.
4909         * simple.el (set-variable): Use user-variable-p instead of symbolp.
4910         Add the old variable value as 4th default-value arg of read-string.
4912 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4914         * cus-face.el (custom-declare-face): Make face from X resources
4915         also on Mac.
4917         * disp-table.el (standard-display-g1, standard-display-graphic):
4918         Refuse to use string glyphs also on Mac.
4919         (standard-display-european): Don't set terminal coding system also
4920         on Mac.
4922         * frame.el (display-screens): Use x-display-screens also on Mac.
4924 2005-10-21  Romain Francoise  <romain@orebokech.com>
4926         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
4928 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4930         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
4931         and $? into sexps.
4933         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
4934         warning face on open-paren-in-column-0.
4936         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
4937         boundary case.  Fix typo.
4938         Suggested by Martin Rudalics <rudalics@gmx.at>.
4940 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
4942         * textmodes/org.el (org-combined-agenda-icalendar-file)
4943         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
4944         (org-export-icalendar-this-file)
4945         (org-export-icalendar-all-agenda-files)
4946         (org-export-icalendar-combine-agenda-files): New commands.
4947         (org-export-icalendar, org-print-icalendar-entries)
4948         (org-start-icalendar-file, org-finish-icalendar-file)
4949         (org-ical-ts-to-string): New functions.
4950         (org-read-date, org-goto-calendar)
4951         (org-agenda-goto-calendar): Inhibit displaying diary entries by
4952         call to `calendar'.
4953         (orgtbl-setup): Remove the :keys arguments from the menu description.
4954         (org-after-save-iCalendar-file-hook): New variable.
4956 2005-10-21  Kenichi Handa  <handa@m17n.org>
4958         * language/vietnamese.el (tcvn-5712): Make it an alias of
4959         vietnamese-tcvn coding-system.
4961 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
4963         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
4964         group id is given.
4966 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4968         * progmodes/sh-script.el (sh-escaped-line-re): New var.
4969         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
4970         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
4971         whose line is either continued or ends with a comment.
4973 2005-10-20  Romain Francoise  <romain@orebokech.com>
4975         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
4977         * replace.el (occur-engine): Add follow-link property.
4979         * font-core.el (font-lock-mode): Doc fix.
4981 2005-10-20  Richard M. Stallman  <rms@gnu.org>
4983         * net/rcirc.el: New file.
4985 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
4987         * term.el (term-term-name): Initialize to "eterm-color".
4989 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
4991         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
4992         for encryption functionality.
4993         Move allout customization subgroup from `editing' to `outlines' group.
4994         Fix commentary 'keywords' to legitimate ones.
4995         Update author info (using my current email address, obscurified).
4996         (allout-encrypt-string, allout-encryption-produce-work-buffer)
4997         (allout-encrypted-topic-p, allout-encrypted-text-type)
4998         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
4999         (allout-situate-encryption-key-verifier)
5000         (allout-get-encryption-key-verifier, allout-verify-key)
5001         (allout-next-topic-pending-encryption)
5002         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
5003         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
5004         (outline-key-verifier-handling, outline-key-hint-handling)
5005         (outline-encrypt-unencrypted-on-saves): New defcustoms.
5006         (allout-file-key-verifier-string, allout-encryption-scheme)
5007         (allout-key-verifier-string, allout-key-hint-string)
5008         (allout-after-save-decrypt): New variables.
5009         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
5010         (allout-after-saves-handler): New hook functions.
5011         (allout-post-command-business): Do allout-after-save-decrypt.
5012         (allout-enable-file-variable-adjustment): Custom var to enable
5013         mechanism for adding and adjusting settings of Emacs file variables.
5014         (allout-adjust-file-variable, allout-file-vars-section-data):
5015         New functions, implement the mechanism.
5016         (outlineify-sticky): Use the file vars mechanism.
5017         (allout-inhibit-protection, allout-during-write-cue)
5018         (allout-override-protect, allout-before-change-protect): Remove.
5019         (allout-flag-region, allout-open-topic): Adjust read-only text.
5020         (allout-open-line-not-read-only): Add to facilitate read-only
5021         text based protection.
5022         (allout-kill-line): Revise to adjust read-only text, clue the
5023         user about the inhibition.
5024         (allout-unprotected): Use unwind-protect.
5025         (allout-shift-in, allout-shift-out): Disallow manually shifting a
5026         topic deeper than the offspring depth of the previous topic -
5027         avoiding confusing "containment discontinuities".
5028         (allout-reindent-bodies): Fix retention of body relative hanging
5029         indent during promotion of collapsed bodies.
5030         (allout-open-topic): Make it easy to open new topic with same
5031         bullet as current topic - topic creation functions provided with
5032         any universal argument provokes now prompt for bullet, defaulting
5033         to the bullet of the previous topic.
5034         (allout-plain-bullets-string, allout-distinctive-bullets-string):
5035         Plain bullet alternates '.' period and ',' comma only.  All other
5036         bullets are relegated to special status (but customizable).
5037         (allout-end-of-entry): Rename from 'allout-end-of-current-entry
5038         since it actually operates w.r.t. most immediately containing
5039         entry, visible or not.
5040         (allout-hide-current-entry, allout-show-current-entry): Use the
5041         revised version.
5042         (allout-old-expose-topic): Solidify deprecation.
5043         (allout-end-of-subtree): Add so we can span concealed as well
5044         as visible topics.
5045         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
5046         (allout-end-of-current-heading): Tweak to just respect the first line.
5047         (allout-get-body-text): Add.
5048         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
5049         when invoked interactively.
5050         (allout-up-current-level): Use `interactive-p'.
5051         (allout-mode, allout-init): Miscellaneous docstring and
5052         operational refinements, as well as hookups of new encryption stuff.
5053         (allout-beginning-of-current-entry): Now works as advertised.
5054         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
5055         (allout-isearch-rectification): Refine condition for isearching.
5056         (allout-isearch-abort, allout-enwrap-isearch)
5057         (allout-flag-region, my-region-active-p): Relocate some macros.
5058         (allout-title): Fallback title is '(buffer-name)', not
5059         non-existing '(current-buffer-name)'.
5060         (subst-char-in-string): Define if absent (for some XEmacs versions).
5062 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
5064         * mail/sendmail.el (mail-setup-hook, mail-aliases)
5065         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
5066         (mail-citation-prefix-regexp, mail-signature-file)
5067         (mail-default-headers, mail-bury-selects-summary)
5068         (mail-send-nonascii): Add autoload cookies.
5070 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
5072         * frame.el (blink-cursor-mode): Add `mac' to the list of
5073         window-system's that support blinking cursor.
5075 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5077         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
5079 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
5081         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
5082         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
5083         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
5085 2005-10-20  Kim F. Storm  <storm@cua.dk>
5087         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
5088         (ido-set-current-directory): Don't add / after final @.
5089         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
5090         Explicitly handle ange-ftp completion oddities.
5091         (ido-make-file-list): Don't rotate list at tramp root to avoid
5092         triggering tramp file handler for expand-file-name via get-file-buffer.
5094 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5096         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
5098 2005-10-19  Jay Belanger  <belanger@truman.edu>
5100         * calc/calc-units.el (math-standard-units): Add units, adjust
5101         symbols and update values.
5102         (math-unit-prefixes):  Add more prefixes.
5104 2005-10-19  Romain Francoise  <romain@orebokech.com>
5106         * bookmark.el (bookmark-menu-heading): New face.
5107         (bookmark-bmenu-list): Use it.
5108         Don't fiddle with `baud-rate' at top-level.
5110 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
5112         * image.el (create-image, find-image): Mention max-image-size in
5113         docstring.
5115 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5117         * savehist.el (savehist-load): Revert to checking XEmacs.
5119         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
5120         Various docstring and line-width fixups.
5121         (conf-mode): Use cond.
5122         Set font-lock-defaults.  Don't set comment-use-syntax.
5124 2005-10-18  David Ponce  <david@dponce.com>
5126         * tree-widget.el (tree-widget-button-click): New function.
5127         (tree-widget-button-keymap): Use it.
5129 2005-10-18  Romain Francoise  <romain@orebokech.com>
5131         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5132         (bookmark-bmenu-hide-filenames): Add follow-link property.
5133         Improve help-echo text.
5135         * ffap.el (find-file-at-point): Doc fix.
5137 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5139         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
5141 2005-10-18  Masatake YAMATO  <jet@gyve.org>
5143         Install to the CVS repository what I forgot to install in my
5144         2005-10-16 changes.
5146         * progmodes/python.el (python-complete-symbol): Pass the common
5147         prefix substring of completion to `display-completion-list'.
5149         * textmodes/org.el (org-complete): Ditto.
5151 2005-10-18  Masatake YAMATO  <jet@gyve.org>
5153         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
5155         * woman.el (WoMan-xref-man-page): New button type derived
5156         from `Man-abstract-xref-man-page'.
5157         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
5159         * man.el (Man-abstract-xref-man-page): New button type.
5160         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
5161         (Man-highlight-references): Add new optional argument `xref-man-type'.
5163 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
5165         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
5167 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
5169         * cus-edit.el (Custom-move-and-invoke): Delete.
5170         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
5172         * wid-edit.el (widget-move-and-invoke): New function, from
5173         Custom-move-and-invoke.
5175 2005-10-17  Bill Wohler  <wohler@newt.com>
5177         Move all remaining images from lisp/toolbar to etc/images, move
5178         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
5179         the low resolution images in their own directory (low-color).
5181         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
5182         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
5183         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
5184         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
5185         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
5186         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
5187         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
5189         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
5190         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
5191         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
5192         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
5193         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
5194         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
5195         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
5196         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
5197         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
5198         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
5199         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
5200         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
5201         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
5202         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
5203         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
5205         To conform with convention, replace the underscore (_) in the
5206         following image names with dash (-) or (/) as appropriate.
5208         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
5209         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
5210         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
5211         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
5212         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
5213         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
5214         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
5215         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
5216         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
5217         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
5218         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
5219         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
5220         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
5221         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
5222         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
5224         * info.el (info-tool-bar-map): Replace underscores in image names
5225         with dashes.
5227         * makefile.w32-in (WINS): Remove toolbar.
5229         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
5231         * tool-bar.el: Move to lisp from toolbar.  Now that
5232         toolbar is empty, it should be deleted when folks run "cvs up -P".
5234 2005-10-18  Jay Belanger  <belanger@truman.edu>
5236         * calc/calc-store.el (calc-store-into): Get the proper variable name
5237         to display in message.
5239 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
5241         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
5242         expressions display in speedbar for all buffers when debugging.
5243         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
5245         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
5246         (speedbar-insert-button, speedbar-make-button):
5247         Use add-text-properties.
5248         (speedbar-update-localized-contents)
5249         (speedbar-update-directory-contents)
5250         (speedbar-update-special-contents): Use dolist.
5251         (speedbar-buffer-easymenu-definition): Add a menu separator.
5253 2005-10-17  Jason Rumney  <jasonr@gnu.org>
5255         * makefile.w32-in: Use $(lisp) consistently.
5256         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
5257         for shell specific generation of mh-autoloads.
5259 2005-10-17  Richard M. Stallman  <rms@gnu.org>
5261         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
5263 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5265         * jit-lock.el (jit-lock-fontify-now):
5266         Move jit-lock-context-unfontify-pos to avoid wasted work.
5268 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
5270         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
5271         `tramp-completion-mode' for checking if we are in completion mode.
5272         (tramp-completion-handle-file-name-all-completions): Reorder code
5273         in order to complete for file names only in case there are no
5274         method/user/host completions.  This is necessary for cooperation
5275         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
5277 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
5279         * longlines.el (longlines-search-forward)
5280         (longlines-search-backward): Match any number of spaces.
5282 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
5284         * diff-mode.el (diff-mode): Doc fix.
5286 2005-10-16  David Reitter <david.reitter@gmail.com>
5288         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
5289         as default on darwin and windows systems.
5291 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
5293         * arc-mode.el (archive-zip-extract): Doc fix.
5295 2005-10-16  Romain Francoise  <romain@orebokech.com>
5297         * mouse.el (mouse-1-click-follows-link): Doc fix.
5299 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5301         * savehist.el: Don't require CL at runtime.
5302         (savehist-xemacs): Remove.
5303         (savehist-coding-system): Use utf-8 if present, regardless of religion.
5304         (savehist-no-conversion): Use (featurep 'xemacs).
5305         (savehist-load): Check existence of start-itimer rather than XEmacs.
5306         Use an idle timer.
5307         (savehist-process-for-saving): Replace use of CL funs `subseq' and
5308         `delete-if-not'.
5310 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
5312         * savehist.el: Newer version.
5313         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
5314         (savehist-last-checksum, savehist-no-conversion): New vars.
5315         (savehist-autosave, savehist-process-for-saving, savehist-printable):
5316         New functions.
5317         (savehist-load, savehist-save): Use them.
5318         (savehist-delimit): Remove.
5320 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5322         * progmodes/compile.el (compilation-goto-locus): Display the
5323         compilation buffer first and the source buffer second, in case they're
5324         in overlapping frames.  Don't raise the compilation frame if it was the
5325         selected window upon entry.  Pass the `other-window' arg to
5326         pop-to-buffer.
5328         * info.el (Info-fontify-node): Use dolist.
5329         Change add-text-properties to put-text-property.
5331 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5333         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
5334         bound of search.
5336 2005-10-16  Masatake YAMATO  <jet@gyve.org>
5338         * dabbrev.el (dabbrev-completion): Pass the common
5339         prefix substring of completion to `display-completion-list'.
5341         * filecache.el (file-cache-minibuffer-complete)
5342         (file-cache-complete): Ditto.
5344         * tempo.el (tempo-display-completions): Ditto.
5346         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
5348         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
5350         * eshell/em-hist.el (eshell-list-history): Ditto.
5352         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
5354         * mail/mailalias.el (mail-complete): Ditto.
5356         * progmodes/etags.el (complete-tag): Ditto.
5358         * progmodes/make-mode.el (makefile-complete): Ditto.
5360         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
5362         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
5364         * progmodes/pascal.el (pascal-complete-word)
5365         (pascal-show-completions): Ditto.
5367         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
5369         * simple.el (completion-common-substring): New variable.
5370         (completion-setup-function): Use `completion-common-substring'
5371         to put faces.
5373 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5375         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
5376         (x-get-selection, mac-select-convert-to-string): Convert from/to
5377         UTF-16 clipboard data as in native byte order, no BOM.
5379 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
5381         * progmodes/gud.el (gud-tool-bar-map): Rename the images
5382         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
5383         (gud-sentinel): Use speedbar-frame to check for speedbar.
5385 2005-10-15  Richard M. Stallman  <rms@gnu.org>
5387         * savehist.el: New file.
5389 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
5391         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
5392         Fix bug in \bf fontification.
5394 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5396         * pcvs.el (cvs-edit-log-files): New var.
5397         (cvs-mode-edit-log): New arg `file'.
5398         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
5399         Instead force the use of the original file and nothing else.
5400         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
5401         the cvs-minor-wrap-function is set.
5402         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
5404 2005-10-14  Bill Wohler  <wohler@newt.com>
5406         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
5407         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
5408         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
5409         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
5410         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
5411         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
5412         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
5413         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
5414         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
5415         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
5416         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
5417         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
5418         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
5419         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
5420         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
5422         * progmodes/gud.el (gud-tool-bar-map): Rename the images
5423         appropriately (for example, gud-break to gud/break).
5425 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
5427         * longlines.el (longlinges-search-function)
5428         (longlines-search-forward, longlines-search-backward): New functions.
5429         (longlines-mode): Set isearch-search-fun-function to
5430         longlinges-search-function.
5432         * mouse.el (mouse-drag-region-1): Handle the case where a
5433         double-click event is bound to an arbitrary function.
5435 2005-10-14  David Ponce  <david@dponce.com>
5437         * recentf.el (recentf-track-opened-file)
5438         (recentf-track-closed-file, recentf-update-menu)
5439         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
5440         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
5441         mouse-1-click-follows-link.
5443 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5445         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
5446         Gnome file-manager.png.  Suggested by
5447         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
5449         * toolbar/README: Add diropen.xpm.
5451 2005-10-13  Bill Wohler  <wohler@newt.com>
5453         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
5454         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
5456 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5458         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
5459         Don't waste the byte-compiler's time on constant data.
5461 2005-10-13  Kenichi Handa  <handa@m17n.org>
5463         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
5464         byte with `escape-glyph' face.
5466         * international/fontset.el (ccl-encode-unicode-font):
5467         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
5468         Handle the case that ucs-mule-to-mule-unicode translates a character to
5469         ASCII (usually for IPA characters).
5471 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5473         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
5474         Don't hide the underline of titles if font-lock-mode is disabled.
5476 2005-10-12  Bill Wohler  <wohler@newt.com>
5478         * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
5479         (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
5480         files in MH-E-SRC have been updated.
5481         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
5483 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5485         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
5486         (mixal-mode-syntax-table): Add \n as end-comment.
5487         (mixal-operation-codes-alist): Immediately initialize to full value.
5488         (mixal-add-operation-code): Remove.
5489         (mixal-describe-operation-code): Make the arg non-optional.
5490         Use the interactive spec instead.
5491         Use mixal-operation-codes-alist rather than mixal-operation-codes.
5492         (mixal-font-lock-keywords): Don't highlight comments here any more.
5493         (mixal-font-lock-syntactic-keywords): New var.
5494         (mixal-mode): Use it.  Fix comment-start-skip.
5496 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5498         * startup.el (command-line-x-option-alist): -nb => -nbi
5500 2005-10-12  Kim F. Storm  <storm@cua.dk>
5502         * startup.el (fancy-splash-default-action): Discard mouse click in
5503         the splash screen window, as it has no sensible meaning in the
5504         next window to be selected.  Fixes error reported by Jan D.
5506 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5508         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
5510 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5512         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
5513         Try to fix up minor layout issues like indentation, line break, etc...
5514         (mixal-mode-syntax-table): Don't try to specify comment syntax,
5515         because it doesn't work.
5516         (mixal-operation-codes): Add some more codes.
5517         (mixal-font-lock-keywords): Process comments here.
5518         (mixal-mode): mixasm no longer needs -g option.
5520 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
5522         * progmodes/sh-script.el (sh-tmp-file):
5523         Use mktemp -t.  Finish support for es and rc shells.
5525 2005-10-11  Jay Belanger  <belanger@truman.edu>
5527         * calc/calcalg2.el (calc-integral): With an argument, compute the
5528         definite integral.
5530 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
5532         * mouse.el (mouse-drag-region-1): Don't try to catch a
5533         double-click when doing follow-link (it's overridden anyway).
5535 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
5537         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
5538         (autoload-print-form-outbuf): Add docstring.
5540 2005-10-11  Juri Linkov  <juri@jurta.org>
5542         * info.el (Info-mode-menu): Delete menu item "Edit".
5543         (Info-mode): Delete description of Info-edit from docstring,
5544         and rearrange descriptions of Info commands in the order
5545         they are documented in the Info manual.
5547 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5549         * calendar/appt.el (appt-check): Use diary-selective-display var.
5551 2005-10-10  Richard M. Stallman  <rms@gnu.org>
5553         * net/newsticker.el (newsticker-start, newsticker-show-news):
5554         Add autoload cookies.
5556 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
5558         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
5560 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
5562         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
5564 2005-10-10  Jay Belanger  <belanger@truman.edu>
5566         * calc/calc-arith.el (math-check-known-scalarp)
5567         (math-check-known-matrixp): Check the values of arguments that are
5568         variables.
5569         (math-check-known-square-matrixp): New function.
5570         (math-known-square-matrixp): Use math-check-known-square-matrixp.
5571         (math-super-types): Add sqmatrix type.
5573         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
5574         mode name `square' to 'sqmatrix'.
5576         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
5577         mode name `square' to 'sqmatrix'.
5579 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5581         * progmodes/etags.el (select-tags-table-mode): Don't use
5582         selective-display.
5583         (tags-select-tags-table): Pass `button' to the action function.
5584         (select-tags-table): Place the side-info on button properties rather
5585         than in hidden text.  Abbreviate file names.
5586         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
5587         (select-tags-table-select): Add `button' argument.
5588         Get side-info from the button property rather than from hidden text.
5590 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
5592         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
5593         (gud-speedbar-buttons): Preserve point if possible.
5594         (gud-sentinel): Restore previous speedbar display type.
5596         * progmodes/gdb-ui.el (gdba): Improve diagram.
5597         (def-gdb-auto-update-handler, gdb-info-locals-handler)
5598         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
5599         Call get-buffer-window once.
5601 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5603         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
5604         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
5605         (pascal-indent-command): Remove unused var `ind'.
5606         (pascal-indent-case): Remove unused var `oldpos'.
5607         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
5608         since it's now used as a proper minor mode map.
5609         (pascal-outline): Rename to pascal-outline-mode.
5610         (pascal-outline-mode): Use define-minor-mode.
5611         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
5612         selective-display.
5614 2005-10-10  Andreas Schwab  <schwab@suse.de>
5616         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
5617         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
5619         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
5620         outside source directory.
5622 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
5624         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
5625         C-x' as a prefix.
5626         (orgtbl-mode-map): Full keymap instead of sparse, because all
5627         `self-insert-command' keys are redefined in this map.
5628         (org-export-as-html): Specify charset for HTML file, by taking it
5629         from the coding system.
5631 2005-10-10  Kenichi Handa  <handa@m17n.org>
5633         * textmodes/flyspell.el (flyspell-check-word-p):
5634         If unread-command-events is non-empty, don't call sit-for.
5636 2005-10-09  Richard M. Stallman  <rms@gnu.org>
5638         * font-lock.el (font-lock-syntactic-keywords)
5639         (font-lock-keywords): Doc fixes.
5641         * textmodes/flyspell.el (flyspell-external-point-words):
5642         Simplify logic, and don't try to check for consecutive appearances
5643         of one incorrect word.
5645 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
5647         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
5648         separator.
5650         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
5651         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
5652         (gud-expansion-speedbar-buttons): New function.
5653         (gud-speedbar-buttons): Check for gud-comint-buffer.
5655 2005-10-09  Bill Wohler  <wohler@newt.com>
5657         * Makefile.in (updates): Add mh-loaddefs dependency.
5659 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
5661         * speedbar.el (speedbar-file-key-map): Fix typo.
5663 2005-10-09  Daniel Brockman  <daniel@brockman.se>
5665         * cus-start.el (line-spacing): Add custom spec.
5667 2005-10-09  Romain Francoise  <romain@orebokech.com>
5669         * textmodes/ispell.el (ispell-check-version): Fix last change.
5671 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5673         * term/x-win.el: Remove -i, --icon-type from comment.
5675         * startup.el (command-line-x-option-alist): Remove options -i,
5676         -itype, --icon-type, added -nb, --no-bitmap-icon
5678 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
5680         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
5681         instead of :active.
5683 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5685         * textmodes/ispell.el (ispell-check-version):
5686         Ignore hyphen, and all that follows, in aspell's version text.
5688 2005-10-08  Jay Belanger  <belanger@truman.edu>
5690         * calc/calc-arith.el (math-known-square-matrixp): New function.
5691         (math-pow-fancy): Check for matrices before distributing exponent
5692         across products.
5694         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
5695         fullscreen keypad.  Suggested by Luc Teirlinck.
5696         (calc-keypad-show-input): Add space for formatting.
5698         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
5699         Add square matrix option.
5701         * calc/calc-poly.el (math-expand-term): Check for matrices instead
5702         of checking calc-matrix-mode when deciding how to expand.
5704         * calc/calc.el (calc-set-mode-line): Add square matrix option.
5706 2005-10-08  Lars Hansen  <larsh@soem.dk>
5708         * net/tramp.el (tramp-perl-directory-files-and-attributes):
5709         Add error handling.
5710         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
5712 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
5714         Sync with Tramp 2.0.51.
5716         * net/tramp.el (tramp-handle-set-visited-file-modtime)
5717         (tramp-handle-insert-file-contents, tramp-handle-write-region):
5718         Insert special handling for `last-coding-system-used', again
5719         it still seems to be necessary (unlike stated before).
5720         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
5721         (tramp-password-prompt-regexp): There might be other words before
5722         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
5723         (tramp-chunksize): Improve docstring.
5724         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
5725         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
5726         Christian Joergensen <bugs@razor.dk>.
5728 2005-10-07  Glenn Morris  <rgm@gnu.org>
5730         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
5731         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
5732         precision'.
5734 2005-10-07  Romain Francoise  <romain@orebokech.com>
5736         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
5737         (ibuffer-do-shell-command-pipe-replace)
5738         (ibuffer-do-shell-command-file, ibuffer-do-eval)
5739         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
5740         (ibuffer-do-revert, ibuffer-do-replace-regexp)
5741         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
5742         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
5743         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
5744         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
5745         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
5746         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
5747         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
5748         Autoload file sans suffix.
5750         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
5752 2005-10-07  David Ponce  <david@dponce.com>
5754         * recentf.el (recentf-menu-open-all-flag): New option.
5755         (recentf-digit-shortcut-command-name): New function.
5756         (recentf--shortcuts-keymap): New variable.
5757         (recentf-menu-shortcuts): New variable.
5758         (recentf-make-menu-items): Initialize it.  Replace the "More..."
5759         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
5760         (recentf-menu-value-shortcut): New function.
5761         (recentf-make-menu-item): Use it.  No more in-lined.
5762         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
5763         (recentf-open-most-recent-file): Rename from
5764         `recentf-open-file-with-key'.  Don't depend on key binding.
5765         (recentf-mode-map): New variable.
5766         (recentf-mode): Use it.
5768 2005-10-06  Bill Wohler  <wohler@newt.com>
5770         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
5772         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
5773         (MH-E-SRC): New.  Used by mh-autoloads.
5774         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
5775         files in MH-E-SRC have been updated.
5776         (compile, recompile, bootstrap): Depend on mh-autoloads.
5778 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
5780         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
5781         gud-break and gud-remove icons when the fringe is not available.
5783         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
5784         Typo.
5786 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
5788         * play/zone.el (zone): Wrap body with save-window-excursion.
5790 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5792         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
5793         Use the new `list-only' arg to diary-list-entries.
5795         * calendar/diary-lib.el: Use overlays rather than selective-display.
5796         (diary-selective-display): New var.
5797         (diary-header-line-format): Use it.
5798         (diary-list-entries): Add argument `list-only'.
5799         Put the buffer in diary-mode.  Don't add \^M at beg and end.
5800         Replace \^M by invisible overlays.
5801         (diary-unhide-everything): Replace \^M by invisible overlays.
5802         (print-diary-entries): Look for overlays rather than \^M.
5803         Add a space to the temp buffer name.
5804         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
5805         Put the buffer in diary-mode.
5806         (list-sexp-diary-entries): Replace \^M by invisible overlays.
5807         (diary-anniversary): Make the year arg optional.
5808         (diary-time-regexp): New const.
5809         (diary-font-lock-keywords): Use it to accept a few more time formats.
5811         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
5813 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
5815         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
5816         Fix bug introduced 2005-07-03: Use (car (last ...))
5817         to faithfully reproduce replaced artist-last.
5818         (artist-set-arrow-points-for-poly): Likewise.
5819         Suggested by Johan Bockg\e,Ae\e(Brd.
5821 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
5823         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
5824         * wid-edit.el (widget):
5825         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
5826         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
5828 2005-10-06  Kenichi Handa  <handa@m17n.org>
5830         * international/mule-cmds.el (set-language-environment):
5831         Fix setting up of case-table for unibyte mode.
5833         * simple.el (what-cursor-position): If the character is displayed
5834         by some `display' text property, show that.  Don't use
5835         single-key-description for eight-bit characters in multibyte mode.
5837 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
5839         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
5840         (gdb-ann3): Set it.
5841         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
5842         (gdb-info-frames-custom): Use inverse-video for first five
5843         characters of selected frame only.
5844         (gdb-get-frame-number): Select frame even when point is on frame
5845         number.
5847 2005-10-06  Masatake YAMATO  <jet@gyve.org>
5849         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
5850         Put `font-lock-function-name-face'.
5851         (gdb-info-frames-custom): Put `font-lock-function-name-face'
5852         and `font-lock-variable-name-face'
5853         (gdb-registers-font-lock-keywords): New font lock keywords definition.
5854         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
5855         (gdb-memory-font-lock-keywords): New font lock keywords definition.
5856         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
5857         (gdb-local-font-lock-keywords): New font lock keywords definition.
5858         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
5859         (gdb-threads-font-lock-keywords): New font lock keywords definition.
5860         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
5862 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
5864         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
5865         (ediff-merge-region-is-non-clash-to-skip): Previously called
5866         ediff-merge-region-is-non-clash.
5868         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
5869         Use insert-buffer-substring.
5871         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
5872         selecting files to patch.  Also bug fixes.
5874         * ediff-util.el (ediff-setup): Bug fix.
5875         (ediff-next-difference): Never skip clashes that differ in white
5876         space only.
5878         * ediff-wind.el (ediff-setup-control-frame)
5879         (ediff-destroy-control-frame): Check the menubar feature.
5881         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
5882         (viper-refresh-mode-line): Use make-local-variable to localize
5883         some vars instead of make-variable-buffer-local.  Suggested by
5884         Stefan Monnier.
5886         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
5887         (viper-restore-cursor-type, viper-set-insert-cursor-type):
5888         Use make-local-variable instead of make-variable-buffer-local.
5889         Suggested by Stefan Monnier.
5891         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
5892         (viper-comint-mode-hook): Use make-local-variable on
5893         require-final-newline.
5894         (viper-non-hook-settings): Don't use make-variable-buffer-local.
5896 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5898         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
5899         also the second char of a comment-start sequence.
5900         (scheme-sexp-comment-syntax-table): New var.
5901         (lambda, define): Set their scheme-doc-string-elt property.
5902         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
5903         Use lisp-font-lock-syntactic-face-function now that it properly
5904         handles |...| symbols.
5905         (scheme-mode-variables): Set lisp-doc-string-elt-property,
5906         parse-sexp-lookup-properties and font-lock-extra-managed-props.
5908         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
5909         bit from # to |.
5910         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
5912         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
5913         (lisp-doc-string-elt-property): New var.
5914         (lisp-font-lock-syntactic-face-function): Use it.
5915         Rewrite to recognize docstrings even for forms not at toplevel.
5917         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
5918         annotation on the | part of #| rather than on the # part.
5919         (scheme-font-lock-syntactic-face-function): New function, to
5920         distinguish strings from |...| symbols.
5921         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
5922         syntax-table so that #|...|# is properly highlighted.
5924         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
5925         Don't mark as docstring the 3rd elem of an unknown toplevel form.
5927 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5929         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
5930         and C-e.
5932         * emacs-lisp/eldoc.el: Move comments into docstrings.
5933         (eldoc-message-commands): Initialize in its declaration.
5934         Add move-beginning-of-line and move-end-of-line.
5935         (eldoc-add-command, eldoc-add-command-completions)
5936         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
5938         * outline.el (outline-mark-subtree): Activate the mark.
5940         * calendar/appt.el (appt-time-regexp): New var.
5941         (appt-add, appt-make-list): Use it.
5942         (appt-convert-time): Clean up.
5944         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
5945         Don't set any syntax-table property here.
5946         (tex-font-lock-verb): New function.  Do it here.
5947         (tex-font-lock-syntactic-keywords): Use it.
5949 2005-10-04  Richard M. Stallman  <rms@gnu.org>
5951         * wid-edit.el (widget-file-complete): Get the widget start point
5952         the right way.  Default directory to `/' if file has none.
5954         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
5956         * textmodes/flyspell.el (flyspell-mode-on):
5957         Call ispell-maybe-find-aspell-dictionaries.
5959         * textmodes/ispell.el (ispell-word, ispell-region):
5960         Call ispell-maybe-find-aspell-dictionaries.
5961         (ispell-accept-buffer-local-defs):
5962         Don't call ispell-maybe-find-aspell-dictionaries
5964 2005-10-04  Richard M. Stallman  <rms@gnu.org>
5966         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
5968 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
5970         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
5971         instead of `fboundp' in order to allow for anonymous functions.
5973 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
5975         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
5976         case the user clicks on the link while another window is selected.
5977         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
5979         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
5980         functionality.
5981         (dframe-help-echo): Save point in case mouse tracking is off.
5983 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
5985         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
5987 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5989         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
5990         not change the global value of those vars.
5992         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
5993         make-local-variable which we do not need any more.
5995 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
5997         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
5998         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
5999         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
6000         (speedbar-path-line): Define obsolete aliases.
6001         (speedbar-line-directory): Doc fix.
6003         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
6004         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
6005         instead of speedbar-line-path.
6007 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6009         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
6010         to nil if dropping on a window.  Handle dropping on a minibuffer window
6011         like dropping on a non-window part of Emacs.
6013 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6015         * net/ange-ftp.el: Use with-current-buffer.
6016         (ange-ftp-insert-directory): Do not follow symlinks any more.
6018         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6019         Remove interactive spec.
6021 2005-10-03  Kim F. Storm  <storm@cua.dk>
6023         * ido.el (ido-mode): Use custom-initialize-set.
6025 2005-10-02  Richard M. Stallman  <rms@gnu.org>
6027         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
6028         Use insert-buffer-substring.
6030         * net/tramp.el: Pacify byte compiler warnings in pacification code.
6031         (tramp-handle-file-local-copy): Use insert-buffer-substring.
6033 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6035         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
6036         in last change.
6037         (ange-ftp-insert-directory): Fix up the search for the case where
6038         `file' is absolute.
6040 2005-10-02  Romain Francoise  <romain@orebokech.com>
6042         * progmodes/compile.el (compile-goto-error): Delete extra paren.
6044 2005-10-02  Andreas Schwab  <schwab@suse.de>
6046         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
6047         directory component in the session info.
6049 2005-10-01  Richard M. Stallman  <rms@gnu.org>
6051         * comint.el (comint-redirect-subvert-readonly): Doc fix.
6053         * simple.el (next-error-internal): New function.
6055         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
6056         (compilation-start): Pass new arg to compilation-buffer-name.
6057         (compile-goto-error): Use next-error-internal.
6059 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
6061         * speedbar.el: Remove RCS tag.
6062         (speedbar-check-read-only): Handle non-existent files.
6064         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
6066         * info.el (Info-speedbar-hierarchy-buttons)
6067         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
6069 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6071         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
6072         Do not match newline.
6073         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
6074         (bibtex-summary): Remove unnecessary save-excursion.
6075         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
6077 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6079         * term/mac-win.el: Add charset info for "iso10646-1".
6080         Modify default fontset to use ATSUI-compatible fonts for some charsets
6081         if available.
6083 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
6085         * speedbar.el: Re-apply arch tag.
6086         (speedbar-version): Rename to version 1.0.  Suggested by Eric
6087         M. Ludlam.
6088         Reapply two changes from Emacs CVS' version of speedbar lost
6089         during the merge:
6090         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
6091         (speedbar-frame-parameters): Improve customize type.
6093 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6095         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
6096         (ange-ftp-file-directory-p): Fix the symlink case.
6097         (ange-ftp-insert-directory): When listing a single file, get a list of
6098         the parent buffer and extract the relevant line.  Inspired from a patch
6099         by Katsumi Yamaoka <yamaoka@jpl.org>.
6100         (ange-ftp-file-name-sans-versions): Simplify.
6102 2005-09-30  Bill Wohler  <wohler@newt.com>
6104         Move MH-E image files from toolbar and mail directories into
6105         etc/images.
6107         * mail/reply2.*: Move to etc/images/mail/reply*.
6109         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
6110         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
6111         etc/images.
6113         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
6114         * toolbar/reply*: Move to etc/images/mail.
6116         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
6118 2005-09-30  Eric M. Ludlam <zappo@gnu.org>
6120         * speedbar.el: New version 1.0pre3.
6122         Frame management code (including timer, and mouse click specifics)
6123         moved to dframe.el:
6124         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
6125         (speedbar-timer): Removed.  Use dframe-timer.
6126         (speedbar-close-frame): Removed.  Use dframe-close-frame.
6127         (speedbar-activity-change-focus-flag): Removed.  Use
6128         dframe-activity-change-focus-flag.
6129         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
6130         dframe-update-speed.
6132         (speedbar-current-frame): New macro.  Use this instead of the
6133         variable speedbar-frame.
6135         (speedbar-use-images, speedbar-expand-image-button-alist)
6136         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
6138         (speedbar-find-image-on-load-path): Removed.  Replaced by
6139         defezimage in ezimage.el.
6140         (speedbar-expand-image-button-alist): Removed.  Replaced by
6141         ezimage-expand-image-button-alist in ezimage.el.
6143         (speedbar-ignored-directory-regexp)
6144         (speedbar-add-ignored-directory-regexp)
6145         (speedbar-ignored-directory-expressions)
6146         (speedbar-line-directory, speedbar-buffers-line-directory)
6147         (speedbar-directory-line, speedbar-buffers-line-directory):
6148         Renamed, replacing `path' with `directory'.
6150         (speedbar-create-directory, speedbar-expand-line-descendants)
6151         (speedbar-toggle-line-expansion)
6152         (speedbar-contract-line-descendants): New commands.
6154         (speedbar-query-confirmation-method, speedbar-select-frame-method)
6155         (speedbar-use-tool-tips-flag): New options.
6157         (speedbar-check-read-only, speedbar-require-version)
6158         (speedbar-insert-separator, speedbar-buffers-tail-notes)
6159         (speedbar-handle-delete-frame, speedbar-try-completion)
6160         (speedbar-update-localized-contents): New functions.
6162         (speedbar-incompatible-version, speedbar-ro-to-do-point)
6163         (speedbar-object-read-only-indicator): New variables.
6165         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
6166         New hooks.
6168         (speedbar-separator-face): New face.
6170         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
6171         (speedbar-ignored-modes): Add fundamental-mode.
6172         (speedbar-directory-unshown-regexp): Add . directories.
6174         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
6175         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
6176         `]' for full expand/close.
6177         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
6179         (speedbar-check-vc): Support hidden files.
6180         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
6181         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
6182         state is nil, it is not checked out.
6184         (speedbar-line-text, speedbar-line-token): Support expand buttons
6185         with no text.
6186         (speedbar-refresh): Universal argument acts as power-click.
6187         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
6188         that buffer to get variable values.
6190         And many other bugfixes.
6192         * dframe.el, ezimage.el, sb-image.el: New files.
6194         * sb-*.xpm: Remove files.  New image files installed into
6195         etc/images/ezimage.
6197 2005-09-30  Kenichi Handa  <handa@m17n.org>
6199         * ps-mule.el (ps-mule-show-warning): If a character is in
6200         ps-print-translation-table, don't treat it as non-printable.
6202 2005-09-30  David Ponce  <david@dponce.com>
6204         * tree-widget.el (tree-widget-themes-load-path): New variable.
6205         (tree-widget-themes-directory): Doc fix.
6206         (tree-widget-image-formats) [Emacs]: Doc fix.
6207         (tree-widget--locate-sub-directory): New function.
6208         (tree-widget-themes-directory): Use it.
6210         * recentf.el (recentf-filename-handlers): Rename from
6211         `recentf-filename-handler'.  Allow a list of functions.
6212         (recentf-menu-items-for-commands): Fix :help strings.
6213         (recentf-apply-filename-handlers): New function.
6214         (recentf-expand-file-name): Use it.
6215         (recentf-cleanup): Remove duplicates too.
6217 2005-09-29  Juri Linkov  <juri@jurta.org>
6219         * faces.el: Rearrange face definitions to be in the same order as
6220         their face descriptions in "(emacs)Standard Faces".
6222         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
6224         * tooltip.el (tooltip): Add group `basic-faces'.
6226         * buff-menu.el (Buffer-menu-buffer): Remove group
6227         `font-lock-highlighting-faces'.
6229         * progmodes/compile.el (compilation-error, compilation-warning)
6230         (compilation-info, compilation-line-number, compilation-column-number):
6231         Change group from `font-lock-highlighting-faces' to `compilation'.
6233         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
6234         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
6235         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
6236         (vhdl-font-lock-reserved-words-face)
6237         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
6238         `font-lock-highlighting-faces'.
6240         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
6242 2005-09-28  Kim F. Storm  <storm@cua.dk>
6244         * emulation/cua-base.el: Set CUA move property on additional commands:
6245         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
6246         forward-sexp, backward-sexp, forward-list, backward-list.
6248 2005-09-28  Romain Francoise  <romain@orebokech.com>
6250         * comint.el (comint-show-output): Really set point at the
6251         beginning of the output when not using `comint-use-prompt-regexp'.
6253 2005-09-27  Jay Belanger  <belanger@truman.edu>
6255         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
6256         in TeX mode.
6258 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
6260         * textmodes/org.el (org-table-sum): Fix format string.
6262         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
6263         Quote face names.
6265 2005-09-26  Romain Francoise  <romain@orebokech.com>
6267         * isearch.el (isearch-forward-regexp): Close doc string.
6269 2005-09-25  Richard M. Stallman  <rms@gnu.org>
6271         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
6273         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
6275         * progmodes/compile.el (compilation-error-properties):
6276         When getting the file from the previous error message,
6277         correctly decode the new data format.
6279         * progmodes/cc-cmds.el (c-electric-paren):
6280         Call old-blink-paren only for close-paren.
6282 2005-09-24  Andreas Schwab  <schwab@suse.de>
6284         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
6285         condition.
6287 2005-09-25  Romain Francoise  <romain@orebokech.com>
6289         * dired-aux.el (dired-copy-file-recursive):
6290         * dired.el (dired-delete-file):
6291         * ediff-mult.el (ediff-dir-diff-copy-file):
6292         * ediff-util.el (ediff-test-save-region):
6293         * forms.el (forms-mode):
6294         * ido.el (ido-file-internal, ido-delete-file-at-head):
6295         * log-edit.el (log-edit-done):
6296         * ses.el (ses-yank-resize):
6297         * play/gomoku.el (gomoku-human-plays, gomoku)
6298         (gomoku-human-resigns, gomoku-prompt-for-other-game)
6299         (gomoku-offer-a-draw):
6300         * play/landmark.el (lm-human-resigns, lm):
6301         * net/eudcb-ldap.el (eudc-ldap-check-base):
6302         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
6303         * progmodes/ebrowse.el (ebrowse-find-pattern):
6304         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
6305         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
6306         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
6308         * vc.el (vc-delete-file):
6309         * play/gomoku.el (gomoku-terminate-game, gomoku)
6310         (gomoku-prompt-for-move, gomoku-human-takes-back):
6311         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
6312         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
6314 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
6316         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
6317         color rxvt terminals by using the code xterm.el used to use before
6318         2005-04-09 in order to match the colors used by rxvt.
6320 2005-09-24  Emanuele Giaquinta <emanuele.giaquinta@gmail.com>  (tiny change)
6322         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
6323         colors rxvt-unicode terminals by using the same code as xterm.el.
6325 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6327         * textmodes/tex-mode.el (tex-font-lock-append-prop)
6328         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
6329         new symbol used for the tex-verbatim face.
6331 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
6333         * woman.el (woman-file-name):
6334         * wid-edit.el (widget-file-prompt-value)
6335         (widget-coding-system-prompt-value):
6336         * w32-fns.el (set-w32-system-coding-system):
6337         * vc.el (vc-version-diff, vc-annotate):
6338         * textmodes/reftex-auc.el (reftex-arg-cite)
6339         (reftex-arg-index-tag):
6340         * textmodes/refer.el (refer-get-bib-files):
6341         * textmodes/artist.el (artist-figlet-choose-font):
6342         * terminal.el (terminal-emulator):
6343         * replace.el (occur-read-primary-args):
6344         * rect.el (string-rectangle, string-insert-rectangle):
6345         * ps-print.el (ps-print-preprint):
6346         * progmodes/pascal.el (pascal-goto-defun):
6347         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
6348         * progmodes/compile.el (compilation-find-file):
6349         * printing.el (pr-interactive-n-up):
6350         * play/animate.el (animate-birthday-present):
6351         * net/rcompile.el (remote-compile):
6352         * man.el (man, Man-goto-section, Man-follow-manual-reference):
6353         * mail/rmailsum.el (rmail-summary-search-backward)
6354         (rmail-summary-search):
6355         * mail/rmailout.el (rmail-output-read-rmail-file-name)
6356         (rmail-output-read-file-name):
6357         * mail/rmail.el (rmail-search, rmail-search-backwards):
6358         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
6359         * locate.el (locate):
6360         * international/quail.el (quail-show-keyboard-layout):
6361         * international/mule.el (set-buffer-file-coding-system)
6362         (revert-buffer-with-coding-system, set-file-name-coding-system)
6363         (set-terminal-coding-system, set-keyboard-coding-system)
6364         (set-next-selection-coding-system):
6365         * international/mule-diag.el (describe-coding-system)
6366         (describe-font, describe-fontset):
6367         * international/mule-cmds.el (universal-coding-system-argument)
6368         (search-unencodable-char, describe-input-method)
6369         (set-language-environment, describe-language-environment):
6370         * international/codepage.el (codepage-setup):
6371         * international/code-pages.el (codepage-setup):
6372         * info.el (Info-search, Info-follow-reference)
6373         (Info-search-backward):
6374         * emacs-lisp/advice.el (ad-read-advised-function)
6375         (ad-read-advice-class, ad-clear-cache, ad-activate)
6376         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
6377         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
6378         (ad-read-regexp):
6379         * ediff-util.el (ediff-toggle-regexp-match):
6380         * ediff-ptch.el (ediff-prompt-for-patch-file):
6381         * dired-aux.el (dired-diff):
6382         * diff.el (diff):
6383         * cus-edit.el (custom-variable-prompt):
6384         * calendar/timeclock.el (timeclock-ask-for-project):
6385         * calc/calcalg3.el (calc-get-fit-variables):
6386         * calc/calc-store.el (calc-edit-variable)
6387         (calc-permanent-variable):
6388         * vc-mcvs.el (vc-mcvs-register):
6389         * shadowfile.el (shadow-define-literal-group):
6390         * woman.el (woman-file-name):
6391         * vc.el (vc-version-diff, vc-merge):
6392         * textmodes/reftex-index.el (reftex-index-complete-tag):
6393         * format.el (format-decode-buffer, format-decode-region):
6394         * emulation/viper-cmd.el (viper-read-string-with-history):
6395         * emacs-lisp/debug.el (cancel-debug-on-entry):
6396         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6397         * ediff.el (ediff-merge-revisions)
6398         (ediff-merge-revisions-with-ancestor, ediff-revision):
6399         * completion.el (interactive-completion-string-reader):
6400         * calc/calc-prog.el (calc-user-define-formula):
6401         Follow convention for reading with the minibuffer.
6403 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
6405         * progmodes/python.el (python-describe-symbol): Add globals() and
6406         locals() to the arguments of emacs.ehelp.
6408 2005-09-24  Magnus Henoch  <mange@freemail.hu>
6410         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
6411         New function, code extracted from ispell-valid-dictionary-list.
6412         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
6413         Call it.
6415 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
6417         * subr.el (version-regexp-alist): Extend valid syntax for version
6418         strings: allow any of the characters -,_,+ to separate the
6419         alpha/beta/rc part from the version part.  Doc fix.
6420         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
6422 2005-09-23  David Reitter  <david.reitter@gmail.com>
6424         * mail/mailclient.el: New file.
6426 2005-09-23  Richard M. Stallman  <rms@gnu.org>
6428         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
6429         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
6430         Doc fixes.
6432         * progmodes/cc-mode.el (c-font-lock-init):
6433         Specify font-lock-lines-before.
6435 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6437         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
6438         whole conflict.
6440 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
6442         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
6443         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
6444         of `remap' feature when available.  Additional key bindings for
6445         better tty support.
6446         (org-mode-restart, org-force-self-insert): New commands.
6447         (org-time-stamp-inactive): New command.
6448         (org-remap): New function.
6449         (org-table-auto-blank-field, org-level-color-stars-only): New options.
6450         (org-enable-fixed-width-editor): Move to `org-structure'
6451         customization group.
6452         (org-self-insert-command, orgtbl-self-insert-command): Modify to
6453         blank field after field motion commands.
6455 2005-09-23  Kenichi Handa  <handa@m17n.org>
6457         * international/mule-cmds.el (set-language-environment):
6458         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
6459         have to call utf-translate-cjk-load-tables.
6461 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6463         * mouse.el (mouse-move-drag-overlay): Fix last change.
6465 2005-09-22  David Ponce  <david@dponce.com>
6467         * tree-widget.el (tree-widget-value-create): Fix previous change.
6469 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
6471         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
6473 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6475         * mouse.el (mouse-move-drag-overlay): New function.
6476         (mouse-drag-region-1): Use it.
6477         Try to simplify a bit the state handling.  Handle clicks on links
6478         inside intangible areas.
6479         (mouse-save-then-kill): Minor simplification.
6480         (mouse-secondary-overlay): Make it always non-nil instead of
6481         recreating it each time.
6482         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
6483         (mouse-kill-secondary, mouse-secondary-save-then-kill):
6484         Simplify accordingly.
6486 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
6488         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
6490 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
6492         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
6493         (ediff-file-name-sans-prefix): Treat nil as an empty string.
6494         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
6495         to patch.
6497         * ediff-util.el: Use insert-buffer-substring.
6499         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
6501         * emulation/viper-cmd.el (viper-change-state): Don't move over the
6502         field boundaries in the minibuffer.
6503         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
6504         (viper-minibuffer-post-command-hook): New hook.
6505         (viper-line): Don't move cursor at bolp.
6507         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
6509         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
6510         avoid compiler warnings.
6512         * emulation/viper-macs.el (ex-map): Better messages.
6514         * emulation/viper-utils.el (viper-beginning-of-field): New function.
6516         * emulation/viper.el: Replace make-variable-buffer-local with
6517         viper-make-variable-buffer-local everywhere, to avoid warnings.
6519 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6521         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
6522         Delete unused var `old-selected-window'.
6523         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
6524         (mouse-drag-secondary): Delete unused var `start-frame'.
6526 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
6528         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
6530 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6532         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
6533         Re-indent within 80 columns.  Use inhibit-read-only.
6535 2005-09-19  Romain Francoise  <romain@orebokech.com>
6537         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
6539 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6541         * font-lock.el (font-lock-default-fontify-region): Don't add a line
6542         unconditionally, since the after-change-function already did it.
6544 2005-09-19  Miles Bader  <miles@gnu.org>
6546         * net/newsticker.el: Get rid of CVS keyword.
6548 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
6550         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
6551         The prompt is formatted later.
6553 2005-09-19  David Ponce  <david@dponce.com>
6555         * tree-widget.el (tree-widget-value-create): Save the converted
6556         tree :node widget.
6558 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
6560         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
6561         variable `message'.
6563 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
6565         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
6566         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
6567         <slawomir.nowaczyk.847@student.lu.se>.
6569 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
6571         * image.el (image-load-path): Use symbol `data-directory' instead
6572         of its value, for backward compatibility with packages that bind
6573         it during `find-image'.  Suggested by Katsumi Yamaoka.
6574         (image-search-load-path): Handle symbols whose values are strings.
6576 2005-09-18  Romain Francoise  <romain@orebokech.com>
6578         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
6579         with-current-buffer form in save-excursion.
6581 2005-09-18  D Goel  <deego@gnufans.org>
6583         * apropos.el (apropos-command): Fix `message' call: first arg
6584         should be a format spec.  In this and all other cases that appear
6585         below and elsewhere in the source code, I made a change only when
6586         two conditions were satisfied: [1] I can think of a possibility
6587         that the arguments would cause an error, for example, the code in
6588         question relies on external variables such as filenames.  [2] I
6589         was sure that the arg to `message' could not have been nil in the code.
6591         * textmodes/tildify.el (tildify-region): Ditto.
6593         * textmodes/reftex-index.el (reftex-index-change-entry)
6594         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
6595         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
6596         * textmodes/org.el (org-complete, org-deadline, org-schedule)
6597         (org-priority, org-table-sum):
6598         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
6599         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
6600         (flyspell-word, flyspell-display-next-corrections):
6601         * textmodes/bibtex.el (bibtex-print-help-message):
6602         * textmodes/artist.el (artist-key-set-point-poly):
6603         * term/mac-win.el (mac-services-insert-text):
6604         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
6605         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
6606         (vhdl-port-paste-testbench, vhdl-compose-new-component)
6607         (vhdl-compose-configuration):
6608         * progmodes/sh-script.el (sh-blink, sh-show-indent)
6609         (sh-set-indent, sh-learn-line-indent):
6610         * progmodes/ps-mode.el (ps-mode-target-column):
6611         * progmodes/idlwave.el (idlwave-make-tags)
6612         (idlwave-scan-library-catalogs):
6613         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
6614         * progmodes/gud.el (gud-jdb-analyze-source):
6615         * progmodes/flymake.el (flymake-log):
6616         * progmodes/ebnf2ps.el (ebnf-generate-region):
6617         * progmodes/cmacexp.el (c-macro-expansion):
6618         * progmodes/ada-xref.el (ada-treat-cmd-string):
6619         * progmodes/ada-mode.el (ada-create-case-exception-substring)
6620         (ada-justified-indent-current, ada-batch-reformat):
6621         * play/zone.el (zone):
6622         * play/landmark.el (lm-move):
6623         * play/decipher.el (decipher-show-alphabet):
6624         * net/newsticker.el (newsticker--display-jump)
6625         (newsticker--display-scroll):
6626         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
6627         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
6628         * mail/feedmail.el (feedmail-dump-message-to-queue):
6629         * eshell/esh-proc.el (eshell-remove-process-entry):
6630         * emulation/ws-mode.el (ws-last-error):
6631         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
6632         (viper-record-kbd-macro):
6633         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
6634         * emacs-lisp/lisp-mnt.el (lm-report-bug):
6635         * emacs-lisp/find-func.el (find-function-noselect):
6636         * calendar/timeclock.el (timeclock-status-string)
6637         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
6638         (timeclock-when-to-leave-string):
6639         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
6640         * calc/calc-units.el (calc-enter-units-table):
6641         * calc/calc-mode.el (calc-mode-record-mode):
6642         * woman.el (woman-mini-help):
6643         * wdired.el (wdired-change-to-wdired-mode):
6644         * vc.el (vc-retrieve-snapshot):
6645         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
6646         * startup.el (display-startup-echo-area-message):
6647         * simple.el (set-goal-column):
6648         * ses.el (ses-command-hook, ses-recalculate-cell):
6649         * server.el (server-process-filter):
6650         * printing.el (pr-interface-txt-print, pr-interface-printify)
6651         (pr-interface-ps):
6652         * pcvs.el (cvs-help):
6653         * log-edit.el (log-edit, log-edit-mode-help):
6654         * iswitchb.el (iswitchb-possible-new-buffer):
6655         * isearch.el (isearch-edit-string):
6656         * image-mode.el (image-mode, image-minor-mode):
6657         * ibuf-macs.el (define-ibuffer-filter):
6658         * hi-lock.el (hi-lock-find-patterns):
6659         * files.el (toggle-read-only):
6660         * ediff-util.el (ediff-copy-diff)
6661         (ediff-write-merge-buffer-and-maybe-kill):
6662         * echistory.el (Electric-history-undefined):
6663         * dnd.el (dnd-insert-text):
6664         * dired-aux.el (dired-query):
6665         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
6666         * bookmark.el (bookmark-bmenu-locate):
6667         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
6668         Fix `message' calls to ensure first arg is a format string.
6669         The change was made only when these two conditions were satisfied:
6670         [1] when there is a possibility that the arguments would cause an error
6671         for example, if the code in question relies on external variables
6672         such as filenames, and
6673         [2] if the arg to `message' could not have been nil in the code.
6675         * pcomplete.el (pcomplete--help): Fix `message' format spec.
6676         Not having a %s would be weird, though not technically wrong.
6678 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6680         * term/mac-win.el (mac-add-charset-info): Doc fix.
6682 2005-09-17  Romain Francoise  <romain@orebokech.com>
6684         * shell.el (shell-resync-dirs): Handle echoing processes more
6685         reliably.  Don't insert resync command if `comint-process-echoes'
6686         is non-nil.
6688 2005-09-17  Magnus Henoch  <mange@freemail.hu>
6690         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
6691         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
6692         aspell versions >= 0.60.
6693         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
6694         only if ispell-aspell-supports-utf8 is non-nil.
6696 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6698         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
6699         buffer-local value to lisp-indent-function.
6701 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
6703         * progmodes/glasses.el (glasses-make-readable): If
6704         glasses-separator differs from underscore, put appropriate
6705         overlays over underscore characters.
6706         (glasses-convert-to-unreadable): If glasses-separator differs from
6707         underscore, try to convert glasses-separator characters to
6708         underscores.
6710 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6712         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
6713         Use with-syntax-table and dolist.
6715 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
6717         * textmodes/reftex-auc.el:
6718         * textmodes/reftex-cite.el:
6719         * textmodes/reftex-dcr.el:
6720         * textmodes/reftex-global.el:
6721         * textmodes/reftex-parse.el:
6722         * textmodes/reftex-ref.el:
6723         * textmodes/reftex-sel.el:
6724         * textmodes/reftex-toc.el:
6725         * textmodes/reftex-vars.el:
6726         * textmodes/reftex.el: Small changes to remove compiler warnings.
6728         * textmodes/reftex-index.el: Likewise.
6729         (reftex-query-index-phrase): More efficient use of markers.
6731 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
6733         * image.el (image-load-path): New variable.
6734         (image-search-load-path): New function.
6735         (find-image): Search for images in `image-load-path'.
6737 2005-09-15  Richard M. Stallman  <rms@gnu.org>
6739         * follow.el: Change Maintainer field.
6741 2005-09-15  David Ponce  <david@dponce.com>
6743         * recentf.el (recentf-save-file-modes): New option.
6744         (recentf-save-list): Use it.
6746 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
6748         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
6749         (mode-line-mule-info, mode-line-modified): Move bindings from
6750         mouse-3 to mouse-1.
6752 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
6754         * simple.el (sendmail-user-agent-compose): Revert last change.
6756 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6758         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
6759         Use with-current-buffer.
6760         (ange-ftp-gwp-start): Remove unused var `gw-user'.
6761         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
6762         (ange-ftp-insert-directory): Remove unused var `short'.
6763         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
6765         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
6766         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
6768         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
6769         (check-calendar-holidays, diary-list-entries): Autoload.
6770         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
6771         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
6773         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
6774         which mistakenly removed a call to display-buffer.
6776 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
6778         * obsolete/iso-insert.el: Move to obsolete/ from international/.
6780 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
6782         * progmodes/hideshow.el
6783         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
6784         (hs-allow-nesting): New user var.
6785         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
6786         (hs-hide-block-at-point): When nesting allowed,
6787         if there is already an overlay in place, delete it.
6788         (hs-safety-is-job-n): Delete func; remove call sites.
6789         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
6790         (hs-overlay-at): New func.
6791         (hs-already-hidden-p, hs-show-block): Use it.
6792         (hs-hide-all): Don't pre-clean if nesting allowed.
6793         (hs-show-all): Temporarily disallow
6794         nesting around call to `hs-discard-overlays'.
6796 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
6798         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
6799         Delete unused local var.
6801 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
6803         * help-fns.el (describe-categories): "?\ " -> "?\s".
6804         (help-do-arg-highlight): Recognize also ARG-n, as in
6805         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
6807         * international/codepage.el (dos-unsupported-char-glyph):
6808         * net/newsticker.el (tool-bar-map, w3-mode-map)
6809         (w3m-minor-mode-map):
6810         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
6811         (ent-alist):
6812         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
6814 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
6816         * custom.el (custom-push-theme): Handle the case where a symbol is
6817         bound but face properties have not yet been assigned.
6819         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
6820         Fix behavior if noerase is `t' and there is no mail buffer.
6822         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
6823         if `continue' is nil, rather than signal an error.
6825 2005-09-12  Richard M. Stallman  <rms@gnu.org>
6827         * font-lock.el (font-lock-keywords): Add autoload.
6829         * help-fns.el (describe-variable): Rearrange to put source link
6830         in a predictable place.
6832         * net/newsticker.el: New file.
6834 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6836         * calendar/calendar.el (calendar-for-loop): Add edebug info.
6837         (calendar-basic-setup): Use the new nil arg.
6838         (number-of-diary-entries): Move to diary-lib.el.
6840         * calendar/diary-lib.el: Use with-current-buffer, match-string.
6841         (diary-list-entries): Use with-syntax-table and dolist.
6842         Rename from list-diary-entries.
6843         Use number-of-diary-entries if `number' is nil.
6844         (diary, diary-view-entries): Use this new name and new nil arg value.
6845         (number-of-diary-entries): Move from calendar.el.
6846         (diary-unhide-everything): New function.
6847         (include-other-diary-files, fancy-diary-display)
6848         (diary-show-all-entries, make-diary-entry): Use it.
6849         (diary-mail-entries): Use buffer-string.
6850         (mark-diary-entries): Fix long standing paren typo.
6851         (diary-sexp-entry): Use count-lines.
6852         (make-diary-entry): Avoid `previous-line'.
6853         (diary-mode-map): New var.
6854         (diary-mode): Redraw cal after saving.  Setup header-line.
6855         (fancy-diary-display-mode): Use local-set-key.
6857         * startup.el (command-line): Try calling various terminal-init-foo-bar
6858         functions by stripping hyphenated suffixes from $TERM.
6860         * files.el (normal-mode): Check boundness of font-lock-keywords.
6862 2005-09-12  Richard M. Stallman  <rms@gnu.org>
6864         * progmodes/compile.el: Don't decide a file's directory
6865         until the user actually tries to go there.
6866         (compilation-next-error-function):
6867         Pass compilation-find-file the directory from the file-struct.
6868         (compilation-internal-error-properties): Separate local FILE-STRUCT
6869         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
6870         (compilation-find-file): Arg DIR renamed to DIRECTORY.
6871         Expand it, and if nil, use default-directory.
6872         (compilation-get-file-structure): Don't mix specified directory
6873         with default directory.  Put specified directory into
6874         file-struct.  Don't make the file name absolute.
6876         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
6877         (compile-command): Add autoload.
6878         (compilation-disable-input): Add autoload.
6880 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
6882         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
6883         strings of the variables it can override.
6884         (time-stamp): New (as yet undocumented) time-stamp-format escapes
6885         %Q and %q, for fully-qualified domain name and unqualified host name.
6887 2005-09-11  Kim F. Storm  <storm@cua.dk>
6889         * emacs-lisp/authors.el (authors-aliases): Update list.
6890         (authors-fixed-entries): Update mldrag.el entry.
6892 2005-09-10  Alan Mackenzie  <acm@muc.de>
6894         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
6895         from the region narrowed to.
6897 2005-09-10  Magnus Henoch  <mange@freemail.hu>
6899         * textmodes/ispell.el (ispell-check-version): Signal an error if
6900         aspell version is less than 0.60.
6902 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
6904         * progmodes/octave-inf.el (inferior-octave-startup):
6905         Resync current dir at the end.
6907 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
6909         * woman.el (woman-topic-at-point-default):
6910         Rename to woman-use-topic-at-point-default.
6911         (woman-topic-at-point): Rename to woman-use-topic-at-point.
6912         (woman-file-name): Reflect renames above.  Automatically use the
6913         word at point as topic if woman-use-topic-at-point is non-nil.
6914         Otherwise offer it as default but don't insert it in the
6915         minibuffer.  Also use `test-completion' instead of `assoc' as
6916         suggested by Stefan Monnier.
6918 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
6920         * vc.el (vc-directory, vc-update-change-log): Throw an error on
6921         the attempt to do it over Tramp.  This is not yet supported.
6923 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
6925         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
6926         (menu-bar-non-minibuffer-window-p): New functions.
6927         ("Split Window", "Save As..."): Use them.
6928         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
6929         ("Print Buffer", "Truncate Long Lines in this Buffer"):
6930         Use menu-bar-menu-frame-live-and-visible-p.
6931         ("Save Buffer", "Insert File", "Open Directory...")
6932         ("Open File...", "Visit New File..."):
6933         Use menu-bar-non-minibuffer-window-p.
6934         (kill-this-buffer-enabled-p, dired <menu-enable>):
6935         Use menu-bar-non-minibuffer-window-p.
6937 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
6939         * cus-start.el (all): Don't complain about fringe-related
6940         built-ins if fringes are not supported.  Ditto about
6941         selection-related built-ins.  Fix the test for GTK-related built-ins.
6943         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
6944         ("Postscript Print Buffer", "Print Region", "Save As...")
6945         ("Save", "Insert File...", "Open Directory...")
6946         ("Open File...", "Visit New File..."")
6947         ("Truncate Long Lines in this Buffer"): Don't look at
6948         menu-updating-frame if this display does not support multiple frames.
6950 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
6952         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
6954 2005-09-09  Emilio Lopes  <eclig@gmx.net>
6956         * woman.el: Format- and whitespace-related changes.
6958 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
6960         * woman.el: Fix my email address.
6962 2005-09-08  Richard M. Stallman  <rms@gnu.org>
6964         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
6965         (sh-mode): Locally set skeleton-pair-default-alist.
6967         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
6969         * progmodes/flymake.el: Require `compile' unconditionally.
6971         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
6973         * woman.el (woman-file-name): Provide a default, not initial input.
6975         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
6977         * font-lock.el (font-lock-support-mode): Doc fix.
6979         * descr-text.el (describe-property-list): Handle non-symbol prop names.
6981 2005-09-08  Richard M. Stallman  <rms@gnu.org>
6983         * simple.el (blink-matching-open): Get rid of text props from
6984         the string shown in echo area.  Don't permanently set point.
6985         Some rearrangements.
6987 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
6989         * recentf.el (recentf-filename-handler): Add custom choice
6990         `abbreviate-file-name'.
6992         * msb.el (msb--very-many-menus): Fix typo.
6994         * disp-table.el (standard-display-european): Don't set
6995         enable-multibyte-characters to nil.
6997 2005-09-08  David Ponce  <david@dponce.com>
6999         * recentf.el (recentf-show-file-shortcuts-flag): New option.
7000         (recentf-expand-file-name): Doc fix.
7001         (recentf-dialog-mode-map): Define digit shortcuts.
7002         (recentf--files-with-key): New variable.
7003         (recentf-show-digit-shortcut-filter): New function.
7004         (recentf-open-files-items): New function.
7005         (recentf-open-files): Use it.
7006         (recentf-open-file-with-key): New command.
7008 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
7010         * buff-menu.el (Buffer-menu-sort-by-column): New function.
7011         Suggested by Kim F. Storm.
7012         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
7013         (Buffer-menu-make-sort-button): Use global keymap.
7015 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
7017         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
7018         (Man-getpage-in-background-advice): Remove defadvice; it isn't
7019         necessary any longer with the remapped command.
7020         (Man-bgproc-sentinel-advice): Remove defadvice which counts
7021         formatting time only.
7023         * net/tramp.el (tramp-action-password)
7024         (tramp-multi-action-password): Compile the password prompt from
7025         `method', `user' and `host'.  Sometimes it isn't obvious which
7026         password to enter, for example with remote files offered by
7027         recentf.el, or with multiple steps.  Suggested by Robert Marshall
7028         <robert@chezmarshall.freeserve.co.uk>.
7030 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7032         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7033         Fix regexp for when "s///" is at the beginning of line.
7035 2005-09-07  Jay Belanger  <belanger@truman.edu>
7037         * calc/calc-poly.el (math-expand-term): Multiply out any powers
7038         when in matrix mode.
7040 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7042         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
7043         non-anonymous functions.
7045 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
7047         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
7048         when using a header line.  Otherwise, use mouse-1-click-follows-link.
7050         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
7051         can't be moved; don't signal an error.
7053 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
7055         * cus-theme.el (custom-theme-write-faces): Save the current face
7056         spec, not the defface spec.
7058         * custom.el (custom-known-themes): Clarify meaning of "standard".
7059         (custom-push-theme): Save old values in the standard theme.
7060         (disable-theme): Correct typo.
7061         (custom-face-theme-value) Deleted unused function.
7062         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
7064 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7066         * progmodes/compile.el (compilation-goto-locus): Take into account
7067         iconified frames when determining whether the buffer is
7068         already visible.
7069         Don't reset window height if the window already existed.
7071 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
7073         * custom.el (load-theme): Rename from require-theme.
7074         Add interactive spec.
7075         (enable-theme): Rename from custom-enable-theme.
7076         Add interactive spec.
7077         (disable-theme): Rename from custom-disable-theme.
7078         Add interactive spec.
7079         (custom-make-theme-feature): Doc fix.
7080         (custom-theme-directory): Doc fix.
7081         (provide-theme): Call enable-theme.
7083 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7085         * obsolete/lazy-lock.el (lazy-lock-mode):
7086         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
7087         font-lock-mode if it's off.  Print a warning instead.
7089         * progmodes/compile.el (compilation-start): Ignore errors if the
7090         process died before we get to send-eof.
7092         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
7093         Undo last change.  Enclosing the result in quotes broke things on Unix
7094         since tex-send-command passes it through shell-quote-argument.
7095         (tex-send-command): Pass `file' through convert-standard-filename
7096         when possible.
7097         (tex-uptodate-p): Handle the case where TeX hasn't put additional
7098         info in a transcript.
7100 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
7102         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
7103         fix compilation warning. Reorder the key definitions to group
7104         together keys emitted by the current version of xterm.
7106         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
7107         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
7108         Reorder predicates to correct min-color usage.
7110 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
7112         * longlines.el (longlines-mode): Inhibit read-only when encoding.
7113         Kill local variables when longlines-mode is turned off.
7115 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7117         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
7119         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
7121         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
7123         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
7124         (font-lock-lines-before): Change default to being inactive.
7125         (font-lock-default-fontify-region): Obey font-lock-lines-before.
7126         (font-lock-after-change-function): Don't handle f-l-lines-before here.
7128 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
7130         * net/tramp.el (tramp-handle-make-auto-save-file-name):
7131         Deactivate temporarily advice if active (not needed for Emacs 22,
7132         but for backwards compatibility).
7133         (tramp-exists-file-name-handler): Rewrite.  First implementation
7134         was too simple.
7135         (tramp-advice-make-auto-save-file-name):
7136         Call `tramp-handle-make-auto-save-file-name' (again, just for
7137         backwards compatibility).
7139 2005-08-31  Reto Zimmermann  <reto@gnu.org>
7141         * progmodes/vhdl-mode.el
7142         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
7143         (vhdl-end-p): Fix indentation bug "else" after "-- when".
7144         (vhdl-set-default-project): New function (easier setting of default).
7145         (vhdl-port-copy): Handle extended identifiers for generics.
7146         (vhdl-compiler-alist): Better description for error message regexp.
7147         (vhdl-make): Query for target, use previous as default.
7148         (vhdl-port-copy): Fix port copy for port names starting with "signal".
7149         (vhdl-font-lock-keywords-2): Fix fontification for record
7150         el. assign.
7151         (vhdl-speedbar-make-subpack-line): Add package body link.
7152         (vhdl-generate-makefile-1): Not include itself as dependency.
7153         (vhdl-font-lock-init): Highlight c-preprocessor directives.
7154         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
7155         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
7156         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
7157         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
7158         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
7159         (vhdl-import-project): Add string argument for `error'.
7160         (vhdl-compose-configuration)
7161         (vhdl-compose-configuration-architecture): Add configuration
7162         declaration generation.
7163         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
7164         (vhdl-trailer-re): Add "record" keyword (better indentation).
7165         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
7166         "[^ \t-\"]+".
7167         (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
7168         (vhdl-testbench-entity-file-name)
7169         (vhdl-testbench-architecture-file-name): Allow separate
7170         customization of testbench file names.
7171         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
7172         (vhdl-get-visible-signals): Allow newline within alias declaration.
7173         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
7174         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
7175         (member-ignore-case): Alias for missing function in XEmacs.
7176         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
7177         (vhdl-update-sensitivity-list): Ignore case on read signals.
7178         (vhdl-replace-string): Adjust case only for file names.
7179         (vhdl-update-sensitivity-list): Fix search for read signals.
7180         (vhdl-update-sensitivity-list): Exclude formal parameters.
7181         (vhdl-get-visible-signals): Include aliases of signals.
7182         (vhdl-get-visible-signals): Fix signal name searching.
7183         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
7184         (vhdl-fixup-whitespace-region): Fix for character
7185         literals (e.g. ':').
7187 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7189         * ansi-color.el (comint-last-output-start):
7190         * bs.el (font-lock-verbose):
7191         * diff-mode.el (add-log-buffer-file-name-function):
7192         * dired-x.el (vm-folder-directory):
7193         * faces.el (help-xref-stack-item):
7194         * files.el (font-lock-keywords):
7195         * find-lisp.el (dired-buffers, dired-subdir-alist):
7196         * ido.el (cua-inhibit-cua-keys):
7197         * log-view.el (cvs-minor-wrap-function):
7198         * outline.el (font-lock-warning-face):
7199         * simple.el (compilation-current-error):
7200         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
7201         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
7202         * tooltip.el (comint-prompt-regexp):
7203         * w32-fns.el (explicit-shell-file-name):
7204         * term/mac-win.el (mac-charset-info-alist)
7205         (mac-services-selection, mac-system-script-code):
7206         * term/tty-colors.el (msdos-color-values):
7207         * term/w32-win.el (xlfd-regexp-registry-subnum):
7208         * term/x-win.el (x-keysym-table, x-selection-timeout)
7209         (x-session-id, x-session-previous-id):
7210         * textmodes/ispell.el (mail-yank-prefix):
7211         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
7212         * textmodes/org.el (calc-embedded-close-formula)
7213         (calc-embedded-open-formula)
7214         (font-lock-unfontify-region-function):
7215         * textmodes/reftex-global.el (isearch-next-buffer-function)
7216         (TeX-master):
7217         * textmodes/reftex.el (font-lock-keywords):
7218         * textmodes/tex-mode.el (font-lock-comment-face)
7219         (font-lock-doc-face):
7220         * textmodes/texinfo.el (outline-heading-alist):
7221         Add defvars.
7223         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
7224         (artist-spray-chars, artist-mode-init, artist-replace-string)
7225         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
7226         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
7227         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
7229         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
7230         (conf-align-assignments): "?\ " -> "?\s".
7232         * textmodes/reftex-index.el (TeX-master): Add defvar.
7233         (reftex-index-phrases-marker): Move up defvar.
7235         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
7236         (reftex-toc-include-labels-indicator)
7237         (reftex-toc-include-index-indicator)
7238         (reftex-toc-max-level-indicator): Move up declarations.
7240         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
7241         of args to `tramp-run-real-handler', even if it's empty in this case.
7243 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7245         * dired.el (dired-move-to-filename-regexp): Add date format for
7246         Mac OS X 10.3 in East Asian locales.
7248 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
7250         * files.el (make-auto-save-file-name): Add file name handler call
7251         if applicable.
7253         * net/tramp.el (tramp-file-name-handler-alist)
7254         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
7255         (tramp-handle-make-auto-save-file-name): Rename from
7256         `tramp-make-auto-save-file-name'.
7257         (tramp-exists-file-name-handler): New defun.
7258         (tramp-advice-make-auto-save-file-name): Make defadvice only when
7259         `make-auto-save-file-name' is not a magic file name operation.
7261 2005-08-30  Richard M. Stallman  <rms@gnu.org>
7263         * files.el (risky-local-variable-p):
7264         Match `-predicates' and `-commands.
7266         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
7267         (custom-save-all): Visit the file if necessary;
7268         kill the buffer if we created it.
7269         (custom-save-delete): Don't visit file or kill buffer here.
7271 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
7273         * textmodes/org.el (org-special-keyword): New face.
7274         (org-table-copy-down, org-table-eval-formula)
7275         (org-table-recalculate, org-init-section-numbers):
7276         Use `string-to-number' instead of `string-to-int'.
7277         (org-get-location): Use `insert-buffer-substring' instead of
7278         `insert-buffer'.
7279         (org-modify-diary-entry-string): New function.
7280         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
7281         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
7282         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
7283         active region.
7284         (org-export-as-html): Handle QUOTE keyword.
7285         (org-quote-string): New option.
7286         (org-bookmark-jump-unhide): New function, used for
7287         `bookmark-after-jump-hook'.
7288         (org-diary-default-entry): Apply only when not called through
7289         `org-agenda'.
7291 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
7293         * net/eudc.el (mode-popup-menu):
7294         * play/handwrite.el (ps-printer-name, ps-lpr-command):
7295         * progmodes/ada-mode.el (compile-auto-highlight)
7296         (skeleton-further-elements):
7297         * progmodes/autoconf.el (font-lock-syntactic-keywords):
7298         * progmodes/cmacexp.el (msdos-shells):
7299         * progmodes/compile.el (font-lock-extra-managed-props)
7300         (font-lock-keywords, font-lock-maximum-size)
7301         (font-lock-support-mode):
7302         * progmodes/grep.el (font-lock-lines-before):
7303         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
7304         * progmodes/mixal-mode.el (compile-command):
7305         * progmodes/perl-mode.el (font-lock-comment-face)
7306         (font-lock-doc-face, font-lock-string-face):
7307         * progmodes/prolog.el (comint-prompt-regexp):
7308         * progmodes/sh-script.el (font-lock-comment-face)
7309         (font-lock-set-defaults, font-lock-string-face):
7310         * progmodes/sql.el (font-lock-keyword-face)
7311         (font-lock-set-defaults, font-lock-string-face):
7312         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
7313         (itimer-version, lazy-lock-defer-contextually)
7314         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
7315         Add defvars.
7317         * progmodes/cperl-mode.el (cperl-electric-lbrace)
7318         (cperl-electric-keyword, cperl-electric-pod)
7319         (cperl-electric-backspace, cperl-forward-re)
7320         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
7321         (vc-rcs-header, vc-sccs-header): Add defvars.
7323         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
7324         (font-lock-syntactic-keywords, gud-find-expr-function):
7325         Add defvars.
7327         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
7328         (gdb-frame-parameters): Declare before use.
7330         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
7331         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
7332         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
7333         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
7335         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
7336         (idlwave-help-with-source): Use `insert-buffer-substring', not
7337         `insert-buffer'.
7339 2005-08-29  Juri Linkov  <juri@jurta.org>
7341         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
7342         Put outline-back-to-heading function call inside save-excursion.
7344 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
7346         * man.el (Man-init-defvars, Man-translate-references)
7347         (Man-support-local-filenames, Man-highlight-references):
7348         * progmodes/sql.el (sql-interactive-mode):
7349         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
7351         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
7352         (compilation-mode-font-lock-keywords): Add defvars.
7353         (checkdoc-interactive-loop): "?\ " -> "?\s".
7355         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
7356         (font-lock-doc-face, font-lock-string-face)
7357         (font-lock-keywords-case-fold-search): Add defvars.
7358         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
7360         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
7361         Don't pass X and Y (they are ignored anyway).
7362         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
7363         (mouse-delete-window): Make arguments optional.
7365         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
7366         (caesar-translate-table, minor-modes, news-buffer-save)
7367         (news-group-name, news-minor-modes): Add defvars.
7369         * emacs-lisp/lselect.el (mouse-highlight-priority)
7370         (x-lost-selection-functions, zmacs-regions):
7371         * emacs-lisp/pp.el (font-lock-verbose):
7372         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
7373         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
7374         (ses-mode-map):
7375         * emacs-lisp/tcover-unsafep.el (safe-functions):
7376         * international/mule-cmds.el (mac-system-coding-system)
7377         (mac-system-locale):
7378         * language/ethio-util.el (rmail-current-message)
7379         (rmail-message-vector):
7380         * language/thai-util.el (thai-auto-composition-mode):
7381         * mail/metamail.el (rmail-current-message, rmail-message-vector):
7382         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
7383         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
7384         (vm-primary-inbox, vm-spool-files):
7385         * mail/rmail.el (deleted-head, font-lock-fontified)
7386         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
7387         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
7388         (total-messages):
7389         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
7390         (rmail-summary-mode-map):
7391         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
7392         (rmail-last-label, rmail-last-multi-labels)
7393         (rmail-summary-vector, rmail-total-messages):
7394         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
7395         * mail/rmailsum.el (msgnum):
7396         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
7397         (rmail-current-message):
7398         * obsolete/fast-lock.el (font-lock-face-list):
7399         * obsolete/rnewspost.el (mail-reply-buffer):
7400         * obsolete/scribe.el (compile-command):
7401         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
7403 2005-08-28  John Paul Wallington  <jpw@gnu.org>
7405         * ibuf-ext.el (ibuffer-auto-update-changed):
7406         Use `frame-or-buffer-changed-p' to check whether we need to update.
7407         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
7408         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
7409         as a `frame-or-buffer-changed-p' state vector instead.
7411 2005-08-27  Romain Francoise  <romain@orebokech.com>
7413         * textmodes/makeinfo.el (makeinfo-compile):
7414         Use `compilation-start'.  Set `next-error-function' according to
7415         `disable-errors'.
7416         (makeinfo-next-error): New function.
7417         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
7418         (makeinfo-buffer): Likewise.
7420         * progmodes/compile.el (compilation-start): Add autoload cookie.
7422         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
7423         * textmodes/sgml-mode.el: Likewise.
7424         * progmodes/python.el: Likewise.
7426 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
7428         * simple.el (blink-matching-paren-distance): Document the meaning
7429         of nil value, and allow to customize to nil.
7431         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
7432         command.com, not command.exe.
7434 2005-08-26  John Wiegley  <johnw@newartisans.com>
7436         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
7437         code around a bit so that an extraneous nil argument is not added
7438         to a command when no args are given.
7440         * eshell/esh-arg.el (eshell-parse-double-quote): If a
7441         double-quoted argument resolves to nil, return it as an empty
7442         string rather than as nil.  This made it impossible to pass "" to
7443         a shell script as a null string argument.
7445 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7447         * outline.el (outline-invent-heading): New fun.
7448         (outline-promote, outline-demote): Use it.
7449         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
7450         (outline-end-of-subtree): Remove unused var `opoint'.
7452 2005-08-26  David Reitter  <david.reitter@gmail.com>
7454         * menu-bar.el (truncate-lines, write-file, print-buffer)
7455         (ps-print-buffer-faces, ps-print-buffer, split-window):
7456         Disable menu items when the frame they refer to is invisible, or when
7457         they refer to a buffer and the minibuffer is selected.
7459 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
7461         * progmodes/flymake.el (flymake-highlight-err-lines):
7462         Use save-excursion around flymake-highlight-line to preserve point.
7464 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
7466         * progmodes/octave-mod.el: Change Author and Maintainer address.
7467         (octave-maintainer-address): Change Kurt's email address.
7468         * progmodes/octave-inf.el: Change Author and Maintainer address.
7469         * progmodes/octave-hlp.el: Change Author and Maintainer address.
7471 2005-08-26  Kim F. Storm  <storm@cua.dk>
7473         * subr.el (version-list-<, version-list-<=, version-list-=):
7474         Rename from integer-list-*.
7475         (version-list-not-zero): Likewise.  Fix while loop.
7476         (version=): Use version-list-= instead of string-equal.
7478 2005-08-26  Richard M. Stallman  <rms@gnu.org>
7480         * outline.el (outline-promote): Try shortening the heading.
7481         As last resort, read the heading to use.
7482         (outline-demote): As last resort, read the heading to use.
7484 2005-08-26  Romain Francoise  <romain@orebokech.com>
7486         * progmodes/compile.el (compilation-start): Doc fix.
7488         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
7489         (antlr-font-lock-additional-keywords): Fix reference to
7490         `antlr-font-lock-literal-regexp' erroneously changed during the
7491         mass face rename.
7492         (antlr-run-tool): Use `compilation-start'.
7494         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
7495         instead of the obsolete `compile-internal'.
7497 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
7499         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
7500         (number, original-date):
7501         * calendar/cal-china.el (date):
7502         * calendar/cal-coptic.el (date):
7503         * calendar/cal-french.el (date):
7504         * calendar/cal-hebrew.el (date, entry, number, original-date):
7505         * calendar/cal-islam.el (date, number, original-date):
7506         * calendar/cal-iso.el (date):
7507         * calendar/cal-julian.el (date):
7508         * calendar/cal-mayan.el (date):
7509         * calendar/cal-menu.el (date, event):
7510         * calendar/cal-persia.el (date):
7511         * calendar/lunar.el (date):
7512         * calendar/solar.el (date): Add defvars.
7514         * emerge.el:
7515         * ibuffer.el:
7516         * info-xref.el:
7517         * obsolete/bg-mouse.el:
7518         * obsolete/sun-curs.el:
7519         * obsolete/swedish.el: Move the `defvar's to the top level.
7521         * smerge-mode.el (smerge-refined-change): Add :group.
7523 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7525         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
7526         (smerge-keep-n): Remove props.
7527         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
7528         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
7529         now that it's done in smerge-keep-n.
7530         (smerge-refined-change): New face.
7531         (smerge-refine-chopup-region, smerge-refine-highlight-change)
7532         (smerge-refine): New funs.
7533         (smerge-basic-map): Bind smerge-refine.
7535 2005-08-25  Juri Linkov  <juri@jurta.org>
7537         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
7538         compilation-process-setup-function and compilation-disable-input
7539         in grep-mode instead of let-bindings in grep.
7541         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
7542         Delete "Automatic File De/compression" (auto-compression-mode).
7544 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
7546         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
7547         Silence warning about non-existent variable.
7549 2005-08-25  Richard M. Stallman  <rms@gnu.org>
7551         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
7552         Rename "Describe Key" to "Describe Key or Mouse Operation".
7554         * mail/mailalias.el (build-mail-aliases): Delete comments
7555         from the contents before processing them.
7557         * isearch.el (isearch-edit-string): Erase the Search prompt
7558         if user enters an empty string and there is no default.
7560         * comint.el (comint-file-name-prefix): Add autoload.
7562 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
7564         * subr.el (play-sound): Rearrange to avoid warning.
7566 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
7568         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
7569         New hook.
7570         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
7572 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7574         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
7576         * custom.el (custom-theme-set-variables): Sort minor modes last.
7578 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7580         * subr.el (version-separator, version-regexp-alist): New vars used by
7581         version comparison funs.
7582         (integer-list-<, integer-list-=, integer-list-<=)
7583         (integer-list-not-zero): New funs for integer list comparison.
7584         (version-to-list, version=, version<, version<=): New funs for version
7585         comparison.
7587 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
7589         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
7590         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
7591         time to silence the byte-compiler.
7593         * ibuffer.el (ibuffer-compile-make-eliding-form)
7594         (ibuffer-check-formats): Use `with-no-warnings' to hide references
7595         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
7596         so it's silly to get warnings for it).
7597         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
7598         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
7599         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
7600         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
7601         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
7602         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
7603         Defvar at compile time.
7604         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
7605         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
7606         Declare them before use.
7608         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
7609         (info-xref-good, info-xref-bad): Defvar at compile time.
7611         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
7612         Use `let*' instead of `let'.
7614         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
7615         (*mouse-y*, menu, char): Defvar at compile time.
7616         (sc::menu): Declare it before use.
7617         (sc::pack-one-line): Use `let', not `let*'.
7619         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
7620         (mail-send-hook): Defvar at compile time.
7622         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
7623         Defvar at compile time.
7625         * term/sun-mouse.el (current-global-mousemap)
7626         (current-local-mousemap): Declare them before use.
7628 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
7630         * bookmark.el (bookmark-after-jump-hook): New hook.
7631         (bookmark-jump): Run `bookmark-after-jump-hook'.
7633 2005-08-23  Juri Linkov  <juri@jurta.org>
7635         * faces.el (minibuffer-prompt): Doc fix.
7637 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
7639         * progmodes/xscheme.el: Trivial changes to silence warnings.
7640         (xscheme-previous-mode, xscheme-previous-process-state):
7641         Add defvars.
7642         (xscheme-last-input-end, xscheme-process-command-line)
7643         (xscheme-process-name, xscheme-buffer-name)
7644         (xscheme-expressions-ring-max, xscheme-expressions-ring)
7645         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
7646         (xscheme-control-g-synchronization-p)
7647         (xscheme-control-g-disabled-p, xscheme-string-receiver)
7648         (default-xscheme-runlight, xscheme-runlight)
7649         (xscheme-runlight-string, xscheme-process-filter-state)
7650         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
7651         Move to beginning of file.
7652         (scheme-interaction-mode-commands-alist)
7653         (scheme-interaction-mode-map, scheme-debugger-mode-map):
7654         Declare them before use.  Note: the initialization code for the variables
7655         has not been moved because it uses functions that reference the variables.
7656         (xscheme-control-g-message-string, xscheme-process-filter-alist)
7657         (xscheme-prompt-for-expression-map): Declare them before use.
7658         (scheme-debugger-mode-commands): "?\ " -> "?\s".
7660 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
7662         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
7664 2005-08-22  Juri Linkov  <juri@jurta.org>
7666         * faces.el (set-face-underline): Delete this duplicate function
7667         and make an obsolete alias to set-face-underline-p.
7668         (set-face-underline-p): Use docstring of set-face-underline.
7669         (describe-face): Create hyperlink to parent face.
7671         * info.el (Info-insert-dir): Use save-excursion around
7672         insert-buffer-substring.
7673         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
7674         (Info-escape-percent): Delete function.
7675         (Info-fontify-node): Replace Info-escape-percent by
7676         replace-regexp-in-string with REP arg set to lambda that
7677         duplicates `%' and preserves text properties.
7679         * progmodes/compile.el (compilation-disable-input): Doc fix.
7680         (define-compilation-mode): Doc fix and refill.
7681         (kill-compilation): Use `mode-name' in the error message.
7682         (compilation-find-file): Use `compilation-error' in the
7683         read-file-name's prompt.
7685 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7687         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
7688         (smerge-auto-leave): Make undo re-enable the mode.
7689         (debug-ignored-errors): Add the user-error of impossible resolution.
7690         (smerge-resolve): Move things around a bit, in preparation for later.
7691         (smerge-diff): Don't fail if the buffer has no associated file.
7692         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
7693         (smerge-conflict-overlay): New function.
7694         (smerge-match-conflict): Don't add text properties here.
7695         (smerge-find-conflict): Instead, add an overlay here.
7696         Also check for the case where we're inside a conflict already, so as to
7697         obviate the need for font-lock-multiline, which is unbearably slow with
7698         large conflicts and ciomplex font-lock patterns.
7699         (smerge-remove-props): Remove overlay rather than text-properties.
7700         (smerge-mode): Don't set font-lock-multiline.
7701         Remove overlays when turned off.
7703 2005-08-21  Kim F. Storm  <storm@cua.dk>
7705         * ido.el (ido-ignore-item-p): Use save-match-data.
7706         Bind case-fold-search to ido-case-fold locally.
7708 2005-08-20  Richard M. Stallman  <rms@gnu.org>
7710         * files.el (normal-mode): If font lock is on, turn it off and on.
7712         * subr.el (replace-regexp-in-string): Doc fix.
7714         * startup.el (command-line-1): Don't suppress startup screen
7715         due to existing processes.
7717         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
7719         * progmodes/compile.el (compilation-disable-input): Default to nil.
7721 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
7723         * progmodes/compile.el (compilation-disable-input): New defcustom.
7724         (compilation-start): If compilation-disable-input is non-nil, send
7725         EOF to the compilation process.
7727 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
7729         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
7730         Run the argument of tex-shell-cd-command through
7731         convert-standard-filename, to get the correct style of slashes on
7732         Windows, and enclose the result in quotes, in case the file name
7733         includes whitespace or other special characters.
7735 2005-08-19  Andreas Schwab  <schwab@suse.de>
7737         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
7738         process.
7740 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
7742         * cus-start.el (minibuffer-prompt-properties): Correct typo.
7744 2005-08-18  Kim F. Storm  <storm@cua.dk>
7746         * scroll-lock.el: Fix errors due to incorrect line wrapping.
7748 2005-08-18  Richard M. Stallman  <rms@gnu.org>
7750         * scroll-lock.el: New file.
7752 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
7754         * dired.el (dired-move-to-end-of-filename):
7755         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
7757 2005-08-18  Kim F. Storm  <storm@cua.dk>
7759         * ido.el (ido-everywhere): Fix defcustom :set function to disable
7760         rather than toggle mode when custom value is nil.
7761         (ido-everywhere): Fix defun doc string.
7763 2005-08-17  Richard M. Stallman  <rms@gnu.org>
7765         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
7766         as tag instead of "Inviolable".
7768 2005-08-17  Kim F. Storm  <storm@cua.dk>
7770         * windmove.el (windmove-coordinates-of-position): Remove.
7771         (windmove-coordinates-of-window-position): Remove.
7772         (windmove-reference-loc): Use posn-at-point instead.
7774         * subr.el (insert-for-yank-1): Doc fix.
7776         * ido.el (ido-enter-matching-directory): Rename from
7777         ido-enter-single-matching-directory.  Change 'slash choice to
7778         'only.  Add 'first choice.
7779         (ido-exhibit): Adapt to above changes.
7781 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
7783         * Makefile.in: Expand comment about building loaddefs.el.
7785 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
7787         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
7788         Comment use of defadvice.
7790         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
7792 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
7794         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
7795         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
7796         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
7797         * progmodes/idlw-shell.el, progmodes/ld-script.el,
7798         * progmodes/which-func.el, ruler-mode.el, strokes.el,
7799         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
7800         for backward compatibility for faces that did not appear in the
7801         previous Emacs release.
7803         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
7805 2005-08-15  Kim F. Storm  <storm@cua.dk>
7807         * emulation/cua-base.el (cua-delete-region): Return t if
7808         deleted region was non-empty.
7809         (cua-replace-region): Inhibit overwrite-mode for
7810         self-insert-command if replaced region was non-empty.
7811         (cua--explicit-region-start, cua--status-string): Make them
7812         buffer-local at top-level...
7813         (cua-mode): ...rather than when mode is enabled.
7815 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
7817         * progmodes/vhdl-mode.el (vhdl-emacs-21):
7818         Set t for Emacs 21, 22, and so on.
7820 2005-08-15  David Ponce  <david@dponce.com>
7822         * tree-widget.el: Update Commentary header.
7823         (tree-widget-theme): Doc fix.
7824         (tree-widget-space-width): New option.
7825         (tree-widget-image-properties): Look up in the default theme too.
7826         (tree-widget--cursors): Only for images with arrow pointer shape.
7827         (tree-widget-lookup-image): Pointer shape is hand by default.
7828         (tree-widget-icon): Rename generic icon widget from
7829         `tree-widget-control'.
7830         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
7831         derive from `tree-widget-icon'.
7832         (tree-widget-handle): Improve default look and feel of the text
7833         representation.
7834         (tree-widget): Rename :*-control properties to :*-icon properties.
7835         Add :action and :help-echo properties.
7836         (tree-widget-after-toggle-functions): Move.
7837         (tree-widget-close-node, tree-widget-open-node): Remove.
7838         (tree-widget-before-create-icon-functions): New hook.
7839         (tree-widget-value-create): Update to allow customization of icons
7840         and nodes at run-time via that new hook.
7841         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
7842         (tree-widget-icon-action, tree-widget-icon-help-echo)
7843         (tree-widget-action, tree-widget-help-echo): New functions.
7845 2005-08-15  Kim F. Storm  <storm@cua.dk>
7847         * ido.el (ido-buffer-internal): Use with-no-warnings.
7848         (ido-make-merged-file-list): Use while-no-input.
7850 2005-08-15  Richard M. Stallman  <rms@gnu.org>
7852         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
7853         (flyspell-large-region): Fix doc and custom type.
7855 2005-08-14  Richard M. Stallman  <rms@gnu.org>
7857         * files.el (interpreter-mode-alist): Doc fix.
7859         * mail/rmail.el (rmail-nonignored-headers): New variable.
7860         (rmail-clear-headers): Use it.
7861         (rmail-reply): Better handling of mail-followup-to header.
7863         * progmodes/sh-script.el (sh-font-lock-keywords-var):
7864         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
7865         don't try to refer to executable-font-lock-keywords.
7866         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
7867         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
7868         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
7869         (sh-mode): Set comment-start-skip, local-abbrev-table,
7870         imenu-case-fold-search.
7871         (sh-set-shell): Don't set them here.
7872         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
7873         Don't cache the results in the original alist; don't ever modify
7874         that alist.
7876         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
7878         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
7879         empty.
7881 2005-08-15  Andreas Schwab  <schwab@suse.de>
7883         * desktop.el: Put autoload cookie at risky-local-variable declarations.
7885         * dired.el, info.el, mail/rmail.el: Revert last change.
7887 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
7889         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
7890         modification in `eval-after-load' form.
7891         * info.el: Likewise.
7892         * mail/rmail.el: Likewise.
7894 2005-08-14  Juri Linkov  <juri@jurta.org>
7896         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7897         Remove highlighting of "Compilation started".  Highlight only
7898         the word "finished" in "Compilation finished".  Add highlighting
7899         of "interrupt", "killed", "terminated" and the exit code.
7900         (compilation-start): Add newline after header.  Use exactly the
7901         same time stamp format as the finishing message.
7902         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
7904         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
7905         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
7906         Add highlighting of "interrupt", "killed", "terminated".
7908         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
7909         enabled and the current command is self-insert-command, call it
7910         explicitly with overwrite-mode bound to nil, to not allow it
7911         to delete the character after the selected region.
7913 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
7915         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
7916         move-end-of-line, end-of-line, and beginning-of-line to the list
7917         of commands after which the echo area is updated.
7919 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
7921         * cus-edit.el (custom-save-all, custom-save-delete):
7922         Bind recentf-exclude to exclude custom-file.
7924 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
7926         * mail/rmailsum.el (rmail-summary-end-of-message): New command
7927         to go to the bottom of the mail message.  Added to
7928         `rmail-summary-mode-map' with key "/".
7929         (rmail-summary-show-message): New (internal) function for use by
7930         both `rmail-summary-beginning/end-of-message'.
7931         (rmail-summary-beginning-of-message): Change to use
7932         rmail-summary-show-message.
7934         * mail/rmail.el (rmail-end-of-message): New command to go to the
7935         end of the current message.  Added to `rmail-mode-map' with key "/".
7936         (rmail-beginning-of-message): Fix to work as documented.
7937         (rmail-mode): Change documentation.
7939         * progmodes/compile.el (compilation-start): Add the line
7940         "Compilation started" with compilation start time.
7941         (compilation-mode-font-lock-keywords): Add `started' to keywords.
7943 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
7945         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
7946         of menu items.
7948 2005-08-11  Richard M. Stallman  <rms@gnu.org>
7950         * simple.el (pop-global-mark): Reverse test of widen-automatically.
7952         * battery.el (battery-status-function): Don't use ignore-errors.
7954 2005-08-11  Lute Kamstra  <lute@gnu.org>
7956         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
7957         define-obsolete-variable-alias.
7959 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7961         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
7962         (ange-ftp-send-cmd): Revert last change, and expand
7963         the comment explaining the problem.
7965 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
7967         * ldefs-boot.el: Update.
7969         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
7970         item to "Time, Load and Mail".  Change help echo text.
7972         * time.el (display-time-use-mail-icon, display-time-format)
7973         (display-time-string-forms): Shorten first line of docstrings.
7975 2005-08-10  Lars Hansen  <larsh@soem.dk>
7977         * desktop.el (desktop-buffer-mode-handlers):
7978         Make non-customizable. Add autoload cookie.  Change initial value to
7979         nil; add elements in respective modules instead.  Fix doc string.
7980         (desktop-load-file): New function.
7981         (desktop-minor-mode-handlers): New autoloaded variable.
7982         (desktop-create-buffer): Call minor mode handlers.
7983         Use desktop-load-file to load major and minor mode modules prior to
7984         checking for a handler.
7985         (desktop-save): Don't add nil to desktop-minor-modes for minor
7986         modes with nil function in desktop-minor-mode-table.  Don't delete
7987         desktop file before rewriting it.
7988         (desktop-locals-to-save): Add autoload cookie.  Don't make
7989         automatically buffer-local.  Add variables column-number-mode,
7990         size-indication-mode, indent-tabs-mode,
7991         indicate-buffer-boundaries, indicate-empty-lines and
7992         show-trailing-whitespace.
7993         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
7994         regexps. Don't use desktop-clear-preserve-buffers-regexp.
7995         (desktop-clear-preserve-buffers-regexp): Delete.
7996         (desktop-clear-preserve-buffers): Update initial value and docstring.
7997         (desktop-save-buffer): Fix doc string.
7999         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
8000         (hilit-chg-desktop-restore): New function.
8001         (highlight-changes-mode): Add highlight-changes-mode to
8002         desktop-locals-to-save.
8004         * dired.el: Add handler to desktop-buffer-mode-handlers.
8005         (dired-restore-desktop-buffer): Remove autoload cookie.
8006         (dired-mode): Add autoload cookie.
8008         * info.el: Add handler to desktop-buffer-mode-handlers.
8009         (Info-restore-desktop-buffer): Remove autoload cookie.
8010         (Info-mode): Add autoload cookie.
8012         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
8013         (mh-restore-desktop-buffer): Remove autoload cookie.
8014         (mh-folder-mode): Add autoload cookie.
8016         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
8017         (rmail-restore-desktop-buffer): Remove autoload cookie.
8019 2005-08-11  Masatake YAMATO  <jet@gyve.org>
8021         * hexl.el (hexl-address-region):
8022         (hexl-ascii-region, hexl-font-lock-keywords):
8023         (hexl-highlight-line-range): Use the term "region"
8024         instead of "area" for consistency with the other symbols
8025         defined in hexl.el.
8027 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
8029         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
8030         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
8031         out by Juri Linkov).  Add `display-battery-mode'.
8033 2005-08-09  Juri Linkov  <juri@jurta.org>
8035         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8036         Remove `-text' from face variable names.
8037         (compilation-error-file-name, compilation-warning-file-name)
8038         (compilation-info-file-name): Delete faces.
8039         (compilation-line-number, compilation-column-number):
8040         Remove face underlining.
8041         (compilation-message-face): Set to `underline' value by default.
8042         (compilation-error-face, compilation-warning-face)
8043         (compilation-info-face): Remove `-file-name' from face names.
8044         (compilation-error-text-face, compilation-warning-text-face)
8045         (compilation-info-text-face): Delete face variables.
8046         (compilation-text-face): Delete function.
8048         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
8049         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
8050         (grep-error-face): Set to `compilation-error' instead of
8051         `compilation-error-face' (which is redefined to `grep-hit-face' in
8052         grep buffers).
8053         (grep-mode-font-lock-keywords): Remove `-text' from face variable
8054         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
8056         * dired-aux.el (dired-do-query-replace-regexp):
8057         Use `query-replace-read-args'.
8059         * replace.el (query-replace-read-from, query-replace-read-to)
8060         (query-replace-read-args): Rename arg `string' to `prompt'.
8062         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
8064 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
8066         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
8067         uploading files.
8068         (ange-ftp-canonize-filename): Handle file names beginning with ~
8069         correctly.
8071 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
8073         * textmodes/fill.el (canonically-space-region)
8074         (fill-context-prefix, fill-french-nobreak-p)
8075         (fill-delete-newlines, fill-comment-paragraph)
8076         (justify-current-line): "?\ " -> "?\s".
8078 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
8080         * textmodes/fill.el (fill-nonuniform-paragraphs):
8081         Improve argument/docstring consistency.
8083 2005-08-09  Richard M. Stallman  <rms@gnu.org>
8085         * textmodes/ispell.el (ispell-word): More fboundp checks.
8087         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
8088         (find-file-noselect-1): Call it here, only if RAWFILE.
8089         (normal-mode): Always set some major mode.
8090         (save-some-buffers-action-alist): Change some explanation strings.
8091         (file-name-non-special): In the `quote' method, use unwind-protect.
8093 2005-08-09  Magnus Henoch  <mange@freemail.hu>
8095         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
8096         (ispell-have-aspell-dictionaries): New variable.
8097         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
8098         (ispell-get-aspell-config-value): New function.
8099         (ispell-aspell-find-dictionary): New function.
8100         (ispell-aspell-add-aliases): New function.
8101         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
8102         appropriate.  Don't look for ispell dictionaries if we use aspell.
8103         (ispell-menu-map): Don't build a submenu of dictionaries.
8105 2005-08-09  Richard M. Stallman  <rms@gnu.org>
8107         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
8108         (sql-read-passwd): Use read-passwd.
8110         * progmodes/idlw-toolbar.el (idlwave-toolbar)
8111         (idlwave-toolbar-is-possible): Add defvars.
8113         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
8114         Avoid warnings.
8116         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
8117         (idlwave-system-class-info, idlwave-executive-commands-alist):
8118         Use defvar.
8120         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
8122         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
8123         Avoid warnings.
8125         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
8126         and content-type: headers.
8128         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
8130         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
8131         and rename some of them to be more self-explanatory.
8133         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
8135         * startup.el (command-line-1): Implement -scriptload.
8137         * replace.el (occur-engine): Initial *Occur* output not undoable.
8139         * menu-bar.el (menu-bar-file-menu): Rename some menu items
8140         and improve help strings.
8142         * isearch.el (isearch-repeat): When changing direction,
8143         mark search successful.
8145         * ediff-init.el: Use (featurep 'xemacs).
8147         * comint.el (send-invisible): Identify buffer, if not selected.
8149         * align.el: Delete autoload for c-guess-basic-syntax.
8151 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
8153         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
8154         Improve argument/docstring consistency.  Doc fixes.
8155         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
8156         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
8157         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
8158         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
8159         (r2bv-organization, r2bv-pages, r2bv-primary-author)
8160         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
8161         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
8162         Defvar at compile time.
8164 2005-08-09  Juri Linkov  <juri@jurta.org>
8166         * info.el: Replace `info' with upper-case `Info' where appropriate.
8167         (info-title-1, info-title-2, info-title-3, info-title-4)
8168         (info-menu-header): Move up face definitions.
8169         (info-menu-star): Rename from `info-menu-5'.
8170         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
8171         (Info-fontify-visited-nodes): Fix docstring.
8172         (Info-hide-note-references): Fix docstring.
8173         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
8174         menu items in the same way as on cross-references.
8175         (info-apropos): Fix sorting order and formatting to be like in the
8176         stand-alone Info browser.  Display error messages for 1 sec.
8177         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
8178         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
8179         from the menu bar.
8180         (Info-insert-dir): Restore point after calling
8181         `insert-buffer-substring'.
8183 2005-08-08  Richard M. Stallman  <rms@gnu.org>
8185         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
8186         (recompute-lucid-menubar): Add defvars.
8188         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
8190         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
8192         * net/net-utils.el (run-dig): Rename from `dig'.
8194         * play/gametree.el (gametree-mode): Use make-local-variable,
8195         not make-variable-buffer-local.
8197         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
8199         * ansi-color.el (ansi-color-make-extent)
8200         (ansi-color-set-extent-face): Use fboundp, not functionp.
8202         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
8203         not make-variable-buffer-local.
8205         * bookmark.el (Info-current-file): Add defvar.
8206         (bookmark-jump-noselect): Use with-no-warnings.
8208         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
8210         * ebuff-menu.el (Helper-return-blurb): Add defvar.
8212         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
8214         * find-file.el (ada-procedure-start-regexp)
8215         (ada-package-start-regexp): Add defvars.
8217         * info.el (Info-insert-dir): Use insert-buffer-substring.
8219         * xml.el (xml-att-def-re): Add defvar.
8221         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
8222         calling convention.
8224         * subr.el (while-no-input): Return t if there is input.
8226 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
8228         * cus-start.el (all): Add `overflow-newline-into-fringe'.
8230 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
8232         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
8233         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
8235 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
8237         * cmuscheme.el (scheme-start-file): Replace reference to
8238         `user-emacs-directory' by "~/.emacs.d/".
8240 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
8242         * info.el (Info-dir-remove-duplicates): Avoid case folding
8243         in loop; instead, keep downcased strings for comparison.
8244         Suggested by Helmut Eller.
8246 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
8248         Sync with Tramp 2.0.50.
8250         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
8251         XEmacs case; not necessary anymore.
8252         (tramp-user-regexp): Allow "@" as part of user name.
8253         (tramp-handle-set-visited-file-modtime)
8254         (tramp-handle-insert-file-contents)
8255         (tramp-handle-write-region): No special handling for
8256         `last-coding-system-used, because this is done in
8257         `tramp-accept-process-output' now.
8258         (tramp-accept-process-output): New defun.
8259         (tramp-process-one-action, tramp-process-one-multi-action)
8260         (tramp-wait-for-regexp, tramp-wait-for-output)
8261         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
8262         Howells <dhowells@redhat.com>.
8263         (clear-visited-file-modtime): Defadvice removed.  The check for
8264         unset buffer's modtime does not need to be based on
8265         `tramp-buffer-file-attributes'.  Suggested by RMS.
8266         (tramp-message): Insert "\n" if not being at beginning of line.
8267         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
8268         sequence with same logic.
8269         (tramp-completion-handle-expand-file-name): Discard call of
8270         `tramp-drop-volume-letter'.  It is not necessary, and there have
8271         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
8272         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
8273         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
8274         should always be visible.
8275         (tramp-handle-insert-directory, tramp-setup-complete)
8276         (tramp-set-process-query-on-exit-flag)
8277         (tramp-append-tramp-buffers): Pacify byte-compiler.
8278         (tramp-bug): Delete non-existing variables from list.
8279         Apply `tramp-load-report-modules' as pre-hook.
8280         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
8281         `shell-prompt-pattern' because of non-7bit characters.
8282         Reported by Sebastian Luque <sluque@mun.ca>.
8283         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
8284         (tramp-match-string-list): Remove function.
8285         (tramp-wait-for-regexp): Remove call of that function.
8286         Suggested by Kim F. Storm <storm@cua.dk>.
8287         (tramp-set-auto-save-file-modes): Use octal integer code #o600
8288         instead of octal character code ?\600.  The latter resulted in a
8289         syntax error with XEmacs.
8291         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
8292         XEmacs case; not necessary anymore.
8293         (tramp-smb-handle-write-region): No special handling for
8294         `last-coding-system-used, because this is done in
8295         `tramp-accept-process-output' now.
8296         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
8298 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
8300         * wid-edit.el (widget-choice-value-create):
8301         Unconditionally respect user choice.  Set :explicit-choice back to nil
8302         when no longer needed.
8303         (widget-choice-action): Unconditionally respect user choice.
8304         Eliminate :explicit-choice-value.
8306         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
8308         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
8309         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
8310         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
8311         running new function `toggle-indicate-empty-lines'.
8312         Rename "Customize" item to "Customize fringe".
8313         Rename "Indicators" item to "Buffer boundaries" and change help echo.
8314         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
8315         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
8316         Delete "Empty lines only" item.
8317         (menu-bar-showhide-fringe-ind-customize): New function.
8318         (menu-bar-showhide-fringe-ind-mixed)
8319         (menu-bar-showhide-fringe-ind-box)
8320         (menu-bar-showhide-fringe-ind-right)
8321         (menu-bar-showhide-fringe-ind-left)
8322         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
8323         instead of `fringe-indicators'.
8325 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
8327         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
8328         Change the date of last update.
8330 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
8332         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
8333         (viper-exec-yank, viper-put-back): Don't display modification msg
8334         if in the minibuffer.
8336         * viper-init.el (viper-replace-overlay-cursor-color)
8337         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
8338         Make variables frame local.
8340         * viper-util.el (viper-append-filter-alist): Use append instead of
8341         nconc.
8343         * viper.el (viper-vi-state-mode-list)
8344         (viper-emacs-state-mode-list): Move help-mode and
8345         completion-list-mode from the first list to the second.
8346         (viper-mode): Docstring.
8347         (viper-go-away, viper-non-hook-settings): Don't localize
8348         minor-mode-alist in newer Emacsen.  Add advice to
8349         set-cursor-color.  Don't bind "\C-c\\".
8351 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
8353         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
8354         (scheme-macro-expand-command): New user options.
8355         (scheme-trace-procedure, scheme-expand-current-form): New commands.
8356         (scheme-form-at-point, scheme-start-file)
8357         (scheme-interactively-start-process): New functions.
8358         (scheme-get-process): New function, extracted from `scheme-proc'.
8359         (run-scheme): Call `scheme-start-file' to get start file, and pass
8360         it to `make-comint'.
8361         (switch-to-scheme, scheme-proc):
8362         Call `scheme-interactively-start-process' if no Scheme buffer/process
8363         is available.
8365 2005-08-06  Juri Linkov  <juri@jurta.org>
8367         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8368         Use `compilation-text-face', `compilation-info-text-face' and
8369         `compilation-error-text-face' instead of `font-lock-keyword-face'.
8370         (compilation-error): New face.
8371         (compilation-error-file-name): Inherit from
8372         `compilation-error' instead of `font-lock-warning-face'.
8373         (compilation-warning-file-name): Inherit from
8374         `compilation-warning' instead of `font-lock-warning-face'.
8375         (compilation-info, compilation-error-file-name)
8376         (compilation-warning-file-name, compilation-info-file-name)
8377         (compilation-line-number, compilation-column-number): Doc fix.
8378         (compilation-error-text-face, compilation-warning-text-face)
8379         (compilation-info-text-face): New face variables.
8380         (compilation-line-face, compilation-column-face)
8381         (compilation-enter-directory-face)
8382         (compilation-leave-directory-face): Doc fix.
8383         (compilation-text-face): New function.
8385         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
8386         instead of 1 to display binary file names as info file links.
8387         (grep-error-face): Use `compilation-error-face' instead of
8388         `font-lock-keyword-face'.
8389         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
8390         and `compilation-warning-text-face' instead of
8391         `font-lock-keyword-face'.  Use `compilation-error-text-face'
8392         instead of `grep-error-face'.
8394 2005-08-05  Kenichi Handa  <handa@m17n.org>
8396         * international/code-pages.el: Add autoload cookies for all coding
8397         systems.
8399 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
8401         * cus-start.el (all): Put undo.c where it alphabetically belongs.
8403 2005-08-04  Juri Linkov  <juri@jurta.org>
8405         * progmodes/compile.el (compilation-mode-map):
8406         * progmodes/grep.el (grep-mode-map):
8407         Bind TAB to `compilation-next-error' and [backtab] to
8408         `compilation-previous-error'.
8410         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
8411         matching line numbers, column numbers and their ranges with regexp
8412         matching only line numbers.
8413         (grep-context-face): New face variable.
8414         (grep-mode-font-lock-keywords): Use it.
8416         * faces.el (read-face-name): Delete duplicate faces.
8418 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
8420         * thumbs.el (thumbs-find-image): Don't make variables
8421         automatically buffer local.
8422         (thumbs-current-tmp-filename, thumbs-current-image-filename)
8423         (thumbs-image-num): Make automatically buffer local.
8424         (thumbs-show-thumbs-list): Use `make-local-variable', not
8425         `make-variable-buffer-local'.
8426         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
8428         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
8429         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
8430         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
8431         (bother, bye, canyou, chatlst, continue, deathlst, describe)
8432         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
8433         (feelings-about, foullst, found, hello, history, howareyoulst)
8434         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
8435         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
8436         (neglst, obj, object, owner, please, problems, qlist)
8437         (random-adjective, relation, remlst, repetitive-shortness)
8438         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
8439         (shortlst, something, sportslst, stallmanlst, states, subj)
8440         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
8441         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
8442         Defvar at compile time.
8444         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
8445         not `make-variable-buffer-local'.
8447 2005-08-02  Kim F. Storm  <storm@cua.dk>
8449         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
8450         rectangle overlay in selected window.
8452 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
8454         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
8455         instead of display group.  Make `indicate-buffer-boundaries'
8456         customizable through Custom.
8458 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
8460         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
8461         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
8462         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
8463         (gdb-put-string): Fix typos in docstrings.
8465 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
8467         Update copyright notices of files in progmodes directory for
8468         release of Emacs 22.1.
8470         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
8472         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
8473         Don't barf if the GUD buffer has been killed.
8475 2005-08-01  Kim F. Storm  <storm@cua.dk>
8477         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
8479 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8481         * simple.el (next-error-follow-minor-mode):
8482         make-variable-buffer-local -> make-local-variable.
8484         * emacs-lisp/cl-extra.el: Require CL also when compiling.
8486         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
8487         (byte-compile-form-make-variable-buffer-local): New functions to warn
8488         about misuses of make-variable-buffer-local where make-local-variable
8489         was meant.
8491 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
8493         * bs.el (bs-attributes-list): Doc fix.
8494         (bs): Update url-link.
8496         * desktop.el (desktop-save-buffer): Fix typos in docstring.
8497         (desktop-load-default): Simplify.
8499         * ibuffer.el (ibuffer-columnize-and-insert-list)
8500         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
8501         (ibuffer-unmark-all, ibuffer-toggle-marks)
8502         (ibuffer-unmark-forward, ibuffer-unmark-backward)
8503         (ibuffer-compile-make-format-form, ibuffer-format-column)
8504         (ibuffer-current-buffers-with-marks)
8505         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
8506         (ibuffer): Doc fix.
8507         (ibuffer-mode): Fix typo in docstring.
8508         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
8509         with `define-obsolete-variable-alias'.
8510         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
8512 2005-07-29  Kenichi Handa  <handa@m17n.org>
8514         * international/mule-cmds.el (select-message-coding-system):
8515         Be sure to use LF for end-of-line.  If no coding system is decided,
8516         return iso-8859-1-unix.
8518 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8520         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
8521         (ange-ftp-pending-error-line): New vars.
8522         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
8523         to handle the non-fatal no-route-to-host messages.
8524         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
8526 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
8528         * isearch.el (isearch-mode-map, isearch-other-meta-char)
8529         (isearch-quote-char, isearch-printing-char)
8530         (isearch-text-char-description): "?\ " -> "?\s".
8531         (isearch-lazy-highlight-cleanup)
8532         (isearch-lazy-highlight-initial-delay)
8533         (isearch-lazy-highlight-interval)
8534         (isearch-lazy-highlight-max-at-a-time)
8535         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
8536         Declare with define-obsolete-*-alias macros.
8537         (isearch-forward): Fix typo in docstring.
8538         (search-invisible, search-ring-yank-pointer)
8539         (regexp-search-ring-yank-pointer): Doc fixes.
8541         * recentf.el (recentf-menu-append-commands-p): Declare with
8542         `define-obsolete-variable-alias'.
8543         (recentf-max-saved-items, recentf-menu-filter)
8544         (recentf-arrange-by-rule-subfilter): Doc fixes.
8545         (recentf-menu-append-commands-flag)
8546         (recentf-initialize-file-name-history, recentf-expand-file-name)
8547         (recentf-clear-data): Fix typos in docstrings.
8549 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
8551         * progmodes/gdb-ui.el: Smarten comments.
8552         (gdb-info-breakpoints-custom): Use nowarn when finding file.
8554 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
8556         * term/apollo.el (terminal-init-apollo): New function containing
8557         all former top level forms in the file.
8558         * term/bobcat.el (terminal-init-bobcat):
8559         * term/cygwin.el (terminal-init-cygwin):
8560         * term/iris-ansi.el (terminal-init-iris-ansi):
8561         * term/linux.el (terminal-init-linux):
8562         * term/news.el (terminal-init-news):
8563         * term/rxvt.el (terminal-init-rxvt):
8564         * term/sun.el (terminal-init-sun):
8565         * term/tvi970.el (terminal-init-tvi970):
8566         * term/vt100.el (terminal-init-vt100):
8567         * term/vt102.el (terminal-init-vt102):
8568         * term/vt125.el (terminal-init-vt125):
8569         * term/vt200.el (terminal-init-vt200):
8570         * term/vt201.el (terminal-init-vt201):
8571         * term/vt220.el (terminal-init-vt220):
8572         * term/vt240.el (terminal-init-vt240):
8573         * term/vt300.el (terminal-init-vt300):
8574         * term/vt320.el (terminal-init-vt320):
8575         * term/vt400.el (terminal-init-vt400):
8576         * term/vt420.el (terminal-init-vt420):
8577         * term/wyse50.el (terminal-init-wyse50):
8578         * term/xterm.el (terminal-init-xterm): Likewise.
8580         * term/README: Describe the terminal-init-* functionality.
8582         * startup.el (command-line): After loading the terminal initialization
8583         file call the corresponding terminal initialization function.
8585 2005-07-27  Kenichi Handa  <handa@m17n.org>
8587         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
8588         negative.
8590         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
8591         (ps-mule-composition-prologue): Fix for the case that
8592         RelativeCompose is false.
8594 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8596         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
8598         * descr-text.el (describe-char): Handle the case where the list of
8599         chars is displayed in a separate frame.
8600         Be a bit more discriminating when looking for the char.
8602 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
8604         * bookmark.el (bookmark-automatically-show-annotations)
8605         (bookmark-read-annotation-text-func): Doc fixes.
8606         (bookmark-save): Improve argument/docstring consistency.
8607         (bookmark-get-bookmark, bookmark-get-bookmark-record)
8608         (bookmark-alist-from-buffer)
8609         (bookmark-upgrade-file-format-from-0)
8610         (bookmark-grok-file-format-version)
8611         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
8612         (bookmark-read-annotation-mode)
8613         (bookmark-insert-current-bookmark, bookmark-jump)
8614         (bookmark-exit-hook): Fix typos in docstrings.
8615         (bookmark-exit-hooks): Define as obsolete alias.
8616         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
8617         not `bookmark-exit-hooks'.  Fix docstring.
8618         (bookmark-bmenu-select): "?\ " -> "?\s".
8620 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
8622         * startup.el (command-line): Fix typo.
8624 2005-07-24  Richard M. Stallman  <rms@gnu.org>
8626         * tooltip.el (tooltip-mode): Test emacs-basic-display,
8627         not emacs-quick-startup.
8629 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
8631         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
8632         (reb-next-match, reb-show-subexp): Use `with-selected-window'
8633         instead of `reb-with-current-window'.
8634         (reb-prev-match): Likewise.  Also, don't move left if the search
8635         was unsuccessful.
8636         (reb-initialize-buffer): New function.
8637         (re-builder, reb-change-syntax): Use it.
8639         * man.el (Man-goto-page): Make second argument NOERROR optional.
8641 2005-07-23  Richard M. Stallman  <rms@gnu.org>
8643         * man.el (Man-bgproc-sentinel): Check here for failure to find
8644         any man page in the output, and report the error here.
8645         (Man-arguments): Make it permanent local.
8646         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
8647         (Man-mode): Pass t for NOERROR.
8649         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
8650         (grep-mode-font-lock-keywords):
8651         Don't use compilation-...-face for messages that are not file names.
8653         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8654         Don't use compilation-...-face for messages that are not file names.
8656 2005-07-22  Juri Linkov  <juri@jurta.org>
8658         * startup.el (normal-splash-screen): Update menu name.
8660         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
8662 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8664         * term/xterm.el: Load term/rxvt if the terminal is actually an
8665         rxvt terminal.
8666         (xterm-rxvt-set-background-mode): Remove, not used anymore.
8668         * term/rxvt.el (function-key-map): Use substitute-key-definition
8669         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
8671         * term/cygwin.el: New file.
8673 2005-07-22  Kim F. Storm  <storm@cua.dk>
8675         * image-file.el (insert-image-file, image-file-yank-handler):
8676         Fix last change to maintain a (unique) yank-handler on yanked images.
8678 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
8680         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
8681         of the file size (as in "177B" for 177 bytes).  This happens with
8682         "ls -lh" on FreeBSD.
8684 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
8686         * hilit-chg.el (highlight-changes-global-initial-state)
8687         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
8688         (hilit-chg-fixup, highlight-changes-mode):
8689         Fix typos in docstrings.
8690         (highlight-changes-global-modes, highlight-changes-rotate-faces):
8691         Doc fixes.
8693 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
8695         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
8696         mode function using `eval-after-load'.
8698 2005-07-21  Kim F. Storm  <storm@cua.dk>
8700         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
8701         included when reporting an emacs crash, and tell about the DEBUG file.
8703         * image-file.el (insert-image-file): Add yank-handler.
8704         (image-file-yank-handler): Yank handler to make unique copies of
8705         images when they are yanked into a buffer next to each other.
8707 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
8709         * comint.el (comint-use-prompt-regexp, comint-send-input)
8710         (comint-source-default, comint-extract-string)
8711         (comint-get-source, comint-word, comint-completion)
8712         (comint-source, comint-prompt-read-only, comint-update-fence):
8713         Fix typos in docstrings.
8714         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
8715         Declare with define-obsolete-*-alias macros.
8716         (comint-previous-matching-input-from-input)
8717         (comint-next-matching-input-from-input)
8718         (comint-previous-matching-input, comint-next-matching-input)
8719         (comint-forward-matching-input):
8720         Improve argument/docstring consistency.
8722         * desktop.el (desktop-clear-preserve-buffers-regexp):
8723         Also preserve the *server* buffer.
8725         * simple.el (clone-indirect-buffer): Doc fix.
8726         (fixup-whitespace, just-one-space)
8727         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
8728         (next-error, next-error-highlight)
8729         (next-error-highlight-no-select, next-error-last-buffer)
8730         (next-error-buffer-p, next-error-find-buffer, next-error)
8731         (previous-error, next-error-no-select, previous-error-no-select)
8732         (open-line, split-line, minibuffer-prompt-width, kill-new)
8733         (binary-overwrite-mode): Fix typos in docstrings.
8734         (set-fill-column): Fix typo in message.
8736         * skeleton.el (skeleton-proxy-new): Doc fix.
8738         * strokes.el (strokes-load-hook): Doc fix.
8739         (strokes-grid-resolution, strokes-get-grid-position)
8740         (strokes-renormalize-to-grid, strokes-read-stroke)
8741         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
8742         (strokes-global-map): Fix typos in docstrings.
8743         (strokes-help): Doc fix.  Fix help message and pass it through
8744         `substitute-command-keys'.
8746         * tempo.el (tempo-insert-prompt, tempo-interactive)
8747         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
8748         (tempo-insert-string-functions, tempo-local-tags)
8749         (tempo-define-template, tempo-insert-template)
8750         (tempo-insert-prompt-compat, tempo-is-user-element)
8751         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
8752         Fix typos in docstrings.
8754         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
8755         (vcursor-key-bindings, vcursor-use-vcursor-map)
8756         (vcursor-find-window, vcursor-scroll-down)
8757         (vcursor-disable, vcursor-beginning-of-buffer)
8758         (vcursor-end-of-buffer): Fix typos in docstrings.
8759         (vcursor-relative-move, vcursor-get-char-count):
8760         Improve argument/docstring consistency.
8762         * version.el: "?\ " -> "?\s".
8764         * wid-edit.el (widget-default-create, widget-after-change)
8765         (widget-default-format-handler, widget-checklist-add-item)
8766         (widget-radio-add-item, widget-choose, widget-specify-secret)
8767         (widget-field-value-create, widget-field-value-get)
8768         (widget-editable-list-format-handler)
8769         (widget-editable-list-entry-create, widget-group-value-create)
8770         (widget-documentation-link-add)
8771         (widget-documentation-string-value-create): "?\ " -> "?\s".
8772         (widget-convert-text): Doc fix.
8773         (widget-narrow-to-field, widget-field-find)
8774         (widget-url-link-action, widget-emacs-library-link-action)
8775         (widget-color-notify): Fix typos in docstrings.
8777         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
8778         (x-select-text, set-w32-system-coding-system)
8779         (w32-add-charset-info): Fix typos in docstrings.
8781         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
8782         (cua-enable-cua-keys, cua-use-hyper-key)
8783         (cua-virtual-rectangle-edges): Fix typos in docstrings.
8784         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
8786         * net/tramp.el (tramp-handle-load): Fix typo in error message.
8788         * emacs-lisp/re-builder.el (regexp-builder): Declare with
8789         `defalias' instead of faking it.
8791         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
8792         (eshell-ls-missing, eshell-ls-dired-initial-args)
8793         (eshell-ls-use-in-dired): Fix typos in docstrings.
8795 2005-07-20  Kim F. Storm  <storm@cua.dk>
8797         * emulation/cua-base.el (cua-mode): Improve doc string.
8799 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
8801         * abbrev.el (expand-region-abbrevs): Doc fix.
8802         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
8803         Improve argument/docstring consistency.
8805         * arc-mode.el (archive-get-descr, archive-alternate-display):
8806         Doc fixes.
8807         (archive-l-e): Improve argument/docstring consistency.
8808         (archive-tmpdir, archive-unixdate, archive-unixtime)
8809         (archive-chmod-entry): Fix typos in docstrings.
8810         (archive-unflag, archive-unflag-backwards)
8811         (archive-unmark-all-files): "?\ " -> "?\s".
8813         * buff-menu.el (Buffer-menu-unmark): Doc fix.
8814         (Buffer-menu-not-modified, Buffer-menu-execute)
8815         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
8816         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
8818         * composite.el (compose-string, encode-composition-rule)
8819         (compose-last-chars): Fix typos in docstrings.
8821         * desktop.el (desktop-enable, desktop-basefilename):
8822         Declare with `define-obsolete-variable-alias'.
8823         (desktop-internal-v2s): Don't quote keywords.
8824         (desktop-clear): "?\ " -> "?\s".
8826         * dired.el (dired-align-file, dired-flag-backup-files)
8827         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
8828         (dired-listing-switches, dired-ls-F-marks-symlinks)
8829         (dired-dwim-target, dired-load-hook, dired-mode-hook)
8830         (dired-directory, dired-faces, dired, dired-revert)
8831         (dired-mode, dired-summary, dired-view-file)
8832         (dired-copy-filename-as-kill, dired-delete-file)
8833         (dired-no-confirm, dired-unmark-all-marks)
8834         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
8835         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
8836         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
8837         Fix typos in message strings.
8839         * dired-x.el (virtual-dired): Declare with `defalias'.
8840         (dired-mark-unmarked-files, dired-local-variables-file)
8841         (dired-omit-here-always): Doc fix.
8842         (dired-omit-mode, dired-find-subdir)
8843         (dired-enable-local-variables, dired-clean-up-buffers-too)
8844         (dired-extra-startup, dired-mark-extension, dired-jump)
8845         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
8846         (dired-smart-shell-command, dired-guess-shell-alist-user)
8847         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
8848         (dired-x-bind-find-file, dired-x-submit-report):
8849         Fix typos in docstrings.
8850         (dired-mark-unmarked-files): "?\ " -> "?\s".
8852         * dirtrack.el (dirtrack-list): Fix typos in docstring.
8854         * faces.el (describe-face): "?\ " -> "?\s".
8855         (read-all-face-attributes, read-face-font, modify-face)
8856         (face-attr-construct, italic): Fix typos in docstrings.
8857         (frame-update-face-colors): Declare with
8858         `define-obsolete-function-alias'.
8860         * files.el (find-file-noselect, recode-file-name): Doc fixes.
8861         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
8862         (magic-mode-alist, buffer-file-numbers-unique)
8863         (write-file-functions, get-free-disk-space):
8864         Fix typos in docstrings.
8865         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
8866         (write-contents-hooks, write-file-hooks):
8867         Declare with `define-obsolete-variable-alias'.
8869         * forms-d2.el (arch-rj): Fix typo in docstrings.
8870         (arch-tocol): Likewise.  "?\ " -> "?\s".
8872         * frame.el (set-frame-font, cursor-in-non-selected-windows):
8873         Fix typo in docstring.
8874         (set-screen-width, set-screen-height): Delete redundant info in
8875         doctrings.
8876         (new-frame, screen-height, screen-width): Declare with
8877         `define-obsolete-function-alias'.
8878         (delete-frame-hook, blink-cursor): Declare with
8879         `define-obsolete-variable-alias'.
8881         * paths.el (prune-directory-list): Fix typos in docstring.
8883         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
8884         (cvs-prefix-get): Fix typos in docstrings.
8886         * ps-print.el (ps-extend-face-list, ps-extend-face)
8887         (ps-print-background-image): Fix typos in docstrings.
8888         (ps-default-fg, ps-default-bg): Doc fixes.
8890         * s-region.el (s-region-bind): Doc fix.
8891         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
8893         * textmodes/org.el (org-table-formula-substitute-names)
8894         (org-table-get-vertical-vector): Doc fixes.
8895         (org-table-recalculate): Remove unused argument to `message'.
8897 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
8899         * textmodes/org.el (org-table-column-names)
8900         (org-table-column-name-regexp)
8901         (org-table-named-field-locations): New variables.
8902         (org-archive-subtree): Protect `this-command' when calling
8903         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
8904         the kill buffer.
8905         (org-complete): Remove fixed-formula completion.
8906         (org-edit-formulas-map): New variable.
8907         (org-table-edit-formulas): New command.
8908         (org-finish-edit-formulas, org-abort-edit-formulas)
8909         (org-show-variable, org-table-get-vertical-vector): New functions.
8910         (org-table-maybe-eval-formula): Handle `:=' fields.
8911         (org-table-get-stored-formulas, org-table-store-formulas)
8912         (org-table-get-formula, org-table-modify-formulas)
8913         (org-table-replace-in-formulas): Handle named field formulas.
8914         (org-table-get-specials): Store locations of named fields.
8916 2005-07-19  Juri Linkov  <juri@jurta.org>
8918         * progmodes/grep.el (grep-regexp-alist)
8919         (grep-mode-font-lock-keywords, grep-process-setup):
8920         Use default GNU grep match color "01;31m" instead of "01;41m".
8921         (grep-regexp-alist, grep-mode-font-lock-keywords):
8922         Use `\\[[0-9]*m' instead of `\\[00m'.
8923         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
8924         sgr_start where its handling is more important.  Use the real
8925         length of sgr_start instead of constant 8.
8926         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
8927         specially.  Delete all remaining escape sequences.
8928         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
8929         (grep-regexp-alist): Make hyperlink only for binary file name
8930         instead of the whole line.
8931         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
8932         (grep-mode): Add autoload.
8934         * emacs-lisp/find-func.el (find-function-regexp):
8935         Add `define-compilation-mode'.
8937 2005-07-19  Juri Linkov  <juri@jurta.org>
8939         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
8940         (compare-windows-sync-string-size, compare-windows-recenter)
8941         (compare-windows-highlight, compare-windows): Add version 22.1.
8942         (compare-windows) <defface>: Inherit from lazy-highlight instead
8943         of duplicating its default value.
8945         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
8946         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
8948         * descr-text.el (describe-char): Create link buttons for `charset'
8949         and `code point'.  Add the current input method name with a link
8950         button to `to input' field.  Print face names of display table
8951         characters in `The display table entry is displayed by' section
8952         instead of printing face-id in the `display' field.
8953         Guess hardcoded faces and create a link button for them.
8954         Skip empty fields when calculating max-width.
8955         Treat `widget-create' specially while inserting strings from the
8956         collected field list.
8957         (describe-char-after): Made obsolete in version 22.1, not 21.5.
8959         * diff-mode.el (diff-file-header): Change foreground color from
8960         yellow to green on light backgrounds.
8961         (diff-context): Inherit from `shadow' only for color/grayscale
8962         with more than 88 colors.
8963         (diff-indicator-removed, diff-indicator-added)
8964         (diff-indicator-changed): New faces.
8965         (diff-font-lock-keywords): Use new faces.  Regroup rules.
8966         Add "^---$" for `normal' diff format.  Fontify `#' lines with
8967         font-lock-comment-delimiter-face and font-lock-comment-face.
8968         Add `#' to ^[^...] in the rule for `diff-context-face'.
8970         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
8971         a button-like box.  Inherit from `highlight' on low colors.
8972         (shadow): Use shades of gray only for color/grayscale with
8973         more than 88 colors.  Use green for light backgrounds with
8974         8 colors, and yellow for dark backgrounds with 8 colors.
8976         * font-lock.el (font-lock-regexp-grouping-backslash):
8977         Don't inherit from escape-glyph (use bold for all cases).
8979         * info.el (info-xref-visited): Use light foreground color `violet'
8980         for dark backgrounds instead of dark color `magenta3'.
8981         (info-title-1): Use `yellow' color for dark backgrounds.
8983         * isearch.el (isearch): Use not-too-dark magenta3 instead of
8984         too-light magenta2.
8986         * replace.el (match): Use slightly more light RoyalBlue3 instead
8987         of dark RoyalBlue4.
8989         * wid-edit.el (widget-inactive): Inherit from `shadow'.
8991 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
8993         * novice.el (disabled-command-hook): Declare it with
8994         `define-obsolete-variable-alias'.
8996         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
8997         (desktop-buffer-misc-functions, desktop-buffer-handlers)
8998         (desktop-load-default): Add release to obsolescence info.
8999         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
9000         (desktop-append-buffer-args, desktop-read):
9001         Fix typos in docstrings.
9002         (desktop-kill): Fix typo in message.
9003         (desktop-save): Doc fix.
9005 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
9007         * viper-cmd.el (viper-escape-to-state): Bug fix.
9008         (viper-envelop-ESC-key): Change the definition of fast
9009         keysequence so it'll work with keyboard macros.
9011         * ediff.el (ediff-patch-buffer): Change the docstring.
9013 2005-07-19  Kenichi Handa  <handa@m17n.org>
9015         * international/mule-cmds.el (select-safe-coding-system): Try to
9016         use an auto-coding (if any) before anything else.  If the found
9017         auto-coding is invalid, show a warning message.
9019         * international/mule.el (find-auto-coding): New function created
9020         by modifying the body of set-auto-coding.
9021         (set-auto-coding): Use find-auto-coding to find a coding.
9023 2005-07-18  Richard M. Stallman  <rms@gnu.org>
9025         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
9026         not isearch-mode-end-hook-error.
9027         (allout-before-change-protect): Fix error message.
9029 2005-07-18  Juri Linkov  <juri@jurta.org>
9031         * allout.el (allout-mode):
9032         * calculator.el (calculator-copy):
9033         * custom.el (custom-known-themes):
9034         * dired.el (dired-desktop-buffer-misc-data)
9035         (dired-restore-desktop-buffer):
9036         * dired-x.el (dired-omit-marker-char):
9037         * files.el (basic-save-buffer):
9038         * font-core.el (font-lock-mode):
9039         * calendar/calendar.el (calendar-goto-hebrew-date)
9040         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
9041         (calendar-goto-persian-date):
9042         * language/ethio-util.el (ethio-sera-to-fidel-region):
9043         * textmodes/picture.el (picture-mode):
9044         Delete duplicate duplicate words.
9046 2005-07-18  Juri Linkov  <juri@jurta.org>
9048         * isearch.el (isearch-mode-map): Remove key bindings for regexp
9049         chars * ? } |.
9050         (isearch-fallback): Don't call `isearch-process-search-char'.
9051         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
9052         (isearch-process-search-char): Call `isearch-fallback' for regexp
9053         chars * ? } |.
9054         (isearch-return-char): Make obsolete with `make-obsolete' instead
9055         of simply documenting it as obsolete in the docstring.
9056         (isearch-fallback): Refill docstring.
9058         * international/isearch-x.el
9059         (isearch-process-search-multibyte-characters): Remove unneeded
9060         `concat'.  Add intermediate values to `junk-hist' instead of
9061         `minibuffer-history'.  Test the length of `str'.
9063 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
9065         * allout.el (allout-resolve-xref): Fix typos in error strings.
9066         (allout-before-change-protect): Remove unneeded `concat'.
9068         * array.el (array-mode, array-reconfigure-rows)
9069         (untabify-backward): Fix typos in docstrings.
9070         (array-reconfigure-rows): Use `insert-buffer-substring', not
9071         `insert-buffer'.
9073         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
9074         * progmodes/ada-mode.el (ada-make-body):
9075         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
9077         * dired.el (dired-log):
9078         * tar-mode.el (tar-subfile-save-buffer):
9079         * play/zone.el (zone-pgm-stress-destress):
9080         Use `insert-buffer-substring', not `insert-buffer'.
9082 2005-07-17  Simon Josefsson  <jas@extundo.com>
9084         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
9086 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
9088         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
9089         Add plain auth method.
9090         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
9092 2005-07-17  Kim F. Storm  <storm@cua.dk>
9094         * ido.el (dired-other-window): Add ido property.
9096 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
9098         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
9099         Fix typo in docstring.
9100         (byte-compile-interactive-only-functions): Add `insert-buffer' and
9101         `insert-file-literally'.
9103         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
9104         info and delete redundant message.  Doc fix.
9105         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
9106         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
9108 2005-07-16  Richard M. Stallman  <rms@gnu.org>
9110         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
9111         (byte-compile-and): Use byte-compile-and-recursion.
9112         (byte-compile-or-recursion): New function.
9113         (byte-compile-or): Use that.
9114         (byte-compile-if): Guard the else-clause too.
9115         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
9117         * isearch.el (isearch-mode-end-hook-quit): New variable.
9118         (isearch-done): Bind it.
9119         (isearch-mode-end-hook): Doc fix.
9121         * allout.el (allout-isearch-did-quit): Variable deleted.
9122         (allout-real-isearch-abort): Function name no longer used.
9123         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
9124         (allout-isearch-rectification): isearch-mode always exists.
9125         Don't set allout-isearch-did-quit.
9126         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
9127         allout-isearch-did-quit.
9128         (allout-enwrap-isearch): Just add the hook.
9129         (allout-isearch-abort): Function deleted.
9130         (allout-pre-command-business): Avoid warning.
9132         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
9133         Correctly avoid warnings.
9134         (pascal-outline): Likewise.
9136         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
9138         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
9140         * play/tetris.el (tetris-mode): Avoid warning.
9142         * play/snake.el (snake-mode): Avoid warning.
9144         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
9145         (gamegrid-set-display-table): Avoid warning.
9146         (gamegrid-set-timer): Likewise.
9147         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
9148         (gamegrid-add-score-with-update-game-score-1): Take FILE
9149         as argument.
9150         (gamegrid-add-score-with-update-game-score): Pass that argument.
9151         Rename have-shared-game-dir to gamegrid-shared-game-dir.
9153         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
9155         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
9156         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
9158         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
9159         and insert-file.
9161         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
9162         (sc-ask): Avoid warnings.
9164         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
9165         (eshell-hist-initialize): Use that var the natural way.
9167         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
9169         * emacs-lisp/re-builder.el (reb-cook-regexp):
9170         Avoid warning calling lre-compile-string.
9171         (reb-color-display-p): Avoid warning.
9173         * calculator.el (calculator-last-input): Guard uses
9174         of event-key and key-press-event-p.
9175         (event-key, key-press-event-p): Delete definitions.
9177         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
9178         (find-gc-source-directory, find-gc-subrs-callers)
9179         (find-gc-noreturn-list, find-gc-source-files)
9180         (find-gc-subrs-called): Vars renamed and defvar'd.
9182         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
9183         (checkdoc-overlay-put, checkdoc-delete-overlay)
9184         (checkdoc-overlay-start, checkdoc-overlay-end)
9185         (checkdoc-mode-line-update, checkdoc-char=):
9186         Define such that compiler knows they are defined.
9187         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
9188         (checkdoc-read-event): Delete.  Use read-event directly.
9190         * whitespace.el (whitespace-make-overlay)
9191         (whitespace-overlay-put, whitespace-delete-overlay)
9192         (whitespace-overlay-start, whitespace-overlay-end):
9193         Define such that compiler knows they are defined.
9194         (whitespace): Move conditional inside.
9196         * tempo.el (tempo-insert-template): Suppress warning.
9198         * ediff-diff.el (longlines-mode): Add defvar.
9200 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
9202         * server.el: Bind "C-x #" in a way that works even if C-x is
9203         redefined to a command key, not a prefix key.
9205 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
9207         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
9208         cl-make-type-test till execution time.
9210 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
9212         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
9213         arg ARG and use it.
9215 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
9217         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
9219 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
9221         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
9222         a defcustom with two :set or :type keywords.
9224 2005-07-15  Richard M. Stallman  <rms@gnu.org>
9226         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9227         Don't give ^M comment-end syntax.
9229 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
9231         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
9232         Don't consider gdbmi (gdb-mi.el has its own update functions).
9233         (gdb-var-delete): Make it work for gdbmi as well.
9234         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
9236         * progmodes/gud.el (etags, sdb): Only require etags when needed.
9237         (gud-speedbar-menu-items): Correct logic for enabling items.
9239 2005-07-15  Kim F. Storm  <storm@cua.dk>
9241         * ido.el: Fix commentary.
9242         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
9243         Use with-no-warnings around ffap-guesser.
9244         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
9245         Let bind minibuffer-completing-file-name to t.
9247 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
9249         * startup.el (site-run-file, keyboard-type): Doc fixes.
9250         (command-line): Check for "--basic-display" argument; also for
9251         "--quick", not "--bare-bones" (which was renamed).
9252         (fancy-splash-text): Add missing item "Getting New Versions".
9253         (normal-splash-screen): Fix typos and improve consistency with
9254         `fancy-splash-text'.  Update copyright year.
9256         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
9257         valid binding for `help-char'.
9259         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
9261 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
9263         * term.el (term-mode): Disable cua-mode for term buffers.
9265 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
9267         * add-log.el (add-log-mailing-address, change-log-merge):
9268         Doc fixes.
9269         (change-log-get-method-definition): Fix typo in docstring.
9271 2005-07-14  Kim F. Storm  <storm@cua.dk>
9273         * emulation/cua-base.el:
9274         (cua--pre-command-handler-1, cua--pre-command-handler)
9275         (cua--post-command-handler-1, cua--post-command-handler):
9276         Split in two.  Check (buffer local) value of cua-mode.
9277         (cua-selection-mode): New command.
9279 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
9281         * custom.el (custom-initialize-safe-set)
9282         (custom-initialize-safe-default): Doc fixes.
9284         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
9285         and simplify :init-value again.
9287         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
9288         and simplify :init-value again.  Delete autoload.
9290         * startup.el (command-line): Use `custom-reevaluate-setting' again
9291         for tooltip-mode.
9293         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
9294         a defcustom with two :initialize keywords.
9296 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
9298         * allout.el (my-mark-marker, allout-isearch-prior-pos)
9299         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
9300         (allout-post-command-business, allout-flag-region)
9301         (isearch-reenable-font-lock, allout-yank)
9302         (allout-insert-latex-header, allout-insert-latex-trailer)
9303         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
9304         (allout-latex-verb-quote): Fix typos in docstrings.
9305         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
9306         (allout-unprotected, allout-prefix-data):
9307         Improve argument/docstring consistency.
9308         (allout-chart-subtree): Fix argument spec.
9309         (allout-open-topic): Rename `use_sib_bullet' argument to
9310         `use-sib-bullet'.  Doc fix.
9312         * whitespace.el (whitespace-check-buffer-leading)
9313         (whitespace-check-buffer-trailing)
9314         (whitespace-check-buffer-indent)
9315         (whitespace-check-buffer-spacetab)
9316         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
9317         (whitespace-check-leading-whitespace)
9318         (whitespace-check-trailing-whitespace)
9319         (whitespace-check-spacetab-whitespace)
9320         (whitespace-check-indent-whitespace)
9321         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
9322         (whitespace-modes): Fix typos in docstrings.
9323         (defgroup, defcustom): Doc fixes.
9325         * winner.el (winner-mode, winner-boring-buffers)
9326         (winner-pending-undo-ring): Doc fixes.
9327         (winner-ring): Remove unneeded `progn'.
9328         (winner-equal): `defsubst' it.
9329         (winner-redo): Fix message.
9331 2005-07-13  Kim F. Storm  <storm@cua.dk>
9333         * simple.el (line-move-1): Always use vertical-motion to
9334         do the last (or only) line move to ensure some movement.
9335         Undo 2005-06-23 change--don't check for overlays.
9337 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9339         * term/mac-win.el (ccl-encode-mac-roman-font)
9340         (ccl-encode-mac-centraleurroman-font)
9341         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
9342         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
9343         Change charset-id boundary of dimension to ?\xef.
9344         (mac-char-fontspec-list): New constant.
9345         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
9346         argument.  Nil uses itself as family in font-spec.  Previous
9347         behavior for nil is now provided by non-nil non-string argument.
9348         All callers changed.  Add font-specs for Mac fonts to
9349         "fontset-default" unless iso8859-1 fonts are installed.
9351 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9353         * progmodes/sh-script.el (sh-get-indent-info): Only indent
9354         a continuation line if the \ is preceded by SPC or TAB.
9355         (sh-get-indent-info): Simplify.
9356         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
9357         Use with-current-buffer.
9359         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
9360         when the matched text is empty.
9362 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
9364         * startup.el (command-line): Revert to previous handling of
9365         tooltip-mode.  Explain in comment why the complexity is needed.
9367         * tooltip.el (tooltip-mode): Revert to previous implementation of
9368         its defcustom.
9370         * frame.el (blink-cursor-mode): Revert to previous implementation
9371         of its defcustom.  Update comment.
9373 2005-07-12  Lars Hansen  <larsh@soem.dk>
9375         * desktop.el: Update e-mail address.
9377 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9379         * term/mac-win.el (mac-services-mail-selection)
9380         (mac-services-mail-to): New functions.
9381         (mac-application-menu-map): Bind them.
9383 2005-07-12  wulei <milton@wulei.net>  (tiny change)
9385         * progmodes/gdb-ui.el: Add note about buffering with Windows.
9387 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
9389         * custom.el (custom-reevaluate-setting): Doc fix.
9391 2005-07-11  Jay Belanger  <belanger@truman.edu>
9393         * calc/calc.el (calc-embedded-announce-formula-alist)
9394         (calc-embedded-open-close-plain-alist)
9395         (calc-embedded-open-close-mode-alist): Add checks for additional
9396         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
9398 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
9400         * custom.el (custom-enable-theme): Don't add theme to
9401         `custom-enabled-themes' with `push' because there is no
9402         setf-method for `delq'.
9404 2005-07-11  Richard M. Stallman  <rms@gnu.org>
9406         * custom.el (custom-declare-variable): Doc fix.
9408         * dired-aux.el (dired-compare-directories): Remove "." and ".."
9409         from the alists.
9411         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
9412         Do nothing if edebug-active.
9414         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
9415         (edebug-display): Do it here instead.
9417 2005-07-10  Richard M. Stallman  <rms@gnu.org>
9419         * cus-face.el (custom-theme-set-faces): Make it work.
9420         (custom-reset-faces): Doc fix.
9421         (custom-theme-reset-internal-face, custom-theme-face-value):
9422         Functions deleted.
9424         * custom.el (custom-push-theme): Maintain list of the settings
9425         of a given theme in its theme-settings property.
9426         Maintain position of old settings in the theme-value
9427         or theme-face property.
9428         (custom-enabled-themes): New variable.
9429         (custom-theme-enabled-p): New function.
9430         (provide-theme): Update custom-enabled-themes.
9431         Disable and reenable the `user' theme.
9432         (require-theme): Doc fix.
9433         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
9434         (custom-theme-value, custom-theme-variable-value): Likewise.
9435         (custom-theme-reset-internal): Likewise.
9436         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
9437         (custom-enable-theme, custom-disable-theme): New functions.
9438         (custom-variable-theme-value, custom-face-theme-value): Likewise.
9439         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
9440         (custom-theme-reset-variables): Simplify.
9441         (deftheme, custom-declare-theme, custom-make-theme-feature):
9442         Definitions moved.
9444 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
9446         * longlines.el (longlines-show-region)
9447         (longlines-unshow-hard-newlines): Recognize hard newlines by
9448         non-nil hard property, instead of t.
9450 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
9452         * viper-cmd.el (viper--key-maps): New variable.
9453         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
9454         emulation-mode-map-alists.
9455         (viper-envelop-ESC-key): Use viper-subseq.
9456         (viper-search-forward/backward/next): Disable debug-on-error.
9458         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
9459         (viper-ESC-key): New defcustoms.
9461         * viper-macs.el (ex-map-read-args): Use viper-subseq.
9463         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
9464         (viper-subseq): Copy of subseq from cl.el.
9466         * viper.el (viper-go-away, viper-set-hooks): Use
9467         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
9469         * viper-mous.el (viper-current-frame-saved): Use defvar.
9471         * viper-init.el: Get rid of -face in face names.
9473         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
9474         Make it work with longlines mode
9476         * ediff-mult.el (ediff-meta-mode-hook): New variable.
9478         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
9480         * ediff-init.el: Get rid of -face in face names.
9482 2005-07-10  Richard M. Stallman  <rms@gnu.org>
9484         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
9485         and with-timeout-unsuspend.
9487         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
9488         and with-timeout-unsuspend.
9490         * emacs-lisp/timer.el (with-timeout-timers): New variable.
9491         (with-timeout): Bind that variable to record timers.
9492         (with-timeout-suspend, with-timeout-unsuspend): New functions.
9494         * emacs-lisp/debug.el (debug-help-follow): New function.
9495         (debugger-mode-map): Use that instead of help-follow.
9496         (debugger-setup-buffer): Use eval-buffer-list
9497         to handle eval-buffer frames.
9499 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
9501         * timezone.el (timezone-parse-date): Change first regexp
9502         so it will not mistakenly match dates with no time zone.
9504 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
9506         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
9508 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
9510         * custom.el (custom-initialize-safe-set)
9511         (custom-initialize-safe-default): New functions.
9513         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
9514         and simplify :init-value.
9516         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
9517         and simplify :init-value.  Delete obsolete comment.
9519         * startup.el (command-line): Use `custom-reevaluate-setting' to
9520         handle `tooltip-mode'.  Delete obsolete comment.
9522         * files.el (set-visited-file-name): Avoid calling
9523         `file-name-nondirectory' with a nil argument.
9525 2005-07-09  Richard M. Stallman  <rms@gnu.org>
9527         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
9528         was called with nil for the buffer, handle the read position right.
9529         Handle read position for eval-region, too.
9531 2005-07-09  Juri Linkov  <juri@jurta.org>
9533         * fringe.el (fringe-mode): Add period in docstring.
9534         (fringe-query-style): Build prompt depending on `all-frames' arg.
9536         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
9537         to not create links to unrelated functions in the Help buffer.
9539         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
9540         Doc fix.
9542         * simple.el (next-error-hook): New variable.
9543         (next-error): Use it.  Doc fix.
9545         * textmodes/ispell.el (ispell-command-loop): Add current
9546         dictionary name and program name to mode-line-format.
9547         (ispell-region, ispell-process-line): Add current dictionary name
9548         and program name to messages.
9550 2005-07-08  Jay Belanger  <belanger@truman.edu>
9552         * calc/calc.el (calc-embedded-announce-formula-alist)
9553         (calc-embedded-open-close-formula-alist)
9554         (calc-embedded-open-close-word-alist)
9555         (calc-embedded-open-close-plain-alist)
9556         (calc-embedded-open-close-new-formula-alist)
9557         (calc-embedded-open-close-mode-alist)
9558         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
9559         (calc-embedded-mode-hook): New variables.
9561         * calc/calc-embed.el (calc-embedded-firsttime)
9562         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
9563         New variables.
9564         (calc-do-embedded): Use calc-embedded-firsttime,
9565         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
9566         determine whether or not to run hooks.
9567         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
9568         calc-embedded-firsttime-formula appropriately.
9569         Set calc-embedded delimiter variables according to mode.
9571 2005-07-08  Richard M. Stallman  <rms@gnu.org>
9573         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
9574         Check for "emacs", etc., as entire symbol, not just as word.
9575         (checkdoc-file-comments-engine): Use regexp-quote on FN.
9577         * files.el (set-visited-file-name): Report the error
9578         for "empty filename" earlier.
9579         (kill-some-buffers): Ignore buffers already dead.
9581         * fringe.el (fringe-mode): Doc fix.
9583         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
9584         Check for (featurep 'xemacs) and turn off warnings in what it guards.
9585         Use unwind-protect to ensure byte-compile-unresolved-functions
9586         is updated.
9588         * whitespace.el (whitespace-buffer-leading-cleanup):
9589         Simplify w/ skip-chars-forward.
9590         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
9592         * mail/rmail.el (rmail-only-expunge): Fix paren error.
9593         Unconditionally try to leave point at the same old place.
9595 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
9597         * comint.el (comint-postoutput-scroll-to-bottom)
9598         (comint-show-maximum-output): Take scroll-margin into consideration.
9600 2005-07-08  Kim F. Storm  <storm@cua.dk>
9602         * ido.el (ido-use-filename-at-point): New choice `guess'.
9603         (ido-file-internal): Try ffap-guesser if selected.
9605         * ido.el (ido-before-fallback-functions): New hook.
9606         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
9607         (ido-read-file-name): Run it.
9609 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9611         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
9612         strings rather than a list of symbols to the completion function.
9614 2005-07-07  Jay Belanger  <belanger@truman.edu>
9616         * calc/calc-units.el (math-apply-units): Change the places in
9617         which units are simplified.
9619 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
9621         * cus-edit.el (customize-option, customize-option-other-window):
9622         Make them handle aliases.
9624         * custom.el (custom-variable-p): Make it recursively follow
9625         aliases.  Mention that in the docstring.
9627 2005-07-07  Richard M. Stallman  <rms@gnu.org>
9629         * cus-start.el (exec-path): Use `directory' instead of `file'.
9630         Fix tag for nil.
9632 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
9634         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
9635         when called non-interactively.  Doc fix.
9637 2005-07-07  Lute Kamstra  <lute@gnu.org>
9639         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
9640         new address as well.
9642 2005-07-07  Kenichi Handa  <handa@m17n.org>
9644         * international/mule.el (make-coding-system):
9645         Describe `ascii-incompatible' property in the docstring.
9646         (set-file-name-coding-system): Signal an error if coding-system is
9647         ascii-incompatible.
9648         (set-keyboard-coding-system): Likewise.
9650         * international/mule-cmds.el (set-default-coding-systems):
9651         Don't set default-file-name-coding-system and
9652         default-keyboard-coding-system if coding-system is ASCII-incompatible.
9654         * international/utf-16.el: Declare that all UTF-16-based coding
9655         systems are ASCII-incompatible.
9657 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
9659         * progmodes/gud.el: Require font-lock for displaying errors.
9660         Used by gdb-ui.el.
9662 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
9664         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
9665         values for the pattern lists which are `read'able but not
9666         `append'able (like symbols).
9668 2005-07-06  Richard M. Stallman  <rms@gnu.org>
9670         * progmodes/flymake.el (flymake-float-time): Instead of
9671         with-no-warnings, test for xemacs.
9672         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
9673         to avoid warning.
9675 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
9677         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
9679 2005-07-05  Lute Kamstra  <lute@gnu.org>
9681         * battery.el: Add support for Darwin (with much debugging help
9682         from Samuel Lauber <sam124@operamail.com>).
9683         (battery-status-function, battery-echo-area-format)
9684         (battery-mode-line-format): Add support for pmset on Darwin.
9685         (battery-load-low, battery-load-critical): New user options.
9686         (battery-pmset): New function.
9688 2005-07-05  Lute Kamstra  <lute@gnu.org>
9690         Update FSF's address in GPL notices.
9692         * textmodes/page-ext.el: Update FSF's address.
9694 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9696         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
9697         filling from using prefix when filling a single-line docstring.
9699         * progmodes/flymake.el: Remove useless eval-when-compile.
9701         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
9703 2005-07-04  Richard M. Stallman  <rms@gnu.org>
9705         * textmodes/org.el (org-file-apps-defaults-gnu):
9706         Rename from org-file-apps-defaults-linux.
9707         (org-default-apps): Don't test system-type for `linux'.
9708         (org-file-apps): Doc fix.
9710 2005-07-04  David Ponce  <david@dponce.com>
9712         * tree-widget.el: Improve header Commentary section.
9713         (tree-widget) [defgroup]
9714         (tree-widget-image-enable, tree-widget-themes-directory)
9715         (tree-widget-theme, tree-widget-image-properties-emacs)
9716         (tree-widget-image-properties-xemacs, tree-widget-create-image)
9717         (tree-widget-image-formats, tree-widget-control)
9718         (tree-widget-empty-control, tree-widget-leaf-control
9719         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
9720         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
9721         (tree-widget-keep, tree-widget-after-toggle-functions)
9722         (tree-widget-open-node, tree-widget-close-node): Doc fix.
9723         (tree-widget-open-control, tree-widget-close-control): Fix doc and
9724         :help-echo message.
9725         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
9726         (tree-widget-image-properties): Doc fix.  Clearer implementation.
9727         (tree-widget--cursors): New constant.
9728         (tree-widget-lookup-image): New function split from
9729         `tree-widget-find-image'.  Clearer implementation.
9730         (tree-widget-find-image): Use it.
9731         (tree-widget-button-keymap): Use `set-keymap-parent'.
9732         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
9733         Define the sub-widgets here.
9734         (tree-widget-node): Check that :node is not a tree-widget.
9735         (tree-widget-get-super, tree-widget-open-control)
9736         (tree-widget-close-control, tree-widget-empty-control)
9737         (tree-widget-leaf-control, tree-widget-guide)
9738         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
9739         (tree-widget-no-handle, tree-widget-value-delete)
9740         (tree-widget-map): Remove.
9741         (tree-widget-children-value-save): Doc fix.  Simplified.
9742         (tree-widget-value-create): Update according to previous changes.
9744 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
9746         * textmodes/org.el: Leading space replaced by TABS.
9747         (org-recalc-marks, org-table-rotate-recalc-marks)
9748         (org-table-get-specials): Treat "^" and "_" marks.
9749         (org-table-justify-field-maybe): Optional argument NEW.
9750         (org-table-eval-formula): Parsing of the format simplified.
9751         New modes C,I.  Honor the %= parameter in the current table.
9752         Avoid unnecessary re-align by using the NEW argument to
9753         `org-table-justify-field-maybe'.
9754         (org-calc-default-modes): Default for date-format mimicks org-mode.
9755         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
9757 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
9759         * cus-face.el (custom-theme-set-faces): Make it handle face
9760         aliases whose alias declarations are pre- or autoloaded.
9762 2005-07-04  Juri Linkov  <juri@jurta.org>
9764         * faces.el (read-face-name): Put the code for getting a face name
9765         from the buffer before adding the faces from the `face' property.
9766         Use `completing-read-multiple' instead of `completing-read'.
9767         Require `crm'.  Add default value and post-process the returned
9768         list of faces.
9770         * emacs-lisp/crm.el (crm-find-current-element)
9771         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
9773         * emacs-lisp/lisp-mode.el (eval-defun-1):
9774         * emacs-lisp/edebug.el (edebug-eval-defun):
9775         Remove unnecessary quotes.
9777 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9779         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
9780         (prolog-indent-level): Fix typo in docstring.
9782         * info.el (Info-history, Info-history-forward)
9783         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
9785         * add-log.el (add-change-log-entry):
9786         * comint.el (comint-dynamic-list-input-ring)
9787         (comint-dynamic-list-completions):
9788         * dabbrev.el (dabbrev-expand):
9789         * delim-col.el (delimit-columns-rectangle-line):
9790         * diff-mode.el (diff-context->unified, diff-reverse-direction)
9791         (diff-unified->context):
9792         * ediff-init.el (ediff-abbrev-jobname):
9793         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
9794         (ediff-replace-session-activity-marker-in-meta-buffer):
9795         * info.el (Info-summary):
9796         * lpr.el (printify-region):
9797         * printing.el (pr-create-interface):
9798         * ps-print.el (ps-print-quote):
9799         * ses.el (ses-column-widths, ses-print-cell)
9800         (ses-adjust-print-width, ses-center):
9801         * shell.el (shell-file-name-quote-list):
9802         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
9803         (strokes-fill-current-buffer-with-whitespace)
9804         (strokes-xpm-for-stroke, strokes-list-strokes)
9805         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
9806         * term.el (term-dynamic-list-input-ring)
9807         (term-dynamic-list-completions):
9808         * calc/calc.el (math-format-stack-value):
9809         * emacs-lisp/edebug.el (edebug-display-freq-count):
9810         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
9811         (delphi-new-comment-line):
9812         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
9813         * progmodes/executable.el (executable-set-magic):
9814         * progmodes/python.el (inferior-python-mode):
9815         * progmodes/scheme.el (scheme-mode-syntax-table):
9816         * progmodes/sh-script.el (sh-maybe-here-document):
9817         * progmodes/sql.el (sql-copy-column):
9818         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
9819         * textmodes/bibtex.el (bibtex-mode):
9820         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
9821         (sgml-auto-attributes):
9822         * textmodes/table.el (table-insert, table-shorten-cell)
9823         (table--generate-source-scan-lines, table-delete-row)
9824         (*table--cell-delete-char, table--spacify-frame)
9825         (table--horizontally-shift-above-and-below)
9826         (table--cell-insert-char, table--cell-blank-str)
9827         (table--fill-region-strictly):
9828         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
9829         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
9831         * add-log.el (change-log):
9832         * apropos.el (apropos):
9833         * comint.el (comint-completion, comint-source):
9834         * dabbrev.el (dabbrev):
9835         * delim-col.el (columns):
9836         * diff-mode.el (diff-mode):
9837         * ediff.el (ediff):
9838         * ediff-diff.el (ediff-diff):
9839         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
9840         * ediff-mult.el (ediff-mult):
9841         * ediff-ptch.el (ediff-ptch):
9842         * ediff-wind.el (ediff-window):
9843         * facemenu.el (facemenu):
9844         * indent.el (indent):
9845         * info.el (info):
9846         * jka-cmpr-hook.el (compression, jka-compr):
9847         * lpr.el (lpr):
9848         * outline.el (outlines):
9849         * pcmpl-cvs.el (pcmpl-cvs):
9850         * pcmpl-rpm.el (pcmpl-rpm):
9851         * printing.el (printing):
9852         * ps-print.el (postscript, ps-print, ps-print-horizontal)
9853         (ps-print-vertical, ps-print-headers, ps-print-font)
9854         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
9855         (ps-print-background, ps-print-printer, ps-print-page)
9856         (ps-print-miscellany):
9857         * ses.el (ses):
9858         * shell.el (shell, shell-directories, shell-faces):
9859         * startup.el (initialization):
9860         * strokes.el (strokes):
9861         * term.el (term):
9862         * uniquify.el (uniquify):
9863         * w32-vars.el (w32):
9864         * calc/calc.el (calc):
9865         * emacs-lisp/bytecomp.el (bytecomp):
9866         * emacs-lisp/cl-indent.el (lisp-indent):
9867         * emacs-lisp/edebug.el (edebug):
9868         * emacs-lisp/elp.el (elp):
9869         * emacs-lisp/testcover.el (testcover):
9870         * emacs-lisp/trace.el (trace):
9871         * emulation/viper-ex.el (viper-ex):
9872         * emulation/viper-mous.el (viper-mouse):
9873         * mail/mailalias.el (mailalias):
9874         * mail/supercite.el (supercite, supercite-frames)
9875         (supercite-attr, supercite-cite, supercite-hooks):
9876         * net/rcompile.el (remote-compile):
9877         * net/rlogin.el (rlogin):
9878         * obsolete/ooutline.el (outlines):
9879         * progmodes/delphi.el (delphi):
9880         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
9881         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
9882         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
9883         (ebnf-optimization):
9884         * progmodes/etags.el (etags):
9885         * progmodes/executable.el (executable):
9886         * progmodes/idlwave.el (idlwave):
9887         * progmodes/pascal.el (pascal):
9888         * progmodes/prolog.el (prolog):
9889         * progmodes/python.el (python):
9890         * progmodes/scheme.el (scheme):
9891         * progmodes/sh-script.el (sh, sh-script):
9892         * progmodes/sql.el (SQL):
9893         * progmodes/tcl.el (tcl):
9894         * textmodes/bibtex.el (bibtex, bibtex-autokey):
9895         * textmodes/enriched.el (enriched):
9896         * textmodes/makeinfo.el (makeinfo):
9897         * textmodes/sgml-mode.el (sgml):
9898         * textmodes/table.el (table-hooks):
9899         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
9900         * textmodes/texinfo.el (texinfo):
9901         * textmodes/two-column.el (two-column):
9902         Finish `defgroup' description with period.
9904         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
9905         * eshell/esh-var.el (eshell-var):
9906         * progmodes/vhdl-mode.el (vhdl-testbench):
9907         * textmodes/org.el (org): Fix typos in docstrings.
9909         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
9910         consistency.
9912         * progmodes/flymake.el (flymake-find-file): Remove.
9913         (flymake-float-time): Use `with-no-warnings'.
9914         (flymake-check-start-time, flymake-check-was-interrupted)
9915         (flymake-err-info, flymake-is-running, flymake-last-change-time)
9916         (flymake-new-err-info): `defvar' at compile time.
9918 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
9920         * replace.el (occur-hook): Doc fix.
9921         (occur-1): Don't call `occur-hook' if there are no matches.
9923 2005-07-03  Richard M. Stallman  <rms@gnu.org>
9925         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
9926         global-map, save the same map.
9927         (global-map): Don't alter it at top level.
9928         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
9929         Then alter it here instead.
9930         (tpu-edt-off): Set global-map to the saved one.
9932         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
9933         All references simplified.
9934         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
9935         (zmacs-regions): Add defvar.
9936         (repeat-complex-command-map): Everything about that deleted.
9938         * textmodes/artist.el (artist-key-is-drawing)
9939         (artist-key-endpoint1, artist-key-poly-point-list)
9940         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
9941         (artist-key-compl-table, artist-rb-save-data)
9942         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
9943         Don't put them in eval-when-compile.
9944         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
9946         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
9947         Use with-no-warnings.
9949         * net/browse-url.el (dos-windows-version): Add defvar.
9951         * mail/supercite.el (filladapt-prefix-table): Add defvar.
9953         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
9954         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
9955         (rmail-new-summary-line-count): Rename from new-summary-line-count.
9956         Add defvar.
9957         (rmail-summary-beginning-of-message): Use with-no-warnings.
9958         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
9960         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
9961         Use with-no-warnings.
9963         * emulation/vi.el (vi-mark-region): Use c-mark-function.
9964         (c-mark-function): Add point-moving-unit property.
9965         (vi-goto-line): Use with-no-warnings.
9967         * emulation/edt.el (edt-last-copied-word): Add defvar.
9968         (zmacs-region-stays): Likewise.
9969         (edt-mark-section-wisely): Use c-mark-function for C.
9970         Use makr-defun for Fortran.
9971         (time-string): defvar deleted.
9972         (edt-display-the-time): Don't set time-string.
9974         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
9976         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
9977         Don't warn when name is not constant
9978         or for defining the group `emacs'.
9980         * tooltip.el (gud-tooltip-mode): Add defvar.
9982         * startup.el (default-frame-background-mode): Add defvar.
9984         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
9986         * info.el (tool-bar-map): Add defvar.
9988         * dired.el (dnd-protocol-alist): Add defvar.
9990         * dired-aux.el (dired-query): Display question with answer, when
9991         the user answers.
9993         * custom.el (custom-add-option): Doc fix.
9995         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
9997 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
9999         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
10000         bogus name from the last change.
10002 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
10004         * custom.el (custom-declare-variable): Fix typos in comment.
10005         (custom-known-themes): Doc fix.
10006         (custom-theme-directory): New defcustom.
10007         (require-theme): Make it check `custom-theme-directory'.
10009         * cus-theme.el (custom-new-theme-mode): New function.
10010         (custom-theme-name, custom-theme-variables, custom-theme-faces)
10011         (custom-theme-description): Add compiler defvars.
10012         (customize-create-theme): Add doc to the "*New Custom Theme*"
10013         buffer.  Use `custom-new-theme-mode'.
10014         (custom-theme-write): Put the created buffer in emacs-lisp-mode
10015         and save it to the `custom-theme-directory'.  Make this the
10016         default directory of the buffer.
10018 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
10020         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
10021         Fix unbalanced parentheses.
10023 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10025         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
10026         into flymake-mode and delegate to flymake-mode.
10028         * find-file.el (ff-which-function-are-we-in): Clean up.
10030 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
10032         * replace.el (occur-rename-buffer): Fix docstring.
10034         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
10035         (edt-last-copied-word, edt-learn-macro-count)
10036         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
10037         (edt-rect-start-point, edt-user-global-map, rect-start-point)
10038         (time-string, zmacs-region-stays):
10039         * emulation/edt-mapper.el (edt-save-function-key-map)
10040         (EDT-key-name): `defvar' to silence the byte-compiler.
10042 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
10044         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
10045         font-lock-regexp-backslash.  Doc fix.
10046         (font-lock-regexp-backslash-grouping-construct): Rename from
10047         font-lock-regexp-backslash-construct.  Doc fix.
10048         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
10049         grouping constructs.
10051 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
10053         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
10054         updating all the prerequisites.
10056 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
10058         * textmodes/org.el (org-agenda-start-on-weekday)
10059         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
10060         (org-agenda-use-time-grid, org-archive-location)
10061         (org-allow-space-in-links, org-usenet-links-prefer-google)
10062         (org-enable-table-editor, org-export-default-language)
10063         (org-export-html-show-new-buffer, org-fill-paragraph)
10064         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
10065         (org-goto-quit, org-occur, org-eval-in-calendar)
10066         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
10067         (org-agenda-diary-entry, org-remember-help)
10068         (org-table-convert-region, org-at-table-p)
10069         (org-table-move-row-down, org-table-move-row-up)
10070         (org-table-copy-region, org-table-toggle-vline-visibility)
10071         (org-table-get-stored-formulas, org-table-get-specials)
10072         (org-recalc-commands, org-table-eval-formula)
10073         (org-table-formula-substitute-names, orgtbl-make-binding)
10074         (org-format-org-table-html, org-format-table-table-html)
10075         (org-format-table-table-html-using-table-generate-source)
10076         (org-customize): Fix typos in docstrings.
10077         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
10078         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
10079         (org-back-to-heading): Doc fixes.
10080         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
10081         (org-agenda-change-all-lines, org-get-header):
10082         Improve argument/docstring consistency.
10083         (orgtbl-error): Fix error message.
10085         * progmodes/flymake.el (flymake-find-possible-master-files)
10086         (flymake-master-file-compare, flymake-get-line-err-count)
10087         (flymake-highlight-line, flymake-gui-warnings-enabled):
10088         Fix typos in docstrings.
10089         (flymake-parse-line, flymake-get-project-include-dirs-function)
10090         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
10091         Doc fixes.
10092         (flymake-get-project-include-dirs-function)
10093         (flymake-make-err-menu-data):
10094         Improve argument/docstring consistency.
10096 2005-07-01  Lute Kamstra  <lute@gnu.org>
10098         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
10099         Catch errors with ignore-errors.  Use temporary buffer.
10100         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
10102         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
10103         background color faces.
10104         (facemenu-set-foreground, facemenu-set-background):
10105         Use facemenu-set-face-from-menu.
10106         (facemenu-set-face-from-menu): Treat face names that start with
10107         "fg:" or "bg:" as special.
10108         (facemenu-add-new-color): Don't create faces.  Simplify.
10110 2005-06-30  Richard M. Stallman  <rms@gnu.org>
10112         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
10113         (crm-find-current-element): Likewise.
10115 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
10117         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
10119 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10121         * arc-mode.el (archive-extract): Make it work as a mouse binding.
10122         (archive-mouse-extract): Make it an obsolete alias.
10123         (archive-mode-map): Don't use archive-mouse-extract any more.
10124         (archive-mode, archive-extract): write-contents-hooks ->
10125         write-contents-functions.
10126         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
10127         first arg.
10128         (archive-rename-entry): Update the call.
10129         (archive-zip-summarize): Remove unused var `method'.
10130         (archive-lzh-summarize): Remove unused var `creator'.
10132         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
10133         dedicated frame upon exit.
10135         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
10136         (archive-zip-extract, archive-zip-expunge)
10137         (archive-zip-update, archive-zip-update-case): Use executable-find.
10138         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
10139         Use restore-buffer-modified-p.
10140         (archive-extract, archive-add-new-member, archive-write-file-member):
10141         Use with-current-buffer.
10142         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
10144 2005-06-30  Andreas Schwab  <schwab@suse.de>
10146         * progmodes/gud.el (gud-filter): Remove unneeded progn.
10148 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
10150         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
10152 2005-06-30  Juri Linkov  <juri@jurta.org>
10154         * faces.el (vertical-border): Inherit from mode-line-inactive
10155         only on tty.
10157 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
10159         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
10160         example, -NLINES in the `occur' docstring).
10162         * replace.el (occur-1): When no matches are found, do not set the
10163         `buffer-read-only' and modified flags for the occur buffer,
10164         because it is deleted.
10166         * emulation/cua-base.el (cua-check-pending-input)
10167         (cua-repeat-replace-region, cua-mode, cua-debug)
10168         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
10169         Fix typos in docstrings.
10171         * emulation/cua-gmrk.el (cua-toggle-global-mark)
10172         (cua-cut-region-to-global-mark)
10173         (cua--cut-rectangle-to-global-mark):
10174         Remove period from end of messages.
10176         * emulation/cua-rect.el (cua-do-rectangle-padding):
10177         Remove period from end of messages.
10178         (cua--rectangle-seq-format): Fix typo in docstring.
10179         (cua-sequence-rectangle, cua-fill-char-rectangle):
10180         Improve argument/docstring consistency.
10182 2005-06-29  Juri Linkov  <juri@jurta.org>
10184         * faces.el (default-frame-background-mode): New internal variable.
10185         (frame-set-background-mode): Use it.
10187         * startup.el (normal-top-level): Set default-frame-background-mode
10188         instead of frame-background-mode.  Before setting it, test for its
10189         nil value.  Remove tests for frame-background-mode and frame
10190         parameter `reverse'.  Add test for "unspecified-fg".
10192         * term/xterm.el (xterm-rxvt-set-background-mode):
10193         * term/rxvt.el (rxvt-set-background-mode):
10194         Set default-frame-background-mode instead of frame-background-mode.
10196 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
10198         * simple.el (set-variable): Warn about obsolete user variables.
10200         * imenu.el (imenu--completion-buffer):
10201         * mouse.el (mouse-buffer-menu-alist):
10202         * msb.el (msb-invisible-buffer-p):
10203         * calendar/diary-lib.el (diary-header-line-format):
10204         * emacs-lisp/pp.el (pp-buffer):
10205         * progmodes/cperl-mode.el (cperl-do-auto-fill):
10206         * textmodes/picture.el (picture-replace-match):
10207         Change space constants followed by a sexp to "?\s ".
10209         * play/decipher.el (decipher-loop-with-breaks):
10210         * textmodes/texinfo.el (texinfo-insert-@item): Change space
10211         constants "protected" from end of line by a comment to "?\s".
10213 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10215         * font-lock.el (save-buffer-state): Use `declare'.
10217         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
10218         reset the syntax-table to cperl-mode-syntax-table.
10219         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
10220         "foo_print_bar" is not matched as a reserved keyword.
10222 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
10224         * textmodes/org.el (orgtbl-setup): New function, for delayed
10225         setup for the orgtbl commands.
10226         (org-calc-default-modes): New option.
10227         (orgtbl-make-binding): Use `defun' to get better help display.
10228         (org-diary): Call `org-compile-prefix-format'.
10229         (org-table-formula-substitute-names): New function.
10230         (org-agenda-day-view, org-agenda-week-view): New commands.
10231         (org-agenda-toggle-week-view): Command removed.
10232         (org-tbl-menu): Split off from org-org-menu.
10233         (org-mode): Move removal of outline-mode menus to here.
10234         (org-table-formula-debug): New option.
10235         (org-table-insert-row): Keep first field if just "#" or "*".
10236         (org-mode): Paragraph regexps fixed.
10237         (org-table-recalculate-regexp): New constant.
10238         (org-table-justify-field-maybe): Avoid replace if not necessary.
10239         (org-copy-special, org-cut-special): Use `call-interactively'.
10240         (org-table-copy-region): Take region from `interactive' call.
10241         (org-trim): Return string even if no match.
10242         (org-formula): New face.
10243         (org-set-font-lock-defaults): No longer highlight "FIXME".
10244         But highlight formula-related fields in table.
10245         (org-table-p): Use regexp, not fontification.
10246         (org-table-align): Handle white space at end of line.
10247         (org-table-formula-evaluate-inline): New option.
10248         (org-mode): Auto-wrapping in comment lines turned off.
10249         (org-table-copy-down): Evaluate only in copied field, not in
10250         destination.
10251         (org-table-current-formula): Variable removed.
10252         (org-table-store-formulas, org-table-get-stored-formulas)
10253         (org-table-modify-formulas, org-table-replace-in-formulas)
10254         (org-table-maybe-eval-formula): New functions.
10255         (org-table-get-formula): Modify to use stored formulas.
10256         (org-table-insert-column, org-table-delete-column)
10257         (org-table-move-column): Call `org-table-modify-formulas'.
10258         (org-complete): Add completion for keyword formulas.
10259         (orgtbl-mode): Pull orgtbl-mode-map to start of
10260         minor-mode-map-alist.
10262 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10264         * progmodes/python.el (python-check): Require `compile' before
10265         modifying its variables.
10267         * newcomment.el (comment-indent-default): Don't get fooled by an early
10268         end of buffer.
10270 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10272         * ps-print.el (ps-print-version): Fix version number.
10274 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
10276         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
10278 2005-06-28  Richard M. Stallman  <rms@gnu.org>
10280         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
10281         (flyspell-local-mouse-map): Declaration deleted.
10282         (flyspell-mouse-map): Bind only mouse-2.
10283         (flyspell-mode-map): Don't test flyspell-use-local-map.
10284         (flyspell-overlay-keymap-property-name): Var deleted.
10285         (flyspell-mode-on): Don't make local bindings for
10286         flyspell-mouse-map and flyspell-mode-map.
10287         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
10289         * textmodes/ispell.el (ispell-word): Do not ignore short words.
10291         * progmodes/compile.el (compilation-next-error-function):
10292         Don't switch buffers; operate on the current buffer.
10294         * progmodes/compile.el (compilation-error-file-name)
10295         (compilation-warning-file-name, compilation-info-file-name)
10296         (compilation-line-number, compilation-column-number): New faces.
10297         (compilation-error-face, compilation-warning-face)
10298         (compilation-info-face, compilation-line-face)
10299         (compilation-column-face): Use them.
10301         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
10303         * comint.el (comint-password-prompt-regexp): Accept ", try again".
10305         * bindings.el (global-map): Bind insertchar and its variants.
10307 2005-06-27  Richard M. Stallman  <rms@gnu.org>
10309         * textmodes/artist.el (artist-text-overwrite)
10310         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
10312 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10314         * ps-print.el: It was not working the page selection for printing.
10315         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
10316         (ps-print-version): New version 6.6.7.
10317         (ps-end-sheet): New fun.
10318         (ps-header-sheet, ps-end-job): Call it.
10320 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
10322         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
10324 2005-06-27  Lute Kamstra  <lute@gnu.org>
10326         * facemenu.el (facemenu-unlisted-faces): Add foreground and
10327         background color faces.
10328         (facemenu-get-face): Delete function.
10329         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
10330         (facemenu-add-new-color): Make second argument mandatory.
10331         Create the appropriate face and return it.  Simplify.
10332         (facemenu-set-foreground, facemenu-set-background): Don't check if
10333         color is defined.  Use return value of facemenu-add-new-color.
10335 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
10337         * progmodes/gud.el (gud-filter): Add missing argument to
10338         with-selected-window.
10340 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10342         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
10343         a :require to the defcustom.
10345         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
10346         defcustoms corresponding to minor modes.
10348 2005-06-26  David Ponce  <david@dponce.com>
10350         * recentf.el: Require tree-widget instead of wid-edit.
10351         (recentf-filename-handler): Fix widget :type.
10352         (recentf-cancel-dialog, recentf-open-more-files)
10353         (recentf-open-files-action): Doc fix.
10354         (recentf-dialog-goto-first): New function.
10355         (recentf-dialog-mode-map): Set parent keymap first.
10356         (recentf-dialog-mode): Define with define-derived-mode.
10357         Don't display continuation lines in dialogs.
10358         (recentf-edit-list): Rename from recentf-edit-selected-items.
10359         (recentf-edit-list-select): Rename from recentf-edit-list-action.
10360         Simplify.
10361         (recentf-edit-list-validate): New function.
10362         (recentf-edit-list): Update accordingly.
10363         (recentf-open-files-item-shift): Remove.
10364         (recentf-open-files-item): Convert menu elements into tree and
10365         link widgets.  Don't create the widgets.
10366         (recentf-open-files): Update accordingly.
10367         (recentf-save-list): Untabify.
10369 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
10371         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
10372         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
10373         partially contained in the active region.  Do not take active
10374         region into account when called from Lisp, unless INTERACTIVE arg
10375         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
10376         avoid trouble with fields.  Make marker point nowhere when no
10377         longer used.  Always return nil.  Doc fix.
10378         (flush-lines): Add INTERACTIVE arg.  Do not take active region
10379         into account when called from Lisp, unless INTERACTIVE arg is
10380         non-nil.  Use `forward-line' instead of `beginning-of-line' to
10381         avoid trouble with fields.  Make marker point nowhere when no
10382         longer used.  Always return nil.  Doc fix.
10383         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
10384         interchangeable.  Do not take active region into account when
10385         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
10386         message in echo area when called from Lisp, unless INTERACTIVE arg
10387         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
10388         Return the number of matches.  Doc fix.
10389         (occur): Doc fix.
10390         (perform-replace): Make comment follow double space convention for
10391         the sake of `outline-minor-mode'.
10393         * faces.el (facep): Doc fix.
10395 2005-06-25  Richard M. Stallman  <rms@gnu.org>
10397         * facemenu.el (facemenu-enable-faces-p): New function.
10398         (facemenu-background-menu, facemenu-foreground-menu)
10399         (facemenu-face-menu): Add menu-enable property.
10401         * jka-compr.el (jka-compr-insert-file-contents):
10402         Special handling if cannot find the uncompression program.
10404         * cus-face.el (custom-face-attributes): Add autoload.
10406         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10407         Bind comment-indent-function locally.
10409         * window.el (save-selected-window): Use save-current-buffer.
10411         * subr.el (with-selected-window): Use save-current-buffer.
10413         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
10414         and with-current-buffer.
10416 2005-06-24  Richard M. Stallman  <rms@gnu.org>
10418         * simple.el (line-move-1): Fix previous change.
10420 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10422         * replace.el (occur-1): Set `buffer-read-only' and the
10423         buffer-modified flag before running `occur-hook' to protect
10424         against unintentional buffer switches that can lead to data loss.
10426 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
10428         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
10429         (gud-gdb-marker-filter): Use font-lock-warning-face for any
10430         initial error.
10432         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
10433         after fresh input.
10434         (gdb-var-create-handler): Put name of expression in quotes.
10436 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
10438         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
10439         elements of RING in order, and without bogus nil elements.
10441 2005-06-23  Richard M. Stallman  <rms@gnu.org>
10443         * simple.el (set-variable): Args renamed; doc fix.
10444         (line-move-1): When there are overlays around, use vertical-motion.
10446         * faces.el (escape-glyph): Use brown against light background.
10447         (nobreak-space): Rename from no-break-space.
10448         Fix previous change.
10450         * dired-aux.el (dired-do-copy): Fix arg prompt.
10452         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
10454 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
10456         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
10457         rather than "Distributor".
10459 2005-06-23  Lute Kamstra  <lute@gnu.org>
10461         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
10462         (debug-on-entry): Use it.  New interactive declaration that uses
10463         function-called-at-point.
10465 2005-06-23  Kim F. Storm  <storm@cua.dk>
10467         * subr.el (save-match-data): Add comment about using evaporate arg
10468         to set-match-data.
10470 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
10472         * cus-edit.el (customize-face)
10473         (customize-face-other-window): Handle face aliases.
10475         * faces.el (face-documentation, set-face-attribute)
10476         (face-spec-set): Handle face aliases.
10478 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
10480         * help-mode.el (help-make-xrefs): If a symbol representing a face
10481         name is not followed by the word "face", it could still be a
10482         function or variable name, so don't bypass other checks.
10484 2005-06-22  Juri Linkov  <juri@jurta.org>
10486         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
10487         Replace aliased functions with calls where second arg `inherit' is t.
10489 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
10491         * progmodes/gdb-ui.el (gdb-error): New variable.
10492         (gdb-error): New function.
10493         (gdb-annotation-rules): Act on error-begin and error annotations.
10494         (gdb-concat-output): Use font-lock-warning-face for errors.
10496 2005-06-22  Miles Bader  <miles@gnu.org>
10498         * bindings.el (propertized-buffer-identification): Use renamed
10499         `Buffer-menu-buffer' face.
10501         * faces.el (vertical-border): Rename from `vertical-divider'.
10502         (escape-glyph): Change dark-background color back to `cyan'.
10504 2005-06-21  Juri Linkov  <juri@jurta.org>
10506         * faces.el (face-user-default-spec): Try getting `customized-face'
10507         prior to `saved-face'.
10508         (frame-background-mode): Refill docstring.
10510         * emacs-lisp/lisp-mode.el (eval-defun-1):
10511         * emacs-lisp/edebug.el (edebug-eval-defun):
10512         Set `saved-face' temporarily to nil before calling form.
10513         Set `customized-face' to the new spec after that.
10515 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10517         * subr.el (1value, lambda, key-substitution-in-progress):
10518         Doc fixes.
10520         * autoinsert.el (auto-insert-alist):
10521         * ses.el (ses-call-printer):
10522         * subr.el (noreturn):
10523         * emacs-lisp/lisp.el (check-parens):
10524         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
10525         * net/browse-url.el (browse-url-mosaic):
10526         * progmodes/cc-defs.el (c-safe-scan-lists):
10527         * progmodes/ebnf-abn.el (ebnf-abn-lex):
10528         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
10529         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
10530         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
10531         * progmodes/ebnf-iso.el (ebnf-iso-lex):
10532         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
10534 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10536         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
10538 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
10540         * calendar/appt.el (appt-make-list): Activate the package, if
10541         not already active (for backwards compatibility).
10543 2005-06-20  Kim F. Storm  <storm@cua.dk>
10545         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
10547 2005-06-20  Miles Bader  <miles@gnu.org>
10549         * faces.el (vertical-divider): New face.
10551 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
10553         * simple.el (kill-whole-line): Doc fix.
10554         (next-error-buffer-p, next-error-find-buffer)
10555         (clone-indirect-buffer): Fix typos in docstrings.
10556         (comment-line-break-function): Doc fix: don't say variable
10557         is automatically buffer-local (it isn't).
10559 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
10561         * net/tramp-ftp.el (top):
10562         * net/tramp-smb.el (top):
10563         * net/tramp-util.el (top):
10564         * net/tramp-uu.el (top):
10565         * net/tramp-vc.el (top):
10566         * net/tramp.el (top): Revert copyright years back to original
10567         ones.  Tramp has a life outside GNU Emacs.
10569 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
10571         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
10573 2005-06-18  Juri Linkov  <juri@jurta.org>
10575         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
10576         end of first regexp to limit the match to the position between
10577         line number and source line with same separator character as used
10578         between file name and line number.  In the second regexp limit
10579         mouse-face area to file name and line number by adding new group
10580         for them and referring it in HYPERLINK arg.
10581         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
10582         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
10583         previous line where grep markers may be already removed.
10585 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
10587         * progmodes/ps-mode.el: Update version and maintainer's email address.
10589 2005-06-18  Steve Youngs  <steve@xemacs.org>
10591         * net/browse-url.el (browse-url-browser-function)
10592         (browse-url-default-browser): Add firefox.
10593         (browse-url-firefox-program, browse-url-firefox-arguments)
10594         (browse-url-firefox-startup-arguments)
10595         (browse-url-firefox-new-window-is-tab): New defcustoms.
10596         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
10598 2005-06-17  Richard M. Stallman  <rms@gnu.org>
10600         * startup.el (command-line): Warn if specified user name has
10601         no home directory.
10603         * term.el (term-get-old-input, term-input-filter, term-input-sender)
10604         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
10606         * longlines.el (longlines-mode, longlines-show-hard-newlines):
10607         Doc fixes.
10609         * faces.el (underline): Try bold if terminal doesn't support underline.
10611         * mail/sendmail.el (mail-setup-with-from): New variable.
10612         (mail-insert-from-field): New function.
10613         (sendmail-send-it): Call it.
10614         (mail-setup): Optionally call it here.
10616         * term/linux.el: Call tty-no-underline.
10618 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
10620         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
10622 2005-06-17  Miles Bader  <miles@gnu.org>
10624         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
10625         (ediff-current-diff-C, ediff-current-diff-Ancestor)
10626         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
10627         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
10628         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
10629         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
10630         Remove "-face" suffix from face names.
10631         (ediff-current-diff-face-A, ediff-current-diff-face-B)
10632         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
10633         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10634         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10635         (ediff-even-diff-face-A, ediff-even-diff-face-B)
10636         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10637         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10638         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10639         New backward-compatibility aliases for renamed faces.
10640         (ediff-current-diff-face-A, ediff-current-diff-face-B)
10641         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
10642         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10643         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10644         (ediff-even-diff-face-A, ediff-even-diff-face-B)
10645         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10646         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10647         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10648         Use renamed ediff faces.
10650         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
10651         Remove "-face" suffix from face names.
10652         (eshell-test-ok-face, eshell-test-failed-face):
10653         New backward-compatibility aliases for renamed faces.
10654         (eshell-run-test): Use renamed eshell-test faces.
10656         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
10657         face name.
10658         (eshell-prompt-face): New backward-compatibility alias for renamed
10659         face.
10660         (eshell-emit-prompt): Use renamed eshell-prompt face.
10662         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
10663         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
10664         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
10665         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
10666         Remove "-face" suffix from face names.
10667         (eshell-ls-directory-face, eshell-ls-symlink-face)
10668         (eshell-ls-executable-face, eshell-ls-readonly-face)
10669         (eshell-ls-unreadable-face, eshell-ls-special-face)
10670         (eshell-ls-missing-face, eshell-ls-archive-face)
10671         (eshell-ls-backup-face, eshell-ls-product-face)
10672         (eshell-ls-clutter-face):
10673         New backward-compatibility aliases for renamed faces.
10674         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
10676         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
10677         Remove "-face" suffix from face name.
10678         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
10679         instead of literal face.
10681 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
10683         * emacs-lisp/warnings.el (display-warning, lwarn)
10684         (warning-minimum-log-level): Doc fixes.
10685         (warning-minimum-level, warning-minimum-log-level):
10686         Add :debug to :type choices.
10688         * progmodes/ada-mode.el (ada-format-paramlist)
10689         (ada-get-indent-case, ada-check-matching-start)
10690         (ada-check-defun-name, ada-goto-matching-decl-start)
10691         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
10692         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
10693         (ada-make-subprogram-body): Follow error conventions.
10694         (ada-case-exception-file, ada-indent-comment-as-code)
10695         (ada-indent-handle-comment-special, ada-indent-renames)
10696         (ada-indent-return, ada-search-directories-internal)
10697         (ada-tab-policy, ada-case-exception-substring)
10698         (ada-other-file-alist, ada-matching-start-re)
10699         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
10700         (ada-imenu-generic-expression, ada-compile-goto-error)
10701         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
10702         (ada-popup-menu, ada-add-extensions, ada-mode)
10703         (ada-region-selected, ada-create-case-exception)
10704         (ada-create-case-exception-substring, ada-after-keyword-p)
10705         (ada-activate-keys-for-case, ada-adjust-case-region)
10706         (ada-adjust-case-buffer, ada-format-paramlist)
10707         (ada-scan-paramlist, ada-insert-paramlist)
10708         (ada-indent-newline-indent)
10709         (ada-indent-newline-indent-conditional)
10710         (ada-justified-indent-current, ada-goto-previous-word)
10711         (ada-indent-current, ada-get-indent-open-paren)
10712         (ada-get-indent-paramlist, ada-get-indent-end)
10713         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
10714         (ada-get-indent-block-start, ada-get-indent-subprog)
10715         (ada-get-indent-noindent, ada-get-indent-label)
10716         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
10717         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
10718         (ada-goto-stmt-end, ada-goto-next-word)
10719         (ada-check-matching-start, ada-check-defun-name)
10720         (ada-goto-matching-decl-start, ada-goto-matching-start)
10721         (ada-goto-matching-end, ada-search-ignore-string-comment)
10722         (ada-in-decl-p, ada-looking-at-semi-or)
10723         (ada-looking-at-semi-private, ada-in-paramlist-p)
10724         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
10725         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
10726         (ada-next-procedure, ada-previous-procedure, ada-next-package)
10727         (ada-previous-package, ada-create-menu)
10728         (ada-fill-comment-paragraph-justify)
10729         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
10730         (ada-other-file-name, ada-last-which-function-line)
10731         (ada-last-which-function-subprog, ada-which-function)
10732         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
10733         (ada-gen-treat-proc, ada-check-emacs-version)
10734         (ada-continuation-indent, ada-align-region-separate):
10735         Fix typos in docstrings.
10736         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
10738 2005-06-16  Lute Kamstra  <lute@gnu.org>
10740         * simple.el (fundamental-mode): Run after-change-major-mode-hook
10741         conditionally.
10743 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10745         * comint.el (comint-replace-by-expanded-filename)
10746         (comint-prompt-regexp, comint-delimiter-argument-list)
10747         (comint-preinput-scroll-to-bottom):
10748         * info.el (Info-hide-cookies-node):
10749         * ls-lisp.el (ls-lisp-classify):
10750         * find-file.el (ff-search-directories, ff-special-constructs)
10751         (ff-find-other-file):
10752         * font-lock.el (font-lock-keywords):
10753         * shell.el (shell-prompt-pattern)
10754         (shell-dynamic-complete-functions, shell-mode)
10755         (shell-delimiter-argument-list):
10756         * term.el (term-replace-by-expanded-filename)
10757         (term-prompt-regexp, term-delimiter-argument-list):
10758         * woman.el (woman-ignore, woman0-if):
10759         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
10760         * emacs-lisp/elint.el (elint-init-env):
10761         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
10762         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
10763         * language/ethio-util.el (ethio-tilde-escape)
10764         (ethio-use-three-dot-question):
10765         * net/zone-mode.el (zone-mode-load-time-setup):
10766         * progmodes/cc-align.el (c-lineup-argcont):
10767         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
10768         * progmodes/cperl-mode.el (cperl-set-style-back):
10769         * progmodes/inf-lisp.el (inferior-lisp-prompt):
10770         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
10771         Fix spellings in docstrings.
10773         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
10774         * progmodes/modula2.el (m2-for): Fix spellings.
10776         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
10778         * simple.el (undo-more): Don't use `format' on `error' arguments.
10779         Improve argument/docstring consistency.
10780         (pending-undo-list): Doc fix.
10782         * smerge-mode.el (smerge-ensure-match):
10783         * emulation/vip.el (vip-ex):
10784         * net/zone-mode.el (zone-mode-update-serial):
10785         * progmodes/idlwave.el (idlwave-complete):
10786         * progmodes/vhdl-mode.el (vhdl-visit-file)
10787         (vhdl-compose-wire-components):
10788         Don't use `format' on `error' arguments.
10790         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
10791         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
10792         (tooltip-help-tips): Fix typos in docstrings.
10794 2005-06-16  David Ponce  <david@dponce.com>
10796         * tree-widget.el (tree-widget-value-create): Simplify last change.
10798 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
10800         * ido.el (ido-incomplete-regexp): New variable.
10801         (ido-set-matches-1): Handle invalid-regexp error and set
10802         ido-incomplete-regexp.
10803         (ido-incomplete-regexp): New face.
10804         (ido-completions): Use it.
10805         (ido-complete, ido-exit-minibuffer, ido-completions):
10806         Handle incomplete regexps.
10807         (ido-completions): Add check for complete match when entering a regexp.
10809 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10811         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
10813 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10815         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
10816         by field delimiters.
10818 2005-06-15  David Ponce  <david@dponce.com>
10820         * tree-widget.el: eval-and-compile inlined functions so they will
10821         be available at run-time too.
10822         (tree-widget-super-format-handler)
10823         (tree-widget-format-handler): Remove.
10824         (tree-widget-value-create): Handle the :indent property.
10826 2005-06-15  Miles Bader  <miles@gnu.org>
10828         * progmodes/which-func.el (which-func): Only inherit
10829         `font-lock-function-name-face' when that makes sense against the
10830         default mode-line face, otherwise set the face color explicitly.
10832         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
10833         faces instead of (non-existent) variables.
10835 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10837         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
10838         (iswitchb-get-matched-buffers): Likewise.  Simplify.
10840 2005-06-14  Miles Bader  <miles@gnu.org>
10842         * progmodes/ld-script.el (ld-script-location-counter):
10843         Remove "-face" suffix from face name.
10844         (ld-script-location-counter-face):
10845         New backward-compatibility alias for renamed face.
10846         (ld-script-location-counter-face): Use renamed face.
10848         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
10849         (cperl-hash): Remove "-face" suffix from face names.
10850         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
10851         New backward-compatibility aliases for renamed faces.
10852         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
10853         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
10855         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
10856         name.
10857         (which-func-face): New backward-compatibility alias for renamed face.
10858         (which-func-format): Use renamed which-func face.
10860         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
10861         (vhdl-function, vhdl-directive, vhdl-reserved-word)
10862         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
10863         names.
10864         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
10865         (vhdl-speedbar-configuration, vhdl-speedbar-package)
10866         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
10867         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
10868         (vhdl-speedbar-architecture-selected)
10869         (vhdl-speedbar-configuration-selected)
10870         (vhdl-speedbar-package-selected)
10871         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
10872         names.
10873         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
10874         Use renamed faces.
10875         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
10876         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
10877         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
10878         Use renamed faces.
10879         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
10880         names.
10881         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
10882         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
10883         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
10884         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
10885         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
10886         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
10888         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
10889         face name.
10890         (sh-heredoc-face): New backward-compatibility alias for renamed face.
10891         (sh-heredoc-face): Use renamed sh-heredoc face.
10893         * progmodes/idlw-help.el (idlwave-help-link):
10894         Remove "-face" suffix from face name.
10895         (idlwave-help-link-face):
10896         New backward-compatibility alias for renamed face.
10897         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
10899         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
10900         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
10901         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
10902         New backward-compatibility aliases for renamed faces.
10903         (idlwave-shell-disabled-breakpoint-face)
10904         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
10906         * progmodes/flymake.el (flymake-errline, flymake-warnline):
10907         Remove "-face" suffix from face names.
10908         (flymake-errline-face, flymake-warnline-face):
10909         New backward-compatibility aliases for renamed faces.
10910         (flymake-highlight-line): Use renamed flymake faces.
10912         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
10913         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
10914         (ebrowse-member-class, ebrowse-progress):
10915         Remove "-face" suffix from face names.
10916         (ebrowse-tree-mark-face, ebrowse-root-class-face)
10917         (ebrowse-file-name-face, ebrowse-default-face)
10918         (ebrowse-member-attribute-face, ebrowse-member-class-face)
10919         (ebrowse-progress-face):
10920         New backward-compatibility aliases for renamed faces.
10921         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
10922         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
10923         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
10924         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
10926         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
10927         antlr-syntax)
10928         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
10929         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
10930         names.
10931         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
10932         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
10933         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
10934         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
10935         backward-compatibility aliases for renamed faces.
10936         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
10937         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
10938         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
10939         remove "font-lock-".  Use renamed antlr-mode faces.
10940         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
10941         literal face-names with face variable references.
10943         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
10944         face name.
10945         (Buffer-menu-buffer-face): New backward-compatibility alias for
10946         renamed face.
10947         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
10949 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
10951         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
10952         Eliminate "-face" suffix.
10953         (makefile-targets): Inherit from font-lock-function-name-face and
10954         eliminate "-face" suffix.
10955         (makefile-shell): Remove attributes and eliminate "-face" suffix.
10956         (makefile-*-font-lock-keywords): Append makefile-targets in rule
10957         actions, instead of prepending, to make it less visible.
10958         (makefile-previous-dependency, makefile-match-dependency):
10959         Don't match a target on a continuation line.
10961         * files.el (auto-mode-alist): Put Makefile in gmake mode.
10963 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
10965         * progmodes/gdb-ui.el (menu): Re-order menu items.
10966         (gdb-tooltip-print): Respect tooltip-use-echo-area.
10968         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
10969         Define in tooltip.el.
10970         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
10971         (gud-tooltip-tips): Respect tooltip-use-echo-area and
10972         gud-tooltip-echo-area.
10974         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
10975         backward compatibility and make obsolete.
10976         (tooltip-help-tips): Use tooltip-use-echo-area.
10977         (tooltip-show-help-function): Rename to...
10978         (tooltip-show-help): ...this, because it is a function.
10979         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
10981 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
10983         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
10984         (edebug-print-length, edebug-print-level, edebug-print-circle)
10985         (edebug-modify-breakpoint, edebug-eval-last-sexp)
10986         (edebug-eval-print-last-sexp): Doc fixes.
10988 2005-06-14  Kim F. Storm  <storm@cua.dk>
10990         * ido.el (ido-mode): Make a new keymap every time we enable ido,
10991         as the coverage buffer/file/both may change.
10993 2005-06-14  Lute Kamstra  <lute@gnu.org>
10995         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
10996         and run-mode-hooks.  Simplify.
10998         * mail/rmailedit.el (rmail-edit-mode):
10999         * progmodes/octave-inf.el (inferior-octave-mode):
11000         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
11002         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
11003         and run-mode-hooks.
11004         (recentf-edit-list, recentf-open-files): Don't call
11005         kill-all-local-variables directly.
11007         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
11009 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11011         * emacs-lisp/byte-run.el (make-obsolete)
11012         (define-obsolete-function-alias): Rename arguments FUNCTION and
11013         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
11014         (make-obsolete-variable, define-obsolete-variable-alias):
11015         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
11016         respectively.
11018         * isearchb.el (isearchb-activate):
11019         * pcvs.el (cvs-mode):
11020         * ses.el (ses-load):
11021         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
11022         * net/tramp.el (tramp-find-file-exists-command)
11023         (tramp-find-shell):
11024         * progmodes/ada-mode.el (ada-create-case-exception)
11025         (ada-create-case-exception-substring, ada-make-subprogram-body):
11026         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
11027         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
11028         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
11029         * textmodes/org.el (org-promote, org-evaluate-time-range)
11030         (org-agenda-next-date-line, org-agenda-previous-date-line)
11031         (org-agenda-error, org-open-at-point, org-table-move-row)
11032         (org-format-table-table-html-using-table-generate-source)
11033         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
11034         * textmodes/reftex.el (reftex-access-scan-info):
11035         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
11036         (reftex-toc-promote-prepare): Follow error conventions.
11038         * diff-mode.el (diff-mode): Fix typo in docstring.
11040         * forms.el (forms--intuit-from-file): Fix reference to
11041         `forms-number-of-fields' in error message.
11042         (forms-print): Fix quoting in error message.
11044         * forms.el (forms-mode):
11045         * emulation/vi.el (vi-goto-insert-state):
11046         * progmodes/flymake.el (flymake-new-err-info)
11047         (flymake-start-syntax-check-for-current-buffer)
11048         (flymake-simple-cleanup):
11049         * eshell/esh-var.el (eshell/export):
11050         * progmodes/gud.el (xdb):
11051         * textmodes/flyspell.el (flyspell-incorrect-hook)
11052         (flyspell-maybe-correct-transposition)
11053         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
11055 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
11057         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
11058         minibuffer prompt.
11060 2005-06-13  Kim F. Storm  <storm@cua.dk>
11062         * subr.el (add-to-ordered-list): New defun.
11064         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
11065         add cua--keymap-alist to emulation-mode-map-alists.
11067 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11069         * subr.el (complete-in-turn): New macro.
11070         (dynamic-completion-table, lazy-completion-table): Add debug info.
11072         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
11073         in preference to face aliases.
11075         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
11076         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
11077         Remove unused vars `start' and `firstline'.
11078         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
11079         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
11081 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
11083         * cus-start.el (all): Don't complain about missing GTK-related
11084         variables, unless either `gtk' is boundp or this isn't a
11085         `windows-nt' build.
11087 2005-06-13  Lute Kamstra  <lute@gnu.org>
11089         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
11090         run-mode-hooks.
11092         * ediff-mult.el (ediff-meta-mode):
11093         * ediff-util.el (ediff-mode): Use run-mode-hooks.
11095         * ledit.el (ledit-mode): Use delay-mode-hooks.
11097         * woman.el (woman-mode-line-format): Delete constant.
11098         (woman-mode-map): Initialize it properly.
11099         (woman-mode): Set mode-class property to special.
11100         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
11101         Set major-mode and mode-name.  Don't set mode-line-format directly.
11102         (Man-getpage-in-background): Don't reference woman-mode-line-format.
11104         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
11105         string argument obsolete.
11107 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
11109         * textmodes/org.el (org-CUA-compatible): New option.
11110         (org-disputed-keys): New variable.
11111         (org-key): New function.
11112         (orgtbl-make-binding): Add docstring to the created function.
11113         (org-mode): Set paragraph start/separate regexps.
11114         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
11115         (org-archive-location, org-archive-mark-done)
11116         (org-archive-stamp-time): New options.
11117         (org-archive-subtree): New command.
11118         (org-fill-paragraph): New function.
11119         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
11120         (org-fake-empty-table-line): Function removed.
11121         (org-format-org-table-html): Do not create empty table lines at
11122         separator lines.  Improved table header treatment.
11123         (org-link-format): New option.
11124         (org-make-link): New function.
11125         (org-insert-link, org-store-link): Use org-make-link.
11126         (org-open-file): Quote file name for shell command, to allow
11127         spaces in file names.
11128         (org-link-regexp): Fix bug with mailto link.
11129         (org-link-maybe-angles-regexp, org-protected-link-regexp):
11130         New constants.
11131         (org-export-as-html): Deal with the optional angles around a link.
11132         Better treatment of file: links.
11133         (org-open-at-point): Replace @{ and @} with < and >.
11134         (org-run-mode-hooks): Function removed.
11135         (org-agenda-mode): No longer use `org-run-mode-hooks'.
11137 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
11139         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
11140         MI command -data-list-register-values.
11141         (gdb-post-prompt): Indent properly.
11143 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
11145         * hilit-chg.el (highlight-changes-colors): Rename from
11146         `highlight-changes-colours'.
11147         (highlight-changes-colours): Keep as obsolete alias.
11148         (highlight-changes-face-list): Doc fix.
11149         (hilit-chg-make-list): Use `highlight-changes-colors'.
11151 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
11153         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
11154         defun-prompt-regexp.
11156 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
11158         * loadup.el: Don't say we are dumping under 2 names on windows-nt
11159         and cygwin.
11161         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
11162         Don't use an old loaddefs.el, as in Makefile.in.
11164 2005-06-12  Lute Kamstra  <lute@gnu.org>
11166         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
11168         * man.el (Man-mode-map): Initialize it properly.
11169         (Man-mode): Set mode-class property to special.
11171         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
11173 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
11175         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
11176         A newline is needed in the docstring there.
11178         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
11179         Doc fixes.
11181 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11183         * printing.el: Doc fix.  The menubar is no more changed when printing
11184         is loaded, it only changes when pr-menu-bind or pr-update-menus is
11185         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
11186         (pr-version): New version number (6.8.4).
11187         (pr-menu-bind): New command.
11188         (pr-update-menus): Docstring and code fix.
11189         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
11190         Docstring fix.
11191         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
11192         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
11194 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
11196         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
11197         "Returns" to "return", document useful return values, etc.
11199 2005-06-11  Alan Mackenzie  <acm@muc.de>
11201         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
11202         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
11203         (adaptive-file-function): Minor amendment to doc-string.
11205 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
11207         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
11208         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
11209         Fix :type--it is `integer', not `string'.
11211         * faces.el (modeline-highlight): Rename from (the erroneous)
11212         `modeline-higilight'.
11214 2005-06-11  Lute Kamstra  <lute@gnu.org>
11216         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
11217         lisp-interaction-mode-map but make it the parent.
11218         (edebug-eval-mode): Use define-derived-mode.
11220 2005-06-11  Andreas Schwab  <schwab@suse.de>
11222         * bindings.el: Add binding of `ESC functionkey' for every
11223         `M-functionkey'.
11224         * hexl.el (hexl-mode-map): Likewise.
11226 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
11228         * progmodes/compile.el (compilation-error-regexp-alist-alist)
11229         [msft]: update regexp for newer msft compilers.
11231 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
11233         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
11234         ATTLIST portions of included DTDs.
11235         (xml-parse-dtd): Eliminate use of inefficient match-data.
11237 2005-06-10  Miles Bader  <miles@gnu.org>
11239         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11240         (mpuz-text): Remove "-face" suffix from face names.
11241         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
11242         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
11243         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
11245         * play/gomoku.el (gomoku-O, gomoku-X):
11246         Remove "-face" suffix from face names.
11247         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
11248         New backward-compatibility aliases for renamed faces.
11249         (gomoku-font-lock-keywords): Use renamed gomoku faces.
11251 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
11253         * thumbs.el: Fixes for changes of 2005-06-09.
11254         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
11255         as a directory.
11256         (thumbs-thumbname): Remove directory separator from format string;
11257         `thumbs-thumbsdir' now returns a valid directory name.
11258         (thumbs-temp-dir): New defsubst.
11259         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
11260         Use it.
11262         * cus-edit.el (minibuffer):
11263         * files.el (make-backup-file-name-function):
11264         * filesets.el (filesets-external-viewers):
11265         * hilit-chg.el (highlight-changes-colours)
11266         (highlight-changes-face-list, highlight-changes-rotate-faces):
11267         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
11268         * kmacro.el (kmacro-call-macro):
11269         * log-edit.el (log-edit-changelog-full-paragraphs):
11270         * mouse.el (mouse-1-click-follows-link):
11271         * skeleton.el (skeleton-autowrap):
11272         * subr.el (insert-for-yank-1):
11273         * tempo.el (tempo-insert-region):
11274         * terminal.el (terminal-emulator):
11275         * time.el (display-time-mail-face):
11276         * vc.el (vc-annotate):
11277         * vcursor.el (vcursor-copy-line):
11278         * woman.el (woman-bold-headings, woman-ignore)
11279         (woman-default-faces, woman-monochrome-faces):
11280         * calendar/todo-mode.el (todo-insert-threshold):
11281         * emulation/pc-select.el (pc-select-selection-keys-only)
11282         (pc-selection-mode):
11283         * emulation/vip.el (vip-find-char-forward):
11284         * emulation/viper-cmd.el (viper-find-char-forward):
11285         * international/mule-cmds.el
11286         (select-safe-coding-system-accept-default-p)
11287         (input-method-exit-on-invalid-key):
11288         * international/mule-diag.el (describe-coding-system):
11289         * international/ucs-tables.el (unify-8859-on-encoding-mode):
11290         * net/browse-url.el (browse-url-xterm-program):
11291         * obsolete/lazy-lock.el (lazy-lock-mode):
11292         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
11293         (cperl-mode):
11294         * progmodes/cpp.el (cpp-face-light-name-list)
11295         (cpp-face-dark-name-list):
11296         * progmodes/delphi.el (delphi-newline-always-indents):
11297         Fix spellings in docstrings.
11299         * ido.el (ido-mode, ido-file-extensions-order)
11300         (ido-default-file-method, ido-default-buffer-method)
11301         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
11302         (ido-decorations, ido-read-file-name-as-directory-commands)
11303         (ido-read-file-name-non-ido, ido-work-directory-list)
11304         (ido-ignore-item-temp-list, ido-current-directory)
11305         (ido-magic-forward-char, ido-enter-find-file)
11306         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
11307         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
11309 2005-06-10  Lute Kamstra  <lute@gnu.org>
11311         * play/dunnet.el (dun-mode): Use define-derived-mode.
11312         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
11313         obsolete alias.
11315         * play/doctor.el (doctor-mode-map): Remove defvar.
11316         (doctor-mode): Use define-derived-mode.
11318         * mail/mspools.el (mspools-mode):
11319         * net/eudc-hotlist.el (eudc-hotlist-mode):
11320         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
11322 2005-06-10  Miles Bader  <miles@gnu.org>
11324         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11325         Remove "-face" suffix from face names.
11326         (flyspell-incorrect-face, flyspell-duplicate-face):
11327         New backward-compatibility aliases for renamed faces.
11328         (flyspell-mode-on, make-flyspell-overlay)
11329         (flyspell-highlight-incorrect-region)
11330         (flyspell-highlight-duplicate-region)
11331         (flyspell-display-next-corrections)
11332         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
11334         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
11335         from face name.
11336         (texinfo-heading-face): New backward-compatibility alias for
11337         renamed face.
11338         (texinfo-heading-face): Use renamed texinfo-heading face.
11340         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
11341         suffix from face names.
11342         (tex-math-face, tex-verbatim-face):
11343         New backward-compatibility aliases for renamed faces.
11344         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
11345         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
11346         literal face name.
11348         * textmodes/table.el (table-cell): Remove "-face" suffix from face
11349         name.
11350         (table-cell-face): New backward-compatibility alias for renamed face.
11351         (table--put-cell-face-property, table--update-cell-face):
11352         Use renamed table-cell face.
11354         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
11355         from face name.
11356         (sgml-namespace-face): New backward-compatibility alias for
11357         renamed face.
11358         (sgml-namespace-face): Use renamed sgml-namespace face.
11360         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
11361         (org-level-4, org-level-5, org-level-6, org-level-7)
11362         (org-level-8, org-warning, org-headline-done)
11363         (org-deadline-announce, org-scheduled-today)
11364         (org-scheduled-previously, org-link, org-done, org-table)
11365         (org-time-grid): Remove "-face" suffix from face names.
11366         (org-level-1-face, org-level-2-face, org-level-3-face)
11367         (org-level-4-face, org-level-5-face, org-level-6-face)
11368         (org-level-7-face, org-level-8-face, org-warning-face)
11369         (org-headline-done-face, org-deadline-announce-face)
11370         (org-scheduled-today-face, org-scheduled-previously-face)
11371         (org-link-face, org-done-face, org-table-face)
11372         (org-time-grid-face):
11373         New backward-compatibility aliases for renamed faces.
11374         (org-level-faces, org-set-font-lock-defaults, org-timeline)
11375         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
11376         (org-agenda-get-timestamps, org-agenda-get-scheduled)
11377         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
11379         * emulation/viper-init.el (viper-search, viper-replace-overlay)
11380         (viper-minibuffer-emacs, viper-minibuffer-insert)
11381         (viper-minibuffer-vi): Remove "-face" suffix from face names.
11382         (viper-search-face, viper-replace-overlay-face)
11383         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
11384         (viper-minibuffer-vi-face):
11385         New backward-compatibility aliases for renamed faces.
11386         (viper-search-face, viper-replace-overlay-face)
11387         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
11388         (viper-minibuffer-vi-face): Use renamed viper faces.
11390         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
11391         Remove "-face" suffix from face names.
11392         (testcover-nohits-face, testcover-1value-face):
11393         New backward-compatibility aliases for renamed faces.
11394         (testcover-mark): Use renamed testcover faces.
11396         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
11397         face name.
11398         (diary-button-face): New backward-compatibility alias for renamed face.
11399         (diary-entry): Use renamed diary-button face.
11401         * calendar/calendar.el (diary, calendar-today, holiday)
11402         (mark-visible-calendar-date): Remove "-face" suffix from face names.
11403         (diary-face, calendar-today-face, holiday-face):
11404         New backward-compatibility aliases for renamed faces.
11405         (eval-after-load "facemenu", diary-entry-marker)
11406         (calendar-today-marker, calendar-holiday-marker, diary-face):
11407         Use renamed calendar faces.
11409         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
11410         (compare-windows-face): New backward-compatibility alias for
11411         renamed face.
11412         (compare-windows-highlight): Use renamed compare-windows face.
11414         * strokes.el (strokes-char): Remove "-face" suffix from face name.
11415         (strokes-char-face): New backward-compatibility alias for renamed face.
11416         (strokes-encode-buffer): Use renamed strokes-char face.
11418         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
11419         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
11420         Remove "-face" suffix from face names.
11421         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
11422         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
11423         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
11424         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
11425         Use renamed pcvs faces.
11426         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
11427         * pcvs-defs.el (cvs-mode-map): Likewise.
11428         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
11430         * info.el (info-title-1, info-title-2, info-title-3)
11431         (info-title-4): Remove "-face" suffix from and downcase face names.
11432         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
11433         (Info-title-4-face):
11434         New backward-compatibility aliases for renamed faces.
11435         (Info-fontify-node): Use renamed info faces.
11437         * hilit-chg.el (highlight-changes, highlight-changes-delete):
11438         Remove "-face" suffix from face names.
11439         (highlight-changes-face, highlight-changes-delete-face):
11440         New backward-compatibility aliases for renamed faces.
11441         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
11442         (hilit-chg-make-list): Use renamed highlight-changes faces.
11444         * generic-x.el (show-tabs-tab, show-tabs-space):
11445         Remove "-face" suffix from face names.
11446         (show-tabs-tab-face, show-tabs-space-face):
11447         New backward-compatibility aliases for renamed faces.
11448         (show-tabs-generic-mode-font-lock-defaults-1)
11449         (show-tabs-generic-mode-font-lock-defaults-2):
11450         Use renamed show-tabs faces.
11452         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
11453         (smerge-markers): Remove "-face" suffix from face names.
11454         (smerge-mine-face, smerge-other-face, smerge-base-face)
11455         (smerge-markers-face):
11456         New backward-compatibility aliases for renamed faces.
11457         (smerge-mine-face, smerge-other-face, smerge-base-face)
11458         (smerge-markers-face): Use renamed smerge faces.
11460         * log-view.el (log-view-file, log-view-message): Remove "-face"
11461         suffix from face names.
11462         (log-view-file-face, log-view-message-face):
11463         New backward-compatibility aliases for renamed faces.
11464         (log-view-file-face, log-view-message-face): Use renamed log-view
11465         faces.
11467         * paren.el (show-paren-match, show-paren-mismatch):
11468         Remove "-face" suffix from face names.
11469         (show-paren-match-face, show-paren-mismatch-face):
11470         New backward-compatibility aliases for renamed faces.
11471         (show-paren-function): Use renamed show-paren faces.
11473         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
11474         (ruler-mode-margins, ruler-mode-fringes)
11475         (ruler-mode-column-number, ruler-mode-fill-column)
11476         (ruler-mode-comment-column, ruler-mode-goal-column)
11477         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
11478         suffix from face names.
11479         (ruler-mode-default-face, ruler-mode-pad-face)
11480         (ruler-mode-margins-face, ruler-mode-fringes-face)
11481         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
11482         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
11483         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
11484         New backward-compatibility aliases for renamed faces.
11485         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
11486         (ruler-mode-column-number, ruler-mode-fill-column)
11487         (ruler-mode-comment-column, ruler-mode-goal-column)
11488         (ruler-mode-tab-stop, ruler-mode-current-column)
11489         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
11490         faces.
11492         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
11493         face name.
11494         (whitespace-highlight-the-space): Use renamed face.
11495         (whitespace-highlight-face): New backward-compatibility alias for
11496         renamed face.
11498         * woman.el (woman-italic, woman-bold, woman-unknown)
11499         (woman-addition, woman-symbol-face):
11500         Remove "-face" suffix from face names.
11501         (woman-italic-face, woman-bold-face, woman-unknown-face)
11502         (woman-addition-face):
11503         New backward-compatibility aliases for renamed faces.
11504         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
11505         (woman-decode-region, woman-replace-match)
11506         (woman-display-extended-fonts, woman-special-characters)
11507         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
11508         Use renamed woman faces.
11510         * longlines.el (longlines-visible-face): Face removed.
11512         * diff-mode.el (diff-header, diff-file-header, diff-index)
11513         (diff-hunk-header, diff-removed, diff-added, diff-changed)
11514         (diff-function, diff-context, diff-nonexistent): Remove "-face"
11515         suffix from face names.
11516         (diff-header-face, diff-file-header-face, diff-index-face)
11517         (diff-hunk-header-face, diff-removed-face, diff-added-face)
11518         (diff-changed-face, diff-function-face, diff-context-face)
11519         (diff-nonexistent-face): New backward-compatibility aliases for
11520         renamed faces.
11521         (diff-header-face, diff-file-header-face)
11522         (diff-index, diff-index-face, diff-hunk-header)
11523         (diff-hunk-header-face, diff-removed, diff-removed-face)
11524         (diff-added, diff-added-face, diff-changed-face, diff-function)
11525         (diff-function-face, diff-context-face, diff-nonexistent)
11526         (diff-nonexistent-face): Use renamed diff-mode faces.
11528         * progmodes/compile.el (compilation-warning-face)
11529         (compilation-info-face): Remove "-face" suffix from face names.
11530         (compilation-warning-face, compilation-info-face):
11531         New backward-compatibility aliases for renamed faces.
11532         (compilation-warning-face, compilation-info-face):
11533         Use renamed compilation faces.
11535         * add-log.el (change-log-date, change-log-name)
11536         (change-log-email, change-log-file, change-log-list)
11537         (change-log-conditionals, change-log-function)
11538         (change-log-acknowledgement): Remove "-face" suffix from face names.
11539         (change-log-date-face, change-log-name-face)
11540         (change-log-email-face, change-log-file-face)
11541         (change-log-list-face, change-log-conditionals-face)
11542         (change-log-function-face, change-log-acknowledgement-face):
11543         New backward-compatibility aliases for renamed faces.
11544         (change-log-font-lock-keywords): Use renamed change-log faces.
11546         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
11547         (custom-set, custom-changed, custom-saved, custom-button)
11548         (custom-button-pressed, custom-documentation, custom-state)
11549         (custom-comment, custom-comment-tag, custom-variable-tag)
11550         (custom-variable-button, custom-face-tag, custom-group-tag-1)
11551         (custom-group-tag): Remove "-face" suffix from face names.
11552         (custom-magic-alist, custom-magic-value-create)
11553         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
11554         (custom-invalid-face, custom-rogue-face, custom-modified-face)
11555         (custom-set-face, custom-changed-face, custom-saved-face)
11556         (custom-button-face, custom-button-pressed-face)
11557         (custom-documentation-face, custom-state-face)
11558         (custom-comment-face, custom-comment-tag-face)
11559         (custom-variable-tag-face, custom-variable-button-face)
11560         (custom-face-tag-face, custom-group-tag-face-1)
11561         (custom-group-tag-face):
11562         New backward-compatibility aliases for renamed faces.
11564         * wid-edit.el (widget-documentation, widget-button)
11565         (widget-field, widget-single-line-field, widget-inactive)
11566         (widget-button-pressed): "-face" suffix removed from face names.
11567         (widget-documentation-face, widget-button-face)
11568         (widget-field-face, widget-single-line-field-face)
11569         (widget-inactive-face, widget-button-pressed-face):
11570         New backward-compatibility aliases for renamed faces.
11571         (widget-documentation-face, widget-button-face)
11572         (widget-button-pressed-face, widget-specify-field)
11573         (widget-specify-inactive): Use renamed widget faces.
11575 2005-06-10  Kenichi Handa  <handa@m17n.org>
11577         * term/x-win.el (x-clipboard-yank): Remove condition-case
11578         wrapping.
11580 2005-06-11  Kenichi Handa  <handa@m17n.org>
11582         * add-log.el (change-log-font-lock-keywords): Make the regexp for
11583         date lines stricter.
11585 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
11587         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
11588         of x-get-selection.
11590 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
11592         * comint.el (comint-mode, comint-snapshot-last-prompt):
11593         * frame.el (frame-current-scroll-bars):
11594         * term.el (term-mode, term-check-proc, term-input-sender)
11595         (term-simple-send, term-extract-string, term-word)
11596         (term-match-partial-filename):
11597         * window.el (window-current-scroll-bars):
11598         * emulation/cua-base.el (cua-normal-cursor-color)
11599         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
11600         (cua-global-mark-cursor-color):
11601         * mail/undigest.el (rmail-forward-separator-regex):
11602         Fix typos in docstrings.
11604         * comint.el (comint-check-proc, make-comint-in-buffer)
11605         (comint-source-default): Doc fixes.
11607         * term.el (term-send-string): Improve argument/docstring consistency.
11609 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
11611         * comint.el (comint-send-input): Bind `inhibit-read-only' around
11612         call to `delete-region'.
11613         (comint-mode-hook): Do not enable Font Lock by default.
11615 2005-06-09  Lute Kamstra  <lute@gnu.org>
11617         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
11618         could be void.
11620 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11622         * emacs-lisp/debug.el (debugger-will-be-back): New var.
11623         (debug): Use it.
11624         (debugger-step-through, debugger-continue, debugger-jump)
11625         (debugger-return-value): Set it when needed.
11626         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
11627         Use inhibit-read-only.
11629 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
11631         * window.el (shrink-window-if-larger-than-buffer)
11632         (window-size-fixed): Fix typo in docstring.
11634         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
11635         thumbnails directory on loading.
11636         (thumbs-conversion-program): Use `eq' to check the system type,
11637         not `equal'.
11638         (thumbs-temp-dir): Initialize to `temporary-file-directory',
11639         not "/tmp".  Fix docstring.
11640         (thumbs-thumbsdir): New function to return the thumbnails
11641         directory, creating it if needed.
11642         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
11643         (thumbs-temp-file): Delete variable and make it into a function.
11644         (thumbs-resize-image, thumbs-modify-image): Use it.
11645         (thumbs-kill-buffer): Simplify.
11646         (thumbs-gensym): Defalias or duplicate CL `gensym'.
11647         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
11648         docstrings.
11650 2005-06-09  Kim F. Storm  <storm@cua.dk>
11652         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
11653         set-match-data to free markers in match-data.
11655         * replace.el (replace-match-data): Pass RESEAT arg `t' to
11656         match-data to unchain markers in match-data.
11658 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11660         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
11661         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
11662         unnecessary now.
11664 2005-06-08  Richard M. Stallman  <rms@gnu.org>
11666         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
11667         give the variable a doc string that doesn't say don't set it directly.
11669         * textmodes/ispell.el (ispell-check-version):
11670         Use match-string-no-properties.
11671         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
11672         (ispell-buffer-local-words): Likewise.
11674         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
11675         except on terminals with enough colors to really display it.
11676         (makefile-dependency-regex): Delete spurious `bb'.
11678         * faces.el (escape-glyph): Use blue once again in last case.
11679         (no-break-space): Redefine so that it isn't invisible on a tty.
11681 2005-06-08  Kim F. Storm  <storm@cua.dk>
11683         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
11684         also when reading directory name.
11686 2005-06-08  Lute Kamstra  <lute@gnu.org>
11688         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
11689         (flyspell-mode-line-string): Remove autoload cookie.
11690         (flyspell-mode): Remove defvar.
11692 2005-06-07  Lute Kamstra  <lute@gnu.org>
11694         * textmodes/org.el (org-run-mode-hooks): New function.
11695         (org-agenda-mode): Use it.
11697 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
11699         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
11701 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11703         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
11705 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
11707         * font-lock.el (font-lock-add-keywords): Doc fix.
11709 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11711         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
11712         (tex-compile-default): In the absence of any history, use the order in
11713         tex-compile-alist to choose the preferred command.
11714         (tex-compile-commands): Reorder a bit.
11716         * textmodes/flyspell.el (flyspell-auto-correct-binding)
11717         (flyspell-incorrect-face, flyspell-duplicate-face):
11718         Use (X)Emacs-agnostic code.
11719         (flyspell-mode-map): Don't overwrite at each load.  Remove code
11720         redundant with the subsequent add-minor-mode.  Merge Emacs and
11721         XEmacs code.
11722         (flyspell-word): Minor simplification.
11723         (flyspell-math-tex-command-p): Quieten the byte-compiler.
11724         (flyspell-external-point-words): Remove unused vars `size' and `start'.
11725         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
11726         Merge the corresponding Emacs code.
11727         (flyspell-correct-word, flyspell-xemacs-popup):
11728         Use flyspell-do-correct.
11730         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
11731         a dedicated window.
11733         * international/latexenc.el (latexenc-find-file-coding-system):
11734         Undo part of last patch, to turn off a compiler warning.
11736 2005-06-06  Juri Linkov  <juri@jurta.org>
11738         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
11739         Rename `tmm-inactive-face' to `tmm-inactive'.
11741 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
11743         * iswitchb.el: Rename faces.
11745 2005-06-06  Kim F. Storm  <storm@cua.dk>
11747         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
11748         (cua-global-mark): Remove -face suffix from face names.
11750         * emulation/cua-gmrk.el (cua--init-global-mark):
11751         Remove cua-global-mark face setup.
11753 2005-06-06  Richard M. Stallman  <rms@gnu.org>
11755         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
11756         just like other allowed characters.
11757         (makefile-match-dependency): Exclude leading and training whitespace
11758         from the range of regexp subexp 1.
11759         (makefile-macroassign-regex): Don't try to match the body,
11760         just the name of the macro being defined.
11762         * info.el (Info-read-node-name-2): New function.
11763         (Info-read-node-name-1): Use that.
11764         Add a completion-base-size-function property.
11766         * simple.el (completion-setup-function): Look for
11767         completion-base-size-function property of minibuffer-completion-table.
11769         * files.el (locate-file-completion): Doc fix.
11771         * printing.el: Don't call pr-update-menus; user must do that.
11773         * emacs-lisp/debug.el (debugger-window): New variable.
11774         (debug): Use debugger-window if it is set and still alive.
11775         Record debugger-window for next entry.
11777         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
11779 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
11781         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
11782         (hack-one-local-variable, hack-local-variables)
11783         (hack-local-variables-prop-line): Pass that arg.
11785 2005-06-06  Kim F. Storm  <storm@cua.dk>
11787         * ido.el (ido-first-match, ido-only-match, ido-subdir)
11788         (ido-indicator): Remove -face suffix from face names.
11790 2005-06-06  Juri Linkov  <juri@jurta.org>
11792         * font-lock.el (font-lock-regexp-backslash)
11793         (font-lock-regexp-backslash-construct): New faces.
11794         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
11795         after `('.  Add `while-no-input' to control structures.
11797         * faces.el (no-break-space, shadow): New faces.
11798         (escape-glyph): Use less loud colors pink2 and red4.
11800         * diff-mode.el (diff-context-face)
11801         * dired.el (dired-ignored)
11802         * rfn-eshadow.el (file-name-shadow)
11803         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
11805         * info.el (Info-title-1-face): Use green instead of yellow because
11806         bold yellow is not readable on light backgrounds.
11808         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
11809         before selecting the desired mode to not spend time fontifying
11810         old contents.
11812 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
11814         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
11815         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
11817         * ps-print.el (ps-default-fg, ps-default-bg):
11818         Fix typos in docstrings.
11820         * isearchb.el (isearchb): Don't pass a spurious second argument to
11821         `iswitchb-completions'.
11823 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
11825         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
11826         to preserve point.
11827         (gdb-find-file-hook): Add doc string.
11829         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
11830         C dereferenced pointer expression.
11831         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
11833         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
11835         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
11836         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
11837         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
11838         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
11839         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
11840         Make background transparent.
11842 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11844         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
11845         (font-lock-remove-keywords): Doc fix.
11846         (font-lock-mode-major-mode): Compiler defvar.
11847         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
11849         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
11850         (font-lock-mode): Update `font-lock-mode-major-mode'.
11851         (font-lock-set-defaults): Compiler defvar.
11852         (font-lock-default-function): Take `font-lock-mode-major-mode'
11853         into account.
11855         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
11856         keep track of which major mode it enabled the minor mode for.
11857         Use find-file-hook again.  Update docstring.
11859         * simple.el (eval-expression-print-level)
11860         (eval-expression-print-length, eval-expression-debug-on-error):
11861         Doc fixes.
11863 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
11865         * iswitchb.el (iswitchb-single-match-face)
11866         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
11867         (iswitchb-invalid-regexp-face): New faces.
11868         (iswitchb-completions): Use them.
11869         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
11870         now marked as an obsolete alias.
11871         (iswitchb-read-buffer): Remove check for bound font variables.
11872         (iswitchb-invalid-regexp): New free variable.
11873         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
11874         set iswitchb-invalid-regexp.
11875         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
11876         invalid regexps.
11877         (iswitchb-completions): Add check for complete match when entering
11878         a regexp.
11879         (iswitchb-completions): Remove require-match argument.
11880         (iswitchb-exhibit): Fix caller.
11881         (iswitchb-common-match-inserted): New variable.
11882         (iswitchb-complete, iswitchb-completion-help): Use it.
11884 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
11886         * url-http.el (url-http-chunked-encoding-after-change-function):
11887         Use `url-http-debug' instead of `message'.
11889 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
11891         * url-http.el (url-http-parse-headers): Pass redirected URL as a
11892         callback argument.
11894 2005-06-04  Kim F. Storm  <storm@cua.dk>
11896         * simple.el (line-move): Only call sit-for when moving backwards.
11898         * ido.el (ido-make-merged-file-list-1): New defun split from
11899         ido-make-merged-file-list.
11900         (ido-make-merged-file-list): Bind throw-on-input around call to
11901         ido-make-merged-file-list-1.  Return input-pending-p if
11902         interrupted by more input available.
11903         (ido-read-internal): Handle input-pending-p return value from
11904         ido-make-merged-file-list.
11906 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11908         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
11909         compatibility code.
11911         * international/latexenc.el (latexenc-find-file-coding-system):
11912         Don't inherit the EOL part of the coding-system from the
11913         tex-main buffer.  Fit within 80 columns.
11915 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
11917         * tmm.el (tmm-inactive-face): New face.
11918         (tmm-remove-inactive-mouse-face): New function.
11919         (tmm-prompt, tmm-add-one-shortcut)
11920         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
11921         but not selectable.
11923 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
11925         * faces.el (face-equal): Improve argument/docstring consistency.
11927 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
11929         * progmodes/make-mode.el (makefile-targets-face)
11930         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
11931         (makefile-bsdmake-dependency-regex)
11932         (makefile-makepp-rule-action-regex)
11933         (makefile-bsdmake-rule-action-regex): New constants.
11934         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
11936         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11937         Allow (...) within `...' for makepp messages.
11939 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
11941         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
11943         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
11944         "." files are deleted from all file lists before comparison.
11946         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
11947         (viper-ESC-key): Made them customizable.
11949         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
11951 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
11953         * autorevert.el (auto-revert-buffers): Use save-match-data.
11955 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11957         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
11958         menu items with a nil command binding.
11960 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
11962         * emacs-lisp/cl-macs.el (defsetf):
11963         Improve argument/docstring consistency.
11965         * faces.el (list-faces-display): Improve the formatting by
11966         computing the maximum length required for any face-name (reworked
11967         patch of 1999-01-11, accidentally deleted on 1999-07-21).
11968         (internal-find-face): Remove redundant info in docstring.
11970 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
11972         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
11973         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
11974         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
11975         (gdb-assembler-custom): Improve regexps.
11976         (def-gdb-auto-update-handler): Use window point to preserve point.
11978 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11980         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
11982 2005-05-31  Jay Belanger  <belanger@truman.edu>
11984         * calc/calc-embed.el (calc-embedded-word): Change argument passed
11985         to calc-embedded.
11986         (calc-embedded-make-info): Have plain prefix argument select
11987         entire line.
11989 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
11991         * faces.el (list-faces-display): Signal error if passed a regexp
11992         that matches no face name.
11994         * simple.el (filter-buffer-substring): Fix typo in docstring.
11996 2005-05-31  Richard M. Stallman  <rms@gnu.org>
11998         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
11999         (vhdl-emacs-21): Doc fix.
12000         (vhdl-mode): Unconditionally set comment-padding.
12001         (vhdl-fixup-whitespace-region): Insert spaces only where
12002         there are none.
12003         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
12005 2005-05-30  John Wiegley  <johnw@newartisans.com>
12007         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
12008         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
12009         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
12010         `directory-sep-char' to ?/, and all uses of `string-to-int' to
12011         `string-to-number'.
12013 2005-05-30  Jay Belanger  <belanger@truman.edu>
12015         * calc/calc.el (calc-bug-address): Fix docstring.
12016         (calc-window-hook, calc-trail-window-hook): New variables.
12017         (calc-trail-display): Restore use of calc-trail-window-hook.
12018         (calc): Restore use of calc-window-hook.
12020 2005-05-31  Masatake YAMATO  <jet@gyve.org>
12022         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
12024         * help-fns.el (help-C-file-name): Add autoload mark for
12025         `find-function-noselect'.
12027 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12029         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
12030         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
12032 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
12034         * calendar/diary-lib.el (mark-included-diary-files): Only kill
12035         included diary buffer if it was not already being visited.
12036         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
12038         * calendar/icalendar.el (top-level): Do not require 'appt.
12040         * mail/supercite.el (sc-select-attribution): Only use a list
12041         element from sc-attrib-selection-list if it returns a string.
12042         Reported by Davide G. M. Salvetti <salve@debian.org>.
12044 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
12046         * thumbs.el (thumbs-thumbname): The resulting thumbname now
12047         includes a hash value to improve its uniqueness, and has a ".jpg"
12048         extension.  Also, it is now a valid filename on all systems.
12049         (thumbs-make-thumb): Use `let', not `let*'.
12050         (thumbs-show-thumbs-list): Check for JPEG availability.
12052 2005-05-30  Richard M. Stallman  <rms@gnu.org>
12054         * filesets.el (filesets-menu-ensure-use-cached):
12055         Prevent warning when emacs-version>= is undefined.
12057         * printing.el (pr-interactive-n-up): Use string-to-number.
12059         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
12061         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
12062         Warn only when name to be defined is quoted.
12064 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
12066         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
12067         Make regexp more robust.
12068         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
12069         Force regeneration of disassembly.
12071 2005-05-29  Jay Belanger  <belanger@truman.edu>
12073         * calc/calc.el (calc-user-invocation): Check if
12074         calc-invocation-macro is non-nil.
12076 2005-05-29  Juri Linkov  <juri@jurta.org>
12078         * add-log.el (change-log-font-lock-keywords):
12079         Add `+' to e-mail regexp to accept mail address with keywords.
12081         * man.el (Man-name-regexp): Add `:' to accept qualified names.
12083 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
12085         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
12087         * ielm.el (inferior-emacs-lisp-mode): Ditto.
12089 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12091         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
12092         Undo the change that moves to end of the current word.
12094 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
12096         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
12097         Throw error when count <= 0 to ensure input is a number.
12098         (gdb-read-memory-custom): Pick up address from buffer.
12099         (gdb-memory-mode): Allow user to increment and decrement
12100         memory address from header line.
12102 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12104         * flyspell.el (flyspell-version): Function deleted.
12105         (flyspell-auto-correct-previous-hook): Doc fix.
12107         * jit-lock.el (jit-lock-function, jit-lock-after-change):
12108         Do nothing if memory is full.
12110         * font-lock.el (font-lock-fontify-syntactically-region):
12111         Pass t for GREEDY to looking-back.
12113         * saveplace.el (save-place-alist-to-file): Write the file
12114         using write-region.
12116         * subr.el (looking-back): New argument GREEDY.
12118         * progmodes/compile.el (compilation-start): Set the mode
12119         before inserting the initial text.
12121         * progmodes/which-func.el (which-func-update-1): Turn the mode
12122         off in case of error by setting which-func-mode.
12124 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
12126         * flyspell.el (flyspell-auto-correct-previous-word):
12127         Narrow down to what's on the screen, and recenter overlays
12128         at the end of the next word.
12130 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
12132         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
12133         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
12134         (flyspell-abbrev-p): Default to nil.
12135         (flyspell-use-global-abbrev-table-p): Doc fix.
12136         (flyspell-large-region): Allow nil as value.
12137         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
12139         (mail-mode-flyspell-verify): More robust handling
12140         of `mail-header-separator'.  More efficient signature detection.
12141         Allow for regexp metacharacters in message-header-separator.
12142         Adding `To' not to be checked in mail-mode-flyspell-verify.
12144         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
12145         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
12146         Bind flyspell-auto-correct-binding.
12147         Bind C-. and C-, .
12148         (flyspell-mode-map): Likewise.
12149         (flyspell-mode): Doc fix.
12150         (flyspell-accept-buffer-local-defs): Preserve current buffer.
12151         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
12152         (flyspell-word-cache-result): New var, always local.
12153         (flyspell-check-pre-word-p): Doc fix.
12154         (flyspell-check-changed-word-p): Handle spc like newline.
12155         (flyspell-post-command-hook): Set flyspell-word-cache-result.
12156         (flyspell-word-search-backward, flyspell-word-search-forward):
12157         New functions.
12158         (flyspell-word): Return t if nothing to check.
12159         When parsing TeX code, check for after } or \.
12160         Use flyspell-word-search-backward to find previous word.
12161         Return nil if duplicated word.
12162         For word already checked, return same value as last time.
12163         Set flyspell-word-cache-result after checking.
12164         Don't clobber the return value.
12165         (flyspell-get-word): Major rewrite.
12166         (flyspell-external-point-words): New locals pword, pcount.
12167         Fix size used in progress message.
12168         Find the proper corresponding word in flyspell-large-region-buffer.
12169         (flyspell-region): Check for flyspell-large-region = nil.
12170         (flyspell-highlight-incorrect-region): Clean up overlays in region.
12171         (flyspell-auto-correct-word): Check that WORD is a cons.
12172         (flyspell-correct-word): Likewise.
12174 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
12176         * progmodes/make-mode.el (makefile-rule-action-regex)
12177         (makefile-macroassign-regex, makefile-makepp-mode)
12178         (makefile-bsdmake-mode): Continuation lines may be empty.
12179         Reported by Joshua Varner.
12180         (makefile-makepp-font-lock-keywords): Add $(stem).
12182 2005-05-28  Karl Berry  <karl@gnu.org>
12184         * textmodes/tex-mode.el: Now that tex-send-command calls
12185         shell-quote-argument (2005-03-31 change), remove all calls to
12186         shell-quote-argument; they all end up invoking tex-send-command.
12187         The double quoting loses on filenames with non-safe characters,
12188         such as "@".  Reported by Frederik Fouvry.
12190 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
12192         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
12193         about preserving point.
12195 2005-05-27  Jay Belanger  <belanger@truman.edu>
12197         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
12198         Info-goto-node.
12200         * calc/calc-embed.el (calc-embed-arg): New variable.
12201         (calc-do-embedded-activate, calc-embedded-activate-formula)
12202         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
12203         variable by new variable.
12204         (calc-embedded-make-info): Replace undeclared variable by new
12205         variable.  When selecting region with positive prefix
12206         argument, use end of previous line instead of beginning of line.
12208         * calc/calc-aent.el (calc-arg-values): Declare it.
12210         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
12211         Declare them.
12213         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
12215         * calc/calc.el (calc-alg-map): Declare it.
12217         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
12219 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
12221         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
12222         (gdb-registers-buffer, toggle-gdb-all-registers):
12223         Toggle display of floating point registers.
12224         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
12226         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
12227         (toggle-gud-tooltip-dereference):
12228         Rename from gud-toggle-tooltip-dereference.
12230 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12232         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
12234 2005-05-27  Jay Belanger  <belanger@truman.edu>
12236         * calc/calc-prog.el (calc-kbd-report): Remove.
12237         (calc-kbd-query): Rewrite.
12239 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
12241         * image.el (image-library-alist): Move to image.c.
12242         (image-type-available-p): Doc fix.
12244 2005-05-27  Lute Kamstra  <lute@gnu.org>
12246         * calc/calc.el (calc):
12247         * outline.el (outline-1, outline-2, outline-3, outline-4)
12248         (outline-5, outline-6, outline-7, outline-8):
12249         * textmodes/dns-mode.el (dns-mode):
12250         * textmodes/sgml-mode.el (sgml-namespace-face):
12251         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
12252         (tex-verbatim-face, tex-use-reftex):
12253         * textmodes/texinfo.el (texinfo-heading-face):
12254         Specify customization group.
12256         * longlines.el: Don't require easy-mmode.
12257         (longlines-visible-face): Specify customization group.
12259 2005-05-27  Kenichi Handa  <handa@m17n.org>
12261         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
12262         encoding table of windows-1251.
12264         * international/ucs-tables.el (ucs-set-table-for-input):
12265         If translation-table-for-input of a coding system is a symbol, get
12266         its translation-table property.
12268         * international/code-pages.el: Don't register a coding system into
12269         non-iso-charset-alist more than once.
12270         (cp-make-coding-system): Likewise.
12272 2005-05-26  John Wiegley  <johnw@newartisans.com>
12274         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
12275         `eshell-resume-eval' is wrapped in a list, it indicates that the
12276         command was run asynchronously.  In that case, unwrap the value
12277         before checking the delimiter value.
12279         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
12280         character before a space at the end of a line is \, assume the space
12281         is part of the last argument rather than a final argument separator.
12283         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
12284         is in use, and the target is `t' or `nil' (which are the most common
12285         values), don't assume that the symbol target is a buffer.
12287 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12289         * calendar/calendar.el (calendar-mode-line-format):
12290         Use mode-line-highlight as mouse-face.
12292         * time.el (display-time-string-forms, display-time-update):
12293         Use mode-line-highlight as mouse-face.
12295 2005-05-26  Jay Belanger  <belanger@truman.edu>
12297         * calc/calc.el (calc-language-alist): Remove extra defvar.
12299 2005-05-26  Lute Kamstra  <lute@gnu.org>
12301         * arc-mode.el (archive-mode):
12302         * bookmark.el (bookmark-read-annotation-mode)
12303         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
12304         * bs.el (bs-mode):
12305         * calc/calc-yank.el (calc-edit-mode):
12306         * calc/calc.el (calc-mode, calc-trail-mode):
12307         * calculator.el (calculator-mode):
12308         * chistory.el (command-history-mode):
12309         * comint.el:
12310         * cus-edit.el (custom-mode):
12311         * descr-text.el (describe-text-mode):
12312         * ebuff-menu.el (Electric-buffer-menu-mode):
12313         * ediff-util.el (ediff-mode):
12314         * emacs-lisp/re-builder.el (reb-mode):
12315         * emulation/vi.el (vi-mode-setup):
12316         * emulation/ws-mode.el (wordstar-mode):
12317         * eshell/esh-mode.el (eshell-mode):
12318         * forms.el (forms-mode):
12319         * help-mode.el (help-mode):
12320         * hexl.el (hexl-mode):
12321         * ibuffer.el (ibuffer-mode):
12322         * ielm.el (inferior-emacs-lisp-mode):
12323         * info.el (Info-mode, Info-edit-mode):
12324         * international/swedish.el:
12325         * ledit.el (ledit-from-lisp-mode):
12326         * locate.el (locate-mode):
12327         * mail/rmail.el (rmail-mode):
12328         * mail/rmailedit.el (rmail-edit-mode):
12329         * mail/rmailsum.el (rmail-summary-mode):
12330         * mail/supercite.el (sc-electric-mode):
12331         * net/eudc.el (eudc-mode):
12332         * net/quickurl.el (quickurl-list-mode):
12333         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
12334         * obsolete/ooutline.el (outline-mode):
12335         * obsolete/options.el (Edit-options-mode):
12336         * obsolete/rnews.el (news-mode):
12337         * obsolete/rnewspost.el (news-reply-mode):
12338         * play/5x5.el (5x5-mode):
12339         * play/decipher.el (decipher-mode, decipher-stats-mode):
12340         * play/gomoku.el (gomoku-mode):
12341         * play/snake.el (snake-mode):
12342         * play/solitaire.el (solitaire-mode):
12343         * play/tetris.el (tetris-mode):
12344         * progmodes/ada-mode.el (ada-mode):
12345         * progmodes/antlr-mode.el (antlr-mode):
12346         * progmodes/autoconf.el (autoconf-mode):
12347         * progmodes/dcl-mode.el (dcl-mode):
12348         * progmodes/delphi.el (delphi-mode):
12349         * progmodes/ebrowse.el (ebrowse-tree-mode)
12350         (ebrowse-electric-list-mode, ebrowse-member-mode)
12351         (ebrowse-electric-position-mode):
12352         * progmodes/f90.el (f90-mode):
12353         * progmodes/fortran.el (fortran-mode):
12354         * progmodes/icon.el (icon-mode):
12355         * progmodes/idlw-help.el (idlwave-help-mode):
12356         * progmodes/idlw-shell.el (idlwave-shell-mode):
12357         * progmodes/idlwave.el (idlwave-mode):
12358         * progmodes/inf-lisp.el (inferior-lisp-mode):
12359         * progmodes/m4-mode.el (m4-mode):
12360         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
12361         * progmodes/modula2.el (modula-2-mode):
12362         * progmodes/octave-inf.el (inferior-octave-mode):
12363         * progmodes/octave-mod.el (octave-mode):
12364         * progmodes/pascal.el (pascal-mode):
12365         * progmodes/sh-script.el (sh-mode):
12366         * progmodes/sql.el (sql-mode, sql-interactive-mode):
12367         * progmodes/vhdl-mode.el (vhdl-mode):
12368         * progmodes/xscheme.el (scheme-interaction-mode):
12369         * replace.el (occur-mode):
12370         * ses.el (ses-mode):
12371         * simple.el (completion-list-mode):
12372         * skeleton.el:
12373         * speedbar.el (speedbar-mode):
12374         * term.el (term-mode):
12375         * terminal.el (terminal-edit-mode):
12376         * textmodes/reftex-index.el (reftex-index-mode)
12377         (reftex-index-phrases-mode):
12378         * textmodes/reftex-sel.el (reftex-select-label-mode)
12379         (reftex-select-bib-mode):
12380         * textmodes/reftex-toc.el (reftex-toc-mode):
12381         * wdired.el (wdired-change-to-wdired-mode):
12382         * wid-browse.el (widget-browse-mode):
12383         Use run-mode-hooks.
12385         * array.el (array-mode):
12386         * calendar/todo-mode.el (todo-mode):
12387         * man.el (Man-mode):
12388         * play/landmark.el (lm-mode):
12389         * play/mpuz.el (mpuz-mode):
12390         Use kill-all-local-variables and run-mode-hooks.
12392         * subr.el (delay-mode-hooks): Specify indentation.
12394 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
12396         * xml.el (xml-substitute-special): Don't die for undefined xml
12397         entities.
12399 2005-05-26  Jay Belanger  <belanger@truman.edu>
12401         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
12402         of nil.
12404 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
12406         * progmodes/gdb-ui.el (gdb-frame-address):
12407         Rename from gdb-current-address.
12408         (gdb-previous-frame-address): Rename from gdb-previous-address.
12409         (gdb-selected-frame): Rename from gdb-current-frame.
12410         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
12411         (gdb-frame-number): Rename from gdb-current-stack-level.
12412         (gdb-ann3): Match new mode-name for disassembly buffer.
12413         Extend initialization of variables.
12414         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
12415         (gdb-memory-mode): Use mouse-face in header line.
12416         (gdb-assembler-buffer-name): Call it disassembly and give frame
12417         in mode line.
12418         (gdb-source-spec-regexp, gdb-assembler-custom)
12419         (gdb-invalidate-assembler, gdb-frame-handler):
12420         Make robust to leading zeroes in address format.
12422 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
12424         * textmodes/org.el (org-mode): Use `define-derived-mode' to
12425         define `org-mode'.
12426         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
12428 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12430         * log-edit.el (log-edit-changelog-entries): Distinguish between
12431         filenames like xfns.c and fns.c.
12433 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
12435         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
12436         point after reverting.
12437         (Buffer-menu-make-sort-button): Handle the case where
12438         `Buffer-menu-use-header-line' is nil.
12440 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
12442         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
12443         New funcs.  In minibuffer-local-completion-map bind `]', `/'
12444         and `:' to them.
12446 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12448         * startup.el (normal-top-level): Allow modification of load-path while
12449         we're iterating over it.
12451 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
12453         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
12454         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
12455         (thumbs-resize-interactive, thumbs-insert-image)
12456         (thumbs-insert-thumb, thumbs-dired-show-marked)
12457         (thumbs-find-image-at-point, thumbs-delete-images)
12458         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
12459         (thumbs-increment-image-size, thumbs-decrement-image-size):
12460         Fix typos in docstrings.
12462 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
12464         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
12465         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
12466         (cperl-mode): Use them.
12468 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
12470         * window.el (quit-window, shrink-window-if-larger-than-buffer):
12471         Doc fixes.
12473 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
12475         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
12476         Bind C-d to gdb-inferior-io-eof.
12478         * dired.el (dired-dnd-popup-notice): Use message-box.
12480 2005-05-23  Masatake YAMATO  <jet@gyve.org>
12482         * bindings.el (mode-line-major-mode-keymap):
12483         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
12485         * faces.el (mode-line-highlight): New face.
12487         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
12488         as mouse-face.
12490         * bindings.el (top-level, help-echo, mode-line-modified)
12491         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
12492         as mouse-face.
12494 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
12496         * progmodes/cc-engine.el (c-guess-basic-syntax):
12497         Remove spurious call to `zerop'.
12499         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
12501 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
12503         CC Mode update to 5.30.10:
12505         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
12506         could go past the limit in decoration level 2, thereby causing
12507         errors during interactive fontification.
12509         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
12510         the file is evaluated interactively.
12512         * cc-engine.el (c-guess-basic-syntax): Handle operator
12513         declarations somewhat better in C++.
12515         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
12516         make use of `run-mode-hooks' which has been added in Emacs 21.1.
12517         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
12518         (awk-mode): Use it.
12519         (make-local-hook): Suppress warning about obsoleteness.
12521         * cc-engine.el, cc-align.el, cc-cmds.el
12522         (c-append-backslashes-forward, c-delete-backslashes-forward)
12523         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
12524         Compensate for return value from `forward-line' when it has moved
12525         but not to a different line due to eob.
12527         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
12528         `objc-method-intro' and `objc-method-args-cont'.
12530 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
12532         CC Mode update to 5.30.10:
12534         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
12535         in the copyright statement.  Incidentally, change "along with GNU
12536         Emacs" to "along with this program" where it occurs.
12538         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
12539         so that it is interactive, hence can be found by M-x awk-mode
12540         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
12541         <gmorris+emacs@ast.cam.ac.uk>.
12543         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
12544         Mode's regexps.
12546 2005-05-23  Kevin Ryde  <user42@zip.com.au>
12548         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
12549         c-parse-state, to avoid a lisp error (on bad code).
12551 2005-05-23  Lute Kamstra  <lute@gnu.org>
12553         * subr.el (font-lock-defaults): Remove defvar as it's already
12554         defined in font-core.el.
12556         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
12558 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
12560         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
12561         more general and work when GDB variable "print pretty" is on,
12562         as with Emacs, for example.
12564 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
12566         * font-core.el: Update comment.
12568         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12569         Use `after-change-major-mode-hook' instead of `find-file-hook'.
12571         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
12573 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
12575         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
12576         and `yank-handler' in the doc strings.
12578 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12580         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
12582 2005-05-22  Richard M. Stallman  <rms@gnu.org>
12584         * help.el (describe-key): Move print-help-return-message call
12585         out of conditional.
12587         * progmodes/etags.el (list-tags): Use with-no-warnings.
12589         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
12590         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
12591         (starttls-extra-args, starttls-extra-arguments): Add defvars.
12593         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
12595         * language/viet-util.el (viet-viscii-nonascii-translation-table):
12596         Add defvar.
12598         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
12599         Use defvar, not defconst.
12601         * hexl.el (hexl-follow-line): Use with-no-warnings.
12603         * emulation/tpu-extras.el: Use write-file-functions instead of
12604         write-file-hooks.
12606         * dired.el (dired-font-lock-keywords): Fontify files with junk
12607         extensions even if marked by -F.
12609 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
12611         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
12612         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
12613         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
12614         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
12615         (concatenate, list-length, get*, getf, cl-remprop):
12616         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
12617         (etypecase, progv, lexical-let, lexical-let*)
12618         (multiple-value-bind, multiple-value-setq, shiftf):
12619         Improve argument/docstring consistency.
12621         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
12623 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
12625         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
12626         doesn't exist.
12628         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
12629         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
12631 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
12633         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
12634         already deleted variables: auto-fill-hook, blink-paren-hook,
12635         lisp-indent-hook, inhibit-local-variables, unread-command-event,
12636         suspend-hooks, comment-indent-hook, meta-flag,
12637         before-change-function, after-change-function,
12638         font-lock-doc-string-face.
12640 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
12642         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
12644 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
12646         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
12647         rmail-dont-reply-to.
12649 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
12651         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
12652         literal blank when splitting new-header-values.
12654 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
12656         * calendar/cal-menu.el (cal-menu-update): Add separator as a
12657         string so that tmm doesn't create a completion entry for it.
12659         * textmodes/table.el (table-disable-menu): Ditto.
12661 2005-05-21  Richard M. Stallman  <rms@gnu.org>
12663         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
12665         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
12667         * net/rcompile.el (remote-compile): Use compilation-start.
12669         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
12671 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
12673         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
12674         Default to makefile-bsdmake-mode on BSD systems.
12676         * imenu.el (imenu-generic-expression, imenu--generic-function'):
12677         REGEXP may also be a search function now.  The part of doc-string
12678         for describing the structure was 95% identical to that of
12679         `imenu--generic-function'.  Unify it there.
12681         * progmodes/make-mode.el (makefile-imenu-generic-expression):
12682         Use function to find dependencies, because regexp alone is so complex,
12683         it easily goes into an endless loop.
12684         (makefile-makepp-mode): Also add submenu for Perl functions
12685         defined in the makefile.
12686         (makefile-bsdmake-mode): Special imenu-generic-expression no
12687         longer needed, due to function call.
12688         (makefile-match-dependency): Take BOUND into account when checking
12689         if we're through.
12691 2005-05-20  Jay Belanger  <belanger@truman.edu>
12693         * calc/calc-units.el (calc-invalidate-units-table):
12694         Use inhibit-read-only.
12695         (math-build-units-table-buffer): Use view-mode.
12697 2005-05-20  David Kastrup  <dak@gnu.org>
12699         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
12700         easy-menu-add is not a nop on Emacs; and clarify when to call it.
12702 2005-05-20  Lute Kamstra  <lute@gnu.org>
12704         * diff-mode.el (diff-header-face, diff-file-header-face)
12705         (diff-index-face, diff-hunk-header-face, diff-removed-face)
12706         (diff-added-face, diff-changed-face, diff-function-face)
12707         (diff-context-face, diff-nonexistent-face): Put them in the
12708         diff-mode customization group.
12710 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12712         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
12714         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
12716         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
12717         Minor regexp-optimization.
12719 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
12721         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
12722         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
12723         (org-agenda-add-time-grid-maybe): New function.
12724         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
12725         (org-table-create): `dotimes' instead of `mapcar'.
12726         (org-xor): Simplify implementation.
12727         (org-agenda): `inhibit-redisplay' turned on.
12728         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
12729         a consistent line after a state change.
12730         (org-agenda-remove-times-when-in-prefix): New option.
12731         (org-prefix-has-time): New variable.
12732         (org-parse-time-string): Optional argument NODEFAULT.
12733         (org-format-agenda-item): Parse items for time-of-day
12734         specifications and move these into the prefix if possible.
12735         (org-agenda-priority): Get current heading, not previous heading
12736         during agenda remote editing.
12738 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
12740         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
12741         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
12742         (remove-duplicates, delete-duplicates, substitute)
12743         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
12744         (nsubstitute-if-not, find, find-if, find-if-not, position)
12745         (position-if, position-if-not, count, count-if, count-if-not)
12746         (mismatch, search, sort*, stable-sort, merge, member*)
12747         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
12748         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
12749         (intersection, nintersection, set-difference, nset-difference)
12750         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
12751         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
12752         (nsublis, tree-equal): Improve argument/docstring consistency.
12754         * subr.el (send-string, send-region): Remove obsolescence declaration.
12755         (window-dot, set-window-dot, read-input, show-buffer)
12756         (eval-current-buffer, string-to-int):
12757         Add release number to obsolescence declarations.
12759 2005-05-19  Kim F. Storm  <storm@cua.dk>
12761         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
12762         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
12764 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
12766         * faces.el (list-faces-display): Make back button respect optional
12767         regexp arg.
12769 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
12771         * calculator.el (calculator-radix-grouping-mode)
12772         (calculator-radix-grouping-digits, calculator-displayer)
12773         (calculator-radix-grouping-separator, calculator-copy-displayer):
12774         * dabbrev.el (dabbrev-search-these-buffers-only):
12775         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
12776         (diff-advance-after-apply-hunk, diff-mode-hook)
12777         (diff-minor-mode-prefix):
12778         * imenu.el (imenu-use-popup-menu):
12779         * jit-lock.el (jit-lock-context-time):
12780         * newcomment.el (comment-fill-column, comment-column)
12781         (comment-style, comment-padding, comment-multi-line)
12782         (comment-empty-lines, comment-auto-fill-only-comments):
12783         * reveal.el (reveal-around-mark):
12784         * uniquify.el (uniquify-buffer-name-style)
12785         (uniquify-after-kill-buffer-p)
12786         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
12787         (uniquify-min-dir-content, uniquify-separator)
12788         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
12789         * w32-vars.el (w32-fixed-font-alist):
12790         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
12791         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
12792         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
12793         * progmodes/perl-mode.el (perl-indent-level)
12794         (perl-continued-statement-offset, perl-continued-brace-offset)
12795         (perl-brace-offset, perl-brace-imaginary-offset)
12796         (perl-label-offset, perl-indent-continued-arguments)
12797         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
12798         * progmodes/tcl.el (tcl-indent-level)
12799         (tcl-continued-indent-level, tcl-auto-newline)
12800         (tcl-tab-always-indent, tcl-electric-hash-style)
12801         (tcl-help-directory-list, tcl-use-smart-word-finder)
12802         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
12803         (inferior-tcl-source-command):
12804         * textmodes/fill.el (enable-kinsoku):
12805         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
12806         * textmodes/table.el (table-yank-handler):
12807         Specify missing group (and type, if simple) in defcustom.
12809 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
12811         * progmodes/compile.el (compilation-finish-function): Fix defvar.
12813 2005-05-19  Richard M. Stallman  <rms@gnu.org>
12815         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
12817         * subr.el (event-basic-type): Don't get an error.
12818         (left-fringe-p): Function deleted.
12820         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
12821         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
12823         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
12824         in recursive copy.
12826         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
12828         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
12830         * emacs-lisp/bytecomp.el
12831         (byte-compile-file-form-custom-declare-variable):
12832         Call byte-compile-nogroup-warn if appropriate.
12834         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
12835         (compilation-set-window): Don't call left-fringe-p; do it directly.
12837 2005-05-19  Jay Belanger  <belanger@truman.edu>
12839         * calc/calc-graph.el (calc-graph-format-data): Make sure
12840         var-PlotRejects is bound before trying to check its value.
12842 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
12844         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
12845         definition of this variable from reftex-global.el to reftex.el,
12846         because it is needed in the menu.
12848 2005-05-19  Lute Kamstra  <lute@gnu.org>
12850         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
12851         years are fixed.  Don't insert a space after a dash.
12853 2005-05-19  Kim F. Storm  <storm@cua.dk>
12855         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
12857 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
12859         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
12860         strings, because (eq ... ?\\) is fairly frequent.
12862         * progmodes/make-mode.el (makefile-add-this-line-targets):
12863         Simplify and integrate into `makefile-pickup-targets'.
12864         (makefile-add-this-line-macro): Simplify and integrate into
12865         `makefile-pickup-macros.
12866         (makefile-pickup-filenames-as-targets): Simplify.
12867         (makefile-previous-dependency, makefile-match-dependency):
12868         Don't stumble over `::'.
12870 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
12872         * subr.el (post-command-idle-hook, post-command-idle-delay):
12873         Remove obsoletion of post-command-idle-hook and
12874         post-command-idle-delay.
12876         * faces.el (list-faces-display): Provide button when describe-face
12877         is called to take user back to the list of faces.
12879         * help-fns.el (describe-variable): Remove hyperlinks in a
12880         variable's value as these are quite frequently inappropriate.
12882         * follow.el (follow-submit-feedback, follow-mode):
12883         Remove references to post-command-idle-hook.
12885 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
12887         * progmodes/make-mode.el (makefile-previous-dependency)
12888         (makefile-match-dependency): Check for := (and in bsd mode also
12889         !=) to give a better result, even when font-lock is not on.
12891 2005-05-18  Jay Belanger  <belanger@truman.edu>
12893         * calc/calc-help.el (calc-s-prefix-help):
12894         Add `calc-copy-special-constant' to help string.
12896 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
12898         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
12900 2005-05-18  Jay Belanger  <belanger@truman.edu>
12902         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
12903         in linear factors are in proper order.
12905 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
12907         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12908         Support for jurabib.
12910         * textmodes/reftex.el (featurep): Define aliases for overlay
12911         commands, for XEmacs compatibility, and use these aliases in
12912         overlay initializations.
12913         (reftex-highlight): Use `reftex-move-overlay'.
12914         (reftex-unhighlight): Use `reftex-delete-overlay'.
12915         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
12916         (reftex-access-search-path): Use `reftex-uniquify' instead of
12917         `reftex-uniq'
12919         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
12920         `before-string' property modification enables for Emacs as well.
12921         (reftex-select-item): Use `reftex-delete-overlay'.
12922         (reftex-select-mark): Use `reftex-make-overlay' and
12923         `reftex-overlay-put'.
12924         (reftex-select-unmark): Use `reftex-delete-overlay' and
12925         `reftex-overlay-put'.
12927 2005-05-18  Lute Kamstra  <lute@gnu.org>
12929         * emacs-lisp/lisp.el (check-parens): Fix docstring.
12931 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
12933         * add-log.el (add-change-log-entry):
12934         * array.el (array-make-template, array-reconfigure-rows)
12935         (array-init-max-row, array-init-max-column)
12936         (array-init-columns-per-line, array-init-field-width):
12937         * replace.el (replace-match-maybe-edit, perform-replace):
12938         * textmodes/spell.el (spell-region):
12939         Replace `read-input' by `read-string'.
12941         * forms.el (forms-mode):
12942         * finder.el (finder-compile-keywords):
12943         * shadowfile.el (shadow-read-files):
12944         Replace `eval-current-buffer' by `eval-buffer'.
12946         * terminal.el (te-pass-through):
12947         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
12948         (ange-ftp-raw-send-cmd):
12949         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
12950         (send-process-next-char, telnet-initial-filter, telnet):
12951         Replace `send-string' by `process-send-string'.
12953         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
12954         (prolog-consult-region): Replace `send-string' by
12955         `process-send-string'; replace `send-region' by `process-send-region'.
12957         * progmodes/delphi.el (delphi-log-msg):
12958         Replace `set-window-dot' by `set-window-point'.
12960         * subr.el (window-dot, set-window-dot, read-input, send-string)
12961         (send-region, show-buffer, eval-current-buffer):
12962         Make really obsolete, as the comment says.
12964 2005-05-17  Kim F. Storm  <storm@cua.dk>
12966         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
12967         (cua--init-keymaps): Bind C-return instead of S-return to set
12968         rectangle mark.
12970         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
12971         instead of S-return to toggle/clear rectangle mark.
12973 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
12975         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
12976         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
12977         Also fontify plain strings assigned to variables, mostly so that a
12978         colon has a face and is thus not taken as a dependency separator.
12979         (makefile-previous-dependency): Inline the new matcher, because it
12980         is too complex to work in both directions.
12981         (makefile-match-dependency): Eliminate `backward' arg (see above).
12982         Completely reimplemented so as to not sometimes go into an endless
12983         loop.  It should also be more efficient, because first it only
12984         searches for `:', instead of applying the very complex regexp.
12985         (makefile-mode): Cancel `font-lock-support-mode', because blocks
12986         to be fontified in one piece can be too long for JIT.
12987         Makefiles are never *that* big.
12989 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
12991         * dired.el (dired-mode): Simplify.
12993 2005-05-17  Lute Kamstra  <lute@gnu.org>
12995         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
12996         defcustom for the mode hook variable.
12998         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
12999         Emacs Lisp Reference Manual.
13001 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
13003         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
13004         (evenp, list*):
13005         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
13006         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
13008         * net/tramp-smb.el (tramp-smb-open-connection):
13009         Pass `tramp-chunksize' as fifth (required) argument.
13011 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
13013         * font-lock.el (lisp-font-lock-keywords-1):
13014         Set `font-lock-negation-char-face' for [^...] char group.
13015         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
13017         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
13018         a var, and refine it to mask one more level of nested vars.
13019         (makefile-rule-action-regex): Turn it into a var, and refine it so
13020         it recognizes backslashed continuation lines as belonging to the
13021         same command.
13022         (makefile-macroassign-regex): Refine it so it recognizes
13023         backslashed continuation lines as belonging to the same command.
13024         (makefile-var-use-regex): Don't look at the next char, because it
13025         might be the same one to be skipped by the initial [^$], leading
13026         to an overlooked variable use.
13027         (makefile-make-font-lock-keywords): Remove two parameters, which
13028         are now variables that some of the modes set locally.
13029         Handle dependency and rule action matching through functions, because
13030         regexps alone match too often.  Dependency matching now comes
13031         last, so it can check, whether a colon already matched something else.
13032         (makefile-mode): Inform that font-lock improves makefile parsing
13033         capabilities.
13034         (makefile-match-dependency, makefile-match-action): New functions.
13036 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
13038         * emacs-lisp/cl-extra.el (equalp): Doc fix.
13040         * align.el (align-regexp):
13041         * ansi-color.el (ansi-color-get-face):
13042         * array.el (array-reconfigure-rows, array-init-max-row)
13043         (array-init-max-column, array-init-columns-per-line)
13044         (array-init-field-width):
13045         * dired-aux.el (dired-trample-file-versions):
13046         * dired-x.el (dired-mark-sexp):
13047         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
13048         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
13049         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
13050         * faces.el (face-read-integer):
13051         * files.el (backup-extract-version, insert-directory):
13052         * hexl.el (hexl-insert-decimal-char):
13053         * server.el (server-process-filter):
13054         * shell.el (shell-extract-num):
13055         * startup.el (command-line-1):
13056         * term.el (term-command-hook):
13057         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
13058         (time-stamp-do-number):
13059         * time.el (display-time-update):
13060         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
13061         (timezone-fix-time):
13062         * vms-patch.el (vms-suspend-resume-hook):
13063         * calendar/appt.el (appt-convert-time):
13064         * calendar/cal-bahai.el (mark-bahai-diary-entries):
13065         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
13066         * calendar/cal-islam.el (mark-islamic-diary-entries):
13067         * calendar/calendar.el (calendar-cursor-to-date)
13068         (calendar-star-date):
13069         * calendar/diary-lib.el (diary-attrtype-convert)
13070         (mark-diary-entries, diary-entry-time):
13071         * calendar/solar.el (solar-get-number):
13072         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
13073         * emacs-lisp/re-builder.el (reb-display-subexp):
13074         * emulation/edt.el (edt-set-scroll-margins):
13075         * emulation/tpu-extras.el (tpu-set-scroll-margins):
13076         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
13077         (vip-get-ex-count):
13078         * emulation/viper-ex.el (viper-get-ex-token)
13079         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
13080         * international/fontset.el (fontset-plain-name):
13081         * mail/feedmail.el (feedmail-look-at-queue-directory):
13082         * mail/mailalias.el (mail-get-names):
13083         * mail/rmail.el (rmail-convert-to-babyl-format):
13084         * mail/rmailsum.el (rmail-make-basic-summary-line)
13085         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
13086         (rmail-summary-goto-msg):
13087         * mail/smtpmail.el (smtpmail-read-response):
13088         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
13089         (ange-ftp-vms-add-file-entry):
13090         * play/gametree.el (gametree-looking-at-ply)
13091         (gametree-current-branch-score):
13092         * progmodes/ada-xref.el (ada-prj-find-prj-file)
13093         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
13094         * progmodes/cperl-mode.el (condition-case):
13095         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
13096         (ebrowse-set-member-buffer-column-width)
13097         (ebrowse-select-1st-to-9nth):
13098         * progmodes/etags.el (etags-snarf-tag):
13099         * progmodes/flymake.el (flymake-parse-line):
13100         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
13101         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
13102         (idlwave-shell-menu-def):
13103         * progmodes/ps-mode.el (ps-run-goto-error):
13104         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
13105         (vhdl-speedbar-contract-level):
13106         * term/mac-win.el (x-handle-numeric-switch):
13107         * term/sun-mouse.el (sun-get-frame-data):
13108         * term/w32-win.el (x-handle-numeric-switch):
13109         * term/x-win.el (x-handle-numeric-switch):
13110         * textmodes/ispell.el (ispell-parse-output):
13111         * textmodes/nroff-mode.el (nroff-outline-level):
13112         * textmodes/reftex-cite.el (reftex-bib-sort-year)
13113         (reftex-bib-sort-year-reverse, reftex-format-citation):
13114         * textmodes/reftex-parse.el (reftex-init-section-numbers)
13115         (reftex-section-number):
13116         * textmodes/texinfmt.el (texinfo-paragraphindent):
13117         Replace `string-to-int' by `string-to-number'.
13119         * international/latexenc.el: Add page marker to force the "Local
13120         Variables:" string out of the last page.
13122 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
13124         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
13125         tooltip-change-major-mode.
13126         (gud-tooltip-print-command): Remove case where gud-minor-mode
13127         is gdb ("--fullname").
13128         (gud-tooltip-tips): Turn GUD tooltips off for this case and
13129         explain to user.
13131 2005-05-16  Jay Belanger  <belanger@truman.edu>
13133         * calc/calc-store.el (calc-copy-special-constant): New function.
13135         * calc/calc-ext.el (calc-init-extensions): Add binding for
13136         `calc-copy-special-constant'.
13138         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
13139         for the `calc-copy-special-constant' command.
13141 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
13143         * subr.el (left-fringe-p): New function.
13145         * progmodes/compile.el (compilation-setup): Set local value of
13146         overlay-arrow-string to "" always.
13147         (compilation-set-window): Left fringe then don't scroll.
13148         No left fringe then no arrow and scroll message to top.
13149         (compilation-context-lines): Adjust doc string accordingly.
13151 2005-05-16  Kim F. Storm  <storm@cua.dk>
13153         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
13154         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
13155         (ido-wide-find-dir-or-delete-dir): New command for M-d.
13156         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
13157         (ido-read-file-name): Handle commands with ido property value
13158         equal to find-file as reading a file name, to allow C-d to enter dired.
13159         (ibuffer-find-file): Add ido property with value find-file.
13161 2005-05-15  Kim F. Storm  <storm@cua.dk>
13163         * subr.el (open-network-stream-nowait): Remove.
13164         (open-network-stream-server): Remove.
13166 2005-05-15  Richard M. Stallman  <rms@gnu.org>
13168         * faces.el (describe-face): Output a definition link button.
13170         * help-mode.el (help-face-def): New button type.
13172         * emacs-lisp/copyright.el (copyright-fix-years):
13173         Match properly if the first year is 2-digit.
13174         Don't mess up the whitespace after the years by filling.
13176         * dired-aux.el (dired-mark-confirm):
13177         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
13179         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
13180         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
13181         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
13183         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13184         Set font-lock-comment-start-skip.
13186         * font-lock.el (font-lock-comment-start-skip): New variable.
13187         (font-lock-comment-end-skip): New variable.
13188         (font-lock-fontify-syntactically-region): Use them if non-nil.
13190 2005-05-15  Jay Belanger  <belanger@truman.edu>
13192         * calc/calc-store.el (calc-store-value): Return a string rather
13193         than display it as a message.
13194         Use calc-var-name for variable name.
13195         (calc-store-into): Add the result of calc-store-value to message.
13196         (calc-copy-variable): Add a message.
13197         (calc-store-exchange): Improve error messages.
13198         (calc-store-binary, calc-store-map): Don't reset the values of
13199         special constants.
13201 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
13203         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
13204         manual to docstring.
13206         * files.el (hack-local-variables-confirm): Add STRING argument.
13207         Make the function handle non file visiting buffers correctly.
13208         (hack-local-variables-prop-line, hack-local-variables)
13209         (hack-one-local-variable): Use STRING arg of
13210         `hack-local-variables-confirm'.
13212 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
13214         Sync with Tramp 2.0.49.
13216         * net/tramp.el (tramp-handle-dired-call-process)
13217         (tramp-handle-insert-directory):`insert-buffer' cannot be used
13218         because the contents of the Tramp buffer is changed before
13219         insertion (`expand-file' and alike).
13220         (tramp-handle-insert-directory): If `localname' has an empty
13221         nondirectory name, it must not be quoted.
13222         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
13223         variable `tramp-chunksize'.  Change callees.
13224         (tramp-open-connection-setup-interactive-shell): Check remote host
13225         for buggy `send-process-string' implementation.
13226         Set `tramp-chunksize' if found.  Reported by Michael Kifer
13227         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
13228         (tramp-handle-shell-command): `insert-buffer' cannot be used
13229         because the contents of the Tramp buffer is changed before
13230         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
13231         <frederic.bothamy@free.fr>.
13232         (tramp-set-auto-save): Actions should be done for Tramp file name
13233         handler only.  Ange-FTP has its own auto-save mechanism.
13234         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
13235         (tramp-set-auto-save-file-modes): Set file modes of
13236         `buffer-auto-save-file-name' to ?\600 as fallback solution.
13237         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
13238         (tramp-bug): Remove obsolete variable.
13239         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
13240         for presence of `mml-mode'.  Make it running for older Emacsen as well.
13242 2005-05-14  John Paul Wallington  <jpw@pobox.com>
13244         * ibuf-ext.el (define-ibuffer-filter filename):
13245         If `dired-directory' is a list, use its car.
13247 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
13249         * ibuffer.el (define-ibuffer-column filename):
13250         If `dired-directory' is a list, use its car.
13252 2005-05-14  Richard M. Stallman  <rms@gnu.org>
13254         * subr.el (symbol-file): Doc fix.
13256         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
13257         (byte-compile-form): Call byte-compile-nogroup-warn.
13258         (byte-compile-warning-types): Doc fix.
13260         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
13262         * progmodes/cc-engine.el (c-literal-faces):
13263         Add font-lock-comment-delimiter-face.
13265         * net/net-utils.el (dig): Use with-no-warnings.
13267         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
13268         (sc-recite-frame-alist, sc-default-cite-frame)
13269         (sc-default-uncite-frame, sc-default-recite-frame)
13270         (sc-attrib-selection-list, sc-rewrite-header-list):
13271         Mark as risky-local-variable.
13273         * international/ogonek.el (ogonek-jak, ogonek-how):
13274         Don't use beginning-of-buffer.
13276         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
13278         * calendar/solar.el (solar-data-list): Move definition up.
13280         * dnd.el (dnd-protocol-alist): Add autoload.
13282         * progmodes/sh-script.el: Many doc usage fixes.
13283         (sh-indent-after-do): Change default to match common styles.
13285 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
13287         * files.el (interpreter-mode-alist)
13288         (auto-mode-interpreter-regexp): Doc fixes.
13290 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
13292         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
13294         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
13296 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13298         * dired.el (dired-mode): make-variable-buffer-local =>
13299         make-local-variable.
13301 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13303         * term/mac-win.el (mac-select-convert-to-string): Try coding
13304         systems in mac-script-code-coding-systems if specified one cannot
13305         encode string for `com.apple.traditional-mac-plain-text'.
13307 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
13309         * progmodes/make-mode.el (makefile-targets-face)
13310         (makefile-shell-face, makefile-makepp-perl-face): New faces.
13311         (makefile-dependency-regex): Fix it to not make the colon in
13312         $(var:a=b) special.
13313         (makefile-rule-action-regex): New regexp for highlighting embedded
13314         Shell strings.
13315         (makefile-macroassign-regex): Handle != for highlighting as
13316         embedded Shell strings.
13317         (makefile-var-use-regex): New const.
13318         (makefile-statements, makefile-automake-statements)
13319         (makefile-gmake-statements, makefile-makepp-statements)
13320         (makefile-bsdmake-statements): New consts.
13321         (makefile-make-font-lock-keywords): New function.
13322         (makefile-automake-font-lock-keywords)
13323         (makefile-gmake-font-lock-keywords)
13324         (makefile-makepp-font-lock-keywords)
13325         (makefile-bsdmake-font-lock-keywords): New consts.
13326         (makefile-mode-map): Add switchers between the various submodes.
13327         (makefile-mode): Document the availability of the variants.
13328         (makefile-automake-mode, makefile-gmake-mode)
13329         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
13331         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
13332         new variants of makefile-mode.
13334 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13336         * font-lock.el (font-lock-comment-delimiter-face): Fix up
13337         the inheritance.
13339 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
13341         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
13342         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
13344         * files.el (normal-mode): Extend the scope of the
13345         `enable-local-variables' binding to include the `set-auto-mode' call.
13346         (magic-mode-alist): Doc fix.
13348 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13350         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
13351         font-lock-comment-face rather than copying its setting.
13353 2005-05-12  Andreas Schwab  <schwab@suse.de>
13355         * eshell/esh-mode.el (eshell-send-input): Doc fix.
13357 2005-05-12  Lute Kamstra  <lute@gnu.org>
13359         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
13360         defcustom for the mode hook variable.  Delete the last argument.
13361         * generic-x.el: Fix callers of define-generic-mode.
13362         (generic-x-modes): Delete group.
13363         (show-tabs-tab-face, show-tabs-space-face): Put them in the
13364         generic-x customization group.
13366 2005-05-12  Kim F. Storm  <storm@cua.dk>
13368         * font-lock.el (font-lock-negation-char-face): Default to "off".
13370         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
13371         font-lock-negation-char-face to ! in !=.
13373 2005-05-12  Masatake YAMATO  <jet@gyve.org>
13375         * add-log.el (find-change-log): Fix typos in the docstring
13376         of function.
13378 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
13380         * international/latexenc.el (latexenc-find-file-coding-system):
13381         Avoid `re-search-forward' when looking for input encoding because
13382         of speed and safety.  Better regular expressions for recognizing
13383         input encoding.  Limit a search for TeX-master/tex-main-file to
13384         the local variable section.
13386 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
13388         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
13389         syntax of $ to "'" (quote).
13391 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
13393         * dnd.el (dnd-protocol-alist): Improve custom type.
13395         * dired.el (dired-dnd-protocol-alist): New variable.
13396         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
13397         `dired-mode-hook' to the end.
13399 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13401         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
13402         comment-end if comment-start-skip is not set.
13403         Obey the font-lock-comment-delimiter-face variables.
13405 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13407         * files.el (executable-find): Move from executable.el.  Use
13408         locate-file.
13409         * progmodes/executable.el (executable-find): Move to files.el.
13411         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
13412         when trying to ensure forward progress.
13414 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
13416         * mouse-sel.el (mouse-sel-follow-link-p): New function.
13417         (mouse-select, mouse-select-internal, mouse-extend-internal):
13418         Use it to implement mouse-1-click-follows-link functionality.
13420 2005-05-11  Richard M. Stallman  <rms@gnu.org>
13422         * font-lock.el (font-lock-fontify-syntactically-region):
13423         Use font-lock-comment-delimiter-face for comment delimiters.
13425 2005-05-10  Jay Belanger  <belanger@truman.edu>
13427         * calc/calc-help.el (calc-m-prefix-help): Add mention of
13428         preserving embedded modes.
13430 2005-05-10  Richard M. Stallman  <rms@gnu.org>
13432         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
13434         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
13435         Move from ada-stmt.el.
13436         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
13438         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
13439         Move to ada-mode.el.
13440         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
13442         * cus-edit.el (custom-file): Call file-chase-links.
13444         * files.el (read-directory-name): Fix previous change.
13445         (hack-local-variables-confirm): New function.
13446         (hack-local-variables-prop-line, hack-local-variables)
13447         (hack-one-local-variable): Use it.
13449 2005-05-10  Lute Kamstra  <lute@gnu.org>
13451         * font-lock.el (font-lock-keywords-alist)
13452         (font-lock-removed-keywords-alist): Clarify docstrings.
13454 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
13456         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
13457         (gdb-source-info): Check for preprocessor info.
13458         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
13459         a macro for a function.
13460         (gdb-info-breakpoints-custom): Try to find file again if not already
13461         found (user might have used GDB dir command).
13462         (gdb-get-location): Update gdb-location-alist correctly for change
13463         to gdb-info-breakpoints-custom.
13465         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
13466         (gud-tooltip-print-command): Add gdbmi case.
13467         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
13468         preprocessor info.
13470 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
13472         * startup.el (fancy-splash-insert): Fix typo in doc string.
13474 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
13476         * obsolete/float.el (string-to-float):
13477         * obsolete/hilit19.el (hilit-add-pattern):
13478         * obsolete/rnews.el (news-parse-range, news-select-message)
13479         (news-get-pruned-list-of-files): Replace `string-to-int' by
13480         `string-to-number'.
13482         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
13483         `find-file-not-found-hooks'; use `add-hook'.
13484         (uncompress-while-visiting): Set `write-file-functions', not
13485         `write-file-hooks'; use `add-hook'.
13487 2005-05-09  Kim F. Storm  <storm@cua.dk>
13489         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
13490         (cua-paste): Handle clipboard action.
13491         (cua--init-keymaps): Remap clipboard-kill-region and
13492         clipboard-kill-ring-save.
13494 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
13496         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
13497         Improve commentary.
13499         * simple.el (next-error-overlay-arrow-position): Revert the change
13500         made on 2005-04-30.
13502 2005-05-07  Jay Belanger  <belanger@truman.edu>
13504         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
13505         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
13506         `calc-sel-reselect'.
13508         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
13509         Calc is in embedded mode.
13511 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
13513         * progmodes/compile.el (compilation-setup):
13514         Set overlay-arrow-string to an empty string on text terminals.
13516         * textmodes/ispell.el (ispell-program-name): Try looking for
13517         "aspell" along exec-path, and if found, use it as the default
13518         speller program.
13520 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
13522         * international/mule.el (sgml-xml-auto-coding-function):
13523         Recognize encoding='FOO' in single quotes as well as in double quotes.
13525 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
13527         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
13528         as well as `interactive', so that defmacro* would recognize
13529         `declare' forms.
13531 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
13533         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
13534         Explain more about the LIGHTER arg's usage in the doc string.
13535         Add commentary to clarify what the code does.  Fix the regexp that
13536         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
13537         since it could have characters special to regular expressions.
13539 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
13541         * replace.el (occur-1): Bind inhibit-read-only so that
13542         erase-buffer doesn't barf on read-only text properties (likewise
13543         for add-text-properties in occur-engine).  Mark buffer as unmodified.
13544         (occur-engine): Don't set buffer-read-only here.
13546 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13548         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
13549         list-buffers-directory.  This caused the *cvs-commit* buffer to be
13550         sometimes mistakenly reused as a *cvs* buffer.
13552 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
13554         * tooltip.el: Move code for GUD tooltips into gud.el.
13555         (require): CL no longer needed to compile case.
13556         (tooltip-mode): Do not toggle functions for GUD tooltips.
13557         (tooltip-gud-tips-p): Remove.  Replace with minor mode
13558         gud-tooltip-mode in gud.el.
13559         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
13560         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
13561         tooltip-gud prefix with gud-tooltip and obsolete.
13562         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
13563         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
13564         (tooltip-mouse-motion): Mouse movement functions/variable.
13565         Rename in gud.el by adding gud prefix.
13566         (tooltip-gud-original-filter, tooltip-gud-dereference)
13567         (tooltip-gud-event, tooltip-toggle-gud-tips)
13568         (tooltip-gud-process-output, tooltip-gud-print-command)
13569         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
13570         gud.el by replacing tooltip-gud prefix with gud-tooltip.
13571         (gdb-tooltip-print): Move to gdb-ui.el.
13573         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
13574         (require): CL needed to compile case.
13575         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
13576         tooltip-gud-tips-p.  Make it a minor-mode.
13577         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
13578         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
13579         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
13580         (gud-tooltip-change-major-mode)
13581         (gud-tooltip-activate-mouse-motions-if-enabled)
13582         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
13583         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
13584         (gud-tooltip-original-filter, gud-tooltip-dereference)
13585         (gud-tooltip-event, tooltip-toggle-gud-tips)
13586         (gud-tooltip-process-output, gud-tooltip-print-command)
13587         (gud-tooltip-tips): Move from tooltip.el.
13589         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
13590         (gdb-cpp-define-alist-flags): Doc fix.
13591         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
13592         gud-tooltip-mode is t.
13594 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13596         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
13597         evaporate if their text is deleted.
13598         (goto-address-at-point): Make it work as a mouse binding as well.
13599         (goto-address-at-mouse): Obsolete it.  Update users.
13601 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
13603         * calendar/appt.el (top-level): No longer activate on load.
13605 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
13607         * calendar/cal-bahai.el (mark-bahai-diary-entries):
13608         * net/webjump.el (webjump):
13609         * progmodes/idlw-help.el (idlwave-do-context-help1)
13610         (idlwave-highlight-linked-completions):
13611         * textmodes/po.el (po-find-file-coding-system-guts):
13612         Replace `assoc-ignore-case' by `assoc-string'.
13614 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
13616         * files.el (locate-file): Doc fix.
13618         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
13619         Remove the redundant test for ms-dos.
13621         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
13622         look for the preprocessor with exec-suffixes.  If not found in
13623         standard places, look in exec-path.  Remove most of the tests that
13624         used system-type.
13626         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
13628         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
13630         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
13631         file-name clash with jka-compr.el on 8+3 filesystems.
13633 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13635         * term/mac-win.el: Don't define or bind scroll bar functions if
13636         x-toolkit-scroll-bars is t.
13637         (x-select-text, x-get-selection-value): Clear
13638         x-last-selected-text-clipboard if x-select-enable-clipboard is
13639         nil.
13640         (PRIMARY): Put mac-scrap-name property.
13641         (mac-select-convert-to-file-url): New function.
13642         (public.file-url): New selection target type.  Add to
13643         selection-converter-alist.
13644         (x-get-selection, x-selection-value): Handle it.
13645         (x-cut-buffer-or-selection-value): New alias.
13647 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13649         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
13650         entry to avoid calling bibtex-find-entry with arg global
13651         being t.  Remove arg key.
13652         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
13653         (bibtex-copy-summary-as-kill): Change accordingly.
13655 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13657         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
13658         (org-agenda-date-later): Use with-current-buffer.
13660 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
13662         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
13663         (define-obsolete-variable-alias): Doc Fixes.
13665 2005-05-06  Kim F. Storm  <storm@cua.dk>
13667         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
13668         vertical-motion when selective-display is active.
13670         * ido.el (ido-setup-hook): New hook.
13671         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
13672         (ido-input-stack): New var.
13673         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
13674         ido-next-work-file binding to M-O.
13675         Bind M-f to ido-wide-find-file-or-pop-dir.
13676         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
13677         (ido-read-internal): Run ido-setup-hook.
13678         Catch quit in read-file-name and read-string to cancel edit.
13679         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
13680         Automatically pop-all when completing a directory name (RET).
13681         (ido-file-internal): Add with-no-warnings around ffap and dired code.
13682         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
13683         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
13684         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
13685         New functions for M-b/M-f to move among the directory components.
13686         (ido-make-merged-file-list): Catch quit to cancel merge.
13687         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
13688         (ido-completion-help): No warnings for ido-completion-buffer-full.
13690 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
13692         * font-lock.el (font-lock-negation-char-face): New face and variable.
13693         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
13694         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
13695         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
13696         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
13698 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
13700         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
13701         Fix typo in docstring.
13703         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
13704         (ebrowse-print-statistics-line)
13705         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
13707         * term/w32-win.el (image-library-alist): Add additional name for
13708         Xpm library.
13710 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
13712         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
13713         use gcc instead of cpp.
13715         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
13716         (gdb-create-define-alist): Use it.
13717         (gdb-cpp-define-alist-program): Update for MS-DOS.
13719 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
13721         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
13723 2005-05-04  Richard M. Stallman  <rms@gnu.org>
13725         * help.el (describe-key): No error when UNTRANSLATED is nil.
13727         * simple.el (line-move-1): Fix previous change to signal errors
13728         appropriately.
13730 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
13732         * calendar/icalendar.el (icalendar-version): Now at 0.12.
13733         (icalendar-duration-correction): Remove.
13734         (icalendar--get-event-properties): Split result at commas.
13735         (icalendar--decode-isoduration): New optional argument
13736         DURATION-CORRECTION.
13737         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
13738         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
13739         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
13740         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
13741         (icalendar--convert-anniversary-to-ical): New functions, extracted
13742         from icalendar-export-region, with bug fixes.
13743         (icalendar-export-region): Use the above functions.
13744         (icalendar-import-buffer): Check before saving diary file.
13745         (icalendar--convert-recurring-to-diary)
13746         (icalendar--convert-non-recurring-all-day-to-diary)
13747         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
13748         extracted from icalendar--convert-ical-to-diary, with bug fixes.
13749         (icalendar--convert-ical-to-diary): Use the above functions.
13751 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
13753         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
13754         Remove these recent additions.
13755         (c-mode): Restore to before 2005-04-28.
13757         * progmodes/cc-vars.el (cc-define-list-program): Remove this
13758         recent addition.
13760         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
13761         (gdb-define-alist): New variables.
13762         (gdb-create-define-alist): New function.
13763         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
13764         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
13765         with string-to-number.
13766         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
13768         * progmodes/gud.el: Replace string-to-int with string-to-number.
13769         (gud-find-file): Handle gdb-define-alist.
13771         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
13773 2005-05-02  Jay Belanger  <belanger@truman.edu>
13775         * calc/calc-aent.el (math-read-token):
13776         * calc/calc-bin.el (calc-word-size):
13777         * calc/calc-ext.el (calc-read-number-fancy):
13778         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
13779         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
13780         * calc/calc-frac.el (calc-over-notation):
13781         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
13782         (calc-graph-num-points, calc-graph-init):
13783         * calc/calc-prog.el (calc-read-parse-table-part)
13784         (calc-edit-macro-repeats):
13785         * calc/calc-yank.el (calc-do-grab-rectangle):
13786         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
13787         Replace `string-to-int' by `string-to-number'.
13789 2005-05-02  Kim F. Storm  <storm@cua.dk>
13791         * kmacro.el: Use executing-kbd-macro-index variable.
13793 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
13795         * net/rlogin.el (rlogin-parse-words): Delete func.
13796         (rlogin): Use split-string, not rlogin-parse-words.
13797         Also, if there are option-like elements in the parsed args,
13798         take the host to be the first arg immediately following them.
13799         Suggested by Michael Mauger.
13801 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
13803         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
13805 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
13807         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
13808         (cc-mode-cpp-program): Rename to cc-define-list-program and
13809         move to cc-vars.el.
13811         * progmodes/cc-vars.el (cc-define-list-program):
13812         Change to "gcc -E -dM -".  Make customizable.
13814 2005-05-02  Kim F. Storm  <storm@cua.dk>
13816         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
13818 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
13820         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
13822         * international/mule-util.el (truncate-string): Remove alias and
13823         obsolete declaration.
13825         * international/mule-cmds.el (update-iso-coding-systems):
13826         Remove alias and obsolete declaration.
13828         * international/mule.el (coding-system-parent): Remove alias and
13829         obsolete declaration.
13831         * subr.el (define-function, sref): Remove aliases and obsolete
13832         declarations.
13833         (chars-in-region): Remove obsolete declaration.
13835 2005-05-01  Richard M. Stallman  <rms@gnu.org>
13837         * info.el (Info-mode): Set widen-automatically to nil, locally.
13839         * simple.el (widen-automatically): New variable.
13840         (pop-global-mark): Obey widen-automatically.
13842 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
13844         * term/xterm.el (function-key-map): Call substitute-key-definition
13845         before the keymap size is increased by a lot of define-key calls.
13847 2005-05-01  Richard M. Stallman  <rms@gnu.org>
13849         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
13850         Rename ARG to ELEMENT.  Doc fix.
13852 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
13854         * allout.el (allout-exposure): Remove macro and obsolete declaration.
13855         Remove references to allout-exposure/change to allout-new-exposure.
13857         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
13858         bytecode symbols.
13860         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
13861         (compiled-function-p, focus-frame, unfocus-frame):
13862         Remove aliases and obsolete declarations.
13863         Back out inadvertent changes from previous commit.
13865 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
13867         * files.el (require-final-newline): Make Custom tags consistent
13868         with mode-require-final-newline.
13869         (mode-require-final-newline): Doc fix.
13871 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
13873         * international/latexenc.el (latexenc-find-file-coding-system):
13874         Fix regular expressions.
13876 2005-05-01  David Kastrup <dak@gnu.org>
13878         * international/latexenc.el (latexenc-find-file-coding-system):
13879         Fix regular expressions.
13881 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
13883         * subr.el (string-to-int): Make obsolete.
13885 2005-04-30  Richard M. Stallman  <rms@gnu.org>
13887         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
13889         * loadup.el: load jka-comp-hook.
13891         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
13892         (jka-compr-handler): Add autoload.  `put' calls moved
13893         to jka-comp-hook.el.
13894         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
13895         (jka-compr-inhibit): Autoload.
13897         * jka-comp-hook.el: New file.
13898         Enable the mode by default.
13900         * files.el (backup-buffer-copy): Use copy-file instead
13901         of write-region, and put back the 'excl.
13903 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
13905         * progmodes/flymake.el (flymake-split-string)
13906         (flymake-split-string, flymake-log, flymake-pid-to-names)
13907         (flymake-reg-names, flymake-get-source-buffer-name)
13908         (flymake-unreg-names, flymake-add-line-err-info)
13909         (flymake-add-err-info): Clarify docstrings.
13910         (flymake-popup-menu, flymake-make-emacs-menu)
13911         (flymake-make-xemacs-menu): Add docstrings.
13912         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
13913         Set variables directly throughout.
13915 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
13917         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
13918         exists.  Initialize cc-define-alist.
13919         (c-mode): Add cc-create-define-alist locally to after-save-hook.
13920         If there is no file (Macroexpansion) don't create an alist.
13922 2005-04-29  Sam Steingold  <sds@gnu.org>
13924         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
13925         (cc-create-define-alist): Use it instead of the hard-coded string.
13927 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13929         * international/mule-conf.el (file-coding-system-alist): Fix regexp
13930         for latexenc.
13932 2005-04-29  Lute Kamstra  <lute@gnu.org>
13934         * emacs-lisp/generic.el: Improve commentary section.
13935         (define-generic-mode): Improve docstring.
13937 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
13939         * textmodes/org.el (many places): Change to quiet the byte compiler.
13940         (org-prefix-format-compiled): New variable.
13941         (org-compile-prefix-format): New function.
13942         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
13943         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
13944         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
13945         (org-get-entries-from-diary): Use `org-get-time-of-day' for
13946         consistency with entries from `org-mode' files.
13947         (org-get-time-of-day): Fix bug with partial matches early in a line.
13948         (org-non-link-chars): New constant.
13949         (org-link-regexp): Respect `org-non-link-chars'.
13950         (org-agenda-day-view): Remove command.
13951         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
13952         (org-follow-bbdb-link, org-store-link): Search also company field.
13953         (org-highlight-overlay): New variable.
13954         (org-highlight, org-unhighlight): New functions.
13955         (org-agenda-mode): Add pre-command-hook to remove highlight.
13956         (org-evaluate-time-range): Behavior depends upon whether time stamp
13957         contains a time or not.
13958         (org-show-subtree, org-show-entry): New functions.
13959         (org-agenda-cleanup-fancy-diary): Remove empty lines.
13961 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
13963         * comint.el (comint-output-filter-functions): Add autoload cookie.
13965 2005-04-28  Kim F. Storm  <storm@cua.dk>
13967         * ido.el (ido-everywhere): Fix last change.
13969 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
13971         * international/latexenc.el: New file.
13972         * international/mule-conf.el (file-coding-system-alist): For .tex,
13973         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
13975 2005-04-28  Lute Kamstra  <lute@gnu.org>
13977         * font-lock.el (font-lock-add-keywords)
13978         (font-lock-remove-keywords): Clarify docstring.
13979         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
13980         Don't start docstrings with a `*'.
13981         (font-lock-update-removed-keyword-alist): Give it a docstring.
13983         * generic-x.el: Update commentary section.
13984         Only require font-lock when compiling.
13985         Define all modes conditionally.
13986         Place all generic modes in the generic-x-modes customization group.
13987         (generic-x-modes): New customization group.
13988         (generic-default-modes, generic-mswindows-modes)
13989         (generic-unix-modes, generic-other-modes): New constants.
13990         (generic-define-mswindows-modes, generic-define-unix-modes):
13991         Update docstrings.  Make them obsolete.
13992         (generic-extras-enable-list): New default value.  Update docstring.
13993         Improve :type.  Change :set function.
13994         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
13995         Fix docstring.
13997         * emacs-lisp/generic.el (generic-mode-internal):
13998         Simplify font-lock-defaults.
13999         (define-generic-mode): Fix docstring.
14001 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14003         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
14004         font-lock-face property to highlight matches.
14006 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
14008         * progmodes/cc-mode.el (cc-create-define-alist): New function.
14009         (cc-define-alist): New variable.
14010         (c-mode): Make it local and initialize it.
14012         * progmodes/gdb-ui.el (gdb-active-process): New variable.
14013         (gdb-exited): New function.
14014         (gdb-annotation-rules): Use it.
14015         (gdb-starting): Set gdb-active-process to t.
14016         (gdb-stopping): Amend doc string.
14017         (gdb-reset): Set gdb-active-process to nil.
14019         * tooltip.el (tooltip-gud-tips): Show the associated #define
14020         directives when a C program under GDB is not executing.
14022 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14024         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
14025         font-lock-fontify-syntactic-keywords.
14027         * font-lock.el (font-lock-default-fontify-region): Don't force
14028         parse-sexp-lookup-properties to nil.
14030 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
14032         * man.el (man-mode-syntax-table): Set up `:' to have
14033         word-constituent syntax.
14035 2005-04-27  Lute Kamstra  <lute@gnu.org>
14037         * novice.el (disable-command): Don't add spurious newlines to the
14038         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
14040 2005-04-26  Jay Belanger  <belanger@truman.edu>
14042         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
14043         than one window before deleting window.
14045 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
14047         * shell.el (shell-prompt-pattern): Doc fix.
14048         (shell-mode): Set paragraph-separate buffer locally to "\\'".
14050         * comint.el (comint-prompt-regexp, comint-get-old-input)
14051         (comint-use-prompt-regexp)
14052         (comint-use-prompt-regexp-instead-of-fields)
14053         (comint-replace-by-expanded-history, comint-send-input)
14054         (comint-output-filter, comint-get-old-input-default)
14055         (comint-line-beginning-position, comint-bol, comint-show-output)
14056         (comint-backward-matching-input, comint-forward-matching-input)
14057         (comint-next-prompt, comint-previous-prompt):
14058         Rename `comint-use-prompt-regexp-instead-of-fields' to
14059         `comint-use-prompt-regexp'.  Keep old name as alias and declare
14060         obsolete.
14061         (comint-use-prompt-regexp): Shorten first line of doc string.
14063         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
14064         Set paragraph-separate buffer locally to "\\'".
14066         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
14067         Adapt to above name change.
14069         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
14070         (smbclient-prompt-regexp): Ditto.
14072         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
14074 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
14076         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
14077         gdb-location-list.
14078         Break lines that are over 80 characters wide.
14080 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14082         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
14083         New fun and var, to preserve compatibility.
14085         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
14087 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
14089         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
14090         name to file-newer-than-file-p.
14092 2005-04-26  Richard M. Stallman  <rms@gnu.org>
14094         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
14096         * progmodes/python.el (python-mode):
14097         Use new name eldoc-documentation-function.
14099         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
14101         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
14102         (eldoc-documentation-function):
14103         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
14105 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
14107         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
14109 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
14111         * term/xterm.el (function-key-map): Fix strings for
14112         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
14113         {C,S,A,C-S}-{f1-f12}.
14115 2005-04-26  Kenichi Handa  <handa@m17n.org>
14117         * international/mule-cmds.el (select-safe-coding-system):
14118         Fix previous change.
14120 2005-04-26  Lute Kamstra  <lute@gnu.org>
14122         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
14124         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
14125         (font-lock-comment-delimiter-face): Ditto.
14127         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
14129 2005-04-25  Jay Belanger  <belanger@truman.edu>
14131         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
14132         to t while inserting information; use help-mode.
14134 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
14136         * term.el (ansi-term-color-vector): Use the xterm colors.
14137         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
14139 2005-04-25  Lute Kamstra  <lute@gnu.org>
14141         * font-core.el (font-lock-defaults): Fix docstring.
14143         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
14145 2005-04-25  Kenichi Handa  <handa@m17n.org>
14147         * international/mule-cmds.el (select-safe-coding-system):
14148         Don't check consistency with coding: spec, etc if raw-text or
14149         no-conversion was found to be safe.
14151 2005-04-24  Richard M. Stallman  <rms@gnu.org>
14153         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
14154         citation markers at start of each line.
14156         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
14157         citation markers at start of each line.
14159         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
14161         * files.el (mode-require-final-newline): Fix previous change.
14162         (require-final-newline): Fix type label.
14164 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
14166         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
14167         statement in buffer (broken by 2004-11-24 change).
14169 2005-04-24  Kim F. Storm  <storm@cua.dk>
14171         * ido.el (ido-everywhere): Save and restore old read-buffer-function
14172         and read-file-name-function values.  Don't overwrite existing
14173         non-nil values if ido-mode is enabled without ido-everywhere.
14175 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
14177         * files.el (mode-require-final-newline): Minor doc fix.
14179 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
14181         * subr.el (syntax-after): Doc fix.
14182         (syntax-class): If argument is nil, return nil.  Mask off upper 16
14183         bits, not 8 bits.
14185         * files.el (mode-require-final-newline): Doc fix.
14186         (backup-buffer-copy): Fix last change.
14188 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14190         * term/mac-win.el: Require select.  Set selection-coding-system to
14191         mac-system-coding-system.  Call menu-bar-enable-clipboard.
14192         (x-last-selected-text-clipboard, x-last-selected-text-primary)
14193         (x-select-enable-clipboard): New variables.
14194         (x-select-text, x-get-selection, x-selection-value)
14195         (x-get-selection-value, mac-select-convert-to-string)
14196         (mac-services-open-file, mac-services-open-selection)
14197         (mac-services-insert-text): New functions.
14198         (CLIPBOARD, FIND): Put mac-scrap-name property.
14199         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
14200         (public.tiff): Put mac-ostype property.
14201         (selection-converter-alist): Add entries for them.
14202         (mac-application-menu-map): New keymap.
14203         (interprogram-cut-function, interprogram-paste-function): Set to
14204         x-select-text and x-get-selection-value, respectively.
14205         (split-window-keep-point): Set to t.
14207 2005-04-23  Richard M. Stallman  <rms@gnu.org>
14209         * files.el (read-directory-name): Always pass non-nil
14210         DEFAULT-FILENAME arg to read-file-name.
14211         (backup-buffer-copy, basic-save-buffer-2): Take care against
14212         writing thru an unexpected existing symlink.
14213         (revert-buffer): In indirect buffer, revert the base buffer.
14214         (magic-mode-alist): Doc fix.
14215         (buffer-stale-function): Doc fix.
14216         (minibuffer-with-setup-hook): Avoid warning.
14217         (mode-require-final-newline): Doc and custom fix.
14219         * follow.el (follow-end-of-buffer): Use with-no-warnings.
14221         * font-lock.el (font-lock-comment-face): On terminals with few colors,
14222         use the default appearance.
14223         (font-lock-comment-delimiter-face): New face, new variable.
14225         * imenu.el (imenu--generic-function): The official position of a
14226         definition is the start of the line that BEG is in.
14228         * midnight.el (midnight-timer): Move defvar up.
14230         * mouse.el (mouse-drag-region-1): Delete some debugging code.
14232         * saveplace.el (save-place-to-alist): Use with-no-warnings.
14234         * startup.el (command-line): Use with-no-warnings.
14236         * window.el (window-size-fixed): New defvar.
14238         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
14240         * mail/rmail.el (rmail-font-lock-keywords):
14241         Use font-lock-comment-delimiter-face.
14243         * mail/sendmail.el (mail-font-lock-keywords):
14244         Use font-lock-comment-delimiter-face.
14246         * progmodes/compile.el (next-error-highlight-timer): New defvar.
14248 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
14250         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14251         Specify t for LAXMATCH when matching directories.
14252         Save match data around compilation-compat-error-properties form.
14254 2005-04-23  David Kastrup  <dak@gnu.org>
14256         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
14257         Mention that the autoloaded aliases should be kept for AUCTeX.
14259 2005-04-23  Andreas Schwab  <schwab@suse.de>
14261         * isearch.el (isearch-forward): Doc fix.
14263 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
14265         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
14266         (jit-lock-stealth-nice): Change default value to 0.5.
14268 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
14270         * abbrev.el (write-abbrev-file): Write table entries in
14271         alphabetical order by table name.
14273 2005-04-22  Kim F. Storm  <storm@cua.dk>
14275         * ido.el (ido-read-internal): Fix `list' completion.
14277 2005-04-22  Kenichi Handa  <handa@m17n.org>
14279         * recentf.el (recentf-save-file-coding-system): New variable.
14280         (recentf-save-list): Encode the file by
14281         recentf-save-file-coding-system and add coding: tag.
14283 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
14285         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
14287 2005-04-21  Lute Kamstra  <lute@gnu.org>
14289         * loadhist.el (unload-feature): Don't remove a function from hooks
14290         if it is about to be restored to an autoload .  Remove functions
14291         that will become unbound from auto-mode-alist.  Simplify the code.
14293         * subr.el (assq-delete-all): New implementation that is linear,
14294         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
14295         (rassq-delete-all): New function.
14297         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
14298         Add size-indication-mode.
14300 2005-04-21  Kenichi Handa  <handa@m17n.org>
14302         * international/mule-cmds.el: Add autoload for widget-value in
14303         eval-when-compile.
14305 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
14307         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
14308         Add tooltip-mode.
14310         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
14312 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
14314         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
14315         (inferior-lisp-filter-regexp, inferior-lisp-program)
14316         (inferior-lisp-load-command, inferior-lisp-prompt)
14317         (inferior-lisp-mode-hook, lisp-source-modes)
14318         (inferior-lisp-load-hook): defvar->defcustom.
14319         (inferior-lisp-program, inferior-lisp-prompt)
14320         (inferior-lisp-load-hook): Doc fixes.
14321         (inferior-lisp-install-letter-bindings): Small change in
14322         introductory comment.
14324 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
14326         * vc.el (vc-annotate-color-map): Change some colors so that text
14327         using them as foreground is readable on both white and black
14328         backgrounds.
14330 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14332         * international/mule-conf.el (translation-table-for-input):
14333         Remove redundant declaration.
14335 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
14337         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
14339         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
14340         (tooltip-toggle-gud-tips): New function.
14342 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14344         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
14345         right angle brackets.
14347 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
14349         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
14351 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14353         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
14354         Remove.  Update callers to use expand-file-name instead.
14356         * subr.el (syntax-class): New function.
14358         * simple.el (blink-matching-open): Use it.
14360         * paren.el (show-paren-function): Use it to recognize parens that are
14361         also used in 2-char comment markers.
14363 2005-04-19  Lute Kamstra  <lute@gnu.org>
14365         * loadhist.el (unload-feature): Update for new format of
14366         load-history.  Simplify the code.
14368 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14370         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
14371         (mac-add-charset-info): New function.  Initialize variable
14372         mac-charset-info-alist using it.
14373         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
14374         for translation.
14375         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
14376         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
14377         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
14378         New CCL programs.
14380 2005-04-19  Kim F. Storm  <storm@cua.dk>
14382         * simple.el (next-buffer, prev-buffer, next-error)
14383         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
14384         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
14386         * bindings.el (next-buffer, prev-buffer, next-error)
14387         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
14388         (clone-indirect-buffer-other-window): Move bindings from simple.el.
14389         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
14390         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
14392 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14394         * isearch.el (isearch-edit-string): Make the search-ring available for
14395         minibuffer history commands.
14396         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
14397         the default history commands now work just as well.
14398         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
14400 2005-04-18  Kim F. Storm  <storm@cua.dk>
14402         * emulation/cua-base.el (cua--pre-command-handler): Add more
14403         elaborate check for shift modifier on non-window systems.
14405 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
14407         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
14409 2005-04-18  Kim F. Storm  <storm@cua.dk>
14411         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
14412         and make it optional.  Don't test tooltip-gud-echo-area here.
14413         (tooltip-gud-process-output, gdb-tooltip-print):
14414         Pass tooltip-gud-echo-area to tooltip-show.
14415         (tooltip-help-tips): Remove second optional arg to tooltip-show.
14417 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14419         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
14420         `display-graphic-p' may not be bound yet.
14422 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
14424         * startup.el (command-line): No longer enable Xterm Mouse mode by
14425         default in terminals compatible with xterm.
14427         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
14429 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
14431         * tooltip.el (tooltip-gud-echo-area): Rename from
14432         tooltip-use-echo-area.
14433         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
14434         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
14435         area independently of where help tooltips are displayed.
14437 2005-04-17  David Kastrup  <dak@gnu.org>
14439         * cus-theme.el (custom-theme-write-variables): Quote variables
14440         where necessary.
14442 2005-04-17  Richard M. Stallman  <rms@gnu.org>
14444         * simple.el (yank-excluded-properties): Add follow-link to value.
14446         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
14448         * startup.el (fancy-splash-max-time): Just 30 seconds.
14449         (fancy-splash-delay): Just 7.
14450         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
14452         * loadhist.el (unload-feature): Update for new format of load-history.
14453         Simplify the code.
14455         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
14456         (rmail-font-lock-keywords): Don't fontify the text of a citation.
14458         * mail/sendmail.el (mail-font-lock-keywords):
14459         Don't fontify subject text.
14460         Don't fontify the text of a citation.
14462 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
14464         * comint.el (comint-output-filter): Run comint-output-filter-functions
14465         with point where the user had it.
14467 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14469         * international/ucs-tables.el (ucs-set-table-for-input):
14470         Disable when using unify-on-decoding.
14472 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
14474         * emulation/cua-base.el (cua-global-mark-face): Add special case
14475         for displays supporting a high number of colors.
14477 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
14479         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
14481 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
14483         * filesets.el (filesets-add-buffer): If user supplies a name of a
14484         non-existing fileset, create a new fileset.
14486 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
14488         * textmodes/org.el (org-up-heading-all): Fix bug with
14489         `outline-up-heading-all'.
14491 2005-04-16  Andreas Schwab  <schwab@suse.de>
14493         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
14494         /etc/permissions.d/* and /etc/aliases.d/*.
14496 2005-04-16  Kenichi Handa  <handa@m17n.org>
14498         * international/code-pages.el (cp-make-coding-system):
14499         Set `translation-table-for-input' property value to the symbol
14500         ucs-mule-to-mule-unicode, not to that value.
14501         (pt154): Escape guillemet by `\'.
14503 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
14505         * loadup.el: Load tooltip if x-show-tip is fboundp.
14507         * startup.el (command-line): Add comment.
14509         * tooltip.el (tooltip-mode): Specify correct standard value for
14510         Custom in init-value.
14512 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
14514         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
14515         possible.
14517 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
14519         * textmodes/org.el (org-agenda-date-prompt): Rename from
14520         `org-agenda-date-today'.
14521         (org-evaluate-time-range): Insert at point instead of directly
14522         after time range.
14523         (org-first-headline-recenter, org-subtree-end-visible-p)
14524         (org-optimize-window-after-visibility-change): New functions
14525         (org-agenda-post-command-hook): Don't allow point at end of line,
14526         to make sure it always hits the text properties.
14527         (org-agenda-next-date-line, org-agenda-previous-date-line):
14528         New commands.
14529         (org-set-regexps-and-options): Category may contain white space.
14530         (org-agenda-get-deadlines, org-agenda-get-scheduled):
14531         Improve marker positions.
14532         (org-agenda-new-marker): Argument POS made optional.
14533         (org-agenda-get-timestamps): Deadlines which are done are listed
14534         in org-done-face now.
14535         (org-agenda-get-todos, org-agenda-get-timestamps)
14536         (org-agenda-get-deadlines, org-agenda-get-scheduled):
14537         Set `undone-face' and `done-face' properties.
14538         (org-last-todo-state-is-todo): New variable.
14539         (org-todo): Set `org-last-todo-state-is-todo'.
14540         (org-agenda-todo): Change face according to
14541         `org-last-todo-state-is-todo'.  And change other lines referring to
14542         the same entry.
14543         (org-calendar-goto-agenda): New command.
14544         (org-calendar-to-agenda-key): New option.
14545         (org-startup-folded): New allowed value `content'.
14546         (org-set-regexps-and-options): Accept new value `content' for
14547         `org-startup-folded'.
14548         (org-get-current-options): Handle new value `content' for
14549         `org-startup-folded'.
14550         (org-insert-todo-heading): New command.
14551         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
14552         interactively in empty file and option
14553         `org-insert-mode-line-in-empty-file' has been set.
14554         (org-agenda-todo,org-agenda-priority): Modify to use
14555         `org-agenda-change-all-lines'.
14556         (org-warning-face): Change color on dark background
14558 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14560         * international/mule-cmds.el (set-locale-environment): On Mac OS,
14561         use preferences AppleLocale and AppleLanguages, and variable
14562         mac-system-locale for default locale.  On Mac OS Classic, use
14563         mac-system-coding-system for default coding systems.
14565         * term/mac-win.el: Don't set file-name-coding-system.
14566         Decode variables system-name, emacs-build-system, user-login-name, and
14567         user-full-name by mac-system-coding-system on Mac OS Classic.
14568         (mac-system-coding-system): New variable.
14570 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
14572         * startup.el (command-line): Handle `xterm-mouse-mode' before
14573         reading init file.
14575         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
14577 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
14579         * progmodes/sh-script.el (sh-here-document-word): Make it a
14580         defcustom.  Doc fix.
14581         (sh-add): Bash uses $(( )) for arithmetic.
14582         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
14583         (sh-maybe-here-document): Remove quotes and leading whitespace
14584         from heredoc word when closing.  Indent heredoc with tabs if word
14585         starts with "-".
14587 2005-04-13  Richard M. Stallman  <rms@gnu.org>
14589         * simple.el (undo): Fix previous change.
14591         * custom.el (defface): Doc fix.
14593 2005-04-13  Lute Kamstra  <lute@gnu.org>
14595         * Makefile.in (DONTCOMPILE): Remove list.
14596         (compile, compile-always): Don't use DONTCOMPILE.
14597         (update-authors): Load the library in which batch-update-authors
14598         is defined.
14599         * makefile.w32-in (DONTCOMPILE): Remove list.
14600         (compile, compile-always): Fix comments.
14601         (update-authors): Load the library in which batch-update-authors
14602         is defined.
14604         * generic-x.el (generic-mode-ini-file-find-file-hook):
14605         Rename to ini-generic-mode-find-file-hook.
14606         Keep generic-mode-ini-file-find-file-hook as an alias.
14607         (ini-generic-mode-find-file-hook): Rename from
14608         generic-mode-ini-file-find-file-hook.  Fix docstring.
14609         (ini-generic-mode): Docstring change.
14610         (bat-generic-mode-run-as-comint): Silence the byte compiler.
14612         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
14613         called from lisp.
14615         * generic.el: Move to the emacs-lisp subdir.
14617 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
14619         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
14620         and C-S- function and cursor motion keys.
14622 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
14624         * startup.el (command-line): Enable Xterm Mouse mode by default.
14625         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
14626         for Custom.  No longer show "Mouse" in mode line when enabled.
14627         Doc fix.
14629 2005-04-12  Kim F. Storm  <storm@cua.dk>
14631         * emulation/cua-base.el (cua-rectangle-face)
14632         (cua-rectangle-noselect-face): Define face attributes here.
14634         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
14636 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14638         * startup.el (command-line): Turn off blinking cursor if
14639         cursorBlink in resources is off or false.
14641 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14643         * term/mac-win.el (dnd): Require dnd.
14644         (mac-drag-n-drop): Call dnd-handle-one-url.
14645         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
14646         (kTextEncodingISOLatin2): Remove constants.
14647         (mac-script-code-coding-systems): New constant.
14648         (mac-handle-language-change): New function.
14649         (special-event-map): Bind it to `language-change' event.
14650         (mac-centraleurroman, mac-cyrillic): New coding systems.
14651         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
14652         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
14653         and mac-cyrillic-encoder to encode-mac-centraleurroman and
14654         encode-mac-cyrillic, respectively.
14656 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
14658         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
14659         Don't set overlay-arrow-string to "=>" as this is done
14660         globally in C now.
14662 2005-04-12  Lute Kamstra  <lute@gnu.org>
14664         * generic-x.el (rc-generic-mode, rul-generic-mode):
14665         Fix auto-mode-alist entries.
14666         (etc-fstab-generic-mode): Tweak fontification.
14668         * generic.el (generic-make-keywords-list): Fix docstring.
14669         (generic-mode-internal): Simplify generic-font-lock-keywords.
14671 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
14673         * whitespace.el (whitespace-buffer-leading)
14674         (whitespace-buffer-trailing): Revert the incorrect test inversion.
14675         However, fix the highlight area for the leading and
14676         trailing whitespaces to show space.
14678 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
14680         * whitespace.el (whitespace-version): Bump to 3.5
14682         (whitespace-buffer-leading, whitespace-buffer-trailing):
14683         Invert sense of the test to highlight the whitespace.
14685 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
14687         * progmodes/gud.el (gud-display-line): GUD uses its own
14688         overlay arrow now so don't set overlay-arrow-string.
14689         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
14691 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
14693         * term.el (term-ansi-current-bold, term-ansi-current-underline)
14694         (term-ansi-current-reverse, term-ansi-current-invisible)
14695         (term-ansi-face-already-done): Change to boolean.
14696         (term-reset-terminal, term-handle-colors-array): Handle the above
14697         vars accordingly.
14698         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
14699         (term-emulate-terminal): Use the new name.
14701         * faces.el (secondary-selection): Use yellow1, not yellow.
14702         (trailing-whitespace): Use red1, not red.
14704 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14706         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
14707         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
14708         (dired-dnd-handle-file): Call dnd-get-local-file-uri
14710         * cus-edit.el (dnd): New group.
14712         * term/w32-win.el (dnd): Require dnd
14713         (w32-drag-n-drop): Call dnd-handle-one-url.
14715         * x-dnd.el: Require dnd.
14716         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
14717         Call dnd-handle-one-url.
14718         (x-dnd-types-alist, x-dnd-insert-utf8-text)
14719         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
14720         to dnd-insert-text.
14721         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
14722         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
14723         (x-dnd-get-local-file-name, x-dnd-open-local-file)
14724         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
14726         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
14728 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
14730         * wdired.el: Doc fixes.
14731         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
14732         (wdired-use-dired-vertical-movement): Rename from
14733         wdired-always-move-to-filename-beginning.
14734         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
14735         (wdired-change-to-wdired-mode): Change mode name.
14736         (wdired-newline): Delete.
14738 2005-04-11  Richard M. Stallman  <rms@gnu.org>
14740         * whitespace.el (whitespace-highlight-the-space):
14741         Don't call whitespace-unhighlight-the-space here.
14743         * simple.el (undo): Record t in undo-equiv-table
14744         for the redo record made by an undo-in-region.
14746 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
14748         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
14749         (gdb-frame-inferior-io-buffer): New Functions to control
14750         display of separate IO buffer.
14751         (menu): Add them to menu-bar.
14752         (gdb-display-buffer): Check for buffer another frame.
14753         Protect GUD buffer.
14754         (gdb-setup-windows): Create IO buffer if not already there.
14755         (gdb-memory-mode): Remove purecopy noops.
14757 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
14759         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
14760         and pass to self-insert-command.
14762 2005-04-11  Lute Kamstra  <lute@gnu.org>
14764         * generic.el: Commentary section cleanup.
14765         (generic): Delete.
14766         (generic-use-find-file-hook, generic-lines-to-scan)
14767         (generic-find-file-regexp, generic-ignore-files-regexp)
14768         (default-generic-mode, generic-mode-find-file-hook)
14769         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
14770         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
14771         (generic-use-find-file-hook, generic-lines-to-scan)
14772         (generic-find-file-regexp, generic-ignore-files-regexp)
14773         (default-generic-mode, generic-mode-find-file-hook)
14774         (generic-mode-ini-file-find-file-hook): Move from generic.el.
14776 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
14778         * bookmark.el (bookmark-write-file): Catch errors writing file.
14779         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
14781 2005-04-10  Richard M. Stallman  <rms@gnu.org>
14783         * startup.el (fancy-splash-tail): Update copyright year.
14784         (command-line): Split part of -Q into -D.
14785         (emacs-basic-display): New defvar.
14786         (fancy-splash-text): Correct name of menu item.
14788         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
14790         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
14791         lines in one node.
14793         * comint.el (comint-send-input): New arg ARTIFICIAL.
14794         Callers in this file changed.
14796         * abbrev.el (define-abbrevs): Read system abbrevs properly.
14798         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
14800 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
14802         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
14803         `ldap-search-internal'.
14805 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14807         * files.el (set-auto-mode-1): Use line-end-position.
14809         * international/latin-1.el:
14810         * international/latin-2.el:
14811         * international/latin-3.el:
14812         * international/latin-4.el:
14813         * international/latin-5.el:
14814         * international/latin-8.el:
14815         * international/latin-9.el: Give punctuation syntax to NBSP.
14817         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
14818         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
14819         Use char-classes to accept non-ascii letters, accepted in some recent
14820         bibtex implementations.
14822 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
14824         * custom.el (custom-set-minor-mode): Any non-nil value for the
14825         variable should enable the mode when set through Custom.
14827 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14829         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
14830         TAB binding so tab-always-indent is obeyed.
14831         (vhdl-minibuffer-local-map): Move initialization into declaration.
14832         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
14833         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
14834         (vhdl-hooked-abbrev): Avoid test for XEmacs.
14835         (vhdl-current-line): Use line-beginning-position.
14836         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
14837         with-output-to-temp-buffer, so the current position can be recorded.
14839 2005-04-10  Masatake YAMATO  <jet@gyve.org>
14841         * progmodes/compile.el (compilation-error-regexp-alist-alist):
14842         Add regexp for gcov.
14844 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14846         * calendar/time-date.el (time-to-seconds, seconds-to-time)
14847         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
14848         syntax which Emacs 20 doesn't support.
14850 2005-04-09  Richard M. Stallman  <rms@gnu.org>
14852         * help.el (describe-key-briefly, describe-key):
14853         Replace strings as event types with "(any string)".
14855 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14857         * arc-mode.el (archive-mode-map): Move initialization into
14858         the declaration.  Override *all* bindings of `undo'.
14859         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
14861 2005-04-09  Jay Belanger  <belanger@truman.edu>
14863         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
14865 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
14867         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
14868         (xterm-register-default-colors): Update color values computation
14869         to match xterm-200.
14871 2005-04-09  Kenichi Handa  <handa@m17n.org>
14873         * international/code-pages.el (iso-latin-7): Fix the map.
14875 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
14877         * emacs-lisp/lisp.el (defun-prompt-regexp)
14878         (parens-require-spaces, buffer-end, end-of-defun)
14879         (insert-parentheses): Doc fixes.
14881 2005-04-08  Kim F. Storm  <storm@cua.dk>
14883         * comint.el (comint-highlight-prompt): Fix face spec.
14884         * hi-lock.el (hi-green): Likewise.
14886 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
14888         * cus-edit.el (custom-modified-face):
14889         * comint.el (comint-highlight-input): Fix previous changes.
14890         * term.el (term-handle-ansi-escape): Add a comment.
14892 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14894         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
14895         in the buffer and in whitespace-highlighted-space.
14896         (whitespace-unhighlight-the-space): Simplify.
14897         (whitespace-buffer): Simplify.
14899 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
14901         * textmodes/table.el (table-cell-face): Add special case for
14902         displays supporting a high number of colors.
14903         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
14904         (vhdl-font-lock-reserved-words-face)
14905         (vhdl-speedbar-architecture-face)
14906         (vhdl-speedbar-instantiation-face)
14907         (vhdl-speedbar-architecture-selected-face)
14908         (vhdl-speedbar-instantiation-selected-face): Likewise.
14909         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
14910         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
14911         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14912         (ebrowse-root-class-face, ebrowse-member-attribute-face)
14913         (ebrowse-progress-face): Likewise.
14914         * progmodes/compile.el (compilation-info-face): Likewise.
14915         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
14916         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
14917         * calendar/calendar.el (diary-face): Likewise.
14918         * woman.el (woman-italic-face, woman-bold-face)
14919         (woman-unknown-face): Likewise.
14920         * wid-edit.el (widget-button-pressed-face): Likewise.
14921         * whitespace.el (whitespace-highlight-face): Likewise.
14922         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
14923         * pcvs-info.el (cvs-marked-face): Likewise.
14924         * info.el (info-xref): Likewise.
14925         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
14926         * hilit-chg.el (highlight-changes-face)
14927         (highlight-changes-delete-face): Likewise.
14928         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
14929         (hi-red-b): Likewise.
14930         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
14931         * font-lock.el (font-lock-keyword-face)
14932         (font-lock-function-name-face, font-lock-warning-face): Likewise.
14933         * cus-edit.el (custom-invalid-face, custom-modified-face)
14934         (custom-set-face, custom-changed-face, custom-variable-tag-face)
14935         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
14936         * comint.el (comint-highlight-prompt): Likewise.
14938 2005-04-08  Lute Kamstra  <lute@gnu.org>
14940         * font-lock.el (font-lock-keywords): Docstring fixes.
14942 2005-04-08  Kenichi Handa  <handa@m17n.org>
14944         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
14945         chars are more than a limit, print " and more..." at the tail.
14947 2005-04-08  Kim F. Storm  <storm@cua.dk>
14949         * emacs-lisp/authors.el (authors-aliases): Update list.
14950         (authors-ignored-files): New list.
14951         (authors-fixed-entries): Fix typo.
14952         (authors-renamed-files-alist): Update list.
14953         (authors-add): Check authors-ignored-files.
14955 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
14957         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
14958         optional, to ensure backward compatibility.
14960 2005-04-08  Stephen Eglen  <stephen@gnu.org>
14962         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
14964 2005-04-08  Kim F. Storm  <storm@cua.dk>
14966         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
14968         * mouse.el (mouse-on-link-p): Doc fix.
14970 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
14972         * ielm.el (ielm-prompt-read-only): Doc fix.
14974         * comint.el (comint-prompt-read-only): Doc fix.
14976 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
14978         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
14979         ensure dired always handles wildcards passed to ffap.
14980         (find-file-at-point): Use it.
14981         (ffap-dired-wildcards): Doc fix.
14983 2005-04-07  Juri Linkov  <juri@jurta.org>
14985         * simple.el (next-error-overlay-arrow-position): New defvar.
14986         Put "=>" on its property `overlay-arrow-string'.  Add it to
14987         `overlay-arrow-variable-list'.
14989         * progmodes/compile.el (compilation-setup):
14990         Set `next-error-overlay-arrow-position' to nil.  Also set it to
14991         nil in the local hook `kill-buffer-hook'.  Make local variable
14992         `overlay-arrow-string' and set it to "=>".
14993         (compilation-goto-locus): Set BOL position to
14994         `next-error-overlay-arrow-position' instead of
14995         `overlay-arrow-position'.
14997         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
14998         locally instead of adding it to the global hook.
14999         (Info-kill-buffer): Move up.
15001 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
15003         * term/xterm.el (xterm-standard-colors): Update color values from
15004         xterm-200.
15006 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15008         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
15010         * fast-lock.el:
15011         * lazy-lock.el: Move them to the obsolete subdir.
15013 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
15015         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
15016         (wdired-add-replace-advice): Remove.
15017         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
15019 2005-04-06  Kim F. Storm  <storm@cua.dk>
15021         * startup.el (command-line): Add --bare-bones alias for -Q.
15023 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15025         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
15026         create the startup fontset if a font specification ends with
15027         `mac-roman'.
15029 2005-04-06  Lute Kamstra  <lute@gnu.org>
15031         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
15032         change.
15034         * emacs-lisp/copyright.el (copyright-update-year): Replace the
15035         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
15037 2005-04-05  Lute Kamstra  <lute@gnu.org>
15039         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
15040         (define-generic-mode): Ditto.  Fix debug declaration.
15042         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
15043         Put them in the generic-x group.
15045         * calendar/timeclock.el (timeclock): Doc fix.
15047         * generic.el (define-generic-mode): Don't use custom-current-group.
15048         Document default :group value.
15049         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
15050         (define-global-minor-mode): Don't use custom-current-group.
15052 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
15054         * startup.el (command-line-1): Display startup-echo-area-message
15055         when fancy splash screen is in use.
15057         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
15058         (sh-escaped-newline): New face.
15059         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
15060         newline, and use sh-escaped-newline face.
15062         * progmodes/tcl.el (tcl-escaped-newline): New face.
15063         (tcl-builtin-list): New variable.
15064         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
15065         newlines.  Fix keywords subexpression number.
15067 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
15069         * textmodes/org.el (org-diary-default-entry): Fix call to
15070         `add-to-diary-entry'.
15072 2005-04-05  Kim F. Storm  <storm@cua.dk>
15074         * ediff-init.el: Use (featurep 'xemacs).
15076 2005-04-05  David Ponce  <david@dponce.com>
15078         * cus-edit.el (face): Derive from symbol widget.  Display sample
15079         of the current face on the fly.
15080         (widget-face-sample-face-get, widget-face-notify): New functions.
15081         (widget-face-value-create): Remove.
15083         * wid-edit.el (widget-field-end): Temporarily remove field
15084         narrowing before to call `get-char-property'.
15086 2005-04-04  Jay Belanger  <belanger@truman.edu>
15088         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
15089         (math-read-subscripts): New variable.
15090         (math-read-preprocess-string): Process subscripts.
15092 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
15094         * comint.el (comint-prompt-read-only): Doc fix.
15096         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
15097         `-1'.  Doc fix.
15099 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
15101         * textmodes/org.el (org-insert-mode-line-in-empty-file):
15102         Change default value to nil.
15104 2005-04-04  Lute Kamstra  <lute@gnu.org>
15106         * autorevert.el (auto-revert-mode): Specify :group.
15107         * battery.el (display-battery-mode): Specify :group.
15108         * diff-mode.el (diff-minor-mode): Specify :group.
15109         * font-core.el (font-lock-mode): Specify :group.
15110         * hl-line.el (hl-line-mode): Specify :group.
15111         * iimage.el (iimage): New customization group.
15112         (iimage-mode): Specify :group.
15113         * longlines.el (longlines-mode): Specify :group.
15114         * master.el: Don't require easy-mmode.
15115         (master): New customization group.
15116         (master-mode): Specify :group.
15117         * msb.el (msb-mode): Specify :group.
15118         * reveal.el (reveal-mode): Specify :group.
15119         * simple.el (next-error-follow-minor-mode): Specify :group.
15120         * smerge-mode.el (smerge-mode): Specify :group.
15121         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
15122         * emulation/cua-base.el (cua-mode): Specify :group.
15123         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
15124         * language/thai-util.el (thai-auto-composition-mode)
15125         (thai-word-mode): Specify :group.
15126         * mail/supercite.el (sc-minor-mode): Specify :group.
15127         * progmodes/cwarn.el (cwarn-mode): Specify :group.
15128         * progmodes/flymake.el (flymake-mode): Specify :group.
15129         * progmodes/glasses.el (glasses-mode): Specify :group.
15130         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
15131         * textmodes/enriched.el (enriched-mode): Specify :group.
15132         * textmodes/refill.el (refill-mode): Specify :group.
15134         * add-log.el (change-log-font-lock-keywords): Names in
15135         parenthesized lists can contain spaces.
15137 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
15139         * startup.el (fancy-splash-text): Shorten default text of
15140         "Emacs Tutorial" line.  Also, if the current language env
15141         indicates an available tutorial file other than TUTORIAL,
15142         extract its title and append it to the line in parentheses.
15143         (fancy-splash-insert): If arg is a thunk, funcall it.
15145 2005-04-04  Jay Belanger  <belanger@truman.edu>
15147         * calc.el (calc-language-alist): Add tags to customization type.
15149 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
15151         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
15152         Doc fix.
15154 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
15156         * add-log.el (change-log-font-lock-keywords): The manual
15157         describing a Change Log entry, says: (...) "Aside from these
15158         header lines, every line in the change log starts with a space or
15159         a tab.".  The font-lock was not highlighting lines started with
15160         spaces, added support for it.
15162 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15164         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
15165         (bibtex-generate-url-list): Update docstring accordingly.  Put the
15166         complex example in the docstring.
15167         (bibtex-font-lock-url): Use pop.
15169 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15171         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
15173         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
15175 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
15177         * filesets.el (filesets-set-default): Doc fix.
15179 2005-04-03  Lute Kamstra  <lute@gnu.org>
15181         * generic.el (define-generic-mode): Add argument to specify
15182         keywords for defcustom.
15183         (default-generic-mode): Specify :group.
15185         * generic-x.el: Specify :group for all generic modes.
15187         * desktop.el (desktop-no-desktop-file-hook)
15188         (desktop-after-read-hook): Doc fix.
15190 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
15192         * simple.el (visible-mode): Use explicit :group keyword.
15193         This changes the group of `visible-mode-hook' from paren-blinking
15194         to editing-basics.
15196 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
15198         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
15199         mailbox specifications as well as URLs.
15200         (rmail-insert-inbox-text): Remove unused conditional branches.
15202 2005-04-01  Jay Belanger  <belanger@truman.edu>
15204         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
15205         (calc-gnuplot-print-command): Move definitions to calc.el.
15207         * calc/calc-embed.el (calc-embedded-announce-formula)
15208         (calc-embedded-open-formula, calc-embedded-close-formula)
15209         (calc-embedded-open-word, calc-embedded-close-word)
15210         (calc-embedded-open-plain, calc-embedded-close-plain)
15211         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
15212         (calc-embedded-open-mode, calc-embedded-close-mode):
15213         Move definitions to calc.el.
15215         * calc/calc.el (calc-settings-file, calc-language-alist):
15216         Make customizable.
15217         (calc-embedded-announce-formula, calc-embedded-open-formula)
15218         (calc-embedded-close-formula, calc-embedded-open-word)
15219         (calc-embedded-close-word, calc-embedded-open-plain)
15220         (calc-embedded-close-plain, calc-embedded-open-new-formula)
15221         (calc-embedded-close-new-formula, calc-embedded-open-mode)
15222         (calc-embedded-close-mode, calc-gnuplot-name)
15223         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
15224         from other files and make customizable.
15226 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15228         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
15229         Use buffer-live-p.
15230         (cvs-mode-run): Don't call cvs-update-header here.
15231         (cvs-run-process): Call cvs-update-header.
15232         Use process properties for cvs-postprocess and cvs-buffer so that
15233         the sentinel can behave better if the temp buffer is killed.
15234         Use a pipe rather than a tty, to better handle unexpected prompts.
15235         (cvs-sentinel): Rewrite.  Call cvs-update-header.
15237 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
15239         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
15240         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
15242 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15244         * generic.el (define-generic-mode): Add indentation rule.
15246 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
15248         * files.el (mode-require-final-newline): Make Custom correctly
15249         report a nil value and allow to set it to nil via Custom.
15250         Doc fix.
15252 2005-04-01  Kenichi Handa  <handa@m17n.org>
15254         * international/characters.el: Enable the correct case setting for
15255         dotless-i and dotted-I.
15257 2005-04-01  Kim F. Storm  <storm@cua.dk>
15259         * ido.el (ido-file-internal): Fall back to non-ido command if
15260         initial directory is on slow ftp (or tramp) host.
15262 2005-03-31  Richard M. Stallman  <rms@gnu.org>
15264         * emacs-lisp/autoload.el (make-autoload):
15265         Handle define-global-minor-mode.
15267         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
15268         Rename from easy-mmode-define-global-mode.
15269         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
15271         * progmodes/scheme.el (scheme-mode-syntax-table):
15272         Update syntax of | and # for two-character comment syntax.
15274 2005-03-31  Lute Kamstra  <lute@gnu.org>
15276         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
15277         (define-minor-mode): Call custom-current-group at load-time.
15279         * generic.el (define-generic-mode): Add debug declaration.
15280         Add defcustom for the mode hook.
15281         (generic-mode-internal): Use run-mode-hooks.
15283 2005-03-31  Kim F. Storm  <storm@cua.dk>
15285         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
15286         (mouse-fixup-help-message): New defun called by show_help_echo
15287         to fixup mouse-2 prefix in help messages when applicable.
15289         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
15291 2005-03-31  Kenichi Handa  <handa@m17n.org>
15293         * language/thai-word.el (thai-find-word-ends): Pay attention to
15294         the case that we reach the end of buffer.
15296         * textmodes/fill.el (fill-text-properties-at): New function.
15297         (fill-newline): Use fill-text-properties-at instead of
15298         text-properties-at.
15300 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
15302         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
15303         not comint-quote-filename.
15305 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
15307         * help-fns.el (help-with-tutorial): Revert last change.
15309 2005-03-31  Kim F. Storm  <storm@cua.dk>
15311         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
15313 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
15315         * calendar/cal-china.el: Update reference to "Calendrical
15316         Calculations" book; there's a new edition.
15317         * calendar/cal-coptic.el: Likewise.
15318         * calendar/cal-french.el: Likewise.
15319         * calendar/cal-hebrew.el: Likewise.
15320         * calendar/cal-islam.el: Likewise.
15321         * calendar/cal-iso.el: Likewise.
15322         * calendar/cal-julian.el: Likewise.
15323         * calendar/cal-mayan.el: Likewise.
15324         * calendar/cal-persia.el: Likewise.
15325         * calendar/calendar.el: Likewise.
15326         * calendar/holidays.el: Likewise.
15327         * calendar/lunar.el: Likewise.
15328         * calendar/solar.el: Likewise.
15330         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
15331         white space from doc string.
15333 2005-03-30  Jay Belanger  <belanger@truman.edu>
15335         * calc/calc-help.el (calc-full-help): Remove email address.
15337 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
15339         * help-fns.el (help-with-tutorial): Delete title line.
15341 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
15343         * calendar/cal-x.el (calendar-one-frame-setup)
15344         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
15345         rather than 'symbol for set-window-dedicated-p.
15347         * calendar/appt.el (appt-buffer-name): Make it a constant.
15348         (appt-add): Doc fix.
15350         * filesets.el (filesets-menu-path, filesets-menu-before)
15351         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
15352         (filesets-menu-cache-file): Use directory ~/.emacs.d.
15353         (filesets-add-submenu): Delete and use add-submenu instead.
15355 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
15357         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
15358         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
15359         (org-diary-default-entry): New function.
15360         (org-get-entries-from-diary): Better parsing of diary entries.
15361         (org-agenda-check-no-diary): New function.
15362         ("diary-lib"): Advice to function `add-to-diary-list', to allow
15363         linking to diary entries.
15364         (org-agenda-execute-calendar-command): New function.
15365         (org-agenda): Improve visible section in window.
15366         Use `org-fit-agenda-window'.
15367         (org-fit-agenda-window): New option.
15368         (org-move-subtree-down): Better handling of empty lines
15369         at end of subtree.
15370         (org-cycle): Numeric prefix is interpreted now as show-subtree N
15371         levels up.
15372         (org-fontify-done-headline): New option.
15373         (org-headline-done-face): New face.
15374         (org-set-font-lock-defaults): Use `org-headline-done-face'.
15375         (org-table-copy-down): Rename from `org-table-copy-from-above'.
15376         When current field is non-empty, it is copied to next row.
15377         (org-table-copy-from-above): Fix bug which made it
15378         impossible to copy fields containing only a single non-white character.
15380 2005-03-30  Kim F. Storm  <storm@cua.dk>
15382         * kmacro.el (kmacro-end-macro): Isearch may store this command
15383         into the macro -- so ignore it when executing keyboard macro.
15385 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
15387         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
15389 2005-03-29  Kenichi Handa  <handa@m17n.org>
15391         * language/thai.el ("Thai"): Set setup-function and exit-function
15392         for Thai language environment.
15394         * language/thai-util.el: Require thai-word.
15395         (thai-word-mode-map): New variable.
15396         (thai-word-mode): New minor mode.
15397         (setup-thai-language-environment-internal): New function.
15398         (exit-thai-language-environment-internal): New function.
15400         * language/thai-word.el (thai-word-table): Declare it by defvar,
15401         use dolist to initialize it.
15402         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
15403         (thai-fill-find-break-point): New functions.
15405 2005-03-29  Richard M. Stallman  <rms@gnu.org>
15407         * simple.el (idle-update-delay): Move definition up.
15408         (set-mark): Doc fix.
15410 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
15412         * longlines.el: New file.
15414         * simple.el (buffer-substring-filters): New variable.
15415         (filter-buffer-substring): New function.
15416         (kill-region, copy-region-as-kill): Use it.
15418         * register.el (copy-to-register, append-to-register)
15419         (prepend-to-register): Use filter-buffer-substring.
15421 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
15423         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
15424         (gud-filter-pending-text): Move in front of gdb.
15425         (gud-overlay-arrow-position): New variable.
15426         (gud-sentinel, gud-display-line): Use it in place of
15427         overlay-arrow-position.
15429 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
15431         * progmodes/fortran.el (fortran-if-indent): Doc fix.
15432         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
15433         (fortran-font-lock-keywords-4): New variable.
15434         (fortran-blocks-re, fortran-end-block-re)
15435         (fortran-start-block-re): New constants, for hideshow.
15436         (hs-special-modes-alist): Add a Fortran entry.
15437         (fortran-mode-map): Bind fortran-end-of-block,
15438         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
15439         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
15440         (fortran-looking-at-if-then, fortran-end-of-block)
15441         (fortran-beginning-of-block): New functions, for hideshow.
15443         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
15444         Doc fix.  Tweak regexp.
15445         (f90-beginning-of-block): Push mark first.
15447 2005-03-29  Jay Belanger  <belanger@truman.edu>
15449         * calc/calc.el: Update copyright date.
15450         (calc-version): Increase to 2.1.
15451         (calc-version-date): Remove.
15453         * calc/calc-help.el: Update copyright date.
15454         (calc-full-help): Remove reference to calc-version-date.
15455         Update copyright date.
15457 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15459         * vc.el (vc-do-command): Use a pipe for async processes, so password
15460         prompts don't show up at places where the user can't reply.
15462 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
15464         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
15465         on the file name we pass to the inferior shell.
15467 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
15469         * progmodes/which-func.el (which-function): Be robust in the face of an
15470         imenu--make-index-alist failure.
15472 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15474         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
15476         * progmodes/python.el (python-preoutput-filter): Fix last change.
15478 2005-03-29  Lute Kamstra  <lute@gnu.org>
15480         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
15481         functions and compiled macros.
15482         (debug-convert-byte-code): Handle macros too.
15483         (debug-on-entry-1): Don't signal an error when trying to clear a
15484         function that is not set to debug on entry.
15486 2005-03-29  Jay Belanger  <belanger@truman.edu>
15488         * calc/calc-lang.el: Add functions to math-function-table
15489         properties of tex and math.
15491 2005-03-29  Kenichi Handa  <handa@m17n.org>
15493         * ps-mule.el (ps-mule-plot-string): Translate characters by
15494         ps-print-translation-table.
15495         (ps-mule-begin-job): Call find-charset-region/string with
15496         ps-print-translation-table.
15497         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
15499         * ps-print.el (ps-print-translation-table): New variable.
15500         (ps-plot-region): Translate characters by ps-print-translation-table.
15502 2005-03-29  Juri Linkov  <juri@jurta.org>
15504         * simple.el (next-error-highlight-timer): New variable.
15506         * progmodes/compile.el (compilation-goto-locus):
15507         Use `next-error-highlight-timer' instead of `sit-for'.
15509 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15511         * mail/supercite.el (sc-mail-field): Use assoc-string.
15512         (sc-get-address): Simplify regexps.
15514         * files.el (minibuffer-with-setup-hook): New macro.
15515         (find-file-read-args): Use it to avoid let-binding
15516         minibuffer-with-setup-hook (which breaks turning on/off
15517         file-name-shadow-mode while in the prompt).
15519         * complete.el (PC-read-include-file-name-internal):
15520         Use test-completion.
15522 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
15524         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
15526 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15528         * window.el (window-buffer-height): Use count-screen-lines.
15530         * progmodes/python.el (python-preoutput-leftover): New var.
15531         (python-preoutput-filter): Use it.
15532         (python-send-receive): Loop until all the result has been received.
15534 2005-03-28  Juri Linkov  <juri@jurta.org>
15536         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
15538         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
15539         "Recover Crashed Session".
15540         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
15541         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
15542         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
15543         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
15544         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
15545         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
15546         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
15547         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
15549         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
15550         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
15551         Ediff Sessions", "Toggle use of separate control buffer frame",
15552         "Use separate frame for Ediff control buffer".
15554         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
15555         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
15556         "Rename Bookmark", "Delete Bookmark".
15558         * info.el (Info-mode-menu): Remove ellipsis from "Index".
15559         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
15560         Add `:active Info-index-alternatives' to "Next Matching Item".
15562         * wdired.el (wdired-change-to-wdired-mode):
15563         Mention `wdired-abort-changes' key in the initial message.
15565         * international/mule.el (auto-coding-alist): Associate non-ascii
15566         image filename extensions with `no-conversion'.
15568 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15570         * international/iso-acc.el:
15571         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
15573 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
15575         * textmodes/sgml-mode.el (html-mode): Doc update.
15577         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
15579 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
15581         * term.el (term-move-columns): Fix face after extending a line.
15582         (term-insert-spaces): Likewise.
15583         (term-reset-terminal): Fix off by one error.
15585 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
15587         * international/mule.el (auto-coding-alist): Add .xpi files.
15589         * files.el (auto-mode-alist): Add .xpi files.
15591 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
15593         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
15595 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
15597         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
15599 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
15601         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
15602         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
15604         * calendar/cal-move.el (calendar-beginning-of-year): Move the
15605         cursor to Jan 1 when needed.
15606         (calendar-end-of-year): Fix -/+ typo.
15607         Reported by Chong Yidong <cyd@stupidchicken.com>.
15609 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15611         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
15613         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
15614         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
15616 2005-03-25  Richard M. Stallman  <rms@gnu.org>
15618         * filesets.el (filesets-init): Add autoload.
15620         * mail/mailalias.el (mail-directory): Doc fix.
15622 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
15624         * mail/mailalias.el (mail-directory-process): Do nothing if
15625         mail-directory-process is an atom.
15626         (mail-get-names): Ignore mail-directory-names if it is an atom.
15627         (mail-directory-process defvar): Doc fix.
15628         (mail-names): Doc fix.
15630 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
15632         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
15634 2005-03-26  Kenichi Handa  <handa@m17n.org>
15636         * international/mule-util.el (detect-coding-with-priority):
15637         Call update-coding-systems-internal before detect-coding-region.
15639 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
15641         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
15642         (gdb-frames-mode-map): Add follow-link property.
15644 2005-03-25  Jay Belanger  <belanger@truman.edu>
15646         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
15647         for variables.
15649 2005-03-25  Juri Linkov  <juri@jurta.org>
15651         * image-mode.el: Optimize image filename extension regexps in
15652         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
15653         in `auto-mode-alist'.
15654         (image-mode): Add `image-toggle-display-text' to local hook
15655         `change-major-mode-hook'.  Display the image as an image by
15656         default.  Set `cursor-type' and `truncate-lines' if the image
15657         is already displayed.  Take into account the current mode (image
15658         or text) in message.
15659         (image-minor-mode): New minor mode.
15660         (image-mode-maybe, image-toggle-display-text): New functions.
15661         (image-toggle-display): Use called-interactively-p.
15662         Let-bind `inhibit-read-only' to t.
15664         * image-mode.el (image-minor-mode): Set `cursor-type' and
15665         `truncate-lines' if the image is already displayed.  Add turning
15666         image-minor-mode off to `change-major-mode-hook'.  Add message.
15667         Call `image-toggle-display-text' after turning image-minor-mode off.
15669 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15671         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
15672         Terminal.app, use utf-8.
15673         (set-display-table-and-terminal-coding-system): Add coding-system arg.
15674         (set-locale-environment): Use it.
15676         * term/xterm.el: Undo last change, better done in mule-cmds.el.
15678         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
15680         * progmodes/python.el (python-close-block-statement-p)
15681         (python-outdent-p, python-current-defun): Use symbol-end.
15683 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
15685         * files.el (save-some-buffers): Doc fix.
15687 2005-03-25  Werner Lemberg  <wl@gnu.org>
15689         * complete.el, thumbs.el: Replace `legal' with `valid'.
15690         * calendar/calendar.el: Replace `legal' with `valid'.
15691         * emacs-lisp/advice.el: Replace `legal' with `valid'.
15692         * mail/supercite.el: Replace `legal' with `valid'.
15693         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
15694         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
15695         Replace `legal' with `valid'.
15696         * textmodes/reftex-vars.el, textmodes/reftex.el:
15697         Replace `legal' with `valid'.
15699 2005-03-25  Werner Lemberg  <wl@gnu.org>
15701         * calc/calc-forms.el, calc/calc-sel.el:
15702         * midnight.el, vc-cvs.el:
15703         * emacs-lisp/cl-macs.el:
15704         * emulation/vip.el:
15705         * eshell/esh-io.el, eshell/esh-var.el:
15706         * mail/supercite.el:
15707         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
15708         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
15709         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
15710         * progmodes/sh-script.el, progmodes/xscheme.el:
15711         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
15712         * textmodes/reftex-index.el, textmodes/reftex-parse.el
15713         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
15714         * textmodes/reftex.el, textmodes/org.el:
15715         Replace `illegal' with `invalid'.
15717 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15719         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
15720         (flymake-find-buildfile, flymake-find-possible-master-files)
15721         (flymake-check-include, flymake-parse-line): Replace loops over the
15722         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
15724         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
15725         Substitute file-name-as-directory in the rest of the file.
15726         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
15727         (flymake-replace-region): Remove unused arg `buffer'.
15728         (flymake-check-patch-master-file-buffer): Update calls to it.
15729         (flymake-add-err-info): Remove unused var `count'.
15730         (flymake-mode): Use define-minor-mode.
15732         * progmodes/flymake.el: Use with-current-buffer.
15733         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
15734         flymake-replace-regexp-in-string, flymake-line-beginning-position)
15735         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
15736         Avoid testing for `xemacs'.
15737         (flymake-nop): Move.
15738         (flymake-region-has-flymake-overlays): Return the computed value.
15739         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
15740         Remove unused var `endline'.
15741         (flymake-get-line-count): Remove unused function.
15742         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
15744         * emulation/vi.el:
15745         * generic.el:
15746         * hilit-chg.el (global-highlight-changes):
15747         * hi-lock.el (hi-lock-mode):
15748         * follow.el: find-file-hooks -> find-file-hook.
15750         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
15752 2005-03-24  Juri Linkov  <juri@jurta.org>
15754         * dired.el (dired-mode-map): Add menu item "Compare directories"
15755         for dired-compare-directories.
15757         * dired-aux.el (dired-compare-directories): Add autoload cookie.
15758         Doc fix.  Replace `read-file-name' with `read-directory-name'.
15760 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15762         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
15764 2005-03-24  Jay Belanger  <belanger@truman.edu>
15766         * calc/calc-embed.el (calc-embedded-mode-change): Save all
15767         relevant mode settings in calc-embedded-original-modes when modes
15768         are permanently changed.
15770 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15772         * autoinsert.el: find-file-hooks -> find-file-hook.
15774 2005-03-24  Lute Kamstra  <lute@gnu.org>
15776         * generic.el (generic-font-lock-defaults): Make it obsolete.
15777         (generic-font-lock-keywords): New variable to replace
15778         generic-font-lock-defaults.
15779         (generic-mode-set-font-lock): Delete it.
15780         (generic-mode-internal): Don't call generic-mode-set-font-lock.
15781         (generic-bracket-support): Add docstring.
15783         * generic-x.el: Rename generic-font-lock-defaults to
15784         generic-font-lock-keywords throughout.
15785         (mailagent-rules-setup-function): Delete it.
15786         (mailagent-rules-generic-mode): Use anonymous function instead.
15787         (show-tabs-generic-mode-font-lock-defaults-1)
15788         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
15789         Quote faces.
15790         (show-tabs-tab-face, show-tabs-space-face): Specify background,
15791         not foreground.
15793         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
15794         Recognize define-generic-mode.
15796 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15798         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
15799         if there's no completion table.
15801 2005-03-23  Miles Bader  <miles@gnu.org>
15803         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15804         Remove tty-specific variants, as they're no longer needed.
15806 2005-03-23  Lute Kamstra  <lute@gnu.org>
15808         * generic-x.el: Code cleanup: make args constant whenever possible.
15809         (installshield-statement-keyword-list)
15810         (installshield-system-functions-list)
15811         (installshield-system-variables-list, installshield-types-list)
15812         (installshield-funarg-constants-list): Make them constants.
15814         * generic.el (generic-make-keywords-list): Add autoload cookie.
15816         * calendar/time-date.el: Add comment on time value formats.
15817         Don't require parse-time.
15818         (with-decoded-time-value): New macro.
15819         (encode-time-value): New function.
15820         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15821         (days-to-time): Return a valid time value when arg is huge.
15822         (time-since): Use time-subtract.
15823         (time-to-number-of-days): Use time-to-seconds.
15825 2005-03-23  David Ponce  <david@dponce.com>
15827         * recentf.el: (recentf-keep): New option.
15828         (recentf-menu-action): Default to `find-file'.
15829         (recentf-keep-non-readable-files-flag)
15830         (recentf-keep-non-readable-files-p)
15831         (recentf-file-readable-p, recentf-find-file)
15832         (recentf-cleanup-remote): Remove.
15833         (recentf-include-p): More robust.
15834         (recentf-keep-p): New function.
15835         (recentf-remove-if-non-kept): Rename from
15836         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
15837         All callers updated.
15838         (recentf-menu-items-for-commands): Fix help string.
15839         (recentf-track-closed-file): Update.  Doc fix.
15840         (recentf-cleanup): Update.  Count removed files.  Doc fix.
15842 2005-03-23  Kim F. Storm  <storm@cua.dk>
15844         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15845         Don't inherit from fringe face (now happens automatically).
15847 2005-03-22  Kim F. Storm  <storm@cua.dk>
15849         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
15850         position values.
15852 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15854         * menu-bar.el (showhide-date-time): Remove.
15855         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
15856         (menu-bar-make-mm-toggle): Simplify.
15858 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
15860         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
15861         Accept qualified variable and function names.
15863 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
15865         * bindings.el (completion-ignored-extensions):
15866         Remove ".lis" for `vax-vms'.
15868 2005-03-22  Andreas Schwab  <schwab@suse.de>
15870         * generic-x.el: Revert last change.
15871         * ldefs-boot.el: Update.
15873 2005-03-22  Jay Belanger  <belanger@truman.edu>
15875         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
15876         (calc-embedded-save-original-modes)
15877         (calc-embedded-restore-original-modes): New functions.
15878         (calc-do-embedded): Save original modes when entering embedded mode
15879         and restore when leaving embedded mode.
15880         (calc-embedded-modes-change): Change the value of
15881         calc-embedded-original-modes to reflect permanent changes.
15883 2005-03-22  Lute Kamstra  <lute@gnu.org>
15885         * generic-x.el: Require generic again.
15887 2005-03-22  Miles Bader  <miles@gnu.org>
15889         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15890         Tweak details to look good on both ttys and bitmap displays, light
15891         or dark background, etc.
15893 2005-03-21  Kim F. Storm  <storm@cua.dk>
15895         * tooltip.el (tooltip-show-help-function): Check car and cdr of
15896         mouse position.
15898 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15900         * icomplete.el: Don't forcibly turn on the mode upon load.
15901         (icomplete-mode): Use define-minor-mode.
15902         (icomplete-eoinput): Default to nil.
15903         (icomplete-minibuffer-setup): Remove autoload.
15904         (icomplete-tidy): Simplify.
15905         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
15906         in the initial state or if the user has modified the field.
15907         Fix handling of icomplete-max-delay-chars.
15908         Remove code that handles the oddball case where
15909         minibuffer-completion-table is an integer.
15910         Wrap icomplete-completions in while-no-input in case building
15911         completions takes more time than expected.
15912         (icomplete-completions): Simplify.
15914 2005-03-21  Richard M. Stallman  <rms@gnu.org>
15916         * jka-compr.el (jka-compr-really-do-compress):
15917         Make variable buffer-local.
15919         * image-mode.el: Handle .xpm files too.
15920         (image-toggle-display): Preserve modification flag.
15922         * help.el (where-is): Don't mention aliases with no key bindings.
15924 2005-03-21  Lute Kamstra  <lute@gnu.org>
15926         * generic.el: Fix commentary section.  Don't require cl for
15927         compilation.
15928         (generic-mode-list): Add autoload cookie.
15929         (generic-use-find-file-hook, generic-lines-to-scan)
15930         (generic-find-file-regexp, generic-ignore-files-regexp)
15931         (generic-mode, generic-mode-find-file-hook)
15932         (generic-mode-ini-file-find-file-hook): Fix docstrings.
15933         (define-generic-mode): Make it a defmacro.  Fix docstring.
15934         (generic-mode-internal): Code cleanup.  Add autoload cookie.
15935         (generic-mode-set-comments): Code cleanup.
15936         * generic-x.el: Don't prevent compilation.  Don't require generic.
15937         Follow coding conventions.  Minor code cleanup.
15938         (etc-fstab-generic-mode): Add some keywords.
15939         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
15940         define-generic-mode like a function declaration.
15942 2005-03-21  Jay Belanger  <belanger@truman.edu>
15944         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
15945         changing modes.
15947 2005-03-21  Sam Steingold  <sds@gnu.org>
15949         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
15951 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
15953         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
15954         Add underscore to "f$ lexicals" regexp.
15956 2005-03-20  Juri Linkov  <juri@jurta.org>
15958         * subr.el (progress-reporter-do-update): When `min-value' is equal
15959         to `max-value', set `percentage' to 0 and prevent division by zero.
15961 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
15963         Sync with Tramp 2.0.48.
15965         * net/tramp.el (all): Change all addresses to .gnu.org.
15966         (tramp-append-tramp-buffers): New defun.
15967         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
15968         Catch `dont-send' signal.
15969         (tramp-set-auto-save-file-modes): Set always permissions, because
15970         there might be an old auto-saved file belonging to another
15971         original file.  This could be a security threat.  Reported by
15972         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
15973         Check for Emacs 21.3.50 removed.
15975         * net/tramp-smb.el (all): Remove debug construct for
15976         `with-parsed-tramp-file-name'.
15977         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
15978         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
15979         No error message if DIRECTORY or FILENAME doesn't exist.
15980         (tramp-smb-open-connection): Check existence of
15981         `tramp-smb-program'.
15983 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15985         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
15986         Properly handle the case where the `m' or `s' command's argument is not
15987         yet terminated.
15988         (perl-indent-new-calculate): New function.
15989         (perl-indent-line): Use it.
15991 2005-03-20  Miles Bader  <miles@gnu.org>
15993         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
15994         in text-mode too.  Change to new face names.
15995         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
15996         Add `:weight bold' attribute.
15997         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
15999 2005-03-19  Juri Linkov  <juri@jurta.org>
16001         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
16003         * international/mule.el (auto-coding-alist): Sync with
16004         `auto-mode-alist' by adding upper case archive file extensions
16005         and adding ear/war to jar extension.
16007 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
16009         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
16010         running, restart it.
16012 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
16014         * finder.el (finder-current-item): Throw an error on an empty line.
16016         * man.el (Man-follow-manual-reference): If current-word returns
16017         nil, use "".
16019 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
16021         * simple.el (goto-line): Doc fix.
16023 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
16025         * files.el (save-buffer): Doc fix.
16027 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
16029         * recentf.el (recentf-cleanup-remote): New variable.
16030         (recentf-cleanup): Use it to conditionally check availability of
16031         remote files.
16033 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
16035         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
16036         function names.
16038 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
16040         * language/thai-word.el: New file.
16042 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
16044         * files.el (backup-buffer): If the file's directory is not
16045         writable, use copy instead of move to backup the file.
16047 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
16049         * obsolete/keyswap.el: Moved to obsolete/ from term/.
16051 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16053         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
16054         Use functionp instead of symbolp and fboundp.  Reported by Drkm
16055         <darkman_spam@yahoo.fr>.
16056         (ps-print-version): New version 6.6.6.
16058 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
16060         * textmodes/table.el (table--line-column-position): New idiom.
16061         (table--row-column-insertion-point-p): New function to test
16062         validity of row and column insertion operation at a location.
16063         (table-global-menu, table-cell-menu): Use above functions for
16064         deterministic test operation.
16065         (table--editable-cell-p): Behave in deterministic fashion.
16067 2005-03-18  Juri Linkov  <juri@jurta.org>
16069         * isearch.el (isearch-lazy-highlight-new-loop):
16070         Make arguments beg and end optional.
16071         (isearch-update): Remove optional arguments nil from
16072         isearch-lazy-highlight-new-loop.
16073         (isearch-lazy-highlight-search): Let-bind case-fold-search to
16074         isearch-lazy-highlight-case-fold-search instead of
16075         isearch-case-fold-search, and let-bind isearch-regexp to
16076         isearch-lazy-highlight-regexp.
16077         Use isearch-lazy-highlight-last-string instead of isearch-string.
16079         * replace.el (perform-replace): Remove bindings of global
16080         variables isearch-string, isearch-regexp, isearch-case-fold-search.
16081         Add three new arguments to `replace-highlight'.
16082         (replace-highlight): Add arguments string, regexp, case-fold.
16083         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
16084         to allow isearch-lazy-highlight-new-loop to use these values
16085         to set corresponding isearch-lazy-highlight-* internal
16086         variables whose values lazy highlighting will use regardless of
16087         changes to global variables isearch-string, isearch-regexp,
16088         isearch-case-fold-search during lazy highlighting loop.
16089         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
16090         to `lazy-highlight-cleanup'.
16092         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
16093         (ispell-highlight-face): Set default face to `isearch' when
16094         lazy highlighting is enabled.
16095         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
16096         priority to 1.  Add lazy highlighting.
16097         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
16098         from `isearch-dehighlight'.
16100 2005-03-18  David Ponce  <david@dponce.com>
16102         * files.el (hack-local-variables): Do a case-insensitive search
16103         for End.
16105 2005-03-18  Juri Linkov  <juri@jurta.org>
16107         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
16108         `isearch-lazy-highlight-cleanup', add alias to old name and
16109         declare obsolete.  Add release numbers to other obsolete vars.
16110         (isearch-done, isearch-lazy-highlight-new-loop):
16111         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
16112         (lazy-highlight-cleanup) <variable>: Doc fix.
16113         (isearch-lazy-highlight-update): Rename obsolete
16114         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
16116 2005-03-18  Kenichi Handa  <handa@m17n.org>
16118         * language/thai-util.el: Fix categorization of Thai characters in
16119         thai-category-table.
16120         (thai-composition-pattern): Adjust it for the above change.
16121         (thai-self-insert-command, thai-compose-syllable): New functions.
16122         (thai-compose-region): Use thai-compose-syllable.
16123         (thai-compose-string): Likewise.
16124         (thai-composition-function): Likewise.
16125         (thai-auto-composition): New function.
16126         (thai-auto-composition-mode): New minor mode.
16128         * language/thai.el: Fix patterns to be registered in
16129         composition-function-table.
16131         * international/quail.el (quail-input-method): Locally bind
16132         inhibit-modification-hooks to t.
16134 2005-03-17  Richard M. Stallman  <rms@gnu.org>
16136         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
16137         (perl-mode): Use run-mode-hooks.
16139         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
16140         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
16141         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
16143         * mail/sendmail.el (sendmail-send-it): Reenable the code
16144         to compute resend-to-address and use it.
16146         * tar-mode.el (tar-mode): Turn off undo unconditionally.
16148         * image-mode.el: New file.
16150         * image.el (insert-sliced-image): Add autoload cookie.
16152         * font-lock.el (font-lock-lines-before): New user option.
16153         (font-lock-after-change-function): Obey it.
16155         * bindings.el (esc-map): Make M-g a prefix.
16156         Bind M-g g and M-g M-g to goto-line.
16158         * faces.el (face-id): Doc fix.
16160 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
16162         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
16163         (rmail-show-message): Use rmail-unknown-mail-followup-to.
16164         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
16166         * mail/sendmail.el (mail-yank-ignored-headers)
16167         (mail-font-lock-keywords, mail-mode-fill-paragraph):
16168         Add Mail-Followup-To and Mail-Reply-To headers.
16169         (mail-citation-hook): Add autoload cookie.
16170         (mail-mode): Doc fix.
16171         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
16172         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
16173         (mail-mode-fill-paragraph): Handle those headers.
16174         (mail-mailing-lists): New variable.
16175         (mail-mail-reply-to, mail-mail-followup-to): New functions.
16177 2005-03-17  Juri Linkov  <juri@jurta.org>
16179         * isearch.el (isearch-fallback): Check for `(car previous)'
16180         before calling `isearch-other-end-state'.
16182 2005-03-17  Kim F. Storm  <storm@cua.dk>
16184         * simple.el (move-beginning-of-line): Move to beginning of buffer
16185         line, as well as beginning of screen line.
16187 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
16189         * calendar/diary-lib.el (mark-diary-entries): Use new optional
16190         argument REDRAW rather than calendar-redrawing variable.
16191         * calendar/calendar.el (calendar-redrawing): Delete.
16192         (redraw-calendar): Do not bind calendar-redrawing.
16194 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
16196         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
16197         diary-file buffer.
16199 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16201         * help.el (describe-mode): Allow a :minor-mode-function property to
16202         specify a different minor mode toggle function than the variable.
16203         * simple.el (auto-fill-function):
16204         * subr.el (add-minor-mode): Use it.
16206 2005-03-16  Kenichi Handa  <handa@m17n.org>
16208         * language/ethio-util.el (sera-being-called-by-w3): New variable.
16209         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
16210         (ethio-fidel-to-sera-buffer): Likewise.
16212 2005-03-16  Juri Linkov  <juri@jurta.org>
16214         * emacs-lisp/find-func.el (find-function-regexp):
16215         Add defun-emitting macro `menu-bar-make-toggle'.
16217         * isearch.el: Put `isearch-scroll' property to
16218         `split-window-horizontally'.
16220         * info.el: Update error messages for `debug-ignored-errors'.
16221         (Info-isearch-search): Doc fix.
16222         (Info-find-node): Move up code to go into info buffer before
16223         recording the node to the history.
16224         (Info-fontify-node): Fontify titles only if the next line
16225         has two or more `*', `=', `-', `.'.
16226         Display "go to this node" for empty (match-string 3).
16228 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16230         * term/mac-win.el: Add mouse pointer shape constants.
16232 2005-03-15  Kim F. Storm  <storm@cua.dk>
16234         * simple.el (move-beginning-of-line): Use vertical-motion.
16236 2005-03-15  Juri Linkov  <juri@jurta.org>
16238         * isearch.el (isearch-error): New variable.
16239         (isearch-invalid-regexp, isearch-within-brackets): Remove.
16240         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
16241         (isearch-within-brackets-state): Remove.
16242         (isearch-case-fold-search-state, isearch-pop-fun-state):
16243         Decrease frame index.
16244         (isearch-mode, isearch-top-state, isearch-push-state)
16245         (isearch-edit-string, isearch-abort, isearch-search-and-update)
16246         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
16247         (isearch-search, isearch-lazy-highlight-new-loop):
16248         Replace `isearch-invalid-regexp' with `isearch-error'.
16249         Remove `isearch-within-brackets'.
16250         (isearch-search): Add `search-failed' handler to `condition-case'.
16251         (isearch-lazy-highlight-search): Add `condition-case' to catch
16252         errors and allow `isearch-lazy-highlight-update' to try
16253         highlighting from the beginning of the window.
16254         (isearch-repeat): Move up code to set isearch-wrapped to t
16255         before calling isearch-wrap-function.
16257         * info.el (Info-isearch-initial-node): New internal variable.
16258         (Info-search): Signal an error in isearch mode when search leaves
16259         the initial node.  Signal an error when `bound' is non-nil and
16260         nothing was found in the current subfile.
16261         (Info-isearch-search): Remove `condition-case'.
16262         (Info-isearch-wrap): Don't wrap when search failed during leaving
16263         the initial node.  If `Info-isearch-search' is nil, wrap around
16264         the current node.
16265         (Info-isearch-start): New fun.
16266         (Info-mode): Add buffer-local hook `Info-isearch-start' to
16267         `isearch-mode-hook'.
16269 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16271         * simple.el (normal-erase-is-backspace): Set default to t if
16272         running on Mac.
16274         * term/mac-win.el (function-key-map): Sync with x-win.el.
16276 2005-03-15  Kenichi Handa  <handa@m17n.org>
16278         * international/mule-cmds.el (locale-language-names): Modify the
16279         format of elements and add more entries.
16280         (locale-preferred-coding-systems): Add more entries.
16281         (set-locale-environment): Adjust for the change of
16282         locale-language-names.
16284 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16286         * pcvs.el (smerge-ediff): Remove bogus autoload.
16288 2005-03-14  Lute Kamstra  <lute@gnu.org>
16290         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
16291         Ignore a `*' at the beginning of a line.
16293         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
16294         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
16295         subr.el.
16296         (dont-compile, eval-when-compile, eval-and-compile): Use declare
16297         to specify indentation.
16299         * generic.el (define-generic-mode): Let generic-mode-list be a
16300         list of strings; test membership with equal.
16302 2005-03-14  Kim F. Storm  <storm@cua.dk>
16304         * simple.el (next-line, previous-line): Add optional try-vscroll
16305         arg to recognize interactive use.  Pass it on to line-move.
16306         (line-move): Don't perform auto-window-vscroll when defining or
16307         executing keyboard macro to ensure consistent behavior.
16309 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16311         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
16313 2005-03-13  Lute Kamstra  <lute@gnu.org>
16315         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
16316         debugger-setup-buffer so that backtrace marks the frames set to
16317         debug-on-exit and we don't have to do it manually.  Set an extra
16318         debug-on-exit for macro's.
16319         (debugger-setup-buffer): Don't mark the top frame manually.
16321 2005-03-12  Lute Kamstra  <lute@gnu.org>
16323         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
16324         lisp-indent-function throughout.
16325         (with-no-warnings): Set lisp-indent-function property.
16327 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
16329         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
16330         Add entry for backslash.
16332 2005-03-12  Juri Linkov  <juri@jurta.org>
16334         * info.el (Info-search): Four fixes for backward search.
16336 2005-03-11  Jay Belanger  <belanger@truman.edu>
16338         * calc/calc.el (calc-language-alist): New variable.
16339         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
16340         (calc-embedded-find-modes): Use calc-language-alist instead of
16341         calc-embedded-language-alist.
16343 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
16345         * calendar/calendar.el (calendar-redrawing): New internal
16346         variable.
16347         (redraw-calendar): Remove bogus save-excursion from previous
16348         change.  Bind calendar-redrawing to t for mark-diary-entries.
16349         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
16350         calendar if that is why we were called.
16352 2005-03-11  Kenichi Handa  <handa@m17n.org>
16354         * international/mule.el (make-coding-system): Set property
16355         coding-system-define-form to nil.
16356         (define-coding-system-alias): Likewise.
16358 2005-03-11  Kenichi Handa  <handa@m17n.org>
16360         These changes are suggested by Dave Love <fx@gnu.org>.
16362         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
16363         coding: tag.
16364         (adaptive-fill-regexp): Add more bullets.
16365         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
16366         regexps.
16368 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16370         * help.el (describe-mode): Properly handle non-trivial lighters.
16371         Don't ignore minor modes that are not listed in minor-mode-list.
16373         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
16374         feature ON when the user requests to turn it OFF.
16376 2005-03-10  Lute Kamstra  <lute@gnu.org>
16378         * emacs-lisp/debug.el (debug-entry-code): Delete it.
16379         (implement-debug-on-entry): New function to replace debug-entry-code.
16380         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
16381         second argument as the 2005-03-07 change makes it obsolete.
16382         (debug-on-entry, cancel-debug-on-entry): Update call to
16383         debug-on-entry-1.
16384         (debug, debugger-setup-buffer): Comment update.
16385         (debugger-frame-number): Update to work with implement-debug-on-entry.
16387 2005-03-10  Jay Belanger  <belanger@truman.edu>
16389         * calc/calc-embed.el (math-ms-args): Declare it.
16390         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
16391         math-ms-args.
16392         (calc-embedded-subst): Use math-multi-subst-rec to substitute
16393         variables.
16395 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
16397         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
16398         Use message-box.
16400         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
16401         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
16402         (tooltip-gud-tips): Simplify.
16403         (tooltip-gud-tips-p): Remove superfluous :set.
16404         (tooltip-gud-modes): Add fortran-mode.
16405         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
16407         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
16409 2005-03-09  Kim F. Storm  <storm@cua.dk>
16411         * play/animate.el (animate-place-char): Use forward-line instead
16412         of next-line to improve performance.
16414 2005-03-09  Simon Josefsson  <jas@extundo.com>
16416         * net/browse-url.el (browse-url-default-browser): Doc fix.
16418 2005-03-09  Miles Bader  <miles@gnu.org>
16420         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
16421         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
16423 2005-03-09  Kenichi Handa  <handa@m17n.org>
16425         * international/latin-1.el: Set case and syntax for 255 only if
16426         set-case-syntax-set-multibyte is nil.
16428         * textmodes/ispell.el (ispell-insert-word): New function.
16429         (ispell-word): Use ispell-insert-word to insert a new word.
16430         (ispell-process-line): Likewise.
16431         (ispell-complete-word): Likewise.
16433 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
16435         * calendar/calendar.el (redraw-calendar): Preserve point.
16436         Reported by Matt Hodges <MPHodges@member.fsf.org>.
16437         (calendar-week-start-day): Move after definition of
16438         redraw-calendar.  Delete buffer test, since redraw-calendar has
16439         that now.
16441         * calendar/diary-lib.el (mark-diary-entries): Only call
16442         redraw-calendar in the first of any recursive calls.
16443         Reported by Alan Shutko <ats@acm.org>.
16445 2005-03-08  Juri Linkov  <juri@jurta.org>
16447         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
16448         (html-horizontal-rule, html-line, html-image, html-checkboxes)
16449         (html-radio-buttons): Add a space before the trailing `/>' where
16450         sgml-xml-mode is non-nil.
16451         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
16452         the subsequent tag of the empty XML tag.
16453         (html-href-anchor): Don't set initial input to "http:".
16454         (html-image): Ask for the image URL and set point inside alt="".
16455         (html-name-anchor): Duplicate the name in the `id' attribute when
16456         sgml-xml-mode is non-nil.
16457         (html-paragraph): Remove \n before <p>.
16458         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
16459         instead of `checked' when sgml-xml-mode is non-nil.
16461         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
16462         Remove 1 space before #RRGGBB to not truncate it on terminal
16463         windows w/o fringes.  Remove 1 space between bg and fg examples
16464         to get more space.
16465         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
16466         avoid byte-compile warnings.
16468         * image-file.el (image-file-handler): Put `safe-magic' property to
16469         `image-file-handler'.
16471         * info.el (Info-isearch-search): Emulate word search in
16472         isearching through multiple Info nodes with Info-search.
16473         (Info-isearch-wrap): Allow isearch-word.
16475 2005-03-08  Lute Kamstra  <lute@gnu.org>
16477         * emacs-lisp/debug.el (debugger-step-through): Make sure that
16478         stepping into the debugger's code is not possible.
16479         (debugger-jumping-flag): Docstring update.
16481 2005-03-08  Jay Belanger  <belanger@truman.edu>
16483         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
16484         embedded mode begins.
16485         (calc-embedded-language-alist): New variable.
16486         (calc-embedded-find-modes): Use calc-embedded-language-alist to
16487         set default language mode.
16489 2005-03-08  Kenichi Handa  <handa@m17n.org>
16491         * international/ccl.el (define-ccl-program): Fix docstring about
16492         extra 256 bytes assured for the output buffer.
16494         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
16495         Fix BUFFER_MAGNIFICATION to 2.
16496         (ccl-encode-mule-utf-16be-with-signature): Likewise.
16498 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
16500         * align.el (align-rules-list): Added an alignment rule for CSS
16501         declarations (applies to css-mode and html-mode buffers).
16503 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16505         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
16507 2005-03-07  Kim F. Storm  <storm@cua.dk>
16509         * simple.el (move-beginning-of-line): New command.
16511         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
16513         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
16515         * emulation/cua-base.el: Put CUA move property on move-end-of-line
16516         and move-beginning-of-line.
16518         * apropos.el (apropos-print): Omit command from M-x ... RET.
16520 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
16522         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
16523         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
16525 2005-03-06  Richard M. Stallman  <rms@gnu.org>
16527         * bindings.el (esc-map): Bind M-g to goto-line.
16529         * facemenu.el (global-map): Bind M-o, not M-g.
16531 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16533         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
16534         "Open Directory" as for "Open File".
16536 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
16538         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
16539         (push-mark-command): Run activate-mark-hook.
16541 2005-03-06  Richard M. Stallman  <rms@gnu.org>
16543         * help-mode.el (help-mode-finish): Don't alter the element
16544         in view-return-to-alist if there already is one.
16546         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
16547         make sure the current buffer is the expected one.
16549         * novice.el (disabled-command-function): Output in *Disabled Command*.
16550         Explicitly ignore non-keyboard events, and explicitly handle C-g.
16552         * textmodes/flyspell.el (flyspell-large-region):
16553         Pass args differently for aspell.
16555         * files.el (mode-require-final-newline): Doc fix.
16557 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
16559         * progmodes/which-func.el (which-function):
16560         Specify NOERROR when calling imenu--make-index-alist.
16562 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16564         * simple.el (normal-erase-is-backspace): Define default value.
16566         * custom.el (custom-theme-set-variables): Remove unused var
16567         `immediate'.
16568         (custom-reevaluate-setting): Simple function to handle variables
16569         that are defined before their default value can really be
16570         computed.
16572         * startup.el (command-line): Use it for temporary-file-directory,
16573         small-emporary-file-directory, auto-save-file-name-transforms,
16574         blink-cursor-mode, and normal-erase-is-backspace.
16576         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
16577         progress, even with buggy anchored keywords.
16579 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
16581         * simple.el (goto-line): Remove unbalanced final parenthesis.
16583 2005-03-05  Richard M. Stallman  <rms@gnu.org>
16585         * simple.el (goto-line): Use a number at point as the default.
16586         With C-u as arg, switch buffers.
16588 2005-03-05  Juri Linkov  <juri@jurta.org>
16590         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
16591         with `no-blinking-cursor'.
16593         * startup.el (no-blinking-cursor): New defvar.
16594         (command-line): Add `--no-blinking-cursor' to longopts.
16595         Set `no-blinking-cursor' to t for command line arguments
16596         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
16597         with `no-blinking-cursor' in the condition for calling
16598         `blink-cursor-mode'.
16600 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
16602         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
16603         (menu-bar-options-save): Add blink-cursor-mode.
16604         (menu-bar-options-menu): Add blink-cursor-mode.
16606 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
16608         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
16609         (icalendar-export-file, icalendar-export-region)
16610         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
16611         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
16613 2005-03-04  Lute Kamstra  <lute@gnu.org>
16615         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
16616         (debug-function-list): Ditto.
16618 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
16620         * textmodes/texinfmt.el (texinfo-append-refill):
16621         Redefine the types of line to which @refill
16622         is not appended by replacing a search for `@refill\\|@bye' with
16623         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
16624         itemize@refill' bug and the unfilled long lines bug.
16625         (texinfmt-version): Update number and date.
16627 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16629         * international/code-pages.el (windows-1250, windows-125[2-8])
16630         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
16632 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16634         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
16635         bound yet.
16637 2005-03-02  Romain Francoise  <romain@orebokech.com>
16639         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
16640         buffer after removing limits.
16641         (ibuffer-pop-filter): Ditto.
16642         Update copyright.
16644 2005-03-02  Miles Bader  <miles@gnu.org>
16646         * button.el (make-text-button): If the user doesn't specify a
16647         type, use the default.  Rewrite to use `add-text-properties' and
16648         plist functions.
16650 2005-03-01  Lute Kamstra  <lute@gnu.org>
16652         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
16653         (debugger-jumping-flag): New var.
16654         (debug-entry-code): Use it.
16655         (debugger-jump): Use debugger-jumping-flag and add
16656         debugger-reenable to post-command-hook.
16657         (debugger-reenable): Use debugger-jumping-flag and remove itself
16658         from post-command-hook.
16659         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
16660         debugger-reenable.
16662 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
16664         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
16665         inclusion of "itemize\\|", which may be unnecessary, is certainly
16666         inelegant, and stops refilling in itemize lists when formatting
16667         Japanese Texinfo files to Info.
16668         Update copyright to 2005.
16670 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
16672         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
16673         of an error if GDB can't find the source file.
16675 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
16677         * calendar/calendar.el (redraw-calendar): Work from any buffer,
16678         not just the calendar.
16680         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
16681         first.
16682         (diary-redraw-calendar): New function.
16683         (make-diary-entry): Add diary-redraw-calendar to local
16684         write-contents-functions.  Turn off selective display before
16685         inserting in diary.
16687 2005-03-01  Kim F. Storm  <storm@cua.dk>
16689         * emacs-lisp/copyright.el (copyright-fix-years): New command.
16691 2005-03-01  Lute Kamstra  <lute@gnu.org>
16693         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
16694         that debug-entry-code can be safely removed from a function while
16695         this code is being evaluated.  Revert the 2005-02-27 change as the
16696         new implementation no longer requires it.  Make sure that a
16697         function body containing just a string is not mistaken for a docstring.
16698         (debug): Skip one more frame in case of debug on entry.
16699         (debugger-setup-buffer): Delete one more frame line in case of
16700         debug on entry.
16701         (debugger-frame-number): Update to use the new text introduced by
16702         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
16704 2005-02-28  Kim F. Storm  <storm@cua.dk>
16706         * double.el (double-translate-key): Call force-window-update after
16707         read-event to avoid crash in redisplay.
16709 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16711         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
16712         (debug): Use it.  Move the inhibit-trace earlier.
16713         (debug-entry-code): New const.
16714         (debug-on-entry-1): Use it.
16716 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
16718         * international/utf-16.el (ccl-encode-mule-utf-16le):
16719         Fix BUFFER_MAGNIFICATION to 2.
16720         (ccl-encode-mule-utf-16be): Likewise.
16722 2005-02-28  Kenichi Handa  <handa@m17n.org>
16724         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
16725         Fix BUFFER_MAGNIFICATION to 4.
16726         (ccl-encode-mule-utf-16be-with-signature): Likewise.
16728 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
16730         * speedbar.el (speedbar-update-flag): Doc fix.
16731         (speedbar-show-info-under-mouse): Give set-mouse-position the right
16732         argument.
16734 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16736         * reveal.el (reveal-post-command): Don't try to reveal overlays which
16737         have a non-nil `invisible' property but are actually visible.
16739         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
16740         for perldoc sections.
16741         (perl-outline-regexp, perl-outline-level): New var and function.
16742         (perl-mode): Use them.
16744 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
16746         * calendar/diary-lib.el (diary-remind): Discard any mark portion
16747         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
16749 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
16751         * cus-edit.el: Comment change.
16752         (custom-buffer-create-internal): Slightly reword text at top of
16753         Custom buffers.  Mention there that saving an option edits the
16754         init file.  Add link to Emacs manual node on `custom-file'.
16755         (custom-magic-alist): Rewrite individual State messages to use
16756         capitalized keywords.  Doc fix.
16758 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
16760         * calendar/calendar.el (calendar-buffer): Move above
16761         calendar-week-start-day.
16762         (calendar-week-start-day): Doc fix.  Add :set function.
16763         (calendar-minimum-window-height): New variable.
16764         (generate-calendar-window): Only resize window if selected-window
16765         is displaying the calendar buffer.  Use new variable
16766         calendar-minimum-window-height.
16767         (generate-calendar): Reword error message.
16768         (calendar-mode-map): Bind DEL to scroll-other-window-down.
16770 2005-02-27  Andreas Schwab  <schwab@suse.de>
16772         * vc.el (vc-do-command): Don't run command asynchronously when
16773         operating in a remote directory.
16775         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
16776         change from sync with Tramp 2.0.47.
16778 2005-02-27  Richard M. Stallman  <rms@gnu.org>
16780         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
16782         * textmodes/flyspell.el (flyspell-mode-on):
16783         Call ispell-change-dictionary only if necessary.
16785         * emacs-lisp/re-builder.el (regexp-builder): New function.
16787         * register.el (describe-register-1): Explicitly handle
16788         yank-excluded-properties = t.
16790         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
16791         (custom-magic-alist): Change the status descriptions again.
16792         (face widget-type): Total rewrite based on `restricted-sexp'
16793         to eliminate the confusing double hiding levels.
16795         * emacs-lisp/debug.el (debug-on-entry-1):
16796         If function body is empty, add nil as body form.
16798 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16800         * emacs-lisp/trace.el (inhibit-trace): New var.
16801         (trace-make-advice): Use it.
16803         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
16805 2005-02-26  Kim F. Storm  <storm@cua.dk>
16807         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
16808         (mouse-on-link-p, mouse-drag-region-1): Use it.
16810 2005-02-25  Lute Kamstra  <lute@gnu.org>
16812         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
16814 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
16816         * frame.el (blink-cursor-mode): Add :group keyword.
16818 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
16820         * calendar/icalendar.el (icalendar--decode-isodatetime):
16821         New optional argument DAY-SHIFT.
16822         (icalendar-export-region): Fix coding-system-for-write.
16823         (icalendar--convert-ical-to-diary): Shift end-day of all-day
16824         events by one.
16826 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16828         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
16830 2005-02-24  Kim F. Storm  <storm@cua.dk>
16832         * international/iso-acc.el (iso-accents-compose): Fix crash
16833         during redisplay.  Call force-window-update after read-event
16834         and delete-region to signal that window is not accurate.
16836 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16838         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
16839         Remove unused and inexistent var `inhibit-trace'.
16840         (debugger-mode): Use run-mode-hooks.
16841         (debugger-list-functions): Add buttons; setup xref stack.
16843 2005-02-23  Richard M. Stallman  <rms@gnu.org>
16845         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
16846         appointment says it was explicitly made.
16847         (appt-add): Set the 3rd element.
16848         (appt-make-list): Preserve explicit appointments.
16850         * subr.el (find-tag-default): Catch errors in forward-sexp.
16852 2005-02-23  Juri Linkov  <juri@jurta.org>
16854         * info.el (Info-isearch-search): New defcustom.
16855         (Info-isearch-search): Call the default isearch function
16856         when Info-isearch-search is nil.
16857         (Info-isearch-wrap): Use variable Info-isearch-search.
16859 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
16861         * cus-edit.el: Comment change.
16863 2005-02-22  Kim F. Storm  <storm@cua.dk>
16865         * progmodes/hideif.el (hide-ifdef-use-define-alist):
16866         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
16868 2005-02-22  Simon Josefsson  <jas@extundo.com>
16870         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
16871         New variable.
16872         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
16873         Oskarsson" <myrkraverk@users.sourceforget.net>.
16875 2005-02-22  Kim F. Storm  <storm@cua.dk>
16877         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
16878         check that window of that event is the selected window.
16879         (mouse-drag-region-1): Compare mouse event window to selected
16880         window before setting point.
16882         * tooltip.el (tooltip-show-help-function): Pass event to
16883         mouse-on-link-p so it can check selected window.
16885 2005-02-22  Kenichi Handa  <handa@m17n.org>
16887         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
16888         (ps-mule-show-warning): New function.
16889         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
16890         characters are found.
16892         * ps-print.el (ps-header-footer-string): Return a list of header
16893         and footer strings.
16895 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16897         * pcvs.el (cvs-retrieve-revision): Fix thinko.
16899 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16901         * frame.el (blink-cursor-mode): Use define-minor-mode.
16903         * term/mac-win.el (function-key-map): Use char-names more consistently.
16904         (file-name-coding-system): Only set it for MacOS-9.  The other case is
16905         already handled in mule-cmds.el (where it also works when mac-win.el
16906         is not used).
16908 2005-02-21  Kenichi Handa  <handa@m17n.org>
16910         * international/mule.el (ctext-pre-write-conversion): Always use
16911         " *code-converting-work*" buffer for work.
16913         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
16915 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
16917         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
16919 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
16921         * ses.el (undo-more): Restore defadvice, but only the part that
16922         allows changes outside the restricted area of the buffer.
16924 2005-02-20  Kim F. Storm  <storm@cua.dk>
16926         * simple.el (line-move): Add fourth optional arg try-vscroll which
16927         must be set to perform auto-window-vscroll.
16928         When moving backwards and doing auto-window-vscroll, automatically
16929         vscroll to the last part of lines which are taller than the window.
16930         (next-line, previous-line): Set try-vscroll arg on line-move.
16932 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
16934         * replace.el (query-replace, query-replace-regexp)
16935         (replace-string, replace-regexp): When operating on region, make
16936         the minibuffer prompt say so.
16938         * isearch.el (isearch-forward): Document isearch-query-replace and
16939         isearch-query-replace-regexp keybindings.
16941 2005-02-19  Jay Belanger  <belanger@truman.edu>
16943         * calc/calc-aent.el (math-read-token): Add local variable.
16945         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
16946         (calc-edit-top): Move declaration to earlier in file.
16947         (calc-edit-macro-repeats): Add local variables.
16949         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
16950         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
16951         calcFunc-tanh.
16952         Adjust integration rule for calcFunc-tan.
16954 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
16956         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
16957         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
16958         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
16959         (viper-skip-separators): Bug fix.
16960         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
16961         particular major mode.
16962         (viper-del-backward-char-in-replace): Don't put deleted char on the
16963         kill ring.
16965         * viper-ex.el (viper-color-display-p): New function.
16966         (viper-has-face-support-p): Use viper-color-display-p.
16968         * viper-keym.el (viper-gnus-modifier-map): New keymap.
16970         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
16972         * viper-util.el (viper-glob-unix-files): Fix shell status check.
16973         (viper-file-remote-p): Make equivalent to file-remote-p.
16975         * viper.el (viper-major-mode-modifier-list):
16976         Use viper-gnus-modifier-map.
16978 2005-02-19  David Kastrup  <dak@gnu.org>
16980         * subr.el (subregexp-context-p): Fix garbled doc string by adding
16981         quoting.
16983 2005-02-19  Jay Belanger  <belanger@truman.edu>
16985         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
16986         Remove extra definitions.
16987         (calc-coth): New function.
16988         (calcFunc-cot): Fix `let'.
16990 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
16992         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
16993         the reasons we use "type pc" in these faces.
16995         * button.el (button): Ditto.
16997 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
16999         * replace.el (query-replace-read-from): Set the value of
17000         query-replace-from-history-variable to handle the case of an empty
17001         string entered to accept the suggested default.
17003         * net/tramp.el (tramp-file-name-for-operation):
17004         Use dired-call-process instead of dired-call-process-command.
17006 2005-02-19  Jay Belanger  <belanger@truman.edu>
17008         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
17009         (math-div-non-trig): New variables.
17010         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
17011         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
17012         (math-combine-prod, math-div-symb-fancy): Add simplifications for
17013         trig expressions.
17015 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
17017         * progmodes/gdb-ui.el (gdb-var-update-handler)
17018         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
17019         for watch expressions,
17020         (gdb-var-create-handler): Don't set speedbar-update-flag.
17021         (gdb-post-prompt): Simplify test for speedbar.
17023 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
17025         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
17026         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
17027         we use the syntax table of the correct buffer.
17028         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
17029         Felix Gatzemeier.
17031         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
17032         (ediff-file-remote-p): Make synonymous with file-remote-p.
17033         In all deffaces ediff-*-face-*, use min-colors.
17035         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
17036         ediff-recurse-to-subdirectories.
17037         (ediff-mark-if-equal): Check that the arguments are strings, use
17038         ediff-same-contents (after to Felix Gatzemeier).
17040         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
17041         nil.
17043 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17045         * log-view.el (log-view-message-re): Fix up Subversion regexp.
17047 2005-02-18  David Kastrup  <dak@gnu.org>
17049         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
17050         use `mark-active' when defined.
17052 2005-02-18  Kenichi Handa  <handa@m17n.org>
17054         * ps-print.el (ps-font-info-database): New entry
17055         ZapfChancery-MediumItalic with correct font name.  Fix font name
17056         of the entry Zapf-Chancery-MediumItalic.
17058 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
17060         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
17062 2005-02-16  Kim F. Storm  <storm@cua.dk>
17064         * ido.el (ido-fallback-command): Pass user input to fallback command.
17066 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
17068         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
17069         (gdb-find-file-hook): Add server prefix.
17071 2005-02-16  Richard M. Stallman  <rms@gnu.org>
17073         * replace.el (perform-replace): Pass new args to replace-highlight.
17074         (replace-highlight): Take region args,
17075         and pass them to isearch-lazy-highlight-new-loop.
17077         * novice.el (disabled-command-hook): Autoload the defalias
17078         and the make-obsolete-variable call.
17080         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
17082         * isearch.el (isearch-lazy-highlight-start-limit)
17083         (isearch-lazy-highlight-end-limit): New variables limit
17084         the region for highlighting.
17085         (isearch-lazy-highlight-new-loop): New args BEG and END.
17086         (isearch-lazy-highlight-search): Use the new vars.
17087         (isearch-lazy-highlight-update): Likewise.
17089         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
17091         * cus-start.el (all): Use default-boundp.
17093 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
17095         * menu-bar.el (menu-bar-select-frame): Handle current frame.
17097 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
17099         * autorevert.el (auto-revert-stop-on-user-input)
17100         (auto-revert-verbose): Doc fixes.
17102 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
17104         * international/mule-cmds.el (set-locale-environment): Remove call
17105         to set-selection-coding-system on Windows.
17107 2005-02-15  Jay Belanger  <belanger@truman.edu>
17109         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
17110         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
17111         calcFunc-coth.
17112         (math-simplify-sqrt): Add simplifications.
17114         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
17115         to list.
17117         * calc/calc-ext.el: Add functions to autoloads.
17119         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
17120         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
17121         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
17122         (math-csc-raw, math-cot-raw): New functions.
17124         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
17126         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
17127         the variable name in a message.
17129         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
17130         calcFunc-csc, calcFunc-cot.
17132         * calc/calcalg2.el: Add derivative and integration rules for
17133         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
17134         calcFunc-csch, calcFunc-coth.
17135         (math-do-integral-methods): Add to checks for when to use
17136         substitutions.
17138         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
17140 2005-02-15  Lute Kamstra  <lute@gnu.org>
17142         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17143         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
17144         <monnier@iro.umontreal.ca>
17145         (lisp-outline-level): Improve efficiency.  Suggested by David
17146         Kastrup <dak@gnu.org>.
17148 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
17150         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
17151         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
17152         (gdb-set-gud-minor-mode-existing-buffers): New functions.
17153         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
17154         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
17156 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
17158         * cus-start.el (all): Comment change.
17160 2005-02-14  Lute Kamstra  <lute@gnu.org>
17162         * cus-start.el (all): Check if symbol is void.
17164 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
17166         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
17167         optional argument to \cite.
17169 2005-02-14  Richard M. Stallman  <rms@gnu.org>
17171         * cus-edit.el (custom-buffer-create-internal): Update help message.
17172         (custom-magic-alist): Update help messages.
17174         * cus-start.el (all): Allow a var to specify a standard value.
17176 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
17178         * custom.el (custom-theme-set-variables): Handle variable aliases.
17180         * frame.el (blink-cursor-timer): Doc fix.
17181         (blink-cursor): Make it an alias for `blink-cursor-mode' and
17182         declare obsolete.
17183         (blink-cursor-mode): Define with defcustom and use correct
17184         standard expression in that defcustom.
17185         * startup.el (command-line): Adapt to above changes in frame.el.
17187 2005-02-11  Lute Kamstra  <lute@gnu.org>
17189         * apropos.el (apropos-score-doc): Prevent division by zero.
17191 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
17193         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
17194         (icalendar--get-event-property-attributes)
17195         (icalendar--get-event-properties)
17196         (icalendar--datetime-to-diary-date): New functions.
17197         (icalendar--split-value): Doc fix.
17198         (icalendar--datetime-to-noneuropean-date)
17199         (icalendar--datetime-to-european-date): New optional argument
17200         SEPARATOR.  Return result as a string instead of a list.
17201         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
17202         (icalendar--convert-string-for-export): Rename arg S to STRING.
17203         (icalendar-export-region): Doc fix.  Change name of error buffer.
17204         Save output buffer.
17205         (icalendar-import-file): Add blank at end of prompt.
17206         (icalendar-import-buffer): Doc fix.  Do not switch to error
17207         buffer.  Indicate status in return value.
17208         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
17209         buffer.  Save output buffer.  Handle exception from recurrence
17210         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
17211         events.  Fix problems with weekly all-day events.
17213 2005-02-10  Richard M. Stallman  <rms@gnu.org>
17215         * simple.el (eval-expression-print-format):
17216         Avoid warning about edebug-active.
17218         * help.el (help-for-help-internal): Rename from help-for-help.
17219         (help-for-help): Define with defalias.
17221         * font-core.el (font-lock-default-function): Use with-no-warnings.
17223         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
17225         * custom.el (defface): Doc fix.
17227 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
17229         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
17230         width 0" to prevent word wrapping problems.
17232 2005-02-09  Kim F. Storm  <storm@cua.dk>
17234         * ido.el (ido-file-extensions-order): New defcustom.
17235         (ido-file-extension-lessp, ido-file-extension-aux)
17236         (ido-file-extension-order): New advanced file ordering.
17237         (ido-file-lessp): New simple file ordering.
17238         (ido-sort-list): Remove.
17239         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
17240         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
17242 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
17244         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
17245         that some versions of grep produce.
17246         (grep-mode-font-lock-keywords): Likewise.
17248 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
17250         * progmodes/gdb-ui.el (gdb-location-list): New variable.
17251         (gdb-cdir): Delete.
17252         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
17253         (gdb-source-info): Treat case when source file is in another
17254         directory properly.
17255         (gdb-get-location): New function.
17257 2005-02-07  Jay Belanger  <belanger@truman.edu>
17259         * calc/calc-prog.el (calc-write-parse-table-part)
17260         (calc-fix-token-name): Fix a check for language type.
17262         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
17264 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
17266         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
17267         as directory not writable.
17269 2005-02-07  Kim F. Storm  <storm@cua.dk>
17271         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
17272         (cua--standard-movement-commands): Remove list.
17273         Instead, set CUA property value to move for movement commands.
17274         (cua-movement-commands): Remove.  Users must set CUA prop instead.
17275         (cua--pre-command-handler): Check CUA property.
17276         (cua--init-keymaps): Don't remap undo commands.
17277         (cua-mode): Don't call cua--rectangle-on-off.
17279         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
17280         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
17281         (cua--rect-undo-set-point): New var.
17282         (cua--rectangle-undo-boundary): Setup undo apply entry.
17283         (cua--rect-undo-handler): New function for rectangle undo.
17284         (cua--rect-start-position, cua--rect-end-position): Add.
17285         (cua--rectangle-post-command): Call cua--rectangle-set-corners
17286         for restored rectangle.  Set point if cua--rect-undo-set-point.
17288 2005-02-06  Jay Belanger  <belanger@truman.edu>
17290         * calc/calc-lang.el (calc-tex-language): Display more information
17291         in messages.
17293         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
17294         in TeX mode.
17296 2005-02-06  Richard M. Stallman  <rms@gnu.org>
17298         * emacs-lisp/lisp.el (buffer-end): Doc fix.
17300 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
17302         * net/ldap.el (ldap-search-internal): Support attributes with
17303         optional descriptions separated by a semi-colon, as in
17304         "userCertificate;binary".
17306 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17308         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
17309         isn't a cons (i.e. the version is 0).
17311 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
17313         * help.el (help-for-help): Doc fix.
17315 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
17317         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
17318         GDB-Windows on the menu-bar as this works better.
17320 2005-02-04  Jay Belanger  <belanger@truman.edu>
17322         * calc/calc-embed.el (calc-embedded-update): Don't put in
17323         unnecessary newlines.  Adjust the end of formula marker.
17325         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
17326         (math-latex-parse-two-args): New function.
17328 2005-02-03  Lute Kamstra  <lute@gnu.org>
17330         * help-fns.el (help-with-tutorial): Make sure that users cannot
17331         remove the entire text of the tutorial by means of `undo'.
17333 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17335         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
17336         in recent changes, where the ispell process was repeatedly
17337         killed & restarted.
17339         * international/mule-cmds.el (set-locale-environment): Set file-name
17340         coding system to utf-8 on Darwin systems.
17341         (set-default-coding-systems): Don't set default-file-name-coding-system
17342         on Darwin systems.
17344 2005-02-03  Richard M. Stallman  <rms@gnu.org>
17346         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
17348 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
17350         * faces.el (list-faces-display): Add optional argument.
17352 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17354         * font-core.el (font-lock-default-function): Handle the rare case where
17355         only font-lock-keywords is set.
17357 2005-02-02  Kenichi Handa  <handa@m17n.org>
17359         * international/characters.el: Cancel previous change for
17360         I-WITH-DOT-ABOVE and DOTLESS-i.
17362         * international/latin-5.el: Cancel previous change.
17364 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
17366         * progmodes/gud.el: Correction to syntax in gud-menu-map.
17368 2005-02-02  Kenichi Handa  <handa@m17n.org>
17370         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
17371         DOTLESS-i.
17373         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
17374         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
17376         * case-table.el (get-upcase-table): New function.
17377         (copy-case-table): Copy upcaes table too if non-nil.
17378         (set-case-syntax-delims): Maintain upcase table too.
17379         (set-case-syntax-pair): Likewise.
17380         (set-upcase-syntax, set-downcase-syntax): New functions.
17381         (set-case-syntax): Maintain upcase table too.
17383 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
17385         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
17387         * progmodes/gud.el (gud-goto-info): New function.
17388         (gud-tool-bar-map): Use correct icon.
17390 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
17392         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
17393         When delegating, order args in the funcall correctly.
17395 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
17397         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
17399 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
17401         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
17402         buffer not visiting a file.
17404 2005-01-31  Jay Belanger  <belanger@truman.edu>
17406         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
17407         bound on the line with the formula.
17409 2005-01-31  Kim F. Storm  <storm@cua.dk>
17411         * ses.el (ses-create-cell-variable-range)
17412         (ses-destroy-cell-variable-range, ses-reset-header-string)
17413         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
17414         (ses-insert-row): Fix format of apply undo entries.
17416 2005-01-31  Jay Belanger  <belanger@truman.edu>
17418         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
17419         parts.
17421         * calc/calc-embed.el (calc-embedded-open-formula)
17422         (calc-embedded-close-formula): Ignore matrix environments.
17424         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
17425         TeX mode.
17427         * calc/calc-lang.el (math-function-table, math-oper-table)
17428         (math-variable-table): Adjust the LaTeX portions.
17430         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
17431         (math-latex-ignore-words): New constant.
17433 2005-01-31  Richard M. Stallman  <rms@gnu.org>
17435         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
17436         (ispell-local-dictionary): Doc fix.
17437         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
17438         Don't reinitialize at run time.  Don't defcustom.
17439         All uses changed to append ispell-local-dictionary-alist,
17440         or check it first.
17441         (ispell-current-dictionary): New variable for dictionary in use.
17442         (ispell-dictionary): Now used only for global default.
17443         (ispell-start-process): Set ispell-current-dictionary,
17444         not ispell-dictionary.
17445         (ispell-change-dictionary): Use this only for setting
17446         user preferences.
17447         (ispell-internal-change-dictionary): New function
17448         to change the current dictionary in use.
17449         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
17450         Use ispell-current-dictionary.
17451         Handle ispell-local-dictionary-overridden.
17452         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
17454 2005-01-31  Jay Belanger  <belanger@truman.edu>
17456         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
17458         * calc/calc-ext.el: Add calc-latex-language to autoloads.
17459         (calc-mode-map): Add calc-latex-language.
17461         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
17462         (math-latex-print-frac): New functions.
17463         (math-oper-table, math-function-table, math-variable-table)
17464         (math-complex-format, math-input-filter): Add latex properties.
17465         (calc-set-language): Set math-expr-special-function-mapping.
17467         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
17468         (calc-write-parse-table-part): Add LaTeX support.
17470         * calc/calc.el (calc-language): Adjust docstring.
17471         (calc-set-mode-line): Add LaTeX support.
17472         (math-expr-special-function-mapping): New variable.
17473         (math-tex-ignore-words): Add to list.
17475         * calc/calccomp.el (math-compose-expr, math-compose-rows):
17476         Add LaTeX support.
17477         (math-compose-expr): Add support for special functions.
17479         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
17481 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
17483         * progmodes/gdb-ui.el (gdb-memory-address)
17484         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
17485         (gdb-memory-mode-map, gdb-memory-format-keymap)
17486         (gdb-memory-format-menu, gdb-memory-unit-keymap)
17487         (gdb-memory-unit-menu): New variables for a buffer
17488         that lets the user examine program memory.
17489         (gdb-memory-set-address, gdb-memory-set-repeat-count)
17490         (gdb-memory-format-binary, gdb-memory-format-octal)
17491         (gdb-memory-format-unsigned, gdb-memory-format-signed)
17492         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
17493         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
17494         (gdb-memory-unit-word, gdb-memory-unit-halfword)
17495         (gdb-memory-unit-byte, gdb-memory-unit-menu)
17496         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
17497         (gdb-memory-mode, gdb-memory-buffer-name)
17498         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
17499         New functions for above buffer.
17501 2005-01-30  Richard M. Stallman  <rms@gnu.org>
17503         * cus-edit.el (custom-bury-buffer): Function deleted.
17504         (custom-buffer-done-function): Option deleted.
17505         (custom-buffer-done-kill): New replacement option.
17506         (Custom-buffer-done): Call quit-window.
17507         (custom-buffer-create-internal): Update for above changes.
17509 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
17511         * simple.el (undo-ask-before-discard): New var.
17512         (undo-outer-limit-truncate): Implement it.
17513         (undo-extra-outer-limit): Doc update.
17515 2005-01-29  Richard M. Stallman  <rms@gnu.org>
17517         * ses.el (undo-more): Delete defadvice.
17518         (ses-begin-change): Doc fix.
17520         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
17521         instead of rebinding C-x u and C-_.
17523         * files.el (normal-backup-enable-predicate): Return nil for files
17524         in /tmp, regardless of temporary-file-directory.
17526         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
17528         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
17529         (open-rectangle, delete-whitespace-rectangle-line)
17530         (clear-rectangle-line): If FILL, pass t instead of FILL
17531         for move-to-column's 2nd arg.
17533         * simple.el (undo): Fix the test for continuing a series of undos.
17534         (undo-more): Set pending-undo-list to t when we reach end.
17535         (pending-undo-list): Move up defvar.
17537         * wid-edit.el (widget-button-click):
17538         Shorten the range of the track-mouse binding.
17540         * comint.el (comint-insert-input): Undo previous changes;
17541         use last-input-event in interactive spec.
17543 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
17545         * progmodes/compile.el (compilation-start): Bind buffer-read-only
17546         to nil before invoking call-process.  Reset buffer's modified flag
17547         after fontifying it in the no-async branch.
17549         * wid-edit.el (widget-specify-button): If mouse pointer shape
17550         cannot be changed, use mouse face instead.
17552 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
17554         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17555         (gdb-goto-breakpoint): Make breakpoint handling work on template
17556         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
17557         (gdb-assembler-custom): Update to recognize breakpoint information
17558         added on 2005-01-19.
17560 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17562         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
17563         (dsssl-mode): Use define-derived-mode.
17564         (scheme-mode-initialize): Remove.
17565         (scheme-mode): Use run-mode-hooks.
17567         * cus-edit.el (customize-group-other-window)
17568         (custom-buffer-create-other-window): Don't override special-display-*.
17569         (custom-mode-map): Make it dense.
17571         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
17572         sets the default value.
17574 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
17576         * descr-text.el: Add more keywords.
17578 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17580         * speedbar.el: Avoid unnecessary use of locate-library.
17582         * international/mule-cmds.el (standard-display-european-internal):
17583         Don't fiddle with latin-1 non-break space any more since it's now
17584         special cased in the C code.
17585         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
17587 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
17589         * cus-start.el (all): Add `undo-outer-limit'.
17591 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17593         * textmodes/bibtex.el (bibtex-format-entry):
17594         Use `bibtex-empty-field-re' only on the text of fields, not on entire
17595         field lines.
17596         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
17597         not on part of a buffer.
17599 2005-01-25  Lute Kamstra  <lute@gnu.org>
17601         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
17602         nonempty field text strings like "{letters\\macro{}more letters}".
17603         Clarify docstring.
17604         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
17605         (bibtex-entry-offset, bibtex-parse-association)
17606         (bibtex-parse-field-name): Fix typos in docstrings.
17607         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
17609 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
17611         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
17612         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
17613         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
17614         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
17616         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
17617         isearch minor mode.
17619 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
17621         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
17623 2005-01-24  Lute Kamstra  <lute@gnu.org>
17625         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
17626         CASECHARS and NOT-CASECHARS regular expressions of the
17627         "nederlands" and "nederlands8" dictionaries to prevent a "Range
17628         striding over charsets" error.
17630 2005-01-24  Jay Belanger  <belanger@truman.edu>
17632         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
17633         display variable name.
17635 2005-01-24  Kenichi Handa  <handa@m17n.org>
17637         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
17638         Fix setting of the element of encoded-kbd-iso2022-invocations.
17640 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
17642         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
17643         (gdb-threads-select): Change to also accept mouse events.
17644         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
17645         (gdb-threads-mouse-select): Delete.
17647 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
17649         * files.el (insert-directory): Take care of empty directory,
17650         listed without -a switch.
17652 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17654         * textmodes/refill.el (refill-post-command-function):
17655         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
17656         to the list of functions that we should be careful not to undo.
17657         (refill-late-fill-paragraph-function): Remove.
17658         (refill-saved-state): New var.
17659         (refill-mode): Use it to save fill-paragraph-function.
17660         Save also the value of auto-fill-function.
17662         * term/w32-win.el: Simplify code.
17664 2005-01-23  Kim F. Storm  <storm@cua.dk>
17666         * simple.el (line-move): Adapt to new return value from
17667         pos-visible-in-window-p.
17669         * simple.el (line-move): Fix last change.  Check partial
17670         visibility at point rather than at window-start.
17672 2005-01-22  Jason Rumney  <jasonr@gnu.org>
17674         * term/w32-win.el (xw-defined-colors): Remove debug-message.
17676 2005-01-22  David Kastrup  <dak@gnu.org>
17678         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
17680 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
17682         * type-break.el (type-break-mode): Add a test for
17683         type-break-file-name being non-nil.
17685 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
17687         * net/eudc.el (top level): Call (message "") via progn, so that
17688         eudc-options-file is loaded.
17690 2005-01-22  Kim F. Storm  <storm@cua.dk>
17692         * simple.el (line-move-1): Rename from line-move.
17693         (line-move): New function that adjusts vscroll for partially
17694         visible rows, and calls line-move-1 otherwise.
17696 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
17698         * pcomplete.el: Define pcomplete-read-event instead of read-event,
17699         since it's not a complete read-event implementation
17701 2005-01-20  Jay Belanger  <belanger@truman.edu>
17703         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
17704         for called function.
17706 2005-01-20  Steven Tamm  <steventamm@mac.com>
17708         * term/mac-win.el (process-connection-type): Remove.
17709         Controlled now by s/darwin.h:PTY_ITERATION.
17711 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17713         * window.el (handle-select-window): Don't switch window when we're
17714         in the minibuffer.
17716 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
17718         * subr.el (dotimes-with-progress-reporter): New macro.
17720         * ses.el (ses-dotimes-msg): Remove macro.
17721         Use `dotimes-with-progress-reporter' instead.
17723 2005-01-19  Steven Tamm  <steventamm@mac.com>
17725         * term/mac-win.el (process-connection-type): Use new
17726         operating-system-release variable to use ptys on Darwin 7 (OS X
17727         10.3) when using carbon build.
17729 2005-01-19  Jay Belanger  <belanger@truman.edu>
17731         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
17732         flags if the last command was a tab or M-tab.
17734         * calc/calc-prog.el (calc-user-define-edit): Put original formula
17735         in formula editing buffer.
17737 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
17739         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
17740         breakpoint image symbol in margin.
17742 2005-01-19  Jay Belanger  <belanger@truman.edu>
17744         * calc/calc-prog.el (calc-execute-kbd-macro):
17745         Ignore calc-keep-arg-flag.
17747 2005-01-19  Kenichi Handa  <handa@m17n.org>
17749         * textmodes/ispell.el (ispell-looking-at): New function.
17750         (ispell-process-line): Use ispell-looking-at to compare the ispell
17751         output and the buffer contents.
17753 2005-01-18  Jay Belanger  <belanger@truman.edu>
17755         * calc/calc.el (calc-display-raw): Fix docstring.
17757 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17759         * simple.el (blink-matching-open): Strip extra info from syntax.
17761         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
17762         funny chars in the end-of-here-doc marker.
17764 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
17766         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
17767         that enable/disabled state of breakpoints is shown correctly in
17768         fringe and on ttys.
17769         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
17770         Add breakpoint information as text properties.
17771         (gdb-mouse-toggle-breakpoint):
17772         Rename to gdb-mouse-set-clear-breakpoint.
17773         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
17774         breakpoints in the margin.
17775         (gdb-remove-strings): Simplify.
17777 2005-01-17  Jay Belanger  <belanger@truman.edu>
17779         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
17780         erasing buffer.
17782 2005-01-17  Richard M. Stallman  <rms@gnu.org>
17784         * progmodes/grep.el (grep-find): Copy from `grep' the condition
17785         for calling grep-compute-defaults.
17787         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
17788         if buffer is empty.
17790         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
17792 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17794         * hilit-chg.el (highlight-changes-mode): Don't autoload.
17796         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
17797         non-preloaded variables.
17799 2005-01-17  Steven Tamm  <steventamm@mac.com>
17801         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
17802         tex-shell cause to force interactivity when using pipes.
17804 2005-01-17  Kim F. Storm  <storm@cua.dk>
17806         * simple.el (just-one-space): Make arg optional.
17808 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
17810         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
17811         posn-at-x-y to t to access left-margin.
17813 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
17815         Sync with Tramp 2.0.47.
17817         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
17818         catching keep-date problems in cp/scp operations.
17819         (tramp-handle-copy-file): Don't call `set-file-modes'
17820         unconditionally.  Specialized functions should know better what is
17821         necessary.  This improves performance a little bit, and the
17822         functions could catch errors with `cp -p' and `scp -p'.
17823         (tramp-do-copy-or-rename-file-via-buffer)
17824         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
17825         when appropriate.
17826         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
17827         Call `set-file-modes' when appropriate.
17828         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
17829         Johnsson <isak@hypergene.com>
17830         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
17831         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
17832         <joakim@verona.se>
17833         (tramp-file-name-for-operation): Mark `shell-command' as magic for
17834         Emacs only.
17836         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
17837         `find-file-hooks' and `dired-mode-hook'.
17838         (tramp-minor-mode-map): Respective map.  Add remapping for
17839         `compile' and `recompile'.
17840         (tramp-remap-command, tramp-recompile): New defuns.
17841         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
17842         in buffer "*Compilation*".  Call the commands asynchronously.
17844         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
17845         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
17846         `shell-command', because it isn't magic in XEmacs.  Reported by
17847         Adrian Aichner <adrian@xemacs.org>.
17849         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
17850         `substitute-in-file-name.
17851         (tramp-smb-handle-substitute-in-file-name): New defun.
17852         (tramp-smb-advice-PC-do-completion): Delete advice.
17854 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
17856         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
17857         Fix error in deleting region.
17859 2005-01-15  Richard M. Stallman  <rms@gnu.org>
17861         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
17862         In non-temp buffer, switch syntax table temporarily.
17864         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
17866         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
17868         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
17870         * imenu.el (imenu--split-menu): Copy menulist before sorting.
17871         (imenu--generic-function): Use START, not BEG, as pos of definition.
17873         * simple.el (just-one-space): Argument specifies number of spaces.
17875         * simple.el (eval-expression-print-format): Avoid warning
17876         about edebug-active.
17878 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
17880         * progmodes/sh-script.el: Code copied from make-mode.el
17881         with small changes,
17882         (sh-mode-map): Bind C-c C-\.
17883         (sh-backslash-column, sh-backslash-align): New variables.
17884         (sh-backslash-region, sh-append-backslash): New functions.
17886 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17888         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
17889         (rmail-pop-password, rmail-pop-password-required): Move to
17890         rmail-obsolete group.
17891         (rmail-set-pop-password): Rename to rmail-set-remote-password.
17892         All callers updated.
17893         (rmail-get-pop-password): Rename to rmail-get-remote-password.
17894         Take an argument specifying whether it is POP or IMAP mailbox we
17895         are using.  All callers updated.
17896         (rmail-pop-password-error): Rename to
17897         rmail-remote-password-error.  Added mailutils-specific error message.
17898         (rmail-movemail-search-path)
17899         (rmail-movemail-variant-in-use): New variables.
17900         (rmail-remote-password, rmail-remote-password-required):
17901         New customization variables.
17902         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
17903         (rmail-parse-url): New function.
17904         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
17905         with GNU mailutils movemail.
17907 2005-01-15  Kevin Ryde  <user42@zip.com.au>
17909         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
17910         suffix to space, $ or '$, to correctly position point when going
17911         to @table style constants like DBL_MAX.
17913 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
17915         * type-break.el (type-break-mode, type-break-file-time)
17916         (type-break-file-keystroke-count, type-break-choose-file):
17917         Don't store data in or load data from the file if type-break-file-name
17918         is nil.
17919         (type-break-file-name): Doc update as per the above.
17921 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
17923         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
17924         lookup-key might return nil; handle that.
17926 2005-01-15  Alan Mackenzie  <acm@muc.de>
17928         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
17929         rather than the element found, thus enabling the tree to be setcar'd.
17931 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
17933         * textmodes/org.el (org-show-following-heading): New option.
17934         (org-show-hierarchy-above): Use `org-show-following-heading'.
17935         (org-cycle): Documentation fix.
17937         * textmodes/org.el (orgtbl-optimized): New option
17938         (orgtbl-mode): New command, a minor mode.
17939         (orgtbl-mode-map): New variable.
17940         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
17941         (orgtbl-error, orgtbl-self-insert-command)
17942         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
17944         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
17945         a local variable in each org-mode buffer.
17947         * textmodes/org.el (org-set-regexps-and-options): Rename from
17948         `org-set-regexps'.  Added checking for STARTUP keyword.
17949         (org-get-current-options): Add STARTUP options.
17950         (org-table-insert-row): Make mode intelligent about when
17951         realignment is needed.
17952         (org-self-insert-command, org-delete-backward-char, org-delete-char):
17953         New commands.
17954         (org-enable-table-editor): New default value `optimized'.
17955         (org-table-blank-field): Support blanking regions if active.
17957 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
17959         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
17960         if the year is not given.
17962         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
17963         Add new escapes %m and %M, fixed bug with %F by adding
17964         save-match-data.
17965         (reftex-reference): Remove ?. from list of spaces.
17966         (reftex-label-info): Add automatic label prefix recognition.
17968         * textmodes/reftex-index.el (reftex-index-next-phrase):
17969         Add slave parameter to call of `reftex-index-this-phrase'.
17970         (reftex-index-this-phrase): New optional argument.
17971         (reftex-index-region-phrases): Add slave parameter to call of
17972         `reftex-index-this-phrase'.
17973         (reftex-display-index): New argument redo.
17974         (reftex-index-rescan): Add 'redo to arguments of
17975         `reftex-display-index'.
17976         (reftex-index-Rescan, reftex-index-revert)
17977         (reftex-index-switch-index-tag): Add 'redo to arguments of
17978         `reftex-display-index'.
17979         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
17980         indexing.  Fix bug with matching is there is a quote before or
17981         after the word.
17983         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
17984         Fix bug when collecting citation keys in lines with comments.
17985         (reftex-citation): Prefix argument no longer rescans the document,
17986         but forces prompting for optional arguments of cite macros.
17987         (reftex-do-citation): Prompting for optional arguments implemented.
17989         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17990         Add optional arguments to most cite commands.
17991         (reftex-cite-cleanup-optional-args): New option
17992         (reftex-cite-prompt-optional-args): New option.
17993         (reftex-trust-label-prefix): New option.
17995         * textmodes/reftex-toc.el (reftex-toc-find-section):
17996         Add push-mark before changing the position in the buffer.
17998         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
17999         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
18001 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
18003         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
18004         more carefully.
18006 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18008         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
18009         (sgml-mode): Use it.
18010         (sgml-get-context): Better keep track of implicitly closed tags.
18012 2005-01-13  Kenichi Handa  <handa@m17n.org>
18014         * textmodes/ispell.el: These changes are to fix misalignment error
18015         caused by equivalent characters of different Emacs charsets.
18016         (ispell-unified-chars-table): New variable.
18017         (ispell-get-decoded-string): New function.
18018         (ispell-get-casechars, ispell-get-not-casechars)
18019         (ispell-get-otherchars): Call ispell-get-decoded-string.
18021 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
18023         * custom.el (custom-declare-variable): Just put symbol instead
18024         of (defvar . symbol) in `current-load-list'.
18026 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
18028         * emacs-lisp/elint.el: Fixed typo in Commentary section.
18030 2005-01-12  Jay Belanger  <belanger@truman.edu>
18032         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
18033         to create a Calc summary.
18035 2005-01-12  Kim F. Storm  <storm@cua.dk>
18037         * mouse.el (mouse-on-link-p): Change functionality and doc
18038         string to comply with latest description in lisp ref.
18040 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
18042         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
18043         Enable mouse clicks on mode-line, header-line and margin.
18044         (event-type): Give mouse event symbols an 'event-kind property
18045         with value 'mouse-click.
18047 2005-01-12  Juri Linkov  <juri@jurta.org>
18049         * facemenu.el (list-colors-display): Add new arg buffer-name.
18050         Use it.  Fix docstring.  Replace code for identifying duplicate
18051         colors by the name with call to `list-colors-duplicates' which
18052         identifies duplicate colors by the value unless the color
18053         is one of special Windows colors.  Set truncate-lines to t.
18054         Print sorted duplicate color names on each line.  Indent to 22
18055         \(the longest color name in rgb.txt) instead of 20.  Optimize.
18056         (list-colors-duplicates): New function.
18057         (facemenu-color-name-equal): Delete function.
18059         * facemenu.el (list-colors-print): New function created from code
18060         in list-colors-display.  Print #RRGGBB at the window right edge.
18061         (list-colors-display): When temp-buffer-show-function is not
18062         defined, call list-colors-print from temp-buffer-show-hook
18063         to get the right value of window-width in list-colors-print
18064         after the buffer is displayed.
18066         * simple.el (pop-mark): Move deactivate-mark out of conditional
18067         part to deactivate the active mark regardless of the state of the
18068         mark ring.
18070         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
18071         variables line in desktop files.
18073 2005-01-12  Juri Linkov  <juri@jurta.org>
18075         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
18076         Bring together isearch highlight related options.
18077         (lazy-highlight): Replace group `replace' by `matching'.
18078         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
18079         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
18080         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
18081         and declare them obsolete.
18082         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
18083         (isearch-faces): Remove defgroup.
18084         (isearch-overlay, isearch-highlight, isearch-dehighlight):
18085         Move isearch highlighting code closer to lazy highlighting code.
18087         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
18088         (query-replace-highlight, query-replace-lazy-highlight)
18089         (query-replace): Move definitions to the beginning of the file.
18091 2005-01-11  Juri Linkov  <juri@jurta.org>
18093         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
18094         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
18095         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
18097         * info.el (Info-history-forward): New variable.
18098         (Info-select-node): Reset Info-history-forward to nil.
18099         (Info-last): Turn into defalias.
18100         (Info-history-back): Rename from Info-last.
18101         Add current node to Info-history-forward.
18102         (Info-history-forward): New fun.
18103         (Info-mode-map): Replace Info-last by Info-history-back.
18104         Bind Info-history-forward to "r".
18105         (Info-mode-menu): Replace Info-last by Info-history-back.
18106         Fix menu item text.  Add menu item for Info-history-forward.
18107         (info-tool-bar-map): Replace Info-last by Info-history-back.
18108         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
18109         for Info-history-forward.
18110         (Info-mode): Replace Info-last by Info-history-back in docstring.
18111         Add local variable Info-history-forward.
18112         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
18114 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18116         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
18117         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
18118         Ignore select-window events rather than fiddle with
18119         mouse-autoselect-window.
18121 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
18123         * type-break.el (type-break-mode): Fix previous change.
18125 2005-01-10  Jay Belanger  <belanger@truman.edu>
18127         * calc/calc-ext.el (calc-reset): Reset when inside embedded
18128         calculator; only reset when point is inside a calculator.
18129         Don't adjust the window height if the window takes up the whole height
18130         of the frame.
18132 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
18134         * ebuff-menu.el (Electric-buffer-menu-mode):
18135         Preserve value of buffer-local var header-line-format.
18137 2005-01-09  Jay Belanger  <belanger@truman.edu>
18139         * calc/calc.el (calc-mode-var-list-restore-saved-values):
18140         Make sure settings file exists before accessing it.
18142         * calc/calc-embed.el (calc-embedded-subst):
18143         Replace math-multi-subst-rec, which is only supposed to be called
18144         by math-multi-subst, by math-multi-subst.
18146 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
18148         * vc.el (vc-allow-async-revert): New user option.
18149         (vc-disable-async-diff): New internal variable.
18150         (vc-revert-buffer): Use them to disable asynchronous diff.
18152         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
18153         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
18154         asynchronously if vc-disable-async-diff is t.
18156 2005-01-09  Jay Belanger  <belanger@truman.edu>
18158         * calc/calc.el (defcalcmodevar): New macro.
18159         (calc-mode-var-list-restore-default-values)
18160         (calc-mode-var-list-restore-saved-values): New functions.
18161         (calc-mode-var-list): Use defcalcmodevar to define it.
18162         (calc-always-load-extensions, calc-line-numbering)
18163         (calc-line-breaking, calc-display-just, calc-display-origin)
18164         (calc-number-radix, calc-leading-zeros, calc-group-digits)
18165         (calc-group-char, calc-point-char, calc-frac-format)
18166         (calc-prefer-frac, calc-hms-format, calc-date-format)
18167         (calc-float-format, calc-full-float-format, calc-complex-format)
18168         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
18169         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
18170         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
18171         (calc-matrix-brackets, calc-language, calc-language-option)
18172         (calc-left-label, calc-right-label, calc-word-size)
18173         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
18174         (calc-display-raw, calc-internal-prec, calc-angle-mode)
18175         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
18176         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
18177         (calc-window-height, calc-display-trail, calc-show-selections)
18178         (calc-use-selections, calc-assoc-selections)
18179         (calc-display-working-message, calc-auto-why, calc-timing)
18180         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
18181         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
18182         (calc-gnuplot-default-device, calc-gnuplot-default-output)
18183         (calc-gnuplot-print-device, calc-gnuplot-print-output)
18184         (calc-gnuplot-geometry, calc-graph-default-resolution)
18185         (calc-graph-default-resolution-3d, calc-invocation-macro)
18186         (calc-show-banner): Use defcalcmodevar to declare them and set
18187         their default values.
18189         * calc/calc-ext.el (calc-reset): Restore saved values of variables
18190         instead of default values (but restore default values if there is
18191         an argument of 0).
18193 2005-01-09  David Kastrup  <dak@gnu.org>
18195         * desktop.el (desktop-restore-eager): Fix typo in type.
18197 2005-01-08  Richard M. Stallman  <rms@gnu.org>
18199         * cus-edit.el (customize): Delete :link.
18201 2005-01-08  Jay Belanger  <belanger@truman.edu>
18203         * calc/calc.el (calc-mode): Remove the extension from the
18204         `calc-settings-file' file name when loading it.
18206 2005-01-08  Kim F. Storm  <storm@cua.dk>
18208         * info.el (Info-mode-map, Info-next-link-keymap)
18209         (Info-prev-link-keymap, Info-up-link-keymap):
18210         Map follow-link to mouse-face.
18211         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
18213 2005-01-08  Jay Belanger  <belanger@truman.edu>
18215         * calc/calc.el (calc-settings-file): Change default value.
18216         Suggested by cgw in a comment in calc-mode.el.
18218         * calc/calc-mode.el (calc-settings-file-name):
18219         Compare calc-settings-file to user-init-file instead of ~/.emacs.
18220         Replace ~/.emacs in a prompt by calc-settings-file.
18222 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
18224         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
18225         (desktop-lazy-idle-delay): New customizable variables.
18226         (desktop-buffer-args-list): New variable.
18227         (desktop-append-buffer-args): New function.
18228         (desktop-save): Call desktop-append-buffer-args for some buffers.
18229         (desktop-lazy-create-buffer): New function.
18230         (desktop-idle-create-buffers): New function.
18231         (desktop-read): Add message about buffers to restore lazily.
18232         (desktop-lazy-abort): New command.
18233         (desktop-clear): Call desktop-lazy-abort.
18234         (desktop-lazy-complete): New command.
18236 2005-01-06  Richard M. Stallman  <rms@gnu.org>
18238         * emacs-lisp/find-func.el (find-face-definition):
18239         Rename from find-face.
18241 2005-01-06  Kim F. Storm  <storm@cua.dk>
18243         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
18245         * man.el (Man-xref-man-page, Man-xref-header-file)
18246         (Man-xref-normal-file): Add follow-link property.
18248 2005-01-06  Jay Belanger  <belanger@truman.edu>
18250         * calc/calc-units.el: Make sure the proper macro definitions are
18251         available when compiling.
18253 2005-01-06  Juri Linkov  <juri@jurta.org>
18255         * isearch.el (isearch-lazy-highlight-update):
18256         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
18258 2005-01-06  Miles Bader  <miles@gnu.org>
18260         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
18261         (isearch-lazy-highlight-face): Use new name.
18263 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18265         * uniquify.el (uniquify-rationalize-file-buffer-names):
18266         Re-add an interactive spec.
18267         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
18268         to the same name.
18270         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
18271         (isearch-update, isearch-done): Adjust calls accordingly.
18273 2005-01-05  Richard M. Stallman  <rms@gnu.org>
18275         * custom.el (custom-set-variables, custom-theme-set-variables):
18276         Clarify documentation.
18278         * emacs-lisp/find-func.el (find-variable)
18279         (find-variable-other-window, find-variable-other-frame):
18280         Fix the TYPE args to find-function-read and find-function-do-it.
18281         (find-function): Doc fix.
18282         (find-function-at-point): Replace function-at-point alias.
18284 2005-01-04  Richard M. Stallman  <rms@gnu.org>
18286         * cus-face.el (custom-declare-face):
18287         Record defface in current-load-list.
18289         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
18291         * emacs-lisp/find-func.el: Doc fixes.
18292         (find-face-regexp): New variable.
18293         (find-function-regexp-alist): New variable.
18294         (find-function-C-source): Third arg is now TYPE.
18295         (find-function-search-for-symbol): Handle general TYPE.
18296         (find-function-read, find-function-do-it): Handle general TYPE.
18297         (find-definition-noselect, find-face): New functions.
18298         (function-at-point): Alias deleted.
18300 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18302         * battery.el (display-battery-mode): Rename from display-battery.
18303         Handle the case where it gets turned off.
18305 2005-01-04  Richard M. Stallman  <rms@gnu.org>
18307         * cus-edit.el (customize): Make :link point to user doc.
18309         * man.el (Man-fontify-manpage): Turn off undo generation.
18311         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
18313 2005-01-04  Andreas Schwab  <schwab@suse.de>
18315         * files.el (insert-directory): Only look for error lines in
18316         inserted text.  Don't move too far after processing --dired markers.
18318 2005-01-04  Richard M. Stallman  <rms@gnu.org>
18320         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
18321         Don't expand if the character is @, period, dash, etc.
18322         (define-mail-abbrev): Quote names that contain problem characters.
18324 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
18326         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
18328 2005-01-03  Richard M. Stallman  <rms@gnu.org>
18330         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
18331         (query-replace-highlight, query-replace-lazy-highlight)
18332         (query-replace): Definitions moved up.  Doc fix.
18334 2005-01-03  Richard M. Stallman  <rms@gnu.org>
18336         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
18337         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
18338         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
18339         (lazy-highlight-face): Rename from isearch-lazy-...
18340         Change all references to them.
18342 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
18344         * cus-edit.el (custom-file): Doc fix for defcustom.
18345         (custom-file): The function no longer sets the variable
18346         `custom-file' to its return value.
18348         * startup.el (command-line): No longer load `custom-file'.
18350 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18352         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
18354         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
18355         Don't confuse module-prefixed identifiers for labels.
18356         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
18358 2005-01-02  Richard M. Stallman  <rms@gnu.org>
18360         * files.el (basic-save-buffer-1): Fix previous change.
18362         * loadhist.el (file-loadhist-lookup): New function.
18363         (file-provides, file-requires): Use it.
18365         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
18366         instead of calculating the right size.
18368 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
18370         * vc-svn.el (vc-svn-diff): Stay local if possible.
18372 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18374         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
18376         * files.el (hack-local-variables): Fix last change.
18378 2005-01-02  Jay Belanger  <belanger@truman.edu>
18380         * calc/calc-yank.el (calc-edit-top): New variable.
18381         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
18382         object.  Change header properties.
18383         (calc-edit-finish, calc-edit-finish-stack-object)
18384         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
18385         edited object.
18386         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
18387         for the beginning of the edited object.
18388         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
18389         for the beginning of the edited object.
18390         * calc/calc-prog.el (calc-edit-macro-finish-edit)
18391         (calc-finish-formula-edit, calc-macro-repeats)
18392         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
18393         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
18394         beginning of the edited object.
18395         (calc-user-define-edit): Change the header for editing macros.
18396         Remove unnecessary variable.
18398 2005-01-01  Jay Belanger  <belanger@truman.edu>
18400         * calc/calc-yank.el (calc-edit-mode): Change default header.
18401         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
18402         * calc/calc-store.el (calc-edit-variable): Change title to match new
18403         header.
18404         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
18405         mode to match new header.
18406         (calc-user-define-edit): Change titles to include names of commands.
18407         (calc-finish-formula-edit): Adjust to handle new header.
18408         (calc-finish-macro-edit): Remove.
18409         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
18410         (calc-edit-macro-command, calc-edit-macro-command-type)
18411         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
18412         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
18413         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
18414         (calc-edit-macro-finish-edit): New functions.
18415         (calc-user-define-edit): Use new functions to edit named calc macros.
18417 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
18419         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
18421         * ses.el (copy-region-as-kill): Deactivate mark.
18423 2005-01-01  Richard M. Stallman  <rms@gnu.org>
18425         * replace.el (occur-1): If the output buffer is also an input,
18426         don't kill it, rename it.
18428         * faces.el (set-face-background, set-face-foreground): Doc fix.
18430         * cus-face.el (custom-face-attributes): Fix :help-echo strings
18431         for :foreground and :background.
18433         * dired.el (dired-view-command-alist): Variable deleted.
18434         (dired-view-file, dired-mouse-find-file-other-window):
18435         Delete the code to use it.
18437 2005-01-01  Kim F. Storm  <storm@cua.dk>
18439         * image.el (insert-sliced-image): Use t for line-height property.
18441 See ChangeLog.11 for earlier changes.
18443 ;; Local Variables:
18444 ;; coding: iso-2022-7bit
18445 ;; End:
18447     Copyright (C) 2005 Free Software Foundation, Inc.
18448   Copying and distribution of this file, with or without modification,
18449   are permitted provided the copyright notice and this notice are preserved.
18451 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1