(lazy-completion-table): Remove argument `args'.
[emacs.git] / lisp / ChangeLog
blobe150f9417884d0950878fb89190ffb16c7b84555
1 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * subr.el (lazy-completion-table): Remove argument `args'.
5         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6         Don't use the `args' argument of lazy-completion-table.
8 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
10         * descr-text.el (describe-char): Add optional argument for buffer.
11         Set buffer appropriately.  Call help-setup-xref.
12         Suggested by Stefan Monnier.
14 2005-12-27  Juri Linkov  <juri@jurta.org>
16         * descr-text.el (help-fns): Require.  Don't require button for
17         byte compilation.
18         (describe-text-widget): Add help echo for first button.
19         Use 'help-info for second.
20         (describe-property-list): Use 'help-argument-name instead of 'italic.
21         (describe-text-category): Prompt in minibuffer.  Call help-setup-xref.
22         (describe-char): Use 'help-character-set.  Add help echo.
23         Use 'help-input-method.  Remove superfluous insert.
25 2005-12-25  Richard M. Stallman  <rms@gnu.org>
27         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
28         at point, in case of narrowing.
30         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
32         * locate.el (locate-header-face): Allow nil in type.
34         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
36 2005-12-25  Romain Francoise  <romain@orebokech.com>
38         * battery.el (battery-linux-proc-acpi): Also try
39         `/proc/acpi/thermal_zone/THM0/temperature'.
41 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
43         * custom.el (custom-push-theme): Fix docstring.
45         * cus-edit.el (custom-variable-set, custom-variable-save)
46         (custom-variable-save): Custom-quote widget values.
47         (customize-save-variable): Fix custom-push-theme call.
49 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
51         * w32-fns.el (w32-batch-update-autoloads): New function.
53         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
54         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
55         from the command line.
57 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
59         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
60         reset means to remove setting from theme entirely.  Don't keep
61         expanding theme-settings list; delete old entries if necessary.
63         * cus-edit.el (custom-buffer-create-internal): Move "Erase
64         customization" button one line up.
65         (custom-themed): New face.
66         (custom-magic-alist): New value, THEMED, for theme settings.
67         (custom-variable-state-set, custom-face-state-set):
68         Check theme-value instead of saved-value.
69         (custom-variable-reset-standard, custom-face-reset-standard):
70         Remove theme setting entirely.  Recalculate new values.
71         (custom-variable-set, custom-variable-set)
72         (custom-variable-reset-saved, custom-variable-reset-backup)
73         (custom-face-set, custom-face-reset-saved): Update `user' theme.
74         (custom-variable-save): Fix typos.
76 2005-12-23  Juri Linkov  <juri@jurta.org>
78         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
79         Add autoload cookies.
80         (edebug-outside-d-c-i-n-s-w): New variable.
81         (edebug-display, edebug-outside-excursion): Use it to save the
82         original value of default-cursor-in-non-selected-windows.
83         Set default-cursor-in-non-selected-windows to t while Edebug
84         is active.
85         (edebug-mode, edebug-eval-mode): Doc fix.
87         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
88         with `buffer-substring-no-properties' to remove common substring
89         highlighting.
91         * info.el (info-other-window, info): Rename function argument
92         `file' to `file-or-node'.
93         (Info-complete-menu-item): Use local variable `complete-nodes' to
94         keep the global value of `Info-complete-nodes' unchanged for
95         subsequent completions.
96         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
98         * simple.el (get-next-valid-buffer, last-buffer)
99         (next-error-buffer-p, next-error-find-buffer)
100         (minibuffer-history-sexp-flag): Doc fix.
102         * savehist.el (savehist-mode-hook): Add `:group'.
104         * log-view.el: Call autoload for vc-find-version.
105         (log-view-current-file): Adjust subgroup numbers.
106         (log-view-current-tag): Add `length'.
108 2005-12-23  Richard M. Stallman  <rms@gnu.org>
110         * vc.el (vc-annotate-car-last-cons): Defn moved up.
112 2005-12-23  Juri Linkov  <juri@jurta.org>
114         * hi-lock.el (hi-lock-archaic-interface-message-used)
115         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
116         (hi-lock-mode): Display "Hi" in the mode line only when
117         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
118         (hi-lock-write-interactive-patterns):
119         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
120         (hi-lock-set-pattern, hi-lock-set-file-patterns)
121         (hi-lock-font-lock-hook): Set 3rd arg `how' of
122         font-lock-add-keywords to t.
124 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
126         * hi-lock.el (hi-lock-highlight-range): New variable.
127         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
128         only if font-lock-fontified is non-nil.  Remove overlays.
129         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
130         font-lock-fontified is non-nil, otherwise use overlays (instead of
131         text properties).
132         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
133         New variables.
134         (hi-lock-string-serialize) New function.
136 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
138         * menu-bar.el (menu-find-file-existing): New function.
139         (menu-bar-file-menu): Use menu-find-file-existing for Open.
141         * tool-bar.el (tool-bar-setup): open changed to menu-find-file-existing.
143 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
145         * vc.el: Remove unnecessary leading * in docstrings.
146         (vc-annotate-mode-map): Move initialization into declaration.
147         (vc-static-header-alist): Nitpick on the regexp.
148         (vc-default-init-version): New fun.
149         (vc-register): Use it.
150         (vc-insert-headers): Use dolist.
151         (vc-annotate-get-backend): Remove unused function.
152         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
153         (vc-annotate-mode): Remove corresponding call.
154         (vc-annotate-car-last-cons): Simplify.
155         (vc-annotate-buffers): Remove var.
156         (vc-annotate-backend): Make it buffer-local.
157         (vc-annotate): Move the interaction to the interactive spec.
158         Add a `buf' argument.
159         (vc-annotate-warp-version): Use this new `buf' argument to avoid
160         killing&creating a vc-annotate buffer, which is very disruptive when
161         the buffers are shown in dedicated frames.
163 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
165         * descr-text.el: Add FSF as maintainer.
166         (describe-text-mode, describe-text-mode-map)
167         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
168         help-mode.
169         (describe-text-widget, describe-text-sexp)
170         (describe-property-list, describe-text-category)
171         (describe-text-properties, describe-text-properties-1)
172         (describe-char): Use help buttons instead of widgets.
173         (describe-char-unicodedata-file): Make URL link in doc string.
175 2005-12-22  Richard M. Stallman  <rms@gnu.org>
177         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
178         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
179         Don't include buttons that write a file when there's no file.
180         (custom-variable-menu, custom-face-menu, custom-group-menu):
181         Don't include commands that write a file when there's no file.
182         (customize-browse): Reword the top-of-buffer help intro.
183         (custom-buffer-create-internal): Fix previous change.
184         (customize-changed-options-previous-release): Prev release is 21.1.
185         (customize-changed-options): Doc fix.
186         (customize-changed): New alias.
187         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
188         Say "standard values".
189         (Custom-reset-standard): Doc fix.
190         (custom-face-reset-standard): Doc fix.
192 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
194         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
195         even if font-lock-mode is non-nil since it may be t without having
196         turned on font-lock-mode-internal.
197         (font-lock-choose-keywords): Minor optimization.
198         (font-lock-add-keywords, font-lock-remove-keywords)
199         (font-lock-set-defaults): Don't call make-local-variable on a variable
200         that we know to already be local.
202 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
204         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
205         messages if in the minibuffer.
207 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
209         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
210         (tex-mode-flyspell-verify, flyspell-get-word)
211         (flyspell-external-point-words): Don't use point-min/max uselessly.
213         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
214         by Kevin Rodgers.  Instead, just hide the completions buffer if we
215         don't need to show it.
217 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
219         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
221 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
223         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
224         delete-windows-on with an inexistent buffer.
226 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
228         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
229         Delete defcustom variable :tag names.
231 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
233         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
234         (log-view-font-lock-keywords): Ajust subgroup numbers.
235         (log-view-current-tag): Don't hard code the number of subgroups.
237 2005-12-20  Juri Linkov  <juri@jurta.org>
239         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
240         (tooltip-x-offset, tooltip-y-offset): Doc fix.
242         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
243         (menu-bar-non-minibuffer-window-p): Instead of checking
244         display-multi-frame-p, use selected-frame when menu-updating-frame
245         is nil.
247 2005-12-20  Davis Herring  <herring@lanl.gov>  (tiny change)
249         * align.el (align-rules-list): Use [ \t] instead of \s-
250         for column separators in text mode.
252 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
254         * help-mode.el (help-customize-variable, help-customize-face):
255         Don't pop help-xref-stack as help-follow no longer pushes
256         anything on to it.
258 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
260         * textmodes/org.el: (org-agenda-custom-commands): New option.
261         (org-agenda): Offer custom commands on splash screen.
262         (org-make-tags-matcher): Parser for Boolean logic added.
263         (org-agenda-set-tags): New command.
264         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
265         (org-set-tags): Efficiency improvements.
266         (org-auto-align-tags): New option.
267         (org-todo, org-demote, org-promote): Realign tags.
268         (org-tags-completion-function): Use also "&" and "|" as separators.
269         (org-org-menu): Agenda commands simplified.
271 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
273         * cus-edit.el (customize-apropos, customize-apropos-options):
274         Docstring changes.
276         * font-lock.el (font-lock): Add tags to the links in the defgroup.
278 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
280         * longlines.el (longlines-mode): Wrap while widened.
281         (longlines-decode-region, longlines-encode-region): Compute max
282         just once.
284 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
286         * cus-edit.el (mac): New group.
288         * cus-start.el (all): Add user options in macterm.c.  Add test for
289         Mac-related built-ins.  Fix test for GTK-related built-ins.
291         * term/mac-win.el (mac-handle-language-change)
292         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
293         (mac-services-open-selection, mac-services-mail-selection)
294         (mac-services-mail-to, mac-services-insert-text)
295         (mac-dispatch-apple-event): Add docstrings.
296         (x-get-selection, mac-select-convert-to-string): Select coding
297         system from `utf-16be' and `utf-16le' using `byteorder'.
299 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
301         * subr.el (lazy-completion-table): Don't be fooled if the var holds
302         a "list" (lambda ...) rather than a real completion list.
304         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
305         lexical-let when encountering ((lambda (...) ...) ...).
307 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
309         * progmodes/sh-script.el (sh-mode):
310         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
311         * textmodes/picture.el (picture-mode): Update docstrings.
313 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
315         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
316         commands enclosed in $(ARGQUOTE)s should not be split between two
317         lines, as that will break with GNU Make >3.80, when sh.exe is used
318         and arg quoting is with '..'.
319         (autoloads): Don't break the quoted --eval expression between
320         several lines.
322 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
324         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
325         Capture error from printing circular structures.
327 2005-12-17  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
329         * wid-edit.el (widget-checkbox-action): Clear undo info.
331 2005-12-16  Bill Wohler  <wohler@newt.com>
333         * menu-bar.el (kill-this-buffer): Set a good example by using menu
334         bar, not menubar in comment.
336 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
338         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
339         After-change-functions should not clobber the match data.
341 2005-12-16  Juri Linkov  <juri@jurta.org>
343         * simple.el (choose-completion): Use `buffer-substring-no-properties'
344         instead of `buffer-substring'.
345         (completion-common-substring): Doc fix.
346         (completion-setup-function): Use minibuffer-completion-contents
347         instead of minibuffer-contents.  Don't set common-string-length
348         initially.  Remove special handling of partial-completion-mode.
349         Move computation of completion-base-size into one cond.
350         Call completion-base-size-function in mainbuf.  In computation of
351         completion-base-size for file name completion don't move point to
352         the end of the minibuffer.  Move computation of common-string-length
353         into one cond.  Start putting faces only when common-string-length>=0.
354         Add condition to put completions-common-part when
355         common-string-length>0.
357         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
358         place point at the first different character in the minibuffer
359         even if this position is at the beginning of the minibuffer.
361         * info.el (Info-read-node-name-1): In completion-base-size-function's
362         lambda return 1 if common-substring or minibuffer-completion-contents
363         starts with (, and 0 otherwise.
365         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
366         Use `crm-current-element' for second arg of `display-completion-list'.
368 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
370         * files.el (set-auto-mode): Look for an interpreter specified on
371         the first line also if search for mode specification succeeded,
372         but the mode is not known.
374 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
376         * textmodes/org.el: (org-tags-match-list-sublevels): New option.
377         (org-open-at-point): Implement tag searches as links.
378         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
379         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
380         (org-tags-sparse-tree, org-tags-view, org-set-tags)
381         (org-agenda-dispatch): New commands.
382         (org-use-tag-inheritance, org-tags-column): New options.
383         (org-tab-follows-link, org-return-follows-link): New options.
384         (org-tags): New customize group.
385         (org-start-icalendar-file): Get local time zone.
386         (org-tags-completion-function): New function.
387         (org-set-font-lock-defaults): Make sure links will also be
388         highlighted inside headlines.
390 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
392         * term.el (term-emulate-terminal):
393         Let term-handle-ansi-terminal-messages override what Bash says about
394         its current directory.
396 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
398         * bindings.el (last-buffer): Move to simple.el.
399         * simple.el (last-buffer): Move here.
400         (get-next-valid-buffer): New function.
401         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
402         (prev-buffer): Ditto. Rename to `previous-buffer'.
404         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
405         * bindings.el (global-map): Ditto.
407 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
409         * cus-edit.el: Introductory comment change.
410         (custom-magic-alist): Change message string for the `rogue' state.
412 2005-12-15  Richard M. Stallman  <rms@gnu.org>
414         * tooltip.el: Delete defcustom variable :tag names.
416         * complete.el (partial-completion-mode): Doc fix.
418         * textmodes/flyspell.el (flyspell-external-point-words):
419         Use save-excursion to ensure we don't move backward in the
420         search loop, not even one character.
421         (flyspell-delete-all-overlays): Use remove-overlays directly.
423         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
424         (ispell-start-process): Set that variable.
425         Clear ispell-buffer-local-name.
426         (ispell-internal-change-dictionary):
427         Set ispell-current-dictionary after killing process.
428         (ispell-buffer-local-dict):
429         Don't set spell-personal-dictionary after killing process.
430         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
431         (ispell-tex-skip-alists)
432         (ispell-html-skip-alists, ispell-skip-region-alist): Mark as risky.
434         * net/newsticker.el (newsticker--retrieval-timer-list)
435         (newsticker--display-timer, newsticker-running-p)
436         (newsticker-ticker-running-p): Definitions moved up.
438 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
440         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
442 2005-12-15  David Ponce  <david@dponce.com>
444         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
445         (recentf-edit-list, recentf-open-files): Signal an error when
446         there is no recent file.
448 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
450         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
451         read-only except for texinfo-format-region evaluation.
453 2005-12-14  Richard M. Stallman  <rms@gnu.org>
455         * vc.el (vc-default-previous-version, vc-default-next-version)
456         (vc-do-command): Doc fixes.
458 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
460         * textmodes/bibtex.el (bibtex-expand-strings)
461         (bibtex-autokey-expand-string, bibtex-name-part)
462         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
463         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
464         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
465         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
466         (bibtex-entry-postfix, bibtex-known-entry-type-re)
467         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
468         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
469         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
470         (bibtex-beginning-of-last-entry): Remove.
471         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
472         message if comma is missing but buffer is read-only.
473         (bibtex-parse-field-text): Handle whitespaces at the end of field
474         text.  Return 3-element list with beginning and end of field text
475         and end of field.
476         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
477         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
478         (bibtex-search-forward-field, bibtex-search-backward-field):
479         Search always delimited by limits of entry.  Use more efficient
480         search algorithms.
481         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
482         bibtex-end-of-name-in-field.
483         (bibtex-text-in-field-bounds): Handle BibTeX strings when
484         extracting the content of a field.
485         (bibtex-text-in-field): Use search limits.
486         (bibtex-parse-string-prefix): Handle empty string keys based on
487         bibtex-string-empty-key.
488         (bibtex-parse-string): Fix docstring.
489         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
490         (bibtex-preamble-prefix, bibtex-strings): New functions.
491         (bibtex-skip-to-valid-entry): Include preceding whitespace in
492         BibTeX entries (consistent with other BibTeX functions).
493         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
494         (bibtex-search-entry): Fix docstring.  Simplify.
495         (bibtex-flash-head, bibtex-complete-string-cleanup)
496         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
497         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
498         (bibtex-parse-entry): New optional arg content.
499         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
500         Use bibtex-text-in-field-bounds.
501         (bibtex-print-help-message): Handle BibTeX strings and preambles.
502         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
503         bibtex-parse-string-postfix.
504         (bibtex-find-text-internal): New function.
505         (bibtex-remove-delimiters): Use it.
506         (bibtex-find-text): Use it.  New optional arg help.
507         (bibtex-complete): Handle BibTeX string and preamble entries.
508         (bibtex-Preamble): Fix order of closing delimiters.
510 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
512         * vc.el (vc-default-revert): New fun.
514         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
516 2005-12-14  Romain Francoise  <romain@orebokech.com>
518         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
519         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
520         (font-lock-remove-keywords): Likewise.
522 2005-12-14  Juri Linkov  <juri@jurta.org>
524         * log-view.el (log-view-diff): Doc fix.
526         * isearch.el (isearch-query-replace): Use (mark) instead of
527         isearch-opoint if mark is active in transient-mark-mode.
529 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
531         * isearch.el (isearch-query-replace): Check for isearch-other-end.
533 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
535         * progmodes/cpp.el (cpp-face): New widget.
536         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
538 2005-12-14  Juri Linkov  <juri@jurta.org>
540         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
541         around `erase-buffer' and `insert'.
543         * descr-text.el (describe-text-properties): Replace buffer name
544         "*Help-2*" with "*Help*<2>".
545         (describe-char): Add functions print-help-return-message,
546         toggle-read-only.  Use help-setup-xref with nil to not store
547         describe-char in help-xref-stack.  Use help-make-xrefs to
548         make [back] button.
550         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
552         * wdired.el (wdired-old-point): New internal variable.
553         (wdired-change-to-wdired-mode): Set it buffer-locally.
554         (wdired-abort-changes): Restore point after aborting changes.
556 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
558         * vc.el (vc-do-command): Add a new value t for okstatus.
560         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
561         frame in case of errors.
563 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
565         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
566         so it comes after "On the Left" in the menu.
568 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
570         * cus-edit.el (customize-apropos, customize-apropos-options)
571         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
573 2005-12-12  Bill Wohler  <wohler@newt.com>
575         * vc-svn.el (vc-svn-registered): Fix problem of visiting
576         non-writable Subversion-controlled files by saving window
577         configuration before calling vc-do-command.  vc-do-command calls
578         pop-to-buffer on error which is unexpected during registration.
580 2005-12-12  Jay Belanger  <belanger@truman.edu>
582         * calc/README: Update the summary of changes.
584 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
586         * descr-text.el (describe-char): Rework last fix to solve the problem
587         is the same way it's solved for everything else in that function
588         (i.e. by extracting the info before setting up the *Help* buffer).
590 2005-12-12  Kim F. Storm  <storm@cua.dk>
592         * subr.el (version-regexp-alist): Allow space as separator before
593         non-numeric part, e.g. "1.0 alpha".
594         (version-to-list): Interpret .X.Y version as 0.X.Y version.
596 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
598         * textmodes/org.el: (org-agenda, org-timeline, org-todo):
599         Implement Logging and the keep-modes setting.
600         (org-get-category): Make sure a string is returned.
601         (org-log-done): New function.
602         (org-log-done, org-closed-string): New options.
604 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
606         * tooltip.el (tooltip-y-offset): Change default to 20.
608 2005-12-12  Richard M. Stallman  <rms@gnu.org>
610         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
612         * frame.el (display-hourglass): Doc fix.
614         * help.el (help-for-help-internal): Simplify entry for `a'.
616         * info.el (Info-on-current-buffer): Doc fix.
617         (info-insert-file-contents): Don't test (featurep 'jka-compr).
619         * startup.el (inhibit-splash-screen): Make this the real name.
620         (inhibit-startup-message): Make this the alias.
621         (command-line): Find only simple.el, and use its directory
622         to fill in other preloaded files' names.
623         (command-line): Deactivate the mark if deactivate-mark is set.
625         * international/mule.el (load-with-code-conversion):
626         Bind deactivate-mark.
628         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
630 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
632         * cus-edit.el (customize-apropos): Avoid listing an option more
633         than once under different aliases.  No longer list user options
634         that are not defined with defcustom (unless a prefix arg is given).
635         Doc fix.
636         (customize-apropos-options): Doc fix.
638 2005-12-11  Juri Linkov  <juri@jurta.org>
640         * frame.el (set-background-color, set-foreground-color)
641         (set-cursor-color, set-mouse-color, set-border-color):
642         Add explicit prompts to read colors by `facemenu-read-color'.
643         (show-trailing-whitespace, blink-cursor-delay)
644         (blink-cursor-interval, display-hourglass, hourglass-delay):
645         Remove tags.
646         (display-hourglass, hourglass-delay): Doc fix.
647         (cursor-in-non-selected-windows): Capitalize words in tag.
649         * faces.el (frame-background-mode): Replace `choice-item' keywords
650         with `const' to not make [default] button.  Change default value tag
651         from `default' to `automatic'.  Doc fix.
652         (trailing-whitespace) <defface>: Change group `whitespace' to
653         `whitespace-faces'.
655 2005-12-11  Richard M. Stallman  <rms@gnu.org>
657         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
659 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
661         * term/mac-win.el: Create keymap for mac-apple-event-map.
663 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
665         * tooltip.el (tooltip-mode): Move to start of file so that it
666         appears at top of customize buffer.
668         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
669         Add the gud groupname.
670         (gud-tooltip-mode): Add the tooltip groupname.
671         (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
672         avoid conflict with tooltip-use-echo-area.
674 2005-12-10  Romain Francoise  <romain@orebokech.com>
676         * help.el (help-for-help-internal): Add `r' in doc string.
678 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
680         * align.el (align-regexp, align-highlight-rule):
681         Use region-beginning and region-end instead of point and mark, so that
682         repetition (with `repeat-complex-command') recomputes the region
683         bounds.
685 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
687         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
688         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
689         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
690         (balance-windows): Rewrite using the above new functions.
692 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
694         * hi-lock.el: (hi-lock-mode) Renamed from hi-lock-buffer-mode;
695         react if global-hi-lock-mode seems intended.
696         (global-hi-lock-mode) Renamed from hi-lock-mode.
697         (hi-lock-archaic-interface-message-used)
698         (hi-lock-archaic-interface-deduce): New variables.
699         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
700         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
701         (hi-lock-find-patterns, hi-lock-font-lock-hook):
702         Replace hi-lock-buffer-mode with hi-lock-mode.
704 2005-12-10  Kevin Rodgers  <ihs_4664@ihs.com>
706         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
707         completion list, even after a partial completion has been
708         inserted in the current buffer.  If there are more than 1
709         completion, redisplay the *Completions* buffer; if the
710         completion is unique, delete the *Completions* window.
712 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
714         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
715         strings and long subject lines that were broken into multiple
716         lines at arbitrary places.  Handle subjects that have "Re: " in
717         the middle.
719 2005-12-10  John W. Eaton  <jwe@octave.org>
721         * emacs/octave-mod.el (octave-electric-space): Don't indent
722         comments or strings if octave-auto-indent is nil.
724 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
726         * term/mac-win.el: Require url when compiling.
727         Call mac-process-deferred-apple-events after loading init files.
728         (mac-apple-event-map): New defvar.  Define event handlers in it.
729         (core-event, internet-event): New Apple event class symbols.
730         (open-application, reopen-application, open-documents)
731         (print-documents, open-contents, quit-application)
732         (application-died, show-preferences, autosave-now, get-url):
733         New Apple event ID symbols.
734         (about): New HICommand ID symbol.
735         (mac-event-spec, mac-event-ae): New macros.
736         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
737         (mac-ae-selection-range, mac-ae-text-for-search)
738         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
739         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
740         and Services menu events are now defined in mac-apple-event-map.
741         (mac-drag-n-drop): Remove selection range handling.
743 2005-12-10  Kenichi Handa  <handa@m17n.org>
745         * simple.el (zap-to-char):
746         * isearch.el (isearch-process-search-char): Translate CHAR by
747         translation-table-for-input.
749 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
751         * foldout.el (foldout-exit-fold): Properly hide subtree.
753 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
755         * files.el (save-buffer):
756         * international/ucs-tables.el (ucs-set-table-for-input):
757         * mail/mail-extr.el (mail-extract-address-components):
758         * mail/sendmail.el (mail-mode): Reformat doc string.
760 2005-12-09  Juri Linkov  <juri@jurta.org>
762         * isearch.el (isearch-highlight): Change main overlay priority
763         from 1 to 1001.  Simplify.
764         (isearch-lazy-highlight-update): Change lazy overlay priority
765         from 0 to 1000.
767         * replace.el (replace-highlight): Change overlay priority from
768         1 to 1001.
770         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
771         Change overlay priority from 1 to 1001.  Reuse existing overlay.
773         * compare-w.el (compare-windows-highlight): Change overlay
774         priority from 1 to 1000.
776         * menu-bar.el (menu-bar-edit-menu): Add listp around
777         pending-undo-list to disable menu item "undo" when pending
778         undo list is empty.
780         * locate.el (locate): Disable undo in *Locate* buffer.
782 2005-12-09  Kim F. Storm  <storm@cua.dk>
784         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
786 2005-12-09  David Ponce  <david@dponce.com>
788         * recentf.el: Improvement of the menu code.
789         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
790         instead of menu hook.
791         (recentf-show-menu, recentf-hide-menu): New functions.
792         (recentf-menu-customization-changed, recentf-mode): Use them.
793         (recentf-menu-action, recentf-max-menu-items)
794         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
795         (recentf-arrange-by-rule-others)
796         (recentf-arrange-by-rules-min-items)
797         (recentf-arrange-by-rule-subfilter) : Don't use
798         `recentf-menu-customization-changed'.
799         (recentf-arrange-rules): Likewise.  Accept functions to compute
800         sub-menu titles.
801         (recentf-menu-filter): Likewise.  Doc fix.
802         (recentf-menu-value-shortcut): Doc fix.
803         (recentf-dump-variable): Quote atom value.
804         (recentf-make-menu-items): Update to use it as a menu filter.
805         (recentf-match-rule): New function.
806         (recentf-arrange-by-rule): Use it.
807         (recentf-indirect-mode-rule): New function.
808         (recentf-build-mode-rules): Use it.
809         (recentf-dir-rule): New function.
810         (recentf-arrange-by-dir): Use it.
811         (recentf-filter-changer-current): Rename from
812         `recentf-filter-changer-state'.  All references updated.
813         (recentf-filter-changer-alist): Update filter names.
814         (recentf-filter-changer-select): New function.
815         (recentf-filter-changer): Use it.  Make a sub-menu from filters
816         available in `recentf-filter-changer-alist'.
817         (recentf-data-cache, recentf-clear-data)
818         (recentf-update-menu): Remove.  All references updated.
819         (recentf-match-rule-p, recentf-build-dir-rules)
820         (recentf-filter-changer-goto-next)
821         (recentf-filter-changer-get-current)
822         (recentf-filter-changer-get-next): Remove.
824 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
826         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
827         buffer "Reset" button to "Reset to Current" for consistency with
828         the State buttons.
830 2005-12-08  John Paul Wallington  <jpw@pobox.com>
832         * ibuf-ext.el (define-ibuffer-filter filename):
833         If `dired-directory' is a list then really use its car.
835 2005-12-08  Kim F. Storm  <storm@cua.dk>
837         * emulation/cua-rect.el (cua--rectangle-aux-replace): Fix
838         indention of text on right side of replaced rectangle.
840 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
842         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
843         No need to check gud-comint-buffer is bound.
844         (gdb): Prevent multiple debugging when first session uses gdba.
846 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
848         CC Mode update to 5.31.
850         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
851         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.  We
852         might do this function properly in the future).
854         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
855         macros c-sentence-end and c-default-value-sentence end, to cope
856         with Emacs 22's new function `sentence-end'.
858 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
860         * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
861         compat issue using `c-put-overlay' and `c-delete-overlay'.
863         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
864         compat macros to handle overlays/extents.
866 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
868         * progmodes/cc-fix.el: Add definitions of the macros push and pop
869         (for GNU Emacs 20.4)
871         * progmodes/cc-defs.el:
872         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
874         * progmodes/cc-cmds.el (c-show-syntactic-information): change the
875         highlighting mechanism so it will work in XEmacs too.
877         * progmodes/cc-defs.el: Insert c-int-to-char.
879         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
880         call to the new macro c-int-to-char.  This solves XEmacs's
881         regarding characters as different from integers.
883 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
885         * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
886         helper.
888         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
889         construct to make the indirect face lookup work in XEmacs.
891         (c-cpp-matchers): Append the negation char face to the existing
892         fontification, so that the cpp face doesn't disappear.  Use
893         `c-make-syntactic-matcher' to avoid negation chars in comments and
894         strings.
896         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
897         to map to `font-lock-negation-char-face' in emacsen where it
898         exists.
900 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
902         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
904         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el: Rename
905         "c-subword-move-mode" as "c-subword-mode".
907         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
908         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
910 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
912         * progmodes/cc-mode.el: Added autoload directive for
913         `c-subword-move-mode' for use in older emacsen.
915 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
917         * progmodes/cc-mode.el:
918         (i) Insert a binding for C-c C-backspace into
919         c-bind-special-erase-keys which works in TTYs.
920         (ii) Make sure that when file styles are used, any explicitly
921         given style variables take priority over those in the style.  Do
922         this by calling `hack-local-variables' a second time.
924         * progmodes/cc-vars.el: Add language specific customization
925         widgets for AWK to c-doc-comment-style, c-require-final-newline
926         and c-default-style.  Add a defcustom for awk-mode-hook.  Give
927         c-syntactic-element and c-syntactic-context doc-strings by
928         directly setting their `variable-documentation' propery.  This
929         allows Emacs 22.1 to read these with C-h v.
931         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
932         Monnier).
934 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
936         * progmodes/cc-fonts.el, cc-vars.el
937         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection,
938         gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
939         Masatake YAMATO.
941         (c-doc-comment-style): Made GtkDoc default in C mode.
943         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
944         and C-c C-<delete>.
946         (c-bind-special-erase-keys): New function for use on
947         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
949         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
950         <delete> key behavior in XEmacs according to `delete-forward-p'.
951         C.f. `c-electric-delete'.
953 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
955         * progmodes/cc-mode.el: Give c-hungry-backspace and
956         c-hungry-delete-forward permanent key bindings.
958         * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
959         c-syntactic-context for calls to "criteria functions", for
960         consistency with other calls to user functions.
962         * progmodes/cc-cmds.el (c-indent-command): expunge use of
963         `current-prefix-arg', since this might be the prefix arg to a
964         command which calls c-indent-command as a function.  Change the
965         interactive spec from "p" to "P".
967         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
968         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
969         was difficult to understand.
971 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
973         * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
974         first char of an identifier.
976         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
977         +" syntax in C++.
979 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
981         * progmodes/cc-cmds.el (c-mask-paragraph): correct, so that
982         auto-fill doesn't split a c-comment's last word from a hanging
983         "*/" when a space is typed between them after fill-column.
985         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
987         * progmodes/cc-styles.el (c-set-style,
988         c-setup-paragraph-variables): Abort the command if we're not in a
989         CC Mode buffer.
991         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
992         with blank comment-prefix, and a blank line as the comment's
993         second line.
995 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
997         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
998         Incorporated the patterns added in the Emacs development branch
999         for the new Emacs 22 face `font-lock-negation-char-face'.
1001         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
1002         of "red" since it stands out better in xterms and DOS terminals.
1004         * progmodes/cc-engine.el (c-literal-faces): Added
1005         `font-lock-comment-delimiter-face' which is new in Emacs 22.
1007 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1009         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
1010         forcibly enable c-electric-flag.
1012         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
1013         `comment-close-slash' on c-electric-slash: if enabled, typing `/'
1014         just after the comment-prefix of a C-style comment will close that
1015         comment.
1017 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1019         * progmodes/cc-fonts.el (c-basic-matchers-before,
1020         c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
1021         in Pike.
1023         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
1024         digraphs.
1026         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
1027         (c-cpp-message-directives, c-cpp-include-directives,
1028         c-opt-cpp-macro-define, c-opt-cpp-macro-define-start,
1029         c-cpp-expr-directives): Introduced new language constants to
1030         control cpp syntax in a cleaner way.
1032         (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
1034         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
1036         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines,
1037         c-multiline-string-start-char): New language constants and
1038         variables to specify how newlines in string literals work.
1040         (c-font-lock-invalid-string): Use them.
1042         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
1043         unbalanced close brace is entered.  Optimization by avoiding going
1044         back over arbitrarily large blocks.  Removed hints that this
1045         function only would be relevant/useful in AWK.
1047         (c-electric-brace): Indent syntactically after the cleanups since
1048         lineup functions might do it differently then.
1050         * progmodes/cc-engine.el, cc-langs.el
1051         (c-opt-op-identifier-prefix): New language constant and variable.
1053         (c-just-after-func-arglist-p, c-after-special-operator-id,
1054         c-search-decl-header-end, c-inside-bracelist-p): Use it.
1056         * progmodes/cc-align.el, cc-engine.el
1057         (c-after-special-operator-id): New helper to handle C++ operator
1058         identifiers.
1060         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p,
1061         c-guess-basic-syntax): Handle C++ operator identifiers in
1062         declarations.
1064         * progmodes/cc-langs.el (c-assignment-operators): Added the
1065         trigraph version of ^= too.
1067         * progmodes/cc-langs.el (c-assignment-operators): Added the
1068         trigraph version of |= in C++.
1070         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
1071         `c-decl-hangon-kwds' after the identifier name.
1073         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
1074         whether an arglist is "nonempty", ignore a comment after the open
1075         paren if it isn't followed by a non-comment token on the same
1076         line.
1078         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
1079         heuristics below the point to cope with classes inside special
1080         brace lists in Pike.
1082 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1084         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
1086 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1088         * progmodes/cc-guess.el (cc-guess-install): New function to
1089         install an already guessed style in another buffer.
1091         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
1092         sets `inhibit-read-only' - `c-save-buffer-state' should be used
1093         anyway if the change always is undone.
1095 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1097         Implement togglable electricity:
1099         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
1100         saying when it should be used.
1102         * progmodes/cc-engine.el: Add the new buffer-local variable,
1103         c-electric-flag.
1105         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
1106         c-toggle-auto-newline.
1108         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
1109         c-toggle-auto-newline.  Remove the binding for
1110         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
1111         c-toggle-electric-state.
1113         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
1115         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
1116         c-\(forward\|backward\)-subword.
1117         (c-update-modeline): Add the new modeline flag `l' for
1118         `c-electric-flag'.  Make the auto-newline flag `a' dependent on
1119         `l'.
1120         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.  Make
1121         the old name an alias of the new name.
1122         (c-toggle-electric-state): New function.
1123         c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
1124         Adapt these functions to do electric things only when
1125         c-electric-flag is non-nil.
1126         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
1127         new functions from c-electric-brace.
1128         (c-point-syntax): Add a check for "virtual semicolons" in AWK
1129         mode, so that the tentative extra newline doesn't change the
1130         syntax of the following brace.
1131         (c-electric-brace): restructure by extracting the above functions.
1132         Tidy up the coding somewhat.
1133         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
1134         restructure a bit.
1136 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1138         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
1139         anchor position(s) using faces.  Thanks to Masatake YAMATO for the
1140         idea.
1142         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
1143         (c-submode-indicators): Changed name from `c-auto-hungry-string'
1144         since it's now used to track another submode.
1146         (c-update-modeline): Converted to function and extended to check
1147         `c-subword-move-mode'.
1149         (c-forward-into-nomenclature, c-backward-into-nomenclature):
1150         Converted to compat aliases for `c-forward-subword' and
1151         `c-backward-subword'.
1153         * progmodes/cc-subword.el: New functions and minor mode to handle
1154         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
1156         (c-forward-subword, c-backward-subword, c-mark-subword,
1157         c-kill-subword, c-backward-kill-subword, c-transpose-subwords,
1158         c-capitalize-subword, c-downcase-subword, c-upcase-subword):
1159         Functions corresponding to the standard word handling functions.
1161         (c-subword-move-mode): Minor mode that replaces all the standard
1162         word handling functions with their subword equivalences.
1164 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1166         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
1167         entry for one-liner-defun.
1169         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
1170         name in its def-edebug-spec.
1172         * progmodes/cc-cmds.el (c-electric-brace): Make the
1173         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
1174         compacts space before a comment, if this will make things fit on
1175         one line.
1177         Introduce an "awk" style, mainly for auto-newline and clean-ups.
1179         * progmodes/cc-align.el: new function c-snug-1line-defun-close
1181         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
1182         clean-up one-liner-defun.
1184         * progmodes/cc-styles.el: Add the new "awk" style.
1186         * progmodes/cc-vars.el: Add description of one-liner-defun to
1187         c-cleanup-list's doc-string.  New user options,
1188         c-max-one-liner-length.  In c-default-style, set the default style
1189         for AWK to "awk".
1191 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1193         * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
1194         macros inside labels.
1196         * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
1197         `c-at-statement-start-p' and `c-at-expression-start-p'.
1199         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
1200         error if the mark isn't set.
1202         * progmodes/cc-engine.el (c-guess-continued-construct,
1203         c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
1204         accurately detect functions inside functions.
1206         * progmodes/cc-engine.el (c-at-expression-start-p): New function
1207         like `c-at-statement-start-p' that additionally recognizes commas
1208         and expression parentheses as delimiters.
1210         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
1211         to avoid heuristics that doesn't work for unclosed blocks.
1213         (c-at-statement-start-p): New function.
1215         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
1216         Objective-C directives, e.g. directives spanning lines should work
1217         reasonably well now.
1219         (c-put-c-type-property, c-clear-c-type-property): New helpers.
1221         (c-forward-objc-directive): New function to move over any ObjC
1222         directive.
1224         (c-just-after-func-arglist-p, c-guess-basic-syntax,
1225         c-basic-matchers-before): Use it.
1227         (c-font-lock-objc-iip-decl): Removed.
1229         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
1230         in the template arglist recognition.
1232         * progmodes/cc-styles.el (c-style-alist): Fixed several
1233         inconsistencies in the Whitesmith style.
1235         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks): New
1236         lineup function to get lines after Whitesmith style blocks
1237         correctly indented.
1239         (c-lineup-whitesmith-in-block): Backed out the compensation for
1240         opening parens since it's done using `add' lists in the style
1241         definition instead.  Don't use the anchor position since it varies
1242         too much between the syntactic symbols. :P
1244         * progmodes/cc-vars.el (c-valid-offset): Updated.
1246         * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
1247         lists where the offsets are combined according to several
1248         different methods: `first', `min', `max', and `add'.  Report
1249         offset evaluation errors with `c-benign-error' so that some kind
1250         of reindentation still is done.
1252         * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
1253         `arglist-intro' the same way as `arglist-cont-nonempty' and
1254         `arglist-close'.
1256         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
1257         situations for `arglist-cont-nonempty' and `arglist-close'.
1259         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
1260         constant.
1262         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
1263         cc-bytecomp-boundp' in a number of places.
1265         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
1266         macro related issue.
1268 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1270         * progmodes/cc-awk.el: Change the terminology of regexps: A char
1271         list is now
1272         [asdf], a char class [:alpha:].  Include code for char classes.
1273         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
1274         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
1276         Remove (nearly all of) the cruft associated with AWK Mode's former
1277         concept of "virtual semicolons":
1279         Adapt c-beginning-of-statement, c-end-of-statement (together with
1280         subfunctions) to use the new notion of "virtual semicolon" in
1281         place of the old awkward special handling for AWK.  There remains
1282         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
1283         * progmodes/cc-cmds.el:
1284         (c-ascertain-adjacent-literal): In the backwards direction, now
1285         recognises AWK regexp delimiters as string delimiters.
1286         (c-after-statement-terminator-p): Adapt for virtual semicolons;
1287         check more rigorously for "end of macro".
1288         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
1289         virtual semicolons;
1290         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
1291         out the code for forward movement into ...
1292         (c-end-of-statement): Now contains the code for forward movement,
1293         adapted for virtual semicolons.
1295         * progmodes/cc-engine.el:
1296         (c-ws*-string-limit-regexp): new regexp.
1297         (c-forward-single-comment, c-backward-single-comment): Comment out
1298         the (now redundant) "special" AWK stuff.
1300         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
1301         c-string-par-start, c-string-par-separate to be more like Text
1302         Mode than Fundamental Mode.
1304 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1306         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
1307         to the fontified region so that fontification doesn't occur
1308         outside it
1309         (could happen e.g. when fontifying a line with an unfinished
1310         declaration).
1312 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1314         * progmodes/cc-awk.el: Regexps for analysing AWK code have been
1315         moved to near the start of the file.  ^L now separate sections of
1316         the file.  New defconsts: c-awk-non-eol-esc-pair-re,
1317         c-awk-blank-or-comment-line-re,
1318         c-awk-one-line-possibly-open-string-re,
1319         c-awk-regexp-one-line-possibly-open-char-class-re,
1320         c-awk-one-line-possibly-open-regexp-re,
1321         c-awk-one-line-non-syn-ws*-re.  New functions: c-awk-at-vsemi-p,
1322         c-awk-vsemi-status-unknown-p.
1324         Amend the concept of "virtual semicolons" (in the indentation
1325         engine) for languages like AWK, such that they are now
1326         conceptually attached to end of the last token of a statement, not
1327         the end of the line.  (In AWK Mode, however, the pertinent text
1328         property is still physically set on the EOL.)  Remove the specific
1329         tests for awk-mode, thus facilitating the introduction of other
1330         language modes where EOLs can end statements.  (Note: The
1331         funtionality in cc-cmds.el, specifically
1332         c-beginning/end-of-statement has yet to be amended.)
1334         * progmodes/cc-defs.el: New macros c-at-vsemi-p,
1335         c-vsemi-status-unknown-p.
1337         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
1338         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
1339         c-vsemi-status-unknown-p-fn (in a new page).
1341         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
1342         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
1343         numerous awkward forms like
1344         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
1345         with
1346         (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
1347         variable before-ws-ip, the place just after char-before-ip
1348         appears.
1350         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
1351         a comment.
1353 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1355         * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
1356         `c-tentative-buffer-changes'.
1358         * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
1359         converted to macro to choose between Emacs and XEmacs at compile
1360         time.
1362         (c-set-region-active): New set counterpart to
1363         `c-region-is-active-p'.
1365         (c-tentative-buffer-changes): New macro to handle temporary buffer
1366         changes in a convenient way.
1368         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
1369         for `c-tentative-buffer-changes'.
1371         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
1372         the checks for paren sexps between the point and the keyword, to
1373         avoid some false alarms.
1375         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
1376         Fixed a situation where an error could be thrown for unbalanced
1377         parens.  Changed to make use of c-keyword-member' to avoid some
1378         repeated regexp matches.
1380         (c-opt-lambda-key, c-opt-inexpr-block-key,
1381         c-opt-inexpr-class-key): These language variable are no longer
1382         necessary.
1384         (c-block-stmt-kwds): New language constant used by
1385         c-looking-at-inexpr-block'.
1387         (c-guess-basic-syntax): Removed an optional check that looked at
1388         the existence of the now removed language variables.
1390         * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
1391         c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
1392         object instantiation expressions as declarations in some contexts.
1393         This bug only affected languages where the declarator can't be
1394         enclosed in parentheses.
1396         * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
1397         insert newlines before and after substatement braces.
1399         * progmodes/cc-engine.el: Improved the heuristics for recognizing
1400         function declaration headers and the handling of C++ style member
1401         init lists.
1403         (c-just-after-func-arglist-p): Rewritten to use
1404         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
1406         (c-beginning-of-member-init-list): Removed since it isn't used
1407         anymore.
1409         (c-guess-basic-syntax): Case 5B adapted for the new
1410         `c-just-after-func-arglist-p'.  Cases 5B.1 and 5B.3 merged.  Cases
1411         5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
1412         covers all cases now).
1414         * progmodes/cc-defs.el (c-point): Added 'bosws and 'eosws.
1416 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1418         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
1419         c-string-par-start/separate c-sentence-end-with-esc-eol,
1420         initialised in c-setup-paragraph-variables, used in string
1421         scanning subroutines of c-beginning-of-statement.
1423         * progmodes/cc-cmds.el (c-electric-brace): don't delete a comment
1424         which precedes the newly inserted `{'.
1426 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1428         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
1429         function for declaration level blocks.  It should now cope with
1430         templates better and also be a lot more comprehensible.
1432         (c-looking-at-decl-block): The new function.
1434         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
1435         for compatibility.
1437         (c-add-class-syntax, c-guess-continued-construct,
1438         c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
1440         (c-decl-block-key): Changed to tell apart ambiguous and
1441         unambiguous keywords.  Pike specials are now handled directly in
1442         the code instead.
1444         (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
1445         language constants and variables to make the backward skip in
1446         `c-looking-at-decl-block' as tight as possible.
1448         (c-nonsymbol-token-char-list): New language constant.
1450         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
1451         find balanced template arglists backwards.
1453         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
1454         making char classes for `c-syntactic-skip-backward'.
1456         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
1457         16D - can't be a class-close at that point.
1459         * progmodes/cc-engine.el (c-guess-basic-syntax,
1460         c-add-class-syntax): Don't narrow out the enclosing declaration
1461         level.  This makes everything a lot easier, and it was actually
1462         only four small places that needed it to work.  Some places that
1463         previously did `widen' are removed now, which has the effect that
1464         `c-guess-basic-syntax' never will look at things outside the
1465         current narrowment now.  The anchor position for `topmost-intro'
1466         is affected by this, but it was so bogus it was basically useless
1467         before, and now it's equally bogus but in a slightly different
1468         way.
1470         (c-narrow-out-enclosing-class): Gone.
1472         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
1473         the narrowed region.
1475         (c-least-enclosing-brace): Removed silly optional argument.
1477         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
1478         the point could be left directly after an open paren when finding
1479         the beginning of the first decl in the block.
1481         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
1482         Specify which submatch to use.
1484         * progmodes/cc-langs.el (c-symbol-start): Include '@' in ObjC.
1486         (c-decl-start-re): No no longer any need for special treatment of
1487         ObjC due to the above.
1489         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
1490         presumably follows C in that regard.
1492         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
1493         New language constants to specify operator tokens inside
1494         identifiers in a more high level way.
1496         (c-opt-identifier-prefix-key): New internal language constant.
1498         (c-opt-identifier-concat-key, c-opt-after-id-concat-key,
1499         c-identifier-start, c-identifier-key): Now completely calculated
1500         from other constants.
1502         (c-identifier-last-sym-match): Decommissioned since it's no longer
1503         used.
1505         (c-operators): Use `c-identifier-ops'.  Documented
1506         `postfix-if-paren'.
1508         * progmodes/cc-engine.el (c-forward-name): Removed the
1509         optimization when c-identifier-key is equal to c-symbol-key since
1510         it doesn't work in byte compiled files.  Don't record empty
1511         regions as identifiers.
1513         * progmodes/cc-langs.el (c-filter-ops): New helper function to
1514         simplify access to `c-operators' and its likes.
1516         (c-operator-list, c-all-op-syntax-tokens,
1517         c-nonsymbol-token-regexp, c-<>-multichar-token-regexp,
1518         c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds,
1519         c-primary-expr-regexp, c-cast-parens): Use it.
1521         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
1522         an explicit language in functions.
1524         * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
1525         variant of adornment.
1527         * progmodes/cc-langs.el (c-any-class-key): Removed unused language
1528         variable.
1530         (c-type-decl-prefix-key): Removed some now unnecessary cruft from
1531         the Pike value.
1533         * progmodes/cc-engine.el (c-on-identifier,
1534         c-simple-skip-symbol-backward): Small fix for handling "-"
1535         correctly in `skip-chars-backward'.  Affected the operator lfun
1536         syntax in Pike.
1538         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
1539         diagnostic message about precompiled language vars not being used.
1541         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
1542         "__attribute__" is followed by a parenthesis.
1544         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re,
1545         c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
1546         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
1548         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
1549         cleanups to properly detect the declared identifiers in various
1550         declarations.
1552         (c-decl-start-kwds): New language constant to recognize
1553         declarations that can start anywhere.  Used for class declarations
1554         in Pike.
1556         (c-specifier-key, c-not-decl-init-keywords,
1557         c-decl-prefix-or-start-re, c-find-decl-prefix-search,
1558         c-find-decl-spots): Implement `c-decl-start-kwds'.
1560         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds,
1561         c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
1562         handling of the compiler specific extension keywords into a new
1563         language constant `c-decl-hangon-kwds' that defines keyword
1564         clauses to be ignored in declarations.
1566         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
1567         past unrecognized tokens when handling `c-colon-type-list-kwds'.
1568         Necessary to stop at the declared identifier in e.g. IDL valuetype
1569         declarations.
1571         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds,
1572         c-prefix-spec-kwds-re, c-postfix-spec-kwds,
1573         c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key,
1574         c-forward-decl-or-cast-1): Recognize the declared identifier in
1575         class and enum declarations as such and not as part of the type.
1577         (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
1578         interpretation of PRECEDING-TOKEN-END when there's no preceding
1579         token.
1581         (c-forward-decl-or-cast-1): Don't disregard sure signs of
1582         declarations when there's some syntax error later on.
1584         (c-complex-decl-matchers): Did away with a reference to
1585         `c-specifier-key'.
1587         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
1588         value - this variable is always dynamically bound.
1590         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el,
1591         cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el,
1592         cc-cmds.el, cc-defs.el: Changed the policy for marking up
1593         functions that might do hidden buffer changes: All such internal
1594         functions are now marked instead of those that don't.
1596         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments,
1597         c-(forward|backward)-single-comment, c-parse-state, c-on-identifier,
1598         c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments,
1599         c-literal-type): Allow these functions to make hidden buffer changes,
1600         so that they are free to use text property caching later on.
1602         (c-electric-backspace, c-electric-delete-forward, c-electric-pound,
1603         c-electric-brace, c-electric-slash, c-electric-star,
1604         c-electric-semi&comma, c-electric-colon, c-electric-lt-gt,
1605         c-electric-paren, c-electric-continued-statement, c-indent-command,
1606         c-indent-region, c-mask-paragraph, c-indent-new-comment-line,
1607         c-context-line-break): Added `c-save-buffer-state' calls to comply
1608         with the changed semantics of the functions above.
1610         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
1611         when macros occur in obscure places.  Optimized the sexp movement
1612         a bit.
1614 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1616         Enhancements for c-beginning-of-statement to work in AWK Mode:
1618         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
1619         (completed statement) with `}' (statement completed by closing
1620         brace or semicolon) and `$' (statement completed by EOL).
1622         (c-awk-virtual-semicolon-ends-prev-line-p,
1623         c-awk-virtual-semicolon-ends-line-p,
1624         c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward,
1625         c-awk-at-statement-end-p): new functions
1627         * progmodes/cc-cmds.el: Simplify the structure of functions
1628         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
1629         two functions and c-beginning-of-statement to handle AWK Mode.
1631         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
1632         c-backward-single-comment for AWK mode.  Attempt to clarify their
1633         doc-strings.
1635         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
1637 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1639         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
1640         label handling.  Labels are now recognized in a uniform and more
1641         robust way, regardless of context.  Text properties are put on all
1642         labels to recognize the following declarations better.  Multiword
1643         labels are handled both in indentation and fontification for the
1644         benefit of language extensions like Qt.  For consistency, keywords
1645         in labels are now fontified with the label face instead.  That
1646         also applies to "case" and "default".
1648         (c-beginning-of-statement-1): Fixed some bugs in the label
1649         handling.  Disregard `c-nonlabel-token-key' in labels that begin
1650         with `c-label-kwds'.
1652         (c-find-decl-spots): Support that the callback adds more
1653         `c-decl-end' spots to find.
1655         (c-forward-decl-or-cast-1): Don't treat a list of plain
1656         identifiers followed by a colon as a declaration.
1658         (c-forward-label): New function to recognize labels.
1660         (c-guess-basic-syntax): Replaced uses of `c-label-key' with
1661         `c-forward-label'.  Moved the label recognition cases (14 and 15)
1662         earlier since they aren't so context sensitive now.  Handle labels
1663         on the top level gracefully.  Moved access label recognition to
1664         the generic label case (CASE 15) - removed CASE 5E.
1666         (c-font-lock-declarations): Added recognition of labels in the
1667         same round since we need to handle labels in parallell with other
1668         declarations to recognize both accurately.  It should also improve
1669         speed.
1671         (c-simple-decl-matchers, c-basic-matchers-after): Moved
1672         `c-font-lock-labels' so that it only is used on decoration level 2
1673         since `c-font-lock-declarations' handles it otherwise.
1675         (c-complex-decl-matchers): Removed the simplistic recognition of
1676         access labels.
1678         (c-decl-prefix-re): Removed the kludges that was necessary to cope
1679         with labels earlier.
1681         (c-decl-start-re): New language variable to make
1682         `c-font-lock-declarations' stop for the special protection labels
1683         in Objective-C that start with '@'.
1685         (c-label-key): Removed since it's no longer used.
1687         (c-recognize-colon-labels, c-label-prefix-re): New language
1688         constants to support recognition of generic colon-terminated
1689         labels.
1691         (c-type-decl-end-used): `c-decl-end' is now used whenever there
1692         are colon terminated labels.
1694         * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
1695         first argument starts with a special brace list.
1697         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1,
1698         c-font-lock-declarations): Broke out the declaration and cast
1699         recognition from `c-font-lock-declarations' to a new function, so
1700         that it can be used in the indentation engine.
1702         * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
1703         up to the start of the literal.  Fixed bug with the point on the
1704         wrong side of the search limit that could happen when the start
1705         position is inside a literal.
1707         * progmodes/cc-engine.el (c-parse-state,
1708         c-invalidate-state-cache): Modified the use of `c-state-cache-end'
1709         so that it's kept a little bit back to increase the hit rate.
1711         (c-parse-state): Changed the macro handling and fixed some
1712         glitches.  Macro context is checked more often than necessary now,
1713         but otoh less garbage conses are generated.
1715         * progmodes/cc-engine.el (c-parse-state,
1716         c-invalidate-state-cache): Cache the last position where
1717         `c-state-cache' applies.  This can speed up refontification quite
1718         a bit in blocks where there are many non-brace parens before the
1719         point.
1721         (c-state-cache-end): New variable for this.
1723         (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
1724         cache variable.
1726         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
1727         get close initial continue positions when the start position is
1728         inside a literal or macro.  Do not call the callback for spots
1729         before the start position (which can happen e.g. for `c-decl-end'
1730         spots inside comments).  Optimize better in special cases when the
1731         region is a single line inside a literal or macro (typically when
1732         the current line is refontified).
1734         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
1735         to `c-add-stmt-syntax' - there's no need to explicitly whack off
1736         entries from the paren state.
1738         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
1739         special case for "else if" clauses.
1741         * progmodes/cc-engine.el (c-looking-at-inexpr-block,
1742         c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
1744         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
1745         language variable to recognize the gcc extension with statement
1746         blocks inside expressions.
1748         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
1749         it somewhat more comprehensible.  The argument AT-BLOCK-START is
1750         no longer used and hence removed.
1752         (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
1753         to `c-add-stmt-syntax'.
1755         * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
1756         `c-beginning-of-statement-1' instead of duplicating parts of it.
1757         This fixes bogus label recognition.
1759         * progmodes/cc-engine.el (c-add-type, c-check-type,
1760         c-forward-name, c-forward-type): Improved storage of template
1761         types in `c-found-types' so that they can be recognized better.
1763         (c-syntactic-content): Added option to skip past nested parens.
1765         * progmodes/cc-engine.el (c-forward-name): Set
1766         `c-last-identifier-range' all the time.  It's less work that way.
1767         Handle that there might not be an identifier to store in
1768         `c-last-identifier-range'.
1770         (c-forward-type): Handle that `c-last-identifier-range' might be
1771         nil from `c-forward-name'.
1773         * progmodes/cc-defs.el: (c-safe-scan-lists,
1774         c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
1776         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
1777         to work even if the form fails.
1779         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
1780         down in a large file in one go.
1782         (c-get-fallback-start-pos): New helper function for
1783         `c-parse-state'.
1785         * progmodes/cc-align.el (c-lineup-assignments): New lineup
1786         function which is like `c-lineup-math' but returns nil instead of
1787         `c-basic-offset' when it doesn't match.
1789         (c-lineup-math): Changed to use `c-lineup-assignments'.
1791 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1793         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
1794         c-beginning-of-statement.  New subfunctions
1795         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
1797 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1799         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
1800         hardcoded char classes whereever possible.  Changed a couple of
1801         places to use skip by syntax instead of skip by char class.
1803         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
1804         Fixed a bug in the regexp that caused extreme backtracking.
1806         * progmodes/cc-langs.el (c-block-comment-starter,
1807         c-block-comment-ender): New language constants to specify in a
1808         single place how block comments look.
1810         (c-comment-start-regexp, c-block-comment-start-regexp,
1811         comment-start, comment-end, comment-start-skip,
1812         c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws,
1813         c-syntactic-ws, c-nonempty-syntactic-ws,
1814         c-single-line-syntactic-ws, c-syntactic-eol): Now built from
1815         `c-line-comment-starter', `c-block-comment-starter' and
1816         `c-block-comment-ender'.
1818         (c-block-comment-regexp, c-unterminated-block-comment-regexp): New
1819         language constants to break up things a bit.
1821         (c-simple-ws): New language constant for simple whitespace.
1823         * progmodes/cc-defs.el (c-concat-separated): New convenience
1824         function.
1826         * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
1827         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
1828         newlines.  Allow and ignore nil elements in the list.
1830 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1832         * progmodes/cc-cmds.el: Comment out a (n almost certainly
1833         superfluous) check, (eq here (point-max)) in
1834         c-beginning-of-statement.
1836         * progmodes/cc-cmds.el: Tidy up the comments in
1837         c-beginning-of-statement and subfunctions.
1839         * progmodes/cc-awk.el: Replace calls to put-text-property to the
1840         more flexible c-put-char-property and c-clear-char-properties.
1841         Add the author's email address.
1843         * progmodes/cc-langs.el: New variable,
1844         c-block-comment-start-regexp.
1846         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
1847         closing "*/" of a block comment.
1849         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
1850         subfunctions) so that it works at BOB and EOB.
1852         * progmodes/cc-cmds.el, cc-vars.el: More updating of
1853         c-beginning-of-statement, including new variable
1854         c-block-comment-start-regexp.
1856 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1858         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
1859         symbols from `*-font-lock-extra-types' so that there's no need to
1860         use `regexp-opt' on those lists.
1862         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
1863         `c-type-modifier-kwds' is empty.
1865         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
1866         there are several strings on the same line.
1868         * progmodes/cc-engine.el (c-literal-limits): Removed the
1869         compatibility function for older emacsen.  `c-literal-limits-fast'
1870         has now taken the place of this function.
1872         * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
1873         with older emacsen: We now require 'pps-extended-state.
1875 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1877         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
1878         which obviates the need to hack sentence-end.  This now handles
1879         escaped newlines in strings correctly.  Correct minor bugs in
1880         c-move-over-sentence and in c-beginning-of-statement.
1882         * progmodes/cc-cmds.el (c-beginning-of-statement (and
1883         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
1884         that movement over macros and code are rigorously separated from
1885         eachother.  Correct a few incidental bugs.
1887         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
1888         Improve its doc-string.  Improve the handling of certain specific
1889         cases.
1891 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1893         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
1894         (c-guess-basic-syntax): Changed the way class-level labels are
1895         recognized; they can now contain essentially any symbols.
1897         (c-opt-extra-label-key): New language variable to cope with the
1898         special protection label syntax in Objective-C.
1900         (c-opt-access-key): Removed; this is now handled better by
1901         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
1903         (c-complex-decl-matchers): Update to handle that
1904         `c-opt-access-key' no longer exists.
1906         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
1907         improved label recognition in `c-beginning-of-statement-1'.
1909         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1910         Recognize bitfields better.
1912         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
1913         Removed some cruft and fixed a bug that could cause it to go to a
1914         position further down.
1916         * progmodes/cc-langs.el, cc-engine.el
1917         (c-beginning-of-statement-1): Improved detection of labels in
1918         declaration contexts.
1920         (c-beginning-of-decl-1): Use it.
1922         (c-nonlabel-token-key): New language constant and variable needed
1923         by `c-beginning-of-statement-1'.
1925         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
1926         manifested itself due to the correction in `c-forward-sexp'.
1928         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
1929         these behave as documented when used at the buffer limits.
1931         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
1932         (c-type-decl-end-used): Made this a language variable.
1934         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
1935         correctly when `combine-after-change-calls' is used together with
1936         temporary narrowings.
1938         * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
1939         labels correctly when the start point is immediately after the
1940         colon.
1942         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
1943         since it isn't used anymore.
1945         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
1946         bracket arglists such as template parens in C++.
1948         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
1949         in the last check-in.  Some optimization.
1951         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
1952         where it could stop at the same level in a preceding sexp when
1953         PAREN-LEVEL is set.
1955         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
1956         text property lookup only when it's needed.
1958         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
1959         Changed the policy for paren marked angle brackets to be more
1960         persistent; once marked they remain marked even when they're found
1961         to be unbalanced in the searched region.  This should keep the
1962         paren syntax around even when individual lines are refontified in
1963         multiline template arglists.
1965         (c-parse-and-markup-<>-arglists): New dynamically bound variable
1966         to control markup so that incorrect angle bracket arglists aren't
1967         marked in contexts where the correct value for
1968         `c-disallow-comma-in-<>-arglists' isn't known.
1970         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
1971         argument has become `c-parse-and-markup-<>-arglists'.
1973         (c-remove-<>-arglist-properties): Removed - no longer used.
1975         (c-after-change-check-<>-operators): New function used on
1976         `after-change-functions' to avoid that "<" and ">" characters that
1977         are part of longer operators have paren syntax.
1979         (c-<>-multichar-token-regexp): New language variable used by
1980         `c-after-change-check-<>-operators'.
1982         (c-after-change): Call `c-after-change-check-<>-operators'.
1984         (c-font-lock-<>-arglists): Use the context properties set by
1985         `c-font-lock-declarations' to set
1986         `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
1987         markup.
1989         (c-font-lock-declarations): Removed code that undoes the invalid
1990         markup done by `c-font-lock-<>-arglists'.
1992         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
1993         after `c-font-lock-declarations'.
1995         * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
1996         paren-level feature.
1998         (c-guess-basic-syntax): Improved the anchor position for
1999         `template-args-cont' in nested template arglists.  There's still
2000         much to be desired in this area, though.
2002 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2004         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
2005         Make the "Text Filling and Line Breaking" commands work for AWK
2006         buffers.
2008 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2010         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
2011         Removed;
2012         (c-major-mode-is 'awk-mode) can be used instead now.
2014         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
2015         it doesn't work no longer are supported.
2017         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el,
2018         cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
2019         requires support for the syntax-table' text property, which rules
2020         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
2021         cruft associated with those versions.
2023         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
2024         for the `syntax-table' text property, which rules out Emacs 19 and
2025         XEmacs < 21.4.  Removed various compatibility cruft associated
2026         with those versions.
2028         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
2029         support for the `syntax-table' text property.
2031         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
2032         variable and use an extra quoted face name instead.  All the
2033         emacsen flavors handle that correctly.
2035         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare,
2036         c-font-lock-declarators, c-font-lock-declarations,
2037         c-complex-decl-matchers, c-basic-matchers-after): Use a text
2038         property to mark the items in in declarator lists to handle
2039         refontification inside multiline declarations better.
2041         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
2042         construct like "a * b = c;" as a declaration.
2044 2005-12-08  Kim F. Storm  <storm@cua.dk>
2046         * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
2047         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
2048         select either meta, hyper, or super modifier for rectangle commands.
2049         (cua--rectangle-modifier-key): New defvar.
2050         (cua--M/H-key): Use it.  Remove special case for 'space.
2051         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
2052         on X, to meta otherwise.  Always bind C-return to toggle
2053         rectangle.  Pass ?\s instead of 'space to cua--M/H-key.
2055         * emulation/cua-rect.el (cua-help-for-rectangle): Use
2056         cua--rectangle-modifier-key.  Handle super modifier too.
2057         (cua--init-rectangles): Always bind C-return to toggle rectangle.
2058         Pass ?\s instead of 'space to cua--M/H-key and cua--rect-M/H-key.
2060         * ido.el: Move Acknowledgements and History after Commentary.
2061         Minor changes to Commentary.
2063         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
2064         keymap if cua--prefix-override-timer equals 'shift.
2065         (cua--shift-control-prefix): New function; emulate "type prefix
2066         key twice" functionality to handle shifted prefix key override.
2067         (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
2068         commands.
2069         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
2071 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
2073         * textmodes/org.el (org-insert-heading): Try to do items before
2074         headings.
2075         (org-agenda-mode): Quote `org-agenda-mode-hook'.
2076         (org-insert-item): New function.
2077         (org-renumber-ordered-list): Don't skip to higher level lists.
2079 2005-12-08  Juri Linkov  <juri@jurta.org>
2081         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
2083         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
2085         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
2087         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
2088         the constructed function name fun-1.
2090         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
2091         because such links don't lead to parent documentation.
2093 2005-12-08  Kenichi Handa  <handa@m17n.org>
2095         * descr-text.el (describe-char): Use *Help-2* buffer if the
2096         current buffer is *Help*.  Call describe-text-properties while
2097         setting the original buffer.
2099 2005-12-07  Bill Wohler  <wohler@newt.com>
2101         * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
2102         and causes problems with non-MH users (such as Gnus users).
2104 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
2106         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
2107         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
2108         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
2109         command "info sources".  Move calls to GDB command "list".
2110         (gdb-find-file-hook): Just use gdb-source-file-list.
2111         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
2112         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
2113         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
2114         (gdb-data-list-register-values-handler): Use correct trigger name.
2116 2005-12-07  Kim F. Storm  <storm@cua.dk>
2118         * ido.el (ido-completion-map): Renamed from ido-mode-map.
2119         (ido-common-completion-map, ido-file-completion-map)
2120         (ido-file-dir-completion-map, ido-buffer-completion-map):
2121         Renamed from ido-mode-....-map.
2122         (ido-init-completion-maps): Renamed from ido-init-mode-maps.
2123         (ido-setup-completion-map): Renamed from ido-define-mode-map.
2124         (ido-read-internal): Bind minibuffer-local-filename-completion-map
2125         to ido-completion-map.
2127 2005-12-07  Kenichi Handa  <handa@m17n.org>
2129         * international/mule-cmds.el
2130         (set-display-table-and-terminal-coding-system): If the coding
2131         system specified in `unibyte-display' property is different from
2132         the arg coding-system, don't setup standard-display-table.
2134 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2136         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
2137         that comments end at \n, regardless of selective-display.
2139 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
2141         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
2142         (gdb-version): New variables.
2143         (gdb-source-file-list, gdb-register-names)
2144         (gdb-changed-registers): New variables for use with GDB 6.4+.
2145         (gdb-ann3): Replace with...
2146         (gdb-init-1, gdb-init-2): ...two new functions.
2147         (gdba, gdb-prompt): Call gdb-init-1.
2148         (gdb-get-version): New function.  Call gdb-init-2 from here.
2149         (gud-watch): Make it work with mouse events too.
2150         (gdb-post-prompt): Don't add to queue until GDB version is known.
2151         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
2152         (gdb-locals-mode): Use gdb-version.
2153         (gdb-memory-format-map, gdb-memory-unit-map)
2154         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
2155         (gdb-locals-font-lock-keywords-1)
2156         (gdb-locals-font-lock-keywords-2): New variables.
2157         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
2158         (gdb-set-gud-minor-mode-existing-buffers-1)
2159         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
2160         (gdb-var-update-1, gdb-var-update-handler-1)
2161         (gdb-data-list-register-values-handler)
2162         (gdb-data-list-register-values-custom)
2163         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
2164         (gdb-stack-list-locals-handler, gdb-get-register-names):
2165         New functions for use with GDB 6.4+.
2166         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
2167         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
2168         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
2169         (gdb-stack-list-locals-regexp)
2170         (gdb-data-list-register-names-regexp): New regexps for use with
2171         GDB 6.4+.
2173 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2175         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
2177 2005-12-06  Nozomu Ando <nand@mac.com>  (tiny patch)
2179         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
2180         prompts work for AUTH PLAIN.  Also reported by Steve Allan
2181         <seallan@verizon.net>.
2183 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
2185         * frame.el (set-frame-parameter): Add doc string.
2187 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
2189         * textmodes/org.el (org-occur-highlights): New variable.
2190         (org-highlight-new-match, org-remove-occur-highlights): New functions.
2191         (org-highlight-sparse-tree-matches): New option.
2192         (org-do-occur): New function.
2193         (org-get-heading): Make it work also at beginning of line.
2194         (org-category-table): New variable.
2195         (org-get-category-table, org-get-category)
2196         (org-camel-to-words, org-link-search): New functions.
2197         (org-select-this-todo-keyword): New variable.
2198         (org-todo-list): New command.
2199         (org-shiftright, org-shiftleft): New commands.
2200         (org-agenda-todo): Add prefix argument.
2201         (org-show-hierarchy-above): New option.
2202         (org-show-todo-tree): Numerical prefix creates tree for specific
2203         TODO keyword.
2204         (org-outline-level): New function, to assign a level to plain
2205         lists items.
2206         (org-cycle-include-plain-lists): New option.
2207         (org-mode): Use `org-outline-level' as value of `outline-level'.
2208         (org-cycle): Temporarily switch `outline-regexp' if
2209         `org-cycle-include-plain-lists' is non-nil.
2210         (org-start-icalendar-file): Fix format bug.
2211         (org-agenda-get-day-entries): Create category table.
2212         (org-agenda-get-todos, org-agenda-get-timestamps)
2213         (org-agenda-get-deadlines, org-agenda-get-scheduled)
2214         (org-agenda-get-blocks): Use `org-get-category'.
2215         (org-context-in-file-links): Rename from
2216         `org-line-numbers-in-file-links' .
2218 2005-12-06  Romain Francoise  <romain@orebokech.com>
2220         * window.el (balance-windows): Delete extraneous third arg in call
2221         to `enlarge-window'.
2223 2005-12-06  Kenichi Handa  <handa@m17n.org>
2225         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
2227 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
2229         * progmodes/gdb-ui.el (gdb-var-create-handler)
2230         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
2231         (gdb-var-list-children-handler, gdb-var-update-handler):
2232         Current buffer is already gdb-partial-output-buffer, don't
2233         make it current again.
2235 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
2237         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
2238         (list-buffers-noselect): Use it.
2240 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2242         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
2243         (mail-yank-ignored-headers): Use regexp-opt.
2244         (mail-mode-map): Move initialization into declaration.
2245         (mail-sent-via): Remove unused shadowed var `to-line'.
2246         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
2247         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
2248         (mail-do-fcc): Use dolist and push.
2249         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
2250         (mail-yank-ignored-headers): Don't autoload.
2252 2005-12-05  Kenichi Handa  <handa@m17n.org>
2254         * international/mule-cmds.el (set-language-info-internal): New fun.
2255         (set-language-info): Call set-language-info-internal to update
2256         language-info-alist.  If LANG-ENV is the current one, call
2257         set-language-environment to make INFO effective now.
2258         (set-language-info-alist): Likewise.
2259         (locale-language-names): With locale "en", use English
2260         lang. env. but set the default codings to iso-8859-1.
2262 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
2264         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
2265         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
2266         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
2267         for plain strings.
2268         (gdb-frames-mode): Remove redundant call to font-lock-mode.
2269         (gdb-all-registers): Rename from toggle-gdb-all-registers.
2270         Create registers buffer if necessary.  Echo new state in minibuffer.
2271         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
2273 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
2275         * info.el (Info-fontify-node): Match external links using
2276         non-directory part of filename.
2278 2005-12-04  Juri Linkov  <juri@jurta.org>
2280         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
2281         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
2282         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
2283         because there is no customization option for it.
2285         * font-lock.el (lisp-font-lock-keywords-1):
2286         Add define-global-minor-mode.
2288         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
2290         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
2291         properties on the constructed variable names.
2293         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2294         Put `definition-name' properties on the constructed function names
2295         next-sym and prev-sym.
2297         * emacs-lisp/find-func.el (find-function-regexp):
2298         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
2299         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
2300         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
2301         and easy-menu-define.
2303         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
2304         easy-mmode-define-global-mode and define-global-minor-mode.
2305         (lisp-imenu-generic-expression): Add define-global-minor-mode.
2307         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
2308         instead of easy-mmode-define-global-mode.
2310         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
2311         Use define-minor-mode instead of easy-mmode-define-minor-mode.
2313         * cus-edit.el (customize-group, customize-group-other-window):
2314         Filter out autoloaded options from the group completion list by
2315         using heuristics that autoloaded groups don't have `custom-autoload'
2316         property on their symbols (they have only `custom-loads').
2318         * simple.el (completion-setup-function): Put completions-common-part
2319         face on complete completion string too (i.e. completion string
2320         without completions-first-difference face).
2322         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
2324 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
2326         * view.el (view-mode): Doc fix.
2328         * disp-table.el (standard-display-european): Add to the warning
2329         message a reference to the doc string.
2331         * play/yow.el (apropos-zippy): Call print-help-return-message,
2332         similar to other Help and Apropos commands.
2334         * help.el (print-help-return-message): If pop-up-frames is
2335         non-nil, set up help-return-method to delete the help window and,
2336         possibly, its frame as well, and don't display message about
2337         scrolling the help window.  Doc fix.
2338         (help-return-method): Doc fix.
2340 2005-12-03  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2342         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
2343         whereby names of length one or names starting with a
2344         symbol-constituent character would not be returned.
2346 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2348         * subr.el (atomic-change-group): Add edebug and indentation spec.
2350 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2352         * completion.el (save-completions-file-name): Fix typo in last change.
2354 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2356         * info.el: Move back/forward history to the beginning of the tool bar.
2358 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
2360         * allout.el:(eval-when-compile): Remove unnecessary load of 'cl.
2361         Add fset of allout-real-isearch-abort during compile to fix
2362         byte-compilation warnings.
2363         (allout-mode-p): Move definition of this macro above all uses, or
2364         byte compilation in barren emacs (eg, during emacs build) will
2365         lack the definition.
2366         (allout-mode): Move this variable above any uses, or byte
2367         compilation will fail.
2368         (allout-resolve-xref): Remove use of personal file-reference function.
2369         (allout-toggle-current-subtree-encryption): Do the current (ie,
2370         visible containing) topic, rather than nearest around point.  Doc fix.
2371         (allout-toggle-subtree-encryption): New function, workhorse that
2372         works on nearest topic containing point.
2373         (allout-encrypt-string): Signal requirement for newer version of pgg.
2374         (allout-resumptions): Doc fix.
2376 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
2378         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
2380 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
2382         * textmodes/flyspell.el (flyspell-external-point-words):
2383         Consider a misspelling as found in the string search if: (a) misspelling
2384         and found string lengths match, or (b) misspelling is found as
2385         element in a boundary-chars separated longer string, or (c)
2386         ispell-program-name is really ispell and misspelling is found as
2387         part of a TeX string.  After successful match move beginning of
2388         search region to end of match.  Warn about not found misspellings
2389         once the process is done.
2390         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
2392 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
2394         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
2395         tool bar (removed inadvertently).
2397 2005-12-02  Juri Linkov  <juri@jurta.org>
2399         * log-view.el (log-view-diff): Clarify doc string.
2401 2005-12-01  Bill Wohler  <wohler@newt.com>
2403         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
2404         triggers lm-verify errors.
2406 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
2408         * simple.el (transient-mark-mode, line-number-mode)
2409         (column-number-mode, size-indication-mode): Remove `:require nil'.
2411 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
2413         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
2414         in the margin also.
2415         (gdb-breakpoints-mode-map): Use D instead of d for
2416         gdb-delete-breakpoint.
2417         (gdb-get-frame-number): Require a number to match on.
2418         (gdb-threads-mode-map): Add follow-link binding.
2420 2005-11-30  Jason Rumney  <jasonr@gnu.org>
2422         * isearch.el (isearch-mode-map): Avoid exiting search on
2423         language-change event.
2425 2005-11-30  Romain Francoise  <romain@orebokech.com>
2427         * speedbar.el (speedbar-default-position): New defcustom.
2428         (speedbar-frame-reposition-smartly): Use it.
2430         * dframe.el (dframe-reposition-frame-emacs): Fix position
2431         computation for `left' location.
2432         Update copyright year.
2434 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2436         * help.el (help-map): Move initialization into declaration.
2438         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
2440         * help-fns.el (help-argument-name): Don't autoload.
2441         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
2442         to be re-loaded when customizing the `help' group.
2444 2005-11-30  John Paul Wallington  <jpw@gnu.org>
2446         * help-fns.el (describe-function-1): Fill arglist output.
2448 2005-11-30  Kim F. Storm  <storm@cua.dk>
2450         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
2451         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
2452         after revert-buffer (or anything else which kills all local variables).
2454         * apropos.el (apropos-parse-pattern): Doc fix.
2455         Set apropos-regexp directly, rather than expecting callers to do so.
2456         (apropos-command, apropos, apropos-value, apropos-documentation):
2457         Simplify calls to apropos-parse-pattern.
2459 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
2461         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
2462         (hi-lock-face-phrase-buffer): Use hi-yellow face.
2463         (hi-lock-write-interactive-patterns): Use comment-region.
2465         * longlines.el (longlines-mode): Add mail-setup-hook.
2467         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
2469         * simple.el (sendmail-user-agent-compose, next-line):
2470         Conditionally use hard-newline.
2472 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2474         * international/latexenc.el (latex-inputenc-coding-alist):
2475         Reword doc string.
2477 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
2479         * help.el (describe-key-briefly, describe-key): Recognize default
2480         bindings.
2482 2005-11-29  Romain Francoise  <romain@orebokech.com>
2484         * view.el (view-inhibit-help-message): New defcustom.
2485         (view-mode-enter): Use it.
2487 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
2489         * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
2490         Preserve user position.
2492 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
2494         * font-lock.el: Throw error if facemenu is not loaded to prevent
2495         accidental change of loading order in loadup.el.  (Suggested by RMS.)
2497         * loadup.el: Add comment explaining why facemenu must be loaded
2498         before font-lock.
2500 2005-11-28  Jay Belanger  <belanger@truman.edu>
2502         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
2503         (calc-dispatch-map): Add more keys for `calc-same-interface'.
2505         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
2507         * calc/calc-embed.el (calc-do-embedded): Update help message.
2509         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
2511 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2513         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
2515         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
2516         called-interactively-p.
2517         (elp-profilable-p): Rename from elp-not-profilable-p.
2518         Invert result and take into account macros and autoloaded functions.
2519         (elp-instrument-function): Update call.
2520         (elp-instrument-package): Update call.  Add completion.
2521         (elp-pack-number): Use match-string.
2522         (elp-results-jump-to-definition-by-mouse): Merge into
2523         elp-results-jump-to-definition and then remove.
2524         (elp-output-insert-symname): Make help echo text single-line.
2526         * replace.el (query-replace-map): Move initialization into declaration.
2527         (occur-engine): Use with-current-buffer.
2528         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
2529         (occur-mode-mouse-goto): Replace with an alias.
2531 2005-11-28  Juri Linkov  <juri@jurta.org>
2533         * simple.el (quoted-insert): Let-bind input-method-function to nil.
2535         * term/w32-win.el: Bind [S-tab] to [backtab].
2537         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
2538         `Info-find-file' to t.
2540         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
2541         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
2542         and same-window-regexps.
2543         (occur-next-error): Don't move point for arg 0.
2545 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
2547         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
2549 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2551         * log-edit.el (log-edit-changelog-use-first): New var.
2552         (log-edit-changelog-ours-p): Use it.
2553         (log-edit-insert-changelog): Set it with new arg `use-first'.
2554         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
2555         (log-edit-hook): Add them to the list of suggested options.
2557         * textmodes/flyspell.el (flyspell-last-buffer): New var.
2558         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
2559         redundant work.
2560         (flyspell-mode-on): Use add-hook for after-change-functions.
2561         (flyspell-mode-off): Use remove-hook for after-change-functions.
2562         (flyspell-changes): Make it buffer-local.
2563         (flyspell-after-change-function): Make it non-interactive.  Use push.
2564         (flyspell-post-command-hook): Check input-pending-p while processing
2565         the potentially long list of buffer changes.
2567 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
2569         * buff-menu.el (list-buffers-noselect): Display the selected
2570         frame's buffer list, not the global one.
2572 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
2574         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
2575         that (list last-input-event) works as in interactive spec.
2577 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
2579         * loadup.el ("facemenu"): Load facemenu before font-lock, because
2580         `facemenu-keymap' needs to be defined when font-lock is loaded.
2581         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
2583 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2585         * completion.el: Remove useless leading * in defcustom docstrings.
2586         (save-completions-file-name): Use ~/.emacs.d if available.
2587         (completion-standard-syntax-table): Rename from
2588         cmpl-standard-syntax-table and fold initialization into declaration,
2589         thus removing cmpl-make-standard-completion-syntax-table.
2590         (completion-lisp-syntax-table, completion-c-syntax-table)
2591         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
2592         (cmpl-saved-syntax, cmpl-saved-point): Remove.
2593         (symbol-under-point, symbol-before-point)
2594         (symbol-under-or-before-point, symbol-before-point-for-complete)
2595         (add-completions-from-c-buffer): Use with-syntax-table.
2596         (make-completion): Don't return a list of completion entries.
2597         Update callers.
2598         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
2599         (completion-initialize): Rename from initialize-completions.
2600         (completion-find-file-hook): Rename from cmpl-find-file-hook.
2601         (kill-emacs-save-completions): Collect stats here.
2602         (save-completions-to-file, load-completions-from-file):
2603         Use with-current-buffer.
2604         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
2605         into a function.  Move all calls to toplevel.
2606         (completion-lisp-mode-hook): New fun.
2607         (completion-c-mode-hook, completion-setup-fortran-mode):
2608         Set the syntax-table here.  Use local-set-key.
2609         (completion-saved-bindings): New var.
2610         (dynamic-completion-mode): Make it into a proper minor mode.
2611         (load-completions-from-file): Remove unused var `num-uses'.
2613         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
2614         constructor if it is explicitly overridden.
2616         * complete.el (PC-completion-as-file-name-predicate):
2617         Use minibuffer-completing-file-name.
2618         (partial-completion-mode): Use find-file-not-found-functions.
2619         (PC-lisp-complete-symbol): Use with-syntax-table.
2620         (PC-look-for-include-file): Remove dead setq.
2621         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
2622         (PC-complete): Use with-current-buffer.
2624         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
2625         escape single quotes.
2627 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
2629         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
2630         of `if' whose condition always returned nil.  Doc fix.
2632         * buff-menu.el (Buffer-menu-revert-function): Make the selected
2633         window's buffer the current buffer around the call to
2634         `list-buffers-noselect'.  This is necessary to mark that buffer
2635         with a `.' in the Buffer Menu when called from Lisp, for instance
2636         by Auto Revert Mode.
2638 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
2640         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
2641         attaching to it.
2642         (gdb-pre-prompt): Make sure gdb-error is reset.
2644         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
2645         with a child process, detect it.
2646         (gud-speedbar-buttons): Match regexp more carefully.
2648 2005-11-27  Richard M. Stallman  <rms@gnu.org>
2650         * mouse.el (mouse-drag-move-window-bottom):
2651         Use adjust-window-trailing-edge.
2653 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
2655         * simple.el (blink-matching-open): Ignore
2656         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
2657         (blink-matching-paren-on-screen): Update docstring.
2659         * paren.el (show-paren-mode): No longer change
2660         `blink-matching-paren-on-screen'.
2662 2005-11-27  John Paul Wallington  <jpw@pobox.com>
2664         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
2665         (gdb-threads-select, gdb-edit-register-value):
2666         Use `posn-set-point' instead of `mouse-set-point' because the
2667         latter is not fbound when configured without X.
2669 2005-11-27  Kim F. Storm  <storm@cua.dk>
2671         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
2672         existing face when partially highlighting a TAB in a rectangle.
2674 2005-11-26  Kim F. Storm  <storm@cua.dk>
2676         * ido.el (ido-mode-map): Doc fix.
2677         (ido-mode-common-map, ido-mode-file-map)
2678         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
2679         (ido-define-mode-map): Rewrite.  Select one of the new maps as
2680         parent for ido-mode-map instead of building from scratch.
2681         (ido-init-mode-maps): New defun to initialize new maps.
2682         (ido-mode): Call it.
2683         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
2684         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
2686 2005-11-26  John Paul Wallington  <jpw@pobox.com>
2688         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
2689         `mouse-set-point' because the latter is not fbound when configured
2690         without X.
2692 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
2694         * files.el (file-relative-name): Doc fix.
2696 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
2698         * progmodes/octave-inf.el (inferior-octave-startup): Force a
2699         non-empty string for secondary prompt PS2.
2701 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
2703         * progmodes/compile.el (compilation-setup): Fix last change.
2705 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
2707         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
2708         (gdb-mouse-toggle-breakpoint-margin)
2709         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
2710         Add gdb-server-prefix to keep out of command history.
2711         (gdb-edit-register-value): New function.
2712         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
2713         (gdb-info-registers-custom): Use above map.
2715 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
2717         * custom.el (enable-theme): Signal error if argument is not a
2718         theme.  Don't recalculate a face if it's not loaded yet.
2720         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
2721         the `user' theme is in effect.
2723         * info.el (Info-on-current-buffer): Record actual filename in
2724         Info-current-file, instead of t, or a fake filename if a non-file
2725         buffer.  Make autoload.
2726         (Info-find-node, Info-revert-find-node): No need to check for
2727         Info-current-file nil.
2728         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
2729         Info-current-file is now never `t'.
2730         (Info-fontify-node): Many simplifications due to Info-current-file
2731         always being valid.  Use Info-find-file to find node filename.
2733 2005-11-25  David Kastrup  <dak@gnu.org>
2735         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
2736         new character, then delete" in order to preserve markers.
2738 2005-11-25  David Ponce  <david@dponce.com>
2740         * recentf.el (recentf-arrange-by-rule): Handle a special
2741         `auto-mode-alist'-like "strip suffix" rule.
2742         (recentf-build-mode-rules): Handle second level auto-mode entries.
2744 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
2746         * viper-keym.el (viper-ESC-key): Use different values in terminal and
2747         window modes.
2749         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
2750         jde-javadoc-checker-report-mode.
2752         * ediff-wind (ediff-make-wide-display): Slight simplification.
2754         * ediff.el (ediff-date): Change the date of last update.
2756 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
2758         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
2759         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
2760         (hi-lock-mode): New global minor mode.
2761         (turn-on-hi-lock-if-enabled): New function.
2762         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
2763         Change arguments to regexp and face instead of a font-lock pattern.
2764         Directly set face property, instead of refontifying.
2765         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
2766         (hi-lock-find-patterns): Use line-number-at-pos.
2768         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
2769         arguments for hi-lock-set-pattern.
2770         (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
2771         font-lock-fontify-buffer.
2772         (hi-lock-find-file-hook, hi-lock-current-line)
2773         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
2775         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
2776         turned off.
2778         * progmodes/compile.el (compilation-setup): Don't fiddle with
2779         font-lock-defaults.
2781 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
2783         * progmodes/gdb-ui.el (gdb-var-create-handler)
2784         (gdb-var-list-children-handler): Find values for all variable
2785         objects.  gud-speedbar-buttons decides whether to display them.
2787 2005-11-24  Romain Francoise  <romain@orebokech.com>
2789         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
2790         buffer name with a space.
2792 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
2794         * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
2795         `org-export-local-list-max-depth'.  Change default value to 3.
2796         (org-auto-renumber-ordered-lists)
2797         (org-plain-list-ordered-item-terminator): New options.
2798         (org-at-item-p, org-beginning-of-item, org-end-of-item)
2799         (org-get-indentation, org-get-string-indentation)
2800         (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
2801         functions.
2802         (org-move-item-down, org-move-item-up): New commands.
2803         (org-export-as-html): New classes for CSS support.  Bug fix in
2804         regular expression detecting fixed-width regions.  Respect
2805         `org-local-list-ordered-item-terminator'.
2806         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
2807         also a list item.
2808         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
2809         New item moving functions.
2811 2005-11-24  Juri Linkov  <juri@jurta.org>
2813         * isearch.el (isearch-repeat): With empty search ring set
2814         `isearch-error' to the error string instead of signaling error
2815         with the function `error'.
2817 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2819         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
2821 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
2823         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
2824         and variable.
2825         (gdb-var-create-handler, gdb-var-list-children-handler):
2826         Don't match on "char **...".
2827         (gdb-var-update-handler): Find values for all variable objects.
2828         (gdb-info-frames-custom): Identify frames by leading "#".
2830         * progmodes/gud.el (gud-speedbar-menu-items): Add
2831         gdb-speedbar-auto-raise as radio button.
2832         (gud-speedbar-buttons): Raise speedbar if requested.
2833         Don't match on "char **...".
2834         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
2835         Make it editable.
2837 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
2839         * info.el (Info-fontify-node): Handle the case where
2840         Info-current-file is t.
2842 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2844         * simple.el (blink-matching-open): Fix off-by-one in last change.
2846 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2848         * term/mac-win.el: Don't change default directory.
2850 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
2852         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
2853         buffers correctly.  (It used to throw an error in such buffers.)
2854         Make it ask for confirmation in group buffers and other Custom
2855         buffers containing more than one customization item.
2857 2005-11-22  John Paul Wallington  <jpw@gnu.org>
2859         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
2860         property on mail and url overlays.
2861         (goto-address-at-point): Use `posn-set-point' instead of
2862         `mouse-set-point' because the latter is not fbound when configured
2863         without X.
2865 2005-11-22  Lars Hansen  <larsh@soem.dk>
2867         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
2868         (ls-lisp-classify, ls-lisp-format): Delete call to
2869         ls-lisp-parse-symlink.
2870         (ls-lisp-handle-switches): Handle symlinks to directories as
2871         directories when ls-lisp-dirs-first in non-nil.
2873 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
2875         * startup.el (command-line): Make sure that loaddefs.el is handled
2876         correctly in load-history.
2878 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
2880         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
2881         (gdb-struct-string, gdb-array-string): New constants.
2882         (gdb-info-locals-handler): Use them.
2883         (gdb-reset): Reset gdb-var-list to nil.
2885 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2887         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
2888         in patterns.
2890 2005-11-21  Juri Linkov  <juri@jurta.org>
2892         * custom.el (defcustom): Update link types in docstring.
2894 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2896         * custom.el (defgroup): Add doc-string-elt info.
2898         * widget.el (define-widget): Don't use declare for the doc-string-elt.
2900 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2902         * newcomment.el (comment-enter-backward): Fix last fix.
2904         * simple.el (blink-matching-open):
2905         * paren.el (show-paren-function): Allow new paren-class info.
2907 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
2909         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
2910         handled automagically.
2912 2005-11-20  Andreas Schwab  <schwab@suse.de>
2914         * descr-text.el (describe-char): When copying overlays put them
2915         over the full char description instead of just the first character
2916         of it.
2918 2005-11-20  Juri Linkov  <juri@jurta.org>
2920         * simple.el (what-cursor-position):
2921         * descr-text.el (describe-char): Use Lisp-readable syntax
2922         for octal and hex.  Reorder decimal, octal and hex values.
2923         Remove excess whitespace in the output.  Use `=' in `column='
2924         like in `point=' and `Hscroll='.
2926         * international/mule-cmds.el (encoded-string-description):
2927         Use Lisp-readable syntax for hex.
2929 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2931         * newcomment.el (comment-enter-backward): Handle the case where the
2932         comment is closed by EOB.
2934 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
2936         * longlines.el (longlines-before-revert-hook)
2937         (longlines-after-revert-hook): New functions.
2938         (longlines-mode): Turn off longlines temporarily when reverting.
2939         Add a message-setup-hook.
2940         (longlines-decode-buffer): New function.
2941         (longlines-wrap-line): Preserve marker positions.
2943 2005-11-19  Andreas Schwab  <schwab@suse.de>
2945         * emacs-lisp/shadow.el: Handle compressed files.
2947 2005-11-19  Romain Francoise  <romain@orebokech.com>
2949         * net/browse-url.el (browse-url-default-browser): Signal an error
2950         if no usable browser can be found, rather than try to load w3.
2952 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
2954         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
2955         replacing existing properties.
2956         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
2957         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
2958         tty specs.
2959         (rcirc-server-prefix, rcirc-server): New faces.
2960         (rcirc-url-regexp): Generate with rx macro.
2961         (rcirc-last-server-message-time): New variable.
2962         (rcirc-filter): Record time of last message.
2963         (rcirc-keepalive): Kill processes that did not send a message
2964         since the last ping.
2965         (rcirc-mode): Give rcirc-topic a local binding here.
2967 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
2969         * subr.el (read-passwd): Fontify the prompt as we do with other
2970         prompts.
2972 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
2974         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
2975         binding buffer-read-only to nil.
2977 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
2979         * complete.el (partial-completion-mode):
2980         Mention completion-auto-help in the doc string.
2982         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
2983         more Lisp-ish way.
2985 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se> (tiny change)
2987         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
2988         digits, not 8, to avoid misalignment for files larger than 100MB.
2990 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
2992         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
2993         Mention "keyboard shortcuts" in the help text.
2995 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2997         * startup.el (fancy-splash-default-action): Discard only
2998         mouse-down and succeeding mouse-up events in the splash screen
2999         window so that drag-n-drop event can be processed.
3001 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
3003         * longlines.el (longlines-mode): Add hacks for mail-mode and
3004         message-mode.
3006 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
3008         * textmodes/org.el (org-table-sort-lines): New command.
3009         (org-tbl-menu): Add entry for `org-table-sort-lines'.
3010         (org-add-file): Command removed, use `org-agenda-file-to-front'
3011         instead.
3012         (org-export-icalendar): Use `org-icalendar-combined-name'.
3013         (org-cycle-agenda-files, org-agenda-file-to-end)
3014         (org-agenda-file-to-front): New commands.
3015         (org-table-tab-jumps-over-hlines,org-export-html-style): New
3016         options.
3017         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
3018         (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
3019         New functions.
3020         (org-fill-paragraph): Call `org-table-align' in tables.
3021         (org-mode): Call `org-set-autofill-regexps'.
3022         (org-export-as-html): Support for local handformatted lists.
3023         Modified to produce valid HTML 4.0. Use `org-export-html-style'.
3024         (org-export-local-list-max-depth): New option.
3025         (org-html-expand): Use `org-html-protect'.
3027 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
3029         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
3030         to "p".
3031         (gdb): Move definition of gud-pp to...
3033         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
3034         speedbar.
3035         (gdb-find-watch-expression): New function.
3037 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3039         * faces.el (face-attribute, set-face-attribute): Mention existence
3040         of `:ignore-defface' setting in docstring.
3042 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3044         * simple.el (completion-setup-function): Fix last change.
3046 2005-11-17  John Paul Wallington  <jpw@pobox.com>
3048         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
3049         Use `posn-set-point' instead of `mouse-set-point' because the
3050         latter is not fbound when configured without X.
3052         * comint.el (comint-insert-input): Likewise.
3054 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3056         * simple.el (hard-newline): New variable.
3057         (sendmail-user-agent-compose, next-line): Use it.
3059         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
3060         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
3061         (mail-mail-reply-to, mail-mail-followup-to)
3062         (mail-position-on-field, mail-signature, mail-yank-original)
3063         (mail-attach-file): Likewise.
3065         * mail/mailheader.el (mail-header-format)
3066         (mail-header-format-function): Likewise.
3068         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
3070 2005-11-17  Juri Linkov  <juri@jurta.org>
3072         * font-lock.el (font-lock-faces): Rename this defgroup from
3073         `font-lock-highlighting-faces'.
3074         (font-lock-comment-face, font-lock-comment-delimiter-face)
3075         (font-lock-string-face, font-lock-doc-face)
3076         (font-lock-keyword-face, font-lock-builtin-face)
3077         (font-lock-function-name-face, font-lock-variable-name-face)
3078         (font-lock-type-face, font-lock-constant-face)
3079         (font-lock-warning-face, font-lock-negation-char-face)
3080         (font-lock-preprocessor-face)
3081         (font-lock-regexp-grouping-backslash)
3082         (font-lock-regexp-grouping-construct): Rename :group from
3083         `font-lock-highlighting-faces' to `font-lock-faces'.
3085         * cus-edit.el (lisp, c, tex):
3086         * progmodes/ada-mode.el (ada):
3087         * progmodes/asm-mode.el (asm):
3088         * progmodes/cperl-mode.el (cperl-faces):
3089         * progmodes/cpp.el (cpp):
3090         * progmodes/dcl-mode.el (dcl):
3091         * progmodes/f90.el (f90):
3092         * progmodes/fortran.el (fortran):
3093         * progmodes/icon.el (icon):
3094         * progmodes/idlwave.el (idlwave-misc):
3095         * progmodes/m4-mode.el (m4):
3096         * progmodes/make-mode.el (makefile):
3097         * progmodes/meta-mode.el (meta-font):
3098         * progmodes/modula2.el (modula2):
3099         * progmodes/octave-mod.el (octave):
3100         * progmodes/pascal.el (pascal):
3101         * progmodes/perl-mode.el (perl):
3102         * progmodes/prolog.el (prolog):
3103         * progmodes/ps-mode.el (PostScript-edit):
3104         * progmodes/scheme.el (scheme):
3105         * progmodes/sh-script.el (sh-script):
3106         * progmodes/simula.el (simula):
3107         * progmodes/tcl.el (tcl):
3108         * textmodes/nroff-mode.el (nroff):
3109         * textmodes/reftex-vars.el (reftex-fontification-configurations):
3110         * textmodes/sgml-mode.el (sgml):
3111         * textmodes/texinfo.el (texinfo):
3112         Add :link (custom-group-link font-lock-faces) to defgroup.
3114         * hi-lock.el (hi-lock): Rename this defgroup from
3115         `hi-lock-interactive-text-highlighting'.  Change parent group from
3116         `faces' to `font-lock'.  Add link to the manual.
3117         (hi-lock-mode, hi-lock-file-patterns-range)
3118         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
3119         `hi-lock-interactive-text-highlighting' to `hi-lock'.
3120         (hi-lock-faces): Add :group `faces'.
3122         * cus-edit.el (custom-variable-prompt): Clarify the code.
3124         * faces.el (face-read-string): Set the default value arg of
3125         completing-read.
3127 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
3129         * rfn-eshadow.el (file-name-shadow-properties)
3130         (file-name-shadow-tty-properties, file-name-shadow-mode):
3131         Remove autoloads, because the file is now preloaded.
3133 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3135         * printing.el (easy-menu-intern): Don't define.
3136         (pr-get-symbol): Use easy-menu-intern only if defined.
3138         * simple.el (blink-matching-open): Simplify a bit.
3139         (completion-setup-function): Fix the case of partial-completion-mode
3140         when the minibuffer's contents start with "-".
3141         Obey completion-base-size-function even when
3142         minibuffer-completing-file-name is non-nil.
3144 2005-11-16  Richard M. Stallman  <rms@gnu.org>
3146         * net/eudcb-ph.el (eudc-ph-open-session):
3147         Use set-process-query-on-exit-flag.
3149         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
3151         * international/ucs-tables.el (ucs-set-table-for-input):
3152         Use make-local-variable, not make-variable-buffer-local.
3154         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3155         Improve warning message text.
3157         * savehist.el (savehist-save-hook): Add :group.
3159         * menu-bar.el (menu-bar-help-menu):
3160         Rename Find Extra Packages to External Packages.
3162         * cus-edit.el (Custom-reset-standard): Verify that
3163         :custom-standard-value prop exists before calling it.
3165         * apropos.el (apropos-calc-scores): Use apropos-pattern.
3167 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3169         * wid-edit.el (color): Enclose %t in %{...%}.
3171         * cus-edit.el (face): Enclose %t in %{...%}.
3173 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
3175         * savehist.el (savehist-mode-hook): Re-add the var.
3176         (savehist-mode): Use it.
3178 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3180         * textmodes/flyspell.el: Fix commenting convention.
3181         Remove unnecessary leading * in custom docstrings.
3182         (flyspell-emacs): Remove unused var.
3183         (flyspell-delete-region-overlays): Use remove-overlays.
3184         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
3185         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
3186         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
3187         (flyspell-debug-signal-word-checked): Use with-current-buffer.
3188         (make-flyspell-overlay): Don't locally reuse a global name.
3189         (flyspell-highlight-incorrect-region)
3190         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
3191         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
3192         (flyspell-notify-misspell): Remove unused args `start' and `end'.
3193         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
3194         Wrap calls to accept-process-output inside with-local-quit since it's
3195         often called from a post-command-hook.
3196         (flyspell-correct-word, flyspell-auto-correct-word):
3197         Use ispell-send-string.
3198         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
3200         * calendar/diary-lib.el (diary-list-entries): Also hide the
3201         terminating newline.
3203 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
3205         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
3206         window-system, to allow fonts on tty.
3208 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
3210         * progmodes/gud.el (gud-speedbar-item-info): New function.
3211         (gud-install-speedbar-variables): Use it to display data type
3212         of watch expression as a tooltip in speedbar.
3214 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
3216         * font-core.el (global-font-lock-mode): Add :version keyword,
3217         because default was changed.
3219         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
3221         * startup.el (command-line): Use `custom-reevaluate-setting' for
3222         `file-name-shadow-mode'.
3224         * loadup.el: Preload rfn-eshadow.
3226         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
3227         Add :version keyword.
3228         (file-name-shadow-properties, file-name-shadow-tty-properties)
3229         (file-name-shadow): Add :version keyword.
3231         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
3232         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
3233         in the custom-group property of the symbol frames and the fringe
3234         group got no link to its parent group frames.
3235         Doc fix.
3237 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3239         * progmodes/gud.el (gud-stop-subjob): New function.
3240         (gud-menu-map, gud-tool-bar-map): Use it.
3242 2005-11-16  Kim F. Storm  <storm@cua.dk>
3244         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
3245         than kill it.
3246         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
3247         to a more useful/logical place.
3249 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3251         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
3252         go buttons complementary.
3254 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3256         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
3257         (rfn-eshadow-sifn-equal): New function.
3258         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
3260 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
3262         * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
3263         string.
3265         * viper.el (viper-emacs-state-mode-list): Ensure that
3266         rcirc-mode buffers come up in Emacs state.
3268         * ediff-util (ediff-make-temp-file): Use proper file-name-handler
3269         operation.
3271 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
3273         * term.el (term-termcap-format): Fix typos.
3274         (term-down): Fix the negative argument case.
3276 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3278         * progmodes/gdb-ui.el: Remove face-alias left over from change on
3279         2005-08-15.
3280         (gdb-ann3): New command gud-go.
3281         (menu): Accomodate gdb-mi.el.
3282         (gdb-assembler-custom): Make buffer of selected window current
3283         so that set-window-point works.
3285         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
3286         buttons and include new ones.
3288 2005-11-16  Kim F. Storm  <storm@cua.dk>
3290         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
3291         (gud-menu-map): Use it.
3293 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
3295         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
3296         that works correctly for Custom and that does not override a user
3297         who disables it.
3299         * help-mode.el (help-make-xrefs, help-xref-on-pp)
3300         (help-xref-interned, help-follow): Make hyperlinks for variables
3301         that are unbound, but have a non-nil variable-documentation property.
3303         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
3304         mode hook.  (It conflicted with defcustoms for some mode hooks.)
3305         Use the `variable-documentation' property to give the mode hook a
3306         docstring and expand that docstring.
3308 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
3310         * savehist.el (savehist-mode): Don't bother with
3311         `custom-set-minor-mode'.
3312         (savehist-coding-system): Check XEmacs version.
3313         (history-length): Declare also at run time.
3314         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
3315         Don't set the customize state.
3316         (savehist-minibuffer-hook): Special case for when
3317         minibuffer-history-variable is equal to t.
3319 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3321         * files.el (write-file): Refresh VC status.
3323         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
3324         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
3325         than fundamental-mode to see if the mode was set.
3327 2005-11-14  Romain Francoise  <romain@orebokech.com>
3329         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
3330         dummy function in `eval-when-compile' to avoid compiler warning.
3331         Require `man' at compile time.
3333 2005-11-14  Jay Belanger  <belanger@truman.edu>
3335         * calc-alg.el (calcFunc-write-out-power): Rename it to
3336         calcFunc-powerexpand.
3337         (math-write-out-power): Rename it to math-powerexpand; have it
3338         handle negative exponents.
3339         (calc-writeoutpower): Rename it to calc-powerexpand.
3341         * calc-ext.el: Change calcFunc-writeoutpower and
3342         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
3343         autoloads.
3344         Add calcFunc-ldiv to autoloads.
3346         * calc-arith.el (calcFunc-ldiv): New function.
3348         * calc.el (calc-left-divide): New function.
3350 2005-11-14  Juri Linkov  <juri@jurta.org>
3352         * cus-edit.el (custom-variable-prompt): Set the default value arg
3353         of completing-read.
3355         * cus-dep.el (custom-make-dependencies): Reverse the list of
3356         found dependencies.
3358 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
3360         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
3361         Highlighting" entry, it is on by default now.
3362         (menu-bar-options-save): Do not save global-font-lock-mode.
3364 2005-11-13  Richard M. Stallman  <rms@gnu.org>
3366         * textmodes/flyspell.el (flyspell-large-region):
3367         Call flyspell-accept-buffer-local-defs.
3369 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
3371         * textmodes/flyspell.el (flyspell-notify-misspell):
3372         Fix misspelling of "Misspelling".
3373         (flyspell-process-localwords): New function.
3374         (flyspell-large-region): Call flyspell-process-localwords and
3375         flyspell-delete-region-overlays.
3376         (flyspell-delete-region-overlays): New function.
3377         (flyspell-delete-all-overlays): Call that.
3379 2005-11-13  Richard M. Stallman  <rms@gnu.org>
3381         * help.el (help-for-help-internal): Improve doc of C-h a.
3382         (describe-key): Improve prompt; doc fix.
3384 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3386         * vc-svn.el (vc-svn-registered): Catch all errors.
3388         * cus-dep.el (custom-make-dependencies): Typo.
3390 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
3392         * net/tramp-util.el (top): Fix compilation warning.
3394 2005-11-13  Kim F. Storm  <storm@cua.dk>
3396         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
3398 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
3400         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
3401         (gud-speedbar-buttons): Match on "const char *" too.
3403         * progmodes/gdb-ui.el (gdb-var-create-handler)
3404         (gdb-var-list-children-handler): Match on "const char *" too.
3405         (gdb-var-evaluate-expression-handler): Match on empty string.
3406         (gdb-var-update-handler): Only call
3407         gdb-var-evaluate-expression-handler when required.
3409 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
3411         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
3412         selected window.  This still doesn't work for speedbar.
3413         (gud-speedbar-buttons): Handle string expressions properly.
3415         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
3416         (gdb-var-create-handler): Handle string expressions properly.
3417         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
3418         Handle string expressions properly.  Move "type" field into regexp.
3420 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
3422         * bookmark.el (bookmark-maybe-message): New function to reduce
3423         code duplication: invokes `message' iff baud-rate is high enough.
3424         (bookmark-write-file): Use above instead of an inline conditional.
3425         (bookmark-load): Same.
3427 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
3429         * bookmark.el (bookmark-write-file): Don't visit the destination
3430         file, just write the data to it using write-region.  This is
3431         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
3432         change to avoid visiting the file in the first place.
3434 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
3436         * hi-lock.el (hi-lock-mode): Set the default value of
3437         font-lock-defaults.
3439 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
3441         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
3442         arg to `file-attributes'.
3443         (find-lisp-format): The UID and GID can now be strings.
3445 2005-11-12  Kim F. Storm  <storm@cua.dk>
3447         * help.el (help-map): Bind C-h d to apropos-documentation.
3449         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
3450         when point is at end-of-buffer.
3452         * apropos.el (apropos-match-face): Doc fix.
3453         (apropos-sort-by-scores): Add new choice `verbose'.
3454         (apropos-documentation-sort-by-scores): New defcustom.
3455         (apropos-pattern): Now contains the pattern entered by the user.
3456         (apropos-pattern-quoted): New defvar.
3457         (apropos-regexp): New defvar, containing the regexp corresponding
3458         to apropos-pattern.
3459         (apropos-all-words-regexp): Rename from apropos-all-regexp.
3460         (apropos-read-pattern): New defun.  Use it to read pattern arg in
3461         interactive calls; returns list of words for a word list, and
3462         string for a regexp.
3463         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
3464         parses a list of words or regexp as returned by apropos-read-pattern.
3465         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
3466         (apropos-score-doc): Return a very high score if the string
3467         entered by the user matches literally.
3468         (apropos-variable): Doc fix.  Use apropos-read-pattern.
3469         (apropos-command): Doc fix.  Use apropos-read-pattern and
3470         apropos-parse-pattern.  Call apropos-print with nosubst=t.
3471         (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
3472         apropos-parse-pattern.
3473         (apropos-documentation): Doc fix. Use apropos-read-pattern and
3474         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
3475         apropos-documentation-sort-by-scores.  Call apropos-print with
3476         nosubst=t.
3477         (apropos-documentation-internal): Pass doc string through
3478         substitute-key-definition before adding text properties.
3479         Highlight substring matching literal user input if possible.
3480         (apropos-documentation-check-doc-file): Remove locals beg and end.
3481         Fix calculation of score (as added twice).  Pass doc string through
3482         substitute-key-definition before adding text properties.
3483         (apropos-documentation-check-elc-file): Pass doc string through
3484         substitute-key-definition before adding text properties.
3485         Highlight substring matching literal user input if possible.
3486         (apropos-print): Add new arg NOSUBST; if set, command and variable
3487         doc strings have already been passed through substitute-key-definition.
3488         Add code to handle apropos-accumulator items without score element
3489         for backwards compatibility (e.g. with woman package).
3490         Only show scores if apropos-sort-by-scores is `verbose'.
3492 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3494         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
3495         Add jka-compr-load-suffixes to load-suffixes.
3497         * jka-compr.el: Require 'jka-cmpr-hook.
3498         (jka-compr-info-compress-message, jka-compr-info-compress-program)
3499         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
3500         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
3501         (jka-compr-info-can-append, jka-compr-info-strip-extension)
3502         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
3503         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
3504         (jka-compr-uninstall): Remove entries from
3505         jka-compr-added-to-file-coding-system-alist after they are used.
3506         (jka-compr-error): Remove unused var `curbuf'.
3507         (jka-compr-file-local-copy): Remove unused var `notfound'.
3509 2005-11-10  Romain Francoise  <romain@orebokech.com>
3511         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
3513 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
3515         * progmodes/gud.el (gud-menu-map): Move parentheses.
3516         (gdb): New command gud-pv.
3518 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3520         * tar-mode.el: Remove spurious or unnecessary leading stars
3521         in docstrings.
3522         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
3523         (tar-parse-octal-integer-safe): Use mapc.
3524         (tar-header-block-summarize): Remove unused var `ck'.
3525         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
3526         cleared before.  Obey default-enable-multibyte-characters.
3527         Use mapconcat.  Simplify setting of tar-header-offset.
3528         (tar-mode-map): Move initialization inside delcaration.
3529         (tar-flag-deleted): Use `abs'.
3530         (tar-expunge-internal): Remove unused var `line'.
3531         (tar-expunge-internal): Don't hardcode point-min==1.
3532         (tar-expunge): Widen while doing set-buffer-multibyte.
3533         (tar-rename-entry): Use file-name-coding-system.
3534         (tar-alter-one-field): Don't hardcode point-min==1.
3535         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
3536         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
3538 2005-11-10  Masatake YAMATO  <jet@gyve.org>
3540         * add-log.el (add-log-current-defun): Handle class::method
3541         notation of c++. Fix incorrect comment.
3543 2005-11-10  Alan Mackenzie  <acm@muc.de>
3545         * help-fns.el (describe-variable): Make C-h v work when a variable
3546         has variable documentation yet is unbound.
3548 2005-11-10  Masatake YAMATO  <jet@gyve.org>
3550         * man.el (Man-highlight-references): Set an empty
3551         string to `Man-arguments' if it is nil.
3552         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
3554 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3556         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
3557         commenting conventions.
3559         * cus-dep.el (custom-make-dependencies): Simplify.
3560         Better follow the commenting conventions.
3562 2005-11-09  Richard M. Stallman  <rms@gnu.org>
3564         * apropos.el (apropos-pattern): Rename from apropos-regexp.
3565         (apropos-orig-pattern): Rename from apropos-orig-regexp.
3566         All uses changed.
3567         (apropos-rewrite-regexp): Doc fix.
3568         (apropos-variable, apropos-command, apropos, apropos-value):
3569         Change prompt; carry through the argument renaming.
3571 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
3573         * find-lisp.el: Require dired.
3574         (find-lisp-find-dired-internal): Do not call
3575         `abbreviate-file-name' on DIR.
3577 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
3579         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
3581 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
3583         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
3584         when using the speedbar.
3585         (gdb): New command gud-pp.
3586         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
3588 2005-11-09  Juri Linkov  <juri@jurta.org>
3590         * replace.el (occur-excluded-properties): New defcustom.
3591         (occur-1, occur-engine, occur-accumulate-lines): Use it.
3593 2005-11-08  Jay Belanger  <belanger@truman.edu>
3595         * calc/calc-units.el (math-convert-units): Replace any composite
3596         unit by its definition.
3598 2005-11-08  Lars Hansen  <larsh@soem.dk>
3600         * emacs-lisp/autoload.el (update-directory-autoloads):
3601         Add obsolete function alias.
3603 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3605         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
3606         comment-indent-function.
3607         (lisp-comment-indent): Replace by an alias for comment-indent-default.
3609         * reveal.el (reveal-post-command): Rework the handling of
3610         reveal-open-spots, so as to be more reliable.  There were several
3611         tricky corner cases where an open spot might be lost, or where
3612         a closed spot might end up on the list of open spots.
3613         Only reveal text that's ellipsised.
3615 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
3617         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
3619 2005-11-07  John Paul Wallington  <jpw@gnu.org>
3621         * ibuffer.el (ibuffer): Search iconified frames too when
3622         getting Ibuffer buffer's window.
3624 2005-11-06  Richard M. Stallman  <rms@gnu.org>
3626         * progmodes/compile.el (compilation-internal-error-properties):
3627         save-excursion around the computation of MARKER.
3629 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
3631         * textmodes/flyspell.el (flyspell-external-point-words):
3632         flyspell-get-word returns a list, not just a string.
3634 2005-11-06  John Paul Wallington  <jpw@pobox.com>
3636         * ibuffer.el (ibuffer): Search all visible frames when getting
3637         Ibuffer buffer's window.
3639 2005-11-07  Masatake YAMATO  <jet@gyve.org>
3641         * man.el (Man-reference-regexp): Accept spaces between
3642         `Man-name-regexp' and `Man-section-regexp'.
3643         (Man-apropos-regexp): New variable.
3644         (Man-abstract-xref-man-page): Use value for `Man-target-string'
3645         if available.
3646         (Man-highlight-references, Man-highlight-references0):
3647         Handle the case when `Man-arguments' includes "-k".
3648         (Man-highlight-references0): Rename the argument `TARGET-POS' to
3649         `TARGET'. `TARGET' can be a number, function or nil.
3651 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
3653         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
3654         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
3655         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
3656         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
3657         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
3658         (gdb-send-item): Use buffer-local-value and simplify.
3660 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
3662         * startup.el (command-line): Use `custom-reevaluate-setting' for
3663         `global-font-lock-mode'.
3665         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
3666         by default, except in batch mode or when the -D option is given.
3668         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
3669         specified keyword args on to `define-minor-mode'.  Update docstring.
3671 2005-11-05  Romain Francoise  <romain@orebokech.com>
3673         * replace.el (occur-engine): Add marker at end of line, too.
3675 2005-11-04 Ken Manheimer  <ken.manheimer@gmail.com>
3677         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3678         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3679         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3680         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
3681         argument to all these routines, so the passphrase can be managed
3682         externally and passed in to the system.
3683         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3684         pgg-add-passphrase-to-cache function.
3686         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3687         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
3688         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
3689         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
3690         argument to all these routines, so the passphrase can be managed
3691         externally and passed in to the system.
3692         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
3693         function.
3695 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
3697         * font-lock.el: Don't deal with font-lock-face-attributes here,
3698         move the code ...
3700         * startup.el (command-line): ... here. Use face-spec-set instead
3701         of custom-declare-face.
3703         * faces.el (face-spec-set): Reset the face if spec is not nil.
3705 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3707         * newcomment.el (comment-region-internal): Box more tightly in the
3708         common case where there's no TAB in the boxed text.
3710 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3712         * info.el (info-tool-bar-map): Use images prev-node, next-node and
3713         up-node.
3715 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
3717         * newsticker.el: Commentary updated. Code formatting changed.
3718         (newsticker-version): Change to "1.9".
3719         (newsticker, newsticker-feed): Doc fix.
3720         (newsticker-url-list): Doc fix.  Add option "Weekly".
3721         (newsticker-retrieval-interval): Add option "Weekly".
3722         (newsticker-headline-processing): Doc fix.
3723         (newsticker-auto-mark-filter): Remove.
3724         (newsticker-auto-mark-filter-list): New.
3725         (newsticker-layout, newsticker-sort-method): Doc fix.
3726         (newsticker-hide-old-items-in-newsticker-buffer)
3727         (newsticker-heading-format, newsticker-item-format)
3728         (newsticker-desc-format): Doc fix.
3729         (newsticker-show-all-rss-elements): Remove.
3730         (newsticker-show-all-news-elements): New.
3731         (newsticker-faces, newsticker-ticker): Doc fix.
3732         (remove-from-invisibility-spec): Code formatting.
3733         (newsticker--process-ids): New.
3734         (newsticker-mode): Doc fix.
3735         (newsticker-mode): Change mode-line-format.
3736         (newsticker-start): Remove debug output.
3737         (newsticker-start-ticker): Doc fix.  Add Autoload cookie.
3738         (newsticker-w3m-show-inline-images): Code formatting.
3739         (newsticker-next-item): Call `force-mode-line-update'.
3740         (newsticker-previous-item): Call `force-mode-line-update'.
3741         (newsticker-next-feed): Call `force-mode-line-update'.
3742         (newsticker-previous-feed): Call `force-mode-line-update'.
3743         (newsticker-mark-all-items-at-point-as-read): Code formatting.
3744         (newsticker-show-old-items): Do not show descs.
3745         (newsticker-hide-entry): Hide too much.
3746         (newsticker-hide-entry, newsticker-show-entry)
3747         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
3748         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
3749         (newsticker-toggle-auto-narrow-to-item): Code formatting.
3750         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
3751         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
3752         (newsticker-get-news): Call `force-mode-line-update'.
3753         Collect process ids.
3754         (newsticker--sentinel): Change coding system handling.
3755         Move image retrieval to new functions newsticker--get-logo-url-*.
3756         Move feed parsing to new functions newsticker--parse-*.
3757         Update list of process ids.
3758         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
3759         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
3760         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
3761         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
3762         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
3763         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
3764         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
3765         (newsticker--decode-coding-string): Remove.
3766         (newsticker--decode-numeric-entities): Check input.  Format code.
3767         (newsticker--remove-whitespace): Check input.
3768         (newsticker--do-forget-preformatted): Doc fix.
3769         (newsticker--decode-rfc822-date): Allow for missing time.
3770         (newsticker--update-process-ids): New.
3771         (newsticker--image-sentinel): Change comment.
3772         (newsticker--image-read): Change error message.
3773         (newsticker--imenu-goto): Doc fix.  Show headline title.
3774         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
3775         (newsticker--buffer-do-insert-text): Clean whitespace in
3776         html-rendered headline title.  Code formatting.
3777         Call `newsticker--buffer-print-extra-elements'.
3778         (newsticker--buffer-print-extra-element): Remove.
3779         (newsticker--buffer-print-extra-elements): New.
3780         (newsticker--buffer-do-print-extra-element): New.
3781         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
3782         large sizes.
3783         (newsticker--run-auto-mark-filter)
3784         (newsticker--do-run-auto-mark-filter):
3785         Use `newsticker-auto-mark-filter-list'.
3787 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
3789         * net/rcirc.el: Use split-string OMIT-NULLS argument.
3790         (rcirc-print): Force redisplay before running hooks.  Do long
3791         buffer truncation after making new text read-only.  Deal with nil
3792         text when decoding strings.  If TARGET is nil, use either the
3793         currently selected buffer, if it is an rcirc buffer and of the
3794         same process or the process buffer.
3795         (rcirc-mode): Remove header-line.  Recompute short buffer names.
3796         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
3797         (rcirc-short-buffer-name): Add variable.
3798         (rcirc-kill-buffer-hook): Recompute short buffer names.
3799         Remove nick from private channel.
3800         (rcirc-send-input): Send command text to current-buffer.
3801         Don't clear overlay arrow here.
3802         (rcirc-short-buffer-name): Return a short buffer name.
3803         (rcirc-update-short-buffer-names, rcirc-abbreviate)
3804         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
3805         buffer-name abbreviations.
3806         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
3807         Do not touch nick-table when killing a parted channel.
3808         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
3809         Clear arrow from current buffer if it is now hidden.
3810         (rcirc-current-buffer): Add variable.
3811         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
3812         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
3813         Remove -face from names.
3814         (rcirc-update-activity-string): Print "DND" when globally ignoring
3815         activity.
3816         (rcirc-ignore-buffer-activity-flag): Rename from
3817         rcirc-ignore-channel-activity.
3818         (rcirc-ignore-all-activity-flag): Doc fix.
3819         (rcirc-channels): Remove variable.
3820         (rcirc-kill-buffer-hook):
3821         (rcirc-get-buffer-create): Add nick to private channel.
3822         (rcirc-multiline-edit-submit): Remove tabs.
3823         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
3824         folded.
3825         (rcirc-remove-nick-channel): Bug fix.
3826         (rcirc-toggle-ignore-buffer-activity): Rename from
3827         rcirc-toggle-ignore-channel-activity.
3828         (rcirc-record-activity): Add buffers to the front of the list.
3829         (rcirc-update-activity): Remove killed buffers from list.
3830         (rcirc-process-server-response-1): Remove last argument if it is
3831         null before calling handler.
3832         (rcirc): Add "rcirc" defcustom prefix.
3833         (rcirc-prompt): Simplify default prompt.
3834         Use custom-initialize-default.
3835         (rcirc-private-chats): Remove variable.
3836         (rcirc-prompt): Change initialization.
3837         (rcirc-version): Remove function.
3838         (rcirc-id-string): Add constant.
3839         (rcirc-last-buffer): Remove variable.
3840         (rcirc-buffer-alist): Add variable.
3841         (rcirc-connect): Update variable setup.
3842         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
3843         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
3844         default.
3845         (rcirc-handler-generic): Trigger activity.
3846         (rcirc-send-message): Create the buffor of the target.
3847         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
3848         (rcirc-get-buffer): Just return nil if there is no matching buffer.
3849         (rcirc-multiline-edit-cancel): Remove function.
3850         (rcirc-set-last-buffer): Remove function.
3851         (rcirc-get-any-buffer): Add function.
3852         (rcirc-join-channels): Don't print /join text.
3853         (rcirc-toggle-ignore-channel-activity): Add and update echo area
3854         messages.
3855         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
3856         (rcirc-handler-NOTICE): Recognize CTCP responses.
3857         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
3858         constructing TOPIC string for buffers we are not JOINed.
3859         (rcirc-handler-CTCP-response): Add handler.
3860         (rcirc-multiline-edit-submit): Restore the window-configuration
3861         before adjusting point.
3862         (rcirc): Add customization group.
3863         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
3864         (rcirc-user-full-name, rcirc-startup-channels-alist)
3865         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
3866         (rcirc-ignore-all-activity-flag, rcirc-time-format)
3867         (rcirc-input-ring-size, rcirc-read-only-flag)
3868         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
3869         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
3870         Change defvar to defcustom.
3871         (rcirc-update-prompt): Add optional ALL arg, which will update
3872         prompts in all rcirc buffers.  Regexp quote replacement text.
3873         (rcirc-fill-column): Accept 'frame-width as a value.
3874         (rcirc-set-changed): Add function.
3875         (rcirc-next-active-buffer): Write more meaningful messages.
3876         (rcirc-faces): Add customization group.
3877         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
3878         (rcirc-nick-in-message-face, rcirc-prompt-face)
3879         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
3880         (with-rcirc-process-buffer): Move before first usage.
3881         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
3882         (rcirc-debug-flag): Rename from `rcirc-log-p'.
3883         (rcirc-debug): Rename from `rcirc-log'.
3884         (rcirc-format-response-string): Do not print '-' chars for a
3885         NOTICE with no sender.  Simplify output of server responses.
3887 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
3889         (rcirc-browse-url-map, rcirc-browse-url-at-point)
3890         (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
3891         mouse and RET clickable.
3893 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
3895         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
3897 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
3899         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3900         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3901         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3902         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
3903         argument to all these routines, so the passphrase can be managed
3904         externally and passed in to the system.
3905         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3906         pgg-add-passphrase-to-cache function.
3908         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3909         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
3910         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
3911         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
3912         argument to all these routines, so the passphrase can be managed
3913         externally and passed in to the system.
3914         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
3915         function.
3917 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
3919         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
3920         from goto-address-url-regexp.
3922 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
3924         * textmodes/org.el (org-read-date, org-goto-calendar)
3925         (org-recenter-calendar, org-agenda-goto-calendar):
3926         Temporarily clear 'calendar-move-hook'.
3928 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
3930         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
3931         merging.
3933         * ediff-util.el (ediff-previous-difference): Don't skip regions that
3934         have merge clashes.
3936 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3938         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3939         Undo previous change.
3941         * startup.el (command-line): Use `custom-reevaluate-setting' for
3942         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
3943         tty-register-default-colors on Mac.
3945 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
3947         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
3948         (gdb-buffer-type): Make it automatically buffer local...
3949         (gdb-get-create-buffer): ...and set it accordingly.
3950         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
3951         actually work.
3953 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
3955         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
3956         not red.
3958 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
3960         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
3961         case GUD buffer is not visible.
3962         (gdb-goto-breakpoint): Try to force display in source buffer.
3963         (gdb-frame-gdb-buffer): Copy other similar functions.
3964         (gdb-restore-windows): Don't display source if not asked for.
3965         (gdb-assembler-buffer-name): Don't capitalise.
3967 2005-11-03  Richard M. Stallman  <rms@gnu.org>
3969         * wid-edit.el (key-sequence): New widget type.
3971         * simple.el (set-mark-command-repeat-pop): New variable.
3972         (set-mark-command): Only interpret plan C-@ after a pop as a pop
3973         if set-mark-command-repeat-pop is true.
3975         * info.el (Info-fontify-node): Don't display extra "see" if there
3976         already is one here.
3978         * mouse.el: Fix special handling of DEL after dragging a region:
3979         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
3980         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
3982         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
3984         * textmodes/ispell.el (ispell-command-loop): Change `i' description
3985         not to assume it pertains to an affix.
3987         * textmodes/flyspell.el (flyspell-post-command-hook):
3988         Bind deactivate-mark to prevent deactivation.
3990 2005-11-03  Lars Hansen  <larsh@soem.dk>
3992         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
3993         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
3994         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
3996 2005-11-03  Romain Francoise  <romain@orebokech.com>
3998         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
3999         Update copyright years.
4001 2005-11-03  Sam Steingold  <sds@gnu.org>
4003         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4004         Use system-type instead of window-system because window-system is not
4005         correctly defined during loadup.
4007 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
4009         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
4010         (xml-parse-tag): Join strings separated by a comment properly.
4012 2005-11-02  Andreas Schwab  <schwab@suse.de>
4014         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
4016 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4018         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
4019         (byte-optimize-pure-func): Quote the eval'd value.
4021         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4022         Rename from perl-font-lock-syntactic-face-function.
4023         Change the calling convention so it can be used as a font-lock MATCHER.
4024         Do the parse-partial-sexp loop outselves.
4025         (perl-font-lock-syntactic-keywords): Use it.
4026         (perl-mode): Don't set font-lock-syntactic-face-function any more.
4028 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
4030         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
4031         disassembly buffer too.
4032         (gdb-exited): Remove overlay arrows when execution has finished.
4033         (gdb-info-frames-custom, gdb-info-threads-custom)
4034         (gdb-info-registers-custom): Don't add inappropriate text
4035         properties if inferior is not active.
4037 2005-11-02  Glenn Morris  <rgm@gnu.org>
4039         * progmodes/fortran.el (fortran-blink-match):
4040         Use `blink-matching-delay'.
4042 2005-11-02  John Mongan <jmongan@mccammon.ucsd.edu>  (tiny change)
4044         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
4046 2005-11-02  Lars Hansen  <larsh@soem.dk>
4048         * net/tramp.el (tramp-action-out-of-band): Handle scp message
4049         "Permission denied".
4051 2005-11-01  Richard M. Stallman  <rms@gnu.org>
4053         * textmodes/flyspell.el (flyspell-external-point-words):
4054         Pass nil to flyspell-get-word.
4056 2005-11-02  Kim F. Storm  <storm@cua.dk>
4058         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
4059         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
4061 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4063         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
4064         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
4065         (calendar-mouse-print-dates): Add optional `event' argument.
4066         Update interactive-spec.
4067         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
4068         Use `calendar-event-to-date' instead of `event'.
4070 2005-11-02  Masatake YAMATO  <jet@gyve.org>
4072         * progmodes/ld-script.el (ld-script-builtins):
4073         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
4074         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
4075         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
4077 2005-11-01  Romain Francoise  <romain@orebokech.com>
4079         * vc-sccs.el: Update copyright year.
4080         * ezimage.el: Likewise.
4082 2005-11-01  KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>  (tiny change)
4084         * info.el (Info-fontify-node): Use `string-width' for fontifying
4085         underlined titles.
4087 2005-11-01  Juri Linkov  <juri@jurta.org>
4089         * info.el (Info-fontify-node): Downcase node header keywords Node,
4090         Prev, Next, Up before comparison.
4091         (Info-history): Insert absolute directory name, and put invisible
4092         property on it.
4094 2005-11-01  Juri Linkov  <juri@jurta.org>
4096         * info.el (Info-file-supports-index-cookies): New variable.
4097         (Info-find-node-2): Check makeinfo version for index cookie support.
4098         (Info-index-nodes): Search for nodes with index cookies only when
4099         Info-file-supports-index-cookies is t.  Otherwise, search nodes
4100         with "Index" in the node name.
4101         (Info-index-node): Search index cookie in the current node only when
4102         Info-file-supports-index-cookies is t.  Otherwise, check the word
4103         "Index" in the node name.
4104         (Info-find-emacs-command-nodes): Remove code that searches nodes
4105         with "Index" node name in the top menu.
4107 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4109         * progmodes/scheme.el (scheme-mode-variables): Use the default
4110         comment-indent-function.
4112         * faces.el (face-attribute): Handle the case where a face inherits from
4113         a non-existent face.
4115         * simple.el (eval-expression-print-format): Use lisp-readable syntax
4116         for octal and hexa output, and merge the char into the paren.
4117         (kill-new): Use push.
4118         (copy-to-buffer): Use with-current-buffer.
4119         (completion-setup-function): Move code in loop to remove redundancy.
4120         (minibuffer-local-must-match-map): Don't add bindings that duplicate
4121         those inherited from minibuffer-local-completion-map.
4123         * savehist.el (savehist-mode) <defcustom>:
4124         Use custom-set-minor-mode if available.
4125         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
4126         and emit a message if applicable.
4128 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
4130         * savehist.el: Sync up to version 19.
4131         (savehist-mode): New minor mode.
4132         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
4133         (savehist-length): Remove (use history-length instead).
4134         (savehist-file-modes): Rename from savehist-modes.
4135         (savehist-save-hook, savehist-loaded): New vars.
4136         (savehist-load): Use savehist-mode.  Try to smooth up transition from
4137         old format to new format.
4138         (savehist-install): Allow savehist-autosave-interval to be nil.
4139         (savehist-save): Run the new hook.  Be more careful to only trim the
4140         history variables.
4141         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
4142         (savehist-printable): Print into a buffer rather than char-by-char.
4144 2005-11-01  John Wiegley  <johnw@newartisans.com>
4146         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
4147         toggle-ignore keybinding (C-a).  The author said it had been
4148         disabled much earlier due to a possible incompatibility, but after
4149         many months of usage I have encountered no problems (and it is a
4150         rather useful option, especially for switching to " *temp*").
4152         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
4153         support for OS/X's AddressBook, by calling out to the open source
4154         program "contacts" (installable through Fink).
4156         * net/eudc.el (eudc-expand-inline): If the
4157         `eudc-multiple-match-handling-method' is set to `all', delete the
4158         query string before inserting the query result.
4160         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
4161         flag, to prevent Eshell from using the system ls when
4162         `eshell-ls-insert-directory' is in used.
4163         (eshell-ls-insert-directory): Disable font-lock in directory
4164         buffer so that Eshell's own fontification is seen.  This broke
4165         recently due to changes in font-lock, so this goes back to version
4166         21 behavior.
4168 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
4170         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
4171         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
4172         (gdb-many-windows): Doc fix.
4174 2005-10-31  Romain Francoise  <romain@orebokech.com>
4176         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
4178 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
4180         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
4181         that global-font-lock-mode can be enabled by default.
4183         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
4184         (font-lock-add-keywords, font-lock-remove-keywords)
4185         (font-lock-fontify-buffer): Remove autoload cookies.
4187         * jit-lock.el (jit-lock-register): Likewise.
4189         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
4191 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
4193         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
4194         intact if there is no gud-comint-buffer.
4196 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
4198         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
4199         old prompt comint-prompt-read-only is t and GDB commands are
4200         issued from tool bar etc.
4202 2005-10-31  Masatake YAMATO  <jet@gyve.org>
4204         * vc.el (vc-directory-exclusion-list): Add "{arch}".
4206 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
4208         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
4209         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
4211 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
4213         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
4214         starting at beginning of line.  Fontification is messed up when
4215         `open-paren-in-column-0-is-defun-start' set to t.
4216         Reported by John Paul Wallington <jpw@pobox.com>.
4218 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
4220         * comint.el (comint-send-input): Call `comint-update-fence' when
4221         `comint-process-echoes' and `comint-prompt-read-only' are both
4222         non-nil, to avoid leftover read-only newline.
4224 2005-10-30  Richard M. Stallman  <rms@gnu.org>
4226         * textmodes/flyspell.el (flyspell-external-point-words):
4227         Detect when WORD can't be checked properly because
4228         flyspell-get-word finds just part of it, and move on.
4230         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
4231         boundarychar for Polish.
4232         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
4233         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
4235 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
4237         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
4238         (gdb-registers-font-lock-keywords): Delete.
4239         (gdb-registers-mode): Don't fontify.
4240         (gdb-info-registers-custom): Use text properties instead as, in
4241         future, changed register values will use font-lock-warning-face.
4242         (gdb-local-font-lock-keywords): Rename to...
4243         (gdb-locals-font-lock-keywords): ...for consistency.
4245 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
4247         * vc.el (vc-switch-backend): Better error message if the buffer is
4248         not visiting a file under version control.
4250         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
4252 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
4254         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
4255         ~/.emacs.d/.emacs.
4257 2005-10-29  Richard M. Stallman  <rms@gnu.org>
4259         * replace.el (occur-mode-mouse-goto): Always go to other window.
4260         (occur-mode-goto-occurrence): Always switch in same window.
4262         * simple.el (undo): Display message at end, not at start.
4264         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
4265         New arg REUSE-CELL.
4266         (cancel-timer-internal): New function.
4267         (timer-event-handler): Use cancel-timer-internal,
4268         and pass the cell it returns to timer-activate...
4270         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
4271         (jit-lock-deferred-fontify, jit-lock-context-fontify)
4272         (jit-lock-after-change): Test memory-full.
4274 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
4276         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4277         part of the decoded armor to find the key-identifier.
4278         (pgg-gpg-lookup-key-owner): New function to return the
4279         human-readable identifier of a key owner.
4280         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
4281         key itself.
4282         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4283         the key value) if we have a key and can match it against a secret
4284         key.  Also, added a note pointing out fact that the prompt only
4285         indicates the first matching key.
4287         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
4288         pgg-decrypt-region.
4289         (pgg-pending-timers): A new hash for tracking the passphrase cache
4290         timers, so that new ones supercede old ones.
4291         (pgg-add-passphrase-to-cache): Rename from
4292         `pgg-add-passphrase-cache' to reduce confusion (all callers
4293         changed).  Modified to cancel old timers when new ones are added.
4294         (pgg-remove-passphrase-from-cache): Rename from
4295         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4296         changed).  Modified to cancel old timers when their keys are
4297         removed from the cache.
4298         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
4299         XEmacs, an indirection to delete-itimer.
4300         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
4301         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
4302         users can only check cache without risk of prompting.  Correct bug in
4303         notruncate behavior.
4304         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
4305         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
4306         Add informative docstrings.
4307         (pgg-decrypt): Convey provided passphrase in subordinate call to
4308         pgg-decrypt-region.
4310         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4311         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4312         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4313         'passphrase' argument, so the passphrase can be managed externally
4314         and then passed in to the system.
4316         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4317         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
4318         so the passphrase cache can be used reliably with identifiers
4319         besides a pgp packet's key id.
4321         * pgg-gpg.el (pgg-pgp-encrypt-region)
4322         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4323         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4324         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
4325         argument to all these routines, so the passphrase can be managed
4326         externally and passed in to the system.
4328         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4329         'notruncate' argument, so the passphrase cache can be used
4330         reliably with identifiers besides a pgp packet's key id.
4332 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
4334         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4335         symmetric encryption.
4336         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4337         encrypted session key.
4338         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4339         message ask for the passphrase in a proper way.
4341         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4342         New user commands for symmetric encryption.
4344 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
4346         * textmodes/conf-mode.el (conf-assignment-sign)
4347         (conf-assignment-regexp): Fix docstrings.
4348         (conf-mode-initialize): New function.
4349         (conf-mode): Remove optional args.  Use delay-mode-hooks to
4350         recognize recursive calls.
4351         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
4352         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
4353         (conf-xdefaults-mode): Use define-derived-mode and
4354         conf-mode-initialize.
4356 2005-10-29  Romain Francoise  <romain@orebokech.com>
4358         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
4360 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
4362         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4363         part of the decoded armor to find the key-identifier.
4364         (pgg-gpg-lookup-key-owner): New function to return the
4365         human-readable identifier of a key owner.
4366         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
4367         key itself.
4368         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4369         the key value) if we have a key and can match it against a secret
4370         key.  Also, added a note pointing out fact that the prompt only
4371         indicates the first matching key.
4373         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
4374         pgg-decrypt-region.
4375         (pgg-pending-timers): A new hash for tracking the passphrase cache
4376         timers, so that new ones supercede old ones.
4377         (pgg-add-passphrase-to-cache): Rename from
4378         `pgg-add-passphrase-cache' to reduce confusion (all callers
4379         changed).  Modified to cancel old timers when new ones are added.
4380         (pgg-remove-passphrase-from-cache): Rename from
4381         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4382         changed).  Modified to cancel old timers when their keys are
4383         removed from the cache.
4384         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
4385         XEmacs, an indirection to delete-itimer.
4386         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
4387         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
4388         users can only check cache without risk of prompting.  Correct bug in
4389         notruncate behavior.
4390         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
4391         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
4392         Add informative docstrings.
4393         (pgg-decrypt): Convey provided passphrase in subordinate call to
4394         pgg-decrypt-region.
4396 2005-10-20  Ken Manheimer <ken.manheimer+emacs@gmail.com>
4398         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4399         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4400         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4401         'passphrase' argument, so the passphrase can be managed externally
4402         and then passed in to the system.
4404         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4405         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
4406         so the passphrase cache can be used reliably with identifiers
4407         besides a pgp packet's key id.
4409         * pgg-gpg.el (pgg-pgp-encrypt-region)
4410         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4411         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4412         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
4413         argument to all these routines, so the passphrase can be managed
4414         externally and passed in to the system.
4416         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4417         'notruncate' argument, so the passphrase cache can be used
4418         reliably with identifiers besides a pgp packet's key id.
4420 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
4422         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4423         symmetric encryption.
4424         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4425         encrypted session key.
4426         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4427         message ask for the passphrase in a proper way.
4429         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4430         New user commands for symmetric encryption.
4432 2005-10-28  Bill Wohler  <wohler@newt.com>
4434         * help-mode.el (help-url): New button type. Calls browse-url.
4435         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
4436         Similar to Info nodes: URL `url'.
4437         (help-make-xrefs): Create help-url buttons for
4438         help-xref-url-regexp matches.
4440 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
4442         * tool-bar.el (tool-bar-add-item-from-menu)
4443         (tool-bar-local-item-from-menu): Fix doc strings.
4445 2005-10-28  Romain Francoise  <romain@orebokech.com>
4447         * ldefs-boot.el: Update.
4449         * subr.el (locate-library): Move from help-fns.el.
4450         * help-fns.el (locate-library): Move to subr.el.
4452 2005-10-28  Richard M. Stallman  <rms@gnu.org>
4454         * net/tramp.el (tramp-completion-mode): defvar moved up.
4456         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
4458         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
4460         * files.el (find-file-noselect): Use %d to format large file size.
4462         * bindings.el (mode-line-format): Add %e.
4464         * loadup.el ("facemenu"): Load unconditionally.
4465         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
4466         ("x-dnd"): Load, when appropriate.
4468         * startup.el (command-line): Call before-init-hook earlier.
4469         Warn about some bad characters in -u user name.
4471         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
4472         (flyspell-external-point-words): Error if misspelled word is not found.
4473         Set flyspell-large-region-beg at end of word.
4475 2005-10-28  Andreas Schwab  <schwab@suse.de>
4477         * view.el (View-revert-buffer-scroll-page-forward):
4478         Use view-page-size-default.
4480 2005-10-28  Juri Linkov  <juri@jurta.org>
4482         * international/quail.el (quail-get-current-str): Translate last
4483         raw character for deterministic input methods.
4485 2005-10-27  Jay Belanger  <belanger@truman.edu>
4487         * calc/calc-ext.el: Add functions to autoloads.
4488         (math-identity-matrix-p, math-ident-row-p): New functions.
4490         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
4491         multiplication by an identity matrix; don't turn multiplication by
4492         an inverse matrix into division.
4493         (math-div-symbol-fancy):  Replace division by matrices with
4494         multiplication by inverse.
4496         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
4498         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
4499         (calc-writeoutpower): New functions.
4501 2005-10-27  Romain Francoise  <romain@orebokech.com>
4503         * replace.el (occur-engine): Include colon in mouse-face highlight.
4505         * dired-x.el: Change Maintainer field.
4507 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
4509         * longlines.el (longlines-mode): Bind after-change-functions to
4510         nil during initial decoding and final encoding.
4512 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
4514         * term.el (term-emulate-terminal, term-handle-colors-array)
4515         (term-handle-ansi-escape): Specify the terminfo capabilities
4516         implemented.
4518 2005-10-26  Richard M. Stallman  <rms@gnu.org>
4520         * info.el (Info-fontify-node): Fix detection of sentence-break
4521         before *Note.
4523 2005-10-26  Romain Francoise  <romain@orebokech.com>
4525         * smerge-mode.el: Add `tools' to file keywords.
4527 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
4529         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
4530         when the fringe is not available.
4532         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
4533         (def-gdb-auto-update-trigger): Simplify construction.
4534         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
4535         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
4536         defined explicitly.
4537         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
4538         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
4539         defined explicitly.
4540         (gdb-info-locals-custom): Remove as it's a no-op.
4542 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
4544         * longlines.el (longlines-mode): Remove narrowing before
4545         performing the initial decoding or final encoding.
4547 2005-10-25  Romain Francoise  <romain@orebokech.com>
4549         * emacs-lisp/find-func.el (find-library-name): Also strip
4550         extension if library name ends in .el, to take advantage of
4551         `find-library-suffixes'.
4553 2005-10-25  Richard M. Stallman  <rms@gnu.org>
4555         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
4557 2005-10-25  Juri Linkov  <juri@jurta.org>
4559         * textmodes/texinfo.el (texinfo-mode): Change charset of one
4560         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
4562 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4564         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
4565         (blackbox-redefine-key): Add argument `map'.
4567         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
4568         regions when moving the jit-lock-context-unfontify-pos boundary.
4570 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4572         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
4574 2005-10-25  Masatake YAMATO  <jet@gyve.org>
4576         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
4578 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
4580         * play/blackbox.el (blackbox-redefine-key): New function.
4581         (blackbox-mode-map): Use it to remap existing bindings for cursor
4582         motion instead of binding literal keys.
4584 2005-10-25  Glenn Morris  <rgm@gnu.org>
4586         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
4587         diary does not end in a newline.  Do not assume a blank line at
4588         the start of the diary file.
4590 2005-10-25  Kenichi Handa  <handa@m17n.org>
4592         * international/quail.el (quail-translate-key): If the input
4593         method is deterministic and failed to handle the last key, restart
4594         the key handling loop from an appropriate key.
4596 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
4598         * vc.el (vc-dired-mode): Extend comment for binding of
4599         `directory-listing-before-filename-regexp'.
4601 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4603         * textmodes/texinfo.el (texinfo-mode):
4604         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
4605         not to unnecessarily expose emacs-mule's internal char codes.
4607 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
4609         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
4610         Display hand pointer and help-echo on disabled icon too.
4611         (gdb-mouse-until): New function.
4612         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
4614 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
4616         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
4617         with 2005-10-23 change to doctor.el.
4619         * finder.el (finder-mode-map): Add follow-link binding.
4621 2005-10-25  Kim F. Storm  <storm@cua.dk>
4623         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
4624         to gdb-mouse-toggle-breakpoint-fringe.
4625         (gdb-mouse-toggle-breakpoint-margin): Rename from
4626         gdb-mouse-toggle-breakpoint. Fix doc.
4627         (gdb-mouse-toggle-breakpoint-fringe): New defun.
4628         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
4629         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
4630         string properties also for fringe breakpoint bitmaps.
4632 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
4634         * textmodes/org.el (org-start-icalendar-file): Fix format form.
4636 2005-10-25  Masatake YAMATO  <jet@gyve.org>
4638         * simple.el (completion-common-substring):
4639         Use `completion-common-substring' prior to `completion-base-size'.
4641 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
4643         * savehist.el: Require CL while compiling.
4644         (savehist-history-variables): Remove.
4645         (savehist-save-minibuffer-history, savehist-additional-variables)
4646         (savehist-minibuffer-history-variables): New vars.
4647         (savehist-save): Use them.
4648         (savehist-uninstall, savehist-minibuffer-hook): New funs.
4649         (savehist-install): New fun, extracted from savehist-load.
4650         (savehist-load): Use them.
4652 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4654         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
4655         a dummy doc-string-elt property.
4656         (defalias, defvaralias, define-category): Add a docstring property.
4658         * image.el (defimage):
4659         * widget.el (define-widget):
4660         * custom.el (defface, defcustom): Add `doc-string' declaration.
4662         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
4663         (defadvice): Add `doc-string' declaration.
4665         * emacs-lisp/byte-run.el (macro-declaration-function):
4666         Handle `doc-string' declarations.
4667         (define-obsolete-function-alias, define-obsolete-variable-alias):
4668         Add `doc-string' declaration.
4670 2005-10-24  Kenichi Handa  <handa@m17n.org>
4672         * international/utf-7.el (utf-7): Add autoload cookie.
4674         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
4676 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
4678         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
4679         list of directories passed to batch-update-autoloads.  Add "." to
4680         the list of the echoed directories.
4682         * pgg-def.el:
4683         * pgg-gpg.el:
4684         * pgg-parse.el:
4685         * pgg-pgp.el:
4686         * pgg-pgp5.el:
4687         * pgg.el: Moved here from the gnus subdirectory.
4689 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
4691         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
4692         in case comint-prompt-read-only is set to t.
4694         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
4695         in case comint-prompt-read-only is set to t.
4697 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
4699         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
4700         Now a string.
4701         (icalendar-import-format): Handle CLASS, STATUS, URL.
4702         Rename `subject' to `summary'.
4703         (icalendar-import-format-summary): Rename from
4704         `icalendar-import-format-subject'.
4705         (icalendar-import-format-url, icalendar-import-format-status)
4706         (icalendar-import-format-class): New variables.
4707         (icalendar--rris): Take variable argument list.
4708         (icalendar--datestring-to-isodate): Remove unnecessary
4709         calendar-style check when converting dates with explicit month names.
4710         (icalendar-export-region): Change return type of conversion
4711         subroutines.  Bury current buffer unless error occurred.
4712         (icalendar--convert-to-ical)
4713         (icalendar--parse-summary-and-rest): New functions.
4714         (icalendar--convert-ordinary-to-ical)
4715         (icalendar--convert-weekly-to-ical)
4716         (icalendar--convert-yearly-to-ical)
4717         (icalendar--convert-block-to-ical)
4718         (icalendar--convert-cyclic-to-ical)
4719         (icalendar--convert-anniversary-to-ical): Change return type.
4720         Strip trailing blanks from subject.
4721         (icalendar--convert-sexp-to-ical): Change return type.
4722         Strip trailing blanks from subject.  Handle simple sexp
4723         entries as generated by icalendar.el.
4724         (icalendar--convert-float-to-ical)
4725         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
4726         (icalendar-import-file): Doc fix.
4727         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
4728         Correct call to icalendar--rris.
4729         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
4730         `summary'.
4731         (icalendar--add-diary-entry): Rename `subject' to `summary'.
4733 2005-10-24  Romain Francoise  <romain@orebokech.com>
4735         * server.el (server-sentinel): Set query-on-exit flag to nil on
4736         new client processes (it isn't inherited from the server process).
4738         * replace.el (occur-engine): Rearrange text properties.
4740 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4742         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
4743         case-fold-search is nil.
4744         (debug-help-follow): Use help-xref-interned directly.
4746 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4748         * thumbs.el (thumbs-image-type): Add .pbm.
4750 2005-10-23  Richard M. Stallman  <rms@gnu.org>
4752         * faces.el (inhibit-face-set-after-frame-default): New variable.
4753         (set-face-attribute): Bind it.
4754         (face-set-after-frame-default): Test it.
4756         * help-fns.el (describe-simplify-lib-file-name): New function.
4757         (describe-function-1, describe-variable): Use it.
4759         * faces.el (describe-face): Use describe-simplify-lib-file-name.
4761         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
4762         Eliminate nil as possible value.
4763         (tooltip-hide-delay): Reduce internal-border-width.
4765         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
4766         (menu-bar-file-menu) <new-file>: Likewise.
4768         * simple.el (line-move-finish): Ignore fields computing LINE-END.
4770         * international/mule.el (load-with-code-conversion):
4771         Pass full file name to `eval-buffer' unless preloading.
4773         * textmodes/flyspell.el (flyspell-large-region):
4774         Call ispell-check-version.
4776         * textmodes/ispell.el (ispell-local-dictionary-overridden):
4777         Fix the make-variable-buffer-local call that was supposed
4778         to be for this variable.
4779         (ispell-aspell-supports-utf8): Doc fix.
4780         (ispell-find-aspell-dictionaries): Preserve elements of
4781         ispell-dictionary-alist for dictionaries that aspell doesn't report.
4782         (ispell-aspell-find-dictionary): Return nil on error.
4784         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
4785         (doctor-symptoms): Likewise.
4787         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
4789 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4791         * cus-edit.el (custom-button, custom-button-pressed): New vars.
4792         (custom-raised-buttons): Add :set spec.
4793         (custom-button-unraised, custom-button-pressed-unraised):
4794         New faces, so that custom-raised-buttons actually does something.
4795         (custom-mode): Use custom-button and custom-button-pressed.
4797         * wid-edit.el (widget-specify-button): Don't ignore
4798         widget-mouse-face on graphic terminals.
4799         (widget-move-and-invoke): Cleanup.
4801 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
4803         * whitespace.el (whitespace-cleanup): Doc fix.
4805 2005-10-23  Romain Francoise  <romain@orebokech.com>
4807         * emulation/viper.el (viper-set-hooks): Quote forms passed to
4808         `eval-after-load' to avoid evaluating their result.
4810 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
4812         * files.el (directory-listing-before-filename-regexp):
4813         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
4815         * dired.el (dired-move-to-filename-regexp): Remove.
4816         All occurences replaced by `directory-listing-before-filename-regexp'.
4818         * dired-x.el, locate.el, vc.el:
4819         Replace `dired-move-to-filename-regexp' by
4820         `directory-listing-before-filename-regexp'.  In vc.el it is
4821         overwritten locally; maybe this can be handled in files.el too.
4823         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
4824         replaced by `directory-listing-before-filename-regexp'.
4826 2005-10-23  Andreas Schwab  <schwab@suse.de>
4828         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
4829         and eval-next-after-load.
4831 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
4833         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
4834         exist, create it.
4836 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
4838         * allout.el: Remove autoloads for mailcrypt and crypt++.
4839         Require pgg, pgg-gpg during compilation.
4840         (allout-version): Increment version number to 2.1, and use a literal
4841         rather than RCS Id.
4842         (allout-default-encryption-scheme): Remove.
4843         (allout-passphrase-verifier-handling)
4844         (allout-passphrase-verifier-string)
4845         (allout-file-passphrase-verifier-string)
4846         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
4847         (allout-passphrase-hint-handling): Rename and simplify.
4848         (allout-init): Use `find-file-hook' if available, otherwise
4849         `find-file-hooks'.
4850         (allout-mode): Use `write-file-functions' if available, otherwise
4851         `local-write-file-hooks' and, instead of making auto-save-hook
4852         buffer local, make the write-file-hook activity contingent to
4853         allout-mode.
4854         (allout-mode): Use key-binding substitution in the docstring.
4855         (allout-kill-line): Spell-out kill ring data structure mutation
4856         instead of using byte-compiler-complaint-provoking `pop'.
4857         (allout-insert-listified): Use `insert' rather than `insert-string'
4858         (allout-toggle-current-subtree-encryption): Update docstring, adjust
4859         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
4860         (allout-encrypt-string): Totally revamped vis new underlying
4861         encryption facilities.
4862         (allout-mc-activate-passwd): Remove.
4863         (allout-obtain-passphrase): New, more or less replaces
4864         allout-mc-activate-passwd.
4865         (allout-encrypted-key-info): More or less replaces
4866         allout-encrypted-text-type.
4867         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
4868         (my-mark-marker): Use `(featurep 'xemacs)'.
4870 2005-10-23  Lars Hansen <larsh@soem.dk>
4872         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
4873         (byte-compile-file-form-defmumble, byte-compile-defun)
4874         (byte-compile-defmacro): Use it.
4875         (byte-compile-form): Don't call byte-compile-set-symbol-position
4876         when a byte-compile handler is called.
4878 2005-10-22  Romain Francoise  <romain@orebokech.com>
4880         * savehist.el (savehist-history-variables): Add `grep-find-history'.
4882         * subr.el (eval-after-load): Convert library name to an absolute
4883         file name using locate-library, since load-history no longer has
4884         library names in it.
4886 2005-10-22  Richard M. Stallman  <rms@gnu.org>
4888         * files.el (make-temp-file): Move from subr.el.
4889         * subr.el (make-temp-file): Move to files.el.
4891         * window.el (get-buffer-window-list): Move from subr.el.
4892         * subr.el (get-buffer-window-list): Move to window.el.
4894         * image.el (image-load-path): Use eval-at-startup to initialize.
4896         * subr.el (eval-at-startup): New macro.
4898         * subr.el: Much rearrangement of functions and division
4899         into pages.  No code changes.
4901 2005-10-22  Kenichi Handa  <handa@m17n.org>
4903         * tar-mode.el (tar-extract): Be sure to call
4904         find-operation-coding-system if set-auto-coding doesn't find a
4905         coding system.
4907 2005-10-22  Kim F. Storm  <storm@cua.dk>
4909         * image.el (image-type-header-regexps): Rename from image-type-regexps.
4910         Change users.
4911         (image-type-file-name-regexps): New defconst.
4912         (image-type-from-data): Simplify loop.
4913         (image-type-from-buffer): New defun.
4914         (image-type-from-file-header): Use it instead of image-type-from-data.
4915         Use image-search-load-path instead of only looking in data-directory.
4916         (image-type-from-file-name): New defun.
4917         (image-search-load-path): Change `pathname' to `filename'.
4918         Make PATH arg optional, default to image-load-path.
4920 2005-10-21  Richard M. Stallman  <rms@gnu.org>
4922         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
4924         * textmodes/paragraphs.el (sentence-end-base): New variable.
4925         (sentence-end): Use sentence-end-base.
4927 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4929         * font-lock.el (font-lock-default-fontify-region): Check the multiline
4930         property independently from the font-lock-multiline variable.
4932 2005-10-21  Richard M. Stallman  <rms@gnu.org>
4934         * emacs-lisp/find-func.el (find-library-name): Doc fix.
4936         * startup.el (command-line): Convert library names
4937         in `load-history' to absolute file names.
4939         * subr.el (symbol-file): Doc fix.
4941         * loadhist.el (file-loadhist-lookup): Call locate-library
4942         instead of find-library-name.  Don't try converting
4943         abs file names to library names, since load-history no longer
4944         has library names in it.
4945         (file-dependents, file-provides, file-requires): Doc fixes.
4947 2005-10-21  Juri Linkov  <juri@jurta.org>
4949         * progmodes/etags.el (tags-table-mode): New function.
4950         (tags-verify-table): Replace initialize-new-tags-table with
4951         tags-table-mode.
4953         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
4954         default value.
4955         (desktop-modes-not-to-save): Add tags-table-mode to the
4956         default value.
4958         * info.el (Info-index-next): Add total number of index
4959         alternatives to the message.
4961         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
4962         backward only space (instead of space and period) before looking
4963         at sentence end.
4965         * simple.el (set-variable): Use user-variable-p instead of symbolp.
4966         Add the old variable value as 4th default-value arg of read-string.
4968 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4970         * cus-face.el (custom-declare-face): Make face from X resources
4971         also on Mac.
4973         * disp-table.el (standard-display-g1, standard-display-graphic):
4974         Refuse to use string glyphs also on Mac.
4975         (standard-display-european): Don't set terminal coding system also
4976         on Mac.
4978         * frame.el (display-screens): Use x-display-screens also on Mac.
4980 2005-10-21  Romain Francoise  <romain@orebokech.com>
4982         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
4984 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4986         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
4987         and $? into sexps.
4989         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
4990         warning face on open-paren-in-column-0.
4992         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
4993         boundary case.  Fix typo.
4994         Suggested by Martin Rudalics <rudalics@gmx.at>.
4996 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
4998         * textmodes/org.el (org-combined-agenda-icalendar-file)
4999         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
5000         (org-export-icalendar-this-file)
5001         (org-export-icalendar-all-agenda-files)
5002         (org-export-icalendar-combine-agenda-files): New commands.
5003         (org-export-icalendar, org-print-icalendar-entries)
5004         (org-start-icalendar-file, org-finish-icalendar-file)
5005         (org-ical-ts-to-string): New functions.
5006         (org-read-date, org-goto-calendar)
5007         (org-agenda-goto-calendar): Inhibit displaying diary entries by
5008         call to `calendar'.
5009         (orgtbl-setup): Remove the :keys arguments from the menu description.
5010         (org-after-save-iCalendar-file-hook): New variable.
5012 2005-10-21  Kenichi Handa  <handa@m17n.org>
5014         * language/vietnamese.el (tcvn-5712): Make it an alias of
5015         vietnamese-tcvn coding-system.
5017 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
5019         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
5020         group id is given.
5022 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5024         * progmodes/sh-script.el (sh-escaped-line-re): New var.
5025         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
5026         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
5027         whose line is either continued or ends with a comment.
5029 2005-10-20  Romain Francoise  <romain@orebokech.com>
5031         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
5033         * replace.el (occur-engine): Add follow-link property.
5035         * font-core.el (font-lock-mode): Doc fix.
5037 2005-10-20  Richard M. Stallman  <rms@gnu.org>
5039         * net/rcirc.el: New file.
5041 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
5043         * term.el (term-term-name): Initialize to "eterm-color".
5045 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
5047         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
5048         for encryption functionality.
5049         Move allout customization subgroup from `editing' to `outlines' group.
5050         Fix commentary 'keywords' to legitimate ones.
5051         Update author info (using my current email address, obscurified).
5052         (allout-encrypt-string, allout-encryption-produce-work-buffer)
5053         (allout-encrypted-topic-p, allout-encrypted-text-type)
5054         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
5055         (allout-situate-encryption-key-verifier)
5056         (allout-get-encryption-key-verifier, allout-verify-key)
5057         (allout-next-topic-pending-encryption)
5058         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
5059         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
5060         (outline-key-verifier-handling, outline-key-hint-handling)
5061         (outline-encrypt-unencrypted-on-saves): New defcustoms.
5062         (allout-file-key-verifier-string, allout-encryption-scheme)
5063         (allout-key-verifier-string, allout-key-hint-string)
5064         (allout-after-save-decrypt): New variables.
5065         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
5066         (allout-after-saves-handler): New hook functions.
5067         (allout-post-command-business): Do allout-after-save-decrypt.
5068         (allout-enable-file-variable-adjustment): Custom var to enable
5069         mechanism for adding and adjusting settings of Emacs file variables.
5070         (allout-adjust-file-variable, allout-file-vars-section-data):
5071         New functions, implement the mechanism.
5072         (outlineify-sticky): Use the file vars mechanism.
5073         (allout-inhibit-protection, allout-during-write-cue)
5074         (allout-override-protect, allout-before-change-protect): Remove.
5075         (allout-flag-region, allout-open-topic): Adjust read-only text.
5076         (allout-open-line-not-read-only): Add to facilitate read-only
5077         text based protection.
5078         (allout-kill-line): Revise to adjust read-only text, clue the
5079         user about the inhibition.
5080         (allout-unprotected): Use unwind-protect.
5081         (allout-shift-in, allout-shift-out): Disallow manually shifting a
5082         topic deeper than the offspring depth of the previous topic -
5083         avoiding confusing "containment discontinuities".
5084         (allout-reindent-bodies): Fix retention of body relative hanging
5085         indent during promotion of collapsed bodies.
5086         (allout-open-topic): Make it easy to open new topic with same
5087         bullet as current topic - topic creation functions provided with
5088         any universal argument provokes now prompt for bullet, defaulting
5089         to the bullet of the previous topic.
5090         (allout-plain-bullets-string, allout-distinctive-bullets-string):
5091         Plain bullet alternates '.' period and ',' comma only.  All other
5092         bullets are relegated to special status (but customizable).
5093         (allout-end-of-entry): Rename from 'allout-end-of-current-entry
5094         since it actually operates w.r.t. most immediately containing
5095         entry, visible or not.
5096         (allout-hide-current-entry, allout-show-current-entry): Use the
5097         revised version.
5098         (allout-old-expose-topic): Solidify deprecation.
5099         (allout-end-of-subtree): Add so we can span concealed as well
5100         as visible topics.
5101         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
5102         (allout-end-of-current-heading): Tweak to just respect the first line.
5103         (allout-get-body-text): Add.
5104         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
5105         when invoked interactively.
5106         (allout-up-current-level): Use `interactive-p'.
5107         (allout-mode, allout-init): Miscellaneous docstring and
5108         operational refinements, as well as hookups of new encryption stuff.
5109         (allout-beginning-of-current-entry): Now works as advertised.
5110         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
5111         (allout-isearch-rectification): Refine condition for isearching.
5112         (allout-isearch-abort, allout-enwrap-isearch)
5113         (allout-flag-region, my-region-active-p): Relocate some macros.
5114         (allout-title): Fallback title is '(buffer-name)', not
5115         non-existing '(current-buffer-name)'.
5116         (subst-char-in-string): Define if absent (for some XEmacs versions).
5118 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
5120         * mail/sendmail.el (mail-setup-hook, mail-aliases)
5121         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
5122         (mail-citation-prefix-regexp, mail-signature-file)
5123         (mail-default-headers, mail-bury-selects-summary)
5124         (mail-send-nonascii): Add autoload cookies.
5126 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
5128         * frame.el (blink-cursor-mode): Add `mac' to the list of
5129         window-system's that support blinking cursor.
5131 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5133         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
5135 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
5137         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
5138         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
5139         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
5141 2005-10-20  Kim F. Storm  <storm@cua.dk>
5143         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
5144         (ido-set-current-directory): Don't add / after final @.
5145         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
5146         Explicitly handle ange-ftp completion oddities.
5147         (ido-make-file-list): Don't rotate list at tramp root to avoid
5148         triggering tramp file handler for expand-file-name via get-file-buffer.
5150 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5152         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
5154 2005-10-19  Jay Belanger  <belanger@truman.edu>
5156         * calc/calc-units.el (math-standard-units): Add units, adjust
5157         symbols and update values.
5158         (math-unit-prefixes):  Add more prefixes.
5160 2005-10-19  Romain Francoise  <romain@orebokech.com>
5162         * bookmark.el (bookmark-menu-heading): New face.
5163         (bookmark-bmenu-list): Use it.
5164         Don't fiddle with `baud-rate' at top-level.
5166 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
5168         * image.el (create-image, find-image): Mention max-image-size in
5169         docstring.
5171 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5173         * savehist.el (savehist-load): Revert to checking XEmacs.
5175         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
5176         Various docstring and line-width fixups.
5177         (conf-mode): Use cond.
5178         Set font-lock-defaults.  Don't set comment-use-syntax.
5180 2005-10-18  David Ponce  <david@dponce.com>
5182         * tree-widget.el (tree-widget-button-click): New function.
5183         (tree-widget-button-keymap): Use it.
5185 2005-10-18  Romain Francoise  <romain@orebokech.com>
5187         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5188         (bookmark-bmenu-hide-filenames): Add follow-link property.
5189         Improve help-echo text.
5191         * ffap.el (find-file-at-point): Doc fix.
5193 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5195         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
5197 2005-10-18  Masatake YAMATO  <jet@gyve.org>
5199         Install to the CVS repository what I forgot to install in my
5200         2005-10-16 changes.
5202         * progmodes/python.el (python-complete-symbol): Pass the common
5203         prefix substring of completion to `display-completion-list'.
5205         * textmodes/org.el (org-complete): Ditto.
5207 2005-10-18  Masatake YAMATO  <jet@gyve.org>
5209         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
5211         * woman.el (WoMan-xref-man-page): New button type derived
5212         from `Man-abstract-xref-man-page'.
5213         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
5215         * man.el (Man-abstract-xref-man-page): New button type.
5216         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
5217         (Man-highlight-references): Add new optional argument `xref-man-type'.
5219 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
5221         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
5223 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
5225         * cus-edit.el (Custom-move-and-invoke): Delete.
5226         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
5228         * wid-edit.el (widget-move-and-invoke): New function, from
5229         Custom-move-and-invoke.
5231 2005-10-17  Bill Wohler  <wohler@newt.com>
5233         Move all remaining images from lisp/toolbar to etc/images, move
5234         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
5235         the low resolution images in their own directory (low-color).
5237         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
5238         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
5239         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
5240         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
5241         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
5242         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
5243         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
5245         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
5246         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
5247         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
5248         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
5249         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
5250         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
5251         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
5252         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
5253         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
5254         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
5255         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
5256         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
5257         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
5258         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
5259         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
5261         To conform with convention, replace the underscore (_) in the
5262         following image names with dash (-) or (/) as appropriate.
5264         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
5265         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
5266         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
5267         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
5268         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
5269         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
5270         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
5271         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
5272         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
5273         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
5274         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
5275         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
5276         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
5277         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
5278         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
5280         * info.el (info-tool-bar-map): Replace underscores in image names
5281         with dashes.
5283         * makefile.w32-in (WINS): Remove toolbar.
5285         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
5287         * tool-bar.el: Move to lisp from toolbar.  Now that
5288         toolbar is empty, it should be deleted when folks run "cvs up -P".
5290 2005-10-18  Jay Belanger  <belanger@truman.edu>
5292         * calc/calc-store.el (calc-store-into): Get the proper variable name
5293         to display in message.
5295 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
5297         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
5298         expressions display in speedbar for all buffers when debugging.
5299         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
5301         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
5302         (speedbar-insert-button, speedbar-make-button):
5303         Use add-text-properties.
5304         (speedbar-update-localized-contents)
5305         (speedbar-update-directory-contents)
5306         (speedbar-update-special-contents): Use dolist.
5307         (speedbar-buffer-easymenu-definition): Add a menu separator.
5309 2005-10-17  Jason Rumney  <jasonr@gnu.org>
5311         * makefile.w32-in: Use $(lisp) consistently.
5312         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
5313         for shell specific generation of mh-autoloads.
5315 2005-10-17  Richard M. Stallman  <rms@gnu.org>
5317         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
5319 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5321         * jit-lock.el (jit-lock-fontify-now):
5322         Move jit-lock-context-unfontify-pos to avoid wasted work.
5324 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
5326         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
5327         `tramp-completion-mode' for checking if we are in completion mode.
5328         (tramp-completion-handle-file-name-all-completions): Reorder code
5329         in order to complete for file names only in case there are no
5330         method/user/host completions.  This is necessary for cooperation
5331         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
5333 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
5335         * longlines.el (longlines-search-forward)
5336         (longlines-search-backward): Match any number of spaces.
5338 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
5340         * diff-mode.el (diff-mode): Doc fix.
5342 2005-10-16  David Reitter <david.reitter@gmail.com>
5344         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
5345         as default on darwin and windows systems.
5347 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
5349         * arc-mode.el (archive-zip-extract): Doc fix.
5351 2005-10-16  Romain Francoise  <romain@orebokech.com>
5353         * mouse.el (mouse-1-click-follows-link): Doc fix.
5355 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5357         * savehist.el: Don't require CL at runtime.
5358         (savehist-xemacs): Remove.
5359         (savehist-coding-system): Use utf-8 if present, regardless of religion.
5360         (savehist-no-conversion): Use (featurep 'xemacs).
5361         (savehist-load): Check existence of start-itimer rather than XEmacs.
5362         Use an idle timer.
5363         (savehist-process-for-saving): Replace use of CL funs `subseq' and
5364         `delete-if-not'.
5366 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
5368         * savehist.el: Newer version.
5369         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
5370         (savehist-last-checksum, savehist-no-conversion): New vars.
5371         (savehist-autosave, savehist-process-for-saving, savehist-printable):
5372         New functions.
5373         (savehist-load, savehist-save): Use them.
5374         (savehist-delimit): Remove.
5376 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5378         * progmodes/compile.el (compilation-goto-locus): Display the
5379         compilation buffer first and the source buffer second, in case they're
5380         in overlapping frames.  Don't raise the compilation frame if it was the
5381         selected window upon entry.  Pass the `other-window' arg to
5382         pop-to-buffer.
5384         * info.el (Info-fontify-node): Use dolist.
5385         Change add-text-properties to put-text-property.
5387 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5389         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
5390         bound of search.
5392 2005-10-16  Masatake YAMATO  <jet@gyve.org>
5394         * dabbrev.el (dabbrev-completion): Pass the common
5395         prefix substring of completion to `display-completion-list'.
5397         * filecache.el (file-cache-minibuffer-complete)
5398         (file-cache-complete): Ditto.
5400         * tempo.el (tempo-display-completions): Ditto.
5402         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
5404         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
5406         * eshell/em-hist.el (eshell-list-history): Ditto.
5408         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
5410         * mail/mailalias.el (mail-complete): Ditto.
5412         * progmodes/etags.el (complete-tag): Ditto.
5414         * progmodes/make-mode.el (makefile-complete): Ditto.
5416         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
5418         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
5420         * progmodes/pascal.el (pascal-complete-word)
5421         (pascal-show-completions): Ditto.
5423         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
5425         * simple.el (completion-common-substring): New variable.
5426         (completion-setup-function): Use `completion-common-substring'
5427         to put faces.
5429 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5431         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
5432         (x-get-selection, mac-select-convert-to-string): Convert from/to
5433         UTF-16 clipboard data as in native byte order, no BOM.
5435 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
5437         * progmodes/gud.el (gud-tool-bar-map): Rename the images
5438         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
5439         (gud-sentinel): Use speedbar-frame to check for speedbar.
5441 2005-10-15  Richard M. Stallman  <rms@gnu.org>
5443         * savehist.el: New file.
5445 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
5447         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
5448         Fix bug in \bf fontification.
5450 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5452         * pcvs.el (cvs-edit-log-files): New var.
5453         (cvs-mode-edit-log): New arg `file'.
5454         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
5455         Instead force the use of the original file and nothing else.
5456         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
5457         the cvs-minor-wrap-function is set.
5458         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
5460 2005-10-14  Bill Wohler  <wohler@newt.com>
5462         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
5463         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
5464         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
5465         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
5466         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
5467         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
5468         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
5469         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
5470         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
5471         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
5472         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
5473         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
5474         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
5475         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
5476         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
5478         * progmodes/gud.el (gud-tool-bar-map): Rename the images
5479         appropriately (for example, gud-break to gud/break).
5481 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
5483         * longlines.el (longlinges-search-function)
5484         (longlines-search-forward, longlines-search-backward): New functions.
5485         (longlines-mode): Set isearch-search-fun-function to
5486         longlinges-search-function.
5488         * mouse.el (mouse-drag-region-1): Handle the case where a
5489         double-click event is bound to an arbitrary function.
5491 2005-10-14  David Ponce  <david@dponce.com>
5493         * recentf.el (recentf-track-opened-file)
5494         (recentf-track-closed-file, recentf-update-menu)
5495         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
5496         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
5497         mouse-1-click-follows-link.
5499 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5501         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
5502         Gnome file-manager.png.  Suggested by
5503         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
5505         * toolbar/README: Add diropen.xpm.
5507 2005-10-13  Bill Wohler  <wohler@newt.com>
5509         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
5510         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
5512 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5514         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
5515         Don't waste the byte-compiler's time on constant data.
5517 2005-10-13  Kenichi Handa  <handa@m17n.org>
5519         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
5520         byte with `escape-glyph' face.
5522         * international/fontset.el (ccl-encode-unicode-font):
5523         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
5524         Handle the case that ucs-mule-to-mule-unicode translates a character to
5525         ASCII (usually for IPA characters).
5527 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5529         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
5530         Don't hide the underline of titles if font-lock-mode is disabled.
5532 2005-10-12  Bill Wohler  <wohler@newt.com>
5534         * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
5535         (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
5536         files in MH-E-SRC have been updated.
5537         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
5539 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5541         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
5542         (mixal-mode-syntax-table): Add \n as end-comment.
5543         (mixal-operation-codes-alist): Immediately initialize to full value.
5544         (mixal-add-operation-code): Remove.
5545         (mixal-describe-operation-code): Make the arg non-optional.
5546         Use the interactive spec instead.
5547         Use mixal-operation-codes-alist rather than mixal-operation-codes.
5548         (mixal-font-lock-keywords): Don't highlight comments here any more.
5549         (mixal-font-lock-syntactic-keywords): New var.
5550         (mixal-mode): Use it.  Fix comment-start-skip.
5552 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5554         * startup.el (command-line-x-option-alist): -nb => -nbi
5556 2005-10-12  Kim F. Storm  <storm@cua.dk>
5558         * startup.el (fancy-splash-default-action): Discard mouse click in
5559         the splash screen window, as it has no sensible meaning in the
5560         next window to be selected.  Fixes error reported by Jan D.
5562 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5564         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
5566 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5568         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
5569         Try to fix up minor layout issues like indentation, line break, etc...
5570         (mixal-mode-syntax-table): Don't try to specify comment syntax,
5571         because it doesn't work.
5572         (mixal-operation-codes): Add some more codes.
5573         (mixal-font-lock-keywords): Process comments here.
5574         (mixal-mode): mixasm no longer needs -g option.
5576 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
5578         * progmodes/sh-script.el (sh-tmp-file):
5579         Use mktemp -t.  Finish support for es and rc shells.
5581 2005-10-11  Jay Belanger  <belanger@truman.edu>
5583         * calc/calcalg2.el (calc-integral): With an argument, compute the
5584         definite integral.
5586 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
5588         * mouse.el (mouse-drag-region-1): Don't try to catch a
5589         double-click when doing follow-link (it's overridden anyway).
5591 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
5593         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
5594         (autoload-print-form-outbuf): Add docstring.
5596 2005-10-11  Juri Linkov  <juri@jurta.org>
5598         * info.el (Info-mode-menu): Delete menu item "Edit".
5599         (Info-mode): Delete description of Info-edit from docstring,
5600         and rearrange descriptions of Info commands in the order
5601         they are documented in the Info manual.
5603 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5605         * calendar/appt.el (appt-check): Use diary-selective-display var.
5607 2005-10-10  Richard M. Stallman  <rms@gnu.org>
5609         * net/newsticker.el (newsticker-start, newsticker-show-news):
5610         Add autoload cookies.
5612 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
5614         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
5616 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
5618         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
5620 2005-10-10  Jay Belanger  <belanger@truman.edu>
5622         * calc/calc-arith.el (math-check-known-scalarp)
5623         (math-check-known-matrixp): Check the values of arguments that are
5624         variables.
5625         (math-check-known-square-matrixp): New function.
5626         (math-known-square-matrixp): Use math-check-known-square-matrixp.
5627         (math-super-types): Add sqmatrix type.
5629         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
5630         mode name `square' to 'sqmatrix'.
5632         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
5633         mode name `square' to 'sqmatrix'.
5635 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5637         * progmodes/etags.el (select-tags-table-mode): Don't use
5638         selective-display.
5639         (tags-select-tags-table): Pass `button' to the action function.
5640         (select-tags-table): Place the side-info on button properties rather
5641         than in hidden text.  Abbreviate file names.
5642         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
5643         (select-tags-table-select): Add `button' argument.
5644         Get side-info from the button property rather than from hidden text.
5646 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
5648         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
5649         (gud-speedbar-buttons): Preserve point if possible.
5650         (gud-sentinel): Restore previous speedbar display type.
5652         * progmodes/gdb-ui.el (gdba): Improve diagram.
5653         (def-gdb-auto-update-handler, gdb-info-locals-handler)
5654         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
5655         Call get-buffer-window once.
5657 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5659         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
5660         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
5661         (pascal-indent-command): Remove unused var `ind'.
5662         (pascal-indent-case): Remove unused var `oldpos'.
5663         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
5664         since it's now used as a proper minor mode map.
5665         (pascal-outline): Rename to pascal-outline-mode.
5666         (pascal-outline-mode): Use define-minor-mode.
5667         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
5668         selective-display.
5670 2005-10-10  Andreas Schwab  <schwab@suse.de>
5672         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
5673         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
5675         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
5676         outside source directory.
5678 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
5680         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
5681         C-x' as a prefix.
5682         (orgtbl-mode-map): Full keymap instead of sparse, because all
5683         `self-insert-command' keys are redefined in this map.
5684         (org-export-as-html): Specify charset for HTML file, by taking it
5685         from the coding system.
5687 2005-10-10  Kenichi Handa  <handa@m17n.org>
5689         * textmodes/flyspell.el (flyspell-check-word-p):
5690         If unread-command-events is non-empty, don't call sit-for.
5692 2005-10-09  Richard M. Stallman  <rms@gnu.org>
5694         * font-lock.el (font-lock-syntactic-keywords)
5695         (font-lock-keywords): Doc fixes.
5697         * textmodes/flyspell.el (flyspell-external-point-words):
5698         Simplify logic, and don't try to check for consecutive appearances
5699         of one incorrect word.
5701 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
5703         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
5704         separator.
5706         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
5707         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
5708         (gud-expansion-speedbar-buttons): New function.
5709         (gud-speedbar-buttons): Check for gud-comint-buffer.
5711 2005-10-09  Bill Wohler  <wohler@newt.com>
5713         * Makefile.in (updates): Add mh-loaddefs dependency.
5715 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
5717         * speedbar.el (speedbar-file-key-map): Fix typo.
5719 2005-10-09  Daniel Brockman  <daniel@brockman.se>
5721         * cus-start.el (line-spacing): Add custom spec.
5723 2005-10-09  Romain Francoise  <romain@orebokech.com>
5725         * textmodes/ispell.el (ispell-check-version): Fix last change.
5727 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5729         * term/x-win.el: Remove -i, --icon-type from comment.
5731         * startup.el (command-line-x-option-alist): Remove options -i,
5732         -itype, --icon-type, added -nb, --no-bitmap-icon
5734 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
5736         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
5737         instead of :active.
5739 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5741         * textmodes/ispell.el (ispell-check-version):
5742         Ignore hyphen, and all that follows, in aspell's version text.
5744 2005-10-08  Jay Belanger  <belanger@truman.edu>
5746         * calc/calc-arith.el (math-known-square-matrixp): New function.
5747         (math-pow-fancy): Check for matrices before distributing exponent
5748         across products.
5750         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
5751         fullscreen keypad.  Suggested by Luc Teirlinck.
5752         (calc-keypad-show-input): Add space for formatting.
5754         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
5755         Add square matrix option.
5757         * calc/calc-poly.el (math-expand-term): Check for matrices instead
5758         of checking calc-matrix-mode when deciding how to expand.
5760         * calc/calc.el (calc-set-mode-line): Add square matrix option.
5762 2005-10-08  Lars Hansen  <larsh@soem.dk>
5764         * net/tramp.el (tramp-perl-directory-files-and-attributes):
5765         Add error handling.
5766         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
5768 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
5770         Sync with Tramp 2.0.51.
5772         * net/tramp.el (tramp-handle-set-visited-file-modtime)
5773         (tramp-handle-insert-file-contents, tramp-handle-write-region):
5774         Insert special handling for `last-coding-system-used', again
5775         it still seems to be necessary (unlike stated before).
5776         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
5777         (tramp-password-prompt-regexp): There might be other words before
5778         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
5779         (tramp-chunksize): Improve docstring.
5780         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
5781         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
5782         Christian Joergensen <bugs@razor.dk>.
5784 2005-10-07  Glenn Morris  <rgm@gnu.org>
5786         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
5787         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
5788         precision'.
5790 2005-10-07  Romain Francoise  <romain@orebokech.com>
5792         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
5793         (ibuffer-do-shell-command-pipe-replace)
5794         (ibuffer-do-shell-command-file, ibuffer-do-eval)
5795         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
5796         (ibuffer-do-revert, ibuffer-do-replace-regexp)
5797         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
5798         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
5799         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
5800         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
5801         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
5802         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
5803         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
5804         Autoload file sans suffix.
5806         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
5808 2005-10-07  David Ponce  <david@dponce.com>
5810         * recentf.el (recentf-menu-open-all-flag): New option.
5811         (recentf-digit-shortcut-command-name): New function.
5812         (recentf--shortcuts-keymap): New variable.
5813         (recentf-menu-shortcuts): New variable.
5814         (recentf-make-menu-items): Initialize it.  Replace the "More..."
5815         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
5816         (recentf-menu-value-shortcut): New function.
5817         (recentf-make-menu-item): Use it.  No more in-lined.
5818         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
5819         (recentf-open-most-recent-file): Rename from
5820         `recentf-open-file-with-key'.  Don't depend on key binding.
5821         (recentf-mode-map): New variable.
5822         (recentf-mode): Use it.
5824 2005-10-06  Bill Wohler  <wohler@newt.com>
5826         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
5828         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
5829         (MH-E-SRC): New.  Used by mh-autoloads.
5830         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
5831         files in MH-E-SRC have been updated.
5832         (compile, recompile, bootstrap): Depend on mh-autoloads.
5834 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
5836         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
5837         gud-break and gud-remove icons when the fringe is not available.
5839         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
5840         Typo.
5842 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
5844         * play/zone.el (zone): Wrap body with save-window-excursion.
5846 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5848         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
5849         Use the new `list-only' arg to diary-list-entries.
5851         * calendar/diary-lib.el: Use overlays rather than selective-display.
5852         (diary-selective-display): New var.
5853         (diary-header-line-format): Use it.
5854         (diary-list-entries): Add argument `list-only'.
5855         Put the buffer in diary-mode.  Don't add \^M at beg and end.
5856         Replace \^M by invisible overlays.
5857         (diary-unhide-everything): Replace \^M by invisible overlays.
5858         (print-diary-entries): Look for overlays rather than \^M.
5859         Add a space to the temp buffer name.
5860         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
5861         Put the buffer in diary-mode.
5862         (list-sexp-diary-entries): Replace \^M by invisible overlays.
5863         (diary-anniversary): Make the year arg optional.
5864         (diary-time-regexp): New const.
5865         (diary-font-lock-keywords): Use it to accept a few more time formats.
5867         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
5869 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
5871         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
5872         Fix bug introduced 2005-07-03: Use (car (last ...))
5873         to faithfully reproduce replaced artist-last.
5874         (artist-set-arrow-points-for-poly): Likewise.
5875         Suggested by Johan Bockg\e,Ae\e(Brd.
5877 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
5879         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
5880         * wid-edit.el (widget):
5881         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
5882         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
5884 2005-10-06  Kenichi Handa  <handa@m17n.org>
5886         * international/mule-cmds.el (set-language-environment):
5887         Fix setting up of case-table for unibyte mode.
5889         * simple.el (what-cursor-position): If the character is displayed
5890         by some `display' text property, show that.  Don't use
5891         single-key-description for eight-bit characters in multibyte mode.
5893 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
5895         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
5896         (gdb-ann3): Set it.
5897         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
5898         (gdb-info-frames-custom): Use inverse-video for first five
5899         characters of selected frame only.
5900         (gdb-get-frame-number): Select frame even when point is on frame
5901         number.
5903 2005-10-06  Masatake YAMATO  <jet@gyve.org>
5905         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
5906         Put `font-lock-function-name-face'.
5907         (gdb-info-frames-custom): Put `font-lock-function-name-face'
5908         and `font-lock-variable-name-face'
5909         (gdb-registers-font-lock-keywords): New font lock keywords definition.
5910         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
5911         (gdb-memory-font-lock-keywords): New font lock keywords definition.
5912         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
5913         (gdb-local-font-lock-keywords): New font lock keywords definition.
5914         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
5915         (gdb-threads-font-lock-keywords): New font lock keywords definition.
5916         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
5918 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
5920         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
5921         (ediff-merge-region-is-non-clash-to-skip): Previously called
5922         ediff-merge-region-is-non-clash.
5924         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
5925         Use insert-buffer-substring.
5927         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
5928         selecting files to patch.  Also bug fixes.
5930         * ediff-util.el (ediff-setup): Bug fix.
5931         (ediff-next-difference): Never skip clashes that differ in white
5932         space only.
5934         * ediff-wind.el (ediff-setup-control-frame)
5935         (ediff-destroy-control-frame): Check the menubar feature.
5937         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
5938         (viper-refresh-mode-line): Use make-local-variable to localize
5939         some vars instead of make-variable-buffer-local.  Suggested by
5940         Stefan Monnier.
5942         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
5943         (viper-restore-cursor-type, viper-set-insert-cursor-type):
5944         Use make-local-variable instead of make-variable-buffer-local.
5945         Suggested by Stefan Monnier.
5947         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
5948         (viper-comint-mode-hook): Use make-local-variable on
5949         require-final-newline.
5950         (viper-non-hook-settings): Don't use make-variable-buffer-local.
5952 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5954         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
5955         also the second char of a comment-start sequence.
5956         (scheme-sexp-comment-syntax-table): New var.
5957         (lambda, define): Set their scheme-doc-string-elt property.
5958         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
5959         Use lisp-font-lock-syntactic-face-function now that it properly
5960         handles |...| symbols.
5961         (scheme-mode-variables): Set lisp-doc-string-elt-property,
5962         parse-sexp-lookup-properties and font-lock-extra-managed-props.
5964         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
5965         bit from # to |.
5966         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
5968         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
5969         (lisp-doc-string-elt-property): New var.
5970         (lisp-font-lock-syntactic-face-function): Use it.
5971         Rewrite to recognize docstrings even for forms not at toplevel.
5973         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
5974         annotation on the | part of #| rather than on the # part.
5975         (scheme-font-lock-syntactic-face-function): New function, to
5976         distinguish strings from |...| symbols.
5977         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
5978         syntax-table so that #|...|# is properly highlighted.
5980         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
5981         Don't mark as docstring the 3rd elem of an unknown toplevel form.
5983 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5985         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
5986         and C-e.
5988         * emacs-lisp/eldoc.el: Move comments into docstrings.
5989         (eldoc-message-commands): Initialize in its declaration.
5990         Add move-beginning-of-line and move-end-of-line.
5991         (eldoc-add-command, eldoc-add-command-completions)
5992         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
5994         * outline.el (outline-mark-subtree): Activate the mark.
5996         * calendar/appt.el (appt-time-regexp): New var.
5997         (appt-add, appt-make-list): Use it.
5998         (appt-convert-time): Clean up.
6000         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
6001         Don't set any syntax-table property here.
6002         (tex-font-lock-verb): New function.  Do it here.
6003         (tex-font-lock-syntactic-keywords): Use it.
6005 2005-10-04  Richard M. Stallman  <rms@gnu.org>
6007         * wid-edit.el (widget-file-complete): Get the widget start point
6008         the right way.  Default directory to `/' if file has none.
6010         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
6012         * textmodes/flyspell.el (flyspell-mode-on):
6013         Call ispell-maybe-find-aspell-dictionaries.
6015         * textmodes/ispell.el (ispell-word, ispell-region):
6016         Call ispell-maybe-find-aspell-dictionaries.
6017         (ispell-accept-buffer-local-defs):
6018         Don't call ispell-maybe-find-aspell-dictionaries
6020 2005-10-04  Richard M. Stallman  <rms@gnu.org>
6022         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
6024 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
6026         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
6027         instead of `fboundp' in order to allow for anonymous functions.
6029 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
6031         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
6032         case the user clicks on the link while another window is selected.
6033         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
6035         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
6036         functionality.
6037         (dframe-help-echo): Save point in case mouse tracking is off.
6039 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
6041         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
6043 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6045         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
6046         not change the global value of those vars.
6048         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
6049         make-local-variable which we do not need any more.
6051 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
6053         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
6054         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
6055         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
6056         (speedbar-path-line): Define obsolete aliases.
6057         (speedbar-line-directory): Doc fix.
6059         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
6060         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
6061         instead of speedbar-line-path.
6063 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6065         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
6066         to nil if dropping on a window.  Handle dropping on a minibuffer window
6067         like dropping on a non-window part of Emacs.
6069 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6071         * net/ange-ftp.el: Use with-current-buffer.
6072         (ange-ftp-insert-directory): Do not follow symlinks any more.
6074         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6075         Remove interactive spec.
6077 2005-10-03  Kim F. Storm  <storm@cua.dk>
6079         * ido.el (ido-mode): Use custom-initialize-set.
6081 2005-10-02  Richard M. Stallman  <rms@gnu.org>
6083         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
6084         Use insert-buffer-substring.
6086         * net/tramp.el: Pacify byte compiler warnings in pacification code.
6087         (tramp-handle-file-local-copy): Use insert-buffer-substring.
6089 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6091         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
6092         in last change.
6093         (ange-ftp-insert-directory): Fix up the search for the case where
6094         `file' is absolute.
6096 2005-10-02  Romain Francoise  <romain@orebokech.com>
6098         * progmodes/compile.el (compile-goto-error): Delete extra paren.
6100 2005-10-02  Andreas Schwab  <schwab@suse.de>
6102         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
6103         directory component in the session info.
6105 2005-10-01  Richard M. Stallman  <rms@gnu.org>
6107         * comint.el (comint-redirect-subvert-readonly): Doc fix.
6109         * simple.el (next-error-internal): New function.
6111         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
6112         (compilation-start): Pass new arg to compilation-buffer-name.
6113         (compile-goto-error): Use next-error-internal.
6115 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
6117         * speedbar.el: Remove RCS tag.
6118         (speedbar-check-read-only): Handle non-existent files.
6120         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
6122         * info.el (Info-speedbar-hierarchy-buttons)
6123         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
6125 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6127         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
6128         Do not match newline.
6129         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
6130         (bibtex-summary): Remove unnecessary save-excursion.
6131         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
6133 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6135         * term/mac-win.el: Add charset info for "iso10646-1".
6136         Modify default fontset to use ATSUI-compatible fonts for some charsets
6137         if available.
6139 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
6141         * speedbar.el: Re-apply arch tag.
6142         (speedbar-version): Rename to version 1.0.  Suggested by Eric
6143         M. Ludlam.
6144         Reapply two changes from Emacs CVS' version of speedbar lost
6145         during the merge:
6146         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
6147         (speedbar-frame-parameters): Improve customize type.
6149 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6151         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
6152         (ange-ftp-file-directory-p): Fix the symlink case.
6153         (ange-ftp-insert-directory): When listing a single file, get a list of
6154         the parent buffer and extract the relevant line.  Inspired from a patch
6155         by Katsumi Yamaoka <yamaoka@jpl.org>.
6156         (ange-ftp-file-name-sans-versions): Simplify.
6158 2005-09-30  Bill Wohler  <wohler@newt.com>
6160         Move MH-E image files from toolbar and mail directories into
6161         etc/images.
6163         * mail/reply2.*: Move to etc/images/mail/reply*.
6165         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
6166         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
6167         etc/images.
6169         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
6170         * toolbar/reply*: Move to etc/images/mail.
6172         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
6174 2005-09-30  Eric M. Ludlam <zappo@gnu.org>
6176         * speedbar.el: New version 1.0pre3.
6178         Frame management code (including timer, and mouse click specifics)
6179         moved to dframe.el:
6180         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
6181         (speedbar-timer): Removed.  Use dframe-timer.
6182         (speedbar-close-frame): Removed.  Use dframe-close-frame.
6183         (speedbar-activity-change-focus-flag): Removed.  Use
6184         dframe-activity-change-focus-flag.
6185         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
6186         dframe-update-speed.
6188         (speedbar-current-frame): New macro.  Use this instead of the
6189         variable speedbar-frame.
6191         (speedbar-use-images, speedbar-expand-image-button-alist)
6192         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
6194         (speedbar-find-image-on-load-path): Removed.  Replaced by
6195         defezimage in ezimage.el.
6196         (speedbar-expand-image-button-alist): Removed.  Replaced by
6197         ezimage-expand-image-button-alist in ezimage.el.
6199         (speedbar-ignored-directory-regexp)
6200         (speedbar-add-ignored-directory-regexp)
6201         (speedbar-ignored-directory-expressions)
6202         (speedbar-line-directory, speedbar-buffers-line-directory)
6203         (speedbar-directory-line, speedbar-buffers-line-directory):
6204         Renamed, replacing `path' with `directory'.
6206         (speedbar-create-directory, speedbar-expand-line-descendants)
6207         (speedbar-toggle-line-expansion)
6208         (speedbar-contract-line-descendants): New commands.
6210         (speedbar-query-confirmation-method, speedbar-select-frame-method)
6211         (speedbar-use-tool-tips-flag): New options.
6213         (speedbar-check-read-only, speedbar-require-version)
6214         (speedbar-insert-separator, speedbar-buffers-tail-notes)
6215         (speedbar-handle-delete-frame, speedbar-try-completion)
6216         (speedbar-update-localized-contents): New functions.
6218         (speedbar-incompatible-version, speedbar-ro-to-do-point)
6219         (speedbar-object-read-only-indicator): New variables.
6221         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
6222         New hooks.
6224         (speedbar-separator-face): New face.
6226         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
6227         (speedbar-ignored-modes): Add fundamental-mode.
6228         (speedbar-directory-unshown-regexp): Add . directories.
6230         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
6231         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
6232         `]' for full expand/close.
6233         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
6235         (speedbar-check-vc): Support hidden files.
6236         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
6237         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
6238         state is nil, it is not checked out.
6240         (speedbar-line-text, speedbar-line-token): Support expand buttons
6241         with no text.
6242         (speedbar-refresh): Universal argument acts as power-click.
6243         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
6244         that buffer to get variable values.
6246         And many other bugfixes.
6248         * dframe.el, ezimage.el, sb-image.el: New files.
6250         * sb-*.xpm: Remove files.  New image files installed into
6251         etc/images/ezimage.
6253 2005-09-30  Kenichi Handa  <handa@m17n.org>
6255         * ps-mule.el (ps-mule-show-warning): If a character is in
6256         ps-print-translation-table, don't treat it as non-printable.
6258 2005-09-30  David Ponce  <david@dponce.com>
6260         * tree-widget.el (tree-widget-themes-load-path): New variable.
6261         (tree-widget-themes-directory): Doc fix.
6262         (tree-widget-image-formats) [Emacs]: Doc fix.
6263         (tree-widget--locate-sub-directory): New function.
6264         (tree-widget-themes-directory): Use it.
6266         * recentf.el (recentf-filename-handlers): Rename from
6267         `recentf-filename-handler'.  Allow a list of functions.
6268         (recentf-menu-items-for-commands): Fix :help strings.
6269         (recentf-apply-filename-handlers): New function.
6270         (recentf-expand-file-name): Use it.
6271         (recentf-cleanup): Remove duplicates too.
6273 2005-09-29  Juri Linkov  <juri@jurta.org>
6275         * faces.el: Rearrange face definitions to be in the same order as
6276         their face descriptions in "(emacs)Standard Faces".
6278         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
6280         * tooltip.el (tooltip): Add group `basic-faces'.
6282         * buff-menu.el (Buffer-menu-buffer): Remove group
6283         `font-lock-highlighting-faces'.
6285         * progmodes/compile.el (compilation-error, compilation-warning)
6286         (compilation-info, compilation-line-number, compilation-column-number):
6287         Change group from `font-lock-highlighting-faces' to `compilation'.
6289         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
6290         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
6291         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
6292         (vhdl-font-lock-reserved-words-face)
6293         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
6294         `font-lock-highlighting-faces'.
6296         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
6298 2005-09-28  Kim F. Storm  <storm@cua.dk>
6300         * emulation/cua-base.el: Set CUA move property on additional commands:
6301         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
6302         forward-sexp, backward-sexp, forward-list, backward-list.
6304 2005-09-28  Romain Francoise  <romain@orebokech.com>
6306         * comint.el (comint-show-output): Really set point at the
6307         beginning of the output when not using `comint-use-prompt-regexp'.
6309 2005-09-27  Jay Belanger  <belanger@truman.edu>
6311         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
6312         in TeX mode.
6314 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
6316         * textmodes/org.el (org-table-sum): Fix format string.
6318         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
6319         Quote face names.
6321 2005-09-26  Romain Francoise  <romain@orebokech.com>
6323         * isearch.el (isearch-forward-regexp): Close doc string.
6325 2005-09-25  Richard M. Stallman  <rms@gnu.org>
6327         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
6329         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
6331         * progmodes/compile.el (compilation-error-properties):
6332         When getting the file from the previous error message,
6333         correctly decode the new data format.
6335         * progmodes/cc-cmds.el (c-electric-paren):
6336         Call old-blink-paren only for close-paren.
6338 2005-09-24  Andreas Schwab  <schwab@suse.de>
6340         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
6341         condition.
6343 2005-09-25  Romain Francoise  <romain@orebokech.com>
6345         * dired-aux.el (dired-copy-file-recursive):
6346         * dired.el (dired-delete-file):
6347         * ediff-mult.el (ediff-dir-diff-copy-file):
6348         * ediff-util.el (ediff-test-save-region):
6349         * forms.el (forms-mode):
6350         * ido.el (ido-file-internal, ido-delete-file-at-head):
6351         * log-edit.el (log-edit-done):
6352         * ses.el (ses-yank-resize):
6353         * play/gomoku.el (gomoku-human-plays, gomoku)
6354         (gomoku-human-resigns, gomoku-prompt-for-other-game)
6355         (gomoku-offer-a-draw):
6356         * play/landmark.el (lm-human-resigns, lm):
6357         * net/eudcb-ldap.el (eudc-ldap-check-base):
6358         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
6359         * progmodes/ebrowse.el (ebrowse-find-pattern):
6360         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
6361         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
6362         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
6364         * vc.el (vc-delete-file):
6365         * play/gomoku.el (gomoku-terminate-game, gomoku)
6366         (gomoku-prompt-for-move, gomoku-human-takes-back):
6367         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
6368         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
6370 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
6372         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
6373         color rxvt terminals by using the code xterm.el used to use before
6374         2005-04-09 in order to match the colors used by rxvt.
6376 2005-09-24  Emanuele Giaquinta <emanuele.giaquinta@gmail.com>  (tiny change)
6378         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
6379         colors rxvt-unicode terminals by using the same code as xterm.el.
6381 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6383         * textmodes/tex-mode.el (tex-font-lock-append-prop)
6384         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
6385         new symbol used for the tex-verbatim face.
6387 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
6389         * woman.el (woman-file-name):
6390         * wid-edit.el (widget-file-prompt-value)
6391         (widget-coding-system-prompt-value):
6392         * w32-fns.el (set-w32-system-coding-system):
6393         * vc.el (vc-version-diff, vc-annotate):
6394         * textmodes/reftex-auc.el (reftex-arg-cite)
6395         (reftex-arg-index-tag):
6396         * textmodes/refer.el (refer-get-bib-files):
6397         * textmodes/artist.el (artist-figlet-choose-font):
6398         * terminal.el (terminal-emulator):
6399         * replace.el (occur-read-primary-args):
6400         * rect.el (string-rectangle, string-insert-rectangle):
6401         * ps-print.el (ps-print-preprint):
6402         * progmodes/pascal.el (pascal-goto-defun):
6403         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
6404         * progmodes/compile.el (compilation-find-file):
6405         * printing.el (pr-interactive-n-up):
6406         * play/animate.el (animate-birthday-present):
6407         * net/rcompile.el (remote-compile):
6408         * man.el (man, Man-goto-section, Man-follow-manual-reference):
6409         * mail/rmailsum.el (rmail-summary-search-backward)
6410         (rmail-summary-search):
6411         * mail/rmailout.el (rmail-output-read-rmail-file-name)
6412         (rmail-output-read-file-name):
6413         * mail/rmail.el (rmail-search, rmail-search-backwards):
6414         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
6415         * locate.el (locate):
6416         * international/quail.el (quail-show-keyboard-layout):
6417         * international/mule.el (set-buffer-file-coding-system)
6418         (revert-buffer-with-coding-system, set-file-name-coding-system)
6419         (set-terminal-coding-system, set-keyboard-coding-system)
6420         (set-next-selection-coding-system):
6421         * international/mule-diag.el (describe-coding-system)
6422         (describe-font, describe-fontset):
6423         * international/mule-cmds.el (universal-coding-system-argument)
6424         (search-unencodable-char, describe-input-method)
6425         (set-language-environment, describe-language-environment):
6426         * international/codepage.el (codepage-setup):
6427         * international/code-pages.el (codepage-setup):
6428         * info.el (Info-search, Info-follow-reference)
6429         (Info-search-backward):
6430         * emacs-lisp/advice.el (ad-read-advised-function)
6431         (ad-read-advice-class, ad-clear-cache, ad-activate)
6432         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
6433         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
6434         (ad-read-regexp):
6435         * ediff-util.el (ediff-toggle-regexp-match):
6436         * ediff-ptch.el (ediff-prompt-for-patch-file):
6437         * dired-aux.el (dired-diff):
6438         * diff.el (diff):
6439         * cus-edit.el (custom-variable-prompt):
6440         * calendar/timeclock.el (timeclock-ask-for-project):
6441         * calc/calcalg3.el (calc-get-fit-variables):
6442         * calc/calc-store.el (calc-edit-variable)
6443         (calc-permanent-variable):
6444         * vc-mcvs.el (vc-mcvs-register):
6445         * shadowfile.el (shadow-define-literal-group):
6446         * woman.el (woman-file-name):
6447         * vc.el (vc-version-diff, vc-merge):
6448         * textmodes/reftex-index.el (reftex-index-complete-tag):
6449         * format.el (format-decode-buffer, format-decode-region):
6450         * emulation/viper-cmd.el (viper-read-string-with-history):
6451         * emacs-lisp/debug.el (cancel-debug-on-entry):
6452         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6453         * ediff.el (ediff-merge-revisions)
6454         (ediff-merge-revisions-with-ancestor, ediff-revision):
6455         * completion.el (interactive-completion-string-reader):
6456         * calc/calc-prog.el (calc-user-define-formula):
6457         Follow convention for reading with the minibuffer.
6459 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
6461         * progmodes/python.el (python-describe-symbol): Add globals() and
6462         locals() to the arguments of emacs.ehelp.
6464 2005-09-24  Magnus Henoch  <mange@freemail.hu>
6466         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
6467         New function, code extracted from ispell-valid-dictionary-list.
6468         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
6469         Call it.
6471 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
6473         * subr.el (version-regexp-alist): Extend valid syntax for version
6474         strings: allow any of the characters -,_,+ to separate the
6475         alpha/beta/rc part from the version part.  Doc fix.
6476         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
6478 2005-09-23  David Reitter  <david.reitter@gmail.com>
6480         * mail/mailclient.el: New file.
6482 2005-09-23  Richard M. Stallman  <rms@gnu.org>
6484         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
6485         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
6486         Doc fixes.
6488         * progmodes/cc-mode.el (c-font-lock-init):
6489         Specify font-lock-lines-before.
6491 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6493         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
6494         whole conflict.
6496 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
6498         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
6499         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
6500         of `remap' feature when available.  Additional key bindings for
6501         better tty support.
6502         (org-mode-restart, org-force-self-insert): New commands.
6503         (org-time-stamp-inactive): New command.
6504         (org-remap): New function.
6505         (org-table-auto-blank-field, org-level-color-stars-only): New options.
6506         (org-enable-fixed-width-editor): Move to `org-structure'
6507         customization group.
6508         (org-self-insert-command, orgtbl-self-insert-command): Modify to
6509         blank field after field motion commands.
6511 2005-09-23  Kenichi Handa  <handa@m17n.org>
6513         * international/mule-cmds.el (set-language-environment):
6514         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
6515         have to call utf-translate-cjk-load-tables.
6517 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6519         * mouse.el (mouse-move-drag-overlay): Fix last change.
6521 2005-09-22  David Ponce  <david@dponce.com>
6523         * tree-widget.el (tree-widget-value-create): Fix previous change.
6525 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
6527         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
6529 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6531         * mouse.el (mouse-move-drag-overlay): New function.
6532         (mouse-drag-region-1): Use it.
6533         Try to simplify a bit the state handling.  Handle clicks on links
6534         inside intangible areas.
6535         (mouse-save-then-kill): Minor simplification.
6536         (mouse-secondary-overlay): Make it always non-nil instead of
6537         recreating it each time.
6538         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
6539         (mouse-kill-secondary, mouse-secondary-save-then-kill):
6540         Simplify accordingly.
6542 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
6544         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
6546 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
6548         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
6549         (ediff-file-name-sans-prefix): Treat nil as an empty string.
6550         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
6551         to patch.
6553         * ediff-util.el: Use insert-buffer-substring.
6555         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
6557         * emulation/viper-cmd.el (viper-change-state): Don't move over the
6558         field boundaries in the minibuffer.
6559         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
6560         (viper-minibuffer-post-command-hook): New hook.
6561         (viper-line): Don't move cursor at bolp.
6563         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
6565         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
6566         avoid compiler warnings.
6568         * emulation/viper-macs.el (ex-map): Better messages.
6570         * emulation/viper-utils.el (viper-beginning-of-field): New function.
6572         * emulation/viper.el: Replace make-variable-buffer-local with
6573         viper-make-variable-buffer-local everywhere, to avoid warnings.
6575 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6577         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
6578         Delete unused var `old-selected-window'.
6579         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
6580         (mouse-drag-secondary): Delete unused var `start-frame'.
6582 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
6584         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
6586 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6588         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
6589         Re-indent within 80 columns.  Use inhibit-read-only.
6591 2005-09-19  Romain Francoise  <romain@orebokech.com>
6593         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
6595 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6597         * font-lock.el (font-lock-default-fontify-region): Don't add a line
6598         unconditionally, since the after-change-function already did it.
6600 2005-09-19  Miles Bader  <miles@gnu.org>
6602         * net/newsticker.el: Get rid of CVS keyword.
6604 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
6606         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
6607         The prompt is formatted later.
6609 2005-09-19  David Ponce  <david@dponce.com>
6611         * tree-widget.el (tree-widget-value-create): Save the converted
6612         tree :node widget.
6614 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
6616         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
6617         variable `message'.
6619 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
6621         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
6622         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
6623         <slawomir.nowaczyk.847@student.lu.se>.
6625 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
6627         * image.el (image-load-path): Use symbol `data-directory' instead
6628         of its value, for backward compatibility with packages that bind
6629         it during `find-image'.  Suggested by Katsumi Yamaoka.
6630         (image-search-load-path): Handle symbols whose values are strings.
6632 2005-09-18  Romain Francoise  <romain@orebokech.com>
6634         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
6635         with-current-buffer form in save-excursion.
6637 2005-09-18  D Goel  <deego@gnufans.org>
6639         * apropos.el (apropos-command): Fix `message' call: first arg
6640         should be a format spec.  In this and all other cases that appear
6641         below and elsewhere in the source code, I made a change only when
6642         two conditions were satisfied: [1] I can think of a possibility
6643         that the arguments would cause an error, for example, the code in
6644         question relies on external variables such as filenames.  [2] I
6645         was sure that the arg to `message' could not have been nil in the code.
6647         * textmodes/tildify.el (tildify-region): Ditto.
6649         * textmodes/reftex-index.el (reftex-index-change-entry)
6650         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
6651         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
6652         * textmodes/org.el (org-complete, org-deadline, org-schedule)
6653         (org-priority, org-table-sum):
6654         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
6655         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
6656         (flyspell-word, flyspell-display-next-corrections):
6657         * textmodes/bibtex.el (bibtex-print-help-message):
6658         * textmodes/artist.el (artist-key-set-point-poly):
6659         * term/mac-win.el (mac-services-insert-text):
6660         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
6661         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
6662         (vhdl-port-paste-testbench, vhdl-compose-new-component)
6663         (vhdl-compose-configuration):
6664         * progmodes/sh-script.el (sh-blink, sh-show-indent)
6665         (sh-set-indent, sh-learn-line-indent):
6666         * progmodes/ps-mode.el (ps-mode-target-column):
6667         * progmodes/idlwave.el (idlwave-make-tags)
6668         (idlwave-scan-library-catalogs):
6669         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
6670         * progmodes/gud.el (gud-jdb-analyze-source):
6671         * progmodes/flymake.el (flymake-log):
6672         * progmodes/ebnf2ps.el (ebnf-generate-region):
6673         * progmodes/cmacexp.el (c-macro-expansion):
6674         * progmodes/ada-xref.el (ada-treat-cmd-string):
6675         * progmodes/ada-mode.el (ada-create-case-exception-substring)
6676         (ada-justified-indent-current, ada-batch-reformat):
6677         * play/zone.el (zone):
6678         * play/landmark.el (lm-move):
6679         * play/decipher.el (decipher-show-alphabet):
6680         * net/newsticker.el (newsticker--display-jump)
6681         (newsticker--display-scroll):
6682         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
6683         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
6684         * mail/feedmail.el (feedmail-dump-message-to-queue):
6685         * eshell/esh-proc.el (eshell-remove-process-entry):
6686         * emulation/ws-mode.el (ws-last-error):
6687         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
6688         (viper-record-kbd-macro):
6689         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
6690         * emacs-lisp/lisp-mnt.el (lm-report-bug):
6691         * emacs-lisp/find-func.el (find-function-noselect):
6692         * calendar/timeclock.el (timeclock-status-string)
6693         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
6694         (timeclock-when-to-leave-string):
6695         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
6696         * calc/calc-units.el (calc-enter-units-table):
6697         * calc/calc-mode.el (calc-mode-record-mode):
6698         * woman.el (woman-mini-help):
6699         * wdired.el (wdired-change-to-wdired-mode):
6700         * vc.el (vc-retrieve-snapshot):
6701         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
6702         * startup.el (display-startup-echo-area-message):
6703         * simple.el (set-goal-column):
6704         * ses.el (ses-command-hook, ses-recalculate-cell):
6705         * server.el (server-process-filter):
6706         * printing.el (pr-interface-txt-print, pr-interface-printify)
6707         (pr-interface-ps):
6708         * pcvs.el (cvs-help):
6709         * log-edit.el (log-edit, log-edit-mode-help):
6710         * iswitchb.el (iswitchb-possible-new-buffer):
6711         * isearch.el (isearch-edit-string):
6712         * image-mode.el (image-mode, image-minor-mode):
6713         * ibuf-macs.el (define-ibuffer-filter):
6714         * hi-lock.el (hi-lock-find-patterns):
6715         * files.el (toggle-read-only):
6716         * ediff-util.el (ediff-copy-diff)
6717         (ediff-write-merge-buffer-and-maybe-kill):
6718         * echistory.el (Electric-history-undefined):
6719         * dnd.el (dnd-insert-text):
6720         * dired-aux.el (dired-query):
6721         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
6722         * bookmark.el (bookmark-bmenu-locate):
6723         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
6724         Fix `message' calls to ensure first arg is a format string.
6725         The change was made only when these two conditions were satisfied:
6726         [1] when there is a possibility that the arguments would cause an error
6727         for example, if the code in question relies on external variables
6728         such as filenames, and
6729         [2] if the arg to `message' could not have been nil in the code.
6731         * pcomplete.el (pcomplete--help): Fix `message' format spec.
6732         Not having a %s would be weird, though not technically wrong.
6734 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6736         * term/mac-win.el (mac-add-charset-info): Doc fix.
6738 2005-09-17  Romain Francoise  <romain@orebokech.com>
6740         * shell.el (shell-resync-dirs): Handle echoing processes more
6741         reliably.  Don't insert resync command if `comint-process-echoes'
6742         is non-nil.
6744 2005-09-17  Magnus Henoch  <mange@freemail.hu>
6746         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
6747         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
6748         aspell versions >= 0.60.
6749         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
6750         only if ispell-aspell-supports-utf8 is non-nil.
6752 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6754         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
6755         buffer-local value to lisp-indent-function.
6757 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
6759         * progmodes/glasses.el (glasses-make-readable): If
6760         glasses-separator differs from underscore, put appropriate
6761         overlays over underscore characters.
6762         (glasses-convert-to-unreadable): If glasses-separator differs from
6763         underscore, try to convert glasses-separator characters to
6764         underscores.
6766 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6768         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
6769         Use with-syntax-table and dolist.
6771 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
6773         * textmodes/reftex-auc.el:
6774         * textmodes/reftex-cite.el:
6775         * textmodes/reftex-dcr.el:
6776         * textmodes/reftex-global.el:
6777         * textmodes/reftex-parse.el:
6778         * textmodes/reftex-ref.el:
6779         * textmodes/reftex-sel.el:
6780         * textmodes/reftex-toc.el:
6781         * textmodes/reftex-vars.el:
6782         * textmodes/reftex.el: Small changes to remove compiler warnings.
6784         * textmodes/reftex-index.el: Likewise.
6785         (reftex-query-index-phrase): More efficient use of markers.
6787 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
6789         * image.el (image-load-path): New variable.
6790         (image-search-load-path): New function.
6791         (find-image): Search for images in `image-load-path'.
6793 2005-09-15  Richard M. Stallman  <rms@gnu.org>
6795         * follow.el: Change Maintainer field.
6797 2005-09-15  David Ponce  <david@dponce.com>
6799         * recentf.el (recentf-save-file-modes): New option.
6800         (recentf-save-list): Use it.
6802 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
6804         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
6805         (mode-line-mule-info, mode-line-modified): Move bindings from
6806         mouse-3 to mouse-1.
6808 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
6810         * simple.el (sendmail-user-agent-compose): Revert last change.
6812 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6814         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
6815         Use with-current-buffer.
6816         (ange-ftp-gwp-start): Remove unused var `gw-user'.
6817         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
6818         (ange-ftp-insert-directory): Remove unused var `short'.
6819         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
6821         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
6822         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
6824         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
6825         (check-calendar-holidays, diary-list-entries): Autoload.
6826         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
6827         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
6829         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
6830         which mistakenly removed a call to display-buffer.
6832 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
6834         * obsolete/iso-insert.el: Move to obsolete/ from international/.
6836 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
6838         * progmodes/hideshow.el
6839         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
6840         (hs-allow-nesting): New user var.
6841         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
6842         (hs-hide-block-at-point): When nesting allowed,
6843         if there is already an overlay in place, delete it.
6844         (hs-safety-is-job-n): Delete func; remove call sites.
6845         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
6846         (hs-overlay-at): New func.
6847         (hs-already-hidden-p, hs-show-block): Use it.
6848         (hs-hide-all): Don't pre-clean if nesting allowed.
6849         (hs-show-all): Temporarily disallow
6850         nesting around call to `hs-discard-overlays'.
6852 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
6854         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
6855         Delete unused local var.
6857 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
6859         * help-fns.el (describe-categories): "?\ " -> "?\s".
6860         (help-do-arg-highlight): Recognize also ARG-n, as in
6861         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
6863         * international/codepage.el (dos-unsupported-char-glyph):
6864         * net/newsticker.el (tool-bar-map, w3-mode-map)
6865         (w3m-minor-mode-map):
6866         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
6867         (ent-alist):
6868         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
6870 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
6872         * custom.el (custom-push-theme): Handle the case where a symbol is
6873         bound but face properties have not yet been assigned.
6875         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
6876         Fix behavior if noerase is `t' and there is no mail buffer.
6878         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
6879         if `continue' is nil, rather than signal an error.
6881 2005-09-12  Richard M. Stallman  <rms@gnu.org>
6883         * font-lock.el (font-lock-keywords): Add autoload.
6885         * help-fns.el (describe-variable): Rearrange to put source link
6886         in a predictable place.
6888         * net/newsticker.el: New file.
6890 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6892         * calendar/calendar.el (calendar-for-loop): Add edebug info.
6893         (calendar-basic-setup): Use the new nil arg.
6894         (number-of-diary-entries): Move to diary-lib.el.
6896         * calendar/diary-lib.el: Use with-current-buffer, match-string.
6897         (diary-list-entries): Use with-syntax-table and dolist.
6898         Rename from list-diary-entries.
6899         Use number-of-diary-entries if `number' is nil.
6900         (diary, diary-view-entries): Use this new name and new nil arg value.
6901         (number-of-diary-entries): Move from calendar.el.
6902         (diary-unhide-everything): New function.
6903         (include-other-diary-files, fancy-diary-display)
6904         (diary-show-all-entries, make-diary-entry): Use it.
6905         (diary-mail-entries): Use buffer-string.
6906         (mark-diary-entries): Fix long standing paren typo.
6907         (diary-sexp-entry): Use count-lines.
6908         (make-diary-entry): Avoid `previous-line'.
6909         (diary-mode-map): New var.
6910         (diary-mode): Redraw cal after saving.  Setup header-line.
6911         (fancy-diary-display-mode): Use local-set-key.
6913         * startup.el (command-line): Try calling various terminal-init-foo-bar
6914         functions by stripping hyphenated suffixes from $TERM.
6916         * files.el (normal-mode): Check boundness of font-lock-keywords.
6918 2005-09-12  Richard M. Stallman  <rms@gnu.org>
6920         * progmodes/compile.el: Don't decide a file's directory
6921         until the user actually tries to go there.
6922         (compilation-next-error-function):
6923         Pass compilation-find-file the directory from the file-struct.
6924         (compilation-internal-error-properties): Separate local FILE-STRUCT
6925         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
6926         (compilation-find-file): Arg DIR renamed to DIRECTORY.
6927         Expand it, and if nil, use default-directory.
6928         (compilation-get-file-structure): Don't mix specified directory
6929         with default directory.  Put specified directory into
6930         file-struct.  Don't make the file name absolute.
6932         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
6933         (compile-command): Add autoload.
6934         (compilation-disable-input): Add autoload.
6936 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
6938         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
6939         strings of the variables it can override.
6940         (time-stamp): New (as yet undocumented) time-stamp-format escapes
6941         %Q and %q, for fully-qualified domain name and unqualified host name.
6943 2005-09-11  Kim F. Storm  <storm@cua.dk>
6945         * emacs-lisp/authors.el (authors-aliases): Update list.
6946         (authors-fixed-entries): Update mldrag.el entry.
6948 2005-09-10  Alan Mackenzie  <acm@muc.de>
6950         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
6951         from the region narrowed to.
6953 2005-09-10  Magnus Henoch  <mange@freemail.hu>
6955         * textmodes/ispell.el (ispell-check-version): Signal an error if
6956         aspell version is less than 0.60.
6958 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
6960         * progmodes/octave-inf.el (inferior-octave-startup):
6961         Resync current dir at the end.
6963 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
6965         * woman.el (woman-topic-at-point-default):
6966         Rename to woman-use-topic-at-point-default.
6967         (woman-topic-at-point): Rename to woman-use-topic-at-point.
6968         (woman-file-name): Reflect renames above.  Automatically use the
6969         word at point as topic if woman-use-topic-at-point is non-nil.
6970         Otherwise offer it as default but don't insert it in the
6971         minibuffer.  Also use `test-completion' instead of `assoc' as
6972         suggested by Stefan Monnier.
6974 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
6976         * vc.el (vc-directory, vc-update-change-log): Throw an error on
6977         the attempt to do it over Tramp.  This is not yet supported.
6979 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
6981         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
6982         (menu-bar-non-minibuffer-window-p): New functions.
6983         ("Split Window", "Save As..."): Use them.
6984         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
6985         ("Print Buffer", "Truncate Long Lines in this Buffer"):
6986         Use menu-bar-menu-frame-live-and-visible-p.
6987         ("Save Buffer", "Insert File", "Open Directory...")
6988         ("Open File...", "Visit New File..."):
6989         Use menu-bar-non-minibuffer-window-p.
6990         (kill-this-buffer-enabled-p, dired <menu-enable>):
6991         Use menu-bar-non-minibuffer-window-p.
6993 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
6995         * cus-start.el (all): Don't complain about fringe-related
6996         built-ins if fringes are not supported.  Ditto about
6997         selection-related built-ins.  Fix the test for GTK-related built-ins.
6999         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
7000         ("Postscript Print Buffer", "Print Region", "Save As...")
7001         ("Save", "Insert File...", "Open Directory...")
7002         ("Open File...", "Visit New File..."")
7003         ("Truncate Long Lines in this Buffer"): Don't look at
7004         menu-updating-frame if this display does not support multiple frames.
7006 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
7008         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
7010 2005-09-09  Emilio Lopes  <eclig@gmx.net>
7012         * woman.el: Format- and whitespace-related changes.
7014 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
7016         * woman.el: Fix my email address.
7018 2005-09-08  Richard M. Stallman  <rms@gnu.org>
7020         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
7021         (sh-mode): Locally set skeleton-pair-default-alist.
7023         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
7025         * progmodes/flymake.el: Require `compile' unconditionally.
7027         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
7029         * woman.el (woman-file-name): Provide a default, not initial input.
7031         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
7033         * font-lock.el (font-lock-support-mode): Doc fix.
7035         * descr-text.el (describe-property-list): Handle non-symbol prop names.
7037 2005-09-08  Richard M. Stallman  <rms@gnu.org>
7039         * simple.el (blink-matching-open): Get rid of text props from
7040         the string shown in echo area.  Don't permanently set point.
7041         Some rearrangements.
7043 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
7045         * recentf.el (recentf-filename-handler): Add custom choice
7046         `abbreviate-file-name'.
7048         * msb.el (msb--very-many-menus): Fix typo.
7050         * disp-table.el (standard-display-european): Don't set
7051         enable-multibyte-characters to nil.
7053 2005-09-08  David Ponce  <david@dponce.com>
7055         * recentf.el (recentf-show-file-shortcuts-flag): New option.
7056         (recentf-expand-file-name): Doc fix.
7057         (recentf-dialog-mode-map): Define digit shortcuts.
7058         (recentf--files-with-key): New variable.
7059         (recentf-show-digit-shortcut-filter): New function.
7060         (recentf-open-files-items): New function.
7061         (recentf-open-files): Use it.
7062         (recentf-open-file-with-key): New command.
7064 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
7066         * buff-menu.el (Buffer-menu-sort-by-column): New function.
7067         Suggested by Kim F. Storm.
7068         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
7069         (Buffer-menu-make-sort-button): Use global keymap.
7071 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
7073         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
7074         (Man-getpage-in-background-advice): Remove defadvice; it isn't
7075         necessary any longer with the remapped command.
7076         (Man-bgproc-sentinel-advice): Remove defadvice which counts
7077         formatting time only.
7079         * net/tramp.el (tramp-action-password)
7080         (tramp-multi-action-password): Compile the password prompt from
7081         `method', `user' and `host'.  Sometimes it isn't obvious which
7082         password to enter, for example with remote files offered by
7083         recentf.el, or with multiple steps.  Suggested by Robert Marshall
7084         <robert@chezmarshall.freeserve.co.uk>.
7086 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7088         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7089         Fix regexp for when "s///" is at the beginning of line.
7091 2005-09-07  Jay Belanger  <belanger@truman.edu>
7093         * calc/calc-poly.el (math-expand-term): Multiply out any powers
7094         when in matrix mode.
7096 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7098         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
7099         non-anonymous functions.
7101 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
7103         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
7104         when using a header line.  Otherwise, use mouse-1-click-follows-link.
7106         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
7107         can't be moved; don't signal an error.
7109 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
7111         * cus-theme.el (custom-theme-write-faces): Save the current face
7112         spec, not the defface spec.
7114         * custom.el (custom-known-themes): Clarify meaning of "standard".
7115         (custom-push-theme): Save old values in the standard theme.
7116         (disable-theme): Correct typo.
7117         (custom-face-theme-value) Deleted unused function.
7118         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
7120 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7122         * progmodes/compile.el (compilation-goto-locus): Take into account
7123         iconified frames when determining whether the buffer is
7124         already visible.
7125         Don't reset window height if the window already existed.
7127 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
7129         * custom.el (load-theme): Rename from require-theme.
7130         Add interactive spec.
7131         (enable-theme): Rename from custom-enable-theme.
7132         Add interactive spec.
7133         (disable-theme): Rename from custom-disable-theme.
7134         Add interactive spec.
7135         (custom-make-theme-feature): Doc fix.
7136         (custom-theme-directory): Doc fix.
7137         (provide-theme): Call enable-theme.
7139 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7141         * obsolete/lazy-lock.el (lazy-lock-mode):
7142         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
7143         font-lock-mode if it's off.  Print a warning instead.
7145         * progmodes/compile.el (compilation-start): Ignore errors if the
7146         process died before we get to send-eof.
7148         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
7149         Undo last change.  Enclosing the result in quotes broke things on Unix
7150         since tex-send-command passes it through shell-quote-argument.
7151         (tex-send-command): Pass `file' through convert-standard-filename
7152         when possible.
7153         (tex-uptodate-p): Handle the case where TeX hasn't put additional
7154         info in a transcript.
7156 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
7158         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
7159         fix compilation warning. Reorder the key definitions to group
7160         together keys emitted by the current version of xterm.
7162         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
7163         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
7164         Reorder predicates to correct min-color usage.
7166 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
7168         * longlines.el (longlines-mode): Inhibit read-only when encoding.
7169         Kill local variables when longlines-mode is turned off.
7171 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7173         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
7175         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
7177         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
7179         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
7180         (font-lock-lines-before): Change default to being inactive.
7181         (font-lock-default-fontify-region): Obey font-lock-lines-before.
7182         (font-lock-after-change-function): Don't handle f-l-lines-before here.
7184 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
7186         * net/tramp.el (tramp-handle-make-auto-save-file-name):
7187         Deactivate temporarily advice if active (not needed for Emacs 22,
7188         but for backwards compatibility).
7189         (tramp-exists-file-name-handler): Rewrite.  First implementation
7190         was too simple.
7191         (tramp-advice-make-auto-save-file-name):
7192         Call `tramp-handle-make-auto-save-file-name' (again, just for
7193         backwards compatibility).
7195 2005-08-31  Reto Zimmermann  <reto@gnu.org>
7197         * progmodes/vhdl-mode.el
7198         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
7199         (vhdl-end-p): Fix indentation bug "else" after "-- when".
7200         (vhdl-set-default-project): New function (easier setting of default).
7201         (vhdl-port-copy): Handle extended identifiers for generics.
7202         (vhdl-compiler-alist): Better description for error message regexp.
7203         (vhdl-make): Query for target, use previous as default.
7204         (vhdl-port-copy): Fix port copy for port names starting with "signal".
7205         (vhdl-font-lock-keywords-2): Fix fontification for record
7206         el. assign.
7207         (vhdl-speedbar-make-subpack-line): Add package body link.
7208         (vhdl-generate-makefile-1): Not include itself as dependency.
7209         (vhdl-font-lock-init): Highlight c-preprocessor directives.
7210         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
7211         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
7212         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
7213         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
7214         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
7215         (vhdl-import-project): Add string argument for `error'.
7216         (vhdl-compose-configuration)
7217         (vhdl-compose-configuration-architecture): Add configuration
7218         declaration generation.
7219         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
7220         (vhdl-trailer-re): Add "record" keyword (better indentation).
7221         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
7222         "[^ \t-\"]+".
7223         (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
7224         (vhdl-testbench-entity-file-name)
7225         (vhdl-testbench-architecture-file-name): Allow separate
7226         customization of testbench file names.
7227         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
7228         (vhdl-get-visible-signals): Allow newline within alias declaration.
7229         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
7230         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
7231         (member-ignore-case): Alias for missing function in XEmacs.
7232         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
7233         (vhdl-update-sensitivity-list): Ignore case on read signals.
7234         (vhdl-replace-string): Adjust case only for file names.
7235         (vhdl-update-sensitivity-list): Fix search for read signals.
7236         (vhdl-update-sensitivity-list): Exclude formal parameters.
7237         (vhdl-get-visible-signals): Include aliases of signals.
7238         (vhdl-get-visible-signals): Fix signal name searching.
7239         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
7240         (vhdl-fixup-whitespace-region): Fix for character
7241         literals (e.g. ':').
7243 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7245         * ansi-color.el (comint-last-output-start):
7246         * bs.el (font-lock-verbose):
7247         * diff-mode.el (add-log-buffer-file-name-function):
7248         * dired-x.el (vm-folder-directory):
7249         * faces.el (help-xref-stack-item):
7250         * files.el (font-lock-keywords):
7251         * find-lisp.el (dired-buffers, dired-subdir-alist):
7252         * ido.el (cua-inhibit-cua-keys):
7253         * log-view.el (cvs-minor-wrap-function):
7254         * outline.el (font-lock-warning-face):
7255         * simple.el (compilation-current-error):
7256         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
7257         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
7258         * tooltip.el (comint-prompt-regexp):
7259         * w32-fns.el (explicit-shell-file-name):
7260         * term/mac-win.el (mac-charset-info-alist)
7261         (mac-services-selection, mac-system-script-code):
7262         * term/tty-colors.el (msdos-color-values):
7263         * term/w32-win.el (xlfd-regexp-registry-subnum):
7264         * term/x-win.el (x-keysym-table, x-selection-timeout)
7265         (x-session-id, x-session-previous-id):
7266         * textmodes/ispell.el (mail-yank-prefix):
7267         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
7268         * textmodes/org.el (calc-embedded-close-formula)
7269         (calc-embedded-open-formula)
7270         (font-lock-unfontify-region-function):
7271         * textmodes/reftex-global.el (isearch-next-buffer-function)
7272         (TeX-master):
7273         * textmodes/reftex.el (font-lock-keywords):
7274         * textmodes/tex-mode.el (font-lock-comment-face)
7275         (font-lock-doc-face):
7276         * textmodes/texinfo.el (outline-heading-alist):
7277         Add defvars.
7279         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
7280         (artist-spray-chars, artist-mode-init, artist-replace-string)
7281         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
7282         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
7283         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
7285         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
7286         (conf-align-assignments): "?\ " -> "?\s".
7288         * textmodes/reftex-index.el (TeX-master): Add defvar.
7289         (reftex-index-phrases-marker): Move up defvar.
7291         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
7292         (reftex-toc-include-labels-indicator)
7293         (reftex-toc-include-index-indicator)
7294         (reftex-toc-max-level-indicator): Move up declarations.
7296         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
7297         of args to `tramp-run-real-handler', even if it's empty in this case.
7299 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7301         * dired.el (dired-move-to-filename-regexp): Add date format for
7302         Mac OS X 10.3 in East Asian locales.
7304 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
7306         * files.el (make-auto-save-file-name): Add file name handler call
7307         if applicable.
7309         * net/tramp.el (tramp-file-name-handler-alist)
7310         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
7311         (tramp-handle-make-auto-save-file-name): Rename from
7312         `tramp-make-auto-save-file-name'.
7313         (tramp-exists-file-name-handler): New defun.
7314         (tramp-advice-make-auto-save-file-name): Make defadvice only when
7315         `make-auto-save-file-name' is not a magic file name operation.
7317 2005-08-30  Richard M. Stallman  <rms@gnu.org>
7319         * files.el (risky-local-variable-p):
7320         Match `-predicates' and `-commands.
7322         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
7323         (custom-save-all): Visit the file if necessary;
7324         kill the buffer if we created it.
7325         (custom-save-delete): Don't visit file or kill buffer here.
7327 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
7329         * textmodes/org.el (org-special-keyword): New face.
7330         (org-table-copy-down, org-table-eval-formula)
7331         (org-table-recalculate, org-init-section-numbers):
7332         Use `string-to-number' instead of `string-to-int'.
7333         (org-get-location): Use `insert-buffer-substring' instead of
7334         `insert-buffer'.
7335         (org-modify-diary-entry-string): New function.
7336         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
7337         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
7338         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
7339         active region.
7340         (org-export-as-html): Handle QUOTE keyword.
7341         (org-quote-string): New option.
7342         (org-bookmark-jump-unhide): New function, used for
7343         `bookmark-after-jump-hook'.
7344         (org-diary-default-entry): Apply only when not called through
7345         `org-agenda'.
7347 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
7349         * net/eudc.el (mode-popup-menu):
7350         * play/handwrite.el (ps-printer-name, ps-lpr-command):
7351         * progmodes/ada-mode.el (compile-auto-highlight)
7352         (skeleton-further-elements):
7353         * progmodes/autoconf.el (font-lock-syntactic-keywords):
7354         * progmodes/cmacexp.el (msdos-shells):
7355         * progmodes/compile.el (font-lock-extra-managed-props)
7356         (font-lock-keywords, font-lock-maximum-size)
7357         (font-lock-support-mode):
7358         * progmodes/grep.el (font-lock-lines-before):
7359         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
7360         * progmodes/mixal-mode.el (compile-command):
7361         * progmodes/perl-mode.el (font-lock-comment-face)
7362         (font-lock-doc-face, font-lock-string-face):
7363         * progmodes/prolog.el (comint-prompt-regexp):
7364         * progmodes/sh-script.el (font-lock-comment-face)
7365         (font-lock-set-defaults, font-lock-string-face):
7366         * progmodes/sql.el (font-lock-keyword-face)
7367         (font-lock-set-defaults, font-lock-string-face):
7368         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
7369         (itimer-version, lazy-lock-defer-contextually)
7370         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
7371         Add defvars.
7373         * progmodes/cperl-mode.el (cperl-electric-lbrace)
7374         (cperl-electric-keyword, cperl-electric-pod)
7375         (cperl-electric-backspace, cperl-forward-re)
7376         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
7377         (vc-rcs-header, vc-sccs-header): Add defvars.
7379         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
7380         (font-lock-syntactic-keywords, gud-find-expr-function):
7381         Add defvars.
7383         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
7384         (gdb-frame-parameters): Declare before use.
7386         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
7387         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
7388         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
7389         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
7391         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
7392         (idlwave-help-with-source): Use `insert-buffer-substring', not
7393         `insert-buffer'.
7395 2005-08-29  Juri Linkov  <juri@jurta.org>
7397         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
7398         Put outline-back-to-heading function call inside save-excursion.
7400 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
7402         * man.el (Man-init-defvars, Man-translate-references)
7403         (Man-support-local-filenames, Man-highlight-references):
7404         * progmodes/sql.el (sql-interactive-mode):
7405         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
7407         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
7408         (compilation-mode-font-lock-keywords): Add defvars.
7409         (checkdoc-interactive-loop): "?\ " -> "?\s".
7411         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
7412         (font-lock-doc-face, font-lock-string-face)
7413         (font-lock-keywords-case-fold-search): Add defvars.
7414         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
7416         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
7417         Don't pass X and Y (they are ignored anyway).
7418         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
7419         (mouse-delete-window): Make arguments optional.
7421         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
7422         (caesar-translate-table, minor-modes, news-buffer-save)
7423         (news-group-name, news-minor-modes): Add defvars.
7425         * emacs-lisp/lselect.el (mouse-highlight-priority)
7426         (x-lost-selection-functions, zmacs-regions):
7427         * emacs-lisp/pp.el (font-lock-verbose):
7428         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
7429         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
7430         (ses-mode-map):
7431         * emacs-lisp/tcover-unsafep.el (safe-functions):
7432         * international/mule-cmds.el (mac-system-coding-system)
7433         (mac-system-locale):
7434         * language/ethio-util.el (rmail-current-message)
7435         (rmail-message-vector):
7436         * language/thai-util.el (thai-auto-composition-mode):
7437         * mail/metamail.el (rmail-current-message, rmail-message-vector):
7438         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
7439         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
7440         (vm-primary-inbox, vm-spool-files):
7441         * mail/rmail.el (deleted-head, font-lock-fontified)
7442         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
7443         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
7444         (total-messages):
7445         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
7446         (rmail-summary-mode-map):
7447         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
7448         (rmail-last-label, rmail-last-multi-labels)
7449         (rmail-summary-vector, rmail-total-messages):
7450         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
7451         * mail/rmailsum.el (msgnum):
7452         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
7453         (rmail-current-message):
7454         * obsolete/fast-lock.el (font-lock-face-list):
7455         * obsolete/rnewspost.el (mail-reply-buffer):
7456         * obsolete/scribe.el (compile-command):
7457         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
7459 2005-08-28  John Paul Wallington  <jpw@gnu.org>
7461         * ibuf-ext.el (ibuffer-auto-update-changed):
7462         Use `frame-or-buffer-changed-p' to check whether we need to update.
7463         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
7464         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
7465         as a `frame-or-buffer-changed-p' state vector instead.
7467 2005-08-27  Romain Francoise  <romain@orebokech.com>
7469         * textmodes/makeinfo.el (makeinfo-compile):
7470         Use `compilation-start'.  Set `next-error-function' according to
7471         `disable-errors'.
7472         (makeinfo-next-error): New function.
7473         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
7474         (makeinfo-buffer): Likewise.
7476         * progmodes/compile.el (compilation-start): Add autoload cookie.
7478         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
7479         * textmodes/sgml-mode.el: Likewise.
7480         * progmodes/python.el: Likewise.
7482 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
7484         * simple.el (blink-matching-paren-distance): Document the meaning
7485         of nil value, and allow to customize to nil.
7487         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
7488         command.com, not command.exe.
7490 2005-08-26  John Wiegley  <johnw@newartisans.com>
7492         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
7493         code around a bit so that an extraneous nil argument is not added
7494         to a command when no args are given.
7496         * eshell/esh-arg.el (eshell-parse-double-quote): If a
7497         double-quoted argument resolves to nil, return it as an empty
7498         string rather than as nil.  This made it impossible to pass "" to
7499         a shell script as a null string argument.
7501 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7503         * outline.el (outline-invent-heading): New fun.
7504         (outline-promote, outline-demote): Use it.
7505         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
7506         (outline-end-of-subtree): Remove unused var `opoint'.
7508 2005-08-26  David Reitter  <david.reitter@gmail.com>
7510         * menu-bar.el (truncate-lines, write-file, print-buffer)
7511         (ps-print-buffer-faces, ps-print-buffer, split-window):
7512         Disable menu items when the frame they refer to is invisible, or when
7513         they refer to a buffer and the minibuffer is selected.
7515 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
7517         * progmodes/flymake.el (flymake-highlight-err-lines):
7518         Use save-excursion around flymake-highlight-line to preserve point.
7520 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
7522         * progmodes/octave-mod.el: Change Author and Maintainer address.
7523         (octave-maintainer-address): Change Kurt's email address.
7524         * progmodes/octave-inf.el: Change Author and Maintainer address.
7525         * progmodes/octave-hlp.el: Change Author and Maintainer address.
7527 2005-08-26  Kim F. Storm  <storm@cua.dk>
7529         * subr.el (version-list-<, version-list-<=, version-list-=):
7530         Rename from integer-list-*.
7531         (version-list-not-zero): Likewise.  Fix while loop.
7532         (version=): Use version-list-= instead of string-equal.
7534 2005-08-26  Richard M. Stallman  <rms@gnu.org>
7536         * outline.el (outline-promote): Try shortening the heading.
7537         As last resort, read the heading to use.
7538         (outline-demote): As last resort, read the heading to use.
7540 2005-08-26  Romain Francoise  <romain@orebokech.com>
7542         * progmodes/compile.el (compilation-start): Doc fix.
7544         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
7545         (antlr-font-lock-additional-keywords): Fix reference to
7546         `antlr-font-lock-literal-regexp' erroneously changed during the
7547         mass face rename.
7548         (antlr-run-tool): Use `compilation-start'.
7550         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
7551         instead of the obsolete `compile-internal'.
7553 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
7555         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
7556         (number, original-date):
7557         * calendar/cal-china.el (date):
7558         * calendar/cal-coptic.el (date):
7559         * calendar/cal-french.el (date):
7560         * calendar/cal-hebrew.el (date, entry, number, original-date):
7561         * calendar/cal-islam.el (date, number, original-date):
7562         * calendar/cal-iso.el (date):
7563         * calendar/cal-julian.el (date):
7564         * calendar/cal-mayan.el (date):
7565         * calendar/cal-menu.el (date, event):
7566         * calendar/cal-persia.el (date):
7567         * calendar/lunar.el (date):
7568         * calendar/solar.el (date): Add defvars.
7570         * emerge.el:
7571         * ibuffer.el:
7572         * info-xref.el:
7573         * obsolete/bg-mouse.el:
7574         * obsolete/sun-curs.el:
7575         * obsolete/swedish.el: Move the `defvar's to the top level.
7577         * smerge-mode.el (smerge-refined-change): Add :group.
7579 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7581         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
7582         (smerge-keep-n): Remove props.
7583         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
7584         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
7585         now that it's done in smerge-keep-n.
7586         (smerge-refined-change): New face.
7587         (smerge-refine-chopup-region, smerge-refine-highlight-change)
7588         (smerge-refine): New funs.
7589         (smerge-basic-map): Bind smerge-refine.
7591 2005-08-25  Juri Linkov  <juri@jurta.org>
7593         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
7594         compilation-process-setup-function and compilation-disable-input
7595         in grep-mode instead of let-bindings in grep.
7597         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
7598         Delete "Automatic File De/compression" (auto-compression-mode).
7600 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
7602         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
7603         Silence warning about non-existent variable.
7605 2005-08-25  Richard M. Stallman  <rms@gnu.org>
7607         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
7608         Rename "Describe Key" to "Describe Key or Mouse Operation".
7610         * mail/mailalias.el (build-mail-aliases): Delete comments
7611         from the contents before processing them.
7613         * isearch.el (isearch-edit-string): Erase the Search prompt
7614         if user enters an empty string and there is no default.
7616         * comint.el (comint-file-name-prefix): Add autoload.
7618 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
7620         * subr.el (play-sound): Rearrange to avoid warning.
7622 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
7624         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
7625         New hook.
7626         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
7628 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7630         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
7632         * custom.el (custom-theme-set-variables): Sort minor modes last.
7634 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7636         * subr.el (version-separator, version-regexp-alist): New vars used by
7637         version comparison funs.
7638         (integer-list-<, integer-list-=, integer-list-<=)
7639         (integer-list-not-zero): New funs for integer list comparison.
7640         (version-to-list, version=, version<, version<=): New funs for version
7641         comparison.
7643 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
7645         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
7646         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
7647         time to silence the byte-compiler.
7649         * ibuffer.el (ibuffer-compile-make-eliding-form)
7650         (ibuffer-check-formats): Use `with-no-warnings' to hide references
7651         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
7652         so it's silly to get warnings for it).
7653         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
7654         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
7655         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
7656         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
7657         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
7658         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
7659         Defvar at compile time.
7660         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
7661         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
7662         Declare them before use.
7664         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
7665         (info-xref-good, info-xref-bad): Defvar at compile time.
7667         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
7668         Use `let*' instead of `let'.
7670         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
7671         (*mouse-y*, menu, char): Defvar at compile time.
7672         (sc::menu): Declare it before use.
7673         (sc::pack-one-line): Use `let', not `let*'.
7675         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
7676         (mail-send-hook): Defvar at compile time.
7678         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
7679         Defvar at compile time.
7681         * term/sun-mouse.el (current-global-mousemap)
7682         (current-local-mousemap): Declare them before use.
7684 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
7686         * bookmark.el (bookmark-after-jump-hook): New hook.
7687         (bookmark-jump): Run `bookmark-after-jump-hook'.
7689 2005-08-23  Juri Linkov  <juri@jurta.org>
7691         * faces.el (minibuffer-prompt): Doc fix.
7693 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
7695         * progmodes/xscheme.el: Trivial changes to silence warnings.
7696         (xscheme-previous-mode, xscheme-previous-process-state):
7697         Add defvars.
7698         (xscheme-last-input-end, xscheme-process-command-line)
7699         (xscheme-process-name, xscheme-buffer-name)
7700         (xscheme-expressions-ring-max, xscheme-expressions-ring)
7701         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
7702         (xscheme-control-g-synchronization-p)
7703         (xscheme-control-g-disabled-p, xscheme-string-receiver)
7704         (default-xscheme-runlight, xscheme-runlight)
7705         (xscheme-runlight-string, xscheme-process-filter-state)
7706         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
7707         Move to beginning of file.
7708         (scheme-interaction-mode-commands-alist)
7709         (scheme-interaction-mode-map, scheme-debugger-mode-map):
7710         Declare them before use.  Note: the initialization code for the variables
7711         has not been moved because it uses functions that reference the variables.
7712         (xscheme-control-g-message-string, xscheme-process-filter-alist)
7713         (xscheme-prompt-for-expression-map): Declare them before use.
7714         (scheme-debugger-mode-commands): "?\ " -> "?\s".
7716 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
7718         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
7720 2005-08-22  Juri Linkov  <juri@jurta.org>
7722         * faces.el (set-face-underline): Delete this duplicate function
7723         and make an obsolete alias to set-face-underline-p.
7724         (set-face-underline-p): Use docstring of set-face-underline.
7725         (describe-face): Create hyperlink to parent face.
7727         * info.el (Info-insert-dir): Use save-excursion around
7728         insert-buffer-substring.
7729         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
7730         (Info-escape-percent): Delete function.
7731         (Info-fontify-node): Replace Info-escape-percent by
7732         replace-regexp-in-string with REP arg set to lambda that
7733         duplicates `%' and preserves text properties.
7735         * progmodes/compile.el (compilation-disable-input): Doc fix.
7736         (define-compilation-mode): Doc fix and refill.
7737         (kill-compilation): Use `mode-name' in the error message.
7738         (compilation-find-file): Use `compilation-error' in the
7739         read-file-name's prompt.
7741 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7743         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
7744         (smerge-auto-leave): Make undo re-enable the mode.
7745         (debug-ignored-errors): Add the user-error of impossible resolution.
7746         (smerge-resolve): Move things around a bit, in preparation for later.
7747         (smerge-diff): Don't fail if the buffer has no associated file.
7748         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
7749         (smerge-conflict-overlay): New function.
7750         (smerge-match-conflict): Don't add text properties here.
7751         (smerge-find-conflict): Instead, add an overlay here.
7752         Also check for the case where we're inside a conflict already, so as to
7753         obviate the need for font-lock-multiline, which is unbearably slow with
7754         large conflicts and ciomplex font-lock patterns.
7755         (smerge-remove-props): Remove overlay rather than text-properties.
7756         (smerge-mode): Don't set font-lock-multiline.
7757         Remove overlays when turned off.
7759 2005-08-21  Kim F. Storm  <storm@cua.dk>
7761         * ido.el (ido-ignore-item-p): Use save-match-data.
7762         Bind case-fold-search to ido-case-fold locally.
7764 2005-08-20  Richard M. Stallman  <rms@gnu.org>
7766         * files.el (normal-mode): If font lock is on, turn it off and on.
7768         * subr.el (replace-regexp-in-string): Doc fix.
7770         * startup.el (command-line-1): Don't suppress startup screen
7771         due to existing processes.
7773         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
7775         * progmodes/compile.el (compilation-disable-input): Default to nil.
7777 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
7779         * progmodes/compile.el (compilation-disable-input): New defcustom.
7780         (compilation-start): If compilation-disable-input is non-nil, send
7781         EOF to the compilation process.
7783 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
7785         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
7786         Run the argument of tex-shell-cd-command through
7787         convert-standard-filename, to get the correct style of slashes on
7788         Windows, and enclose the result in quotes, in case the file name
7789         includes whitespace or other special characters.
7791 2005-08-19  Andreas Schwab  <schwab@suse.de>
7793         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
7794         process.
7796 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
7798         * cus-start.el (minibuffer-prompt-properties): Correct typo.
7800 2005-08-18  Kim F. Storm  <storm@cua.dk>
7802         * scroll-lock.el: Fix errors due to incorrect line wrapping.
7804 2005-08-18  Richard M. Stallman  <rms@gnu.org>
7806         * scroll-lock.el: New file.
7808 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
7810         * dired.el (dired-move-to-end-of-filename):
7811         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
7813 2005-08-18  Kim F. Storm  <storm@cua.dk>
7815         * ido.el (ido-everywhere): Fix defcustom :set function to disable
7816         rather than toggle mode when custom value is nil.
7817         (ido-everywhere): Fix defun doc string.
7819 2005-08-17  Richard M. Stallman  <rms@gnu.org>
7821         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
7822         as tag instead of "Inviolable".
7824 2005-08-17  Kim F. Storm  <storm@cua.dk>
7826         * windmove.el (windmove-coordinates-of-position): Remove.
7827         (windmove-coordinates-of-window-position): Remove.
7828         (windmove-reference-loc): Use posn-at-point instead.
7830         * subr.el (insert-for-yank-1): Doc fix.
7832         * ido.el (ido-enter-matching-directory): Rename from
7833         ido-enter-single-matching-directory.  Change 'slash choice to
7834         'only.  Add 'first choice.
7835         (ido-exhibit): Adapt to above changes.
7837 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
7839         * Makefile.in: Expand comment about building loaddefs.el.
7841 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
7843         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
7844         Comment use of defadvice.
7846         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
7848 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
7850         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
7851         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
7852         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
7853         * progmodes/idlw-shell.el, progmodes/ld-script.el,
7854         * progmodes/which-func.el, ruler-mode.el, strokes.el,
7855         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
7856         for backward compatibility for faces that did not appear in the
7857         previous Emacs release.
7859         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
7861 2005-08-15  Kim F. Storm  <storm@cua.dk>
7863         * emulation/cua-base.el (cua-delete-region): Return t if
7864         deleted region was non-empty.
7865         (cua-replace-region): Inhibit overwrite-mode for
7866         self-insert-command if replaced region was non-empty.
7867         (cua--explicit-region-start, cua--status-string): Make them
7868         buffer-local at top-level...
7869         (cua-mode): ...rather than when mode is enabled.
7871 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
7873         * progmodes/vhdl-mode.el (vhdl-emacs-21):
7874         Set t for Emacs 21, 22, and so on.
7876 2005-08-15  David Ponce  <david@dponce.com>
7878         * tree-widget.el: Update Commentary header.
7879         (tree-widget-theme): Doc fix.
7880         (tree-widget-space-width): New option.
7881         (tree-widget-image-properties): Look up in the default theme too.
7882         (tree-widget--cursors): Only for images with arrow pointer shape.
7883         (tree-widget-lookup-image): Pointer shape is hand by default.
7884         (tree-widget-icon): Rename generic icon widget from
7885         `tree-widget-control'.
7886         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
7887         derive from `tree-widget-icon'.
7888         (tree-widget-handle): Improve default look and feel of the text
7889         representation.
7890         (tree-widget): Rename :*-control properties to :*-icon properties.
7891         Add :action and :help-echo properties.
7892         (tree-widget-after-toggle-functions): Move.
7893         (tree-widget-close-node, tree-widget-open-node): Remove.
7894         (tree-widget-before-create-icon-functions): New hook.
7895         (tree-widget-value-create): Update to allow customization of icons
7896         and nodes at run-time via that new hook.
7897         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
7898         (tree-widget-icon-action, tree-widget-icon-help-echo)
7899         (tree-widget-action, tree-widget-help-echo): New functions.
7901 2005-08-15  Kim F. Storm  <storm@cua.dk>
7903         * ido.el (ido-buffer-internal): Use with-no-warnings.
7904         (ido-make-merged-file-list): Use while-no-input.
7906 2005-08-15  Richard M. Stallman  <rms@gnu.org>
7908         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
7909         (flyspell-large-region): Fix doc and custom type.
7911 2005-08-14  Richard M. Stallman  <rms@gnu.org>
7913         * files.el (interpreter-mode-alist): Doc fix.
7915         * mail/rmail.el (rmail-nonignored-headers): New variable.
7916         (rmail-clear-headers): Use it.
7917         (rmail-reply): Better handling of mail-followup-to header.
7919         * progmodes/sh-script.el (sh-font-lock-keywords-var):
7920         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
7921         don't try to refer to executable-font-lock-keywords.
7922         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
7923         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
7924         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
7925         (sh-mode): Set comment-start-skip, local-abbrev-table,
7926         imenu-case-fold-search.
7927         (sh-set-shell): Don't set them here.
7928         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
7929         Don't cache the results in the original alist; don't ever modify
7930         that alist.
7932         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
7934         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
7935         empty.
7937 2005-08-15  Andreas Schwab  <schwab@suse.de>
7939         * desktop.el: Put autoload cookie at risky-local-variable declarations.
7941         * dired.el, info.el, mail/rmail.el: Revert last change.
7943 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
7945         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
7946         modification in `eval-after-load' form.
7947         * info.el: Likewise.
7948         * mail/rmail.el: Likewise.
7950 2005-08-14  Juri Linkov  <juri@jurta.org>
7952         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7953         Remove highlighting of "Compilation started".  Highlight only
7954         the word "finished" in "Compilation finished".  Add highlighting
7955         of "interrupt", "killed", "terminated" and the exit code.
7956         (compilation-start): Add newline after header.  Use exactly the
7957         same time stamp format as the finishing message.
7958         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
7960         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
7961         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
7962         Add highlighting of "interrupt", "killed", "terminated".
7964         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
7965         enabled and the current command is self-insert-command, call it
7966         explicitly with overwrite-mode bound to nil, to not allow it
7967         to delete the character after the selected region.
7969 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
7971         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
7972         move-end-of-line, end-of-line, and beginning-of-line to the list
7973         of commands after which the echo area is updated.
7975 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
7977         * cus-edit.el (custom-save-all, custom-save-delete):
7978         Bind recentf-exclude to exclude custom-file.
7980 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
7982         * mail/rmailsum.el (rmail-summary-end-of-message): New command
7983         to go to the bottom of the mail message.  Added to
7984         `rmail-summary-mode-map' with key "/".
7985         (rmail-summary-show-message): New (internal) function for use by
7986         both `rmail-summary-beginning/end-of-message'.
7987         (rmail-summary-beginning-of-message): Change to use
7988         rmail-summary-show-message.
7990         * mail/rmail.el (rmail-end-of-message): New command to go to the
7991         end of the current message.  Added to `rmail-mode-map' with key "/".
7992         (rmail-beginning-of-message): Fix to work as documented.
7993         (rmail-mode): Change documentation.
7995         * progmodes/compile.el (compilation-start): Add the line
7996         "Compilation started" with compilation start time.
7997         (compilation-mode-font-lock-keywords): Add `started' to keywords.
7999 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
8001         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
8002         of menu items.
8004 2005-08-11  Richard M. Stallman  <rms@gnu.org>
8006         * simple.el (pop-global-mark): Reverse test of widen-automatically.
8008         * battery.el (battery-status-function): Don't use ignore-errors.
8010 2005-08-11  Lute Kamstra  <lute@gnu.org>
8012         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
8013         define-obsolete-variable-alias.
8015 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8017         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
8018         (ange-ftp-send-cmd): Revert last change, and expand
8019         the comment explaining the problem.
8021 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
8023         * ldefs-boot.el: Update.
8025         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
8026         item to "Time, Load and Mail".  Change help echo text.
8028         * time.el (display-time-use-mail-icon, display-time-format)
8029         (display-time-string-forms): Shorten first line of docstrings.
8031 2005-08-10  Lars Hansen  <larsh@soem.dk>
8033         * desktop.el (desktop-buffer-mode-handlers):
8034         Make non-customizable. Add autoload cookie.  Change initial value to
8035         nil; add elements in respective modules instead.  Fix doc string.
8036         (desktop-load-file): New function.
8037         (desktop-minor-mode-handlers): New autoloaded variable.
8038         (desktop-create-buffer): Call minor mode handlers.
8039         Use desktop-load-file to load major and minor mode modules prior to
8040         checking for a handler.
8041         (desktop-save): Don't add nil to desktop-minor-modes for minor
8042         modes with nil function in desktop-minor-mode-table.  Don't delete
8043         desktop file before rewriting it.
8044         (desktop-locals-to-save): Add autoload cookie.  Don't make
8045         automatically buffer-local.  Add variables column-number-mode,
8046         size-indication-mode, indent-tabs-mode,
8047         indicate-buffer-boundaries, indicate-empty-lines and
8048         show-trailing-whitespace.
8049         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
8050         regexps. Don't use desktop-clear-preserve-buffers-regexp.
8051         (desktop-clear-preserve-buffers-regexp): Delete.
8052         (desktop-clear-preserve-buffers): Update initial value and docstring.
8053         (desktop-save-buffer): Fix doc string.
8055         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
8056         (hilit-chg-desktop-restore): New function.
8057         (highlight-changes-mode): Add highlight-changes-mode to
8058         desktop-locals-to-save.
8060         * dired.el: Add handler to desktop-buffer-mode-handlers.
8061         (dired-restore-desktop-buffer): Remove autoload cookie.
8062         (dired-mode): Add autoload cookie.
8064         * info.el: Add handler to desktop-buffer-mode-handlers.
8065         (Info-restore-desktop-buffer): Remove autoload cookie.
8066         (Info-mode): Add autoload cookie.
8068         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
8069         (mh-restore-desktop-buffer): Remove autoload cookie.
8070         (mh-folder-mode): Add autoload cookie.
8072         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
8073         (rmail-restore-desktop-buffer): Remove autoload cookie.
8075 2005-08-11  Masatake YAMATO  <jet@gyve.org>
8077         * hexl.el (hexl-address-region):
8078         (hexl-ascii-region, hexl-font-lock-keywords):
8079         (hexl-highlight-line-range): Use the term "region"
8080         instead of "area" for consistency with the other symbols
8081         defined in hexl.el.
8083 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
8085         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
8086         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
8087         out by Juri Linkov).  Add `display-battery-mode'.
8089 2005-08-09  Juri Linkov  <juri@jurta.org>
8091         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8092         Remove `-text' from face variable names.
8093         (compilation-error-file-name, compilation-warning-file-name)
8094         (compilation-info-file-name): Delete faces.
8095         (compilation-line-number, compilation-column-number):
8096         Remove face underlining.
8097         (compilation-message-face): Set to `underline' value by default.
8098         (compilation-error-face, compilation-warning-face)
8099         (compilation-info-face): Remove `-file-name' from face names.
8100         (compilation-error-text-face, compilation-warning-text-face)
8101         (compilation-info-text-face): Delete face variables.
8102         (compilation-text-face): Delete function.
8104         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
8105         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
8106         (grep-error-face): Set to `compilation-error' instead of
8107         `compilation-error-face' (which is redefined to `grep-hit-face' in
8108         grep buffers).
8109         (grep-mode-font-lock-keywords): Remove `-text' from face variable
8110         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
8112         * dired-aux.el (dired-do-query-replace-regexp):
8113         Use `query-replace-read-args'.
8115         * replace.el (query-replace-read-from, query-replace-read-to)
8116         (query-replace-read-args): Rename arg `string' to `prompt'.
8118         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
8120 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
8122         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
8123         uploading files.
8124         (ange-ftp-canonize-filename): Handle file names beginning with ~
8125         correctly.
8127 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
8129         * textmodes/fill.el (canonically-space-region)
8130         (fill-context-prefix, fill-french-nobreak-p)
8131         (fill-delete-newlines, fill-comment-paragraph)
8132         (justify-current-line): "?\ " -> "?\s".
8134 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
8136         * textmodes/fill.el (fill-nonuniform-paragraphs):
8137         Improve argument/docstring consistency.
8139 2005-08-09  Richard M. Stallman  <rms@gnu.org>
8141         * textmodes/ispell.el (ispell-word): More fboundp checks.
8143         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
8144         (find-file-noselect-1): Call it here, only if RAWFILE.
8145         (normal-mode): Always set some major mode.
8146         (save-some-buffers-action-alist): Change some explanation strings.
8147         (file-name-non-special): In the `quote' method, use unwind-protect.
8149 2005-08-09  Magnus Henoch  <mange@freemail.hu>
8151         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
8152         (ispell-have-aspell-dictionaries): New variable.
8153         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
8154         (ispell-get-aspell-config-value): New function.
8155         (ispell-aspell-find-dictionary): New function.
8156         (ispell-aspell-add-aliases): New function.
8157         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
8158         appropriate.  Don't look for ispell dictionaries if we use aspell.
8159         (ispell-menu-map): Don't build a submenu of dictionaries.
8161 2005-08-09  Richard M. Stallman  <rms@gnu.org>
8163         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
8164         (sql-read-passwd): Use read-passwd.
8166         * progmodes/idlw-toolbar.el (idlwave-toolbar)
8167         (idlwave-toolbar-is-possible): Add defvars.
8169         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
8170         Avoid warnings.
8172         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
8173         (idlwave-system-class-info, idlwave-executive-commands-alist):
8174         Use defvar.
8176         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
8178         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
8179         Avoid warnings.
8181         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
8182         and content-type: headers.
8184         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
8186         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
8187         and rename some of them to be more self-explanatory.
8189         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
8191         * startup.el (command-line-1): Implement -scriptload.
8193         * replace.el (occur-engine): Initial *Occur* output not undoable.
8195         * menu-bar.el (menu-bar-file-menu): Rename some menu items
8196         and improve help strings.
8198         * isearch.el (isearch-repeat): When changing direction,
8199         mark search successful.
8201         * ediff-init.el: Use (featurep 'xemacs).
8203         * comint.el (send-invisible): Identify buffer, if not selected.
8205         * align.el: Delete autoload for c-guess-basic-syntax.
8207 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
8209         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
8210         Improve argument/docstring consistency.  Doc fixes.
8211         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
8212         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
8213         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
8214         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
8215         (r2bv-organization, r2bv-pages, r2bv-primary-author)
8216         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
8217         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
8218         Defvar at compile time.
8220 2005-08-09  Juri Linkov  <juri@jurta.org>
8222         * info.el: Replace `info' with upper-case `Info' where appropriate.
8223         (info-title-1, info-title-2, info-title-3, info-title-4)
8224         (info-menu-header): Move up face definitions.
8225         (info-menu-star): Rename from `info-menu-5'.
8226         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
8227         (Info-fontify-visited-nodes): Fix docstring.
8228         (Info-hide-note-references): Fix docstring.
8229         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
8230         menu items in the same way as on cross-references.
8231         (info-apropos): Fix sorting order and formatting to be like in the
8232         stand-alone Info browser.  Display error messages for 1 sec.
8233         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
8234         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
8235         from the menu bar.
8236         (Info-insert-dir): Restore point after calling
8237         `insert-buffer-substring'.
8239 2005-08-08  Richard M. Stallman  <rms@gnu.org>
8241         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
8242         (recompute-lucid-menubar): Add defvars.
8244         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
8246         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
8248         * net/net-utils.el (run-dig): Rename from `dig'.
8250         * play/gametree.el (gametree-mode): Use make-local-variable,
8251         not make-variable-buffer-local.
8253         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
8255         * ansi-color.el (ansi-color-make-extent)
8256         (ansi-color-set-extent-face): Use fboundp, not functionp.
8258         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
8259         not make-variable-buffer-local.
8261         * bookmark.el (Info-current-file): Add defvar.
8262         (bookmark-jump-noselect): Use with-no-warnings.
8264         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
8266         * ebuff-menu.el (Helper-return-blurb): Add defvar.
8268         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
8270         * find-file.el (ada-procedure-start-regexp)
8271         (ada-package-start-regexp): Add defvars.
8273         * info.el (Info-insert-dir): Use insert-buffer-substring.
8275         * xml.el (xml-att-def-re): Add defvar.
8277         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
8278         calling convention.
8280         * subr.el (while-no-input): Return t if there is input.
8282 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
8284         * cus-start.el (all): Add `overflow-newline-into-fringe'.
8286 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
8288         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
8289         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
8291 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
8293         * cmuscheme.el (scheme-start-file): Replace reference to
8294         `user-emacs-directory' by "~/.emacs.d/".
8296 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
8298         * info.el (Info-dir-remove-duplicates): Avoid case folding
8299         in loop; instead, keep downcased strings for comparison.
8300         Suggested by Helmut Eller.
8302 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
8304         Sync with Tramp 2.0.50.
8306         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
8307         XEmacs case; not necessary anymore.
8308         (tramp-user-regexp): Allow "@" as part of user name.
8309         (tramp-handle-set-visited-file-modtime)
8310         (tramp-handle-insert-file-contents)
8311         (tramp-handle-write-region): No special handling for
8312         `last-coding-system-used, because this is done in
8313         `tramp-accept-process-output' now.
8314         (tramp-accept-process-output): New defun.
8315         (tramp-process-one-action, tramp-process-one-multi-action)
8316         (tramp-wait-for-regexp, tramp-wait-for-output)
8317         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
8318         Howells <dhowells@redhat.com>.
8319         (clear-visited-file-modtime): Defadvice removed.  The check for
8320         unset buffer's modtime does not need to be based on
8321         `tramp-buffer-file-attributes'.  Suggested by RMS.
8322         (tramp-message): Insert "\n" if not being at beginning of line.
8323         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
8324         sequence with same logic.
8325         (tramp-completion-handle-expand-file-name): Discard call of
8326         `tramp-drop-volume-letter'.  It is not necessary, and there have
8327         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
8328         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
8329         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
8330         should always be visible.
8331         (tramp-handle-insert-directory, tramp-setup-complete)
8332         (tramp-set-process-query-on-exit-flag)
8333         (tramp-append-tramp-buffers): Pacify byte-compiler.
8334         (tramp-bug): Delete non-existing variables from list.
8335         Apply `tramp-load-report-modules' as pre-hook.
8336         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
8337         `shell-prompt-pattern' because of non-7bit characters.
8338         Reported by Sebastian Luque <sluque@mun.ca>.
8339         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
8340         (tramp-match-string-list): Remove function.
8341         (tramp-wait-for-regexp): Remove call of that function.
8342         Suggested by Kim F. Storm <storm@cua.dk>.
8343         (tramp-set-auto-save-file-modes): Use octal integer code #o600
8344         instead of octal character code ?\600.  The latter resulted in a
8345         syntax error with XEmacs.
8347         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
8348         XEmacs case; not necessary anymore.
8349         (tramp-smb-handle-write-region): No special handling for
8350         `last-coding-system-used, because this is done in
8351         `tramp-accept-process-output' now.
8352         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
8354 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
8356         * wid-edit.el (widget-choice-value-create):
8357         Unconditionally respect user choice.  Set :explicit-choice back to nil
8358         when no longer needed.
8359         (widget-choice-action): Unconditionally respect user choice.
8360         Eliminate :explicit-choice-value.
8362         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
8364         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
8365         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
8366         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
8367         running new function `toggle-indicate-empty-lines'.
8368         Rename "Customize" item to "Customize fringe".
8369         Rename "Indicators" item to "Buffer boundaries" and change help echo.
8370         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
8371         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
8372         Delete "Empty lines only" item.
8373         (menu-bar-showhide-fringe-ind-customize): New function.
8374         (menu-bar-showhide-fringe-ind-mixed)
8375         (menu-bar-showhide-fringe-ind-box)
8376         (menu-bar-showhide-fringe-ind-right)
8377         (menu-bar-showhide-fringe-ind-left)
8378         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
8379         instead of `fringe-indicators'.
8381 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
8383         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
8384         Change the date of last update.
8386 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
8388         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
8389         (viper-exec-yank, viper-put-back): Don't display modification msg
8390         if in the minibuffer.
8392         * viper-init.el (viper-replace-overlay-cursor-color)
8393         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
8394         Make variables frame local.
8396         * viper-util.el (viper-append-filter-alist): Use append instead of
8397         nconc.
8399         * viper.el (viper-vi-state-mode-list)
8400         (viper-emacs-state-mode-list): Move help-mode and
8401         completion-list-mode from the first list to the second.
8402         (viper-mode): Docstring.
8403         (viper-go-away, viper-non-hook-settings): Don't localize
8404         minor-mode-alist in newer Emacsen.  Add advice to
8405         set-cursor-color.  Don't bind "\C-c\\".
8407 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
8409         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
8410         (scheme-macro-expand-command): New user options.
8411         (scheme-trace-procedure, scheme-expand-current-form): New commands.
8412         (scheme-form-at-point, scheme-start-file)
8413         (scheme-interactively-start-process): New functions.
8414         (scheme-get-process): New function, extracted from `scheme-proc'.
8415         (run-scheme): Call `scheme-start-file' to get start file, and pass
8416         it to `make-comint'.
8417         (switch-to-scheme, scheme-proc):
8418         Call `scheme-interactively-start-process' if no Scheme buffer/process
8419         is available.
8421 2005-08-06  Juri Linkov  <juri@jurta.org>
8423         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8424         Use `compilation-text-face', `compilation-info-text-face' and
8425         `compilation-error-text-face' instead of `font-lock-keyword-face'.
8426         (compilation-error): New face.
8427         (compilation-error-file-name): Inherit from
8428         `compilation-error' instead of `font-lock-warning-face'.
8429         (compilation-warning-file-name): Inherit from
8430         `compilation-warning' instead of `font-lock-warning-face'.
8431         (compilation-info, compilation-error-file-name)
8432         (compilation-warning-file-name, compilation-info-file-name)
8433         (compilation-line-number, compilation-column-number): Doc fix.
8434         (compilation-error-text-face, compilation-warning-text-face)
8435         (compilation-info-text-face): New face variables.
8436         (compilation-line-face, compilation-column-face)
8437         (compilation-enter-directory-face)
8438         (compilation-leave-directory-face): Doc fix.
8439         (compilation-text-face): New function.
8441         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
8442         instead of 1 to display binary file names as info file links.
8443         (grep-error-face): Use `compilation-error-face' instead of
8444         `font-lock-keyword-face'.
8445         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
8446         and `compilation-warning-text-face' instead of
8447         `font-lock-keyword-face'.  Use `compilation-error-text-face'
8448         instead of `grep-error-face'.
8450 2005-08-05  Kenichi Handa  <handa@m17n.org>
8452         * international/code-pages.el: Add autoload cookies for all coding
8453         systems.
8455 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
8457         * cus-start.el (all): Put undo.c where it alphabetically belongs.
8459 2005-08-04  Juri Linkov  <juri@jurta.org>
8461         * progmodes/compile.el (compilation-mode-map):
8462         * progmodes/grep.el (grep-mode-map):
8463         Bind TAB to `compilation-next-error' and [backtab] to
8464         `compilation-previous-error'.
8466         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
8467         matching line numbers, column numbers and their ranges with regexp
8468         matching only line numbers.
8469         (grep-context-face): New face variable.
8470         (grep-mode-font-lock-keywords): Use it.
8472         * faces.el (read-face-name): Delete duplicate faces.
8474 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
8476         * thumbs.el (thumbs-find-image): Don't make variables
8477         automatically buffer local.
8478         (thumbs-current-tmp-filename, thumbs-current-image-filename)
8479         (thumbs-image-num): Make automatically buffer local.
8480         (thumbs-show-thumbs-list): Use `make-local-variable', not
8481         `make-variable-buffer-local'.
8482         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
8484         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
8485         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
8486         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
8487         (bother, bye, canyou, chatlst, continue, deathlst, describe)
8488         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
8489         (feelings-about, foullst, found, hello, history, howareyoulst)
8490         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
8491         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
8492         (neglst, obj, object, owner, please, problems, qlist)
8493         (random-adjective, relation, remlst, repetitive-shortness)
8494         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
8495         (shortlst, something, sportslst, stallmanlst, states, subj)
8496         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
8497         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
8498         Defvar at compile time.
8500         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
8501         not `make-variable-buffer-local'.
8503 2005-08-02  Kim F. Storm  <storm@cua.dk>
8505         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
8506         rectangle overlay in selected window.
8508 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
8510         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
8511         instead of display group.  Make `indicate-buffer-boundaries'
8512         customizable through Custom.
8514 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
8516         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
8517         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
8518         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
8519         (gdb-put-string): Fix typos in docstrings.
8521 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
8523         Update copyright notices of files in progmodes directory for
8524         release of Emacs 22.1.
8526         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
8528         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
8529         Don't barf if the GUD buffer has been killed.
8531 2005-08-01  Kim F. Storm  <storm@cua.dk>
8533         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
8535 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8537         * simple.el (next-error-follow-minor-mode):
8538         make-variable-buffer-local -> make-local-variable.
8540         * emacs-lisp/cl-extra.el: Require CL also when compiling.
8542         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
8543         (byte-compile-form-make-variable-buffer-local): New functions to warn
8544         about misuses of make-variable-buffer-local where make-local-variable
8545         was meant.
8547 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
8549         * bs.el (bs-attributes-list): Doc fix.
8550         (bs): Update url-link.
8552         * desktop.el (desktop-save-buffer): Fix typos in docstring.
8553         (desktop-load-default): Simplify.
8555         * ibuffer.el (ibuffer-columnize-and-insert-list)
8556         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
8557         (ibuffer-unmark-all, ibuffer-toggle-marks)
8558         (ibuffer-unmark-forward, ibuffer-unmark-backward)
8559         (ibuffer-compile-make-format-form, ibuffer-format-column)
8560         (ibuffer-current-buffers-with-marks)
8561         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
8562         (ibuffer): Doc fix.
8563         (ibuffer-mode): Fix typo in docstring.
8564         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
8565         with `define-obsolete-variable-alias'.
8566         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
8568 2005-07-29  Kenichi Handa  <handa@m17n.org>
8570         * international/mule-cmds.el (select-message-coding-system):
8571         Be sure to use LF for end-of-line.  If no coding system is decided,
8572         return iso-8859-1-unix.
8574 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8576         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
8577         (ange-ftp-pending-error-line): New vars.
8578         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
8579         to handle the non-fatal no-route-to-host messages.
8580         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
8582 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
8584         * isearch.el (isearch-mode-map, isearch-other-meta-char)
8585         (isearch-quote-char, isearch-printing-char)
8586         (isearch-text-char-description): "?\ " -> "?\s".
8587         (isearch-lazy-highlight-cleanup)
8588         (isearch-lazy-highlight-initial-delay)
8589         (isearch-lazy-highlight-interval)
8590         (isearch-lazy-highlight-max-at-a-time)
8591         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
8592         Declare with define-obsolete-*-alias macros.
8593         (isearch-forward): Fix typo in docstring.
8594         (search-invisible, search-ring-yank-pointer)
8595         (regexp-search-ring-yank-pointer): Doc fixes.
8597         * recentf.el (recentf-menu-append-commands-p): Declare with
8598         `define-obsolete-variable-alias'.
8599         (recentf-max-saved-items, recentf-menu-filter)
8600         (recentf-arrange-by-rule-subfilter): Doc fixes.
8601         (recentf-menu-append-commands-flag)
8602         (recentf-initialize-file-name-history, recentf-expand-file-name)
8603         (recentf-clear-data): Fix typos in docstrings.
8605 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
8607         * progmodes/gdb-ui.el: Smarten comments.
8608         (gdb-info-breakpoints-custom): Use nowarn when finding file.
8610 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
8612         * term/apollo.el (terminal-init-apollo): New function containing
8613         all former top level forms in the file.
8614         * term/bobcat.el (terminal-init-bobcat):
8615         * term/cygwin.el (terminal-init-cygwin):
8616         * term/iris-ansi.el (terminal-init-iris-ansi):
8617         * term/linux.el (terminal-init-linux):
8618         * term/news.el (terminal-init-news):
8619         * term/rxvt.el (terminal-init-rxvt):
8620         * term/sun.el (terminal-init-sun):
8621         * term/tvi970.el (terminal-init-tvi970):
8622         * term/vt100.el (terminal-init-vt100):
8623         * term/vt102.el (terminal-init-vt102):
8624         * term/vt125.el (terminal-init-vt125):
8625         * term/vt200.el (terminal-init-vt200):
8626         * term/vt201.el (terminal-init-vt201):
8627         * term/vt220.el (terminal-init-vt220):
8628         * term/vt240.el (terminal-init-vt240):
8629         * term/vt300.el (terminal-init-vt300):
8630         * term/vt320.el (terminal-init-vt320):
8631         * term/vt400.el (terminal-init-vt400):
8632         * term/vt420.el (terminal-init-vt420):
8633         * term/wyse50.el (terminal-init-wyse50):
8634         * term/xterm.el (terminal-init-xterm): Likewise.
8636         * term/README: Describe the terminal-init-* functionality.
8638         * startup.el (command-line): After loading the terminal initialization
8639         file call the corresponding terminal initialization function.
8641 2005-07-27  Kenichi Handa  <handa@m17n.org>
8643         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
8644         negative.
8646         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
8647         (ps-mule-composition-prologue): Fix for the case that
8648         RelativeCompose is false.
8650 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8652         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
8654         * descr-text.el (describe-char): Handle the case where the list of
8655         chars is displayed in a separate frame.
8656         Be a bit more discriminating when looking for the char.
8658 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
8660         * bookmark.el (bookmark-automatically-show-annotations)
8661         (bookmark-read-annotation-text-func): Doc fixes.
8662         (bookmark-save): Improve argument/docstring consistency.
8663         (bookmark-get-bookmark, bookmark-get-bookmark-record)
8664         (bookmark-alist-from-buffer)
8665         (bookmark-upgrade-file-format-from-0)
8666         (bookmark-grok-file-format-version)
8667         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
8668         (bookmark-read-annotation-mode)
8669         (bookmark-insert-current-bookmark, bookmark-jump)
8670         (bookmark-exit-hook): Fix typos in docstrings.
8671         (bookmark-exit-hooks): Define as obsolete alias.
8672         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
8673         not `bookmark-exit-hooks'.  Fix docstring.
8674         (bookmark-bmenu-select): "?\ " -> "?\s".
8676 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
8678         * startup.el (command-line): Fix typo.
8680 2005-07-24  Richard M. Stallman  <rms@gnu.org>
8682         * tooltip.el (tooltip-mode): Test emacs-basic-display,
8683         not emacs-quick-startup.
8685 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
8687         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
8688         (reb-next-match, reb-show-subexp): Use `with-selected-window'
8689         instead of `reb-with-current-window'.
8690         (reb-prev-match): Likewise.  Also, don't move left if the search
8691         was unsuccessful.
8692         (reb-initialize-buffer): New function.
8693         (re-builder, reb-change-syntax): Use it.
8695         * man.el (Man-goto-page): Make second argument NOERROR optional.
8697 2005-07-23  Richard M. Stallman  <rms@gnu.org>
8699         * man.el (Man-bgproc-sentinel): Check here for failure to find
8700         any man page in the output, and report the error here.
8701         (Man-arguments): Make it permanent local.
8702         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
8703         (Man-mode): Pass t for NOERROR.
8705         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
8706         (grep-mode-font-lock-keywords):
8707         Don't use compilation-...-face for messages that are not file names.
8709         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8710         Don't use compilation-...-face for messages that are not file names.
8712 2005-07-22  Juri Linkov  <juri@jurta.org>
8714         * startup.el (normal-splash-screen): Update menu name.
8716         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
8718 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8720         * term/xterm.el: Load term/rxvt if the terminal is actually an
8721         rxvt terminal.
8722         (xterm-rxvt-set-background-mode): Remove, not used anymore.
8724         * term/rxvt.el (function-key-map): Use substitute-key-definition
8725         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
8727         * term/cygwin.el: New file.
8729 2005-07-22  Kim F. Storm  <storm@cua.dk>
8731         * image-file.el (insert-image-file, image-file-yank-handler):
8732         Fix last change to maintain a (unique) yank-handler on yanked images.
8734 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
8736         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
8737         of the file size (as in "177B" for 177 bytes).  This happens with
8738         "ls -lh" on FreeBSD.
8740 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
8742         * hilit-chg.el (highlight-changes-global-initial-state)
8743         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
8744         (hilit-chg-fixup, highlight-changes-mode):
8745         Fix typos in docstrings.
8746         (highlight-changes-global-modes, highlight-changes-rotate-faces):
8747         Doc fixes.
8749 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
8751         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
8752         mode function using `eval-after-load'.
8754 2005-07-21  Kim F. Storm  <storm@cua.dk>
8756         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
8757         included when reporting an emacs crash, and tell about the DEBUG file.
8759         * image-file.el (insert-image-file): Add yank-handler.
8760         (image-file-yank-handler): Yank handler to make unique copies of
8761         images when they are yanked into a buffer next to each other.
8763 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
8765         * comint.el (comint-use-prompt-regexp, comint-send-input)
8766         (comint-source-default, comint-extract-string)
8767         (comint-get-source, comint-word, comint-completion)
8768         (comint-source, comint-prompt-read-only, comint-update-fence):
8769         Fix typos in docstrings.
8770         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
8771         Declare with define-obsolete-*-alias macros.
8772         (comint-previous-matching-input-from-input)
8773         (comint-next-matching-input-from-input)
8774         (comint-previous-matching-input, comint-next-matching-input)
8775         (comint-forward-matching-input):
8776         Improve argument/docstring consistency.
8778         * desktop.el (desktop-clear-preserve-buffers-regexp):
8779         Also preserve the *server* buffer.
8781         * simple.el (clone-indirect-buffer): Doc fix.
8782         (fixup-whitespace, just-one-space)
8783         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
8784         (next-error, next-error-highlight)
8785         (next-error-highlight-no-select, next-error-last-buffer)
8786         (next-error-buffer-p, next-error-find-buffer, next-error)
8787         (previous-error, next-error-no-select, previous-error-no-select)
8788         (open-line, split-line, minibuffer-prompt-width, kill-new)
8789         (binary-overwrite-mode): Fix typos in docstrings.
8790         (set-fill-column): Fix typo in message.
8792         * skeleton.el (skeleton-proxy-new): Doc fix.
8794         * strokes.el (strokes-load-hook): Doc fix.
8795         (strokes-grid-resolution, strokes-get-grid-position)
8796         (strokes-renormalize-to-grid, strokes-read-stroke)
8797         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
8798         (strokes-global-map): Fix typos in docstrings.
8799         (strokes-help): Doc fix.  Fix help message and pass it through
8800         `substitute-command-keys'.
8802         * tempo.el (tempo-insert-prompt, tempo-interactive)
8803         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
8804         (tempo-insert-string-functions, tempo-local-tags)
8805         (tempo-define-template, tempo-insert-template)
8806         (tempo-insert-prompt-compat, tempo-is-user-element)
8807         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
8808         Fix typos in docstrings.
8810         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
8811         (vcursor-key-bindings, vcursor-use-vcursor-map)
8812         (vcursor-find-window, vcursor-scroll-down)
8813         (vcursor-disable, vcursor-beginning-of-buffer)
8814         (vcursor-end-of-buffer): Fix typos in docstrings.
8815         (vcursor-relative-move, vcursor-get-char-count):
8816         Improve argument/docstring consistency.
8818         * version.el: "?\ " -> "?\s".
8820         * wid-edit.el (widget-default-create, widget-after-change)
8821         (widget-default-format-handler, widget-checklist-add-item)
8822         (widget-radio-add-item, widget-choose, widget-specify-secret)
8823         (widget-field-value-create, widget-field-value-get)
8824         (widget-editable-list-format-handler)
8825         (widget-editable-list-entry-create, widget-group-value-create)
8826         (widget-documentation-link-add)
8827         (widget-documentation-string-value-create): "?\ " -> "?\s".
8828         (widget-convert-text): Doc fix.
8829         (widget-narrow-to-field, widget-field-find)
8830         (widget-url-link-action, widget-emacs-library-link-action)
8831         (widget-color-notify): Fix typos in docstrings.
8833         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
8834         (x-select-text, set-w32-system-coding-system)
8835         (w32-add-charset-info): Fix typos in docstrings.
8837         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
8838         (cua-enable-cua-keys, cua-use-hyper-key)
8839         (cua-virtual-rectangle-edges): Fix typos in docstrings.
8840         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
8842         * net/tramp.el (tramp-handle-load): Fix typo in error message.
8844         * emacs-lisp/re-builder.el (regexp-builder): Declare with
8845         `defalias' instead of faking it.
8847         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
8848         (eshell-ls-missing, eshell-ls-dired-initial-args)
8849         (eshell-ls-use-in-dired): Fix typos in docstrings.
8851 2005-07-20  Kim F. Storm  <storm@cua.dk>
8853         * emulation/cua-base.el (cua-mode): Improve doc string.
8855 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
8857         * abbrev.el (expand-region-abbrevs): Doc fix.
8858         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
8859         Improve argument/docstring consistency.
8861         * arc-mode.el (archive-get-descr, archive-alternate-display):
8862         Doc fixes.
8863         (archive-l-e): Improve argument/docstring consistency.
8864         (archive-tmpdir, archive-unixdate, archive-unixtime)
8865         (archive-chmod-entry): Fix typos in docstrings.
8866         (archive-unflag, archive-unflag-backwards)
8867         (archive-unmark-all-files): "?\ " -> "?\s".
8869         * buff-menu.el (Buffer-menu-unmark): Doc fix.
8870         (Buffer-menu-not-modified, Buffer-menu-execute)
8871         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
8872         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
8874         * composite.el (compose-string, encode-composition-rule)
8875         (compose-last-chars): Fix typos in docstrings.
8877         * desktop.el (desktop-enable, desktop-basefilename):
8878         Declare with `define-obsolete-variable-alias'.
8879         (desktop-internal-v2s): Don't quote keywords.
8880         (desktop-clear): "?\ " -> "?\s".
8882         * dired.el (dired-align-file, dired-flag-backup-files)
8883         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
8884         (dired-listing-switches, dired-ls-F-marks-symlinks)
8885         (dired-dwim-target, dired-load-hook, dired-mode-hook)
8886         (dired-directory, dired-faces, dired, dired-revert)
8887         (dired-mode, dired-summary, dired-view-file)
8888         (dired-copy-filename-as-kill, dired-delete-file)
8889         (dired-no-confirm, dired-unmark-all-marks)
8890         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
8891         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
8892         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
8893         Fix typos in message strings.
8895         * dired-x.el (virtual-dired): Declare with `defalias'.
8896         (dired-mark-unmarked-files, dired-local-variables-file)
8897         (dired-omit-here-always): Doc fix.
8898         (dired-omit-mode, dired-find-subdir)
8899         (dired-enable-local-variables, dired-clean-up-buffers-too)
8900         (dired-extra-startup, dired-mark-extension, dired-jump)
8901         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
8902         (dired-smart-shell-command, dired-guess-shell-alist-user)
8903         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
8904         (dired-x-bind-find-file, dired-x-submit-report):
8905         Fix typos in docstrings.
8906         (dired-mark-unmarked-files): "?\ " -> "?\s".
8908         * dirtrack.el (dirtrack-list): Fix typos in docstring.
8910         * faces.el (describe-face): "?\ " -> "?\s".
8911         (read-all-face-attributes, read-face-font, modify-face)
8912         (face-attr-construct, italic): Fix typos in docstrings.
8913         (frame-update-face-colors): Declare with
8914         `define-obsolete-function-alias'.
8916         * files.el (find-file-noselect, recode-file-name): Doc fixes.
8917         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
8918         (magic-mode-alist, buffer-file-numbers-unique)
8919         (write-file-functions, get-free-disk-space):
8920         Fix typos in docstrings.
8921         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
8922         (write-contents-hooks, write-file-hooks):
8923         Declare with `define-obsolete-variable-alias'.
8925         * forms-d2.el (arch-rj): Fix typo in docstrings.
8926         (arch-tocol): Likewise.  "?\ " -> "?\s".
8928         * frame.el (set-frame-font, cursor-in-non-selected-windows):
8929         Fix typo in docstring.
8930         (set-screen-width, set-screen-height): Delete redundant info in
8931         doctrings.
8932         (new-frame, screen-height, screen-width): Declare with
8933         `define-obsolete-function-alias'.
8934         (delete-frame-hook, blink-cursor): Declare with
8935         `define-obsolete-variable-alias'.
8937         * paths.el (prune-directory-list): Fix typos in docstring.
8939         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
8940         (cvs-prefix-get): Fix typos in docstrings.
8942         * ps-print.el (ps-extend-face-list, ps-extend-face)
8943         (ps-print-background-image): Fix typos in docstrings.
8944         (ps-default-fg, ps-default-bg): Doc fixes.
8946         * s-region.el (s-region-bind): Doc fix.
8947         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
8949         * textmodes/org.el (org-table-formula-substitute-names)
8950         (org-table-get-vertical-vector): Doc fixes.
8951         (org-table-recalculate): Remove unused argument to `message'.
8953 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
8955         * textmodes/org.el (org-table-column-names)
8956         (org-table-column-name-regexp)
8957         (org-table-named-field-locations): New variables.
8958         (org-archive-subtree): Protect `this-command' when calling
8959         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
8960         the kill buffer.
8961         (org-complete): Remove fixed-formula completion.
8962         (org-edit-formulas-map): New variable.
8963         (org-table-edit-formulas): New command.
8964         (org-finish-edit-formulas, org-abort-edit-formulas)
8965         (org-show-variable, org-table-get-vertical-vector): New functions.
8966         (org-table-maybe-eval-formula): Handle `:=' fields.
8967         (org-table-get-stored-formulas, org-table-store-formulas)
8968         (org-table-get-formula, org-table-modify-formulas)
8969         (org-table-replace-in-formulas): Handle named field formulas.
8970         (org-table-get-specials): Store locations of named fields.
8972 2005-07-19  Juri Linkov  <juri@jurta.org>
8974         * progmodes/grep.el (grep-regexp-alist)
8975         (grep-mode-font-lock-keywords, grep-process-setup):
8976         Use default GNU grep match color "01;31m" instead of "01;41m".
8977         (grep-regexp-alist, grep-mode-font-lock-keywords):
8978         Use `\\[[0-9]*m' instead of `\\[00m'.
8979         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
8980         sgr_start where its handling is more important.  Use the real
8981         length of sgr_start instead of constant 8.
8982         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
8983         specially.  Delete all remaining escape sequences.
8984         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
8985         (grep-regexp-alist): Make hyperlink only for binary file name
8986         instead of the whole line.
8987         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
8988         (grep-mode): Add autoload.
8990         * emacs-lisp/find-func.el (find-function-regexp):
8991         Add `define-compilation-mode'.
8993 2005-07-19  Juri Linkov  <juri@jurta.org>
8995         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
8996         (compare-windows-sync-string-size, compare-windows-recenter)
8997         (compare-windows-highlight, compare-windows): Add version 22.1.
8998         (compare-windows) <defface>: Inherit from lazy-highlight instead
8999         of duplicating its default value.
9001         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
9002         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
9004         * descr-text.el (describe-char): Create link buttons for `charset'
9005         and `code point'.  Add the current input method name with a link
9006         button to `to input' field.  Print face names of display table
9007         characters in `The display table entry is displayed by' section
9008         instead of printing face-id in the `display' field.
9009         Guess hardcoded faces and create a link button for them.
9010         Skip empty fields when calculating max-width.
9011         Treat `widget-create' specially while inserting strings from the
9012         collected field list.
9013         (describe-char-after): Made obsolete in version 22.1, not 21.5.
9015         * diff-mode.el (diff-file-header): Change foreground color from
9016         yellow to green on light backgrounds.
9017         (diff-context): Inherit from `shadow' only for color/grayscale
9018         with more than 88 colors.
9019         (diff-indicator-removed, diff-indicator-added)
9020         (diff-indicator-changed): New faces.
9021         (diff-font-lock-keywords): Use new faces.  Regroup rules.
9022         Add "^---$" for `normal' diff format.  Fontify `#' lines with
9023         font-lock-comment-delimiter-face and font-lock-comment-face.
9024         Add `#' to ^[^...] in the rule for `diff-context-face'.
9026         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
9027         a button-like box.  Inherit from `highlight' on low colors.
9028         (shadow): Use shades of gray only for color/grayscale with
9029         more than 88 colors.  Use green for light backgrounds with
9030         8 colors, and yellow for dark backgrounds with 8 colors.
9032         * font-lock.el (font-lock-regexp-grouping-backslash):
9033         Don't inherit from escape-glyph (use bold for all cases).
9035         * info.el (info-xref-visited): Use light foreground color `violet'
9036         for dark backgrounds instead of dark color `magenta3'.
9037         (info-title-1): Use `yellow' color for dark backgrounds.
9039         * isearch.el (isearch): Use not-too-dark magenta3 instead of
9040         too-light magenta2.
9042         * replace.el (match): Use slightly more light RoyalBlue3 instead
9043         of dark RoyalBlue4.
9045         * wid-edit.el (widget-inactive): Inherit from `shadow'.
9047 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
9049         * novice.el (disabled-command-hook): Declare it with
9050         `define-obsolete-variable-alias'.
9052         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
9053         (desktop-buffer-misc-functions, desktop-buffer-handlers)
9054         (desktop-load-default): Add release to obsolescence info.
9055         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
9056         (desktop-append-buffer-args, desktop-read):
9057         Fix typos in docstrings.
9058         (desktop-kill): Fix typo in message.
9059         (desktop-save): Doc fix.
9061 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
9063         * viper-cmd.el (viper-escape-to-state): Bug fix.
9064         (viper-envelop-ESC-key): Change the definition of fast
9065         keysequence so it'll work with keyboard macros.
9067         * ediff.el (ediff-patch-buffer): Change the docstring.
9069 2005-07-19  Kenichi Handa  <handa@m17n.org>
9071         * international/mule-cmds.el (select-safe-coding-system): Try to
9072         use an auto-coding (if any) before anything else.  If the found
9073         auto-coding is invalid, show a warning message.
9075         * international/mule.el (find-auto-coding): New function created
9076         by modifying the body of set-auto-coding.
9077         (set-auto-coding): Use find-auto-coding to find a coding.
9079 2005-07-18  Richard M. Stallman  <rms@gnu.org>
9081         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
9082         not isearch-mode-end-hook-error.
9083         (allout-before-change-protect): Fix error message.
9085 2005-07-18  Juri Linkov  <juri@jurta.org>
9087         * allout.el (allout-mode):
9088         * calculator.el (calculator-copy):
9089         * custom.el (custom-known-themes):
9090         * dired.el (dired-desktop-buffer-misc-data)
9091         (dired-restore-desktop-buffer):
9092         * dired-x.el (dired-omit-marker-char):
9093         * files.el (basic-save-buffer):
9094         * font-core.el (font-lock-mode):
9095         * calendar/calendar.el (calendar-goto-hebrew-date)
9096         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
9097         (calendar-goto-persian-date):
9098         * language/ethio-util.el (ethio-sera-to-fidel-region):
9099         * textmodes/picture.el (picture-mode):
9100         Delete duplicate duplicate words.
9102 2005-07-18  Juri Linkov  <juri@jurta.org>
9104         * isearch.el (isearch-mode-map): Remove key bindings for regexp
9105         chars * ? } |.
9106         (isearch-fallback): Don't call `isearch-process-search-char'.
9107         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
9108         (isearch-process-search-char): Call `isearch-fallback' for regexp
9109         chars * ? } |.
9110         (isearch-return-char): Make obsolete with `make-obsolete' instead
9111         of simply documenting it as obsolete in the docstring.
9112         (isearch-fallback): Refill docstring.
9114         * international/isearch-x.el
9115         (isearch-process-search-multibyte-characters): Remove unneeded
9116         `concat'.  Add intermediate values to `junk-hist' instead of
9117         `minibuffer-history'.  Test the length of `str'.
9119 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
9121         * allout.el (allout-resolve-xref): Fix typos in error strings.
9122         (allout-before-change-protect): Remove unneeded `concat'.
9124         * array.el (array-mode, array-reconfigure-rows)
9125         (untabify-backward): Fix typos in docstrings.
9126         (array-reconfigure-rows): Use `insert-buffer-substring', not
9127         `insert-buffer'.
9129         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
9130         * progmodes/ada-mode.el (ada-make-body):
9131         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
9133         * dired.el (dired-log):
9134         * tar-mode.el (tar-subfile-save-buffer):
9135         * play/zone.el (zone-pgm-stress-destress):
9136         Use `insert-buffer-substring', not `insert-buffer'.
9138 2005-07-17  Simon Josefsson  <jas@extundo.com>
9140         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
9142 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
9144         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
9145         Add plain auth method.
9146         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
9148 2005-07-17  Kim F. Storm  <storm@cua.dk>
9150         * ido.el (dired-other-window): Add ido property.
9152 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
9154         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
9155         Fix typo in docstring.
9156         (byte-compile-interactive-only-functions): Add `insert-buffer' and
9157         `insert-file-literally'.
9159         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
9160         info and delete redundant message.  Doc fix.
9161         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
9162         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
9164 2005-07-16  Richard M. Stallman  <rms@gnu.org>
9166         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
9167         (byte-compile-and): Use byte-compile-and-recursion.
9168         (byte-compile-or-recursion): New function.
9169         (byte-compile-or): Use that.
9170         (byte-compile-if): Guard the else-clause too.
9171         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
9173         * isearch.el (isearch-mode-end-hook-quit): New variable.
9174         (isearch-done): Bind it.
9175         (isearch-mode-end-hook): Doc fix.
9177         * allout.el (allout-isearch-did-quit): Variable deleted.
9178         (allout-real-isearch-abort): Function name no longer used.
9179         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
9180         (allout-isearch-rectification): isearch-mode always exists.
9181         Don't set allout-isearch-did-quit.
9182         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
9183         allout-isearch-did-quit.
9184         (allout-enwrap-isearch): Just add the hook.
9185         (allout-isearch-abort): Function deleted.
9186         (allout-pre-command-business): Avoid warning.
9188         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
9189         Correctly avoid warnings.
9190         (pascal-outline): Likewise.
9192         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
9194         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
9196         * play/tetris.el (tetris-mode): Avoid warning.
9198         * play/snake.el (snake-mode): Avoid warning.
9200         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
9201         (gamegrid-set-display-table): Avoid warning.
9202         (gamegrid-set-timer): Likewise.
9203         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
9204         (gamegrid-add-score-with-update-game-score-1): Take FILE
9205         as argument.
9206         (gamegrid-add-score-with-update-game-score): Pass that argument.
9207         Rename have-shared-game-dir to gamegrid-shared-game-dir.
9209         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
9211         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
9212         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
9214         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
9215         and insert-file.
9217         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
9218         (sc-ask): Avoid warnings.
9220         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
9221         (eshell-hist-initialize): Use that var the natural way.
9223         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
9225         * emacs-lisp/re-builder.el (reb-cook-regexp):
9226         Avoid warning calling lre-compile-string.
9227         (reb-color-display-p): Avoid warning.
9229         * calculator.el (calculator-last-input): Guard uses
9230         of event-key and key-press-event-p.
9231         (event-key, key-press-event-p): Delete definitions.
9233         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
9234         (find-gc-source-directory, find-gc-subrs-callers)
9235         (find-gc-noreturn-list, find-gc-source-files)
9236         (find-gc-subrs-called): Vars renamed and defvar'd.
9238         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
9239         (checkdoc-overlay-put, checkdoc-delete-overlay)
9240         (checkdoc-overlay-start, checkdoc-overlay-end)
9241         (checkdoc-mode-line-update, checkdoc-char=):
9242         Define such that compiler knows they are defined.
9243         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
9244         (checkdoc-read-event): Delete.  Use read-event directly.
9246         * whitespace.el (whitespace-make-overlay)
9247         (whitespace-overlay-put, whitespace-delete-overlay)
9248         (whitespace-overlay-start, whitespace-overlay-end):
9249         Define such that compiler knows they are defined.
9250         (whitespace): Move conditional inside.
9252         * tempo.el (tempo-insert-template): Suppress warning.
9254         * ediff-diff.el (longlines-mode): Add defvar.
9256 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
9258         * server.el: Bind "C-x #" in a way that works even if C-x is
9259         redefined to a command key, not a prefix key.
9261 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
9263         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
9264         cl-make-type-test till execution time.
9266 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
9268         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
9269         arg ARG and use it.
9271 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
9273         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
9275 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
9277         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
9278         a defcustom with two :set or :type keywords.
9280 2005-07-15  Richard M. Stallman  <rms@gnu.org>
9282         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9283         Don't give ^M comment-end syntax.
9285 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
9287         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
9288         Don't consider gdbmi (gdb-mi.el has its own update functions).
9289         (gdb-var-delete): Make it work for gdbmi as well.
9290         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
9292         * progmodes/gud.el (etags, sdb): Only require etags when needed.
9293         (gud-speedbar-menu-items): Correct logic for enabling items.
9295 2005-07-15  Kim F. Storm  <storm@cua.dk>
9297         * ido.el: Fix commentary.
9298         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
9299         Use with-no-warnings around ffap-guesser.
9300         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
9301         Let bind minibuffer-completing-file-name to t.
9303 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
9305         * startup.el (site-run-file, keyboard-type): Doc fixes.
9306         (command-line): Check for "--basic-display" argument; also for
9307         "--quick", not "--bare-bones" (which was renamed).
9308         (fancy-splash-text): Add missing item "Getting New Versions".
9309         (normal-splash-screen): Fix typos and improve consistency with
9310         `fancy-splash-text'.  Update copyright year.
9312         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
9313         valid binding for `help-char'.
9315         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
9317 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
9319         * term.el (term-mode): Disable cua-mode for term buffers.
9321 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
9323         * add-log.el (add-log-mailing-address, change-log-merge):
9324         Doc fixes.
9325         (change-log-get-method-definition): Fix typo in docstring.
9327 2005-07-14  Kim F. Storm  <storm@cua.dk>
9329         * emulation/cua-base.el:
9330         (cua--pre-command-handler-1, cua--pre-command-handler)
9331         (cua--post-command-handler-1, cua--post-command-handler):
9332         Split in two.  Check (buffer local) value of cua-mode.
9333         (cua-selection-mode): New command.
9335 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
9337         * custom.el (custom-initialize-safe-set)
9338         (custom-initialize-safe-default): Doc fixes.
9340         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
9341         and simplify :init-value again.
9343         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
9344         and simplify :init-value again.  Delete autoload.
9346         * startup.el (command-line): Use `custom-reevaluate-setting' again
9347         for tooltip-mode.
9349         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
9350         a defcustom with two :initialize keywords.
9352 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
9354         * allout.el (my-mark-marker, allout-isearch-prior-pos)
9355         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
9356         (allout-post-command-business, allout-flag-region)
9357         (isearch-reenable-font-lock, allout-yank)
9358         (allout-insert-latex-header, allout-insert-latex-trailer)
9359         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
9360         (allout-latex-verb-quote): Fix typos in docstrings.
9361         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
9362         (allout-unprotected, allout-prefix-data):
9363         Improve argument/docstring consistency.
9364         (allout-chart-subtree): Fix argument spec.
9365         (allout-open-topic): Rename `use_sib_bullet' argument to
9366         `use-sib-bullet'.  Doc fix.
9368         * whitespace.el (whitespace-check-buffer-leading)
9369         (whitespace-check-buffer-trailing)
9370         (whitespace-check-buffer-indent)
9371         (whitespace-check-buffer-spacetab)
9372         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
9373         (whitespace-check-leading-whitespace)
9374         (whitespace-check-trailing-whitespace)
9375         (whitespace-check-spacetab-whitespace)
9376         (whitespace-check-indent-whitespace)
9377         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
9378         (whitespace-modes): Fix typos in docstrings.
9379         (defgroup, defcustom): Doc fixes.
9381         * winner.el (winner-mode, winner-boring-buffers)
9382         (winner-pending-undo-ring): Doc fixes.
9383         (winner-ring): Remove unneeded `progn'.
9384         (winner-equal): `defsubst' it.
9385         (winner-redo): Fix message.
9387 2005-07-13  Kim F. Storm  <storm@cua.dk>
9389         * simple.el (line-move-1): Always use vertical-motion to
9390         do the last (or only) line move to ensure some movement.
9391         Undo 2005-06-23 change--don't check for overlays.
9393 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9395         * term/mac-win.el (ccl-encode-mac-roman-font)
9396         (ccl-encode-mac-centraleurroman-font)
9397         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
9398         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
9399         Change charset-id boundary of dimension to ?\xef.
9400         (mac-char-fontspec-list): New constant.
9401         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
9402         argument.  Nil uses itself as family in font-spec.  Previous
9403         behavior for nil is now provided by non-nil non-string argument.
9404         All callers changed.  Add font-specs for Mac fonts to
9405         "fontset-default" unless iso8859-1 fonts are installed.
9407 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9409         * progmodes/sh-script.el (sh-get-indent-info): Only indent
9410         a continuation line if the \ is preceded by SPC or TAB.
9411         (sh-get-indent-info): Simplify.
9412         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
9413         Use with-current-buffer.
9415         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
9416         when the matched text is empty.
9418 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
9420         * startup.el (command-line): Revert to previous handling of
9421         tooltip-mode.  Explain in comment why the complexity is needed.
9423         * tooltip.el (tooltip-mode): Revert to previous implementation of
9424         its defcustom.
9426         * frame.el (blink-cursor-mode): Revert to previous implementation
9427         of its defcustom.  Update comment.
9429 2005-07-12  Lars Hansen  <larsh@soem.dk>
9431         * desktop.el: Update e-mail address.
9433 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9435         * term/mac-win.el (mac-services-mail-selection)
9436         (mac-services-mail-to): New functions.
9437         (mac-application-menu-map): Bind them.
9439 2005-07-12  wulei <milton@wulei.net>  (tiny change)
9441         * progmodes/gdb-ui.el: Add note about buffering with Windows.
9443 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
9445         * custom.el (custom-reevaluate-setting): Doc fix.
9447 2005-07-11  Jay Belanger  <belanger@truman.edu>
9449         * calc/calc.el (calc-embedded-announce-formula-alist)
9450         (calc-embedded-open-close-plain-alist)
9451         (calc-embedded-open-close-mode-alist): Add checks for additional
9452         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
9454 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
9456         * custom.el (custom-enable-theme): Don't add theme to
9457         `custom-enabled-themes' with `push' because there is no
9458         setf-method for `delq'.
9460 2005-07-11  Richard M. Stallman  <rms@gnu.org>
9462         * custom.el (custom-declare-variable): Doc fix.
9464         * dired-aux.el (dired-compare-directories): Remove "." and ".."
9465         from the alists.
9467         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
9468         Do nothing if edebug-active.
9470         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
9471         (edebug-display): Do it here instead.
9473 2005-07-10  Richard M. Stallman  <rms@gnu.org>
9475         * cus-face.el (custom-theme-set-faces): Make it work.
9476         (custom-reset-faces): Doc fix.
9477         (custom-theme-reset-internal-face, custom-theme-face-value):
9478         Functions deleted.
9480         * custom.el (custom-push-theme): Maintain list of the settings
9481         of a given theme in its theme-settings property.
9482         Maintain position of old settings in the theme-value
9483         or theme-face property.
9484         (custom-enabled-themes): New variable.
9485         (custom-theme-enabled-p): New function.
9486         (provide-theme): Update custom-enabled-themes.
9487         Disable and reenable the `user' theme.
9488         (require-theme): Doc fix.
9489         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
9490         (custom-theme-value, custom-theme-variable-value): Likewise.
9491         (custom-theme-reset-internal): Likewise.
9492         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
9493         (custom-enable-theme, custom-disable-theme): New functions.
9494         (custom-variable-theme-value, custom-face-theme-value): Likewise.
9495         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
9496         (custom-theme-reset-variables): Simplify.
9497         (deftheme, custom-declare-theme, custom-make-theme-feature):
9498         Definitions moved.
9500 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
9502         * longlines.el (longlines-show-region)
9503         (longlines-unshow-hard-newlines): Recognize hard newlines by
9504         non-nil hard property, instead of t.
9506 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
9508         * viper-cmd.el (viper--key-maps): New variable.
9509         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
9510         emulation-mode-map-alists.
9511         (viper-envelop-ESC-key): Use viper-subseq.
9512         (viper-search-forward/backward/next): Disable debug-on-error.
9514         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
9515         (viper-ESC-key): New defcustoms.
9517         * viper-macs.el (ex-map-read-args): Use viper-subseq.
9519         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
9520         (viper-subseq): Copy of subseq from cl.el.
9522         * viper.el (viper-go-away, viper-set-hooks): Use
9523         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
9525         * viper-mous.el (viper-current-frame-saved): Use defvar.
9527         * viper-init.el: Get rid of -face in face names.
9529         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
9530         Make it work with longlines mode
9532         * ediff-mult.el (ediff-meta-mode-hook): New variable.
9534         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
9536         * ediff-init.el: Get rid of -face in face names.
9538 2005-07-10  Richard M. Stallman  <rms@gnu.org>
9540         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
9541         and with-timeout-unsuspend.
9543         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
9544         and with-timeout-unsuspend.
9546         * emacs-lisp/timer.el (with-timeout-timers): New variable.
9547         (with-timeout): Bind that variable to record timers.
9548         (with-timeout-suspend, with-timeout-unsuspend): New functions.
9550         * emacs-lisp/debug.el (debug-help-follow): New function.
9551         (debugger-mode-map): Use that instead of help-follow.
9552         (debugger-setup-buffer): Use eval-buffer-list
9553         to handle eval-buffer frames.
9555 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
9557         * timezone.el (timezone-parse-date): Change first regexp
9558         so it will not mistakenly match dates with no time zone.
9560 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
9562         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
9564 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
9566         * custom.el (custom-initialize-safe-set)
9567         (custom-initialize-safe-default): New functions.
9569         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
9570         and simplify :init-value.
9572         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
9573         and simplify :init-value.  Delete obsolete comment.
9575         * startup.el (command-line): Use `custom-reevaluate-setting' to
9576         handle `tooltip-mode'.  Delete obsolete comment.
9578         * files.el (set-visited-file-name): Avoid calling
9579         `file-name-nondirectory' with a nil argument.
9581 2005-07-09  Richard M. Stallman  <rms@gnu.org>
9583         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
9584         was called with nil for the buffer, handle the read position right.
9585         Handle read position for eval-region, too.
9587 2005-07-09  Juri Linkov  <juri@jurta.org>
9589         * fringe.el (fringe-mode): Add period in docstring.
9590         (fringe-query-style): Build prompt depending on `all-frames' arg.
9592         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
9593         to not create links to unrelated functions in the Help buffer.
9595         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
9596         Doc fix.
9598         * simple.el (next-error-hook): New variable.
9599         (next-error): Use it.  Doc fix.
9601         * textmodes/ispell.el (ispell-command-loop): Add current
9602         dictionary name and program name to mode-line-format.
9603         (ispell-region, ispell-process-line): Add current dictionary name
9604         and program name to messages.
9606 2005-07-08  Jay Belanger  <belanger@truman.edu>
9608         * calc/calc.el (calc-embedded-announce-formula-alist)
9609         (calc-embedded-open-close-formula-alist)
9610         (calc-embedded-open-close-word-alist)
9611         (calc-embedded-open-close-plain-alist)
9612         (calc-embedded-open-close-new-formula-alist)
9613         (calc-embedded-open-close-mode-alist)
9614         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
9615         (calc-embedded-mode-hook): New variables.
9617         * calc/calc-embed.el (calc-embedded-firsttime)
9618         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
9619         New variables.
9620         (calc-do-embedded): Use calc-embedded-firsttime,
9621         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
9622         determine whether or not to run hooks.
9623         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
9624         calc-embedded-firsttime-formula appropriately.
9625         Set calc-embedded delimiter variables according to mode.
9627 2005-07-08  Richard M. Stallman  <rms@gnu.org>
9629         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
9630         Check for "emacs", etc., as entire symbol, not just as word.
9631         (checkdoc-file-comments-engine): Use regexp-quote on FN.
9633         * files.el (set-visited-file-name): Report the error
9634         for "empty filename" earlier.
9635         (kill-some-buffers): Ignore buffers already dead.
9637         * fringe.el (fringe-mode): Doc fix.
9639         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
9640         Check for (featurep 'xemacs) and turn off warnings in what it guards.
9641         Use unwind-protect to ensure byte-compile-unresolved-functions
9642         is updated.
9644         * whitespace.el (whitespace-buffer-leading-cleanup):
9645         Simplify w/ skip-chars-forward.
9646         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
9648         * mail/rmail.el (rmail-only-expunge): Fix paren error.
9649         Unconditionally try to leave point at the same old place.
9651 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
9653         * comint.el (comint-postoutput-scroll-to-bottom)
9654         (comint-show-maximum-output): Take scroll-margin into consideration.
9656 2005-07-08  Kim F. Storm  <storm@cua.dk>
9658         * ido.el (ido-use-filename-at-point): New choice `guess'.
9659         (ido-file-internal): Try ffap-guesser if selected.
9661         * ido.el (ido-before-fallback-functions): New hook.
9662         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
9663         (ido-read-file-name): Run it.
9665 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9667         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
9668         strings rather than a list of symbols to the completion function.
9670 2005-07-07  Jay Belanger  <belanger@truman.edu>
9672         * calc/calc-units.el (math-apply-units): Change the places in
9673         which units are simplified.
9675 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
9677         * cus-edit.el (customize-option, customize-option-other-window):
9678         Make them handle aliases.
9680         * custom.el (custom-variable-p): Make it recursively follow
9681         aliases.  Mention that in the docstring.
9683 2005-07-07  Richard M. Stallman  <rms@gnu.org>
9685         * cus-start.el (exec-path): Use `directory' instead of `file'.
9686         Fix tag for nil.
9688 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
9690         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
9691         when called non-interactively.  Doc fix.
9693 2005-07-07  Lute Kamstra  <lute@gnu.org>
9695         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
9696         new address as well.
9698 2005-07-07  Kenichi Handa  <handa@m17n.org>
9700         * international/mule.el (make-coding-system):
9701         Describe `ascii-incompatible' property in the docstring.
9702         (set-file-name-coding-system): Signal an error if coding-system is
9703         ascii-incompatible.
9704         (set-keyboard-coding-system): Likewise.
9706         * international/mule-cmds.el (set-default-coding-systems):
9707         Don't set default-file-name-coding-system and
9708         default-keyboard-coding-system if coding-system is ASCII-incompatible.
9710         * international/utf-16.el: Declare that all UTF-16-based coding
9711         systems are ASCII-incompatible.
9713 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
9715         * progmodes/gud.el: Require font-lock for displaying errors.
9716         Used by gdb-ui.el.
9718 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
9720         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
9721         values for the pattern lists which are `read'able but not
9722         `append'able (like symbols).
9724 2005-07-06  Richard M. Stallman  <rms@gnu.org>
9726         * progmodes/flymake.el (flymake-float-time): Instead of
9727         with-no-warnings, test for xemacs.
9728         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
9729         to avoid warning.
9731 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
9733         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
9735 2005-07-05  Lute Kamstra  <lute@gnu.org>
9737         * battery.el: Add support for Darwin (with much debugging help
9738         from Samuel Lauber <sam124@operamail.com>).
9739         (battery-status-function, battery-echo-area-format)
9740         (battery-mode-line-format): Add support for pmset on Darwin.
9741         (battery-load-low, battery-load-critical): New user options.
9742         (battery-pmset): New function.
9744 2005-07-05  Lute Kamstra  <lute@gnu.org>
9746         Update FSF's address in GPL notices.
9748         * textmodes/page-ext.el: Update FSF's address.
9750 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9752         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
9753         filling from using prefix when filling a single-line docstring.
9755         * progmodes/flymake.el: Remove useless eval-when-compile.
9757         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
9759 2005-07-04  Richard M. Stallman  <rms@gnu.org>
9761         * textmodes/org.el (org-file-apps-defaults-gnu):
9762         Rename from org-file-apps-defaults-linux.
9763         (org-default-apps): Don't test system-type for `linux'.
9764         (org-file-apps): Doc fix.
9766 2005-07-04  David Ponce  <david@dponce.com>
9768         * tree-widget.el: Improve header Commentary section.
9769         (tree-widget) [defgroup]
9770         (tree-widget-image-enable, tree-widget-themes-directory)
9771         (tree-widget-theme, tree-widget-image-properties-emacs)
9772         (tree-widget-image-properties-xemacs, tree-widget-create-image)
9773         (tree-widget-image-formats, tree-widget-control)
9774         (tree-widget-empty-control, tree-widget-leaf-control
9775         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
9776         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
9777         (tree-widget-keep, tree-widget-after-toggle-functions)
9778         (tree-widget-open-node, tree-widget-close-node): Doc fix.
9779         (tree-widget-open-control, tree-widget-close-control): Fix doc and
9780         :help-echo message.
9781         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
9782         (tree-widget-image-properties): Doc fix.  Clearer implementation.
9783         (tree-widget--cursors): New constant.
9784         (tree-widget-lookup-image): New function split from
9785         `tree-widget-find-image'.  Clearer implementation.
9786         (tree-widget-find-image): Use it.
9787         (tree-widget-button-keymap): Use `set-keymap-parent'.
9788         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
9789         Define the sub-widgets here.
9790         (tree-widget-node): Check that :node is not a tree-widget.
9791         (tree-widget-get-super, tree-widget-open-control)
9792         (tree-widget-close-control, tree-widget-empty-control)
9793         (tree-widget-leaf-control, tree-widget-guide)
9794         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
9795         (tree-widget-no-handle, tree-widget-value-delete)
9796         (tree-widget-map): Remove.
9797         (tree-widget-children-value-save): Doc fix.  Simplified.
9798         (tree-widget-value-create): Update according to previous changes.
9800 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
9802         * textmodes/org.el: Leading space replaced by TABS.
9803         (org-recalc-marks, org-table-rotate-recalc-marks)
9804         (org-table-get-specials): Treat "^" and "_" marks.
9805         (org-table-justify-field-maybe): Optional argument NEW.
9806         (org-table-eval-formula): Parsing of the format simplified.
9807         New modes C,I.  Honor the %= parameter in the current table.
9808         Avoid unnecessary re-align by using the NEW argument to
9809         `org-table-justify-field-maybe'.
9810         (org-calc-default-modes): Default for date-format mimicks org-mode.
9811         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
9813 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
9815         * cus-face.el (custom-theme-set-faces): Make it handle face
9816         aliases whose alias declarations are pre- or autoloaded.
9818 2005-07-04  Juri Linkov  <juri@jurta.org>
9820         * faces.el (read-face-name): Put the code for getting a face name
9821         from the buffer before adding the faces from the `face' property.
9822         Use `completing-read-multiple' instead of `completing-read'.
9823         Require `crm'.  Add default value and post-process the returned
9824         list of faces.
9826         * emacs-lisp/crm.el (crm-find-current-element)
9827         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
9829         * emacs-lisp/lisp-mode.el (eval-defun-1):
9830         * emacs-lisp/edebug.el (edebug-eval-defun):
9831         Remove unnecessary quotes.
9833 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9835         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
9836         (prolog-indent-level): Fix typo in docstring.
9838         * info.el (Info-history, Info-history-forward)
9839         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
9841         * add-log.el (add-change-log-entry):
9842         * comint.el (comint-dynamic-list-input-ring)
9843         (comint-dynamic-list-completions):
9844         * dabbrev.el (dabbrev-expand):
9845         * delim-col.el (delimit-columns-rectangle-line):
9846         * diff-mode.el (diff-context->unified, diff-reverse-direction)
9847         (diff-unified->context):
9848         * ediff-init.el (ediff-abbrev-jobname):
9849         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
9850         (ediff-replace-session-activity-marker-in-meta-buffer):
9851         * info.el (Info-summary):
9852         * lpr.el (printify-region):
9853         * printing.el (pr-create-interface):
9854         * ps-print.el (ps-print-quote):
9855         * ses.el (ses-column-widths, ses-print-cell)
9856         (ses-adjust-print-width, ses-center):
9857         * shell.el (shell-file-name-quote-list):
9858         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
9859         (strokes-fill-current-buffer-with-whitespace)
9860         (strokes-xpm-for-stroke, strokes-list-strokes)
9861         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
9862         * term.el (term-dynamic-list-input-ring)
9863         (term-dynamic-list-completions):
9864         * calc/calc.el (math-format-stack-value):
9865         * emacs-lisp/edebug.el (edebug-display-freq-count):
9866         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
9867         (delphi-new-comment-line):
9868         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
9869         * progmodes/executable.el (executable-set-magic):
9870         * progmodes/python.el (inferior-python-mode):
9871         * progmodes/scheme.el (scheme-mode-syntax-table):
9872         * progmodes/sh-script.el (sh-maybe-here-document):
9873         * progmodes/sql.el (sql-copy-column):
9874         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
9875         * textmodes/bibtex.el (bibtex-mode):
9876         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
9877         (sgml-auto-attributes):
9878         * textmodes/table.el (table-insert, table-shorten-cell)
9879         (table--generate-source-scan-lines, table-delete-row)
9880         (*table--cell-delete-char, table--spacify-frame)
9881         (table--horizontally-shift-above-and-below)
9882         (table--cell-insert-char, table--cell-blank-str)
9883         (table--fill-region-strictly):
9884         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
9885         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
9887         * add-log.el (change-log):
9888         * apropos.el (apropos):
9889         * comint.el (comint-completion, comint-source):
9890         * dabbrev.el (dabbrev):
9891         * delim-col.el (columns):
9892         * diff-mode.el (diff-mode):
9893         * ediff.el (ediff):
9894         * ediff-diff.el (ediff-diff):
9895         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
9896         * ediff-mult.el (ediff-mult):
9897         * ediff-ptch.el (ediff-ptch):
9898         * ediff-wind.el (ediff-window):
9899         * facemenu.el (facemenu):
9900         * indent.el (indent):
9901         * info.el (info):
9902         * jka-cmpr-hook.el (compression, jka-compr):
9903         * lpr.el (lpr):
9904         * outline.el (outlines):
9905         * pcmpl-cvs.el (pcmpl-cvs):
9906         * pcmpl-rpm.el (pcmpl-rpm):
9907         * printing.el (printing):
9908         * ps-print.el (postscript, ps-print, ps-print-horizontal)
9909         (ps-print-vertical, ps-print-headers, ps-print-font)
9910         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
9911         (ps-print-background, ps-print-printer, ps-print-page)
9912         (ps-print-miscellany):
9913         * ses.el (ses):
9914         * shell.el (shell, shell-directories, shell-faces):
9915         * startup.el (initialization):
9916         * strokes.el (strokes):
9917         * term.el (term):
9918         * uniquify.el (uniquify):
9919         * w32-vars.el (w32):
9920         * calc/calc.el (calc):
9921         * emacs-lisp/bytecomp.el (bytecomp):
9922         * emacs-lisp/cl-indent.el (lisp-indent):
9923         * emacs-lisp/edebug.el (edebug):
9924         * emacs-lisp/elp.el (elp):
9925         * emacs-lisp/testcover.el (testcover):
9926         * emacs-lisp/trace.el (trace):
9927         * emulation/viper-ex.el (viper-ex):
9928         * emulation/viper-mous.el (viper-mouse):
9929         * mail/mailalias.el (mailalias):
9930         * mail/supercite.el (supercite, supercite-frames)
9931         (supercite-attr, supercite-cite, supercite-hooks):
9932         * net/rcompile.el (remote-compile):
9933         * net/rlogin.el (rlogin):
9934         * obsolete/ooutline.el (outlines):
9935         * progmodes/delphi.el (delphi):
9936         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
9937         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
9938         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
9939         (ebnf-optimization):
9940         * progmodes/etags.el (etags):
9941         * progmodes/executable.el (executable):
9942         * progmodes/idlwave.el (idlwave):
9943         * progmodes/pascal.el (pascal):
9944         * progmodes/prolog.el (prolog):
9945         * progmodes/python.el (python):
9946         * progmodes/scheme.el (scheme):
9947         * progmodes/sh-script.el (sh, sh-script):
9948         * progmodes/sql.el (SQL):
9949         * progmodes/tcl.el (tcl):
9950         * textmodes/bibtex.el (bibtex, bibtex-autokey):
9951         * textmodes/enriched.el (enriched):
9952         * textmodes/makeinfo.el (makeinfo):
9953         * textmodes/sgml-mode.el (sgml):
9954         * textmodes/table.el (table-hooks):
9955         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
9956         * textmodes/texinfo.el (texinfo):
9957         * textmodes/two-column.el (two-column):
9958         Finish `defgroup' description with period.
9960         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
9961         * eshell/esh-var.el (eshell-var):
9962         * progmodes/vhdl-mode.el (vhdl-testbench):
9963         * textmodes/org.el (org): Fix typos in docstrings.
9965         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
9966         consistency.
9968         * progmodes/flymake.el (flymake-find-file): Remove.
9969         (flymake-float-time): Use `with-no-warnings'.
9970         (flymake-check-start-time, flymake-check-was-interrupted)
9971         (flymake-err-info, flymake-is-running, flymake-last-change-time)
9972         (flymake-new-err-info): `defvar' at compile time.
9974 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
9976         * replace.el (occur-hook): Doc fix.
9977         (occur-1): Don't call `occur-hook' if there are no matches.
9979 2005-07-03  Richard M. Stallman  <rms@gnu.org>
9981         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
9982         global-map, save the same map.
9983         (global-map): Don't alter it at top level.
9984         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
9985         Then alter it here instead.
9986         (tpu-edt-off): Set global-map to the saved one.
9988         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
9989         All references simplified.
9990         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
9991         (zmacs-regions): Add defvar.
9992         (repeat-complex-command-map): Everything about that deleted.
9994         * textmodes/artist.el (artist-key-is-drawing)
9995         (artist-key-endpoint1, artist-key-poly-point-list)
9996         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
9997         (artist-key-compl-table, artist-rb-save-data)
9998         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
9999         Don't put them in eval-when-compile.
10000         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
10002         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
10003         Use with-no-warnings.
10005         * net/browse-url.el (dos-windows-version): Add defvar.
10007         * mail/supercite.el (filladapt-prefix-table): Add defvar.
10009         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
10010         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
10011         (rmail-new-summary-line-count): Rename from new-summary-line-count.
10012         Add defvar.
10013         (rmail-summary-beginning-of-message): Use with-no-warnings.
10014         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
10016         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
10017         Use with-no-warnings.
10019         * emulation/vi.el (vi-mark-region): Use c-mark-function.
10020         (c-mark-function): Add point-moving-unit property.
10021         (vi-goto-line): Use with-no-warnings.
10023         * emulation/edt.el (edt-last-copied-word): Add defvar.
10024         (zmacs-region-stays): Likewise.
10025         (edt-mark-section-wisely): Use c-mark-function for C.
10026         Use makr-defun for Fortran.
10027         (time-string): defvar deleted.
10028         (edt-display-the-time): Don't set time-string.
10030         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
10032         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
10033         Don't warn when name is not constant
10034         or for defining the group `emacs'.
10036         * tooltip.el (gud-tooltip-mode): Add defvar.
10038         * startup.el (default-frame-background-mode): Add defvar.
10040         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
10042         * info.el (tool-bar-map): Add defvar.
10044         * dired.el (dnd-protocol-alist): Add defvar.
10046         * dired-aux.el (dired-query): Display question with answer, when
10047         the user answers.
10049         * custom.el (custom-add-option): Doc fix.
10051         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
10053 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
10055         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
10056         bogus name from the last change.
10058 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
10060         * custom.el (custom-declare-variable): Fix typos in comment.
10061         (custom-known-themes): Doc fix.
10062         (custom-theme-directory): New defcustom.
10063         (require-theme): Make it check `custom-theme-directory'.
10065         * cus-theme.el (custom-new-theme-mode): New function.
10066         (custom-theme-name, custom-theme-variables, custom-theme-faces)
10067         (custom-theme-description): Add compiler defvars.
10068         (customize-create-theme): Add doc to the "*New Custom Theme*"
10069         buffer.  Use `custom-new-theme-mode'.
10070         (custom-theme-write): Put the created buffer in emacs-lisp-mode
10071         and save it to the `custom-theme-directory'.  Make this the
10072         default directory of the buffer.
10074 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
10076         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
10077         Fix unbalanced parentheses.
10079 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10081         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
10082         into flymake-mode and delegate to flymake-mode.
10084         * find-file.el (ff-which-function-are-we-in): Clean up.
10086 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
10088         * replace.el (occur-rename-buffer): Fix docstring.
10090         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
10091         (edt-last-copied-word, edt-learn-macro-count)
10092         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
10093         (edt-rect-start-point, edt-user-global-map, rect-start-point)
10094         (time-string, zmacs-region-stays):
10095         * emulation/edt-mapper.el (edt-save-function-key-map)
10096         (EDT-key-name): `defvar' to silence the byte-compiler.
10098 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
10100         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
10101         font-lock-regexp-backslash.  Doc fix.
10102         (font-lock-regexp-backslash-grouping-construct): Rename from
10103         font-lock-regexp-backslash-construct.  Doc fix.
10104         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
10105         grouping constructs.
10107 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
10109         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
10110         updating all the prerequisites.
10112 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
10114         * textmodes/org.el (org-agenda-start-on-weekday)
10115         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
10116         (org-agenda-use-time-grid, org-archive-location)
10117         (org-allow-space-in-links, org-usenet-links-prefer-google)
10118         (org-enable-table-editor, org-export-default-language)
10119         (org-export-html-show-new-buffer, org-fill-paragraph)
10120         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
10121         (org-goto-quit, org-occur, org-eval-in-calendar)
10122         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
10123         (org-agenda-diary-entry, org-remember-help)
10124         (org-table-convert-region, org-at-table-p)
10125         (org-table-move-row-down, org-table-move-row-up)
10126         (org-table-copy-region, org-table-toggle-vline-visibility)
10127         (org-table-get-stored-formulas, org-table-get-specials)
10128         (org-recalc-commands, org-table-eval-formula)
10129         (org-table-formula-substitute-names, orgtbl-make-binding)
10130         (org-format-org-table-html, org-format-table-table-html)
10131         (org-format-table-table-html-using-table-generate-source)
10132         (org-customize): Fix typos in docstrings.
10133         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
10134         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
10135         (org-back-to-heading): Doc fixes.
10136         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
10137         (org-agenda-change-all-lines, org-get-header):
10138         Improve argument/docstring consistency.
10139         (orgtbl-error): Fix error message.
10141         * progmodes/flymake.el (flymake-find-possible-master-files)
10142         (flymake-master-file-compare, flymake-get-line-err-count)
10143         (flymake-highlight-line, flymake-gui-warnings-enabled):
10144         Fix typos in docstrings.
10145         (flymake-parse-line, flymake-get-project-include-dirs-function)
10146         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
10147         Doc fixes.
10148         (flymake-get-project-include-dirs-function)
10149         (flymake-make-err-menu-data):
10150         Improve argument/docstring consistency.
10152 2005-07-01  Lute Kamstra  <lute@gnu.org>
10154         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
10155         Catch errors with ignore-errors.  Use temporary buffer.
10156         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
10158         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
10159         background color faces.
10160         (facemenu-set-foreground, facemenu-set-background):
10161         Use facemenu-set-face-from-menu.
10162         (facemenu-set-face-from-menu): Treat face names that start with
10163         "fg:" or "bg:" as special.
10164         (facemenu-add-new-color): Don't create faces.  Simplify.
10166 2005-06-30  Richard M. Stallman  <rms@gnu.org>
10168         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
10169         (crm-find-current-element): Likewise.
10171 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
10173         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
10175 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10177         * arc-mode.el (archive-extract): Make it work as a mouse binding.
10178         (archive-mouse-extract): Make it an obsolete alias.
10179         (archive-mode-map): Don't use archive-mouse-extract any more.
10180         (archive-mode, archive-extract): write-contents-hooks ->
10181         write-contents-functions.
10182         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
10183         first arg.
10184         (archive-rename-entry): Update the call.
10185         (archive-zip-summarize): Remove unused var `method'.
10186         (archive-lzh-summarize): Remove unused var `creator'.
10188         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
10189         dedicated frame upon exit.
10191         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
10192         (archive-zip-extract, archive-zip-expunge)
10193         (archive-zip-update, archive-zip-update-case): Use executable-find.
10194         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
10195         Use restore-buffer-modified-p.
10196         (archive-extract, archive-add-new-member, archive-write-file-member):
10197         Use with-current-buffer.
10198         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
10200 2005-06-30  Andreas Schwab  <schwab@suse.de>
10202         * progmodes/gud.el (gud-filter): Remove unneeded progn.
10204 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
10206         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
10208 2005-06-30  Juri Linkov  <juri@jurta.org>
10210         * faces.el (vertical-border): Inherit from mode-line-inactive
10211         only on tty.
10213 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
10215         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
10216         example, -NLINES in the `occur' docstring).
10218         * replace.el (occur-1): When no matches are found, do not set the
10219         `buffer-read-only' and modified flags for the occur buffer,
10220         because it is deleted.
10222         * emulation/cua-base.el (cua-check-pending-input)
10223         (cua-repeat-replace-region, cua-mode, cua-debug)
10224         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
10225         Fix typos in docstrings.
10227         * emulation/cua-gmrk.el (cua-toggle-global-mark)
10228         (cua-cut-region-to-global-mark)
10229         (cua--cut-rectangle-to-global-mark):
10230         Remove period from end of messages.
10232         * emulation/cua-rect.el (cua-do-rectangle-padding):
10233         Remove period from end of messages.
10234         (cua--rectangle-seq-format): Fix typo in docstring.
10235         (cua-sequence-rectangle, cua-fill-char-rectangle):
10236         Improve argument/docstring consistency.
10238 2005-06-29  Juri Linkov  <juri@jurta.org>
10240         * faces.el (default-frame-background-mode): New internal variable.
10241         (frame-set-background-mode): Use it.
10243         * startup.el (normal-top-level): Set default-frame-background-mode
10244         instead of frame-background-mode.  Before setting it, test for its
10245         nil value.  Remove tests for frame-background-mode and frame
10246         parameter `reverse'.  Add test for "unspecified-fg".
10248         * term/xterm.el (xterm-rxvt-set-background-mode):
10249         * term/rxvt.el (rxvt-set-background-mode):
10250         Set default-frame-background-mode instead of frame-background-mode.
10252 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
10254         * simple.el (set-variable): Warn about obsolete user variables.
10256         * imenu.el (imenu--completion-buffer):
10257         * mouse.el (mouse-buffer-menu-alist):
10258         * msb.el (msb-invisible-buffer-p):
10259         * calendar/diary-lib.el (diary-header-line-format):
10260         * emacs-lisp/pp.el (pp-buffer):
10261         * progmodes/cperl-mode.el (cperl-do-auto-fill):
10262         * textmodes/picture.el (picture-replace-match):
10263         Change space constants followed by a sexp to "?\s ".
10265         * play/decipher.el (decipher-loop-with-breaks):
10266         * textmodes/texinfo.el (texinfo-insert-@item): Change space
10267         constants "protected" from end of line by a comment to "?\s".
10269 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10271         * font-lock.el (save-buffer-state): Use `declare'.
10273         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
10274         reset the syntax-table to cperl-mode-syntax-table.
10275         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
10276         "foo_print_bar" is not matched as a reserved keyword.
10278 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
10280         * textmodes/org.el (orgtbl-setup): New function, for delayed
10281         setup for the orgtbl commands.
10282         (org-calc-default-modes): New option.
10283         (orgtbl-make-binding): Use `defun' to get better help display.
10284         (org-diary): Call `org-compile-prefix-format'.
10285         (org-table-formula-substitute-names): New function.
10286         (org-agenda-day-view, org-agenda-week-view): New commands.
10287         (org-agenda-toggle-week-view): Command removed.
10288         (org-tbl-menu): Split off from org-org-menu.
10289         (org-mode): Move removal of outline-mode menus to here.
10290         (org-table-formula-debug): New option.
10291         (org-table-insert-row): Keep first field if just "#" or "*".
10292         (org-mode): Paragraph regexps fixed.
10293         (org-table-recalculate-regexp): New constant.
10294         (org-table-justify-field-maybe): Avoid replace if not necessary.
10295         (org-copy-special, org-cut-special): Use `call-interactively'.
10296         (org-table-copy-region): Take region from `interactive' call.
10297         (org-trim): Return string even if no match.
10298         (org-formula): New face.
10299         (org-set-font-lock-defaults): No longer highlight "FIXME".
10300         But highlight formula-related fields in table.
10301         (org-table-p): Use regexp, not fontification.
10302         (org-table-align): Handle white space at end of line.
10303         (org-table-formula-evaluate-inline): New option.
10304         (org-mode): Auto-wrapping in comment lines turned off.
10305         (org-table-copy-down): Evaluate only in copied field, not in
10306         destination.
10307         (org-table-current-formula): Variable removed.
10308         (org-table-store-formulas, org-table-get-stored-formulas)
10309         (org-table-modify-formulas, org-table-replace-in-formulas)
10310         (org-table-maybe-eval-formula): New functions.
10311         (org-table-get-formula): Modify to use stored formulas.
10312         (org-table-insert-column, org-table-delete-column)
10313         (org-table-move-column): Call `org-table-modify-formulas'.
10314         (org-complete): Add completion for keyword formulas.
10315         (orgtbl-mode): Pull orgtbl-mode-map to start of
10316         minor-mode-map-alist.
10318 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10320         * progmodes/python.el (python-check): Require `compile' before
10321         modifying its variables.
10323         * newcomment.el (comment-indent-default): Don't get fooled by an early
10324         end of buffer.
10326 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10328         * ps-print.el (ps-print-version): Fix version number.
10330 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
10332         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
10334 2005-06-28  Richard M. Stallman  <rms@gnu.org>
10336         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
10337         (flyspell-local-mouse-map): Declaration deleted.
10338         (flyspell-mouse-map): Bind only mouse-2.
10339         (flyspell-mode-map): Don't test flyspell-use-local-map.
10340         (flyspell-overlay-keymap-property-name): Var deleted.
10341         (flyspell-mode-on): Don't make local bindings for
10342         flyspell-mouse-map and flyspell-mode-map.
10343         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
10345         * textmodes/ispell.el (ispell-word): Do not ignore short words.
10347         * progmodes/compile.el (compilation-next-error-function):
10348         Don't switch buffers; operate on the current buffer.
10350         * progmodes/compile.el (compilation-error-file-name)
10351         (compilation-warning-file-name, compilation-info-file-name)
10352         (compilation-line-number, compilation-column-number): New faces.
10353         (compilation-error-face, compilation-warning-face)
10354         (compilation-info-face, compilation-line-face)
10355         (compilation-column-face): Use them.
10357         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
10359         * comint.el (comint-password-prompt-regexp): Accept ", try again".
10361         * bindings.el (global-map): Bind insertchar and its variants.
10363 2005-06-27  Richard M. Stallman  <rms@gnu.org>
10365         * textmodes/artist.el (artist-text-overwrite)
10366         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
10368 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10370         * ps-print.el: It was not working the page selection for printing.
10371         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
10372         (ps-print-version): New version 6.6.7.
10373         (ps-end-sheet): New fun.
10374         (ps-header-sheet, ps-end-job): Call it.
10376 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
10378         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
10380 2005-06-27  Lute Kamstra  <lute@gnu.org>
10382         * facemenu.el (facemenu-unlisted-faces): Add foreground and
10383         background color faces.
10384         (facemenu-get-face): Delete function.
10385         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
10386         (facemenu-add-new-color): Make second argument mandatory.
10387         Create the appropriate face and return it.  Simplify.
10388         (facemenu-set-foreground, facemenu-set-background): Don't check if
10389         color is defined.  Use return value of facemenu-add-new-color.
10391 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
10393         * progmodes/gud.el (gud-filter): Add missing argument to
10394         with-selected-window.
10396 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10398         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
10399         a :require to the defcustom.
10401         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
10402         defcustoms corresponding to minor modes.
10404 2005-06-26  David Ponce  <david@dponce.com>
10406         * recentf.el: Require tree-widget instead of wid-edit.
10407         (recentf-filename-handler): Fix widget :type.
10408         (recentf-cancel-dialog, recentf-open-more-files)
10409         (recentf-open-files-action): Doc fix.
10410         (recentf-dialog-goto-first): New function.
10411         (recentf-dialog-mode-map): Set parent keymap first.
10412         (recentf-dialog-mode): Define with define-derived-mode.
10413         Don't display continuation lines in dialogs.
10414         (recentf-edit-list): Rename from recentf-edit-selected-items.
10415         (recentf-edit-list-select): Rename from recentf-edit-list-action.
10416         Simplify.
10417         (recentf-edit-list-validate): New function.
10418         (recentf-edit-list): Update accordingly.
10419         (recentf-open-files-item-shift): Remove.
10420         (recentf-open-files-item): Convert menu elements into tree and
10421         link widgets.  Don't create the widgets.
10422         (recentf-open-files): Update accordingly.
10423         (recentf-save-list): Untabify.
10425 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
10427         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
10428         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
10429         partially contained in the active region.  Do not take active
10430         region into account when called from Lisp, unless INTERACTIVE arg
10431         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
10432         avoid trouble with fields.  Make marker point nowhere when no
10433         longer used.  Always return nil.  Doc fix.
10434         (flush-lines): Add INTERACTIVE arg.  Do not take active region
10435         into account when called from Lisp, unless INTERACTIVE arg is
10436         non-nil.  Use `forward-line' instead of `beginning-of-line' to
10437         avoid trouble with fields.  Make marker point nowhere when no
10438         longer used.  Always return nil.  Doc fix.
10439         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
10440         interchangeable.  Do not take active region into account when
10441         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
10442         message in echo area when called from Lisp, unless INTERACTIVE arg
10443         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
10444         Return the number of matches.  Doc fix.
10445         (occur): Doc fix.
10446         (perform-replace): Make comment follow double space convention for
10447         the sake of `outline-minor-mode'.
10449         * faces.el (facep): Doc fix.
10451 2005-06-25  Richard M. Stallman  <rms@gnu.org>
10453         * facemenu.el (facemenu-enable-faces-p): New function.
10454         (facemenu-background-menu, facemenu-foreground-menu)
10455         (facemenu-face-menu): Add menu-enable property.
10457         * jka-compr.el (jka-compr-insert-file-contents):
10458         Special handling if cannot find the uncompression program.
10460         * cus-face.el (custom-face-attributes): Add autoload.
10462         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10463         Bind comment-indent-function locally.
10465         * window.el (save-selected-window): Use save-current-buffer.
10467         * subr.el (with-selected-window): Use save-current-buffer.
10469         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
10470         and with-current-buffer.
10472 2005-06-24  Richard M. Stallman  <rms@gnu.org>
10474         * simple.el (line-move-1): Fix previous change.
10476 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10478         * replace.el (occur-1): Set `buffer-read-only' and the
10479         buffer-modified flag before running `occur-hook' to protect
10480         against unintentional buffer switches that can lead to data loss.
10482 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
10484         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
10485         (gud-gdb-marker-filter): Use font-lock-warning-face for any
10486         initial error.
10488         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
10489         after fresh input.
10490         (gdb-var-create-handler): Put name of expression in quotes.
10492 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
10494         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
10495         elements of RING in order, and without bogus nil elements.
10497 2005-06-23  Richard M. Stallman  <rms@gnu.org>
10499         * simple.el (set-variable): Args renamed; doc fix.
10500         (line-move-1): When there are overlays around, use vertical-motion.
10502         * faces.el (escape-glyph): Use brown against light background.
10503         (nobreak-space): Rename from no-break-space.
10504         Fix previous change.
10506         * dired-aux.el (dired-do-copy): Fix arg prompt.
10508         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
10510 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
10512         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
10513         rather than "Distributor".
10515 2005-06-23  Lute Kamstra  <lute@gnu.org>
10517         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
10518         (debug-on-entry): Use it.  New interactive declaration that uses
10519         function-called-at-point.
10521 2005-06-23  Kim F. Storm  <storm@cua.dk>
10523         * subr.el (save-match-data): Add comment about using evaporate arg
10524         to set-match-data.
10526 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
10528         * cus-edit.el (customize-face)
10529         (customize-face-other-window): Handle face aliases.
10531         * faces.el (face-documentation, set-face-attribute)
10532         (face-spec-set): Handle face aliases.
10534 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
10536         * help-mode.el (help-make-xrefs): If a symbol representing a face
10537         name is not followed by the word "face", it could still be a
10538         function or variable name, so don't bypass other checks.
10540 2005-06-22  Juri Linkov  <juri@jurta.org>
10542         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
10543         Replace aliased functions with calls where second arg `inherit' is t.
10545 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
10547         * progmodes/gdb-ui.el (gdb-error): New variable.
10548         (gdb-error): New function.
10549         (gdb-annotation-rules): Act on error-begin and error annotations.
10550         (gdb-concat-output): Use font-lock-warning-face for errors.
10552 2005-06-22  Miles Bader  <miles@gnu.org>
10554         * bindings.el (propertized-buffer-identification): Use renamed
10555         `Buffer-menu-buffer' face.
10557         * faces.el (vertical-border): Rename from `vertical-divider'.
10558         (escape-glyph): Change dark-background color back to `cyan'.
10560 2005-06-21  Juri Linkov  <juri@jurta.org>
10562         * faces.el (face-user-default-spec): Try getting `customized-face'
10563         prior to `saved-face'.
10564         (frame-background-mode): Refill docstring.
10566         * emacs-lisp/lisp-mode.el (eval-defun-1):
10567         * emacs-lisp/edebug.el (edebug-eval-defun):
10568         Set `saved-face' temporarily to nil before calling form.
10569         Set `customized-face' to the new spec after that.
10571 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10573         * subr.el (1value, lambda, key-substitution-in-progress):
10574         Doc fixes.
10576         * autoinsert.el (auto-insert-alist):
10577         * ses.el (ses-call-printer):
10578         * subr.el (noreturn):
10579         * emacs-lisp/lisp.el (check-parens):
10580         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
10581         * net/browse-url.el (browse-url-mosaic):
10582         * progmodes/cc-defs.el (c-safe-scan-lists):
10583         * progmodes/ebnf-abn.el (ebnf-abn-lex):
10584         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
10585         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
10586         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
10587         * progmodes/ebnf-iso.el (ebnf-iso-lex):
10588         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
10590 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10592         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
10594 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
10596         * calendar/appt.el (appt-make-list): Activate the package, if
10597         not already active (for backwards compatibility).
10599 2005-06-20  Kim F. Storm  <storm@cua.dk>
10601         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
10603 2005-06-20  Miles Bader  <miles@gnu.org>
10605         * faces.el (vertical-divider): New face.
10607 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
10609         * simple.el (kill-whole-line): Doc fix.
10610         (next-error-buffer-p, next-error-find-buffer)
10611         (clone-indirect-buffer): Fix typos in docstrings.
10612         (comment-line-break-function): Doc fix: don't say variable
10613         is automatically buffer-local (it isn't).
10615 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
10617         * net/tramp-ftp.el (top):
10618         * net/tramp-smb.el (top):
10619         * net/tramp-util.el (top):
10620         * net/tramp-uu.el (top):
10621         * net/tramp-vc.el (top):
10622         * net/tramp.el (top): Revert copyright years back to original
10623         ones.  Tramp has a life outside GNU Emacs.
10625 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
10627         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
10629 2005-06-18  Juri Linkov  <juri@jurta.org>
10631         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
10632         end of first regexp to limit the match to the position between
10633         line number and source line with same separator character as used
10634         between file name and line number.  In the second regexp limit
10635         mouse-face area to file name and line number by adding new group
10636         for them and referring it in HYPERLINK arg.
10637         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
10638         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
10639         previous line where grep markers may be already removed.
10641 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
10643         * progmodes/ps-mode.el: Update version and maintainer's email address.
10645 2005-06-18  Steve Youngs  <steve@xemacs.org>
10647         * net/browse-url.el (browse-url-browser-function)
10648         (browse-url-default-browser): Add firefox.
10649         (browse-url-firefox-program, browse-url-firefox-arguments)
10650         (browse-url-firefox-startup-arguments)
10651         (browse-url-firefox-new-window-is-tab): New defcustoms.
10652         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
10654 2005-06-17  Richard M. Stallman  <rms@gnu.org>
10656         * startup.el (command-line): Warn if specified user name has
10657         no home directory.
10659         * term.el (term-get-old-input, term-input-filter, term-input-sender)
10660         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
10662         * longlines.el (longlines-mode, longlines-show-hard-newlines):
10663         Doc fixes.
10665         * faces.el (underline): Try bold if terminal doesn't support underline.
10667         * mail/sendmail.el (mail-setup-with-from): New variable.
10668         (mail-insert-from-field): New function.
10669         (sendmail-send-it): Call it.
10670         (mail-setup): Optionally call it here.
10672         * term/linux.el: Call tty-no-underline.
10674 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
10676         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
10678 2005-06-17  Miles Bader  <miles@gnu.org>
10680         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
10681         (ediff-current-diff-C, ediff-current-diff-Ancestor)
10682         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
10683         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
10684         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
10685         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
10686         Remove "-face" suffix from face names.
10687         (ediff-current-diff-face-A, ediff-current-diff-face-B)
10688         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
10689         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10690         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10691         (ediff-even-diff-face-A, ediff-even-diff-face-B)
10692         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10693         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10694         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10695         New backward-compatibility aliases for renamed faces.
10696         (ediff-current-diff-face-A, ediff-current-diff-face-B)
10697         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
10698         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10699         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10700         (ediff-even-diff-face-A, ediff-even-diff-face-B)
10701         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10702         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10703         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10704         Use renamed ediff faces.
10706         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
10707         Remove "-face" suffix from face names.
10708         (eshell-test-ok-face, eshell-test-failed-face):
10709         New backward-compatibility aliases for renamed faces.
10710         (eshell-run-test): Use renamed eshell-test faces.
10712         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
10713         face name.
10714         (eshell-prompt-face): New backward-compatibility alias for renamed
10715         face.
10716         (eshell-emit-prompt): Use renamed eshell-prompt face.
10718         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
10719         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
10720         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
10721         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
10722         Remove "-face" suffix from face names.
10723         (eshell-ls-directory-face, eshell-ls-symlink-face)
10724         (eshell-ls-executable-face, eshell-ls-readonly-face)
10725         (eshell-ls-unreadable-face, eshell-ls-special-face)
10726         (eshell-ls-missing-face, eshell-ls-archive-face)
10727         (eshell-ls-backup-face, eshell-ls-product-face)
10728         (eshell-ls-clutter-face):
10729         New backward-compatibility aliases for renamed faces.
10730         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
10732         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
10733         Remove "-face" suffix from face name.
10734         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
10735         instead of literal face.
10737 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
10739         * emacs-lisp/warnings.el (display-warning, lwarn)
10740         (warning-minimum-log-level): Doc fixes.
10741         (warning-minimum-level, warning-minimum-log-level):
10742         Add :debug to :type choices.
10744         * progmodes/ada-mode.el (ada-format-paramlist)
10745         (ada-get-indent-case, ada-check-matching-start)
10746         (ada-check-defun-name, ada-goto-matching-decl-start)
10747         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
10748         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
10749         (ada-make-subprogram-body): Follow error conventions.
10750         (ada-case-exception-file, ada-indent-comment-as-code)
10751         (ada-indent-handle-comment-special, ada-indent-renames)
10752         (ada-indent-return, ada-search-directories-internal)
10753         (ada-tab-policy, ada-case-exception-substring)
10754         (ada-other-file-alist, ada-matching-start-re)
10755         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
10756         (ada-imenu-generic-expression, ada-compile-goto-error)
10757         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
10758         (ada-popup-menu, ada-add-extensions, ada-mode)
10759         (ada-region-selected, ada-create-case-exception)
10760         (ada-create-case-exception-substring, ada-after-keyword-p)
10761         (ada-activate-keys-for-case, ada-adjust-case-region)
10762         (ada-adjust-case-buffer, ada-format-paramlist)
10763         (ada-scan-paramlist, ada-insert-paramlist)
10764         (ada-indent-newline-indent)
10765         (ada-indent-newline-indent-conditional)
10766         (ada-justified-indent-current, ada-goto-previous-word)
10767         (ada-indent-current, ada-get-indent-open-paren)
10768         (ada-get-indent-paramlist, ada-get-indent-end)
10769         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
10770         (ada-get-indent-block-start, ada-get-indent-subprog)
10771         (ada-get-indent-noindent, ada-get-indent-label)
10772         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
10773         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
10774         (ada-goto-stmt-end, ada-goto-next-word)
10775         (ada-check-matching-start, ada-check-defun-name)
10776         (ada-goto-matching-decl-start, ada-goto-matching-start)
10777         (ada-goto-matching-end, ada-search-ignore-string-comment)
10778         (ada-in-decl-p, ada-looking-at-semi-or)
10779         (ada-looking-at-semi-private, ada-in-paramlist-p)
10780         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
10781         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
10782         (ada-next-procedure, ada-previous-procedure, ada-next-package)
10783         (ada-previous-package, ada-create-menu)
10784         (ada-fill-comment-paragraph-justify)
10785         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
10786         (ada-other-file-name, ada-last-which-function-line)
10787         (ada-last-which-function-subprog, ada-which-function)
10788         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
10789         (ada-gen-treat-proc, ada-check-emacs-version)
10790         (ada-continuation-indent, ada-align-region-separate):
10791         Fix typos in docstrings.
10792         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
10794 2005-06-16  Lute Kamstra  <lute@gnu.org>
10796         * simple.el (fundamental-mode): Run after-change-major-mode-hook
10797         conditionally.
10799 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10801         * comint.el (comint-replace-by-expanded-filename)
10802         (comint-prompt-regexp, comint-delimiter-argument-list)
10803         (comint-preinput-scroll-to-bottom):
10804         * info.el (Info-hide-cookies-node):
10805         * ls-lisp.el (ls-lisp-classify):
10806         * find-file.el (ff-search-directories, ff-special-constructs)
10807         (ff-find-other-file):
10808         * font-lock.el (font-lock-keywords):
10809         * shell.el (shell-prompt-pattern)
10810         (shell-dynamic-complete-functions, shell-mode)
10811         (shell-delimiter-argument-list):
10812         * term.el (term-replace-by-expanded-filename)
10813         (term-prompt-regexp, term-delimiter-argument-list):
10814         * woman.el (woman-ignore, woman0-if):
10815         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
10816         * emacs-lisp/elint.el (elint-init-env):
10817         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
10818         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
10819         * language/ethio-util.el (ethio-tilde-escape)
10820         (ethio-use-three-dot-question):
10821         * net/zone-mode.el (zone-mode-load-time-setup):
10822         * progmodes/cc-align.el (c-lineup-argcont):
10823         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
10824         * progmodes/cperl-mode.el (cperl-set-style-back):
10825         * progmodes/inf-lisp.el (inferior-lisp-prompt):
10826         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
10827         Fix spellings in docstrings.
10829         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
10830         * progmodes/modula2.el (m2-for): Fix spellings.
10832         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
10834         * simple.el (undo-more): Don't use `format' on `error' arguments.
10835         Improve argument/docstring consistency.
10836         (pending-undo-list): Doc fix.
10838         * smerge-mode.el (smerge-ensure-match):
10839         * emulation/vip.el (vip-ex):
10840         * net/zone-mode.el (zone-mode-update-serial):
10841         * progmodes/idlwave.el (idlwave-complete):
10842         * progmodes/vhdl-mode.el (vhdl-visit-file)
10843         (vhdl-compose-wire-components):
10844         Don't use `format' on `error' arguments.
10846         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
10847         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
10848         (tooltip-help-tips): Fix typos in docstrings.
10850 2005-06-16  David Ponce  <david@dponce.com>
10852         * tree-widget.el (tree-widget-value-create): Simplify last change.
10854 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
10856         * ido.el (ido-incomplete-regexp): New variable.
10857         (ido-set-matches-1): Handle invalid-regexp error and set
10858         ido-incomplete-regexp.
10859         (ido-incomplete-regexp): New face.
10860         (ido-completions): Use it.
10861         (ido-complete, ido-exit-minibuffer, ido-completions):
10862         Handle incomplete regexps.
10863         (ido-completions): Add check for complete match when entering a regexp.
10865 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10867         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
10869 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10871         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
10872         by field delimiters.
10874 2005-06-15  David Ponce  <david@dponce.com>
10876         * tree-widget.el: eval-and-compile inlined functions so they will
10877         be available at run-time too.
10878         (tree-widget-super-format-handler)
10879         (tree-widget-format-handler): Remove.
10880         (tree-widget-value-create): Handle the :indent property.
10882 2005-06-15  Miles Bader  <miles@gnu.org>
10884         * progmodes/which-func.el (which-func): Only inherit
10885         `font-lock-function-name-face' when that makes sense against the
10886         default mode-line face, otherwise set the face color explicitly.
10888         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
10889         faces instead of (non-existent) variables.
10891 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10893         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
10894         (iswitchb-get-matched-buffers): Likewise.  Simplify.
10896 2005-06-14  Miles Bader  <miles@gnu.org>
10898         * progmodes/ld-script.el (ld-script-location-counter):
10899         Remove "-face" suffix from face name.
10900         (ld-script-location-counter-face):
10901         New backward-compatibility alias for renamed face.
10902         (ld-script-location-counter-face): Use renamed face.
10904         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
10905         (cperl-hash): Remove "-face" suffix from face names.
10906         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
10907         New backward-compatibility aliases for renamed faces.
10908         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
10909         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
10911         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
10912         name.
10913         (which-func-face): New backward-compatibility alias for renamed face.
10914         (which-func-format): Use renamed which-func face.
10916         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
10917         (vhdl-function, vhdl-directive, vhdl-reserved-word)
10918         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
10919         names.
10920         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
10921         (vhdl-speedbar-configuration, vhdl-speedbar-package)
10922         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
10923         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
10924         (vhdl-speedbar-architecture-selected)
10925         (vhdl-speedbar-configuration-selected)
10926         (vhdl-speedbar-package-selected)
10927         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
10928         names.
10929         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
10930         Use renamed faces.
10931         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
10932         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
10933         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
10934         Use renamed faces.
10935         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
10936         names.
10937         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
10938         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
10939         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
10940         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
10941         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
10942         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
10944         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
10945         face name.
10946         (sh-heredoc-face): New backward-compatibility alias for renamed face.
10947         (sh-heredoc-face): Use renamed sh-heredoc face.
10949         * progmodes/idlw-help.el (idlwave-help-link):
10950         Remove "-face" suffix from face name.
10951         (idlwave-help-link-face):
10952         New backward-compatibility alias for renamed face.
10953         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
10955         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
10956         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
10957         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
10958         New backward-compatibility aliases for renamed faces.
10959         (idlwave-shell-disabled-breakpoint-face)
10960         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
10962         * progmodes/flymake.el (flymake-errline, flymake-warnline):
10963         Remove "-face" suffix from face names.
10964         (flymake-errline-face, flymake-warnline-face):
10965         New backward-compatibility aliases for renamed faces.
10966         (flymake-highlight-line): Use renamed flymake faces.
10968         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
10969         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
10970         (ebrowse-member-class, ebrowse-progress):
10971         Remove "-face" suffix from face names.
10972         (ebrowse-tree-mark-face, ebrowse-root-class-face)
10973         (ebrowse-file-name-face, ebrowse-default-face)
10974         (ebrowse-member-attribute-face, ebrowse-member-class-face)
10975         (ebrowse-progress-face):
10976         New backward-compatibility aliases for renamed faces.
10977         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
10978         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
10979         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
10980         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
10982         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
10983         antlr-syntax)
10984         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
10985         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
10986         names.
10987         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
10988         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
10989         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
10990         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
10991         backward-compatibility aliases for renamed faces.
10992         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
10993         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
10994         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
10995         remove "font-lock-".  Use renamed antlr-mode faces.
10996         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
10997         literal face-names with face variable references.
10999         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
11000         face name.
11001         (Buffer-menu-buffer-face): New backward-compatibility alias for
11002         renamed face.
11003         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
11005 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
11007         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
11008         Eliminate "-face" suffix.
11009         (makefile-targets): Inherit from font-lock-function-name-face and
11010         eliminate "-face" suffix.
11011         (makefile-shell): Remove attributes and eliminate "-face" suffix.
11012         (makefile-*-font-lock-keywords): Append makefile-targets in rule
11013         actions, instead of prepending, to make it less visible.
11014         (makefile-previous-dependency, makefile-match-dependency):
11015         Don't match a target on a continuation line.
11017         * files.el (auto-mode-alist): Put Makefile in gmake mode.
11019 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
11021         * progmodes/gdb-ui.el (menu): Re-order menu items.
11022         (gdb-tooltip-print): Respect tooltip-use-echo-area.
11024         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
11025         Define in tooltip.el.
11026         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
11027         (gud-tooltip-tips): Respect tooltip-use-echo-area and
11028         gud-tooltip-echo-area.
11030         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
11031         backward compatibility and make obsolete.
11032         (tooltip-help-tips): Use tooltip-use-echo-area.
11033         (tooltip-show-help-function): Rename to...
11034         (tooltip-show-help): ...this, because it is a function.
11035         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
11037 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
11039         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
11040         (edebug-print-length, edebug-print-level, edebug-print-circle)
11041         (edebug-modify-breakpoint, edebug-eval-last-sexp)
11042         (edebug-eval-print-last-sexp): Doc fixes.
11044 2005-06-14  Kim F. Storm  <storm@cua.dk>
11046         * ido.el (ido-mode): Make a new keymap every time we enable ido,
11047         as the coverage buffer/file/both may change.
11049 2005-06-14  Lute Kamstra  <lute@gnu.org>
11051         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
11052         and run-mode-hooks.  Simplify.
11054         * mail/rmailedit.el (rmail-edit-mode):
11055         * progmodes/octave-inf.el (inferior-octave-mode):
11056         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
11058         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
11059         and run-mode-hooks.
11060         (recentf-edit-list, recentf-open-files): Don't call
11061         kill-all-local-variables directly.
11063         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
11065 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11067         * emacs-lisp/byte-run.el (make-obsolete)
11068         (define-obsolete-function-alias): Rename arguments FUNCTION and
11069         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
11070         (make-obsolete-variable, define-obsolete-variable-alias):
11071         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
11072         respectively.
11074         * isearchb.el (isearchb-activate):
11075         * pcvs.el (cvs-mode):
11076         * ses.el (ses-load):
11077         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
11078         * net/tramp.el (tramp-find-file-exists-command)
11079         (tramp-find-shell):
11080         * progmodes/ada-mode.el (ada-create-case-exception)
11081         (ada-create-case-exception-substring, ada-make-subprogram-body):
11082         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
11083         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
11084         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
11085         * textmodes/org.el (org-promote, org-evaluate-time-range)
11086         (org-agenda-next-date-line, org-agenda-previous-date-line)
11087         (org-agenda-error, org-open-at-point, org-table-move-row)
11088         (org-format-table-table-html-using-table-generate-source)
11089         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
11090         * textmodes/reftex.el (reftex-access-scan-info):
11091         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
11092         (reftex-toc-promote-prepare): Follow error conventions.
11094         * diff-mode.el (diff-mode): Fix typo in docstring.
11096         * forms.el (forms--intuit-from-file): Fix reference to
11097         `forms-number-of-fields' in error message.
11098         (forms-print): Fix quoting in error message.
11100         * forms.el (forms-mode):
11101         * emulation/vi.el (vi-goto-insert-state):
11102         * progmodes/flymake.el (flymake-new-err-info)
11103         (flymake-start-syntax-check-for-current-buffer)
11104         (flymake-simple-cleanup):
11105         * eshell/esh-var.el (eshell/export):
11106         * progmodes/gud.el (xdb):
11107         * textmodes/flyspell.el (flyspell-incorrect-hook)
11108         (flyspell-maybe-correct-transposition)
11109         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
11111 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
11113         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
11114         minibuffer prompt.
11116 2005-06-13  Kim F. Storm  <storm@cua.dk>
11118         * subr.el (add-to-ordered-list): New defun.
11120         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
11121         add cua--keymap-alist to emulation-mode-map-alists.
11123 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11125         * subr.el (complete-in-turn): New macro.
11126         (dynamic-completion-table, lazy-completion-table): Add debug info.
11128         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
11129         in preference to face aliases.
11131         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
11132         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
11133         Remove unused vars `start' and `firstline'.
11134         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
11135         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
11137 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
11139         * cus-start.el (all): Don't complain about missing GTK-related
11140         variables, unless either `gtk' is boundp or this isn't a
11141         `windows-nt' build.
11143 2005-06-13  Lute Kamstra  <lute@gnu.org>
11145         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
11146         run-mode-hooks.
11148         * ediff-mult.el (ediff-meta-mode):
11149         * ediff-util.el (ediff-mode): Use run-mode-hooks.
11151         * ledit.el (ledit-mode): Use delay-mode-hooks.
11153         * woman.el (woman-mode-line-format): Delete constant.
11154         (woman-mode-map): Initialize it properly.
11155         (woman-mode): Set mode-class property to special.
11156         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
11157         Set major-mode and mode-name.  Don't set mode-line-format directly.
11158         (Man-getpage-in-background): Don't reference woman-mode-line-format.
11160         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
11161         string argument obsolete.
11163 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
11165         * textmodes/org.el (org-CUA-compatible): New option.
11166         (org-disputed-keys): New variable.
11167         (org-key): New function.
11168         (orgtbl-make-binding): Add docstring to the created function.
11169         (org-mode): Set paragraph start/separate regexps.
11170         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
11171         (org-archive-location, org-archive-mark-done)
11172         (org-archive-stamp-time): New options.
11173         (org-archive-subtree): New command.
11174         (org-fill-paragraph): New function.
11175         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
11176         (org-fake-empty-table-line): Function removed.
11177         (org-format-org-table-html): Do not create empty table lines at
11178         separator lines.  Improved table header treatment.
11179         (org-link-format): New option.
11180         (org-make-link): New function.
11181         (org-insert-link, org-store-link): Use org-make-link.
11182         (org-open-file): Quote file name for shell command, to allow
11183         spaces in file names.
11184         (org-link-regexp): Fix bug with mailto link.
11185         (org-link-maybe-angles-regexp, org-protected-link-regexp):
11186         New constants.
11187         (org-export-as-html): Deal with the optional angles around a link.
11188         Better treatment of file: links.
11189         (org-open-at-point): Replace @{ and @} with < and >.
11190         (org-run-mode-hooks): Function removed.
11191         (org-agenda-mode): No longer use `org-run-mode-hooks'.
11193 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
11195         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
11196         MI command -data-list-register-values.
11197         (gdb-post-prompt): Indent properly.
11199 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
11201         * hilit-chg.el (highlight-changes-colors): Rename from
11202         `highlight-changes-colours'.
11203         (highlight-changes-colours): Keep as obsolete alias.
11204         (highlight-changes-face-list): Doc fix.
11205         (hilit-chg-make-list): Use `highlight-changes-colors'.
11207 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
11209         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
11210         defun-prompt-regexp.
11212 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
11214         * loadup.el: Don't say we are dumping under 2 names on windows-nt
11215         and cygwin.
11217         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
11218         Don't use an old loaddefs.el, as in Makefile.in.
11220 2005-06-12  Lute Kamstra  <lute@gnu.org>
11222         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
11224         * man.el (Man-mode-map): Initialize it properly.
11225         (Man-mode): Set mode-class property to special.
11227         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
11229 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
11231         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
11232         A newline is needed in the docstring there.
11234         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
11235         Doc fixes.
11237 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11239         * printing.el: Doc fix.  The menubar is no more changed when printing
11240         is loaded, it only changes when pr-menu-bind or pr-update-menus is
11241         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
11242         (pr-version): New version number (6.8.4).
11243         (pr-menu-bind): New command.
11244         (pr-update-menus): Docstring and code fix.
11245         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
11246         Docstring fix.
11247         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
11248         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
11250 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
11252         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
11253         "Returns" to "return", document useful return values, etc.
11255 2005-06-11  Alan Mackenzie  <acm@muc.de>
11257         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
11258         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
11259         (adaptive-file-function): Minor amendment to doc-string.
11261 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
11263         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
11264         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
11265         Fix :type--it is `integer', not `string'.
11267         * faces.el (modeline-highlight): Rename from (the erroneous)
11268         `modeline-higilight'.
11270 2005-06-11  Lute Kamstra  <lute@gnu.org>
11272         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
11273         lisp-interaction-mode-map but make it the parent.
11274         (edebug-eval-mode): Use define-derived-mode.
11276 2005-06-11  Andreas Schwab  <schwab@suse.de>
11278         * bindings.el: Add binding of `ESC functionkey' for every
11279         `M-functionkey'.
11280         * hexl.el (hexl-mode-map): Likewise.
11282 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
11284         * progmodes/compile.el (compilation-error-regexp-alist-alist)
11285         [msft]: update regexp for newer msft compilers.
11287 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
11289         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
11290         ATTLIST portions of included DTDs.
11291         (xml-parse-dtd): Eliminate use of inefficient match-data.
11293 2005-06-10  Miles Bader  <miles@gnu.org>
11295         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11296         (mpuz-text): Remove "-face" suffix from face names.
11297         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
11298         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
11299         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
11301         * play/gomoku.el (gomoku-O, gomoku-X):
11302         Remove "-face" suffix from face names.
11303         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
11304         New backward-compatibility aliases for renamed faces.
11305         (gomoku-font-lock-keywords): Use renamed gomoku faces.
11307 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
11309         * thumbs.el: Fixes for changes of 2005-06-09.
11310         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
11311         as a directory.
11312         (thumbs-thumbname): Remove directory separator from format string;
11313         `thumbs-thumbsdir' now returns a valid directory name.
11314         (thumbs-temp-dir): New defsubst.
11315         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
11316         Use it.
11318         * cus-edit.el (minibuffer):
11319         * files.el (make-backup-file-name-function):
11320         * filesets.el (filesets-external-viewers):
11321         * hilit-chg.el (highlight-changes-colours)
11322         (highlight-changes-face-list, highlight-changes-rotate-faces):
11323         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
11324         * kmacro.el (kmacro-call-macro):
11325         * log-edit.el (log-edit-changelog-full-paragraphs):
11326         * mouse.el (mouse-1-click-follows-link):
11327         * skeleton.el (skeleton-autowrap):
11328         * subr.el (insert-for-yank-1):
11329         * tempo.el (tempo-insert-region):
11330         * terminal.el (terminal-emulator):
11331         * time.el (display-time-mail-face):
11332         * vc.el (vc-annotate):
11333         * vcursor.el (vcursor-copy-line):
11334         * woman.el (woman-bold-headings, woman-ignore)
11335         (woman-default-faces, woman-monochrome-faces):
11336         * calendar/todo-mode.el (todo-insert-threshold):
11337         * emulation/pc-select.el (pc-select-selection-keys-only)
11338         (pc-selection-mode):
11339         * emulation/vip.el (vip-find-char-forward):
11340         * emulation/viper-cmd.el (viper-find-char-forward):
11341         * international/mule-cmds.el
11342         (select-safe-coding-system-accept-default-p)
11343         (input-method-exit-on-invalid-key):
11344         * international/mule-diag.el (describe-coding-system):
11345         * international/ucs-tables.el (unify-8859-on-encoding-mode):
11346         * net/browse-url.el (browse-url-xterm-program):
11347         * obsolete/lazy-lock.el (lazy-lock-mode):
11348         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
11349         (cperl-mode):
11350         * progmodes/cpp.el (cpp-face-light-name-list)
11351         (cpp-face-dark-name-list):
11352         * progmodes/delphi.el (delphi-newline-always-indents):
11353         Fix spellings in docstrings.
11355         * ido.el (ido-mode, ido-file-extensions-order)
11356         (ido-default-file-method, ido-default-buffer-method)
11357         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
11358         (ido-decorations, ido-read-file-name-as-directory-commands)
11359         (ido-read-file-name-non-ido, ido-work-directory-list)
11360         (ido-ignore-item-temp-list, ido-current-directory)
11361         (ido-magic-forward-char, ido-enter-find-file)
11362         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
11363         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
11365 2005-06-10  Lute Kamstra  <lute@gnu.org>
11367         * play/dunnet.el (dun-mode): Use define-derived-mode.
11368         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
11369         obsolete alias.
11371         * play/doctor.el (doctor-mode-map): Remove defvar.
11372         (doctor-mode): Use define-derived-mode.
11374         * mail/mspools.el (mspools-mode):
11375         * net/eudc-hotlist.el (eudc-hotlist-mode):
11376         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
11378 2005-06-10  Miles Bader  <miles@gnu.org>
11380         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11381         Remove "-face" suffix from face names.
11382         (flyspell-incorrect-face, flyspell-duplicate-face):
11383         New backward-compatibility aliases for renamed faces.
11384         (flyspell-mode-on, make-flyspell-overlay)
11385         (flyspell-highlight-incorrect-region)
11386         (flyspell-highlight-duplicate-region)
11387         (flyspell-display-next-corrections)
11388         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
11390         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
11391         from face name.
11392         (texinfo-heading-face): New backward-compatibility alias for
11393         renamed face.
11394         (texinfo-heading-face): Use renamed texinfo-heading face.
11396         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
11397         suffix from face names.
11398         (tex-math-face, tex-verbatim-face):
11399         New backward-compatibility aliases for renamed faces.
11400         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
11401         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
11402         literal face name.
11404         * textmodes/table.el (table-cell): Remove "-face" suffix from face
11405         name.
11406         (table-cell-face): New backward-compatibility alias for renamed face.
11407         (table--put-cell-face-property, table--update-cell-face):
11408         Use renamed table-cell face.
11410         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
11411         from face name.
11412         (sgml-namespace-face): New backward-compatibility alias for
11413         renamed face.
11414         (sgml-namespace-face): Use renamed sgml-namespace face.
11416         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
11417         (org-level-4, org-level-5, org-level-6, org-level-7)
11418         (org-level-8, org-warning, org-headline-done)
11419         (org-deadline-announce, org-scheduled-today)
11420         (org-scheduled-previously, org-link, org-done, org-table)
11421         (org-time-grid): Remove "-face" suffix from face names.
11422         (org-level-1-face, org-level-2-face, org-level-3-face)
11423         (org-level-4-face, org-level-5-face, org-level-6-face)
11424         (org-level-7-face, org-level-8-face, org-warning-face)
11425         (org-headline-done-face, org-deadline-announce-face)
11426         (org-scheduled-today-face, org-scheduled-previously-face)
11427         (org-link-face, org-done-face, org-table-face)
11428         (org-time-grid-face):
11429         New backward-compatibility aliases for renamed faces.
11430         (org-level-faces, org-set-font-lock-defaults, org-timeline)
11431         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
11432         (org-agenda-get-timestamps, org-agenda-get-scheduled)
11433         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
11435         * emulation/viper-init.el (viper-search, viper-replace-overlay)
11436         (viper-minibuffer-emacs, viper-minibuffer-insert)
11437         (viper-minibuffer-vi): Remove "-face" suffix from face names.
11438         (viper-search-face, viper-replace-overlay-face)
11439         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
11440         (viper-minibuffer-vi-face):
11441         New backward-compatibility aliases for renamed faces.
11442         (viper-search-face, viper-replace-overlay-face)
11443         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
11444         (viper-minibuffer-vi-face): Use renamed viper faces.
11446         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
11447         Remove "-face" suffix from face names.
11448         (testcover-nohits-face, testcover-1value-face):
11449         New backward-compatibility aliases for renamed faces.
11450         (testcover-mark): Use renamed testcover faces.
11452         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
11453         face name.
11454         (diary-button-face): New backward-compatibility alias for renamed face.
11455         (diary-entry): Use renamed diary-button face.
11457         * calendar/calendar.el (diary, calendar-today, holiday)
11458         (mark-visible-calendar-date): Remove "-face" suffix from face names.
11459         (diary-face, calendar-today-face, holiday-face):
11460         New backward-compatibility aliases for renamed faces.
11461         (eval-after-load "facemenu", diary-entry-marker)
11462         (calendar-today-marker, calendar-holiday-marker, diary-face):
11463         Use renamed calendar faces.
11465         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
11466         (compare-windows-face): New backward-compatibility alias for
11467         renamed face.
11468         (compare-windows-highlight): Use renamed compare-windows face.
11470         * strokes.el (strokes-char): Remove "-face" suffix from face name.
11471         (strokes-char-face): New backward-compatibility alias for renamed face.
11472         (strokes-encode-buffer): Use renamed strokes-char face.
11474         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
11475         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
11476         Remove "-face" suffix from face names.
11477         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
11478         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
11479         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
11480         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
11481         Use renamed pcvs faces.
11482         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
11483         * pcvs-defs.el (cvs-mode-map): Likewise.
11484         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
11486         * info.el (info-title-1, info-title-2, info-title-3)
11487         (info-title-4): Remove "-face" suffix from and downcase face names.
11488         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
11489         (Info-title-4-face):
11490         New backward-compatibility aliases for renamed faces.
11491         (Info-fontify-node): Use renamed info faces.
11493         * hilit-chg.el (highlight-changes, highlight-changes-delete):
11494         Remove "-face" suffix from face names.
11495         (highlight-changes-face, highlight-changes-delete-face):
11496         New backward-compatibility aliases for renamed faces.
11497         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
11498         (hilit-chg-make-list): Use renamed highlight-changes faces.
11500         * generic-x.el (show-tabs-tab, show-tabs-space):
11501         Remove "-face" suffix from face names.
11502         (show-tabs-tab-face, show-tabs-space-face):
11503         New backward-compatibility aliases for renamed faces.
11504         (show-tabs-generic-mode-font-lock-defaults-1)
11505         (show-tabs-generic-mode-font-lock-defaults-2):
11506         Use renamed show-tabs faces.
11508         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
11509         (smerge-markers): Remove "-face" suffix from face names.
11510         (smerge-mine-face, smerge-other-face, smerge-base-face)
11511         (smerge-markers-face):
11512         New backward-compatibility aliases for renamed faces.
11513         (smerge-mine-face, smerge-other-face, smerge-base-face)
11514         (smerge-markers-face): Use renamed smerge faces.
11516         * log-view.el (log-view-file, log-view-message): Remove "-face"
11517         suffix from face names.
11518         (log-view-file-face, log-view-message-face):
11519         New backward-compatibility aliases for renamed faces.
11520         (log-view-file-face, log-view-message-face): Use renamed log-view
11521         faces.
11523         * paren.el (show-paren-match, show-paren-mismatch):
11524         Remove "-face" suffix from face names.
11525         (show-paren-match-face, show-paren-mismatch-face):
11526         New backward-compatibility aliases for renamed faces.
11527         (show-paren-function): Use renamed show-paren faces.
11529         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
11530         (ruler-mode-margins, ruler-mode-fringes)
11531         (ruler-mode-column-number, ruler-mode-fill-column)
11532         (ruler-mode-comment-column, ruler-mode-goal-column)
11533         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
11534         suffix from face names.
11535         (ruler-mode-default-face, ruler-mode-pad-face)
11536         (ruler-mode-margins-face, ruler-mode-fringes-face)
11537         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
11538         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
11539         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
11540         New backward-compatibility aliases for renamed faces.
11541         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
11542         (ruler-mode-column-number, ruler-mode-fill-column)
11543         (ruler-mode-comment-column, ruler-mode-goal-column)
11544         (ruler-mode-tab-stop, ruler-mode-current-column)
11545         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
11546         faces.
11548         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
11549         face name.
11550         (whitespace-highlight-the-space): Use renamed face.
11551         (whitespace-highlight-face): New backward-compatibility alias for
11552         renamed face.
11554         * woman.el (woman-italic, woman-bold, woman-unknown)
11555         (woman-addition, woman-symbol-face):
11556         Remove "-face" suffix from face names.
11557         (woman-italic-face, woman-bold-face, woman-unknown-face)
11558         (woman-addition-face):
11559         New backward-compatibility aliases for renamed faces.
11560         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
11561         (woman-decode-region, woman-replace-match)
11562         (woman-display-extended-fonts, woman-special-characters)
11563         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
11564         Use renamed woman faces.
11566         * longlines.el (longlines-visible-face): Face removed.
11568         * diff-mode.el (diff-header, diff-file-header, diff-index)
11569         (diff-hunk-header, diff-removed, diff-added, diff-changed)
11570         (diff-function, diff-context, diff-nonexistent): Remove "-face"
11571         suffix from face names.
11572         (diff-header-face, diff-file-header-face, diff-index-face)
11573         (diff-hunk-header-face, diff-removed-face, diff-added-face)
11574         (diff-changed-face, diff-function-face, diff-context-face)
11575         (diff-nonexistent-face): New backward-compatibility aliases for
11576         renamed faces.
11577         (diff-header-face, diff-file-header-face)
11578         (diff-index, diff-index-face, diff-hunk-header)
11579         (diff-hunk-header-face, diff-removed, diff-removed-face)
11580         (diff-added, diff-added-face, diff-changed-face, diff-function)
11581         (diff-function-face, diff-context-face, diff-nonexistent)
11582         (diff-nonexistent-face): Use renamed diff-mode faces.
11584         * progmodes/compile.el (compilation-warning-face)
11585         (compilation-info-face): Remove "-face" suffix from face names.
11586         (compilation-warning-face, compilation-info-face):
11587         New backward-compatibility aliases for renamed faces.
11588         (compilation-warning-face, compilation-info-face):
11589         Use renamed compilation faces.
11591         * add-log.el (change-log-date, change-log-name)
11592         (change-log-email, change-log-file, change-log-list)
11593         (change-log-conditionals, change-log-function)
11594         (change-log-acknowledgement): Remove "-face" suffix from face names.
11595         (change-log-date-face, change-log-name-face)
11596         (change-log-email-face, change-log-file-face)
11597         (change-log-list-face, change-log-conditionals-face)
11598         (change-log-function-face, change-log-acknowledgement-face):
11599         New backward-compatibility aliases for renamed faces.
11600         (change-log-font-lock-keywords): Use renamed change-log faces.
11602         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
11603         (custom-set, custom-changed, custom-saved, custom-button)
11604         (custom-button-pressed, custom-documentation, custom-state)
11605         (custom-comment, custom-comment-tag, custom-variable-tag)
11606         (custom-variable-button, custom-face-tag, custom-group-tag-1)
11607         (custom-group-tag): Remove "-face" suffix from face names.
11608         (custom-magic-alist, custom-magic-value-create)
11609         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
11610         (custom-invalid-face, custom-rogue-face, custom-modified-face)
11611         (custom-set-face, custom-changed-face, custom-saved-face)
11612         (custom-button-face, custom-button-pressed-face)
11613         (custom-documentation-face, custom-state-face)
11614         (custom-comment-face, custom-comment-tag-face)
11615         (custom-variable-tag-face, custom-variable-button-face)
11616         (custom-face-tag-face, custom-group-tag-face-1)
11617         (custom-group-tag-face):
11618         New backward-compatibility aliases for renamed faces.
11620         * wid-edit.el (widget-documentation, widget-button)
11621         (widget-field, widget-single-line-field, widget-inactive)
11622         (widget-button-pressed): "-face" suffix removed from face names.
11623         (widget-documentation-face, widget-button-face)
11624         (widget-field-face, widget-single-line-field-face)
11625         (widget-inactive-face, widget-button-pressed-face):
11626         New backward-compatibility aliases for renamed faces.
11627         (widget-documentation-face, widget-button-face)
11628         (widget-button-pressed-face, widget-specify-field)
11629         (widget-specify-inactive): Use renamed widget faces.
11631 2005-06-10  Kenichi Handa  <handa@m17n.org>
11633         * term/x-win.el (x-clipboard-yank): Remove condition-case
11634         wrapping.
11636 2005-06-11  Kenichi Handa  <handa@m17n.org>
11638         * add-log.el (change-log-font-lock-keywords): Make the regexp for
11639         date lines stricter.
11641 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
11643         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
11644         of x-get-selection.
11646 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
11648         * comint.el (comint-mode, comint-snapshot-last-prompt):
11649         * frame.el (frame-current-scroll-bars):
11650         * term.el (term-mode, term-check-proc, term-input-sender)
11651         (term-simple-send, term-extract-string, term-word)
11652         (term-match-partial-filename):
11653         * window.el (window-current-scroll-bars):
11654         * emulation/cua-base.el (cua-normal-cursor-color)
11655         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
11656         (cua-global-mark-cursor-color):
11657         * mail/undigest.el (rmail-forward-separator-regex):
11658         Fix typos in docstrings.
11660         * comint.el (comint-check-proc, make-comint-in-buffer)
11661         (comint-source-default): Doc fixes.
11663         * term.el (term-send-string): Improve argument/docstring consistency.
11665 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
11667         * comint.el (comint-send-input): Bind `inhibit-read-only' around
11668         call to `delete-region'.
11669         (comint-mode-hook): Do not enable Font Lock by default.
11671 2005-06-09  Lute Kamstra  <lute@gnu.org>
11673         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
11674         could be void.
11676 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11678         * emacs-lisp/debug.el (debugger-will-be-back): New var.
11679         (debug): Use it.
11680         (debugger-step-through, debugger-continue, debugger-jump)
11681         (debugger-return-value): Set it when needed.
11682         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
11683         Use inhibit-read-only.
11685 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
11687         * window.el (shrink-window-if-larger-than-buffer)
11688         (window-size-fixed): Fix typo in docstring.
11690         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
11691         thumbnails directory on loading.
11692         (thumbs-conversion-program): Use `eq' to check the system type,
11693         not `equal'.
11694         (thumbs-temp-dir): Initialize to `temporary-file-directory',
11695         not "/tmp".  Fix docstring.
11696         (thumbs-thumbsdir): New function to return the thumbnails
11697         directory, creating it if needed.
11698         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
11699         (thumbs-temp-file): Delete variable and make it into a function.
11700         (thumbs-resize-image, thumbs-modify-image): Use it.
11701         (thumbs-kill-buffer): Simplify.
11702         (thumbs-gensym): Defalias or duplicate CL `gensym'.
11703         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
11704         docstrings.
11706 2005-06-09  Kim F. Storm  <storm@cua.dk>
11708         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
11709         set-match-data to free markers in match-data.
11711         * replace.el (replace-match-data): Pass RESEAT arg `t' to
11712         match-data to unchain markers in match-data.
11714 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11716         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
11717         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
11718         unnecessary now.
11720 2005-06-08  Richard M. Stallman  <rms@gnu.org>
11722         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
11723         give the variable a doc string that doesn't say don't set it directly.
11725         * textmodes/ispell.el (ispell-check-version):
11726         Use match-string-no-properties.
11727         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
11728         (ispell-buffer-local-words): Likewise.
11730         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
11731         except on terminals with enough colors to really display it.
11732         (makefile-dependency-regex): Delete spurious `bb'.
11734         * faces.el (escape-glyph): Use blue once again in last case.
11735         (no-break-space): Redefine so that it isn't invisible on a tty.
11737 2005-06-08  Kim F. Storm  <storm@cua.dk>
11739         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
11740         also when reading directory name.
11742 2005-06-08  Lute Kamstra  <lute@gnu.org>
11744         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
11745         (flyspell-mode-line-string): Remove autoload cookie.
11746         (flyspell-mode): Remove defvar.
11748 2005-06-07  Lute Kamstra  <lute@gnu.org>
11750         * textmodes/org.el (org-run-mode-hooks): New function.
11751         (org-agenda-mode): Use it.
11753 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
11755         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
11757 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11759         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
11761 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
11763         * font-lock.el (font-lock-add-keywords): Doc fix.
11765 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11767         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
11768         (tex-compile-default): In the absence of any history, use the order in
11769         tex-compile-alist to choose the preferred command.
11770         (tex-compile-commands): Reorder a bit.
11772         * textmodes/flyspell.el (flyspell-auto-correct-binding)
11773         (flyspell-incorrect-face, flyspell-duplicate-face):
11774         Use (X)Emacs-agnostic code.
11775         (flyspell-mode-map): Don't overwrite at each load.  Remove code
11776         redundant with the subsequent add-minor-mode.  Merge Emacs and
11777         XEmacs code.
11778         (flyspell-word): Minor simplification.
11779         (flyspell-math-tex-command-p): Quieten the byte-compiler.
11780         (flyspell-external-point-words): Remove unused vars `size' and `start'.
11781         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
11782         Merge the corresponding Emacs code.
11783         (flyspell-correct-word, flyspell-xemacs-popup):
11784         Use flyspell-do-correct.
11786         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
11787         a dedicated window.
11789         * international/latexenc.el (latexenc-find-file-coding-system):
11790         Undo part of last patch, to turn off a compiler warning.
11792 2005-06-06  Juri Linkov  <juri@jurta.org>
11794         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
11795         Rename `tmm-inactive-face' to `tmm-inactive'.
11797 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
11799         * iswitchb.el: Rename faces.
11801 2005-06-06  Kim F. Storm  <storm@cua.dk>
11803         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
11804         (cua-global-mark): Remove -face suffix from face names.
11806         * emulation/cua-gmrk.el (cua--init-global-mark):
11807         Remove cua-global-mark face setup.
11809 2005-06-06  Richard M. Stallman  <rms@gnu.org>
11811         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
11812         just like other allowed characters.
11813         (makefile-match-dependency): Exclude leading and training whitespace
11814         from the range of regexp subexp 1.
11815         (makefile-macroassign-regex): Don't try to match the body,
11816         just the name of the macro being defined.
11818         * info.el (Info-read-node-name-2): New function.
11819         (Info-read-node-name-1): Use that.
11820         Add a completion-base-size-function property.
11822         * simple.el (completion-setup-function): Look for
11823         completion-base-size-function property of minibuffer-completion-table.
11825         * files.el (locate-file-completion): Doc fix.
11827         * printing.el: Don't call pr-update-menus; user must do that.
11829         * emacs-lisp/debug.el (debugger-window): New variable.
11830         (debug): Use debugger-window if it is set and still alive.
11831         Record debugger-window for next entry.
11833         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
11835 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
11837         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
11838         (hack-one-local-variable, hack-local-variables)
11839         (hack-local-variables-prop-line): Pass that arg.
11841 2005-06-06  Kim F. Storm  <storm@cua.dk>
11843         * ido.el (ido-first-match, ido-only-match, ido-subdir)
11844         (ido-indicator): Remove -face suffix from face names.
11846 2005-06-06  Juri Linkov  <juri@jurta.org>
11848         * font-lock.el (font-lock-regexp-backslash)
11849         (font-lock-regexp-backslash-construct): New faces.
11850         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
11851         after `('.  Add `while-no-input' to control structures.
11853         * faces.el (no-break-space, shadow): New faces.
11854         (escape-glyph): Use less loud colors pink2 and red4.
11856         * diff-mode.el (diff-context-face)
11857         * dired.el (dired-ignored)
11858         * rfn-eshadow.el (file-name-shadow)
11859         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
11861         * info.el (Info-title-1-face): Use green instead of yellow because
11862         bold yellow is not readable on light backgrounds.
11864         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
11865         before selecting the desired mode to not spend time fontifying
11866         old contents.
11868 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
11870         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
11871         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
11873         * ps-print.el (ps-default-fg, ps-default-bg):
11874         Fix typos in docstrings.
11876         * isearchb.el (isearchb): Don't pass a spurious second argument to
11877         `iswitchb-completions'.
11879 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
11881         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
11882         to preserve point.
11883         (gdb-find-file-hook): Add doc string.
11885         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
11886         C dereferenced pointer expression.
11887         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
11889         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
11891         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
11892         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
11893         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
11894         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
11895         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
11896         Make background transparent.
11898 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11900         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
11901         (font-lock-remove-keywords): Doc fix.
11902         (font-lock-mode-major-mode): Compiler defvar.
11903         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
11905         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
11906         (font-lock-mode): Update `font-lock-mode-major-mode'.
11907         (font-lock-set-defaults): Compiler defvar.
11908         (font-lock-default-function): Take `font-lock-mode-major-mode'
11909         into account.
11911         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
11912         keep track of which major mode it enabled the minor mode for.
11913         Use find-file-hook again.  Update docstring.
11915         * simple.el (eval-expression-print-level)
11916         (eval-expression-print-length, eval-expression-debug-on-error):
11917         Doc fixes.
11919 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
11921         * iswitchb.el (iswitchb-single-match-face)
11922         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
11923         (iswitchb-invalid-regexp-face): New faces.
11924         (iswitchb-completions): Use them.
11925         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
11926         now marked as an obsolete alias.
11927         (iswitchb-read-buffer): Remove check for bound font variables.
11928         (iswitchb-invalid-regexp): New free variable.
11929         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
11930         set iswitchb-invalid-regexp.
11931         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
11932         invalid regexps.
11933         (iswitchb-completions): Add check for complete match when entering
11934         a regexp.
11935         (iswitchb-completions): Remove require-match argument.
11936         (iswitchb-exhibit): Fix caller.
11937         (iswitchb-common-match-inserted): New variable.
11938         (iswitchb-complete, iswitchb-completion-help): Use it.
11940 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
11942         * url-http.el (url-http-chunked-encoding-after-change-function):
11943         Use `url-http-debug' instead of `message'.
11945 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
11947         * url-http.el (url-http-parse-headers): Pass redirected URL as a
11948         callback argument.
11950 2005-06-04  Kim F. Storm  <storm@cua.dk>
11952         * simple.el (line-move): Only call sit-for when moving backwards.
11954         * ido.el (ido-make-merged-file-list-1): New defun split from
11955         ido-make-merged-file-list.
11956         (ido-make-merged-file-list): Bind throw-on-input around call to
11957         ido-make-merged-file-list-1.  Return input-pending-p if
11958         interrupted by more input available.
11959         (ido-read-internal): Handle input-pending-p return value from
11960         ido-make-merged-file-list.
11962 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11964         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
11965         compatibility code.
11967         * international/latexenc.el (latexenc-find-file-coding-system):
11968         Don't inherit the EOL part of the coding-system from the
11969         tex-main buffer.  Fit within 80 columns.
11971 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
11973         * tmm.el (tmm-inactive-face): New face.
11974         (tmm-remove-inactive-mouse-face): New function.
11975         (tmm-prompt, tmm-add-one-shortcut)
11976         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
11977         but not selectable.
11979 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
11981         * faces.el (face-equal): Improve argument/docstring consistency.
11983 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
11985         * progmodes/make-mode.el (makefile-targets-face)
11986         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
11987         (makefile-bsdmake-dependency-regex)
11988         (makefile-makepp-rule-action-regex)
11989         (makefile-bsdmake-rule-action-regex): New constants.
11990         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
11992         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11993         Allow (...) within `...' for makepp messages.
11995 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
11997         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
11999         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
12000         "." files are deleted from all file lists before comparison.
12002         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
12003         (viper-ESC-key): Made them customizable.
12005         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
12007 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
12009         * autorevert.el (auto-revert-buffers): Use save-match-data.
12011 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12013         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
12014         menu items with a nil command binding.
12016 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
12018         * emacs-lisp/cl-macs.el (defsetf):
12019         Improve argument/docstring consistency.
12021         * faces.el (list-faces-display): Improve the formatting by
12022         computing the maximum length required for any face-name (reworked
12023         patch of 1999-01-11, accidentally deleted on 1999-07-21).
12024         (internal-find-face): Remove redundant info in docstring.
12026 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
12028         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
12029         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
12030         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
12031         (gdb-assembler-custom): Improve regexps.
12032         (def-gdb-auto-update-handler): Use window point to preserve point.
12034 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12036         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
12038 2005-05-31  Jay Belanger  <belanger@truman.edu>
12040         * calc/calc-embed.el (calc-embedded-word): Change argument passed
12041         to calc-embedded.
12042         (calc-embedded-make-info): Have plain prefix argument select
12043         entire line.
12045 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
12047         * faces.el (list-faces-display): Signal error if passed a regexp
12048         that matches no face name.
12050         * simple.el (filter-buffer-substring): Fix typo in docstring.
12052 2005-05-31  Richard M. Stallman  <rms@gnu.org>
12054         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
12055         (vhdl-emacs-21): Doc fix.
12056         (vhdl-mode): Unconditionally set comment-padding.
12057         (vhdl-fixup-whitespace-region): Insert spaces only where
12058         there are none.
12059         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
12061 2005-05-30  John Wiegley  <johnw@newartisans.com>
12063         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
12064         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
12065         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
12066         `directory-sep-char' to ?/, and all uses of `string-to-int' to
12067         `string-to-number'.
12069 2005-05-30  Jay Belanger  <belanger@truman.edu>
12071         * calc/calc.el (calc-bug-address): Fix docstring.
12072         (calc-window-hook, calc-trail-window-hook): New variables.
12073         (calc-trail-display): Restore use of calc-trail-window-hook.
12074         (calc): Restore use of calc-window-hook.
12076 2005-05-31  Masatake YAMATO  <jet@gyve.org>
12078         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
12080         * help-fns.el (help-C-file-name): Add autoload mark for
12081         `find-function-noselect'.
12083 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12085         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
12086         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
12088 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
12090         * calendar/diary-lib.el (mark-included-diary-files): Only kill
12091         included diary buffer if it was not already being visited.
12092         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
12094         * calendar/icalendar.el (top-level): Do not require 'appt.
12096         * mail/supercite.el (sc-select-attribution): Only use a list
12097         element from sc-attrib-selection-list if it returns a string.
12098         Reported by Davide G. M. Salvetti <salve@debian.org>.
12100 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
12102         * thumbs.el (thumbs-thumbname): The resulting thumbname now
12103         includes a hash value to improve its uniqueness, and has a ".jpg"
12104         extension.  Also, it is now a valid filename on all systems.
12105         (thumbs-make-thumb): Use `let', not `let*'.
12106         (thumbs-show-thumbs-list): Check for JPEG availability.
12108 2005-05-30  Richard M. Stallman  <rms@gnu.org>
12110         * filesets.el (filesets-menu-ensure-use-cached):
12111         Prevent warning when emacs-version>= is undefined.
12113         * printing.el (pr-interactive-n-up): Use string-to-number.
12115         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
12117         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
12118         Warn only when name to be defined is quoted.
12120 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
12122         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
12123         Make regexp more robust.
12124         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
12125         Force regeneration of disassembly.
12127 2005-05-29  Jay Belanger  <belanger@truman.edu>
12129         * calc/calc.el (calc-user-invocation): Check if
12130         calc-invocation-macro is non-nil.
12132 2005-05-29  Juri Linkov  <juri@jurta.org>
12134         * add-log.el (change-log-font-lock-keywords):
12135         Add `+' to e-mail regexp to accept mail address with keywords.
12137         * man.el (Man-name-regexp): Add `:' to accept qualified names.
12139 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
12141         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
12143         * ielm.el (inferior-emacs-lisp-mode): Ditto.
12145 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12147         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
12148         Undo the change that moves to end of the current word.
12150 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
12152         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
12153         Throw error when count <= 0 to ensure input is a number.
12154         (gdb-read-memory-custom): Pick up address from buffer.
12155         (gdb-memory-mode): Allow user to increment and decrement
12156         memory address from header line.
12158 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12160         * flyspell.el (flyspell-version): Function deleted.
12161         (flyspell-auto-correct-previous-hook): Doc fix.
12163         * jit-lock.el (jit-lock-function, jit-lock-after-change):
12164         Do nothing if memory is full.
12166         * font-lock.el (font-lock-fontify-syntactically-region):
12167         Pass t for GREEDY to looking-back.
12169         * saveplace.el (save-place-alist-to-file): Write the file
12170         using write-region.
12172         * subr.el (looking-back): New argument GREEDY.
12174         * progmodes/compile.el (compilation-start): Set the mode
12175         before inserting the initial text.
12177         * progmodes/which-func.el (which-func-update-1): Turn the mode
12178         off in case of error by setting which-func-mode.
12180 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
12182         * flyspell.el (flyspell-auto-correct-previous-word):
12183         Narrow down to what's on the screen, and recenter overlays
12184         at the end of the next word.
12186 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
12188         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
12189         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
12190         (flyspell-abbrev-p): Default to nil.
12191         (flyspell-use-global-abbrev-table-p): Doc fix.
12192         (flyspell-large-region): Allow nil as value.
12193         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
12195         (mail-mode-flyspell-verify): More robust handling
12196         of `mail-header-separator'.  More efficient signature detection.
12197         Allow for regexp metacharacters in message-header-separator.
12198         Adding `To' not to be checked in mail-mode-flyspell-verify.
12200         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
12201         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
12202         Bind flyspell-auto-correct-binding.
12203         Bind C-. and C-, .
12204         (flyspell-mode-map): Likewise.
12205         (flyspell-mode): Doc fix.
12206         (flyspell-accept-buffer-local-defs): Preserve current buffer.
12207         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
12208         (flyspell-word-cache-result): New var, always local.
12209         (flyspell-check-pre-word-p): Doc fix.
12210         (flyspell-check-changed-word-p): Handle spc like newline.
12211         (flyspell-post-command-hook): Set flyspell-word-cache-result.
12212         (flyspell-word-search-backward, flyspell-word-search-forward):
12213         New functions.
12214         (flyspell-word): Return t if nothing to check.
12215         When parsing TeX code, check for after } or \.
12216         Use flyspell-word-search-backward to find previous word.
12217         Return nil if duplicated word.
12218         For word already checked, return same value as last time.
12219         Set flyspell-word-cache-result after checking.
12220         Don't clobber the return value.
12221         (flyspell-get-word): Major rewrite.
12222         (flyspell-external-point-words): New locals pword, pcount.
12223         Fix size used in progress message.
12224         Find the proper corresponding word in flyspell-large-region-buffer.
12225         (flyspell-region): Check for flyspell-large-region = nil.
12226         (flyspell-highlight-incorrect-region): Clean up overlays in region.
12227         (flyspell-auto-correct-word): Check that WORD is a cons.
12228         (flyspell-correct-word): Likewise.
12230 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
12232         * progmodes/make-mode.el (makefile-rule-action-regex)
12233         (makefile-macroassign-regex, makefile-makepp-mode)
12234         (makefile-bsdmake-mode): Continuation lines may be empty.
12235         Reported by Joshua Varner.
12236         (makefile-makepp-font-lock-keywords): Add $(stem).
12238 2005-05-28  Karl Berry  <karl@gnu.org>
12240         * textmodes/tex-mode.el: Now that tex-send-command calls
12241         shell-quote-argument (2005-03-31 change), remove all calls to
12242         shell-quote-argument; they all end up invoking tex-send-command.
12243         The double quoting loses on filenames with non-safe characters,
12244         such as "@".  Reported by Frederik Fouvry.
12246 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
12248         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
12249         about preserving point.
12251 2005-05-27  Jay Belanger  <belanger@truman.edu>
12253         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
12254         Info-goto-node.
12256         * calc/calc-embed.el (calc-embed-arg): New variable.
12257         (calc-do-embedded-activate, calc-embedded-activate-formula)
12258         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
12259         variable by new variable.
12260         (calc-embedded-make-info): Replace undeclared variable by new
12261         variable.  When selecting region with positive prefix
12262         argument, use end of previous line instead of beginning of line.
12264         * calc/calc-aent.el (calc-arg-values): Declare it.
12266         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
12267         Declare them.
12269         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
12271         * calc/calc.el (calc-alg-map): Declare it.
12273         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
12275 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
12277         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
12278         (gdb-registers-buffer, toggle-gdb-all-registers):
12279         Toggle display of floating point registers.
12280         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
12282         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
12283         (toggle-gud-tooltip-dereference):
12284         Rename from gud-toggle-tooltip-dereference.
12286 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12288         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
12290 2005-05-27  Jay Belanger  <belanger@truman.edu>
12292         * calc/calc-prog.el (calc-kbd-report): Remove.
12293         (calc-kbd-query): Rewrite.
12295 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
12297         * image.el (image-library-alist): Move to image.c.
12298         (image-type-available-p): Doc fix.
12300 2005-05-27  Lute Kamstra  <lute@gnu.org>
12302         * calc/calc.el (calc):
12303         * outline.el (outline-1, outline-2, outline-3, outline-4)
12304         (outline-5, outline-6, outline-7, outline-8):
12305         * textmodes/dns-mode.el (dns-mode):
12306         * textmodes/sgml-mode.el (sgml-namespace-face):
12307         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
12308         (tex-verbatim-face, tex-use-reftex):
12309         * textmodes/texinfo.el (texinfo-heading-face):
12310         Specify customization group.
12312         * longlines.el: Don't require easy-mmode.
12313         (longlines-visible-face): Specify customization group.
12315 2005-05-27  Kenichi Handa  <handa@m17n.org>
12317         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
12318         encoding table of windows-1251.
12320         * international/ucs-tables.el (ucs-set-table-for-input):
12321         If translation-table-for-input of a coding system is a symbol, get
12322         its translation-table property.
12324         * international/code-pages.el: Don't register a coding system into
12325         non-iso-charset-alist more than once.
12326         (cp-make-coding-system): Likewise.
12328 2005-05-26  John Wiegley  <johnw@newartisans.com>
12330         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
12331         `eshell-resume-eval' is wrapped in a list, it indicates that the
12332         command was run asynchronously.  In that case, unwrap the value
12333         before checking the delimiter value.
12335         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
12336         character before a space at the end of a line is \, assume the space
12337         is part of the last argument rather than a final argument separator.
12339         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
12340         is in use, and the target is `t' or `nil' (which are the most common
12341         values), don't assume that the symbol target is a buffer.
12343 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12345         * calendar/calendar.el (calendar-mode-line-format):
12346         Use mode-line-highlight as mouse-face.
12348         * time.el (display-time-string-forms, display-time-update):
12349         Use mode-line-highlight as mouse-face.
12351 2005-05-26  Jay Belanger  <belanger@truman.edu>
12353         * calc/calc.el (calc-language-alist): Remove extra defvar.
12355 2005-05-26  Lute Kamstra  <lute@gnu.org>
12357         * arc-mode.el (archive-mode):
12358         * bookmark.el (bookmark-read-annotation-mode)
12359         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
12360         * bs.el (bs-mode):
12361         * calc/calc-yank.el (calc-edit-mode):
12362         * calc/calc.el (calc-mode, calc-trail-mode):
12363         * calculator.el (calculator-mode):
12364         * chistory.el (command-history-mode):
12365         * comint.el:
12366         * cus-edit.el (custom-mode):
12367         * descr-text.el (describe-text-mode):
12368         * ebuff-menu.el (Electric-buffer-menu-mode):
12369         * ediff-util.el (ediff-mode):
12370         * emacs-lisp/re-builder.el (reb-mode):
12371         * emulation/vi.el (vi-mode-setup):
12372         * emulation/ws-mode.el (wordstar-mode):
12373         * eshell/esh-mode.el (eshell-mode):
12374         * forms.el (forms-mode):
12375         * help-mode.el (help-mode):
12376         * hexl.el (hexl-mode):
12377         * ibuffer.el (ibuffer-mode):
12378         * ielm.el (inferior-emacs-lisp-mode):
12379         * info.el (Info-mode, Info-edit-mode):
12380         * international/swedish.el:
12381         * ledit.el (ledit-from-lisp-mode):
12382         * locate.el (locate-mode):
12383         * mail/rmail.el (rmail-mode):
12384         * mail/rmailedit.el (rmail-edit-mode):
12385         * mail/rmailsum.el (rmail-summary-mode):
12386         * mail/supercite.el (sc-electric-mode):
12387         * net/eudc.el (eudc-mode):
12388         * net/quickurl.el (quickurl-list-mode):
12389         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
12390         * obsolete/ooutline.el (outline-mode):
12391         * obsolete/options.el (Edit-options-mode):
12392         * obsolete/rnews.el (news-mode):
12393         * obsolete/rnewspost.el (news-reply-mode):
12394         * play/5x5.el (5x5-mode):
12395         * play/decipher.el (decipher-mode, decipher-stats-mode):
12396         * play/gomoku.el (gomoku-mode):
12397         * play/snake.el (snake-mode):
12398         * play/solitaire.el (solitaire-mode):
12399         * play/tetris.el (tetris-mode):
12400         * progmodes/ada-mode.el (ada-mode):
12401         * progmodes/antlr-mode.el (antlr-mode):
12402         * progmodes/autoconf.el (autoconf-mode):
12403         * progmodes/dcl-mode.el (dcl-mode):
12404         * progmodes/delphi.el (delphi-mode):
12405         * progmodes/ebrowse.el (ebrowse-tree-mode)
12406         (ebrowse-electric-list-mode, ebrowse-member-mode)
12407         (ebrowse-electric-position-mode):
12408         * progmodes/f90.el (f90-mode):
12409         * progmodes/fortran.el (fortran-mode):
12410         * progmodes/icon.el (icon-mode):
12411         * progmodes/idlw-help.el (idlwave-help-mode):
12412         * progmodes/idlw-shell.el (idlwave-shell-mode):
12413         * progmodes/idlwave.el (idlwave-mode):
12414         * progmodes/inf-lisp.el (inferior-lisp-mode):
12415         * progmodes/m4-mode.el (m4-mode):
12416         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
12417         * progmodes/modula2.el (modula-2-mode):
12418         * progmodes/octave-inf.el (inferior-octave-mode):
12419         * progmodes/octave-mod.el (octave-mode):
12420         * progmodes/pascal.el (pascal-mode):
12421         * progmodes/sh-script.el (sh-mode):
12422         * progmodes/sql.el (sql-mode, sql-interactive-mode):
12423         * progmodes/vhdl-mode.el (vhdl-mode):
12424         * progmodes/xscheme.el (scheme-interaction-mode):
12425         * replace.el (occur-mode):
12426         * ses.el (ses-mode):
12427         * simple.el (completion-list-mode):
12428         * skeleton.el:
12429         * speedbar.el (speedbar-mode):
12430         * term.el (term-mode):
12431         * terminal.el (terminal-edit-mode):
12432         * textmodes/reftex-index.el (reftex-index-mode)
12433         (reftex-index-phrases-mode):
12434         * textmodes/reftex-sel.el (reftex-select-label-mode)
12435         (reftex-select-bib-mode):
12436         * textmodes/reftex-toc.el (reftex-toc-mode):
12437         * wdired.el (wdired-change-to-wdired-mode):
12438         * wid-browse.el (widget-browse-mode):
12439         Use run-mode-hooks.
12441         * array.el (array-mode):
12442         * calendar/todo-mode.el (todo-mode):
12443         * man.el (Man-mode):
12444         * play/landmark.el (lm-mode):
12445         * play/mpuz.el (mpuz-mode):
12446         Use kill-all-local-variables and run-mode-hooks.
12448         * subr.el (delay-mode-hooks): Specify indentation.
12450 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
12452         * xml.el (xml-substitute-special): Don't die for undefined xml
12453         entities.
12455 2005-05-26  Jay Belanger  <belanger@truman.edu>
12457         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
12458         of nil.
12460 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
12462         * progmodes/gdb-ui.el (gdb-frame-address):
12463         Rename from gdb-current-address.
12464         (gdb-previous-frame-address): Rename from gdb-previous-address.
12465         (gdb-selected-frame): Rename from gdb-current-frame.
12466         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
12467         (gdb-frame-number): Rename from gdb-current-stack-level.
12468         (gdb-ann3): Match new mode-name for disassembly buffer.
12469         Extend initialization of variables.
12470         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
12471         (gdb-memory-mode): Use mouse-face in header line.
12472         (gdb-assembler-buffer-name): Call it disassembly and give frame
12473         in mode line.
12474         (gdb-source-spec-regexp, gdb-assembler-custom)
12475         (gdb-invalidate-assembler, gdb-frame-handler):
12476         Make robust to leading zeroes in address format.
12478 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
12480         * textmodes/org.el (org-mode): Use `define-derived-mode' to
12481         define `org-mode'.
12482         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
12484 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12486         * log-edit.el (log-edit-changelog-entries): Distinguish between
12487         filenames like xfns.c and fns.c.
12489 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
12491         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
12492         point after reverting.
12493         (Buffer-menu-make-sort-button): Handle the case where
12494         `Buffer-menu-use-header-line' is nil.
12496 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
12498         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
12499         New funcs.  In minibuffer-local-completion-map bind `]', `/'
12500         and `:' to them.
12502 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12504         * startup.el (normal-top-level): Allow modification of load-path while
12505         we're iterating over it.
12507 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
12509         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
12510         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
12511         (thumbs-resize-interactive, thumbs-insert-image)
12512         (thumbs-insert-thumb, thumbs-dired-show-marked)
12513         (thumbs-find-image-at-point, thumbs-delete-images)
12514         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
12515         (thumbs-increment-image-size, thumbs-decrement-image-size):
12516         Fix typos in docstrings.
12518 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
12520         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
12521         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
12522         (cperl-mode): Use them.
12524 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
12526         * window.el (quit-window, shrink-window-if-larger-than-buffer):
12527         Doc fixes.
12529 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
12531         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
12532         Bind C-d to gdb-inferior-io-eof.
12534         * dired.el (dired-dnd-popup-notice): Use message-box.
12536 2005-05-23  Masatake YAMATO  <jet@gyve.org>
12538         * bindings.el (mode-line-major-mode-keymap):
12539         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
12541         * faces.el (mode-line-highlight): New face.
12543         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
12544         as mouse-face.
12546         * bindings.el (top-level, help-echo, mode-line-modified)
12547         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
12548         as mouse-face.
12550 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
12552         * progmodes/cc-engine.el (c-guess-basic-syntax):
12553         Remove spurious call to `zerop'.
12555         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
12557 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
12559         CC Mode update to 5.30.10:
12561         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
12562         could go past the limit in decoration level 2, thereby causing
12563         errors during interactive fontification.
12565         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
12566         the file is evaluated interactively.
12568         * cc-engine.el (c-guess-basic-syntax): Handle operator
12569         declarations somewhat better in C++.
12571         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
12572         make use of `run-mode-hooks' which has been added in Emacs 21.1.
12573         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
12574         (awk-mode): Use it.
12575         (make-local-hook): Suppress warning about obsoleteness.
12577         * cc-engine.el, cc-align.el, cc-cmds.el
12578         (c-append-backslashes-forward, c-delete-backslashes-forward)
12579         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
12580         Compensate for return value from `forward-line' when it has moved
12581         but not to a different line due to eob.
12583         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
12584         `objc-method-intro' and `objc-method-args-cont'.
12586 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
12588         CC Mode update to 5.30.10:
12590         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
12591         in the copyright statement.  Incidentally, change "along with GNU
12592         Emacs" to "along with this program" where it occurs.
12594         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
12595         so that it is interactive, hence can be found by M-x awk-mode
12596         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
12597         <gmorris+emacs@ast.cam.ac.uk>.
12599         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
12600         Mode's regexps.
12602 2005-05-23  Kevin Ryde  <user42@zip.com.au>
12604         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
12605         c-parse-state, to avoid a lisp error (on bad code).
12607 2005-05-23  Lute Kamstra  <lute@gnu.org>
12609         * subr.el (font-lock-defaults): Remove defvar as it's already
12610         defined in font-core.el.
12612         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
12614 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
12616         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
12617         more general and work when GDB variable "print pretty" is on,
12618         as with Emacs, for example.
12620 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
12622         * font-core.el: Update comment.
12624         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12625         Use `after-change-major-mode-hook' instead of `find-file-hook'.
12627         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
12629 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
12631         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
12632         and `yank-handler' in the doc strings.
12634 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12636         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
12638 2005-05-22  Richard M. Stallman  <rms@gnu.org>
12640         * help.el (describe-key): Move print-help-return-message call
12641         out of conditional.
12643         * progmodes/etags.el (list-tags): Use with-no-warnings.
12645         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
12646         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
12647         (starttls-extra-args, starttls-extra-arguments): Add defvars.
12649         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
12651         * language/viet-util.el (viet-viscii-nonascii-translation-table):
12652         Add defvar.
12654         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
12655         Use defvar, not defconst.
12657         * hexl.el (hexl-follow-line): Use with-no-warnings.
12659         * emulation/tpu-extras.el: Use write-file-functions instead of
12660         write-file-hooks.
12662         * dired.el (dired-font-lock-keywords): Fontify files with junk
12663         extensions even if marked by -F.
12665 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
12667         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
12668         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
12669         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
12670         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
12671         (concatenate, list-length, get*, getf, cl-remprop):
12672         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
12673         (etypecase, progv, lexical-let, lexical-let*)
12674         (multiple-value-bind, multiple-value-setq, shiftf):
12675         Improve argument/docstring consistency.
12677         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
12679 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
12681         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
12682         doesn't exist.
12684         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
12685         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
12687 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
12689         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
12690         already deleted variables: auto-fill-hook, blink-paren-hook,
12691         lisp-indent-hook, inhibit-local-variables, unread-command-event,
12692         suspend-hooks, comment-indent-hook, meta-flag,
12693         before-change-function, after-change-function,
12694         font-lock-doc-string-face.
12696 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
12698         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
12700 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
12702         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
12703         rmail-dont-reply-to.
12705 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
12707         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
12708         literal blank when splitting new-header-values.
12710 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
12712         * calendar/cal-menu.el (cal-menu-update): Add separator as a
12713         string so that tmm doesn't create a completion entry for it.
12715         * textmodes/table.el (table-disable-menu): Ditto.
12717 2005-05-21  Richard M. Stallman  <rms@gnu.org>
12719         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
12721         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
12723         * net/rcompile.el (remote-compile): Use compilation-start.
12725         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
12727 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
12729         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
12730         Default to makefile-bsdmake-mode on BSD systems.
12732         * imenu.el (imenu-generic-expression, imenu--generic-function'):
12733         REGEXP may also be a search function now.  The part of doc-string
12734         for describing the structure was 95% identical to that of
12735         `imenu--generic-function'.  Unify it there.
12737         * progmodes/make-mode.el (makefile-imenu-generic-expression):
12738         Use function to find dependencies, because regexp alone is so complex,
12739         it easily goes into an endless loop.
12740         (makefile-makepp-mode): Also add submenu for Perl functions
12741         defined in the makefile.
12742         (makefile-bsdmake-mode): Special imenu-generic-expression no
12743         longer needed, due to function call.
12744         (makefile-match-dependency): Take BOUND into account when checking
12745         if we're through.
12747 2005-05-20  Jay Belanger  <belanger@truman.edu>
12749         * calc/calc-units.el (calc-invalidate-units-table):
12750         Use inhibit-read-only.
12751         (math-build-units-table-buffer): Use view-mode.
12753 2005-05-20  David Kastrup  <dak@gnu.org>
12755         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
12756         easy-menu-add is not a nop on Emacs; and clarify when to call it.
12758 2005-05-20  Lute Kamstra  <lute@gnu.org>
12760         * diff-mode.el (diff-header-face, diff-file-header-face)
12761         (diff-index-face, diff-hunk-header-face, diff-removed-face)
12762         (diff-added-face, diff-changed-face, diff-function-face)
12763         (diff-context-face, diff-nonexistent-face): Put them in the
12764         diff-mode customization group.
12766 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12768         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
12770         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
12772         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
12773         Minor regexp-optimization.
12775 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
12777         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
12778         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
12779         (org-agenda-add-time-grid-maybe): New function.
12780         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
12781         (org-table-create): `dotimes' instead of `mapcar'.
12782         (org-xor): Simplify implementation.
12783         (org-agenda): `inhibit-redisplay' turned on.
12784         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
12785         a consistent line after a state change.
12786         (org-agenda-remove-times-when-in-prefix): New option.
12787         (org-prefix-has-time): New variable.
12788         (org-parse-time-string): Optional argument NODEFAULT.
12789         (org-format-agenda-item): Parse items for time-of-day
12790         specifications and move these into the prefix if possible.
12791         (org-agenda-priority): Get current heading, not previous heading
12792         during agenda remote editing.
12794 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
12796         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
12797         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
12798         (remove-duplicates, delete-duplicates, substitute)
12799         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
12800         (nsubstitute-if-not, find, find-if, find-if-not, position)
12801         (position-if, position-if-not, count, count-if, count-if-not)
12802         (mismatch, search, sort*, stable-sort, merge, member*)
12803         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
12804         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
12805         (intersection, nintersection, set-difference, nset-difference)
12806         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
12807         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
12808         (nsublis, tree-equal): Improve argument/docstring consistency.
12810         * subr.el (send-string, send-region): Remove obsolescence declaration.
12811         (window-dot, set-window-dot, read-input, show-buffer)
12812         (eval-current-buffer, string-to-int):
12813         Add release number to obsolescence declarations.
12815 2005-05-19  Kim F. Storm  <storm@cua.dk>
12817         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
12818         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
12820 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
12822         * faces.el (list-faces-display): Make back button respect optional
12823         regexp arg.
12825 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
12827         * calculator.el (calculator-radix-grouping-mode)
12828         (calculator-radix-grouping-digits, calculator-displayer)
12829         (calculator-radix-grouping-separator, calculator-copy-displayer):
12830         * dabbrev.el (dabbrev-search-these-buffers-only):
12831         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
12832         (diff-advance-after-apply-hunk, diff-mode-hook)
12833         (diff-minor-mode-prefix):
12834         * imenu.el (imenu-use-popup-menu):
12835         * jit-lock.el (jit-lock-context-time):
12836         * newcomment.el (comment-fill-column, comment-column)
12837         (comment-style, comment-padding, comment-multi-line)
12838         (comment-empty-lines, comment-auto-fill-only-comments):
12839         * reveal.el (reveal-around-mark):
12840         * uniquify.el (uniquify-buffer-name-style)
12841         (uniquify-after-kill-buffer-p)
12842         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
12843         (uniquify-min-dir-content, uniquify-separator)
12844         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
12845         * w32-vars.el (w32-fixed-font-alist):
12846         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
12847         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
12848         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
12849         * progmodes/perl-mode.el (perl-indent-level)
12850         (perl-continued-statement-offset, perl-continued-brace-offset)
12851         (perl-brace-offset, perl-brace-imaginary-offset)
12852         (perl-label-offset, perl-indent-continued-arguments)
12853         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
12854         * progmodes/tcl.el (tcl-indent-level)
12855         (tcl-continued-indent-level, tcl-auto-newline)
12856         (tcl-tab-always-indent, tcl-electric-hash-style)
12857         (tcl-help-directory-list, tcl-use-smart-word-finder)
12858         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
12859         (inferior-tcl-source-command):
12860         * textmodes/fill.el (enable-kinsoku):
12861         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
12862         * textmodes/table.el (table-yank-handler):
12863         Specify missing group (and type, if simple) in defcustom.
12865 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
12867         * progmodes/compile.el (compilation-finish-function): Fix defvar.
12869 2005-05-19  Richard M. Stallman  <rms@gnu.org>
12871         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
12873         * subr.el (event-basic-type): Don't get an error.
12874         (left-fringe-p): Function deleted.
12876         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
12877         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
12879         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
12880         in recursive copy.
12882         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
12884         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
12886         * emacs-lisp/bytecomp.el
12887         (byte-compile-file-form-custom-declare-variable):
12888         Call byte-compile-nogroup-warn if appropriate.
12890         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
12891         (compilation-set-window): Don't call left-fringe-p; do it directly.
12893 2005-05-19  Jay Belanger  <belanger@truman.edu>
12895         * calc/calc-graph.el (calc-graph-format-data): Make sure
12896         var-PlotRejects is bound before trying to check its value.
12898 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
12900         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
12901         definition of this variable from reftex-global.el to reftex.el,
12902         because it is needed in the menu.
12904 2005-05-19  Lute Kamstra  <lute@gnu.org>
12906         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
12907         years are fixed.  Don't insert a space after a dash.
12909 2005-05-19  Kim F. Storm  <storm@cua.dk>
12911         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
12913 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
12915         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
12916         strings, because (eq ... ?\\) is fairly frequent.
12918         * progmodes/make-mode.el (makefile-add-this-line-targets):
12919         Simplify and integrate into `makefile-pickup-targets'.
12920         (makefile-add-this-line-macro): Simplify and integrate into
12921         `makefile-pickup-macros.
12922         (makefile-pickup-filenames-as-targets): Simplify.
12923         (makefile-previous-dependency, makefile-match-dependency):
12924         Don't stumble over `::'.
12926 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
12928         * subr.el (post-command-idle-hook, post-command-idle-delay):
12929         Remove obsoletion of post-command-idle-hook and
12930         post-command-idle-delay.
12932         * faces.el (list-faces-display): Provide button when describe-face
12933         is called to take user back to the list of faces.
12935         * help-fns.el (describe-variable): Remove hyperlinks in a
12936         variable's value as these are quite frequently inappropriate.
12938         * follow.el (follow-submit-feedback, follow-mode):
12939         Remove references to post-command-idle-hook.
12941 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
12943         * progmodes/make-mode.el (makefile-previous-dependency)
12944         (makefile-match-dependency): Check for := (and in bsd mode also
12945         !=) to give a better result, even when font-lock is not on.
12947 2005-05-18  Jay Belanger  <belanger@truman.edu>
12949         * calc/calc-help.el (calc-s-prefix-help):
12950         Add `calc-copy-special-constant' to help string.
12952 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
12954         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
12956 2005-05-18  Jay Belanger  <belanger@truman.edu>
12958         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
12959         in linear factors are in proper order.
12961 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
12963         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12964         Support for jurabib.
12966         * textmodes/reftex.el (featurep): Define aliases for overlay
12967         commands, for XEmacs compatibility, and use these aliases in
12968         overlay initializations.
12969         (reftex-highlight): Use `reftex-move-overlay'.
12970         (reftex-unhighlight): Use `reftex-delete-overlay'.
12971         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
12972         (reftex-access-search-path): Use `reftex-uniquify' instead of
12973         `reftex-uniq'
12975         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
12976         `before-string' property modification enables for Emacs as well.
12977         (reftex-select-item): Use `reftex-delete-overlay'.
12978         (reftex-select-mark): Use `reftex-make-overlay' and
12979         `reftex-overlay-put'.
12980         (reftex-select-unmark): Use `reftex-delete-overlay' and
12981         `reftex-overlay-put'.
12983 2005-05-18  Lute Kamstra  <lute@gnu.org>
12985         * emacs-lisp/lisp.el (check-parens): Fix docstring.
12987 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
12989         * add-log.el (add-change-log-entry):
12990         * array.el (array-make-template, array-reconfigure-rows)
12991         (array-init-max-row, array-init-max-column)
12992         (array-init-columns-per-line, array-init-field-width):
12993         * replace.el (replace-match-maybe-edit, perform-replace):
12994         * textmodes/spell.el (spell-region):
12995         Replace `read-input' by `read-string'.
12997         * forms.el (forms-mode):
12998         * finder.el (finder-compile-keywords):
12999         * shadowfile.el (shadow-read-files):
13000         Replace `eval-current-buffer' by `eval-buffer'.
13002         * terminal.el (te-pass-through):
13003         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
13004         (ange-ftp-raw-send-cmd):
13005         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
13006         (send-process-next-char, telnet-initial-filter, telnet):
13007         Replace `send-string' by `process-send-string'.
13009         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
13010         (prolog-consult-region): Replace `send-string' by
13011         `process-send-string'; replace `send-region' by `process-send-region'.
13013         * progmodes/delphi.el (delphi-log-msg):
13014         Replace `set-window-dot' by `set-window-point'.
13016         * subr.el (window-dot, set-window-dot, read-input, send-string)
13017         (send-region, show-buffer, eval-current-buffer):
13018         Make really obsolete, as the comment says.
13020 2005-05-17  Kim F. Storm  <storm@cua.dk>
13022         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
13023         (cua--init-keymaps): Bind C-return instead of S-return to set
13024         rectangle mark.
13026         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
13027         instead of S-return to toggle/clear rectangle mark.
13029 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
13031         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
13032         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
13033         Also fontify plain strings assigned to variables, mostly so that a
13034         colon has a face and is thus not taken as a dependency separator.
13035         (makefile-previous-dependency): Inline the new matcher, because it
13036         is too complex to work in both directions.
13037         (makefile-match-dependency): Eliminate `backward' arg (see above).
13038         Completely reimplemented so as to not sometimes go into an endless
13039         loop.  It should also be more efficient, because first it only
13040         searches for `:', instead of applying the very complex regexp.
13041         (makefile-mode): Cancel `font-lock-support-mode', because blocks
13042         to be fontified in one piece can be too long for JIT.
13043         Makefiles are never *that* big.
13045 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
13047         * dired.el (dired-mode): Simplify.
13049 2005-05-17  Lute Kamstra  <lute@gnu.org>
13051         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
13052         defcustom for the mode hook variable.
13054         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
13055         Emacs Lisp Reference Manual.
13057 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
13059         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
13060         (evenp, list*):
13061         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
13062         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
13064         * net/tramp-smb.el (tramp-smb-open-connection):
13065         Pass `tramp-chunksize' as fifth (required) argument.
13067 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
13069         * font-lock.el (lisp-font-lock-keywords-1):
13070         Set `font-lock-negation-char-face' for [^...] char group.
13071         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
13073         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
13074         a var, and refine it to mask one more level of nested vars.
13075         (makefile-rule-action-regex): Turn it into a var, and refine it so
13076         it recognizes backslashed continuation lines as belonging to the
13077         same command.
13078         (makefile-macroassign-regex): Refine it so it recognizes
13079         backslashed continuation lines as belonging to the same command.
13080         (makefile-var-use-regex): Don't look at the next char, because it
13081         might be the same one to be skipped by the initial [^$], leading
13082         to an overlooked variable use.
13083         (makefile-make-font-lock-keywords): Remove two parameters, which
13084         are now variables that some of the modes set locally.
13085         Handle dependency and rule action matching through functions, because
13086         regexps alone match too often.  Dependency matching now comes
13087         last, so it can check, whether a colon already matched something else.
13088         (makefile-mode): Inform that font-lock improves makefile parsing
13089         capabilities.
13090         (makefile-match-dependency, makefile-match-action): New functions.
13092 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
13094         * emacs-lisp/cl-extra.el (equalp): Doc fix.
13096         * align.el (align-regexp):
13097         * ansi-color.el (ansi-color-get-face):
13098         * array.el (array-reconfigure-rows, array-init-max-row)
13099         (array-init-max-column, array-init-columns-per-line)
13100         (array-init-field-width):
13101         * dired-aux.el (dired-trample-file-versions):
13102         * dired-x.el (dired-mark-sexp):
13103         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
13104         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
13105         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
13106         * faces.el (face-read-integer):
13107         * files.el (backup-extract-version, insert-directory):
13108         * hexl.el (hexl-insert-decimal-char):
13109         * server.el (server-process-filter):
13110         * shell.el (shell-extract-num):
13111         * startup.el (command-line-1):
13112         * term.el (term-command-hook):
13113         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
13114         (time-stamp-do-number):
13115         * time.el (display-time-update):
13116         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
13117         (timezone-fix-time):
13118         * vms-patch.el (vms-suspend-resume-hook):
13119         * calendar/appt.el (appt-convert-time):
13120         * calendar/cal-bahai.el (mark-bahai-diary-entries):
13121         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
13122         * calendar/cal-islam.el (mark-islamic-diary-entries):
13123         * calendar/calendar.el (calendar-cursor-to-date)
13124         (calendar-star-date):
13125         * calendar/diary-lib.el (diary-attrtype-convert)
13126         (mark-diary-entries, diary-entry-time):
13127         * calendar/solar.el (solar-get-number):
13128         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
13129         * emacs-lisp/re-builder.el (reb-display-subexp):
13130         * emulation/edt.el (edt-set-scroll-margins):
13131         * emulation/tpu-extras.el (tpu-set-scroll-margins):
13132         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
13133         (vip-get-ex-count):
13134         * emulation/viper-ex.el (viper-get-ex-token)
13135         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
13136         * international/fontset.el (fontset-plain-name):
13137         * mail/feedmail.el (feedmail-look-at-queue-directory):
13138         * mail/mailalias.el (mail-get-names):
13139         * mail/rmail.el (rmail-convert-to-babyl-format):
13140         * mail/rmailsum.el (rmail-make-basic-summary-line)
13141         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
13142         (rmail-summary-goto-msg):
13143         * mail/smtpmail.el (smtpmail-read-response):
13144         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
13145         (ange-ftp-vms-add-file-entry):
13146         * play/gametree.el (gametree-looking-at-ply)
13147         (gametree-current-branch-score):
13148         * progmodes/ada-xref.el (ada-prj-find-prj-file)
13149         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
13150         * progmodes/cperl-mode.el (condition-case):
13151         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
13152         (ebrowse-set-member-buffer-column-width)
13153         (ebrowse-select-1st-to-9nth):
13154         * progmodes/etags.el (etags-snarf-tag):
13155         * progmodes/flymake.el (flymake-parse-line):
13156         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
13157         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
13158         (idlwave-shell-menu-def):
13159         * progmodes/ps-mode.el (ps-run-goto-error):
13160         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
13161         (vhdl-speedbar-contract-level):
13162         * term/mac-win.el (x-handle-numeric-switch):
13163         * term/sun-mouse.el (sun-get-frame-data):
13164         * term/w32-win.el (x-handle-numeric-switch):
13165         * term/x-win.el (x-handle-numeric-switch):
13166         * textmodes/ispell.el (ispell-parse-output):
13167         * textmodes/nroff-mode.el (nroff-outline-level):
13168         * textmodes/reftex-cite.el (reftex-bib-sort-year)
13169         (reftex-bib-sort-year-reverse, reftex-format-citation):
13170         * textmodes/reftex-parse.el (reftex-init-section-numbers)
13171         (reftex-section-number):
13172         * textmodes/texinfmt.el (texinfo-paragraphindent):
13173         Replace `string-to-int' by `string-to-number'.
13175         * international/latexenc.el: Add page marker to force the "Local
13176         Variables:" string out of the last page.
13178 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
13180         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
13181         tooltip-change-major-mode.
13182         (gud-tooltip-print-command): Remove case where gud-minor-mode
13183         is gdb ("--fullname").
13184         (gud-tooltip-tips): Turn GUD tooltips off for this case and
13185         explain to user.
13187 2005-05-16  Jay Belanger  <belanger@truman.edu>
13189         * calc/calc-store.el (calc-copy-special-constant): New function.
13191         * calc/calc-ext.el (calc-init-extensions): Add binding for
13192         `calc-copy-special-constant'.
13194         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
13195         for the `calc-copy-special-constant' command.
13197 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
13199         * subr.el (left-fringe-p): New function.
13201         * progmodes/compile.el (compilation-setup): Set local value of
13202         overlay-arrow-string to "" always.
13203         (compilation-set-window): Left fringe then don't scroll.
13204         No left fringe then no arrow and scroll message to top.
13205         (compilation-context-lines): Adjust doc string accordingly.
13207 2005-05-16  Kim F. Storm  <storm@cua.dk>
13209         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
13210         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
13211         (ido-wide-find-dir-or-delete-dir): New command for M-d.
13212         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
13213         (ido-read-file-name): Handle commands with ido property value
13214         equal to find-file as reading a file name, to allow C-d to enter dired.
13215         (ibuffer-find-file): Add ido property with value find-file.
13217 2005-05-15  Kim F. Storm  <storm@cua.dk>
13219         * subr.el (open-network-stream-nowait): Remove.
13220         (open-network-stream-server): Remove.
13222 2005-05-15  Richard M. Stallman  <rms@gnu.org>
13224         * faces.el (describe-face): Output a definition link button.
13226         * help-mode.el (help-face-def): New button type.
13228         * emacs-lisp/copyright.el (copyright-fix-years):
13229         Match properly if the first year is 2-digit.
13230         Don't mess up the whitespace after the years by filling.
13232         * dired-aux.el (dired-mark-confirm):
13233         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
13235         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
13236         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
13237         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
13239         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13240         Set font-lock-comment-start-skip.
13242         * font-lock.el (font-lock-comment-start-skip): New variable.
13243         (font-lock-comment-end-skip): New variable.
13244         (font-lock-fontify-syntactically-region): Use them if non-nil.
13246 2005-05-15  Jay Belanger  <belanger@truman.edu>
13248         * calc/calc-store.el (calc-store-value): Return a string rather
13249         than display it as a message.
13250         Use calc-var-name for variable name.
13251         (calc-store-into): Add the result of calc-store-value to message.
13252         (calc-copy-variable): Add a message.
13253         (calc-store-exchange): Improve error messages.
13254         (calc-store-binary, calc-store-map): Don't reset the values of
13255         special constants.
13257 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
13259         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
13260         manual to docstring.
13262         * files.el (hack-local-variables-confirm): Add STRING argument.
13263         Make the function handle non file visiting buffers correctly.
13264         (hack-local-variables-prop-line, hack-local-variables)
13265         (hack-one-local-variable): Use STRING arg of
13266         `hack-local-variables-confirm'.
13268 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
13270         Sync with Tramp 2.0.49.
13272         * net/tramp.el (tramp-handle-dired-call-process)
13273         (tramp-handle-insert-directory):`insert-buffer' cannot be used
13274         because the contents of the Tramp buffer is changed before
13275         insertion (`expand-file' and alike).
13276         (tramp-handle-insert-directory): If `localname' has an empty
13277         nondirectory name, it must not be quoted.
13278         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
13279         variable `tramp-chunksize'.  Change callees.
13280         (tramp-open-connection-setup-interactive-shell): Check remote host
13281         for buggy `send-process-string' implementation.
13282         Set `tramp-chunksize' if found.  Reported by Michael Kifer
13283         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
13284         (tramp-handle-shell-command): `insert-buffer' cannot be used
13285         because the contents of the Tramp buffer is changed before
13286         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
13287         <frederic.bothamy@free.fr>.
13288         (tramp-set-auto-save): Actions should be done for Tramp file name
13289         handler only.  Ange-FTP has its own auto-save mechanism.
13290         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
13291         (tramp-set-auto-save-file-modes): Set file modes of
13292         `buffer-auto-save-file-name' to ?\600 as fallback solution.
13293         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
13294         (tramp-bug): Remove obsolete variable.
13295         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
13296         for presence of `mml-mode'.  Make it running for older Emacsen as well.
13298 2005-05-14  John Paul Wallington  <jpw@pobox.com>
13300         * ibuf-ext.el (define-ibuffer-filter filename):
13301         If `dired-directory' is a list, use its car.
13303 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
13305         * ibuffer.el (define-ibuffer-column filename):
13306         If `dired-directory' is a list, use its car.
13308 2005-05-14  Richard M. Stallman  <rms@gnu.org>
13310         * subr.el (symbol-file): Doc fix.
13312         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
13313         (byte-compile-form): Call byte-compile-nogroup-warn.
13314         (byte-compile-warning-types): Doc fix.
13316         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
13318         * progmodes/cc-engine.el (c-literal-faces):
13319         Add font-lock-comment-delimiter-face.
13321         * net/net-utils.el (dig): Use with-no-warnings.
13323         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
13324         (sc-recite-frame-alist, sc-default-cite-frame)
13325         (sc-default-uncite-frame, sc-default-recite-frame)
13326         (sc-attrib-selection-list, sc-rewrite-header-list):
13327         Mark as risky-local-variable.
13329         * international/ogonek.el (ogonek-jak, ogonek-how):
13330         Don't use beginning-of-buffer.
13332         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
13334         * calendar/solar.el (solar-data-list): Move definition up.
13336         * dnd.el (dnd-protocol-alist): Add autoload.
13338         * progmodes/sh-script.el: Many doc usage fixes.
13339         (sh-indent-after-do): Change default to match common styles.
13341 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
13343         * files.el (interpreter-mode-alist)
13344         (auto-mode-interpreter-regexp): Doc fixes.
13346 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
13348         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
13350         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
13352 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13354         * dired.el (dired-mode): make-variable-buffer-local =>
13355         make-local-variable.
13357 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13359         * term/mac-win.el (mac-select-convert-to-string): Try coding
13360         systems in mac-script-code-coding-systems if specified one cannot
13361         encode string for `com.apple.traditional-mac-plain-text'.
13363 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
13365         * progmodes/make-mode.el (makefile-targets-face)
13366         (makefile-shell-face, makefile-makepp-perl-face): New faces.
13367         (makefile-dependency-regex): Fix it to not make the colon in
13368         $(var:a=b) special.
13369         (makefile-rule-action-regex): New regexp for highlighting embedded
13370         Shell strings.
13371         (makefile-macroassign-regex): Handle != for highlighting as
13372         embedded Shell strings.
13373         (makefile-var-use-regex): New const.
13374         (makefile-statements, makefile-automake-statements)
13375         (makefile-gmake-statements, makefile-makepp-statements)
13376         (makefile-bsdmake-statements): New consts.
13377         (makefile-make-font-lock-keywords): New function.
13378         (makefile-automake-font-lock-keywords)
13379         (makefile-gmake-font-lock-keywords)
13380         (makefile-makepp-font-lock-keywords)
13381         (makefile-bsdmake-font-lock-keywords): New consts.
13382         (makefile-mode-map): Add switchers between the various submodes.
13383         (makefile-mode): Document the availability of the variants.
13384         (makefile-automake-mode, makefile-gmake-mode)
13385         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
13387         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
13388         new variants of makefile-mode.
13390 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13392         * font-lock.el (font-lock-comment-delimiter-face): Fix up
13393         the inheritance.
13395 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
13397         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
13398         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
13400         * files.el (normal-mode): Extend the scope of the
13401         `enable-local-variables' binding to include the `set-auto-mode' call.
13402         (magic-mode-alist): Doc fix.
13404 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13406         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
13407         font-lock-comment-face rather than copying its setting.
13409 2005-05-12  Andreas Schwab  <schwab@suse.de>
13411         * eshell/esh-mode.el (eshell-send-input): Doc fix.
13413 2005-05-12  Lute Kamstra  <lute@gnu.org>
13415         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
13416         defcustom for the mode hook variable.  Delete the last argument.
13417         * generic-x.el: Fix callers of define-generic-mode.
13418         (generic-x-modes): Delete group.
13419         (show-tabs-tab-face, show-tabs-space-face): Put them in the
13420         generic-x customization group.
13422 2005-05-12  Kim F. Storm  <storm@cua.dk>
13424         * font-lock.el (font-lock-negation-char-face): Default to "off".
13426         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
13427         font-lock-negation-char-face to ! in !=.
13429 2005-05-12  Masatake YAMATO  <jet@gyve.org>
13431         * add-log.el (find-change-log): Fix typos in the docstring
13432         of function.
13434 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
13436         * international/latexenc.el (latexenc-find-file-coding-system):
13437         Avoid `re-search-forward' when looking for input encoding because
13438         of speed and safety.  Better regular expressions for recognizing
13439         input encoding.  Limit a search for TeX-master/tex-main-file to
13440         the local variable section.
13442 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
13444         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
13445         syntax of $ to "'" (quote).
13447 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
13449         * dnd.el (dnd-protocol-alist): Improve custom type.
13451         * dired.el (dired-dnd-protocol-alist): New variable.
13452         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
13453         `dired-mode-hook' to the end.
13455 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13457         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
13458         comment-end if comment-start-skip is not set.
13459         Obey the font-lock-comment-delimiter-face variables.
13461 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13463         * files.el (executable-find): Move from executable.el.  Use
13464         locate-file.
13465         * progmodes/executable.el (executable-find): Move to files.el.
13467         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
13468         when trying to ensure forward progress.
13470 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
13472         * mouse-sel.el (mouse-sel-follow-link-p): New function.
13473         (mouse-select, mouse-select-internal, mouse-extend-internal):
13474         Use it to implement mouse-1-click-follows-link functionality.
13476 2005-05-11  Richard M. Stallman  <rms@gnu.org>
13478         * font-lock.el (font-lock-fontify-syntactically-region):
13479         Use font-lock-comment-delimiter-face for comment delimiters.
13481 2005-05-10  Jay Belanger  <belanger@truman.edu>
13483         * calc/calc-help.el (calc-m-prefix-help): Add mention of
13484         preserving embedded modes.
13486 2005-05-10  Richard M. Stallman  <rms@gnu.org>
13488         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
13490         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
13491         Move from ada-stmt.el.
13492         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
13494         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
13495         Move to ada-mode.el.
13496         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
13498         * cus-edit.el (custom-file): Call file-chase-links.
13500         * files.el (read-directory-name): Fix previous change.
13501         (hack-local-variables-confirm): New function.
13502         (hack-local-variables-prop-line, hack-local-variables)
13503         (hack-one-local-variable): Use it.
13505 2005-05-10  Lute Kamstra  <lute@gnu.org>
13507         * font-lock.el (font-lock-keywords-alist)
13508         (font-lock-removed-keywords-alist): Clarify docstrings.
13510 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
13512         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
13513         (gdb-source-info): Check for preprocessor info.
13514         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
13515         a macro for a function.
13516         (gdb-info-breakpoints-custom): Try to find file again if not already
13517         found (user might have used GDB dir command).
13518         (gdb-get-location): Update gdb-location-alist correctly for change
13519         to gdb-info-breakpoints-custom.
13521         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
13522         (gud-tooltip-print-command): Add gdbmi case.
13523         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
13524         preprocessor info.
13526 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
13528         * startup.el (fancy-splash-insert): Fix typo in doc string.
13530 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
13532         * obsolete/float.el (string-to-float):
13533         * obsolete/hilit19.el (hilit-add-pattern):
13534         * obsolete/rnews.el (news-parse-range, news-select-message)
13535         (news-get-pruned-list-of-files): Replace `string-to-int' by
13536         `string-to-number'.
13538         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
13539         `find-file-not-found-hooks'; use `add-hook'.
13540         (uncompress-while-visiting): Set `write-file-functions', not
13541         `write-file-hooks'; use `add-hook'.
13543 2005-05-09  Kim F. Storm  <storm@cua.dk>
13545         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
13546         (cua-paste): Handle clipboard action.
13547         (cua--init-keymaps): Remap clipboard-kill-region and
13548         clipboard-kill-ring-save.
13550 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
13552         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
13553         Improve commentary.
13555         * simple.el (next-error-overlay-arrow-position): Revert the change
13556         made on 2005-04-30.
13558 2005-05-07  Jay Belanger  <belanger@truman.edu>
13560         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
13561         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
13562         `calc-sel-reselect'.
13564         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
13565         Calc is in embedded mode.
13567 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
13569         * progmodes/compile.el (compilation-setup):
13570         Set overlay-arrow-string to an empty string on text terminals.
13572         * textmodes/ispell.el (ispell-program-name): Try looking for
13573         "aspell" along exec-path, and if found, use it as the default
13574         speller program.
13576 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
13578         * international/mule.el (sgml-xml-auto-coding-function):
13579         Recognize encoding='FOO' in single quotes as well as in double quotes.
13581 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
13583         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
13584         as well as `interactive', so that defmacro* would recognize
13585         `declare' forms.
13587 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
13589         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
13590         Explain more about the LIGHTER arg's usage in the doc string.
13591         Add commentary to clarify what the code does.  Fix the regexp that
13592         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
13593         since it could have characters special to regular expressions.
13595 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
13597         * replace.el (occur-1): Bind inhibit-read-only so that
13598         erase-buffer doesn't barf on read-only text properties (likewise
13599         for add-text-properties in occur-engine).  Mark buffer as unmodified.
13600         (occur-engine): Don't set buffer-read-only here.
13602 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13604         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
13605         list-buffers-directory.  This caused the *cvs-commit* buffer to be
13606         sometimes mistakenly reused as a *cvs* buffer.
13608 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
13610         * tooltip.el: Move code for GUD tooltips into gud.el.
13611         (require): CL no longer needed to compile case.
13612         (tooltip-mode): Do not toggle functions for GUD tooltips.
13613         (tooltip-gud-tips-p): Remove.  Replace with minor mode
13614         gud-tooltip-mode in gud.el.
13615         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
13616         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
13617         tooltip-gud prefix with gud-tooltip and obsolete.
13618         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
13619         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
13620         (tooltip-mouse-motion): Mouse movement functions/variable.
13621         Rename in gud.el by adding gud prefix.
13622         (tooltip-gud-original-filter, tooltip-gud-dereference)
13623         (tooltip-gud-event, tooltip-toggle-gud-tips)
13624         (tooltip-gud-process-output, tooltip-gud-print-command)
13625         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
13626         gud.el by replacing tooltip-gud prefix with gud-tooltip.
13627         (gdb-tooltip-print): Move to gdb-ui.el.
13629         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
13630         (require): CL needed to compile case.
13631         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
13632         tooltip-gud-tips-p.  Make it a minor-mode.
13633         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
13634         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
13635         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
13636         (gud-tooltip-change-major-mode)
13637         (gud-tooltip-activate-mouse-motions-if-enabled)
13638         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
13639         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
13640         (gud-tooltip-original-filter, gud-tooltip-dereference)
13641         (gud-tooltip-event, tooltip-toggle-gud-tips)
13642         (gud-tooltip-process-output, gud-tooltip-print-command)
13643         (gud-tooltip-tips): Move from tooltip.el.
13645         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
13646         (gdb-cpp-define-alist-flags): Doc fix.
13647         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
13648         gud-tooltip-mode is t.
13650 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13652         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
13653         evaporate if their text is deleted.
13654         (goto-address-at-point): Make it work as a mouse binding as well.
13655         (goto-address-at-mouse): Obsolete it.  Update users.
13657 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
13659         * calendar/appt.el (top-level): No longer activate on load.
13661 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
13663         * calendar/cal-bahai.el (mark-bahai-diary-entries):
13664         * net/webjump.el (webjump):
13665         * progmodes/idlw-help.el (idlwave-do-context-help1)
13666         (idlwave-highlight-linked-completions):
13667         * textmodes/po.el (po-find-file-coding-system-guts):
13668         Replace `assoc-ignore-case' by `assoc-string'.
13670 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
13672         * files.el (locate-file): Doc fix.
13674         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
13675         Remove the redundant test for ms-dos.
13677         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
13678         look for the preprocessor with exec-suffixes.  If not found in
13679         standard places, look in exec-path.  Remove most of the tests that
13680         used system-type.
13682         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
13684         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
13686         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
13687         file-name clash with jka-compr.el on 8+3 filesystems.
13689 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13691         * term/mac-win.el: Don't define or bind scroll bar functions if
13692         x-toolkit-scroll-bars is t.
13693         (x-select-text, x-get-selection-value): Clear
13694         x-last-selected-text-clipboard if x-select-enable-clipboard is
13695         nil.
13696         (PRIMARY): Put mac-scrap-name property.
13697         (mac-select-convert-to-file-url): New function.
13698         (public.file-url): New selection target type.  Add to
13699         selection-converter-alist.
13700         (x-get-selection, x-selection-value): Handle it.
13701         (x-cut-buffer-or-selection-value): New alias.
13703 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13705         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
13706         entry to avoid calling bibtex-find-entry with arg global
13707         being t.  Remove arg key.
13708         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
13709         (bibtex-copy-summary-as-kill): Change accordingly.
13711 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13713         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
13714         (org-agenda-date-later): Use with-current-buffer.
13716 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
13718         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
13719         (define-obsolete-variable-alias): Doc Fixes.
13721 2005-05-06  Kim F. Storm  <storm@cua.dk>
13723         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
13724         vertical-motion when selective-display is active.
13726         * ido.el (ido-setup-hook): New hook.
13727         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
13728         (ido-input-stack): New var.
13729         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
13730         ido-next-work-file binding to M-O.
13731         Bind M-f to ido-wide-find-file-or-pop-dir.
13732         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
13733         (ido-read-internal): Run ido-setup-hook.
13734         Catch quit in read-file-name and read-string to cancel edit.
13735         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
13736         Automatically pop-all when completing a directory name (RET).
13737         (ido-file-internal): Add with-no-warnings around ffap and dired code.
13738         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
13739         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
13740         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
13741         New functions for M-b/M-f to move among the directory components.
13742         (ido-make-merged-file-list): Catch quit to cancel merge.
13743         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
13744         (ido-completion-help): No warnings for ido-completion-buffer-full.
13746 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
13748         * font-lock.el (font-lock-negation-char-face): New face and variable.
13749         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
13750         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
13751         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
13752         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
13754 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
13756         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
13757         Fix typo in docstring.
13759         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
13760         (ebrowse-print-statistics-line)
13761         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
13763         * term/w32-win.el (image-library-alist): Add additional name for
13764         Xpm library.
13766 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
13768         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
13769         use gcc instead of cpp.
13771         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
13772         (gdb-create-define-alist): Use it.
13773         (gdb-cpp-define-alist-program): Update for MS-DOS.
13775 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
13777         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
13779 2005-05-04  Richard M. Stallman  <rms@gnu.org>
13781         * help.el (describe-key): No error when UNTRANSLATED is nil.
13783         * simple.el (line-move-1): Fix previous change to signal errors
13784         appropriately.
13786 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
13788         * calendar/icalendar.el (icalendar-version): Now at 0.12.
13789         (icalendar-duration-correction): Remove.
13790         (icalendar--get-event-properties): Split result at commas.
13791         (icalendar--decode-isoduration): New optional argument
13792         DURATION-CORRECTION.
13793         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
13794         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
13795         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
13796         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
13797         (icalendar--convert-anniversary-to-ical): New functions, extracted
13798         from icalendar-export-region, with bug fixes.
13799         (icalendar-export-region): Use the above functions.
13800         (icalendar-import-buffer): Check before saving diary file.
13801         (icalendar--convert-recurring-to-diary)
13802         (icalendar--convert-non-recurring-all-day-to-diary)
13803         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
13804         extracted from icalendar--convert-ical-to-diary, with bug fixes.
13805         (icalendar--convert-ical-to-diary): Use the above functions.
13807 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
13809         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
13810         Remove these recent additions.
13811         (c-mode): Restore to before 2005-04-28.
13813         * progmodes/cc-vars.el (cc-define-list-program): Remove this
13814         recent addition.
13816         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
13817         (gdb-define-alist): New variables.
13818         (gdb-create-define-alist): New function.
13819         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
13820         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
13821         with string-to-number.
13822         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
13824         * progmodes/gud.el: Replace string-to-int with string-to-number.
13825         (gud-find-file): Handle gdb-define-alist.
13827         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
13829 2005-05-02  Jay Belanger  <belanger@truman.edu>
13831         * calc/calc-aent.el (math-read-token):
13832         * calc/calc-bin.el (calc-word-size):
13833         * calc/calc-ext.el (calc-read-number-fancy):
13834         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
13835         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
13836         * calc/calc-frac.el (calc-over-notation):
13837         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
13838         (calc-graph-num-points, calc-graph-init):
13839         * calc/calc-prog.el (calc-read-parse-table-part)
13840         (calc-edit-macro-repeats):
13841         * calc/calc-yank.el (calc-do-grab-rectangle):
13842         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
13843         Replace `string-to-int' by `string-to-number'.
13845 2005-05-02  Kim F. Storm  <storm@cua.dk>
13847         * kmacro.el: Use executing-kbd-macro-index variable.
13849 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
13851         * net/rlogin.el (rlogin-parse-words): Delete func.
13852         (rlogin): Use split-string, not rlogin-parse-words.
13853         Also, if there are option-like elements in the parsed args,
13854         take the host to be the first arg immediately following them.
13855         Suggested by Michael Mauger.
13857 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
13859         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
13861 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
13863         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
13864         (cc-mode-cpp-program): Rename to cc-define-list-program and
13865         move to cc-vars.el.
13867         * progmodes/cc-vars.el (cc-define-list-program):
13868         Change to "gcc -E -dM -".  Make customizable.
13870 2005-05-02  Kim F. Storm  <storm@cua.dk>
13872         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
13874 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
13876         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
13878         * international/mule-util.el (truncate-string): Remove alias and
13879         obsolete declaration.
13881         * international/mule-cmds.el (update-iso-coding-systems):
13882         Remove alias and obsolete declaration.
13884         * international/mule.el (coding-system-parent): Remove alias and
13885         obsolete declaration.
13887         * subr.el (define-function, sref): Remove aliases and obsolete
13888         declarations.
13889         (chars-in-region): Remove obsolete declaration.
13891 2005-05-01  Richard M. Stallman  <rms@gnu.org>
13893         * info.el (Info-mode): Set widen-automatically to nil, locally.
13895         * simple.el (widen-automatically): New variable.
13896         (pop-global-mark): Obey widen-automatically.
13898 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
13900         * term/xterm.el (function-key-map): Call substitute-key-definition
13901         before the keymap size is increased by a lot of define-key calls.
13903 2005-05-01  Richard M. Stallman  <rms@gnu.org>
13905         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
13906         Rename ARG to ELEMENT.  Doc fix.
13908 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
13910         * allout.el (allout-exposure): Remove macro and obsolete declaration.
13911         Remove references to allout-exposure/change to allout-new-exposure.
13913         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
13914         bytecode symbols.
13916         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
13917         (compiled-function-p, focus-frame, unfocus-frame):
13918         Remove aliases and obsolete declarations.
13919         Back out inadvertent changes from previous commit.
13921 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
13923         * files.el (require-final-newline): Make Custom tags consistent
13924         with mode-require-final-newline.
13925         (mode-require-final-newline): Doc fix.
13927 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
13929         * international/latexenc.el (latexenc-find-file-coding-system):
13930         Fix regular expressions.
13932 2005-05-01  David Kastrup <dak@gnu.org>
13934         * international/latexenc.el (latexenc-find-file-coding-system):
13935         Fix regular expressions.
13937 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
13939         * subr.el (string-to-int): Make obsolete.
13941 2005-04-30  Richard M. Stallman  <rms@gnu.org>
13943         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
13945         * loadup.el: load jka-comp-hook.
13947         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
13948         (jka-compr-handler): Add autoload.  `put' calls moved
13949         to jka-comp-hook.el.
13950         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
13951         (jka-compr-inhibit): Autoload.
13953         * jka-comp-hook.el: New file.
13954         Enable the mode by default.
13956         * files.el (backup-buffer-copy): Use copy-file instead
13957         of write-region, and put back the 'excl.
13959 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
13961         * progmodes/flymake.el (flymake-split-string)
13962         (flymake-split-string, flymake-log, flymake-pid-to-names)
13963         (flymake-reg-names, flymake-get-source-buffer-name)
13964         (flymake-unreg-names, flymake-add-line-err-info)
13965         (flymake-add-err-info): Clarify docstrings.
13966         (flymake-popup-menu, flymake-make-emacs-menu)
13967         (flymake-make-xemacs-menu): Add docstrings.
13968         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
13969         Set variables directly throughout.
13971 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
13973         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
13974         exists.  Initialize cc-define-alist.
13975         (c-mode): Add cc-create-define-alist locally to after-save-hook.
13976         If there is no file (Macroexpansion) don't create an alist.
13978 2005-04-29  Sam Steingold  <sds@gnu.org>
13980         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
13981         (cc-create-define-alist): Use it instead of the hard-coded string.
13983 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13985         * international/mule-conf.el (file-coding-system-alist): Fix regexp
13986         for latexenc.
13988 2005-04-29  Lute Kamstra  <lute@gnu.org>
13990         * emacs-lisp/generic.el: Improve commentary section.
13991         (define-generic-mode): Improve docstring.
13993 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
13995         * textmodes/org.el (many places): Change to quiet the byte compiler.
13996         (org-prefix-format-compiled): New variable.
13997         (org-compile-prefix-format): New function.
13998         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
13999         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
14000         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
14001         (org-get-entries-from-diary): Use `org-get-time-of-day' for
14002         consistency with entries from `org-mode' files.
14003         (org-get-time-of-day): Fix bug with partial matches early in a line.
14004         (org-non-link-chars): New constant.
14005         (org-link-regexp): Respect `org-non-link-chars'.
14006         (org-agenda-day-view): Remove command.
14007         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
14008         (org-follow-bbdb-link, org-store-link): Search also company field.
14009         (org-highlight-overlay): New variable.
14010         (org-highlight, org-unhighlight): New functions.
14011         (org-agenda-mode): Add pre-command-hook to remove highlight.
14012         (org-evaluate-time-range): Behavior depends upon whether time stamp
14013         contains a time or not.
14014         (org-show-subtree, org-show-entry): New functions.
14015         (org-agenda-cleanup-fancy-diary): Remove empty lines.
14017 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
14019         * comint.el (comint-output-filter-functions): Add autoload cookie.
14021 2005-04-28  Kim F. Storm  <storm@cua.dk>
14023         * ido.el (ido-everywhere): Fix last change.
14025 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
14027         * international/latexenc.el: New file.
14028         * international/mule-conf.el (file-coding-system-alist): For .tex,
14029         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
14031 2005-04-28  Lute Kamstra  <lute@gnu.org>
14033         * font-lock.el (font-lock-add-keywords)
14034         (font-lock-remove-keywords): Clarify docstring.
14035         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
14036         Don't start docstrings with a `*'.
14037         (font-lock-update-removed-keyword-alist): Give it a docstring.
14039         * generic-x.el: Update commentary section.
14040         Only require font-lock when compiling.
14041         Define all modes conditionally.
14042         Place all generic modes in the generic-x-modes customization group.
14043         (generic-x-modes): New customization group.
14044         (generic-default-modes, generic-mswindows-modes)
14045         (generic-unix-modes, generic-other-modes): New constants.
14046         (generic-define-mswindows-modes, generic-define-unix-modes):
14047         Update docstrings.  Make them obsolete.
14048         (generic-extras-enable-list): New default value.  Update docstring.
14049         Improve :type.  Change :set function.
14050         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
14051         Fix docstring.
14053         * emacs-lisp/generic.el (generic-mode-internal):
14054         Simplify font-lock-defaults.
14055         (define-generic-mode): Fix docstring.
14057 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14059         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
14060         font-lock-face property to highlight matches.
14062 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
14064         * progmodes/cc-mode.el (cc-create-define-alist): New function.
14065         (cc-define-alist): New variable.
14066         (c-mode): Make it local and initialize it.
14068         * progmodes/gdb-ui.el (gdb-active-process): New variable.
14069         (gdb-exited): New function.
14070         (gdb-annotation-rules): Use it.
14071         (gdb-starting): Set gdb-active-process to t.
14072         (gdb-stopping): Amend doc string.
14073         (gdb-reset): Set gdb-active-process to nil.
14075         * tooltip.el (tooltip-gud-tips): Show the associated #define
14076         directives when a C program under GDB is not executing.
14078 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14080         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
14081         font-lock-fontify-syntactic-keywords.
14083         * font-lock.el (font-lock-default-fontify-region): Don't force
14084         parse-sexp-lookup-properties to nil.
14086 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
14088         * man.el (man-mode-syntax-table): Set up `:' to have
14089         word-constituent syntax.
14091 2005-04-27  Lute Kamstra  <lute@gnu.org>
14093         * novice.el (disable-command): Don't add spurious newlines to the
14094         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
14096 2005-04-26  Jay Belanger  <belanger@truman.edu>
14098         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
14099         than one window before deleting window.
14101 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
14103         * shell.el (shell-prompt-pattern): Doc fix.
14104         (shell-mode): Set paragraph-separate buffer locally to "\\'".
14106         * comint.el (comint-prompt-regexp, comint-get-old-input)
14107         (comint-use-prompt-regexp)
14108         (comint-use-prompt-regexp-instead-of-fields)
14109         (comint-replace-by-expanded-history, comint-send-input)
14110         (comint-output-filter, comint-get-old-input-default)
14111         (comint-line-beginning-position, comint-bol, comint-show-output)
14112         (comint-backward-matching-input, comint-forward-matching-input)
14113         (comint-next-prompt, comint-previous-prompt):
14114         Rename `comint-use-prompt-regexp-instead-of-fields' to
14115         `comint-use-prompt-regexp'.  Keep old name as alias and declare
14116         obsolete.
14117         (comint-use-prompt-regexp): Shorten first line of doc string.
14119         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
14120         Set paragraph-separate buffer locally to "\\'".
14122         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
14123         Adapt to above name change.
14125         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
14126         (smbclient-prompt-regexp): Ditto.
14128         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
14130 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
14132         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
14133         gdb-location-list.
14134         Break lines that are over 80 characters wide.
14136 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14138         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
14139         New fun and var, to preserve compatibility.
14141         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
14143 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
14145         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
14146         name to file-newer-than-file-p.
14148 2005-04-26  Richard M. Stallman  <rms@gnu.org>
14150         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
14152         * progmodes/python.el (python-mode):
14153         Use new name eldoc-documentation-function.
14155         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
14157         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
14158         (eldoc-documentation-function):
14159         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
14161 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
14163         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
14165 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
14167         * term/xterm.el (function-key-map): Fix strings for
14168         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
14169         {C,S,A,C-S}-{f1-f12}.
14171 2005-04-26  Kenichi Handa  <handa@m17n.org>
14173         * international/mule-cmds.el (select-safe-coding-system):
14174         Fix previous change.
14176 2005-04-26  Lute Kamstra  <lute@gnu.org>
14178         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
14180         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
14181         (font-lock-comment-delimiter-face): Ditto.
14183         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
14185 2005-04-25  Jay Belanger  <belanger@truman.edu>
14187         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
14188         to t while inserting information; use help-mode.
14190 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
14192         * term.el (ansi-term-color-vector): Use the xterm colors.
14193         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
14195 2005-04-25  Lute Kamstra  <lute@gnu.org>
14197         * font-core.el (font-lock-defaults): Fix docstring.
14199         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
14201 2005-04-25  Kenichi Handa  <handa@m17n.org>
14203         * international/mule-cmds.el (select-safe-coding-system):
14204         Don't check consistency with coding: spec, etc if raw-text or
14205         no-conversion was found to be safe.
14207 2005-04-24  Richard M. Stallman  <rms@gnu.org>
14209         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
14210         citation markers at start of each line.
14212         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
14213         citation markers at start of each line.
14215         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
14217         * files.el (mode-require-final-newline): Fix previous change.
14218         (require-final-newline): Fix type label.
14220 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
14222         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
14223         statement in buffer (broken by 2004-11-24 change).
14225 2005-04-24  Kim F. Storm  <storm@cua.dk>
14227         * ido.el (ido-everywhere): Save and restore old read-buffer-function
14228         and read-file-name-function values.  Don't overwrite existing
14229         non-nil values if ido-mode is enabled without ido-everywhere.
14231 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
14233         * files.el (mode-require-final-newline): Minor doc fix.
14235 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
14237         * subr.el (syntax-after): Doc fix.
14238         (syntax-class): If argument is nil, return nil.  Mask off upper 16
14239         bits, not 8 bits.
14241         * files.el (mode-require-final-newline): Doc fix.
14242         (backup-buffer-copy): Fix last change.
14244 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14246         * term/mac-win.el: Require select.  Set selection-coding-system to
14247         mac-system-coding-system.  Call menu-bar-enable-clipboard.
14248         (x-last-selected-text-clipboard, x-last-selected-text-primary)
14249         (x-select-enable-clipboard): New variables.
14250         (x-select-text, x-get-selection, x-selection-value)
14251         (x-get-selection-value, mac-select-convert-to-string)
14252         (mac-services-open-file, mac-services-open-selection)
14253         (mac-services-insert-text): New functions.
14254         (CLIPBOARD, FIND): Put mac-scrap-name property.
14255         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
14256         (public.tiff): Put mac-ostype property.
14257         (selection-converter-alist): Add entries for them.
14258         (mac-application-menu-map): New keymap.
14259         (interprogram-cut-function, interprogram-paste-function): Set to
14260         x-select-text and x-get-selection-value, respectively.
14261         (split-window-keep-point): Set to t.
14263 2005-04-23  Richard M. Stallman  <rms@gnu.org>
14265         * files.el (read-directory-name): Always pass non-nil
14266         DEFAULT-FILENAME arg to read-file-name.
14267         (backup-buffer-copy, basic-save-buffer-2): Take care against
14268         writing thru an unexpected existing symlink.
14269         (revert-buffer): In indirect buffer, revert the base buffer.
14270         (magic-mode-alist): Doc fix.
14271         (buffer-stale-function): Doc fix.
14272         (minibuffer-with-setup-hook): Avoid warning.
14273         (mode-require-final-newline): Doc and custom fix.
14275         * follow.el (follow-end-of-buffer): Use with-no-warnings.
14277         * font-lock.el (font-lock-comment-face): On terminals with few colors,
14278         use the default appearance.
14279         (font-lock-comment-delimiter-face): New face, new variable.
14281         * imenu.el (imenu--generic-function): The official position of a
14282         definition is the start of the line that BEG is in.
14284         * midnight.el (midnight-timer): Move defvar up.
14286         * mouse.el (mouse-drag-region-1): Delete some debugging code.
14288         * saveplace.el (save-place-to-alist): Use with-no-warnings.
14290         * startup.el (command-line): Use with-no-warnings.
14292         * window.el (window-size-fixed): New defvar.
14294         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
14296         * mail/rmail.el (rmail-font-lock-keywords):
14297         Use font-lock-comment-delimiter-face.
14299         * mail/sendmail.el (mail-font-lock-keywords):
14300         Use font-lock-comment-delimiter-face.
14302         * progmodes/compile.el (next-error-highlight-timer): New defvar.
14304 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
14306         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14307         Specify t for LAXMATCH when matching directories.
14308         Save match data around compilation-compat-error-properties form.
14310 2005-04-23  David Kastrup  <dak@gnu.org>
14312         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
14313         Mention that the autoloaded aliases should be kept for AUCTeX.
14315 2005-04-23  Andreas Schwab  <schwab@suse.de>
14317         * isearch.el (isearch-forward): Doc fix.
14319 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
14321         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
14322         (jit-lock-stealth-nice): Change default value to 0.5.
14324 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
14326         * abbrev.el (write-abbrev-file): Write table entries in
14327         alphabetical order by table name.
14329 2005-04-22  Kim F. Storm  <storm@cua.dk>
14331         * ido.el (ido-read-internal): Fix `list' completion.
14333 2005-04-22  Kenichi Handa  <handa@m17n.org>
14335         * recentf.el (recentf-save-file-coding-system): New variable.
14336         (recentf-save-list): Encode the file by
14337         recentf-save-file-coding-system and add coding: tag.
14339 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
14341         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
14343 2005-04-21  Lute Kamstra  <lute@gnu.org>
14345         * loadhist.el (unload-feature): Don't remove a function from hooks
14346         if it is about to be restored to an autoload .  Remove functions
14347         that will become unbound from auto-mode-alist.  Simplify the code.
14349         * subr.el (assq-delete-all): New implementation that is linear,
14350         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
14351         (rassq-delete-all): New function.
14353         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
14354         Add size-indication-mode.
14356 2005-04-21  Kenichi Handa  <handa@m17n.org>
14358         * international/mule-cmds.el: Add autoload for widget-value in
14359         eval-when-compile.
14361 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
14363         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
14364         Add tooltip-mode.
14366         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
14368 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
14370         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
14371         (inferior-lisp-filter-regexp, inferior-lisp-program)
14372         (inferior-lisp-load-command, inferior-lisp-prompt)
14373         (inferior-lisp-mode-hook, lisp-source-modes)
14374         (inferior-lisp-load-hook): defvar->defcustom.
14375         (inferior-lisp-program, inferior-lisp-prompt)
14376         (inferior-lisp-load-hook): Doc fixes.
14377         (inferior-lisp-install-letter-bindings): Small change in
14378         introductory comment.
14380 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
14382         * vc.el (vc-annotate-color-map): Change some colors so that text
14383         using them as foreground is readable on both white and black
14384         backgrounds.
14386 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14388         * international/mule-conf.el (translation-table-for-input):
14389         Remove redundant declaration.
14391 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
14393         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
14395         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
14396         (tooltip-toggle-gud-tips): New function.
14398 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14400         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
14401         right angle brackets.
14403 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
14405         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
14407 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14409         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
14410         Remove.  Update callers to use expand-file-name instead.
14412         * subr.el (syntax-class): New function.
14414         * simple.el (blink-matching-open): Use it.
14416         * paren.el (show-paren-function): Use it to recognize parens that are
14417         also used in 2-char comment markers.
14419 2005-04-19  Lute Kamstra  <lute@gnu.org>
14421         * loadhist.el (unload-feature): Update for new format of
14422         load-history.  Simplify the code.
14424 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14426         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
14427         (mac-add-charset-info): New function.  Initialize variable
14428         mac-charset-info-alist using it.
14429         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
14430         for translation.
14431         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
14432         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
14433         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
14434         New CCL programs.
14436 2005-04-19  Kim F. Storm  <storm@cua.dk>
14438         * simple.el (next-buffer, prev-buffer, next-error)
14439         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
14440         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
14442         * bindings.el (next-buffer, prev-buffer, next-error)
14443         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
14444         (clone-indirect-buffer-other-window): Move bindings from simple.el.
14445         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
14446         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
14448 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14450         * isearch.el (isearch-edit-string): Make the search-ring available for
14451         minibuffer history commands.
14452         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
14453         the default history commands now work just as well.
14454         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
14456 2005-04-18  Kim F. Storm  <storm@cua.dk>
14458         * emulation/cua-base.el (cua--pre-command-handler): Add more
14459         elaborate check for shift modifier on non-window systems.
14461 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
14463         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
14465 2005-04-18  Kim F. Storm  <storm@cua.dk>
14467         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
14468         and make it optional.  Don't test tooltip-gud-echo-area here.
14469         (tooltip-gud-process-output, gdb-tooltip-print):
14470         Pass tooltip-gud-echo-area to tooltip-show.
14471         (tooltip-help-tips): Remove second optional arg to tooltip-show.
14473 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14475         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
14476         `display-graphic-p' may not be bound yet.
14478 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
14480         * startup.el (command-line): No longer enable Xterm Mouse mode by
14481         default in terminals compatible with xterm.
14483         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
14485 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
14487         * tooltip.el (tooltip-gud-echo-area): Rename from
14488         tooltip-use-echo-area.
14489         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
14490         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
14491         area independently of where help tooltips are displayed.
14493 2005-04-17  David Kastrup  <dak@gnu.org>
14495         * cus-theme.el (custom-theme-write-variables): Quote variables
14496         where necessary.
14498 2005-04-17  Richard M. Stallman  <rms@gnu.org>
14500         * simple.el (yank-excluded-properties): Add follow-link to value.
14502         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
14504         * startup.el (fancy-splash-max-time): Just 30 seconds.
14505         (fancy-splash-delay): Just 7.
14506         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
14508         * loadhist.el (unload-feature): Update for new format of load-history.
14509         Simplify the code.
14511         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
14512         (rmail-font-lock-keywords): Don't fontify the text of a citation.
14514         * mail/sendmail.el (mail-font-lock-keywords):
14515         Don't fontify subject text.
14516         Don't fontify the text of a citation.
14518 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
14520         * comint.el (comint-output-filter): Run comint-output-filter-functions
14521         with point where the user had it.
14523 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14525         * international/ucs-tables.el (ucs-set-table-for-input):
14526         Disable when using unify-on-decoding.
14528 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
14530         * emulation/cua-base.el (cua-global-mark-face): Add special case
14531         for displays supporting a high number of colors.
14533 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
14535         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
14537 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
14539         * filesets.el (filesets-add-buffer): If user supplies a name of a
14540         non-existing fileset, create a new fileset.
14542 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
14544         * textmodes/org.el (org-up-heading-all): Fix bug with
14545         `outline-up-heading-all'.
14547 2005-04-16  Andreas Schwab  <schwab@suse.de>
14549         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
14550         /etc/permissions.d/* and /etc/aliases.d/*.
14552 2005-04-16  Kenichi Handa  <handa@m17n.org>
14554         * international/code-pages.el (cp-make-coding-system):
14555         Set `translation-table-for-input' property value to the symbol
14556         ucs-mule-to-mule-unicode, not to that value.
14557         (pt154): Escape guillemet by `\'.
14559 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
14561         * loadup.el: Load tooltip if x-show-tip is fboundp.
14563         * startup.el (command-line): Add comment.
14565         * tooltip.el (tooltip-mode): Specify correct standard value for
14566         Custom in init-value.
14568 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
14570         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
14571         possible.
14573 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
14575         * textmodes/org.el (org-agenda-date-prompt): Rename from
14576         `org-agenda-date-today'.
14577         (org-evaluate-time-range): Insert at point instead of directly
14578         after time range.
14579         (org-first-headline-recenter, org-subtree-end-visible-p)
14580         (org-optimize-window-after-visibility-change): New functions
14581         (org-agenda-post-command-hook): Don't allow point at end of line,
14582         to make sure it always hits the text properties.
14583         (org-agenda-next-date-line, org-agenda-previous-date-line):
14584         New commands.
14585         (org-set-regexps-and-options): Category may contain white space.
14586         (org-agenda-get-deadlines, org-agenda-get-scheduled):
14587         Improve marker positions.
14588         (org-agenda-new-marker): Argument POS made optional.
14589         (org-agenda-get-timestamps): Deadlines which are done are listed
14590         in org-done-face now.
14591         (org-agenda-get-todos, org-agenda-get-timestamps)
14592         (org-agenda-get-deadlines, org-agenda-get-scheduled):
14593         Set `undone-face' and `done-face' properties.
14594         (org-last-todo-state-is-todo): New variable.
14595         (org-todo): Set `org-last-todo-state-is-todo'.
14596         (org-agenda-todo): Change face according to
14597         `org-last-todo-state-is-todo'.  And change other lines referring to
14598         the same entry.
14599         (org-calendar-goto-agenda): New command.
14600         (org-calendar-to-agenda-key): New option.
14601         (org-startup-folded): New allowed value `content'.
14602         (org-set-regexps-and-options): Accept new value `content' for
14603         `org-startup-folded'.
14604         (org-get-current-options): Handle new value `content' for
14605         `org-startup-folded'.
14606         (org-insert-todo-heading): New command.
14607         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
14608         interactively in empty file and option
14609         `org-insert-mode-line-in-empty-file' has been set.
14610         (org-agenda-todo,org-agenda-priority): Modify to use
14611         `org-agenda-change-all-lines'.
14612         (org-warning-face): Change color on dark background
14614 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14616         * international/mule-cmds.el (set-locale-environment): On Mac OS,
14617         use preferences AppleLocale and AppleLanguages, and variable
14618         mac-system-locale for default locale.  On Mac OS Classic, use
14619         mac-system-coding-system for default coding systems.
14621         * term/mac-win.el: Don't set file-name-coding-system.
14622         Decode variables system-name, emacs-build-system, user-login-name, and
14623         user-full-name by mac-system-coding-system on Mac OS Classic.
14624         (mac-system-coding-system): New variable.
14626 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
14628         * startup.el (command-line): Handle `xterm-mouse-mode' before
14629         reading init file.
14631         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
14633 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
14635         * progmodes/sh-script.el (sh-here-document-word): Make it a
14636         defcustom.  Doc fix.
14637         (sh-add): Bash uses $(( )) for arithmetic.
14638         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
14639         (sh-maybe-here-document): Remove quotes and leading whitespace
14640         from heredoc word when closing.  Indent heredoc with tabs if word
14641         starts with "-".
14643 2005-04-13  Richard M. Stallman  <rms@gnu.org>
14645         * simple.el (undo): Fix previous change.
14647         * custom.el (defface): Doc fix.
14649 2005-04-13  Lute Kamstra  <lute@gnu.org>
14651         * Makefile.in (DONTCOMPILE): Remove list.
14652         (compile, compile-always): Don't use DONTCOMPILE.
14653         (update-authors): Load the library in which batch-update-authors
14654         is defined.
14655         * makefile.w32-in (DONTCOMPILE): Remove list.
14656         (compile, compile-always): Fix comments.
14657         (update-authors): Load the library in which batch-update-authors
14658         is defined.
14660         * generic-x.el (generic-mode-ini-file-find-file-hook):
14661         Rename to ini-generic-mode-find-file-hook.
14662         Keep generic-mode-ini-file-find-file-hook as an alias.
14663         (ini-generic-mode-find-file-hook): Rename from
14664         generic-mode-ini-file-find-file-hook.  Fix docstring.
14665         (ini-generic-mode): Docstring change.
14666         (bat-generic-mode-run-as-comint): Silence the byte compiler.
14668         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
14669         called from lisp.
14671         * generic.el: Move to the emacs-lisp subdir.
14673 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
14675         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
14676         and C-S- function and cursor motion keys.
14678 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
14680         * startup.el (command-line): Enable Xterm Mouse mode by default.
14681         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
14682         for Custom.  No longer show "Mouse" in mode line when enabled.
14683         Doc fix.
14685 2005-04-12  Kim F. Storm  <storm@cua.dk>
14687         * emulation/cua-base.el (cua-rectangle-face)
14688         (cua-rectangle-noselect-face): Define face attributes here.
14690         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
14692 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14694         * startup.el (command-line): Turn off blinking cursor if
14695         cursorBlink in resources is off or false.
14697 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14699         * term/mac-win.el (dnd): Require dnd.
14700         (mac-drag-n-drop): Call dnd-handle-one-url.
14701         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
14702         (kTextEncodingISOLatin2): Remove constants.
14703         (mac-script-code-coding-systems): New constant.
14704         (mac-handle-language-change): New function.
14705         (special-event-map): Bind it to `language-change' event.
14706         (mac-centraleurroman, mac-cyrillic): New coding systems.
14707         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
14708         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
14709         and mac-cyrillic-encoder to encode-mac-centraleurroman and
14710         encode-mac-cyrillic, respectively.
14712 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
14714         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
14715         Don't set overlay-arrow-string to "=>" as this is done
14716         globally in C now.
14718 2005-04-12  Lute Kamstra  <lute@gnu.org>
14720         * generic-x.el (rc-generic-mode, rul-generic-mode):
14721         Fix auto-mode-alist entries.
14722         (etc-fstab-generic-mode): Tweak fontification.
14724         * generic.el (generic-make-keywords-list): Fix docstring.
14725         (generic-mode-internal): Simplify generic-font-lock-keywords.
14727 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
14729         * whitespace.el (whitespace-buffer-leading)
14730         (whitespace-buffer-trailing): Revert the incorrect test inversion.
14731         However, fix the highlight area for the leading and
14732         trailing whitespaces to show space.
14734 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
14736         * whitespace.el (whitespace-version): Bump to 3.5
14738         (whitespace-buffer-leading, whitespace-buffer-trailing):
14739         Invert sense of the test to highlight the whitespace.
14741 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
14743         * progmodes/gud.el (gud-display-line): GUD uses its own
14744         overlay arrow now so don't set overlay-arrow-string.
14745         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
14747 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
14749         * term.el (term-ansi-current-bold, term-ansi-current-underline)
14750         (term-ansi-current-reverse, term-ansi-current-invisible)
14751         (term-ansi-face-already-done): Change to boolean.
14752         (term-reset-terminal, term-handle-colors-array): Handle the above
14753         vars accordingly.
14754         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
14755         (term-emulate-terminal): Use the new name.
14757         * faces.el (secondary-selection): Use yellow1, not yellow.
14758         (trailing-whitespace): Use red1, not red.
14760 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14762         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
14763         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
14764         (dired-dnd-handle-file): Call dnd-get-local-file-uri
14766         * cus-edit.el (dnd): New group.
14768         * term/w32-win.el (dnd): Require dnd
14769         (w32-drag-n-drop): Call dnd-handle-one-url.
14771         * x-dnd.el: Require dnd.
14772         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
14773         Call dnd-handle-one-url.
14774         (x-dnd-types-alist, x-dnd-insert-utf8-text)
14775         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
14776         to dnd-insert-text.
14777         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
14778         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
14779         (x-dnd-get-local-file-name, x-dnd-open-local-file)
14780         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
14782         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
14784 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
14786         * wdired.el: Doc fixes.
14787         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
14788         (wdired-use-dired-vertical-movement): Rename from
14789         wdired-always-move-to-filename-beginning.
14790         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
14791         (wdired-change-to-wdired-mode): Change mode name.
14792         (wdired-newline): Delete.
14794 2005-04-11  Richard M. Stallman  <rms@gnu.org>
14796         * whitespace.el (whitespace-highlight-the-space):
14797         Don't call whitespace-unhighlight-the-space here.
14799         * simple.el (undo): Record t in undo-equiv-table
14800         for the redo record made by an undo-in-region.
14802 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
14804         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
14805         (gdb-frame-inferior-io-buffer): New Functions to control
14806         display of separate IO buffer.
14807         (menu): Add them to menu-bar.
14808         (gdb-display-buffer): Check for buffer another frame.
14809         Protect GUD buffer.
14810         (gdb-setup-windows): Create IO buffer if not already there.
14811         (gdb-memory-mode): Remove purecopy noops.
14813 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
14815         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
14816         and pass to self-insert-command.
14818 2005-04-11  Lute Kamstra  <lute@gnu.org>
14820         * generic.el: Commentary section cleanup.
14821         (generic): Delete.
14822         (generic-use-find-file-hook, generic-lines-to-scan)
14823         (generic-find-file-regexp, generic-ignore-files-regexp)
14824         (default-generic-mode, generic-mode-find-file-hook)
14825         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
14826         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
14827         (generic-use-find-file-hook, generic-lines-to-scan)
14828         (generic-find-file-regexp, generic-ignore-files-regexp)
14829         (default-generic-mode, generic-mode-find-file-hook)
14830         (generic-mode-ini-file-find-file-hook): Move from generic.el.
14832 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
14834         * bookmark.el (bookmark-write-file): Catch errors writing file.
14835         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
14837 2005-04-10  Richard M. Stallman  <rms@gnu.org>
14839         * startup.el (fancy-splash-tail): Update copyright year.
14840         (command-line): Split part of -Q into -D.
14841         (emacs-basic-display): New defvar.
14842         (fancy-splash-text): Correct name of menu item.
14844         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
14846         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
14847         lines in one node.
14849         * comint.el (comint-send-input): New arg ARTIFICIAL.
14850         Callers in this file changed.
14852         * abbrev.el (define-abbrevs): Read system abbrevs properly.
14854         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
14856 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
14858         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
14859         `ldap-search-internal'.
14861 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14863         * files.el (set-auto-mode-1): Use line-end-position.
14865         * international/latin-1.el:
14866         * international/latin-2.el:
14867         * international/latin-3.el:
14868         * international/latin-4.el:
14869         * international/latin-5.el:
14870         * international/latin-8.el:
14871         * international/latin-9.el: Give punctuation syntax to NBSP.
14873         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
14874         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
14875         Use char-classes to accept non-ascii letters, accepted in some recent
14876         bibtex implementations.
14878 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
14880         * custom.el (custom-set-minor-mode): Any non-nil value for the
14881         variable should enable the mode when set through Custom.
14883 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14885         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
14886         TAB binding so tab-always-indent is obeyed.
14887         (vhdl-minibuffer-local-map): Move initialization into declaration.
14888         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
14889         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
14890         (vhdl-hooked-abbrev): Avoid test for XEmacs.
14891         (vhdl-current-line): Use line-beginning-position.
14892         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
14893         with-output-to-temp-buffer, so the current position can be recorded.
14895 2005-04-10  Masatake YAMATO  <jet@gyve.org>
14897         * progmodes/compile.el (compilation-error-regexp-alist-alist):
14898         Add regexp for gcov.
14900 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14902         * calendar/time-date.el (time-to-seconds, seconds-to-time)
14903         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
14904         syntax which Emacs 20 doesn't support.
14906 2005-04-09  Richard M. Stallman  <rms@gnu.org>
14908         * help.el (describe-key-briefly, describe-key):
14909         Replace strings as event types with "(any string)".
14911 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14913         * arc-mode.el (archive-mode-map): Move initialization into
14914         the declaration.  Override *all* bindings of `undo'.
14915         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
14917 2005-04-09  Jay Belanger  <belanger@truman.edu>
14919         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
14921 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
14923         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
14924         (xterm-register-default-colors): Update color values computation
14925         to match xterm-200.
14927 2005-04-09  Kenichi Handa  <handa@m17n.org>
14929         * international/code-pages.el (iso-latin-7): Fix the map.
14931 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
14933         * emacs-lisp/lisp.el (defun-prompt-regexp)
14934         (parens-require-spaces, buffer-end, end-of-defun)
14935         (insert-parentheses): Doc fixes.
14937 2005-04-08  Kim F. Storm  <storm@cua.dk>
14939         * comint.el (comint-highlight-prompt): Fix face spec.
14940         * hi-lock.el (hi-green): Likewise.
14942 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
14944         * cus-edit.el (custom-modified-face):
14945         * comint.el (comint-highlight-input): Fix previous changes.
14946         * term.el (term-handle-ansi-escape): Add a comment.
14948 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14950         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
14951         in the buffer and in whitespace-highlighted-space.
14952         (whitespace-unhighlight-the-space): Simplify.
14953         (whitespace-buffer): Simplify.
14955 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
14957         * textmodes/table.el (table-cell-face): Add special case for
14958         displays supporting a high number of colors.
14959         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
14960         (vhdl-font-lock-reserved-words-face)
14961         (vhdl-speedbar-architecture-face)
14962         (vhdl-speedbar-instantiation-face)
14963         (vhdl-speedbar-architecture-selected-face)
14964         (vhdl-speedbar-instantiation-selected-face): Likewise.
14965         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
14966         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
14967         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14968         (ebrowse-root-class-face, ebrowse-member-attribute-face)
14969         (ebrowse-progress-face): Likewise.
14970         * progmodes/compile.el (compilation-info-face): Likewise.
14971         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
14972         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
14973         * calendar/calendar.el (diary-face): Likewise.
14974         * woman.el (woman-italic-face, woman-bold-face)
14975         (woman-unknown-face): Likewise.
14976         * wid-edit.el (widget-button-pressed-face): Likewise.
14977         * whitespace.el (whitespace-highlight-face): Likewise.
14978         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
14979         * pcvs-info.el (cvs-marked-face): Likewise.
14980         * info.el (info-xref): Likewise.
14981         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
14982         * hilit-chg.el (highlight-changes-face)
14983         (highlight-changes-delete-face): Likewise.
14984         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
14985         (hi-red-b): Likewise.
14986         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
14987         * font-lock.el (font-lock-keyword-face)
14988         (font-lock-function-name-face, font-lock-warning-face): Likewise.
14989         * cus-edit.el (custom-invalid-face, custom-modified-face)
14990         (custom-set-face, custom-changed-face, custom-variable-tag-face)
14991         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
14992         * comint.el (comint-highlight-prompt): Likewise.
14994 2005-04-08  Lute Kamstra  <lute@gnu.org>
14996         * font-lock.el (font-lock-keywords): Docstring fixes.
14998 2005-04-08  Kenichi Handa  <handa@m17n.org>
15000         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
15001         chars are more than a limit, print " and more..." at the tail.
15003 2005-04-08  Kim F. Storm  <storm@cua.dk>
15005         * emacs-lisp/authors.el (authors-aliases): Update list.
15006         (authors-ignored-files): New list.
15007         (authors-fixed-entries): Fix typo.
15008         (authors-renamed-files-alist): Update list.
15009         (authors-add): Check authors-ignored-files.
15011 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
15013         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
15014         optional, to ensure backward compatibility.
15016 2005-04-08  Stephen Eglen  <stephen@gnu.org>
15018         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
15020 2005-04-08  Kim F. Storm  <storm@cua.dk>
15022         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
15024         * mouse.el (mouse-on-link-p): Doc fix.
15026 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
15028         * ielm.el (ielm-prompt-read-only): Doc fix.
15030         * comint.el (comint-prompt-read-only): Doc fix.
15032 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
15034         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
15035         ensure dired always handles wildcards passed to ffap.
15036         (find-file-at-point): Use it.
15037         (ffap-dired-wildcards): Doc fix.
15039 2005-04-07  Juri Linkov  <juri@jurta.org>
15041         * simple.el (next-error-overlay-arrow-position): New defvar.
15042         Put "=>" on its property `overlay-arrow-string'.  Add it to
15043         `overlay-arrow-variable-list'.
15045         * progmodes/compile.el (compilation-setup):
15046         Set `next-error-overlay-arrow-position' to nil.  Also set it to
15047         nil in the local hook `kill-buffer-hook'.  Make local variable
15048         `overlay-arrow-string' and set it to "=>".
15049         (compilation-goto-locus): Set BOL position to
15050         `next-error-overlay-arrow-position' instead of
15051         `overlay-arrow-position'.
15053         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
15054         locally instead of adding it to the global hook.
15055         (Info-kill-buffer): Move up.
15057 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
15059         * term/xterm.el (xterm-standard-colors): Update color values from
15060         xterm-200.
15062 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15064         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
15066         * fast-lock.el:
15067         * lazy-lock.el: Move them to the obsolete subdir.
15069 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
15071         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
15072         (wdired-add-replace-advice): Remove.
15073         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
15075 2005-04-06  Kim F. Storm  <storm@cua.dk>
15077         * startup.el (command-line): Add --bare-bones alias for -Q.
15079 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15081         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
15082         create the startup fontset if a font specification ends with
15083         `mac-roman'.
15085 2005-04-06  Lute Kamstra  <lute@gnu.org>
15087         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
15088         change.
15090         * emacs-lisp/copyright.el (copyright-update-year): Replace the
15091         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
15093 2005-04-05  Lute Kamstra  <lute@gnu.org>
15095         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
15096         (define-generic-mode): Ditto.  Fix debug declaration.
15098         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
15099         Put them in the generic-x group.
15101         * calendar/timeclock.el (timeclock): Doc fix.
15103         * generic.el (define-generic-mode): Don't use custom-current-group.
15104         Document default :group value.
15105         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
15106         (define-global-minor-mode): Don't use custom-current-group.
15108 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
15110         * startup.el (command-line-1): Display startup-echo-area-message
15111         when fancy splash screen is in use.
15113         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
15114         (sh-escaped-newline): New face.
15115         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
15116         newline, and use sh-escaped-newline face.
15118         * progmodes/tcl.el (tcl-escaped-newline): New face.
15119         (tcl-builtin-list): New variable.
15120         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
15121         newlines.  Fix keywords subexpression number.
15123 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
15125         * textmodes/org.el (org-diary-default-entry): Fix call to
15126         `add-to-diary-entry'.
15128 2005-04-05  Kim F. Storm  <storm@cua.dk>
15130         * ediff-init.el: Use (featurep 'xemacs).
15132 2005-04-05  David Ponce  <david@dponce.com>
15134         * cus-edit.el (face): Derive from symbol widget.  Display sample
15135         of the current face on the fly.
15136         (widget-face-sample-face-get, widget-face-notify): New functions.
15137         (widget-face-value-create): Remove.
15139         * wid-edit.el (widget-field-end): Temporarily remove field
15140         narrowing before to call `get-char-property'.
15142 2005-04-04  Jay Belanger  <belanger@truman.edu>
15144         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
15145         (math-read-subscripts): New variable.
15146         (math-read-preprocess-string): Process subscripts.
15148 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
15150         * comint.el (comint-prompt-read-only): Doc fix.
15152         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
15153         `-1'.  Doc fix.
15155 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
15157         * textmodes/org.el (org-insert-mode-line-in-empty-file):
15158         Change default value to nil.
15160 2005-04-04  Lute Kamstra  <lute@gnu.org>
15162         * autorevert.el (auto-revert-mode): Specify :group.
15163         * battery.el (display-battery-mode): Specify :group.
15164         * diff-mode.el (diff-minor-mode): Specify :group.
15165         * font-core.el (font-lock-mode): Specify :group.
15166         * hl-line.el (hl-line-mode): Specify :group.
15167         * iimage.el (iimage): New customization group.
15168         (iimage-mode): Specify :group.
15169         * longlines.el (longlines-mode): Specify :group.
15170         * master.el: Don't require easy-mmode.
15171         (master): New customization group.
15172         (master-mode): Specify :group.
15173         * msb.el (msb-mode): Specify :group.
15174         * reveal.el (reveal-mode): Specify :group.
15175         * simple.el (next-error-follow-minor-mode): Specify :group.
15176         * smerge-mode.el (smerge-mode): Specify :group.
15177         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
15178         * emulation/cua-base.el (cua-mode): Specify :group.
15179         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
15180         * language/thai-util.el (thai-auto-composition-mode)
15181         (thai-word-mode): Specify :group.
15182         * mail/supercite.el (sc-minor-mode): Specify :group.
15183         * progmodes/cwarn.el (cwarn-mode): Specify :group.
15184         * progmodes/flymake.el (flymake-mode): Specify :group.
15185         * progmodes/glasses.el (glasses-mode): Specify :group.
15186         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
15187         * textmodes/enriched.el (enriched-mode): Specify :group.
15188         * textmodes/refill.el (refill-mode): Specify :group.
15190         * add-log.el (change-log-font-lock-keywords): Names in
15191         parenthesized lists can contain spaces.
15193 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
15195         * startup.el (fancy-splash-text): Shorten default text of
15196         "Emacs Tutorial" line.  Also, if the current language env
15197         indicates an available tutorial file other than TUTORIAL,
15198         extract its title and append it to the line in parentheses.
15199         (fancy-splash-insert): If arg is a thunk, funcall it.
15201 2005-04-04  Jay Belanger  <belanger@truman.edu>
15203         * calc.el (calc-language-alist): Add tags to customization type.
15205 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
15207         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
15208         Doc fix.
15210 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
15212         * add-log.el (change-log-font-lock-keywords): The manual
15213         describing a Change Log entry, says: (...) "Aside from these
15214         header lines, every line in the change log starts with a space or
15215         a tab.".  The font-lock was not highlighting lines started with
15216         spaces, added support for it.
15218 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15220         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
15221         (bibtex-generate-url-list): Update docstring accordingly.  Put the
15222         complex example in the docstring.
15223         (bibtex-font-lock-url): Use pop.
15225 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15227         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
15229         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
15231 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
15233         * filesets.el (filesets-set-default): Doc fix.
15235 2005-04-03  Lute Kamstra  <lute@gnu.org>
15237         * generic.el (define-generic-mode): Add argument to specify
15238         keywords for defcustom.
15239         (default-generic-mode): Specify :group.
15241         * generic-x.el: Specify :group for all generic modes.
15243         * desktop.el (desktop-no-desktop-file-hook)
15244         (desktop-after-read-hook): Doc fix.
15246 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
15248         * simple.el (visible-mode): Use explicit :group keyword.
15249         This changes the group of `visible-mode-hook' from paren-blinking
15250         to editing-basics.
15252 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
15254         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
15255         mailbox specifications as well as URLs.
15256         (rmail-insert-inbox-text): Remove unused conditional branches.
15258 2005-04-01  Jay Belanger  <belanger@truman.edu>
15260         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
15261         (calc-gnuplot-print-command): Move definitions to calc.el.
15263         * calc/calc-embed.el (calc-embedded-announce-formula)
15264         (calc-embedded-open-formula, calc-embedded-close-formula)
15265         (calc-embedded-open-word, calc-embedded-close-word)
15266         (calc-embedded-open-plain, calc-embedded-close-plain)
15267         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
15268         (calc-embedded-open-mode, calc-embedded-close-mode):
15269         Move definitions to calc.el.
15271         * calc/calc.el (calc-settings-file, calc-language-alist):
15272         Make customizable.
15273         (calc-embedded-announce-formula, calc-embedded-open-formula)
15274         (calc-embedded-close-formula, calc-embedded-open-word)
15275         (calc-embedded-close-word, calc-embedded-open-plain)
15276         (calc-embedded-close-plain, calc-embedded-open-new-formula)
15277         (calc-embedded-close-new-formula, calc-embedded-open-mode)
15278         (calc-embedded-close-mode, calc-gnuplot-name)
15279         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
15280         from other files and make customizable.
15282 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15284         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
15285         Use buffer-live-p.
15286         (cvs-mode-run): Don't call cvs-update-header here.
15287         (cvs-run-process): Call cvs-update-header.
15288         Use process properties for cvs-postprocess and cvs-buffer so that
15289         the sentinel can behave better if the temp buffer is killed.
15290         Use a pipe rather than a tty, to better handle unexpected prompts.
15291         (cvs-sentinel): Rewrite.  Call cvs-update-header.
15293 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
15295         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
15296         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
15298 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15300         * generic.el (define-generic-mode): Add indentation rule.
15302 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
15304         * files.el (mode-require-final-newline): Make Custom correctly
15305         report a nil value and allow to set it to nil via Custom.
15306         Doc fix.
15308 2005-04-01  Kenichi Handa  <handa@m17n.org>
15310         * international/characters.el: Enable the correct case setting for
15311         dotless-i and dotted-I.
15313 2005-04-01  Kim F. Storm  <storm@cua.dk>
15315         * ido.el (ido-file-internal): Fall back to non-ido command if
15316         initial directory is on slow ftp (or tramp) host.
15318 2005-03-31  Richard M. Stallman  <rms@gnu.org>
15320         * emacs-lisp/autoload.el (make-autoload):
15321         Handle define-global-minor-mode.
15323         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
15324         Rename from easy-mmode-define-global-mode.
15325         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
15327         * progmodes/scheme.el (scheme-mode-syntax-table):
15328         Update syntax of | and # for two-character comment syntax.
15330 2005-03-31  Lute Kamstra  <lute@gnu.org>
15332         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
15333         (define-minor-mode): Call custom-current-group at load-time.
15335         * generic.el (define-generic-mode): Add debug declaration.
15336         Add defcustom for the mode hook.
15337         (generic-mode-internal): Use run-mode-hooks.
15339 2005-03-31  Kim F. Storm  <storm@cua.dk>
15341         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
15342         (mouse-fixup-help-message): New defun called by show_help_echo
15343         to fixup mouse-2 prefix in help messages when applicable.
15345         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
15347 2005-03-31  Kenichi Handa  <handa@m17n.org>
15349         * language/thai-word.el (thai-find-word-ends): Pay attention to
15350         the case that we reach the end of buffer.
15352         * textmodes/fill.el (fill-text-properties-at): New function.
15353         (fill-newline): Use fill-text-properties-at instead of
15354         text-properties-at.
15356 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
15358         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
15359         not comint-quote-filename.
15361 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
15363         * help-fns.el (help-with-tutorial): Revert last change.
15365 2005-03-31  Kim F. Storm  <storm@cua.dk>
15367         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
15369 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
15371         * calendar/cal-china.el: Update reference to "Calendrical
15372         Calculations" book; there's a new edition.
15373         * calendar/cal-coptic.el: Likewise.
15374         * calendar/cal-french.el: Likewise.
15375         * calendar/cal-hebrew.el: Likewise.
15376         * calendar/cal-islam.el: Likewise.
15377         * calendar/cal-iso.el: Likewise.
15378         * calendar/cal-julian.el: Likewise.
15379         * calendar/cal-mayan.el: Likewise.
15380         * calendar/cal-persia.el: Likewise.
15381         * calendar/calendar.el: Likewise.
15382         * calendar/holidays.el: Likewise.
15383         * calendar/lunar.el: Likewise.
15384         * calendar/solar.el: Likewise.
15386         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
15387         white space from doc string.
15389 2005-03-30  Jay Belanger  <belanger@truman.edu>
15391         * calc/calc-help.el (calc-full-help): Remove email address.
15393 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
15395         * help-fns.el (help-with-tutorial): Delete title line.
15397 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
15399         * calendar/cal-x.el (calendar-one-frame-setup)
15400         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
15401         rather than 'symbol for set-window-dedicated-p.
15403         * calendar/appt.el (appt-buffer-name): Make it a constant.
15404         (appt-add): Doc fix.
15406         * filesets.el (filesets-menu-path, filesets-menu-before)
15407         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
15408         (filesets-menu-cache-file): Use directory ~/.emacs.d.
15409         (filesets-add-submenu): Delete and use add-submenu instead.
15411 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
15413         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
15414         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
15415         (org-diary-default-entry): New function.
15416         (org-get-entries-from-diary): Better parsing of diary entries.
15417         (org-agenda-check-no-diary): New function.
15418         ("diary-lib"): Advice to function `add-to-diary-list', to allow
15419         linking to diary entries.
15420         (org-agenda-execute-calendar-command): New function.
15421         (org-agenda): Improve visible section in window.
15422         Use `org-fit-agenda-window'.
15423         (org-fit-agenda-window): New option.
15424         (org-move-subtree-down): Better handling of empty lines
15425         at end of subtree.
15426         (org-cycle): Numeric prefix is interpreted now as show-subtree N
15427         levels up.
15428         (org-fontify-done-headline): New option.
15429         (org-headline-done-face): New face.
15430         (org-set-font-lock-defaults): Use `org-headline-done-face'.
15431         (org-table-copy-down): Rename from `org-table-copy-from-above'.
15432         When current field is non-empty, it is copied to next row.
15433         (org-table-copy-from-above): Fix bug which made it
15434         impossible to copy fields containing only a single non-white character.
15436 2005-03-30  Kim F. Storm  <storm@cua.dk>
15438         * kmacro.el (kmacro-end-macro): Isearch may store this command
15439         into the macro -- so ignore it when executing keyboard macro.
15441 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
15443         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
15445 2005-03-29  Kenichi Handa  <handa@m17n.org>
15447         * language/thai.el ("Thai"): Set setup-function and exit-function
15448         for Thai language environment.
15450         * language/thai-util.el: Require thai-word.
15451         (thai-word-mode-map): New variable.
15452         (thai-word-mode): New minor mode.
15453         (setup-thai-language-environment-internal): New function.
15454         (exit-thai-language-environment-internal): New function.
15456         * language/thai-word.el (thai-word-table): Declare it by defvar,
15457         use dolist to initialize it.
15458         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
15459         (thai-fill-find-break-point): New functions.
15461 2005-03-29  Richard M. Stallman  <rms@gnu.org>
15463         * simple.el (idle-update-delay): Move definition up.
15464         (set-mark): Doc fix.
15466 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
15468         * longlines.el: New file.
15470         * simple.el (buffer-substring-filters): New variable.
15471         (filter-buffer-substring): New function.
15472         (kill-region, copy-region-as-kill): Use it.
15474         * register.el (copy-to-register, append-to-register)
15475         (prepend-to-register): Use filter-buffer-substring.
15477 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
15479         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
15480         (gud-filter-pending-text): Move in front of gdb.
15481         (gud-overlay-arrow-position): New variable.
15482         (gud-sentinel, gud-display-line): Use it in place of
15483         overlay-arrow-position.
15485 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
15487         * progmodes/fortran.el (fortran-if-indent): Doc fix.
15488         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
15489         (fortran-font-lock-keywords-4): New variable.
15490         (fortran-blocks-re, fortran-end-block-re)
15491         (fortran-start-block-re): New constants, for hideshow.
15492         (hs-special-modes-alist): Add a Fortran entry.
15493         (fortran-mode-map): Bind fortran-end-of-block,
15494         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
15495         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
15496         (fortran-looking-at-if-then, fortran-end-of-block)
15497         (fortran-beginning-of-block): New functions, for hideshow.
15499         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
15500         Doc fix.  Tweak regexp.
15501         (f90-beginning-of-block): Push mark first.
15503 2005-03-29  Jay Belanger  <belanger@truman.edu>
15505         * calc/calc.el: Update copyright date.
15506         (calc-version): Increase to 2.1.
15507         (calc-version-date): Remove.
15509         * calc/calc-help.el: Update copyright date.
15510         (calc-full-help): Remove reference to calc-version-date.
15511         Update copyright date.
15513 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15515         * vc.el (vc-do-command): Use a pipe for async processes, so password
15516         prompts don't show up at places where the user can't reply.
15518 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
15520         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
15521         on the file name we pass to the inferior shell.
15523 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
15525         * progmodes/which-func.el (which-function): Be robust in the face of an
15526         imenu--make-index-alist failure.
15528 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15530         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
15532         * progmodes/python.el (python-preoutput-filter): Fix last change.
15534 2005-03-29  Lute Kamstra  <lute@gnu.org>
15536         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
15537         functions and compiled macros.
15538         (debug-convert-byte-code): Handle macros too.
15539         (debug-on-entry-1): Don't signal an error when trying to clear a
15540         function that is not set to debug on entry.
15542 2005-03-29  Jay Belanger  <belanger@truman.edu>
15544         * calc/calc-lang.el: Add functions to math-function-table
15545         properties of tex and math.
15547 2005-03-29  Kenichi Handa  <handa@m17n.org>
15549         * ps-mule.el (ps-mule-plot-string): Translate characters by
15550         ps-print-translation-table.
15551         (ps-mule-begin-job): Call find-charset-region/string with
15552         ps-print-translation-table.
15553         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
15555         * ps-print.el (ps-print-translation-table): New variable.
15556         (ps-plot-region): Translate characters by ps-print-translation-table.
15558 2005-03-29  Juri Linkov  <juri@jurta.org>
15560         * simple.el (next-error-highlight-timer): New variable.
15562         * progmodes/compile.el (compilation-goto-locus):
15563         Use `next-error-highlight-timer' instead of `sit-for'.
15565 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15567         * mail/supercite.el (sc-mail-field): Use assoc-string.
15568         (sc-get-address): Simplify regexps.
15570         * files.el (minibuffer-with-setup-hook): New macro.
15571         (find-file-read-args): Use it to avoid let-binding
15572         minibuffer-with-setup-hook (which breaks turning on/off
15573         file-name-shadow-mode while in the prompt).
15575         * complete.el (PC-read-include-file-name-internal):
15576         Use test-completion.
15578 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
15580         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
15582 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15584         * window.el (window-buffer-height): Use count-screen-lines.
15586         * progmodes/python.el (python-preoutput-leftover): New var.
15587         (python-preoutput-filter): Use it.
15588         (python-send-receive): Loop until all the result has been received.
15590 2005-03-28  Juri Linkov  <juri@jurta.org>
15592         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
15594         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
15595         "Recover Crashed Session".
15596         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
15597         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
15598         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
15599         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
15600         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
15601         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
15602         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
15603         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
15605         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
15606         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
15607         Ediff Sessions", "Toggle use of separate control buffer frame",
15608         "Use separate frame for Ediff control buffer".
15610         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
15611         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
15612         "Rename Bookmark", "Delete Bookmark".
15614         * info.el (Info-mode-menu): Remove ellipsis from "Index".
15615         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
15616         Add `:active Info-index-alternatives' to "Next Matching Item".
15618         * wdired.el (wdired-change-to-wdired-mode):
15619         Mention `wdired-abort-changes' key in the initial message.
15621         * international/mule.el (auto-coding-alist): Associate non-ascii
15622         image filename extensions with `no-conversion'.
15624 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15626         * international/iso-acc.el:
15627         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
15629 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
15631         * textmodes/sgml-mode.el (html-mode): Doc update.
15633         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
15635 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
15637         * term.el (term-move-columns): Fix face after extending a line.
15638         (term-insert-spaces): Likewise.
15639         (term-reset-terminal): Fix off by one error.
15641 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
15643         * international/mule.el (auto-coding-alist): Add .xpi files.
15645         * files.el (auto-mode-alist): Add .xpi files.
15647 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
15649         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
15651 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
15653         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
15655 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
15657         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
15658         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
15660         * calendar/cal-move.el (calendar-beginning-of-year): Move the
15661         cursor to Jan 1 when needed.
15662         (calendar-end-of-year): Fix -/+ typo.
15663         Reported by Chong Yidong <cyd@stupidchicken.com>.
15665 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15667         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
15669         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
15670         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
15672 2005-03-25  Richard M. Stallman  <rms@gnu.org>
15674         * filesets.el (filesets-init): Add autoload.
15676         * mail/mailalias.el (mail-directory): Doc fix.
15678 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
15680         * mail/mailalias.el (mail-directory-process): Do nothing if
15681         mail-directory-process is an atom.
15682         (mail-get-names): Ignore mail-directory-names if it is an atom.
15683         (mail-directory-process defvar): Doc fix.
15684         (mail-names): Doc fix.
15686 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
15688         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
15690 2005-03-26  Kenichi Handa  <handa@m17n.org>
15692         * international/mule-util.el (detect-coding-with-priority):
15693         Call update-coding-systems-internal before detect-coding-region.
15695 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
15697         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
15698         (gdb-frames-mode-map): Add follow-link property.
15700 2005-03-25  Jay Belanger  <belanger@truman.edu>
15702         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
15703         for variables.
15705 2005-03-25  Juri Linkov  <juri@jurta.org>
15707         * image-mode.el: Optimize image filename extension regexps in
15708         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
15709         in `auto-mode-alist'.
15710         (image-mode): Add `image-toggle-display-text' to local hook
15711         `change-major-mode-hook'.  Display the image as an image by
15712         default.  Set `cursor-type' and `truncate-lines' if the image
15713         is already displayed.  Take into account the current mode (image
15714         or text) in message.
15715         (image-minor-mode): New minor mode.
15716         (image-mode-maybe, image-toggle-display-text): New functions.
15717         (image-toggle-display): Use called-interactively-p.
15718         Let-bind `inhibit-read-only' to t.
15720         * image-mode.el (image-minor-mode): Set `cursor-type' and
15721         `truncate-lines' if the image is already displayed.  Add turning
15722         image-minor-mode off to `change-major-mode-hook'.  Add message.
15723         Call `image-toggle-display-text' after turning image-minor-mode off.
15725 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15727         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
15728         Terminal.app, use utf-8.
15729         (set-display-table-and-terminal-coding-system): Add coding-system arg.
15730         (set-locale-environment): Use it.
15732         * term/xterm.el: Undo last change, better done in mule-cmds.el.
15734         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
15736         * progmodes/python.el (python-close-block-statement-p)
15737         (python-outdent-p, python-current-defun): Use symbol-end.
15739 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
15741         * files.el (save-some-buffers): Doc fix.
15743 2005-03-25  Werner Lemberg  <wl@gnu.org>
15745         * complete.el, thumbs.el: Replace `legal' with `valid'.
15746         * calendar/calendar.el: Replace `legal' with `valid'.
15747         * emacs-lisp/advice.el: Replace `legal' with `valid'.
15748         * mail/supercite.el: Replace `legal' with `valid'.
15749         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
15750         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
15751         Replace `legal' with `valid'.
15752         * textmodes/reftex-vars.el, textmodes/reftex.el:
15753         Replace `legal' with `valid'.
15755 2005-03-25  Werner Lemberg  <wl@gnu.org>
15757         * calc/calc-forms.el, calc/calc-sel.el:
15758         * midnight.el, vc-cvs.el:
15759         * emacs-lisp/cl-macs.el:
15760         * emulation/vip.el:
15761         * eshell/esh-io.el, eshell/esh-var.el:
15762         * mail/supercite.el:
15763         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
15764         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
15765         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
15766         * progmodes/sh-script.el, progmodes/xscheme.el:
15767         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
15768         * textmodes/reftex-index.el, textmodes/reftex-parse.el
15769         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
15770         * textmodes/reftex.el, textmodes/org.el:
15771         Replace `illegal' with `invalid'.
15773 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15775         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
15776         (flymake-find-buildfile, flymake-find-possible-master-files)
15777         (flymake-check-include, flymake-parse-line): Replace loops over the
15778         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
15780         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
15781         Substitute file-name-as-directory in the rest of the file.
15782         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
15783         (flymake-replace-region): Remove unused arg `buffer'.
15784         (flymake-check-patch-master-file-buffer): Update calls to it.
15785         (flymake-add-err-info): Remove unused var `count'.
15786         (flymake-mode): Use define-minor-mode.
15788         * progmodes/flymake.el: Use with-current-buffer.
15789         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
15790         flymake-replace-regexp-in-string, flymake-line-beginning-position)
15791         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
15792         Avoid testing for `xemacs'.
15793         (flymake-nop): Move.
15794         (flymake-region-has-flymake-overlays): Return the computed value.
15795         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
15796         Remove unused var `endline'.
15797         (flymake-get-line-count): Remove unused function.
15798         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
15800         * emulation/vi.el:
15801         * generic.el:
15802         * hilit-chg.el (global-highlight-changes):
15803         * hi-lock.el (hi-lock-mode):
15804         * follow.el: find-file-hooks -> find-file-hook.
15806         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
15808 2005-03-24  Juri Linkov  <juri@jurta.org>
15810         * dired.el (dired-mode-map): Add menu item "Compare directories"
15811         for dired-compare-directories.
15813         * dired-aux.el (dired-compare-directories): Add autoload cookie.
15814         Doc fix.  Replace `read-file-name' with `read-directory-name'.
15816 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15818         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
15820 2005-03-24  Jay Belanger  <belanger@truman.edu>
15822         * calc/calc-embed.el (calc-embedded-mode-change): Save all
15823         relevant mode settings in calc-embedded-original-modes when modes
15824         are permanently changed.
15826 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15828         * autoinsert.el: find-file-hooks -> find-file-hook.
15830 2005-03-24  Lute Kamstra  <lute@gnu.org>
15832         * generic.el (generic-font-lock-defaults): Make it obsolete.
15833         (generic-font-lock-keywords): New variable to replace
15834         generic-font-lock-defaults.
15835         (generic-mode-set-font-lock): Delete it.
15836         (generic-mode-internal): Don't call generic-mode-set-font-lock.
15837         (generic-bracket-support): Add docstring.
15839         * generic-x.el: Rename generic-font-lock-defaults to
15840         generic-font-lock-keywords throughout.
15841         (mailagent-rules-setup-function): Delete it.
15842         (mailagent-rules-generic-mode): Use anonymous function instead.
15843         (show-tabs-generic-mode-font-lock-defaults-1)
15844         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
15845         Quote faces.
15846         (show-tabs-tab-face, show-tabs-space-face): Specify background,
15847         not foreground.
15849         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
15850         Recognize define-generic-mode.
15852 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15854         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
15855         if there's no completion table.
15857 2005-03-23  Miles Bader  <miles@gnu.org>
15859         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15860         Remove tty-specific variants, as they're no longer needed.
15862 2005-03-23  Lute Kamstra  <lute@gnu.org>
15864         * generic-x.el: Code cleanup: make args constant whenever possible.
15865         (installshield-statement-keyword-list)
15866         (installshield-system-functions-list)
15867         (installshield-system-variables-list, installshield-types-list)
15868         (installshield-funarg-constants-list): Make them constants.
15870         * generic.el (generic-make-keywords-list): Add autoload cookie.
15872         * calendar/time-date.el: Add comment on time value formats.
15873         Don't require parse-time.
15874         (with-decoded-time-value): New macro.
15875         (encode-time-value): New function.
15876         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15877         (days-to-time): Return a valid time value when arg is huge.
15878         (time-since): Use time-subtract.
15879         (time-to-number-of-days): Use time-to-seconds.
15881 2005-03-23  David Ponce  <david@dponce.com>
15883         * recentf.el: (recentf-keep): New option.
15884         (recentf-menu-action): Default to `find-file'.
15885         (recentf-keep-non-readable-files-flag)
15886         (recentf-keep-non-readable-files-p)
15887         (recentf-file-readable-p, recentf-find-file)
15888         (recentf-cleanup-remote): Remove.
15889         (recentf-include-p): More robust.
15890         (recentf-keep-p): New function.
15891         (recentf-remove-if-non-kept): Rename from
15892         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
15893         All callers updated.
15894         (recentf-menu-items-for-commands): Fix help string.
15895         (recentf-track-closed-file): Update.  Doc fix.
15896         (recentf-cleanup): Update.  Count removed files.  Doc fix.
15898 2005-03-23  Kim F. Storm  <storm@cua.dk>
15900         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15901         Don't inherit from fringe face (now happens automatically).
15903 2005-03-22  Kim F. Storm  <storm@cua.dk>
15905         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
15906         position values.
15908 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15910         * menu-bar.el (showhide-date-time): Remove.
15911         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
15912         (menu-bar-make-mm-toggle): Simplify.
15914 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
15916         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
15917         Accept qualified variable and function names.
15919 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
15921         * bindings.el (completion-ignored-extensions):
15922         Remove ".lis" for `vax-vms'.
15924 2005-03-22  Andreas Schwab  <schwab@suse.de>
15926         * generic-x.el: Revert last change.
15927         * ldefs-boot.el: Update.
15929 2005-03-22  Jay Belanger  <belanger@truman.edu>
15931         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
15932         (calc-embedded-save-original-modes)
15933         (calc-embedded-restore-original-modes): New functions.
15934         (calc-do-embedded): Save original modes when entering embedded mode
15935         and restore when leaving embedded mode.
15936         (calc-embedded-modes-change): Change the value of
15937         calc-embedded-original-modes to reflect permanent changes.
15939 2005-03-22  Lute Kamstra  <lute@gnu.org>
15941         * generic-x.el: Require generic again.
15943 2005-03-22  Miles Bader  <miles@gnu.org>
15945         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15946         Tweak details to look good on both ttys and bitmap displays, light
15947         or dark background, etc.
15949 2005-03-21  Kim F. Storm  <storm@cua.dk>
15951         * tooltip.el (tooltip-show-help-function): Check car and cdr of
15952         mouse position.
15954 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15956         * icomplete.el: Don't forcibly turn on the mode upon load.
15957         (icomplete-mode): Use define-minor-mode.
15958         (icomplete-eoinput): Default to nil.
15959         (icomplete-minibuffer-setup): Remove autoload.
15960         (icomplete-tidy): Simplify.
15961         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
15962         in the initial state or if the user has modified the field.
15963         Fix handling of icomplete-max-delay-chars.
15964         Remove code that handles the oddball case where
15965         minibuffer-completion-table is an integer.
15966         Wrap icomplete-completions in while-no-input in case building
15967         completions takes more time than expected.
15968         (icomplete-completions): Simplify.
15970 2005-03-21  Richard M. Stallman  <rms@gnu.org>
15972         * jka-compr.el (jka-compr-really-do-compress):
15973         Make variable buffer-local.
15975         * image-mode.el: Handle .xpm files too.
15976         (image-toggle-display): Preserve modification flag.
15978         * help.el (where-is): Don't mention aliases with no key bindings.
15980 2005-03-21  Lute Kamstra  <lute@gnu.org>
15982         * generic.el: Fix commentary section.  Don't require cl for
15983         compilation.
15984         (generic-mode-list): Add autoload cookie.
15985         (generic-use-find-file-hook, generic-lines-to-scan)
15986         (generic-find-file-regexp, generic-ignore-files-regexp)
15987         (generic-mode, generic-mode-find-file-hook)
15988         (generic-mode-ini-file-find-file-hook): Fix docstrings.
15989         (define-generic-mode): Make it a defmacro.  Fix docstring.
15990         (generic-mode-internal): Code cleanup.  Add autoload cookie.
15991         (generic-mode-set-comments): Code cleanup.
15992         * generic-x.el: Don't prevent compilation.  Don't require generic.
15993         Follow coding conventions.  Minor code cleanup.
15994         (etc-fstab-generic-mode): Add some keywords.
15995         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
15996         define-generic-mode like a function declaration.
15998 2005-03-21  Jay Belanger  <belanger@truman.edu>
16000         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
16001         changing modes.
16003 2005-03-21  Sam Steingold  <sds@gnu.org>
16005         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
16007 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
16009         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
16010         Add underscore to "f$ lexicals" regexp.
16012 2005-03-20  Juri Linkov  <juri@jurta.org>
16014         * subr.el (progress-reporter-do-update): When `min-value' is equal
16015         to `max-value', set `percentage' to 0 and prevent division by zero.
16017 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
16019         Sync with Tramp 2.0.48.
16021         * net/tramp.el (all): Change all addresses to .gnu.org.
16022         (tramp-append-tramp-buffers): New defun.
16023         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
16024         Catch `dont-send' signal.
16025         (tramp-set-auto-save-file-modes): Set always permissions, because
16026         there might be an old auto-saved file belonging to another
16027         original file.  This could be a security threat.  Reported by
16028         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
16029         Check for Emacs 21.3.50 removed.
16031         * net/tramp-smb.el (all): Remove debug construct for
16032         `with-parsed-tramp-file-name'.
16033         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
16034         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
16035         No error message if DIRECTORY or FILENAME doesn't exist.
16036         (tramp-smb-open-connection): Check existence of
16037         `tramp-smb-program'.
16039 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16041         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
16042         Properly handle the case where the `m' or `s' command's argument is not
16043         yet terminated.
16044         (perl-indent-new-calculate): New function.
16045         (perl-indent-line): Use it.
16047 2005-03-20  Miles Bader  <miles@gnu.org>
16049         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
16050         in text-mode too.  Change to new face names.
16051         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
16052         Add `:weight bold' attribute.
16053         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
16055 2005-03-19  Juri Linkov  <juri@jurta.org>
16057         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
16059         * international/mule.el (auto-coding-alist): Sync with
16060         `auto-mode-alist' by adding upper case archive file extensions
16061         and adding ear/war to jar extension.
16063 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
16065         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
16066         running, restart it.
16068 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
16070         * finder.el (finder-current-item): Throw an error on an empty line.
16072         * man.el (Man-follow-manual-reference): If current-word returns
16073         nil, use "".
16075 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
16077         * simple.el (goto-line): Doc fix.
16079 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
16081         * files.el (save-buffer): Doc fix.
16083 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
16085         * recentf.el (recentf-cleanup-remote): New variable.
16086         (recentf-cleanup): Use it to conditionally check availability of
16087         remote files.
16089 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
16091         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
16092         function names.
16094 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
16096         * language/thai-word.el: New file.
16098 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
16100         * files.el (backup-buffer): If the file's directory is not
16101         writable, use copy instead of move to backup the file.
16103 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
16105         * obsolete/keyswap.el: Moved to obsolete/ from term/.
16107 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16109         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
16110         Use functionp instead of symbolp and fboundp.  Reported by Drkm
16111         <darkman_spam@yahoo.fr>.
16112         (ps-print-version): New version 6.6.6.
16114 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
16116         * textmodes/table.el (table--line-column-position): New idiom.
16117         (table--row-column-insertion-point-p): New function to test
16118         validity of row and column insertion operation at a location.
16119         (table-global-menu, table-cell-menu): Use above functions for
16120         deterministic test operation.
16121         (table--editable-cell-p): Behave in deterministic fashion.
16123 2005-03-18  Juri Linkov  <juri@jurta.org>
16125         * isearch.el (isearch-lazy-highlight-new-loop):
16126         Make arguments beg and end optional.
16127         (isearch-update): Remove optional arguments nil from
16128         isearch-lazy-highlight-new-loop.
16129         (isearch-lazy-highlight-search): Let-bind case-fold-search to
16130         isearch-lazy-highlight-case-fold-search instead of
16131         isearch-case-fold-search, and let-bind isearch-regexp to
16132         isearch-lazy-highlight-regexp.
16133         Use isearch-lazy-highlight-last-string instead of isearch-string.
16135         * replace.el (perform-replace): Remove bindings of global
16136         variables isearch-string, isearch-regexp, isearch-case-fold-search.
16137         Add three new arguments to `replace-highlight'.
16138         (replace-highlight): Add arguments string, regexp, case-fold.
16139         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
16140         to allow isearch-lazy-highlight-new-loop to use these values
16141         to set corresponding isearch-lazy-highlight-* internal
16142         variables whose values lazy highlighting will use regardless of
16143         changes to global variables isearch-string, isearch-regexp,
16144         isearch-case-fold-search during lazy highlighting loop.
16145         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
16146         to `lazy-highlight-cleanup'.
16148         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
16149         (ispell-highlight-face): Set default face to `isearch' when
16150         lazy highlighting is enabled.
16151         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
16152         priority to 1.  Add lazy highlighting.
16153         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
16154         from `isearch-dehighlight'.
16156 2005-03-18  David Ponce  <david@dponce.com>
16158         * files.el (hack-local-variables): Do a case-insensitive search
16159         for End.
16161 2005-03-18  Juri Linkov  <juri@jurta.org>
16163         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
16164         `isearch-lazy-highlight-cleanup', add alias to old name and
16165         declare obsolete.  Add release numbers to other obsolete vars.
16166         (isearch-done, isearch-lazy-highlight-new-loop):
16167         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
16168         (lazy-highlight-cleanup) <variable>: Doc fix.
16169         (isearch-lazy-highlight-update): Rename obsolete
16170         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
16172 2005-03-18  Kenichi Handa  <handa@m17n.org>
16174         * language/thai-util.el: Fix categorization of Thai characters in
16175         thai-category-table.
16176         (thai-composition-pattern): Adjust it for the above change.
16177         (thai-self-insert-command, thai-compose-syllable): New functions.
16178         (thai-compose-region): Use thai-compose-syllable.
16179         (thai-compose-string): Likewise.
16180         (thai-composition-function): Likewise.
16181         (thai-auto-composition): New function.
16182         (thai-auto-composition-mode): New minor mode.
16184         * language/thai.el: Fix patterns to be registered in
16185         composition-function-table.
16187         * international/quail.el (quail-input-method): Locally bind
16188         inhibit-modification-hooks to t.
16190 2005-03-17  Richard M. Stallman  <rms@gnu.org>
16192         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
16193         (perl-mode): Use run-mode-hooks.
16195         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
16196         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
16197         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
16199         * mail/sendmail.el (sendmail-send-it): Reenable the code
16200         to compute resend-to-address and use it.
16202         * tar-mode.el (tar-mode): Turn off undo unconditionally.
16204         * image-mode.el: New file.
16206         * image.el (insert-sliced-image): Add autoload cookie.
16208         * font-lock.el (font-lock-lines-before): New user option.
16209         (font-lock-after-change-function): Obey it.
16211         * bindings.el (esc-map): Make M-g a prefix.
16212         Bind M-g g and M-g M-g to goto-line.
16214         * faces.el (face-id): Doc fix.
16216 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
16218         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
16219         (rmail-show-message): Use rmail-unknown-mail-followup-to.
16220         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
16222         * mail/sendmail.el (mail-yank-ignored-headers)
16223         (mail-font-lock-keywords, mail-mode-fill-paragraph):
16224         Add Mail-Followup-To and Mail-Reply-To headers.
16225         (mail-citation-hook): Add autoload cookie.
16226         (mail-mode): Doc fix.
16227         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
16228         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
16229         (mail-mode-fill-paragraph): Handle those headers.
16230         (mail-mailing-lists): New variable.
16231         (mail-mail-reply-to, mail-mail-followup-to): New functions.
16233 2005-03-17  Juri Linkov  <juri@jurta.org>
16235         * isearch.el (isearch-fallback): Check for `(car previous)'
16236         before calling `isearch-other-end-state'.
16238 2005-03-17  Kim F. Storm  <storm@cua.dk>
16240         * simple.el (move-beginning-of-line): Move to beginning of buffer
16241         line, as well as beginning of screen line.
16243 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
16245         * calendar/diary-lib.el (mark-diary-entries): Use new optional
16246         argument REDRAW rather than calendar-redrawing variable.
16247         * calendar/calendar.el (calendar-redrawing): Delete.
16248         (redraw-calendar): Do not bind calendar-redrawing.
16250 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
16252         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
16253         diary-file buffer.
16255 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16257         * help.el (describe-mode): Allow a :minor-mode-function property to
16258         specify a different minor mode toggle function than the variable.
16259         * simple.el (auto-fill-function):
16260         * subr.el (add-minor-mode): Use it.
16262 2005-03-16  Kenichi Handa  <handa@m17n.org>
16264         * language/ethio-util.el (sera-being-called-by-w3): New variable.
16265         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
16266         (ethio-fidel-to-sera-buffer): Likewise.
16268 2005-03-16  Juri Linkov  <juri@jurta.org>
16270         * emacs-lisp/find-func.el (find-function-regexp):
16271         Add defun-emitting macro `menu-bar-make-toggle'.
16273         * isearch.el: Put `isearch-scroll' property to
16274         `split-window-horizontally'.
16276         * info.el: Update error messages for `debug-ignored-errors'.
16277         (Info-isearch-search): Doc fix.
16278         (Info-find-node): Move up code to go into info buffer before
16279         recording the node to the history.
16280         (Info-fontify-node): Fontify titles only if the next line
16281         has two or more `*', `=', `-', `.'.
16282         Display "go to this node" for empty (match-string 3).
16284 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16286         * term/mac-win.el: Add mouse pointer shape constants.
16288 2005-03-15  Kim F. Storm  <storm@cua.dk>
16290         * simple.el (move-beginning-of-line): Use vertical-motion.
16292 2005-03-15  Juri Linkov  <juri@jurta.org>
16294         * isearch.el (isearch-error): New variable.
16295         (isearch-invalid-regexp, isearch-within-brackets): Remove.
16296         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
16297         (isearch-within-brackets-state): Remove.
16298         (isearch-case-fold-search-state, isearch-pop-fun-state):
16299         Decrease frame index.
16300         (isearch-mode, isearch-top-state, isearch-push-state)
16301         (isearch-edit-string, isearch-abort, isearch-search-and-update)
16302         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
16303         (isearch-search, isearch-lazy-highlight-new-loop):
16304         Replace `isearch-invalid-regexp' with `isearch-error'.
16305         Remove `isearch-within-brackets'.
16306         (isearch-search): Add `search-failed' handler to `condition-case'.
16307         (isearch-lazy-highlight-search): Add `condition-case' to catch
16308         errors and allow `isearch-lazy-highlight-update' to try
16309         highlighting from the beginning of the window.
16310         (isearch-repeat): Move up code to set isearch-wrapped to t
16311         before calling isearch-wrap-function.
16313         * info.el (Info-isearch-initial-node): New internal variable.
16314         (Info-search): Signal an error in isearch mode when search leaves
16315         the initial node.  Signal an error when `bound' is non-nil and
16316         nothing was found in the current subfile.
16317         (Info-isearch-search): Remove `condition-case'.
16318         (Info-isearch-wrap): Don't wrap when search failed during leaving
16319         the initial node.  If `Info-isearch-search' is nil, wrap around
16320         the current node.
16321         (Info-isearch-start): New fun.
16322         (Info-mode): Add buffer-local hook `Info-isearch-start' to
16323         `isearch-mode-hook'.
16325 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16327         * simple.el (normal-erase-is-backspace): Set default to t if
16328         running on Mac.
16330         * term/mac-win.el (function-key-map): Sync with x-win.el.
16332 2005-03-15  Kenichi Handa  <handa@m17n.org>
16334         * international/mule-cmds.el (locale-language-names): Modify the
16335         format of elements and add more entries.
16336         (locale-preferred-coding-systems): Add more entries.
16337         (set-locale-environment): Adjust for the change of
16338         locale-language-names.
16340 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16342         * pcvs.el (smerge-ediff): Remove bogus autoload.
16344 2005-03-14  Lute Kamstra  <lute@gnu.org>
16346         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
16347         Ignore a `*' at the beginning of a line.
16349         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
16350         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
16351         subr.el.
16352         (dont-compile, eval-when-compile, eval-and-compile): Use declare
16353         to specify indentation.
16355         * generic.el (define-generic-mode): Let generic-mode-list be a
16356         list of strings; test membership with equal.
16358 2005-03-14  Kim F. Storm  <storm@cua.dk>
16360         * simple.el (next-line, previous-line): Add optional try-vscroll
16361         arg to recognize interactive use.  Pass it on to line-move.
16362         (line-move): Don't perform auto-window-vscroll when defining or
16363         executing keyboard macro to ensure consistent behavior.
16365 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16367         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
16369 2005-03-13  Lute Kamstra  <lute@gnu.org>
16371         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
16372         debugger-setup-buffer so that backtrace marks the frames set to
16373         debug-on-exit and we don't have to do it manually.  Set an extra
16374         debug-on-exit for macro's.
16375         (debugger-setup-buffer): Don't mark the top frame manually.
16377 2005-03-12  Lute Kamstra  <lute@gnu.org>
16379         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
16380         lisp-indent-function throughout.
16381         (with-no-warnings): Set lisp-indent-function property.
16383 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
16385         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
16386         Add entry for backslash.
16388 2005-03-12  Juri Linkov  <juri@jurta.org>
16390         * info.el (Info-search): Four fixes for backward search.
16392 2005-03-11  Jay Belanger  <belanger@truman.edu>
16394         * calc/calc.el (calc-language-alist): New variable.
16395         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
16396         (calc-embedded-find-modes): Use calc-language-alist instead of
16397         calc-embedded-language-alist.
16399 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
16401         * calendar/calendar.el (calendar-redrawing): New internal
16402         variable.
16403         (redraw-calendar): Remove bogus save-excursion from previous
16404         change.  Bind calendar-redrawing to t for mark-diary-entries.
16405         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
16406         calendar if that is why we were called.
16408 2005-03-11  Kenichi Handa  <handa@m17n.org>
16410         * international/mule.el (make-coding-system): Set property
16411         coding-system-define-form to nil.
16412         (define-coding-system-alias): Likewise.
16414 2005-03-11  Kenichi Handa  <handa@m17n.org>
16416         These changes are suggested by Dave Love <fx@gnu.org>.
16418         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
16419         coding: tag.
16420         (adaptive-fill-regexp): Add more bullets.
16421         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
16422         regexps.
16424 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16426         * help.el (describe-mode): Properly handle non-trivial lighters.
16427         Don't ignore minor modes that are not listed in minor-mode-list.
16429         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
16430         feature ON when the user requests to turn it OFF.
16432 2005-03-10  Lute Kamstra  <lute@gnu.org>
16434         * emacs-lisp/debug.el (debug-entry-code): Delete it.
16435         (implement-debug-on-entry): New function to replace debug-entry-code.
16436         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
16437         second argument as the 2005-03-07 change makes it obsolete.
16438         (debug-on-entry, cancel-debug-on-entry): Update call to
16439         debug-on-entry-1.
16440         (debug, debugger-setup-buffer): Comment update.
16441         (debugger-frame-number): Update to work with implement-debug-on-entry.
16443 2005-03-10  Jay Belanger  <belanger@truman.edu>
16445         * calc/calc-embed.el (math-ms-args): Declare it.
16446         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
16447         math-ms-args.
16448         (calc-embedded-subst): Use math-multi-subst-rec to substitute
16449         variables.
16451 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
16453         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
16454         Use message-box.
16456         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
16457         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
16458         (tooltip-gud-tips): Simplify.
16459         (tooltip-gud-tips-p): Remove superfluous :set.
16460         (tooltip-gud-modes): Add fortran-mode.
16461         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
16463         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
16465 2005-03-09  Kim F. Storm  <storm@cua.dk>
16467         * play/animate.el (animate-place-char): Use forward-line instead
16468         of next-line to improve performance.
16470 2005-03-09  Simon Josefsson  <jas@extundo.com>
16472         * net/browse-url.el (browse-url-default-browser): Doc fix.
16474 2005-03-09  Miles Bader  <miles@gnu.org>
16476         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
16477         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
16479 2005-03-09  Kenichi Handa  <handa@m17n.org>
16481         * international/latin-1.el: Set case and syntax for 255 only if
16482         set-case-syntax-set-multibyte is nil.
16484         * textmodes/ispell.el (ispell-insert-word): New function.
16485         (ispell-word): Use ispell-insert-word to insert a new word.
16486         (ispell-process-line): Likewise.
16487         (ispell-complete-word): Likewise.
16489 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
16491         * calendar/calendar.el (redraw-calendar): Preserve point.
16492         Reported by Matt Hodges <MPHodges@member.fsf.org>.
16493         (calendar-week-start-day): Move after definition of
16494         redraw-calendar.  Delete buffer test, since redraw-calendar has
16495         that now.
16497         * calendar/diary-lib.el (mark-diary-entries): Only call
16498         redraw-calendar in the first of any recursive calls.
16499         Reported by Alan Shutko <ats@acm.org>.
16501 2005-03-08  Juri Linkov  <juri@jurta.org>
16503         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
16504         (html-horizontal-rule, html-line, html-image, html-checkboxes)
16505         (html-radio-buttons): Add a space before the trailing `/>' where
16506         sgml-xml-mode is non-nil.
16507         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
16508         the subsequent tag of the empty XML tag.
16509         (html-href-anchor): Don't set initial input to "http:".
16510         (html-image): Ask for the image URL and set point inside alt="".
16511         (html-name-anchor): Duplicate the name in the `id' attribute when
16512         sgml-xml-mode is non-nil.
16513         (html-paragraph): Remove \n before <p>.
16514         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
16515         instead of `checked' when sgml-xml-mode is non-nil.
16517         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
16518         Remove 1 space before #RRGGBB to not truncate it on terminal
16519         windows w/o fringes.  Remove 1 space between bg and fg examples
16520         to get more space.
16521         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
16522         avoid byte-compile warnings.
16524         * image-file.el (image-file-handler): Put `safe-magic' property to
16525         `image-file-handler'.
16527         * info.el (Info-isearch-search): Emulate word search in
16528         isearching through multiple Info nodes with Info-search.
16529         (Info-isearch-wrap): Allow isearch-word.
16531 2005-03-08  Lute Kamstra  <lute@gnu.org>
16533         * emacs-lisp/debug.el (debugger-step-through): Make sure that
16534         stepping into the debugger's code is not possible.
16535         (debugger-jumping-flag): Docstring update.
16537 2005-03-08  Jay Belanger  <belanger@truman.edu>
16539         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
16540         embedded mode begins.
16541         (calc-embedded-language-alist): New variable.
16542         (calc-embedded-find-modes): Use calc-embedded-language-alist to
16543         set default language mode.
16545 2005-03-08  Kenichi Handa  <handa@m17n.org>
16547         * international/ccl.el (define-ccl-program): Fix docstring about
16548         extra 256 bytes assured for the output buffer.
16550         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
16551         Fix BUFFER_MAGNIFICATION to 2.
16552         (ccl-encode-mule-utf-16be-with-signature): Likewise.
16554 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
16556         * align.el (align-rules-list): Added an alignment rule for CSS
16557         declarations (applies to css-mode and html-mode buffers).
16559 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16561         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
16563 2005-03-07  Kim F. Storm  <storm@cua.dk>
16565         * simple.el (move-beginning-of-line): New command.
16567         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
16569         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
16571         * emulation/cua-base.el: Put CUA move property on move-end-of-line
16572         and move-beginning-of-line.
16574         * apropos.el (apropos-print): Omit command from M-x ... RET.
16576 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
16578         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
16579         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
16581 2005-03-06  Richard M. Stallman  <rms@gnu.org>
16583         * bindings.el (esc-map): Bind M-g to goto-line.
16585         * facemenu.el (global-map): Bind M-o, not M-g.
16587 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16589         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
16590         "Open Directory" as for "Open File".
16592 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
16594         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
16595         (push-mark-command): Run activate-mark-hook.
16597 2005-03-06  Richard M. Stallman  <rms@gnu.org>
16599         * help-mode.el (help-mode-finish): Don't alter the element
16600         in view-return-to-alist if there already is one.
16602         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
16603         make sure the current buffer is the expected one.
16605         * novice.el (disabled-command-function): Output in *Disabled Command*.
16606         Explicitly ignore non-keyboard events, and explicitly handle C-g.
16608         * textmodes/flyspell.el (flyspell-large-region):
16609         Pass args differently for aspell.
16611         * files.el (mode-require-final-newline): Doc fix.
16613 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
16615         * progmodes/which-func.el (which-function):
16616         Specify NOERROR when calling imenu--make-index-alist.
16618 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16620         * simple.el (normal-erase-is-backspace): Define default value.
16622         * custom.el (custom-theme-set-variables): Remove unused var
16623         `immediate'.
16624         (custom-reevaluate-setting): Simple function to handle variables
16625         that are defined before their default value can really be
16626         computed.
16628         * startup.el (command-line): Use it for temporary-file-directory,
16629         small-emporary-file-directory, auto-save-file-name-transforms,
16630         blink-cursor-mode, and normal-erase-is-backspace.
16632         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
16633         progress, even with buggy anchored keywords.
16635 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
16637         * simple.el (goto-line): Remove unbalanced final parenthesis.
16639 2005-03-05  Richard M. Stallman  <rms@gnu.org>
16641         * simple.el (goto-line): Use a number at point as the default.
16642         With C-u as arg, switch buffers.
16644 2005-03-05  Juri Linkov  <juri@jurta.org>
16646         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
16647         with `no-blinking-cursor'.
16649         * startup.el (no-blinking-cursor): New defvar.
16650         (command-line): Add `--no-blinking-cursor' to longopts.
16651         Set `no-blinking-cursor' to t for command line arguments
16652         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
16653         with `no-blinking-cursor' in the condition for calling
16654         `blink-cursor-mode'.
16656 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
16658         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
16659         (menu-bar-options-save): Add blink-cursor-mode.
16660         (menu-bar-options-menu): Add blink-cursor-mode.
16662 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
16664         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
16665         (icalendar-export-file, icalendar-export-region)
16666         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
16667         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
16669 2005-03-04  Lute Kamstra  <lute@gnu.org>
16671         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
16672         (debug-function-list): Ditto.
16674 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
16676         * textmodes/texinfmt.el (texinfo-append-refill):
16677         Redefine the types of line to which @refill
16678         is not appended by replacing a search for `@refill\\|@bye' with
16679         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
16680         itemize@refill' bug and the unfilled long lines bug.
16681         (texinfmt-version): Update number and date.
16683 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16685         * international/code-pages.el (windows-1250, windows-125[2-8])
16686         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
16688 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16690         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
16691         bound yet.
16693 2005-03-02  Romain Francoise  <romain@orebokech.com>
16695         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
16696         buffer after removing limits.
16697         (ibuffer-pop-filter): Ditto.
16698         Update copyright.
16700 2005-03-02  Miles Bader  <miles@gnu.org>
16702         * button.el (make-text-button): If the user doesn't specify a
16703         type, use the default.  Rewrite to use `add-text-properties' and
16704         plist functions.
16706 2005-03-01  Lute Kamstra  <lute@gnu.org>
16708         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
16709         (debugger-jumping-flag): New var.
16710         (debug-entry-code): Use it.
16711         (debugger-jump): Use debugger-jumping-flag and add
16712         debugger-reenable to post-command-hook.
16713         (debugger-reenable): Use debugger-jumping-flag and remove itself
16714         from post-command-hook.
16715         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
16716         debugger-reenable.
16718 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
16720         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
16721         inclusion of "itemize\\|", which may be unnecessary, is certainly
16722         inelegant, and stops refilling in itemize lists when formatting
16723         Japanese Texinfo files to Info.
16724         Update copyright to 2005.
16726 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
16728         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
16729         of an error if GDB can't find the source file.
16731 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
16733         * calendar/calendar.el (redraw-calendar): Work from any buffer,
16734         not just the calendar.
16736         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
16737         first.
16738         (diary-redraw-calendar): New function.
16739         (make-diary-entry): Add diary-redraw-calendar to local
16740         write-contents-functions.  Turn off selective display before
16741         inserting in diary.
16743 2005-03-01  Kim F. Storm  <storm@cua.dk>
16745         * emacs-lisp/copyright.el (copyright-fix-years): New command.
16747 2005-03-01  Lute Kamstra  <lute@gnu.org>
16749         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
16750         that debug-entry-code can be safely removed from a function while
16751         this code is being evaluated.  Revert the 2005-02-27 change as the
16752         new implementation no longer requires it.  Make sure that a
16753         function body containing just a string is not mistaken for a docstring.
16754         (debug): Skip one more frame in case of debug on entry.
16755         (debugger-setup-buffer): Delete one more frame line in case of
16756         debug on entry.
16757         (debugger-frame-number): Update to use the new text introduced by
16758         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
16760 2005-02-28  Kim F. Storm  <storm@cua.dk>
16762         * double.el (double-translate-key): Call force-window-update after
16763         read-event to avoid crash in redisplay.
16765 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16767         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
16768         (debug): Use it.  Move the inhibit-trace earlier.
16769         (debug-entry-code): New const.
16770         (debug-on-entry-1): Use it.
16772 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
16774         * international/utf-16.el (ccl-encode-mule-utf-16le):
16775         Fix BUFFER_MAGNIFICATION to 2.
16776         (ccl-encode-mule-utf-16be): Likewise.
16778 2005-02-28  Kenichi Handa  <handa@m17n.org>
16780         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
16781         Fix BUFFER_MAGNIFICATION to 4.
16782         (ccl-encode-mule-utf-16be-with-signature): Likewise.
16784 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
16786         * speedbar.el (speedbar-update-flag): Doc fix.
16787         (speedbar-show-info-under-mouse): Give set-mouse-position the right
16788         argument.
16790 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16792         * reveal.el (reveal-post-command): Don't try to reveal overlays which
16793         have a non-nil `invisible' property but are actually visible.
16795         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
16796         for perldoc sections.
16797         (perl-outline-regexp, perl-outline-level): New var and function.
16798         (perl-mode): Use them.
16800 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
16802         * calendar/diary-lib.el (diary-remind): Discard any mark portion
16803         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
16805 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
16807         * cus-edit.el: Comment change.
16808         (custom-buffer-create-internal): Slightly reword text at top of
16809         Custom buffers.  Mention there that saving an option edits the
16810         init file.  Add link to Emacs manual node on `custom-file'.
16811         (custom-magic-alist): Rewrite individual State messages to use
16812         capitalized keywords.  Doc fix.
16814 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
16816         * calendar/calendar.el (calendar-buffer): Move above
16817         calendar-week-start-day.
16818         (calendar-week-start-day): Doc fix.  Add :set function.
16819         (calendar-minimum-window-height): New variable.
16820         (generate-calendar-window): Only resize window if selected-window
16821         is displaying the calendar buffer.  Use new variable
16822         calendar-minimum-window-height.
16823         (generate-calendar): Reword error message.
16824         (calendar-mode-map): Bind DEL to scroll-other-window-down.
16826 2005-02-27  Andreas Schwab  <schwab@suse.de>
16828         * vc.el (vc-do-command): Don't run command asynchronously when
16829         operating in a remote directory.
16831         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
16832         change from sync with Tramp 2.0.47.
16834 2005-02-27  Richard M. Stallman  <rms@gnu.org>
16836         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
16838         * textmodes/flyspell.el (flyspell-mode-on):
16839         Call ispell-change-dictionary only if necessary.
16841         * emacs-lisp/re-builder.el (regexp-builder): New function.
16843         * register.el (describe-register-1): Explicitly handle
16844         yank-excluded-properties = t.
16846         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
16847         (custom-magic-alist): Change the status descriptions again.
16848         (face widget-type): Total rewrite based on `restricted-sexp'
16849         to eliminate the confusing double hiding levels.
16851         * emacs-lisp/debug.el (debug-on-entry-1):
16852         If function body is empty, add nil as body form.
16854 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16856         * emacs-lisp/trace.el (inhibit-trace): New var.
16857         (trace-make-advice): Use it.
16859         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
16861 2005-02-26  Kim F. Storm  <storm@cua.dk>
16863         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
16864         (mouse-on-link-p, mouse-drag-region-1): Use it.
16866 2005-02-25  Lute Kamstra  <lute@gnu.org>
16868         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
16870 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
16872         * frame.el (blink-cursor-mode): Add :group keyword.
16874 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
16876         * calendar/icalendar.el (icalendar--decode-isodatetime):
16877         New optional argument DAY-SHIFT.
16878         (icalendar-export-region): Fix coding-system-for-write.
16879         (icalendar--convert-ical-to-diary): Shift end-day of all-day
16880         events by one.
16882 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16884         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
16886 2005-02-24  Kim F. Storm  <storm@cua.dk>
16888         * international/iso-acc.el (iso-accents-compose): Fix crash
16889         during redisplay.  Call force-window-update after read-event
16890         and delete-region to signal that window is not accurate.
16892 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16894         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
16895         Remove unused and inexistent var `inhibit-trace'.
16896         (debugger-mode): Use run-mode-hooks.
16897         (debugger-list-functions): Add buttons; setup xref stack.
16899 2005-02-23  Richard M. Stallman  <rms@gnu.org>
16901         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
16902         appointment says it was explicitly made.
16903         (appt-add): Set the 3rd element.
16904         (appt-make-list): Preserve explicit appointments.
16906         * subr.el (find-tag-default): Catch errors in forward-sexp.
16908 2005-02-23  Juri Linkov  <juri@jurta.org>
16910         * info.el (Info-isearch-search): New defcustom.
16911         (Info-isearch-search): Call the default isearch function
16912         when Info-isearch-search is nil.
16913         (Info-isearch-wrap): Use variable Info-isearch-search.
16915 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
16917         * cus-edit.el: Comment change.
16919 2005-02-22  Kim F. Storm  <storm@cua.dk>
16921         * progmodes/hideif.el (hide-ifdef-use-define-alist):
16922         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
16924 2005-02-22  Simon Josefsson  <jas@extundo.com>
16926         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
16927         New variable.
16928         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
16929         Oskarsson" <myrkraverk@users.sourceforget.net>.
16931 2005-02-22  Kim F. Storm  <storm@cua.dk>
16933         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
16934         check that window of that event is the selected window.
16935         (mouse-drag-region-1): Compare mouse event window to selected
16936         window before setting point.
16938         * tooltip.el (tooltip-show-help-function): Pass event to
16939         mouse-on-link-p so it can check selected window.
16941 2005-02-22  Kenichi Handa  <handa@m17n.org>
16943         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
16944         (ps-mule-show-warning): New function.
16945         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
16946         characters are found.
16948         * ps-print.el (ps-header-footer-string): Return a list of header
16949         and footer strings.
16951 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16953         * pcvs.el (cvs-retrieve-revision): Fix thinko.
16955 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16957         * frame.el (blink-cursor-mode): Use define-minor-mode.
16959         * term/mac-win.el (function-key-map): Use char-names more consistently.
16960         (file-name-coding-system): Only set it for MacOS-9.  The other case is
16961         already handled in mule-cmds.el (where it also works when mac-win.el
16962         is not used).
16964 2005-02-21  Kenichi Handa  <handa@m17n.org>
16966         * international/mule.el (ctext-pre-write-conversion): Always use
16967         " *code-converting-work*" buffer for work.
16969         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
16971 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
16973         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
16975 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
16977         * ses.el (undo-more): Restore defadvice, but only the part that
16978         allows changes outside the restricted area of the buffer.
16980 2005-02-20  Kim F. Storm  <storm@cua.dk>
16982         * simple.el (line-move): Add fourth optional arg try-vscroll which
16983         must be set to perform auto-window-vscroll.
16984         When moving backwards and doing auto-window-vscroll, automatically
16985         vscroll to the last part of lines which are taller than the window.
16986         (next-line, previous-line): Set try-vscroll arg on line-move.
16988 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
16990         * replace.el (query-replace, query-replace-regexp)
16991         (replace-string, replace-regexp): When operating on region, make
16992         the minibuffer prompt say so.
16994         * isearch.el (isearch-forward): Document isearch-query-replace and
16995         isearch-query-replace-regexp keybindings.
16997 2005-02-19  Jay Belanger  <belanger@truman.edu>
16999         * calc/calc-aent.el (math-read-token): Add local variable.
17001         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
17002         (calc-edit-top): Move declaration to earlier in file.
17003         (calc-edit-macro-repeats): Add local variables.
17005         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
17006         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
17007         calcFunc-tanh.
17008         Adjust integration rule for calcFunc-tan.
17010 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
17012         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
17013         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
17014         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
17015         (viper-skip-separators): Bug fix.
17016         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
17017         particular major mode.
17018         (viper-del-backward-char-in-replace): Don't put deleted char on the
17019         kill ring.
17021         * viper-ex.el (viper-color-display-p): New function.
17022         (viper-has-face-support-p): Use viper-color-display-p.
17024         * viper-keym.el (viper-gnus-modifier-map): New keymap.
17026         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
17028         * viper-util.el (viper-glob-unix-files): Fix shell status check.
17029         (viper-file-remote-p): Make equivalent to file-remote-p.
17031         * viper.el (viper-major-mode-modifier-list):
17032         Use viper-gnus-modifier-map.
17034 2005-02-19  David Kastrup  <dak@gnu.org>
17036         * subr.el (subregexp-context-p): Fix garbled doc string by adding
17037         quoting.
17039 2005-02-19  Jay Belanger  <belanger@truman.edu>
17041         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
17042         Remove extra definitions.
17043         (calc-coth): New function.
17044         (calcFunc-cot): Fix `let'.
17046 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
17048         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
17049         the reasons we use "type pc" in these faces.
17051         * button.el (button): Ditto.
17053 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
17055         * replace.el (query-replace-read-from): Set the value of
17056         query-replace-from-history-variable to handle the case of an empty
17057         string entered to accept the suggested default.
17059         * net/tramp.el (tramp-file-name-for-operation):
17060         Use dired-call-process instead of dired-call-process-command.
17062 2005-02-19  Jay Belanger  <belanger@truman.edu>
17064         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
17065         (math-div-non-trig): New variables.
17066         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
17067         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
17068         (math-combine-prod, math-div-symb-fancy): Add simplifications for
17069         trig expressions.
17071 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
17073         * progmodes/gdb-ui.el (gdb-var-update-handler)
17074         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
17075         for watch expressions,
17076         (gdb-var-create-handler): Don't set speedbar-update-flag.
17077         (gdb-post-prompt): Simplify test for speedbar.
17079 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
17081         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
17082         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
17083         we use the syntax table of the correct buffer.
17084         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
17085         Felix Gatzemeier.
17087         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
17088         (ediff-file-remote-p): Make synonymous with file-remote-p.
17089         In all deffaces ediff-*-face-*, use min-colors.
17091         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
17092         ediff-recurse-to-subdirectories.
17093         (ediff-mark-if-equal): Check that the arguments are strings, use
17094         ediff-same-contents (after to Felix Gatzemeier).
17096         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
17097         nil.
17099 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17101         * log-view.el (log-view-message-re): Fix up Subversion regexp.
17103 2005-02-18  David Kastrup  <dak@gnu.org>
17105         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
17106         use `mark-active' when defined.
17108 2005-02-18  Kenichi Handa  <handa@m17n.org>
17110         * ps-print.el (ps-font-info-database): New entry
17111         ZapfChancery-MediumItalic with correct font name.  Fix font name
17112         of the entry Zapf-Chancery-MediumItalic.
17114 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
17116         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
17118 2005-02-16  Kim F. Storm  <storm@cua.dk>
17120         * ido.el (ido-fallback-command): Pass user input to fallback command.
17122 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
17124         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
17125         (gdb-find-file-hook): Add server prefix.
17127 2005-02-16  Richard M. Stallman  <rms@gnu.org>
17129         * replace.el (perform-replace): Pass new args to replace-highlight.
17130         (replace-highlight): Take region args,
17131         and pass them to isearch-lazy-highlight-new-loop.
17133         * novice.el (disabled-command-hook): Autoload the defalias
17134         and the make-obsolete-variable call.
17136         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
17138         * isearch.el (isearch-lazy-highlight-start-limit)
17139         (isearch-lazy-highlight-end-limit): New variables limit
17140         the region for highlighting.
17141         (isearch-lazy-highlight-new-loop): New args BEG and END.
17142         (isearch-lazy-highlight-search): Use the new vars.
17143         (isearch-lazy-highlight-update): Likewise.
17145         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
17147         * cus-start.el (all): Use default-boundp.
17149 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
17151         * menu-bar.el (menu-bar-select-frame): Handle current frame.
17153 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
17155         * autorevert.el (auto-revert-stop-on-user-input)
17156         (auto-revert-verbose): Doc fixes.
17158 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
17160         * international/mule-cmds.el (set-locale-environment): Remove call
17161         to set-selection-coding-system on Windows.
17163 2005-02-15  Jay Belanger  <belanger@truman.edu>
17165         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
17166         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
17167         calcFunc-coth.
17168         (math-simplify-sqrt): Add simplifications.
17170         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
17171         to list.
17173         * calc/calc-ext.el: Add functions to autoloads.
17175         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
17176         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
17177         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
17178         (math-csc-raw, math-cot-raw): New functions.
17180         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
17182         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
17183         the variable name in a message.
17185         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
17186         calcFunc-csc, calcFunc-cot.
17188         * calc/calcalg2.el: Add derivative and integration rules for
17189         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
17190         calcFunc-csch, calcFunc-coth.
17191         (math-do-integral-methods): Add to checks for when to use
17192         substitutions.
17194         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
17196 2005-02-15  Lute Kamstra  <lute@gnu.org>
17198         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17199         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
17200         <monnier@iro.umontreal.ca>
17201         (lisp-outline-level): Improve efficiency.  Suggested by David
17202         Kastrup <dak@gnu.org>.
17204 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
17206         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
17207         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
17208         (gdb-set-gud-minor-mode-existing-buffers): New functions.
17209         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
17210         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
17212 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
17214         * cus-start.el (all): Comment change.
17216 2005-02-14  Lute Kamstra  <lute@gnu.org>
17218         * cus-start.el (all): Check if symbol is void.
17220 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
17222         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
17223         optional argument to \cite.
17225 2005-02-14  Richard M. Stallman  <rms@gnu.org>
17227         * cus-edit.el (custom-buffer-create-internal): Update help message.
17228         (custom-magic-alist): Update help messages.
17230         * cus-start.el (all): Allow a var to specify a standard value.
17232 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
17234         * custom.el (custom-theme-set-variables): Handle variable aliases.
17236         * frame.el (blink-cursor-timer): Doc fix.
17237         (blink-cursor): Make it an alias for `blink-cursor-mode' and
17238         declare obsolete.
17239         (blink-cursor-mode): Define with defcustom and use correct
17240         standard expression in that defcustom.
17241         * startup.el (command-line): Adapt to above changes in frame.el.
17243 2005-02-11  Lute Kamstra  <lute@gnu.org>
17245         * apropos.el (apropos-score-doc): Prevent division by zero.
17247 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
17249         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
17250         (icalendar--get-event-property-attributes)
17251         (icalendar--get-event-properties)
17252         (icalendar--datetime-to-diary-date): New functions.
17253         (icalendar--split-value): Doc fix.
17254         (icalendar--datetime-to-noneuropean-date)
17255         (icalendar--datetime-to-european-date): New optional argument
17256         SEPARATOR.  Return result as a string instead of a list.
17257         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
17258         (icalendar--convert-string-for-export): Rename arg S to STRING.
17259         (icalendar-export-region): Doc fix.  Change name of error buffer.
17260         Save output buffer.
17261         (icalendar-import-file): Add blank at end of prompt.
17262         (icalendar-import-buffer): Doc fix.  Do not switch to error
17263         buffer.  Indicate status in return value.
17264         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
17265         buffer.  Save output buffer.  Handle exception from recurrence
17266         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
17267         events.  Fix problems with weekly all-day events.
17269 2005-02-10  Richard M. Stallman  <rms@gnu.org>
17271         * simple.el (eval-expression-print-format):
17272         Avoid warning about edebug-active.
17274         * help.el (help-for-help-internal): Rename from help-for-help.
17275         (help-for-help): Define with defalias.
17277         * font-core.el (font-lock-default-function): Use with-no-warnings.
17279         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
17281         * custom.el (defface): Doc fix.
17283 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
17285         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
17286         width 0" to prevent word wrapping problems.
17288 2005-02-09  Kim F. Storm  <storm@cua.dk>
17290         * ido.el (ido-file-extensions-order): New defcustom.
17291         (ido-file-extension-lessp, ido-file-extension-aux)
17292         (ido-file-extension-order): New advanced file ordering.
17293         (ido-file-lessp): New simple file ordering.
17294         (ido-sort-list): Remove.
17295         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
17296         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
17298 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
17300         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
17301         that some versions of grep produce.
17302         (grep-mode-font-lock-keywords): Likewise.
17304 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
17306         * progmodes/gdb-ui.el (gdb-location-list): New variable.
17307         (gdb-cdir): Delete.
17308         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
17309         (gdb-source-info): Treat case when source file is in another
17310         directory properly.
17311         (gdb-get-location): New function.
17313 2005-02-07  Jay Belanger  <belanger@truman.edu>
17315         * calc/calc-prog.el (calc-write-parse-table-part)
17316         (calc-fix-token-name): Fix a check for language type.
17318         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
17320 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
17322         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
17323         as directory not writable.
17325 2005-02-07  Kim F. Storm  <storm@cua.dk>
17327         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
17328         (cua--standard-movement-commands): Remove list.
17329         Instead, set CUA property value to move for movement commands.
17330         (cua-movement-commands): Remove.  Users must set CUA prop instead.
17331         (cua--pre-command-handler): Check CUA property.
17332         (cua--init-keymaps): Don't remap undo commands.
17333         (cua-mode): Don't call cua--rectangle-on-off.
17335         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
17336         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
17337         (cua--rect-undo-set-point): New var.
17338         (cua--rectangle-undo-boundary): Setup undo apply entry.
17339         (cua--rect-undo-handler): New function for rectangle undo.
17340         (cua--rect-start-position, cua--rect-end-position): Add.
17341         (cua--rectangle-post-command): Call cua--rectangle-set-corners
17342         for restored rectangle.  Set point if cua--rect-undo-set-point.
17344 2005-02-06  Jay Belanger  <belanger@truman.edu>
17346         * calc/calc-lang.el (calc-tex-language): Display more information
17347         in messages.
17349         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
17350         in TeX mode.
17352 2005-02-06  Richard M. Stallman  <rms@gnu.org>
17354         * emacs-lisp/lisp.el (buffer-end): Doc fix.
17356 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
17358         * net/ldap.el (ldap-search-internal): Support attributes with
17359         optional descriptions separated by a semi-colon, as in
17360         "userCertificate;binary".
17362 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17364         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
17365         isn't a cons (i.e. the version is 0).
17367 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
17369         * help.el (help-for-help): Doc fix.
17371 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
17373         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
17374         GDB-Windows on the menu-bar as this works better.
17376 2005-02-04  Jay Belanger  <belanger@truman.edu>
17378         * calc/calc-embed.el (calc-embedded-update): Don't put in
17379         unnecessary newlines.  Adjust the end of formula marker.
17381         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
17382         (math-latex-parse-two-args): New function.
17384 2005-02-03  Lute Kamstra  <lute@gnu.org>
17386         * help-fns.el (help-with-tutorial): Make sure that users cannot
17387         remove the entire text of the tutorial by means of `undo'.
17389 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17391         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
17392         in recent changes, where the ispell process was repeatedly
17393         killed & restarted.
17395         * international/mule-cmds.el (set-locale-environment): Set file-name
17396         coding system to utf-8 on Darwin systems.
17397         (set-default-coding-systems): Don't set default-file-name-coding-system
17398         on Darwin systems.
17400 2005-02-03  Richard M. Stallman  <rms@gnu.org>
17402         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
17404 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
17406         * faces.el (list-faces-display): Add optional argument.
17408 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17410         * font-core.el (font-lock-default-function): Handle the rare case where
17411         only font-lock-keywords is set.
17413 2005-02-02  Kenichi Handa  <handa@m17n.org>
17415         * international/characters.el: Cancel previous change for
17416         I-WITH-DOT-ABOVE and DOTLESS-i.
17418         * international/latin-5.el: Cancel previous change.
17420 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
17422         * progmodes/gud.el: Correction to syntax in gud-menu-map.
17424 2005-02-02  Kenichi Handa  <handa@m17n.org>
17426         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
17427         DOTLESS-i.
17429         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
17430         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
17432         * case-table.el (get-upcase-table): New function.
17433         (copy-case-table): Copy upcaes table too if non-nil.
17434         (set-case-syntax-delims): Maintain upcase table too.
17435         (set-case-syntax-pair): Likewise.
17436         (set-upcase-syntax, set-downcase-syntax): New functions.
17437         (set-case-syntax): Maintain upcase table too.
17439 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
17441         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
17443         * progmodes/gud.el (gud-goto-info): New function.
17444         (gud-tool-bar-map): Use correct icon.
17446 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
17448         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
17449         When delegating, order args in the funcall correctly.
17451 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
17453         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
17455 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
17457         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
17458         buffer not visiting a file.
17460 2005-01-31  Jay Belanger  <belanger@truman.edu>
17462         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
17463         bound on the line with the formula.
17465 2005-01-31  Kim F. Storm  <storm@cua.dk>
17467         * ses.el (ses-create-cell-variable-range)
17468         (ses-destroy-cell-variable-range, ses-reset-header-string)
17469         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
17470         (ses-insert-row): Fix format of apply undo entries.
17472 2005-01-31  Jay Belanger  <belanger@truman.edu>
17474         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
17475         parts.
17477         * calc/calc-embed.el (calc-embedded-open-formula)
17478         (calc-embedded-close-formula): Ignore matrix environments.
17480         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
17481         TeX mode.
17483         * calc/calc-lang.el (math-function-table, math-oper-table)
17484         (math-variable-table): Adjust the LaTeX portions.
17486         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
17487         (math-latex-ignore-words): New constant.
17489 2005-01-31  Richard M. Stallman  <rms@gnu.org>
17491         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
17492         (ispell-local-dictionary): Doc fix.
17493         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
17494         Don't reinitialize at run time.  Don't defcustom.
17495         All uses changed to append ispell-local-dictionary-alist,
17496         or check it first.
17497         (ispell-current-dictionary): New variable for dictionary in use.
17498         (ispell-dictionary): Now used only for global default.
17499         (ispell-start-process): Set ispell-current-dictionary,
17500         not ispell-dictionary.
17501         (ispell-change-dictionary): Use this only for setting
17502         user preferences.
17503         (ispell-internal-change-dictionary): New function
17504         to change the current dictionary in use.
17505         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
17506         Use ispell-current-dictionary.
17507         Handle ispell-local-dictionary-overridden.
17508         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
17510 2005-01-31  Jay Belanger  <belanger@truman.edu>
17512         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
17514         * calc/calc-ext.el: Add calc-latex-language to autoloads.
17515         (calc-mode-map): Add calc-latex-language.
17517         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
17518         (math-latex-print-frac): New functions.
17519         (math-oper-table, math-function-table, math-variable-table)
17520         (math-complex-format, math-input-filter): Add latex properties.
17521         (calc-set-language): Set math-expr-special-function-mapping.
17523         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
17524         (calc-write-parse-table-part): Add LaTeX support.
17526         * calc/calc.el (calc-language): Adjust docstring.
17527         (calc-set-mode-line): Add LaTeX support.
17528         (math-expr-special-function-mapping): New variable.
17529         (math-tex-ignore-words): Add to list.
17531         * calc/calccomp.el (math-compose-expr, math-compose-rows):
17532         Add LaTeX support.
17533         (math-compose-expr): Add support for special functions.
17535         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
17537 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
17539         * progmodes/gdb-ui.el (gdb-memory-address)
17540         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
17541         (gdb-memory-mode-map, gdb-memory-format-keymap)
17542         (gdb-memory-format-menu, gdb-memory-unit-keymap)
17543         (gdb-memory-unit-menu): New variables for a buffer
17544         that lets the user examine program memory.
17545         (gdb-memory-set-address, gdb-memory-set-repeat-count)
17546         (gdb-memory-format-binary, gdb-memory-format-octal)
17547         (gdb-memory-format-unsigned, gdb-memory-format-signed)
17548         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
17549         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
17550         (gdb-memory-unit-word, gdb-memory-unit-halfword)
17551         (gdb-memory-unit-byte, gdb-memory-unit-menu)
17552         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
17553         (gdb-memory-mode, gdb-memory-buffer-name)
17554         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
17555         New functions for above buffer.
17557 2005-01-30  Richard M. Stallman  <rms@gnu.org>
17559         * cus-edit.el (custom-bury-buffer): Function deleted.
17560         (custom-buffer-done-function): Option deleted.
17561         (custom-buffer-done-kill): New replacement option.
17562         (Custom-buffer-done): Call quit-window.
17563         (custom-buffer-create-internal): Update for above changes.
17565 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
17567         * simple.el (undo-ask-before-discard): New var.
17568         (undo-outer-limit-truncate): Implement it.
17569         (undo-extra-outer-limit): Doc update.
17571 2005-01-29  Richard M. Stallman  <rms@gnu.org>
17573         * ses.el (undo-more): Delete defadvice.
17574         (ses-begin-change): Doc fix.
17576         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
17577         instead of rebinding C-x u and C-_.
17579         * files.el (normal-backup-enable-predicate): Return nil for files
17580         in /tmp, regardless of temporary-file-directory.
17582         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
17584         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
17585         (open-rectangle, delete-whitespace-rectangle-line)
17586         (clear-rectangle-line): If FILL, pass t instead of FILL
17587         for move-to-column's 2nd arg.
17589         * simple.el (undo): Fix the test for continuing a series of undos.
17590         (undo-more): Set pending-undo-list to t when we reach end.
17591         (pending-undo-list): Move up defvar.
17593         * wid-edit.el (widget-button-click):
17594         Shorten the range of the track-mouse binding.
17596         * comint.el (comint-insert-input): Undo previous changes;
17597         use last-input-event in interactive spec.
17599 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
17601         * progmodes/compile.el (compilation-start): Bind buffer-read-only
17602         to nil before invoking call-process.  Reset buffer's modified flag
17603         after fontifying it in the no-async branch.
17605         * wid-edit.el (widget-specify-button): If mouse pointer shape
17606         cannot be changed, use mouse face instead.
17608 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
17610         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17611         (gdb-goto-breakpoint): Make breakpoint handling work on template
17612         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
17613         (gdb-assembler-custom): Update to recognize breakpoint information
17614         added on 2005-01-19.
17616 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17618         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
17619         (dsssl-mode): Use define-derived-mode.
17620         (scheme-mode-initialize): Remove.
17621         (scheme-mode): Use run-mode-hooks.
17623         * cus-edit.el (customize-group-other-window)
17624         (custom-buffer-create-other-window): Don't override special-display-*.
17625         (custom-mode-map): Make it dense.
17627         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
17628         sets the default value.
17630 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
17632         * descr-text.el: Add more keywords.
17634 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17636         * speedbar.el: Avoid unnecessary use of locate-library.
17638         * international/mule-cmds.el (standard-display-european-internal):
17639         Don't fiddle with latin-1 non-break space any more since it's now
17640         special cased in the C code.
17641         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
17643 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
17645         * cus-start.el (all): Add `undo-outer-limit'.
17647 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17649         * textmodes/bibtex.el (bibtex-format-entry):
17650         Use `bibtex-empty-field-re' only on the text of fields, not on entire
17651         field lines.
17652         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
17653         not on part of a buffer.
17655 2005-01-25  Lute Kamstra  <lute@gnu.org>
17657         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
17658         nonempty field text strings like "{letters\\macro{}more letters}".
17659         Clarify docstring.
17660         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
17661         (bibtex-entry-offset, bibtex-parse-association)
17662         (bibtex-parse-field-name): Fix typos in docstrings.
17663         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
17665 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
17667         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
17668         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
17669         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
17670         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
17672         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
17673         isearch minor mode.
17675 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
17677         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
17679 2005-01-24  Lute Kamstra  <lute@gnu.org>
17681         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
17682         CASECHARS and NOT-CASECHARS regular expressions of the
17683         "nederlands" and "nederlands8" dictionaries to prevent a "Range
17684         striding over charsets" error.
17686 2005-01-24  Jay Belanger  <belanger@truman.edu>
17688         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
17689         display variable name.
17691 2005-01-24  Kenichi Handa  <handa@m17n.org>
17693         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
17694         Fix setting of the element of encoded-kbd-iso2022-invocations.
17696 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
17698         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
17699         (gdb-threads-select): Change to also accept mouse events.
17700         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
17701         (gdb-threads-mouse-select): Delete.
17703 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
17705         * files.el (insert-directory): Take care of empty directory,
17706         listed without -a switch.
17708 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17710         * textmodes/refill.el (refill-post-command-function):
17711         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
17712         to the list of functions that we should be careful not to undo.
17713         (refill-late-fill-paragraph-function): Remove.
17714         (refill-saved-state): New var.
17715         (refill-mode): Use it to save fill-paragraph-function.
17716         Save also the value of auto-fill-function.
17718         * term/w32-win.el: Simplify code.
17720 2005-01-23  Kim F. Storm  <storm@cua.dk>
17722         * simple.el (line-move): Adapt to new return value from
17723         pos-visible-in-window-p.
17725         * simple.el (line-move): Fix last change.  Check partial
17726         visibility at point rather than at window-start.
17728 2005-01-22  Jason Rumney  <jasonr@gnu.org>
17730         * term/w32-win.el (xw-defined-colors): Remove debug-message.
17732 2005-01-22  David Kastrup  <dak@gnu.org>
17734         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
17736 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
17738         * type-break.el (type-break-mode): Add a test for
17739         type-break-file-name being non-nil.
17741 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
17743         * net/eudc.el (top level): Call (message "") via progn, so that
17744         eudc-options-file is loaded.
17746 2005-01-22  Kim F. Storm  <storm@cua.dk>
17748         * simple.el (line-move-1): Rename from line-move.
17749         (line-move): New function that adjusts vscroll for partially
17750         visible rows, and calls line-move-1 otherwise.
17752 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
17754         * pcomplete.el: Define pcomplete-read-event instead of read-event,
17755         since it's not a complete read-event implementation
17757 2005-01-20  Jay Belanger  <belanger@truman.edu>
17759         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
17760         for called function.
17762 2005-01-20  Steven Tamm  <steventamm@mac.com>
17764         * term/mac-win.el (process-connection-type): Remove.
17765         Controlled now by s/darwin.h:PTY_ITERATION.
17767 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17769         * window.el (handle-select-window): Don't switch window when we're
17770         in the minibuffer.
17772 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
17774         * subr.el (dotimes-with-progress-reporter): New macro.
17776         * ses.el (ses-dotimes-msg): Remove macro.
17777         Use `dotimes-with-progress-reporter' instead.
17779 2005-01-19  Steven Tamm  <steventamm@mac.com>
17781         * term/mac-win.el (process-connection-type): Use new
17782         operating-system-release variable to use ptys on Darwin 7 (OS X
17783         10.3) when using carbon build.
17785 2005-01-19  Jay Belanger  <belanger@truman.edu>
17787         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
17788         flags if the last command was a tab or M-tab.
17790         * calc/calc-prog.el (calc-user-define-edit): Put original formula
17791         in formula editing buffer.
17793 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
17795         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
17796         breakpoint image symbol in margin.
17798 2005-01-19  Jay Belanger  <belanger@truman.edu>
17800         * calc/calc-prog.el (calc-execute-kbd-macro):
17801         Ignore calc-keep-arg-flag.
17803 2005-01-19  Kenichi Handa  <handa@m17n.org>
17805         * textmodes/ispell.el (ispell-looking-at): New function.
17806         (ispell-process-line): Use ispell-looking-at to compare the ispell
17807         output and the buffer contents.
17809 2005-01-18  Jay Belanger  <belanger@truman.edu>
17811         * calc/calc.el (calc-display-raw): Fix docstring.
17813 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17815         * simple.el (blink-matching-open): Strip extra info from syntax.
17817         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
17818         funny chars in the end-of-here-doc marker.
17820 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
17822         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
17823         that enable/disabled state of breakpoints is shown correctly in
17824         fringe and on ttys.
17825         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
17826         Add breakpoint information as text properties.
17827         (gdb-mouse-toggle-breakpoint):
17828         Rename to gdb-mouse-set-clear-breakpoint.
17829         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
17830         breakpoints in the margin.
17831         (gdb-remove-strings): Simplify.
17833 2005-01-17  Jay Belanger  <belanger@truman.edu>
17835         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
17836         erasing buffer.
17838 2005-01-17  Richard M. Stallman  <rms@gnu.org>
17840         * progmodes/grep.el (grep-find): Copy from `grep' the condition
17841         for calling grep-compute-defaults.
17843         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
17844         if buffer is empty.
17846         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
17848 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17850         * hilit-chg.el (highlight-changes-mode): Don't autoload.
17852         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
17853         non-preloaded variables.
17855 2005-01-17  Steven Tamm  <steventamm@mac.com>
17857         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
17858         tex-shell cause to force interactivity when using pipes.
17860 2005-01-17  Kim F. Storm  <storm@cua.dk>
17862         * simple.el (just-one-space): Make arg optional.
17864 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
17866         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
17867         posn-at-x-y to t to access left-margin.
17869 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
17871         Sync with Tramp 2.0.47.
17873         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
17874         catching keep-date problems in cp/scp operations.
17875         (tramp-handle-copy-file): Don't call `set-file-modes'
17876         unconditionally.  Specialized functions should know better what is
17877         necessary.  This improves performance a little bit, and the
17878         functions could catch errors with `cp -p' and `scp -p'.
17879         (tramp-do-copy-or-rename-file-via-buffer)
17880         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
17881         when appropriate.
17882         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
17883         Call `set-file-modes' when appropriate.
17884         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
17885         Johnsson <isak@hypergene.com>
17886         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
17887         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
17888         <joakim@verona.se>
17889         (tramp-file-name-for-operation): Mark `shell-command' as magic for
17890         Emacs only.
17892         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
17893         `find-file-hooks' and `dired-mode-hook'.
17894         (tramp-minor-mode-map): Respective map.  Add remapping for
17895         `compile' and `recompile'.
17896         (tramp-remap-command, tramp-recompile): New defuns.
17897         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
17898         in buffer "*Compilation*".  Call the commands asynchronously.
17900         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
17901         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
17902         `shell-command', because it isn't magic in XEmacs.  Reported by
17903         Adrian Aichner <adrian@xemacs.org>.
17905         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
17906         `substitute-in-file-name.
17907         (tramp-smb-handle-substitute-in-file-name): New defun.
17908         (tramp-smb-advice-PC-do-completion): Delete advice.
17910 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
17912         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
17913         Fix error in deleting region.
17915 2005-01-15  Richard M. Stallman  <rms@gnu.org>
17917         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
17918         In non-temp buffer, switch syntax table temporarily.
17920         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
17922         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
17924         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
17926         * imenu.el (imenu--split-menu): Copy menulist before sorting.
17927         (imenu--generic-function): Use START, not BEG, as pos of definition.
17929         * simple.el (just-one-space): Argument specifies number of spaces.
17931         * simple.el (eval-expression-print-format): Avoid warning
17932         about edebug-active.
17934 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
17936         * progmodes/sh-script.el: Code copied from make-mode.el
17937         with small changes,
17938         (sh-mode-map): Bind C-c C-\.
17939         (sh-backslash-column, sh-backslash-align): New variables.
17940         (sh-backslash-region, sh-append-backslash): New functions.
17942 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17944         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
17945         (rmail-pop-password, rmail-pop-password-required): Move to
17946         rmail-obsolete group.
17947         (rmail-set-pop-password): Rename to rmail-set-remote-password.
17948         All callers updated.
17949         (rmail-get-pop-password): Rename to rmail-get-remote-password.
17950         Take an argument specifying whether it is POP or IMAP mailbox we
17951         are using.  All callers updated.
17952         (rmail-pop-password-error): Rename to
17953         rmail-remote-password-error.  Added mailutils-specific error message.
17954         (rmail-movemail-search-path)
17955         (rmail-movemail-variant-in-use): New variables.
17956         (rmail-remote-password, rmail-remote-password-required):
17957         New customization variables.
17958         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
17959         (rmail-parse-url): New function.
17960         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
17961         with GNU mailutils movemail.
17963 2005-01-15  Kevin Ryde  <user42@zip.com.au>
17965         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
17966         suffix to space, $ or '$, to correctly position point when going
17967         to @table style constants like DBL_MAX.
17969 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
17971         * type-break.el (type-break-mode, type-break-file-time)
17972         (type-break-file-keystroke-count, type-break-choose-file):
17973         Don't store data in or load data from the file if type-break-file-name
17974         is nil.
17975         (type-break-file-name): Doc update as per the above.
17977 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
17979         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
17980         lookup-key might return nil; handle that.
17982 2005-01-15  Alan Mackenzie  <acm@muc.de>
17984         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
17985         rather than the element found, thus enabling the tree to be setcar'd.
17987 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
17989         * textmodes/org.el (org-show-following-heading): New option.
17990         (org-show-hierarchy-above): Use `org-show-following-heading'.
17991         (org-cycle): Documentation fix.
17993         * textmodes/org.el (orgtbl-optimized): New option
17994         (orgtbl-mode): New command, a minor mode.
17995         (orgtbl-mode-map): New variable.
17996         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
17997         (orgtbl-error, orgtbl-self-insert-command)
17998         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
18000         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
18001         a local variable in each org-mode buffer.
18003         * textmodes/org.el (org-set-regexps-and-options): Rename from
18004         `org-set-regexps'.  Added checking for STARTUP keyword.
18005         (org-get-current-options): Add STARTUP options.
18006         (org-table-insert-row): Make mode intelligent about when
18007         realignment is needed.
18008         (org-self-insert-command, org-delete-backward-char, org-delete-char):
18009         New commands.
18010         (org-enable-table-editor): New default value `optimized'.
18011         (org-table-blank-field): Support blanking regions if active.
18013 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
18015         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
18016         if the year is not given.
18018         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
18019         Add new escapes %m and %M, fixed bug with %F by adding
18020         save-match-data.
18021         (reftex-reference): Remove ?. from list of spaces.
18022         (reftex-label-info): Add automatic label prefix recognition.
18024         * textmodes/reftex-index.el (reftex-index-next-phrase):
18025         Add slave parameter to call of `reftex-index-this-phrase'.
18026         (reftex-index-this-phrase): New optional argument.
18027         (reftex-index-region-phrases): Add slave parameter to call of
18028         `reftex-index-this-phrase'.
18029         (reftex-display-index): New argument redo.
18030         (reftex-index-rescan): Add 'redo to arguments of
18031         `reftex-display-index'.
18032         (reftex-index-Rescan, reftex-index-revert)
18033         (reftex-index-switch-index-tag): Add 'redo to arguments of
18034         `reftex-display-index'.
18035         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
18036         indexing.  Fix bug with matching is there is a quote before or
18037         after the word.
18039         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
18040         Fix bug when collecting citation keys in lines with comments.
18041         (reftex-citation): Prefix argument no longer rescans the document,
18042         but forces prompting for optional arguments of cite macros.
18043         (reftex-do-citation): Prompting for optional arguments implemented.
18045         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18046         Add optional arguments to most cite commands.
18047         (reftex-cite-cleanup-optional-args): New option
18048         (reftex-cite-prompt-optional-args): New option.
18049         (reftex-trust-label-prefix): New option.
18051         * textmodes/reftex-toc.el (reftex-toc-find-section):
18052         Add push-mark before changing the position in the buffer.
18054         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
18055         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
18057 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
18059         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
18060         more carefully.
18062 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18064         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
18065         (sgml-mode): Use it.
18066         (sgml-get-context): Better keep track of implicitly closed tags.
18068 2005-01-13  Kenichi Handa  <handa@m17n.org>
18070         * textmodes/ispell.el: These changes are to fix misalignment error
18071         caused by equivalent characters of different Emacs charsets.
18072         (ispell-unified-chars-table): New variable.
18073         (ispell-get-decoded-string): New function.
18074         (ispell-get-casechars, ispell-get-not-casechars)
18075         (ispell-get-otherchars): Call ispell-get-decoded-string.
18077 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
18079         * custom.el (custom-declare-variable): Just put symbol instead
18080         of (defvar . symbol) in `current-load-list'.
18082 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
18084         * emacs-lisp/elint.el: Fixed typo in Commentary section.
18086 2005-01-12  Jay Belanger  <belanger@truman.edu>
18088         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
18089         to create a Calc summary.
18091 2005-01-12  Kim F. Storm  <storm@cua.dk>
18093         * mouse.el (mouse-on-link-p): Change functionality and doc
18094         string to comply with latest description in lisp ref.
18096 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
18098         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
18099         Enable mouse clicks on mode-line, header-line and margin.
18100         (event-type): Give mouse event symbols an 'event-kind property
18101         with value 'mouse-click.
18103 2005-01-12  Juri Linkov  <juri@jurta.org>
18105         * facemenu.el (list-colors-display): Add new arg buffer-name.
18106         Use it.  Fix docstring.  Replace code for identifying duplicate
18107         colors by the name with call to `list-colors-duplicates' which
18108         identifies duplicate colors by the value unless the color
18109         is one of special Windows colors.  Set truncate-lines to t.
18110         Print sorted duplicate color names on each line.  Indent to 22
18111         \(the longest color name in rgb.txt) instead of 20.  Optimize.
18112         (list-colors-duplicates): New function.
18113         (facemenu-color-name-equal): Delete function.
18115         * facemenu.el (list-colors-print): New function created from code
18116         in list-colors-display.  Print #RRGGBB at the window right edge.
18117         (list-colors-display): When temp-buffer-show-function is not
18118         defined, call list-colors-print from temp-buffer-show-hook
18119         to get the right value of window-width in list-colors-print
18120         after the buffer is displayed.
18122         * simple.el (pop-mark): Move deactivate-mark out of conditional
18123         part to deactivate the active mark regardless of the state of the
18124         mark ring.
18126         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
18127         variables line in desktop files.
18129 2005-01-12  Juri Linkov  <juri@jurta.org>
18131         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
18132         Bring together isearch highlight related options.
18133         (lazy-highlight): Replace group `replace' by `matching'.
18134         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
18135         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
18136         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
18137         and declare them obsolete.
18138         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
18139         (isearch-faces): Remove defgroup.
18140         (isearch-overlay, isearch-highlight, isearch-dehighlight):
18141         Move isearch highlighting code closer to lazy highlighting code.
18143         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
18144         (query-replace-highlight, query-replace-lazy-highlight)
18145         (query-replace): Move definitions to the beginning of the file.
18147 2005-01-11  Juri Linkov  <juri@jurta.org>
18149         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
18150         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
18151         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
18153         * info.el (Info-history-forward): New variable.
18154         (Info-select-node): Reset Info-history-forward to nil.
18155         (Info-last): Turn into defalias.
18156         (Info-history-back): Rename from Info-last.
18157         Add current node to Info-history-forward.
18158         (Info-history-forward): New fun.
18159         (Info-mode-map): Replace Info-last by Info-history-back.
18160         Bind Info-history-forward to "r".
18161         (Info-mode-menu): Replace Info-last by Info-history-back.
18162         Fix menu item text.  Add menu item for Info-history-forward.
18163         (info-tool-bar-map): Replace Info-last by Info-history-back.
18164         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
18165         for Info-history-forward.
18166         (Info-mode): Replace Info-last by Info-history-back in docstring.
18167         Add local variable Info-history-forward.
18168         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
18170 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18172         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
18173         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
18174         Ignore select-window events rather than fiddle with
18175         mouse-autoselect-window.
18177 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
18179         * type-break.el (type-break-mode): Fix previous change.
18181 2005-01-10  Jay Belanger  <belanger@truman.edu>
18183         * calc/calc-ext.el (calc-reset): Reset when inside embedded
18184         calculator; only reset when point is inside a calculator.
18185         Don't adjust the window height if the window takes up the whole height
18186         of the frame.
18188 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
18190         * ebuff-menu.el (Electric-buffer-menu-mode):
18191         Preserve value of buffer-local var header-line-format.
18193 2005-01-09  Jay Belanger  <belanger@truman.edu>
18195         * calc/calc.el (calc-mode-var-list-restore-saved-values):
18196         Make sure settings file exists before accessing it.
18198         * calc/calc-embed.el (calc-embedded-subst):
18199         Replace math-multi-subst-rec, which is only supposed to be called
18200         by math-multi-subst, by math-multi-subst.
18202 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
18204         * vc.el (vc-allow-async-revert): New user option.
18205         (vc-disable-async-diff): New internal variable.
18206         (vc-revert-buffer): Use them to disable asynchronous diff.
18208         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
18209         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
18210         asynchronously if vc-disable-async-diff is t.
18212 2005-01-09  Jay Belanger  <belanger@truman.edu>
18214         * calc/calc.el (defcalcmodevar): New macro.
18215         (calc-mode-var-list-restore-default-values)
18216         (calc-mode-var-list-restore-saved-values): New functions.
18217         (calc-mode-var-list): Use defcalcmodevar to define it.
18218         (calc-always-load-extensions, calc-line-numbering)
18219         (calc-line-breaking, calc-display-just, calc-display-origin)
18220         (calc-number-radix, calc-leading-zeros, calc-group-digits)
18221         (calc-group-char, calc-point-char, calc-frac-format)
18222         (calc-prefer-frac, calc-hms-format, calc-date-format)
18223         (calc-float-format, calc-full-float-format, calc-complex-format)
18224         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
18225         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
18226         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
18227         (calc-matrix-brackets, calc-language, calc-language-option)
18228         (calc-left-label, calc-right-label, calc-word-size)
18229         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
18230         (calc-display-raw, calc-internal-prec, calc-angle-mode)
18231         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
18232         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
18233         (calc-window-height, calc-display-trail, calc-show-selections)
18234         (calc-use-selections, calc-assoc-selections)
18235         (calc-display-working-message, calc-auto-why, calc-timing)
18236         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
18237         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
18238         (calc-gnuplot-default-device, calc-gnuplot-default-output)
18239         (calc-gnuplot-print-device, calc-gnuplot-print-output)
18240         (calc-gnuplot-geometry, calc-graph-default-resolution)
18241         (calc-graph-default-resolution-3d, calc-invocation-macro)
18242         (calc-show-banner): Use defcalcmodevar to declare them and set
18243         their default values.
18245         * calc/calc-ext.el (calc-reset): Restore saved values of variables
18246         instead of default values (but restore default values if there is
18247         an argument of 0).
18249 2005-01-09  David Kastrup  <dak@gnu.org>
18251         * desktop.el (desktop-restore-eager): Fix typo in type.
18253 2005-01-08  Richard M. Stallman  <rms@gnu.org>
18255         * cus-edit.el (customize): Delete :link.
18257 2005-01-08  Jay Belanger  <belanger@truman.edu>
18259         * calc/calc.el (calc-mode): Remove the extension from the
18260         `calc-settings-file' file name when loading it.
18262 2005-01-08  Kim F. Storm  <storm@cua.dk>
18264         * info.el (Info-mode-map, Info-next-link-keymap)
18265         (Info-prev-link-keymap, Info-up-link-keymap):
18266         Map follow-link to mouse-face.
18267         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
18269 2005-01-08  Jay Belanger  <belanger@truman.edu>
18271         * calc/calc.el (calc-settings-file): Change default value.
18272         Suggested by cgw in a comment in calc-mode.el.
18274         * calc/calc-mode.el (calc-settings-file-name):
18275         Compare calc-settings-file to user-init-file instead of ~/.emacs.
18276         Replace ~/.emacs in a prompt by calc-settings-file.
18278 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
18280         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
18281         (desktop-lazy-idle-delay): New customizable variables.
18282         (desktop-buffer-args-list): New variable.
18283         (desktop-append-buffer-args): New function.
18284         (desktop-save): Call desktop-append-buffer-args for some buffers.
18285         (desktop-lazy-create-buffer): New function.
18286         (desktop-idle-create-buffers): New function.
18287         (desktop-read): Add message about buffers to restore lazily.
18288         (desktop-lazy-abort): New command.
18289         (desktop-clear): Call desktop-lazy-abort.
18290         (desktop-lazy-complete): New command.
18292 2005-01-06  Richard M. Stallman  <rms@gnu.org>
18294         * emacs-lisp/find-func.el (find-face-definition):
18295         Rename from find-face.
18297 2005-01-06  Kim F. Storm  <storm@cua.dk>
18299         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
18301         * man.el (Man-xref-man-page, Man-xref-header-file)
18302         (Man-xref-normal-file): Add follow-link property.
18304 2005-01-06  Jay Belanger  <belanger@truman.edu>
18306         * calc/calc-units.el: Make sure the proper macro definitions are
18307         available when compiling.
18309 2005-01-06  Juri Linkov  <juri@jurta.org>
18311         * isearch.el (isearch-lazy-highlight-update):
18312         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
18314 2005-01-06  Miles Bader  <miles@gnu.org>
18316         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
18317         (isearch-lazy-highlight-face): Use new name.
18319 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18321         * uniquify.el (uniquify-rationalize-file-buffer-names):
18322         Re-add an interactive spec.
18323         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
18324         to the same name.
18326         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
18327         (isearch-update, isearch-done): Adjust calls accordingly.
18329 2005-01-05  Richard M. Stallman  <rms@gnu.org>
18331         * custom.el (custom-set-variables, custom-theme-set-variables):
18332         Clarify documentation.
18334         * emacs-lisp/find-func.el (find-variable)
18335         (find-variable-other-window, find-variable-other-frame):
18336         Fix the TYPE args to find-function-read and find-function-do-it.
18337         (find-function): Doc fix.
18338         (find-function-at-point): Replace function-at-point alias.
18340 2005-01-04  Richard M. Stallman  <rms@gnu.org>
18342         * cus-face.el (custom-declare-face):
18343         Record defface in current-load-list.
18345         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
18347         * emacs-lisp/find-func.el: Doc fixes.
18348         (find-face-regexp): New variable.
18349         (find-function-regexp-alist): New variable.
18350         (find-function-C-source): Third arg is now TYPE.
18351         (find-function-search-for-symbol): Handle general TYPE.
18352         (find-function-read, find-function-do-it): Handle general TYPE.
18353         (find-definition-noselect, find-face): New functions.
18354         (function-at-point): Alias deleted.
18356 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18358         * battery.el (display-battery-mode): Rename from display-battery.
18359         Handle the case where it gets turned off.
18361 2005-01-04  Richard M. Stallman  <rms@gnu.org>
18363         * cus-edit.el (customize): Make :link point to user doc.
18365         * man.el (Man-fontify-manpage): Turn off undo generation.
18367         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
18369 2005-01-04  Andreas Schwab  <schwab@suse.de>
18371         * files.el (insert-directory): Only look for error lines in
18372         inserted text.  Don't move too far after processing --dired markers.
18374 2005-01-04  Richard M. Stallman  <rms@gnu.org>
18376         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
18377         Don't expand if the character is @, period, dash, etc.
18378         (define-mail-abbrev): Quote names that contain problem characters.
18380 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
18382         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
18384 2005-01-03  Richard M. Stallman  <rms@gnu.org>
18386         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
18387         (query-replace-highlight, query-replace-lazy-highlight)
18388         (query-replace): Definitions moved up.  Doc fix.
18390 2005-01-03  Richard M. Stallman  <rms@gnu.org>
18392         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
18393         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
18394         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
18395         (lazy-highlight-face): Rename from isearch-lazy-...
18396         Change all references to them.
18398 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
18400         * cus-edit.el (custom-file): Doc fix for defcustom.
18401         (custom-file): The function no longer sets the variable
18402         `custom-file' to its return value.
18404         * startup.el (command-line): No longer load `custom-file'.
18406 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18408         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
18410         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
18411         Don't confuse module-prefixed identifiers for labels.
18412         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
18414 2005-01-02  Richard M. Stallman  <rms@gnu.org>
18416         * files.el (basic-save-buffer-1): Fix previous change.
18418         * loadhist.el (file-loadhist-lookup): New function.
18419         (file-provides, file-requires): Use it.
18421         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
18422         instead of calculating the right size.
18424 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
18426         * vc-svn.el (vc-svn-diff): Stay local if possible.
18428 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18430         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
18432         * files.el (hack-local-variables): Fix last change.
18434 2005-01-02  Jay Belanger  <belanger@truman.edu>
18436         * calc/calc-yank.el (calc-edit-top): New variable.
18437         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
18438         object.  Change header properties.
18439         (calc-edit-finish, calc-edit-finish-stack-object)
18440         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
18441         edited object.
18442         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
18443         for the beginning of the edited object.
18444         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
18445         for the beginning of the edited object.
18446         * calc/calc-prog.el (calc-edit-macro-finish-edit)
18447         (calc-finish-formula-edit, calc-macro-repeats)
18448         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
18449         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
18450         beginning of the edited object.
18451         (calc-user-define-edit): Change the header for editing macros.
18452         Remove unnecessary variable.
18454 2005-01-01  Jay Belanger  <belanger@truman.edu>
18456         * calc/calc-yank.el (calc-edit-mode): Change default header.
18457         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
18458         * calc/calc-store.el (calc-edit-variable): Change title to match new
18459         header.
18460         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
18461         mode to match new header.
18462         (calc-user-define-edit): Change titles to include names of commands.
18463         (calc-finish-formula-edit): Adjust to handle new header.
18464         (calc-finish-macro-edit): Remove.
18465         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
18466         (calc-edit-macro-command, calc-edit-macro-command-type)
18467         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
18468         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
18469         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
18470         (calc-edit-macro-finish-edit): New functions.
18471         (calc-user-define-edit): Use new functions to edit named calc macros.
18473 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
18475         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
18477         * ses.el (copy-region-as-kill): Deactivate mark.
18479 2005-01-01  Richard M. Stallman  <rms@gnu.org>
18481         * replace.el (occur-1): If the output buffer is also an input,
18482         don't kill it, rename it.
18484         * faces.el (set-face-background, set-face-foreground): Doc fix.
18486         * cus-face.el (custom-face-attributes): Fix :help-echo strings
18487         for :foreground and :background.
18489         * dired.el (dired-view-command-alist): Variable deleted.
18490         (dired-view-file, dired-mouse-find-file-other-window):
18491         Delete the code to use it.
18493 2005-01-01  Kim F. Storm  <storm@cua.dk>
18495         * image.el (insert-sliced-image): Use t for line-height property.
18497 See ChangeLog.11 for earlier changes.
18499 ;; Local Variables:
18500 ;; coding: iso-2022-7bit
18501 ;; End:
18503     Copyright (C) 2005 Free Software Foundation, Inc.
18504   Copying and distribution of this file, with or without modification,
18505   are permitted provided the copyright notice and this notice are preserved.
18507 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1