*** empty log message ***
[emacs.git] / lisp / ChangeLog
blobe715452871bfdec600aca03576dc34b068485dcd
1 2005-12-28  Juri Linkov  <juri@jurta.org>
3         * descr-text.el (describe-text-sexp): Use square brackets for
4         button [Show] to distinguish it from the property value `show'.
5         (describe-property-list): Use `insert-text-button' with
6         `help-face' type instead of putting face in quotes, because button
7         is not created automatically for a list of faces.
8         (describe-text-properties-1): Put button-type value in quotes to
9         distinguish from plain text "button".
10         (describe-char): Display code point values in hex.  Don't use
11         `symbol-name' for `current-input-method' because it is a string.
12         Use `insert-text-button' with `help-face' type instead of putting
13         hardcoded face in quotes, because button is not created automatically.
15 2005-12-27  Richard M. Stallman  <rms@gnu.org>
17         * progmodes/glasses.el (glasses-face): More specific custom type.
19         * files.el (set-visited-file-name): Doc fix.
21         * textmodes/flyspell.el (flyspell-external-point-words):
22         Use local var buffer-scan-pos to advance scan for next misspelling.
23         Advance it only after we find the misspelling.
25 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
27         * textmodes/flyspell.el (flyspell-external-point-words):
28         New criteria for finding the misspelling in the buffer.
30 2005-12-28  Nick Roberts  <nickrob@snap.net.nz>
32         * help-mode.el (help-insert-string): Set help-xref-stack-item
33         rather than call help-setup-xref.
35         * descr-text.el (describe-char): Revert previous changes for
36         optional buffer argument.
38 2005-12-28  Juri Linkov  <juri@jurta.org>
40         * help-mode.el (help-insert-string): New function.  Save buffer
41         contents in cases where it is impossible to recompute the old
42         contents.
44         * descr-text.el (describe-char): Set help-xref-stack-item
45         explicitly after buffer has been generated.
47 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
49         * cus-start.el (all): Add x-gtk-show-hidden-files.
51 2005-12-26  Richard M. Stallman  <rms@gnu.org>
53         * replace.el (perform-replace): Calculate match-again
54         before skipping read-only matches.
56         * paren.el (paren-showing-faces): New group.
57         (show-paren-match, show-paren-mismatch): Move to that group.
59         * button.el (button): Put into group `basic-faces'.
61         * progmodes/make-mode.el: Remove faces from group `faces'.
63         * apropos.el (apropos, apropos-value): Doc fix.
64         (apropos-documentation): Doc fix.
66 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
68         * subr.el (lazy-completion-table): Remove argument `args'.
70         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
71         Don't use the `args' argument of lazy-completion-table.
73 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
75         * descr-text.el (describe-char): Add optional argument for buffer.
76         Set buffer appropriately.  Call help-setup-xref.
77         Suggested by Stefan Monnier.
79 2005-12-27  Juri Linkov  <juri@jurta.org>
81         * descr-text.el: Require `help-fns' at runtime.  Don't require
82         `button' for byte compilation.
83         (describe-text-widget): Add `help-echo' for first button.
84         Use `help-info' for second.
85         (describe-property-list): Use `help-argument-name' instead of `italic'.
86         (describe-text-category): Add prompt to interactive spec.
87         Call `help-setup-xref'.
88         (describe-char): Use `help-character-set'.  Add `help-echo' for
89         code point.  Use `help-input-method'.  Remove superfluous insert.
91 2005-12-25  Richard M. Stallman  <rms@gnu.org>
93         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
94         at point, in case of narrowing.
96         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
98         * locate.el (locate-header-face): Allow nil in type.
100         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
102 2005-12-25  Romain Francoise  <romain@orebokech.com>
104         * battery.el (battery-linux-proc-acpi): Also try
105         `/proc/acpi/thermal_zone/THM0/temperature'.
107 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
109         * custom.el (custom-push-theme): Fix docstring.
111         * cus-edit.el (custom-variable-set, custom-variable-save)
112         (custom-variable-save): Custom-quote widget values.
113         (customize-save-variable): Fix custom-push-theme call.
115 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
117         * w32-fns.el (w32-batch-update-autoloads): New function.
119         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
120         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
121         from the command line.
123 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
125         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
126         reset means to remove setting from theme entirely.  Don't keep
127         expanding theme-settings list; delete old entries if necessary.
129         * cus-edit.el (custom-buffer-create-internal): Move "Erase
130         customization" button one line up.
131         (custom-themed): New face.
132         (custom-magic-alist): New value, THEMED, for theme settings.
133         (custom-variable-state-set, custom-face-state-set):
134         Check theme-value instead of saved-value.
135         (custom-variable-reset-standard, custom-face-reset-standard):
136         Remove theme setting entirely.  Recalculate new values.
137         (custom-variable-set, custom-variable-set)
138         (custom-variable-reset-saved, custom-variable-reset-backup)
139         (custom-face-set, custom-face-reset-saved): Update `user' theme.
140         (custom-variable-save): Fix typos.
142 2005-12-23  Juri Linkov  <juri@jurta.org>
144         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
145         Add autoload cookies.
146         (edebug-outside-d-c-i-n-s-w): New variable.
147         (edebug-display, edebug-outside-excursion): Use it to save the
148         original value of default-cursor-in-non-selected-windows.
149         Set default-cursor-in-non-selected-windows to t while Edebug
150         is active.
151         (edebug-mode, edebug-eval-mode): Doc fix.
153         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
154         with `buffer-substring-no-properties' to remove common substring
155         highlighting.
157         * info.el (info-other-window, info): Rename function argument
158         `file' to `file-or-node'.
159         (Info-complete-menu-item): Use local variable `complete-nodes' to
160         keep the global value of `Info-complete-nodes' unchanged for
161         subsequent completions.
162         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
164         * simple.el (get-next-valid-buffer, last-buffer)
165         (next-error-buffer-p, next-error-find-buffer)
166         (minibuffer-history-sexp-flag): Doc fix.
168         * savehist.el (savehist-mode-hook): Add `:group'.
170         * log-view.el: Call autoload for vc-find-version.
171         (log-view-current-file): Adjust subgroup numbers.
172         (log-view-current-tag): Add `length'.
174 2005-12-23  Richard M. Stallman  <rms@gnu.org>
176         * vc.el (vc-annotate-car-last-cons): Defn moved up.
178 2005-12-23  Juri Linkov  <juri@jurta.org>
180         * hi-lock.el (hi-lock-archaic-interface-message-used)
181         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
182         (hi-lock-mode): Display "Hi" in the mode line only when
183         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
184         (hi-lock-write-interactive-patterns):
185         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
186         (hi-lock-set-pattern, hi-lock-set-file-patterns)
187         (hi-lock-font-lock-hook): Set 3rd arg `how' of
188         font-lock-add-keywords to t.
190 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
192         * hi-lock.el (hi-lock-highlight-range): New variable.
193         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
194         only if font-lock-fontified is non-nil.  Remove overlays.
195         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
196         font-lock-fontified is non-nil, otherwise use overlays (instead of
197         text properties).
198         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
199         New variables.
200         (hi-lock-string-serialize) New function.
202 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
204         * menu-bar.el (menu-find-file-existing): New function.
205         (menu-bar-file-menu): Use menu-find-file-existing for Open.
207         * tool-bar.el (tool-bar-setup): open changed to menu-find-file-existing.
209 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
211         * vc.el: Remove unnecessary leading * in docstrings.
212         (vc-annotate-mode-map): Move initialization into declaration.
213         (vc-static-header-alist): Nitpick on the regexp.
214         (vc-default-init-version): New fun.
215         (vc-register): Use it.
216         (vc-insert-headers): Use dolist.
217         (vc-annotate-get-backend): Remove unused function.
218         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
219         (vc-annotate-mode): Remove corresponding call.
220         (vc-annotate-car-last-cons): Simplify.
221         (vc-annotate-buffers): Remove var.
222         (vc-annotate-backend): Make it buffer-local.
223         (vc-annotate): Move the interaction to the interactive spec.
224         Add a `buf' argument.
225         (vc-annotate-warp-version): Use this new `buf' argument to avoid
226         killing&creating a vc-annotate buffer, which is very disruptive when
227         the buffers are shown in dedicated frames.
229 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
231         * descr-text.el: Add FSF as maintainer.
232         (describe-text-mode, describe-text-mode-map)
233         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
234         help-mode.
235         (describe-text-widget, describe-text-sexp)
236         (describe-property-list, describe-text-category)
237         (describe-text-properties, describe-text-properties-1)
238         (describe-char): Use help buttons instead of widgets.
239         (describe-char-unicodedata-file): Make URL link in doc string.
241 2005-12-22  Richard M. Stallman  <rms@gnu.org>
243         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
244         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
245         Don't include buttons that write a file when there's no file.
246         (custom-variable-menu, custom-face-menu, custom-group-menu):
247         Don't include commands that write a file when there's no file.
248         (customize-browse): Reword the top-of-buffer help intro.
249         (custom-buffer-create-internal): Fix previous change.
250         (customize-changed-options-previous-release): Prev release is 21.1.
251         (customize-changed-options): Doc fix.
252         (customize-changed): New alias.
253         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
254         Say "standard values".
255         (Custom-reset-standard): Doc fix.
256         (custom-face-reset-standard): Doc fix.
258 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
260         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
261         even if font-lock-mode is non-nil since it may be t without having
262         turned on font-lock-mode-internal.
263         (font-lock-choose-keywords): Minor optimization.
264         (font-lock-add-keywords, font-lock-remove-keywords)
265         (font-lock-set-defaults): Don't call make-local-variable on a variable
266         that we know to already be local.
268 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
270         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
271         messages if in the minibuffer.
273 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
275         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
276         (tex-mode-flyspell-verify, flyspell-get-word)
277         (flyspell-external-point-words): Don't use point-min/max uselessly.
279         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
280         by Kevin Rodgers.  Instead, just hide the completions buffer if we
281         don't need to show it.
283 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
285         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
287 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
289         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
290         delete-windows-on with an inexistent buffer.
292 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
294         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
295         Delete defcustom variable :tag names.
297 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
299         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
300         (log-view-font-lock-keywords): Ajust subgroup numbers.
301         (log-view-current-tag): Don't hard code the number of subgroups.
303 2005-12-20  Juri Linkov  <juri@jurta.org>
305         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
306         (tooltip-x-offset, tooltip-y-offset): Doc fix.
308         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
309         (menu-bar-non-minibuffer-window-p): Instead of checking
310         display-multi-frame-p, use selected-frame when menu-updating-frame
311         is nil.
313 2005-12-20  Davis Herring  <herring@lanl.gov>  (tiny change)
315         * align.el (align-rules-list): Use [ \t] instead of \s-
316         for column separators in text mode.
318 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
320         * help-mode.el (help-customize-variable, help-customize-face):
321         Don't pop help-xref-stack as help-follow no longer pushes
322         anything on to it.
324 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
326         * textmodes/org.el: (org-agenda-custom-commands): New option.
327         (org-agenda): Offer custom commands on splash screen.
328         (org-make-tags-matcher): Parser for Boolean logic added.
329         (org-agenda-set-tags): New command.
330         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
331         (org-set-tags): Efficiency improvements.
332         (org-auto-align-tags): New option.
333         (org-todo, org-demote, org-promote): Realign tags.
334         (org-tags-completion-function): Use also "&" and "|" as separators.
335         (org-org-menu): Agenda commands simplified.
337 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
339         * cus-edit.el (customize-apropos, customize-apropos-options):
340         Docstring changes.
342         * font-lock.el (font-lock): Add tags to the links in the defgroup.
344 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
346         * longlines.el (longlines-mode): Wrap while widened.
347         (longlines-decode-region, longlines-encode-region): Compute max
348         just once.
350 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
352         * cus-edit.el (mac): New group.
354         * cus-start.el (all): Add user options in macterm.c.  Add test for
355         Mac-related built-ins.  Fix test for GTK-related built-ins.
357         * term/mac-win.el (mac-handle-language-change)
358         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
359         (mac-services-open-selection, mac-services-mail-selection)
360         (mac-services-mail-to, mac-services-insert-text)
361         (mac-dispatch-apple-event): Add docstrings.
362         (x-get-selection, mac-select-convert-to-string): Select coding
363         system from `utf-16be' and `utf-16le' using `byteorder'.
365 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
367         * subr.el (lazy-completion-table): Don't be fooled if the var holds
368         a "list" (lambda ...) rather than a real completion list.
370         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
371         lexical-let when encountering ((lambda (...) ...) ...).
373 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
375         * progmodes/sh-script.el (sh-mode):
376         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
377         * textmodes/picture.el (picture-mode): Update docstrings.
379 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
381         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
382         commands enclosed in $(ARGQUOTE)s should not be split between two
383         lines, as that will break with GNU Make >3.80, when sh.exe is used
384         and arg quoting is with '..'.
385         (autoloads): Don't break the quoted --eval expression between
386         several lines.
388 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
390         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
391         Capture error from printing circular structures.
393 2005-12-17  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
395         * wid-edit.el (widget-checkbox-action): Clear undo info.
397 2005-12-16  Bill Wohler  <wohler@newt.com>
399         * menu-bar.el (kill-this-buffer): Set a good example by using menu
400         bar, not menubar in comment.
402 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
404         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
405         After-change-functions should not clobber the match data.
407 2005-12-16  Juri Linkov  <juri@jurta.org>
409         * simple.el (choose-completion): Use `buffer-substring-no-properties'
410         instead of `buffer-substring'.
411         (completion-common-substring): Doc fix.
412         (completion-setup-function): Use minibuffer-completion-contents
413         instead of minibuffer-contents.  Don't set common-string-length
414         initially.  Remove special handling of partial-completion-mode.
415         Move computation of completion-base-size into one cond.
416         Call completion-base-size-function in mainbuf.  In computation of
417         completion-base-size for file name completion don't move point to
418         the end of the minibuffer.  Move computation of common-string-length
419         into one cond.  Start putting faces only when common-string-length>=0.
420         Add condition to put completions-common-part when
421         common-string-length>0.
423         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
424         place point at the first different character in the minibuffer
425         even if this position is at the beginning of the minibuffer.
427         * info.el (Info-read-node-name-1): In completion-base-size-function's
428         lambda return 1 if common-substring or minibuffer-completion-contents
429         starts with (, and 0 otherwise.
431         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
432         Use `crm-current-element' for second arg of `display-completion-list'.
434 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
436         * files.el (set-auto-mode): Look for an interpreter specified on
437         the first line also if search for mode specification succeeded,
438         but the mode is not known.
440 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
442         * textmodes/org.el: (org-tags-match-list-sublevels): New option.
443         (org-open-at-point): Implement tag searches as links.
444         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
445         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
446         (org-tags-sparse-tree, org-tags-view, org-set-tags)
447         (org-agenda-dispatch): New commands.
448         (org-use-tag-inheritance, org-tags-column): New options.
449         (org-tab-follows-link, org-return-follows-link): New options.
450         (org-tags): New customize group.
451         (org-start-icalendar-file): Get local time zone.
452         (org-tags-completion-function): New function.
453         (org-set-font-lock-defaults): Make sure links will also be
454         highlighted inside headlines.
456 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
458         * term.el (term-emulate-terminal):
459         Let term-handle-ansi-terminal-messages override what Bash says about
460         its current directory.
462 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
464         * bindings.el (last-buffer): Move to simple.el.
465         * simple.el (last-buffer): Move here.
466         (get-next-valid-buffer): New function.
467         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
468         (prev-buffer): Ditto. Rename to `previous-buffer'.
470         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
471         * bindings.el (global-map): Ditto.
473 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
475         * cus-edit.el: Introductory comment change.
476         (custom-magic-alist): Change message string for the `rogue' state.
478 2005-12-15  Richard M. Stallman  <rms@gnu.org>
480         * tooltip.el: Delete defcustom variable :tag names.
482         * complete.el (partial-completion-mode): Doc fix.
484         * textmodes/flyspell.el (flyspell-external-point-words):
485         Use save-excursion to ensure we don't move backward in the
486         search loop, not even one character.
487         (flyspell-delete-all-overlays): Use remove-overlays directly.
489         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
490         (ispell-start-process): Set that variable.
491         Clear ispell-buffer-local-name.
492         (ispell-internal-change-dictionary):
493         Set ispell-current-dictionary after killing process.
494         (ispell-buffer-local-dict):
495         Don't set spell-personal-dictionary after killing process.
496         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
497         (ispell-tex-skip-alists)
498         (ispell-html-skip-alists, ispell-skip-region-alist): Mark as risky.
500         * net/newsticker.el (newsticker--retrieval-timer-list)
501         (newsticker--display-timer, newsticker-running-p)
502         (newsticker-ticker-running-p): Definitions moved up.
504 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
506         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
508 2005-12-15  David Ponce  <david@dponce.com>
510         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
511         (recentf-edit-list, recentf-open-files): Signal an error when
512         there is no recent file.
514 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
516         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
517         read-only except for texinfo-format-region evaluation.
519 2005-12-14  Richard M. Stallman  <rms@gnu.org>
521         * vc.el (vc-default-previous-version, vc-default-next-version)
522         (vc-do-command): Doc fixes.
524 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
526         * textmodes/bibtex.el (bibtex-expand-strings)
527         (bibtex-autokey-expand-string, bibtex-name-part)
528         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
529         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
530         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
531         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
532         (bibtex-entry-postfix, bibtex-known-entry-type-re)
533         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
534         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
535         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
536         (bibtex-beginning-of-last-entry): Remove.
537         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
538         message if comma is missing but buffer is read-only.
539         (bibtex-parse-field-text): Handle whitespaces at the end of field
540         text.  Return 3-element list with beginning and end of field text
541         and end of field.
542         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
543         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
544         (bibtex-search-forward-field, bibtex-search-backward-field):
545         Search always delimited by limits of entry.  Use more efficient
546         search algorithms.
547         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
548         bibtex-end-of-name-in-field.
549         (bibtex-text-in-field-bounds): Handle BibTeX strings when
550         extracting the content of a field.
551         (bibtex-text-in-field): Use search limits.
552         (bibtex-parse-string-prefix): Handle empty string keys based on
553         bibtex-string-empty-key.
554         (bibtex-parse-string): Fix docstring.
555         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
556         (bibtex-preamble-prefix, bibtex-strings): New functions.
557         (bibtex-skip-to-valid-entry): Include preceding whitespace in
558         BibTeX entries (consistent with other BibTeX functions).
559         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
560         (bibtex-search-entry): Fix docstring.  Simplify.
561         (bibtex-flash-head, bibtex-complete-string-cleanup)
562         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
563         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
564         (bibtex-parse-entry): New optional arg content.
565         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
566         Use bibtex-text-in-field-bounds.
567         (bibtex-print-help-message): Handle BibTeX strings and preambles.
568         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
569         bibtex-parse-string-postfix.
570         (bibtex-find-text-internal): New function.
571         (bibtex-remove-delimiters): Use it.
572         (bibtex-find-text): Use it.  New optional arg help.
573         (bibtex-complete): Handle BibTeX string and preamble entries.
574         (bibtex-Preamble): Fix order of closing delimiters.
576 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
578         * vc.el (vc-default-revert): New fun.
580         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
582 2005-12-14  Romain Francoise  <romain@orebokech.com>
584         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
585         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
586         (font-lock-remove-keywords): Likewise.
588 2005-12-14  Juri Linkov  <juri@jurta.org>
590         * log-view.el (log-view-diff): Doc fix.
592         * isearch.el (isearch-query-replace): Use (mark) instead of
593         isearch-opoint if mark is active in transient-mark-mode.
595 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
597         * isearch.el (isearch-query-replace): Check for isearch-other-end.
599 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
601         * progmodes/cpp.el (cpp-face): New widget.
602         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
604 2005-12-14  Juri Linkov  <juri@jurta.org>
606         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
607         around `erase-buffer' and `insert'.
609         * descr-text.el (describe-text-properties): Replace buffer name
610         "*Help-2*" with "*Help*<2>".
611         (describe-char): Add functions print-help-return-message,
612         toggle-read-only.  Use help-setup-xref with nil to not store
613         describe-char in help-xref-stack.  Use help-make-xrefs to
614         make [back] button.
616         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
618         * wdired.el (wdired-old-point): New internal variable.
619         (wdired-change-to-wdired-mode): Set it buffer-locally.
620         (wdired-abort-changes): Restore point after aborting changes.
622 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
624         * vc.el (vc-do-command): Add a new value t for okstatus.
626         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
627         frame in case of errors.
629 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
631         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
632         so it comes after "On the Left" in the menu.
634 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
636         * cus-edit.el (customize-apropos, customize-apropos-options)
637         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
639 2005-12-12  Bill Wohler  <wohler@newt.com>
641         * vc-svn.el (vc-svn-registered): Fix problem of visiting
642         non-writable Subversion-controlled files by saving window
643         configuration before calling vc-do-command.  vc-do-command calls
644         pop-to-buffer on error which is unexpected during registration.
646 2005-12-12  Jay Belanger  <belanger@truman.edu>
648         * calc/README: Update the summary of changes.
650 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
652         * descr-text.el (describe-char): Rework last fix to solve the problem
653         is the same way it's solved for everything else in that function
654         (i.e. by extracting the info before setting up the *Help* buffer).
656 2005-12-12  Kim F. Storm  <storm@cua.dk>
658         * subr.el (version-regexp-alist): Allow space as separator before
659         non-numeric part, e.g. "1.0 alpha".
660         (version-to-list): Interpret .X.Y version as 0.X.Y version.
662 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
664         * textmodes/org.el: (org-agenda, org-timeline, org-todo):
665         Implement Logging and the keep-modes setting.
666         (org-get-category): Make sure a string is returned.
667         (org-log-done): New function.
668         (org-log-done, org-closed-string): New options.
670 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
672         * tooltip.el (tooltip-y-offset): Change default to 20.
674 2005-12-12  Richard M. Stallman  <rms@gnu.org>
676         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
678         * frame.el (display-hourglass): Doc fix.
680         * help.el (help-for-help-internal): Simplify entry for `a'.
682         * info.el (Info-on-current-buffer): Doc fix.
683         (info-insert-file-contents): Don't test (featurep 'jka-compr).
685         * startup.el (inhibit-splash-screen): Make this the real name.
686         (inhibit-startup-message): Make this the alias.
687         (command-line): Find only simple.el, and use its directory
688         to fill in other preloaded files' names.
689         (command-line): Deactivate the mark if deactivate-mark is set.
691         * international/mule.el (load-with-code-conversion):
692         Bind deactivate-mark.
694         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
696 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
698         * cus-edit.el (customize-apropos): Avoid listing an option more
699         than once under different aliases.  No longer list user options
700         that are not defined with defcustom (unless a prefix arg is given).
701         Doc fix.
702         (customize-apropos-options): Doc fix.
704 2005-12-11  Juri Linkov  <juri@jurta.org>
706         * frame.el (set-background-color, set-foreground-color)
707         (set-cursor-color, set-mouse-color, set-border-color):
708         Add explicit prompts to read colors by `facemenu-read-color'.
709         (show-trailing-whitespace, blink-cursor-delay)
710         (blink-cursor-interval, display-hourglass, hourglass-delay):
711         Remove tags.
712         (display-hourglass, hourglass-delay): Doc fix.
713         (cursor-in-non-selected-windows): Capitalize words in tag.
715         * faces.el (frame-background-mode): Replace `choice-item' keywords
716         with `const' to not make [default] button.  Change default value tag
717         from `default' to `automatic'.  Doc fix.
718         (trailing-whitespace) <defface>: Change group `whitespace' to
719         `whitespace-faces'.
721 2005-12-11  Richard M. Stallman  <rms@gnu.org>
723         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
725 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
727         * term/mac-win.el: Create keymap for mac-apple-event-map.
729 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
731         * tooltip.el (tooltip-mode): Move to start of file so that it
732         appears at top of customize buffer.
734         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
735         Add the gud groupname.
736         (gud-tooltip-mode): Add the tooltip groupname.
737         (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
738         avoid conflict with tooltip-use-echo-area.
740 2005-12-10  Romain Francoise  <romain@orebokech.com>
742         * help.el (help-for-help-internal): Add `r' in doc string.
744 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
746         * align.el (align-regexp, align-highlight-rule):
747         Use region-beginning and region-end instead of point and mark, so that
748         repetition (with `repeat-complex-command') recomputes the region
749         bounds.
751 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
753         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
754         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
755         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
756         (balance-windows): Rewrite using the above new functions.
758 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
760         * hi-lock.el: (hi-lock-mode) Renamed from hi-lock-buffer-mode;
761         react if global-hi-lock-mode seems intended.
762         (global-hi-lock-mode) Renamed from hi-lock-mode.
763         (hi-lock-archaic-interface-message-used)
764         (hi-lock-archaic-interface-deduce): New variables.
765         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
766         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
767         (hi-lock-find-patterns, hi-lock-font-lock-hook):
768         Replace hi-lock-buffer-mode with hi-lock-mode.
770 2005-12-10  Kevin Rodgers  <ihs_4664@ihs.com>
772         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
773         completion list, even after a partial completion has been
774         inserted in the current buffer.  If there are more than 1
775         completion, redisplay the *Completions* buffer; if the
776         completion is unique, delete the *Completions* window.
778 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
780         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
781         strings and long subject lines that were broken into multiple
782         lines at arbitrary places.  Handle subjects that have "Re: " in
783         the middle.
785 2005-12-10  John W. Eaton  <jwe@octave.org>
787         * emacs/octave-mod.el (octave-electric-space): Don't indent
788         comments or strings if octave-auto-indent is nil.
790 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
792         * term/mac-win.el: Require url when compiling.
793         Call mac-process-deferred-apple-events after loading init files.
794         (mac-apple-event-map): New defvar.  Define event handlers in it.
795         (core-event, internet-event): New Apple event class symbols.
796         (open-application, reopen-application, open-documents)
797         (print-documents, open-contents, quit-application)
798         (application-died, show-preferences, autosave-now, get-url):
799         New Apple event ID symbols.
800         (about): New HICommand ID symbol.
801         (mac-event-spec, mac-event-ae): New macros.
802         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
803         (mac-ae-selection-range, mac-ae-text-for-search)
804         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
805         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
806         and Services menu events are now defined in mac-apple-event-map.
807         (mac-drag-n-drop): Remove selection range handling.
809 2005-12-10  Kenichi Handa  <handa@m17n.org>
811         * simple.el (zap-to-char):
812         * isearch.el (isearch-process-search-char): Translate CHAR by
813         translation-table-for-input.
815 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
817         * foldout.el (foldout-exit-fold): Properly hide subtree.
819 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
821         * files.el (save-buffer):
822         * international/ucs-tables.el (ucs-set-table-for-input):
823         * mail/mail-extr.el (mail-extract-address-components):
824         * mail/sendmail.el (mail-mode): Reformat doc string.
826 2005-12-09  Juri Linkov  <juri@jurta.org>
828         * isearch.el (isearch-highlight): Change main overlay priority
829         from 1 to 1001.  Simplify.
830         (isearch-lazy-highlight-update): Change lazy overlay priority
831         from 0 to 1000.
833         * replace.el (replace-highlight): Change overlay priority from
834         1 to 1001.
836         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
837         Change overlay priority from 1 to 1001.  Reuse existing overlay.
839         * compare-w.el (compare-windows-highlight): Change overlay
840         priority from 1 to 1000.
842         * menu-bar.el (menu-bar-edit-menu): Add listp around
843         pending-undo-list to disable menu item "undo" when pending
844         undo list is empty.
846         * locate.el (locate): Disable undo in *Locate* buffer.
848 2005-12-09  Kim F. Storm  <storm@cua.dk>
850         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
852 2005-12-09  David Ponce  <david@dponce.com>
854         * recentf.el: Improvement of the menu code.
855         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
856         instead of menu hook.
857         (recentf-show-menu, recentf-hide-menu): New functions.
858         (recentf-menu-customization-changed, recentf-mode): Use them.
859         (recentf-menu-action, recentf-max-menu-items)
860         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
861         (recentf-arrange-by-rule-others)
862         (recentf-arrange-by-rules-min-items)
863         (recentf-arrange-by-rule-subfilter) : Don't use
864         `recentf-menu-customization-changed'.
865         (recentf-arrange-rules): Likewise.  Accept functions to compute
866         sub-menu titles.
867         (recentf-menu-filter): Likewise.  Doc fix.
868         (recentf-menu-value-shortcut): Doc fix.
869         (recentf-dump-variable): Quote atom value.
870         (recentf-make-menu-items): Update to use it as a menu filter.
871         (recentf-match-rule): New function.
872         (recentf-arrange-by-rule): Use it.
873         (recentf-indirect-mode-rule): New function.
874         (recentf-build-mode-rules): Use it.
875         (recentf-dir-rule): New function.
876         (recentf-arrange-by-dir): Use it.
877         (recentf-filter-changer-current): Rename from
878         `recentf-filter-changer-state'.  All references updated.
879         (recentf-filter-changer-alist): Update filter names.
880         (recentf-filter-changer-select): New function.
881         (recentf-filter-changer): Use it.  Make a sub-menu from filters
882         available in `recentf-filter-changer-alist'.
883         (recentf-data-cache, recentf-clear-data)
884         (recentf-update-menu): Remove.  All references updated.
885         (recentf-match-rule-p, recentf-build-dir-rules)
886         (recentf-filter-changer-goto-next)
887         (recentf-filter-changer-get-current)
888         (recentf-filter-changer-get-next): Remove.
890 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
892         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
893         buffer "Reset" button to "Reset to Current" for consistency with
894         the State buttons.
896 2005-12-08  John Paul Wallington  <jpw@pobox.com>
898         * ibuf-ext.el (define-ibuffer-filter filename):
899         If `dired-directory' is a list then really use its car.
901 2005-12-08  Kim F. Storm  <storm@cua.dk>
903         * emulation/cua-rect.el (cua--rectangle-aux-replace): Fix
904         indention of text on right side of replaced rectangle.
906 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
908         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
909         No need to check gud-comint-buffer is bound.
910         (gdb): Prevent multiple debugging when first session uses gdba.
912 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
914         CC Mode update to 5.31.
916         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
917         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.  We
918         might do this function properly in the future).
920         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
921         macros c-sentence-end and c-default-value-sentence end, to cope
922         with Emacs 22's new function `sentence-end'.
924 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
926         * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
927         compat issue using `c-put-overlay' and `c-delete-overlay'.
929         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
930         compat macros to handle overlays/extents.
932 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
934         * progmodes/cc-fix.el: Add definitions of the macros push and pop
935         (for GNU Emacs 20.4)
937         * progmodes/cc-defs.el:
938         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
940         * progmodes/cc-cmds.el (c-show-syntactic-information): change the
941         highlighting mechanism so it will work in XEmacs too.
943         * progmodes/cc-defs.el: Insert c-int-to-char.
945         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
946         call to the new macro c-int-to-char.  This solves XEmacs's
947         regarding characters as different from integers.
949 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
951         * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
952         helper.
954         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
955         construct to make the indirect face lookup work in XEmacs.
957         (c-cpp-matchers): Append the negation char face to the existing
958         fontification, so that the cpp face doesn't disappear.  Use
959         `c-make-syntactic-matcher' to avoid negation chars in comments and
960         strings.
962         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
963         to map to `font-lock-negation-char-face' in emacsen where it
964         exists.
966 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
968         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
970         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el: Rename
971         "c-subword-move-mode" as "c-subword-mode".
973         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
974         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
976 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
978         * progmodes/cc-mode.el: Added autoload directive for
979         `c-subword-move-mode' for use in older emacsen.
981 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
983         * progmodes/cc-mode.el:
984         (i) Insert a binding for C-c C-backspace into
985         c-bind-special-erase-keys which works in TTYs.
986         (ii) Make sure that when file styles are used, any explicitly
987         given style variables take priority over those in the style.  Do
988         this by calling `hack-local-variables' a second time.
990         * progmodes/cc-vars.el: Add language specific customization
991         widgets for AWK to c-doc-comment-style, c-require-final-newline
992         and c-default-style.  Add a defcustom for awk-mode-hook.  Give
993         c-syntactic-element and c-syntactic-context doc-strings by
994         directly setting their `variable-documentation' propery.  This
995         allows Emacs 22.1 to read these with C-h v.
997         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
998         Monnier).
1000 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1002         * progmodes/cc-fonts.el, cc-vars.el
1003         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection,
1004         gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
1005         Masatake YAMATO.
1007         (c-doc-comment-style): Made GtkDoc default in C mode.
1009         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
1010         and C-c C-<delete>.
1012         (c-bind-special-erase-keys): New function for use on
1013         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
1015         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
1016         <delete> key behavior in XEmacs according to `delete-forward-p'.
1017         C.f. `c-electric-delete'.
1019 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1021         * progmodes/cc-mode.el: Give c-hungry-backspace and
1022         c-hungry-delete-forward permanent key bindings.
1024         * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
1025         c-syntactic-context for calls to "criteria functions", for
1026         consistency with other calls to user functions.
1028         * progmodes/cc-cmds.el (c-indent-command): expunge use of
1029         `current-prefix-arg', since this might be the prefix arg to a
1030         command which calls c-indent-command as a function.  Change the
1031         interactive spec from "p" to "P".
1033         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
1034         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
1035         was difficult to understand.
1037 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1039         * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
1040         first char of an identifier.
1042         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
1043         +" syntax in C++.
1045 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1047         * progmodes/cc-cmds.el (c-mask-paragraph): correct, so that
1048         auto-fill doesn't split a c-comment's last word from a hanging
1049         "*/" when a space is typed between them after fill-column.
1051         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
1053         * progmodes/cc-styles.el (c-set-style,
1054         c-setup-paragraph-variables): Abort the command if we're not in a
1055         CC Mode buffer.
1057         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
1058         with blank comment-prefix, and a blank line as the comment's
1059         second line.
1061 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1063         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
1064         Incorporated the patterns added in the Emacs development branch
1065         for the new Emacs 22 face `font-lock-negation-char-face'.
1067         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
1068         of "red" since it stands out better in xterms and DOS terminals.
1070         * progmodes/cc-engine.el (c-literal-faces): Added
1071         `font-lock-comment-delimiter-face' which is new in Emacs 22.
1073 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1075         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
1076         forcibly enable c-electric-flag.
1078         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
1079         `comment-close-slash' on c-electric-slash: if enabled, typing `/'
1080         just after the comment-prefix of a C-style comment will close that
1081         comment.
1083 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1085         * progmodes/cc-fonts.el (c-basic-matchers-before,
1086         c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
1087         in Pike.
1089         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
1090         digraphs.
1092         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
1093         (c-cpp-message-directives, c-cpp-include-directives,
1094         c-opt-cpp-macro-define, c-opt-cpp-macro-define-start,
1095         c-cpp-expr-directives): Introduced new language constants to
1096         control cpp syntax in a cleaner way.
1098         (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
1100         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
1102         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines,
1103         c-multiline-string-start-char): New language constants and
1104         variables to specify how newlines in string literals work.
1106         (c-font-lock-invalid-string): Use them.
1108         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
1109         unbalanced close brace is entered.  Optimization by avoiding going
1110         back over arbitrarily large blocks.  Removed hints that this
1111         function only would be relevant/useful in AWK.
1113         (c-electric-brace): Indent syntactically after the cleanups since
1114         lineup functions might do it differently then.
1116         * progmodes/cc-engine.el, cc-langs.el
1117         (c-opt-op-identifier-prefix): New language constant and variable.
1119         (c-just-after-func-arglist-p, c-after-special-operator-id,
1120         c-search-decl-header-end, c-inside-bracelist-p): Use it.
1122         * progmodes/cc-align.el, cc-engine.el
1123         (c-after-special-operator-id): New helper to handle C++ operator
1124         identifiers.
1126         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p,
1127         c-guess-basic-syntax): Handle C++ operator identifiers in
1128         declarations.
1130         * progmodes/cc-langs.el (c-assignment-operators): Added the
1131         trigraph version of ^= too.
1133         * progmodes/cc-langs.el (c-assignment-operators): Added the
1134         trigraph version of |= in C++.
1136         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
1137         `c-decl-hangon-kwds' after the identifier name.
1139         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
1140         whether an arglist is "nonempty", ignore a comment after the open
1141         paren if it isn't followed by a non-comment token on the same
1142         line.
1144         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
1145         heuristics below the point to cope with classes inside special
1146         brace lists in Pike.
1148 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1150         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
1152 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1154         * progmodes/cc-guess.el (cc-guess-install): New function to
1155         install an already guessed style in another buffer.
1157         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
1158         sets `inhibit-read-only' - `c-save-buffer-state' should be used
1159         anyway if the change always is undone.
1161 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1163         Implement togglable electricity:
1165         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
1166         saying when it should be used.
1168         * progmodes/cc-engine.el: Add the new buffer-local variable,
1169         c-electric-flag.
1171         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
1172         c-toggle-auto-newline.
1174         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
1175         c-toggle-auto-newline.  Remove the binding for
1176         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
1177         c-toggle-electric-state.
1179         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
1181         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
1182         c-\(forward\|backward\)-subword.
1183         (c-update-modeline): Add the new modeline flag `l' for
1184         `c-electric-flag'.  Make the auto-newline flag `a' dependent on
1185         `l'.
1186         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.  Make
1187         the old name an alias of the new name.
1188         (c-toggle-electric-state): New function.
1189         c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
1190         Adapt these functions to do electric things only when
1191         c-electric-flag is non-nil.
1192         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
1193         new functions from c-electric-brace.
1194         (c-point-syntax): Add a check for "virtual semicolons" in AWK
1195         mode, so that the tentative extra newline doesn't change the
1196         syntax of the following brace.
1197         (c-electric-brace): restructure by extracting the above functions.
1198         Tidy up the coding somewhat.
1199         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
1200         restructure a bit.
1202 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1204         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
1205         anchor position(s) using faces.  Thanks to Masatake YAMATO for the
1206         idea.
1208         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
1209         (c-submode-indicators): Changed name from `c-auto-hungry-string'
1210         since it's now used to track another submode.
1212         (c-update-modeline): Converted to function and extended to check
1213         `c-subword-move-mode'.
1215         (c-forward-into-nomenclature, c-backward-into-nomenclature):
1216         Converted to compat aliases for `c-forward-subword' and
1217         `c-backward-subword'.
1219         * progmodes/cc-subword.el: New functions and minor mode to handle
1220         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
1222         (c-forward-subword, c-backward-subword, c-mark-subword,
1223         c-kill-subword, c-backward-kill-subword, c-transpose-subwords,
1224         c-capitalize-subword, c-downcase-subword, c-upcase-subword):
1225         Functions corresponding to the standard word handling functions.
1227         (c-subword-move-mode): Minor mode that replaces all the standard
1228         word handling functions with their subword equivalences.
1230 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1232         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
1233         entry for one-liner-defun.
1235         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
1236         name in its def-edebug-spec.
1238         * progmodes/cc-cmds.el (c-electric-brace): Make the
1239         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
1240         compacts space before a comment, if this will make things fit on
1241         one line.
1243         Introduce an "awk" style, mainly for auto-newline and clean-ups.
1245         * progmodes/cc-align.el: new function c-snug-1line-defun-close
1247         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
1248         clean-up one-liner-defun.
1250         * progmodes/cc-styles.el: Add the new "awk" style.
1252         * progmodes/cc-vars.el: Add description of one-liner-defun to
1253         c-cleanup-list's doc-string.  New user options,
1254         c-max-one-liner-length.  In c-default-style, set the default style
1255         for AWK to "awk".
1257 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1259         * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
1260         macros inside labels.
1262         * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
1263         `c-at-statement-start-p' and `c-at-expression-start-p'.
1265         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
1266         error if the mark isn't set.
1268         * progmodes/cc-engine.el (c-guess-continued-construct,
1269         c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
1270         accurately detect functions inside functions.
1272         * progmodes/cc-engine.el (c-at-expression-start-p): New function
1273         like `c-at-statement-start-p' that additionally recognizes commas
1274         and expression parentheses as delimiters.
1276         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
1277         to avoid heuristics that doesn't work for unclosed blocks.
1279         (c-at-statement-start-p): New function.
1281         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
1282         Objective-C directives, e.g. directives spanning lines should work
1283         reasonably well now.
1285         (c-put-c-type-property, c-clear-c-type-property): New helpers.
1287         (c-forward-objc-directive): New function to move over any ObjC
1288         directive.
1290         (c-just-after-func-arglist-p, c-guess-basic-syntax,
1291         c-basic-matchers-before): Use it.
1293         (c-font-lock-objc-iip-decl): Removed.
1295         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
1296         in the template arglist recognition.
1298         * progmodes/cc-styles.el (c-style-alist): Fixed several
1299         inconsistencies in the Whitesmith style.
1301         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks): New
1302         lineup function to get lines after Whitesmith style blocks
1303         correctly indented.
1305         (c-lineup-whitesmith-in-block): Backed out the compensation for
1306         opening parens since it's done using `add' lists in the style
1307         definition instead.  Don't use the anchor position since it varies
1308         too much between the syntactic symbols. :P
1310         * progmodes/cc-vars.el (c-valid-offset): Updated.
1312         * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
1313         lists where the offsets are combined according to several
1314         different methods: `first', `min', `max', and `add'.  Report
1315         offset evaluation errors with `c-benign-error' so that some kind
1316         of reindentation still is done.
1318         * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
1319         `arglist-intro' the same way as `arglist-cont-nonempty' and
1320         `arglist-close'.
1322         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
1323         situations for `arglist-cont-nonempty' and `arglist-close'.
1325         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
1326         constant.
1328         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
1329         cc-bytecomp-boundp' in a number of places.
1331         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
1332         macro related issue.
1334 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1336         * progmodes/cc-awk.el: Change the terminology of regexps: A char
1337         list is now
1338         [asdf], a char class [:alpha:].  Include code for char classes.
1339         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
1340         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
1342         Remove (nearly all of) the cruft associated with AWK Mode's former
1343         concept of "virtual semicolons":
1345         Adapt c-beginning-of-statement, c-end-of-statement (together with
1346         subfunctions) to use the new notion of "virtual semicolon" in
1347         place of the old awkward special handling for AWK.  There remains
1348         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
1349         * progmodes/cc-cmds.el:
1350         (c-ascertain-adjacent-literal): In the backwards direction, now
1351         recognises AWK regexp delimiters as string delimiters.
1352         (c-after-statement-terminator-p): Adapt for virtual semicolons;
1353         check more rigorously for "end of macro".
1354         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
1355         virtual semicolons;
1356         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
1357         out the code for forward movement into ...
1358         (c-end-of-statement): Now contains the code for forward movement,
1359         adapted for virtual semicolons.
1361         * progmodes/cc-engine.el:
1362         (c-ws*-string-limit-regexp): new regexp.
1363         (c-forward-single-comment, c-backward-single-comment): Comment out
1364         the (now redundant) "special" AWK stuff.
1366         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
1367         c-string-par-start, c-string-par-separate to be more like Text
1368         Mode than Fundamental Mode.
1370 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1372         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
1373         to the fontified region so that fontification doesn't occur
1374         outside it
1375         (could happen e.g. when fontifying a line with an unfinished
1376         declaration).
1378 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1380         * progmodes/cc-awk.el: Regexps for analysing AWK code have been
1381         moved to near the start of the file.  ^L now separate sections of
1382         the file.  New defconsts: c-awk-non-eol-esc-pair-re,
1383         c-awk-blank-or-comment-line-re,
1384         c-awk-one-line-possibly-open-string-re,
1385         c-awk-regexp-one-line-possibly-open-char-class-re,
1386         c-awk-one-line-possibly-open-regexp-re,
1387         c-awk-one-line-non-syn-ws*-re.  New functions: c-awk-at-vsemi-p,
1388         c-awk-vsemi-status-unknown-p.
1390         Amend the concept of "virtual semicolons" (in the indentation
1391         engine) for languages like AWK, such that they are now
1392         conceptually attached to end of the last token of a statement, not
1393         the end of the line.  (In AWK Mode, however, the pertinent text
1394         property is still physically set on the EOL.)  Remove the specific
1395         tests for awk-mode, thus facilitating the introduction of other
1396         language modes where EOLs can end statements.  (Note: The
1397         funtionality in cc-cmds.el, specifically
1398         c-beginning/end-of-statement has yet to be amended.)
1400         * progmodes/cc-defs.el: New macros c-at-vsemi-p,
1401         c-vsemi-status-unknown-p.
1403         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
1404         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
1405         c-vsemi-status-unknown-p-fn (in a new page).
1407         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
1408         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
1409         numerous awkward forms like
1410         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
1411         with
1412         (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
1413         variable before-ws-ip, the place just after char-before-ip
1414         appears.
1416         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
1417         a comment.
1419 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1421         * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
1422         `c-tentative-buffer-changes'.
1424         * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
1425         converted to macro to choose between Emacs and XEmacs at compile
1426         time.
1428         (c-set-region-active): New set counterpart to
1429         `c-region-is-active-p'.
1431         (c-tentative-buffer-changes): New macro to handle temporary buffer
1432         changes in a convenient way.
1434         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
1435         for `c-tentative-buffer-changes'.
1437         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
1438         the checks for paren sexps between the point and the keyword, to
1439         avoid some false alarms.
1441         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
1442         Fixed a situation where an error could be thrown for unbalanced
1443         parens.  Changed to make use of c-keyword-member' to avoid some
1444         repeated regexp matches.
1446         (c-opt-lambda-key, c-opt-inexpr-block-key,
1447         c-opt-inexpr-class-key): These language variable are no longer
1448         necessary.
1450         (c-block-stmt-kwds): New language constant used by
1451         c-looking-at-inexpr-block'.
1453         (c-guess-basic-syntax): Removed an optional check that looked at
1454         the existence of the now removed language variables.
1456         * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
1457         c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
1458         object instantiation expressions as declarations in some contexts.
1459         This bug only affected languages where the declarator can't be
1460         enclosed in parentheses.
1462         * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
1463         insert newlines before and after substatement braces.
1465         * progmodes/cc-engine.el: Improved the heuristics for recognizing
1466         function declaration headers and the handling of C++ style member
1467         init lists.
1469         (c-just-after-func-arglist-p): Rewritten to use
1470         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
1472         (c-beginning-of-member-init-list): Removed since it isn't used
1473         anymore.
1475         (c-guess-basic-syntax): Case 5B adapted for the new
1476         `c-just-after-func-arglist-p'.  Cases 5B.1 and 5B.3 merged.  Cases
1477         5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
1478         covers all cases now).
1480         * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
1482 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1484         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
1485         c-string-par-start/separate c-sentence-end-with-esc-eol,
1486         initialised in c-setup-paragraph-variables, used in string
1487         scanning subroutines of c-beginning-of-statement.
1489         * progmodes/cc-cmds.el (c-electric-brace): don't delete a comment
1490         which precedes the newly inserted `{'.
1492 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1494         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
1495         function for declaration level blocks.  It should now cope with
1496         templates better and also be a lot more comprehensible.
1498         (c-looking-at-decl-block): The new function.
1500         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
1501         for compatibility.
1503         (c-add-class-syntax, c-guess-continued-construct,
1504         c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
1506         (c-decl-block-key): Changed to tell apart ambiguous and
1507         unambiguous keywords.  Pike specials are now handled directly in
1508         the code instead.
1510         (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
1511         language constants and variables to make the backward skip in
1512         `c-looking-at-decl-block' as tight as possible.
1514         (c-nonsymbol-token-char-list): New language constant.
1516         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
1517         find balanced template arglists backwards.
1519         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
1520         making char classes for `c-syntactic-skip-backward'.
1522         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
1523         16D - can't be a class-close at that point.
1525         * progmodes/cc-engine.el (c-guess-basic-syntax,
1526         c-add-class-syntax): Don't narrow out the enclosing declaration
1527         level.  This makes everything a lot easier, and it was actually
1528         only four small places that needed it to work.  Some places that
1529         previously did `widen' are removed now, which has the effect that
1530         `c-guess-basic-syntax' never will look at things outside the
1531         current narrowment now.  The anchor position for `topmost-intro'
1532         is affected by this, but it was so bogus it was basically useless
1533         before, and now it's equally bogus but in a slightly different
1534         way.
1536         (c-narrow-out-enclosing-class): Gone.
1538         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
1539         the narrowed region.
1541         (c-least-enclosing-brace): Removed silly optional argument.
1543         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
1544         the point could be left directly after an open paren when finding
1545         the beginning of the first decl in the block.
1547         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
1548         Specify which submatch to use.
1550         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
1552         (c-decl-start-re): No no longer any need for special treatment of
1553         ObjC due to the above.
1555         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
1556         presumably follows C in that regard.
1558         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
1559         New language constants to specify operator tokens inside
1560         identifiers in a more high level way.
1562         (c-opt-identifier-prefix-key): New internal language constant.
1564         (c-opt-identifier-concat-key, c-opt-after-id-concat-key,
1565         c-identifier-start, c-identifier-key): Now completely calculated
1566         from other constants.
1568         (c-identifier-last-sym-match): Decommissioned since it's no longer
1569         used.
1571         (c-operators): Use `c-identifier-ops'.  Documented
1572         `postfix-if-paren'.
1574         * progmodes/cc-engine.el (c-forward-name): Removed the
1575         optimization when c-identifier-key is equal to c-symbol-key since
1576         it doesn't work in byte compiled files.  Don't record empty
1577         regions as identifiers.
1579         * progmodes/cc-langs.el (c-filter-ops): New helper function to
1580         simplify access to `c-operators' and its likes.
1582         (c-operator-list, c-all-op-syntax-tokens,
1583         c-nonsymbol-token-regexp, c-<>-multichar-token-regexp,
1584         c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds,
1585         c-primary-expr-regexp, c-cast-parens): Use it.
1587         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
1588         an explicit language in functions.
1590         * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
1591         variant of adornment.
1593         * progmodes/cc-langs.el (c-any-class-key): Removed unused language
1594         variable.
1596         (c-type-decl-prefix-key): Removed some now unnecessary cruft from
1597         the Pike value.
1599         * progmodes/cc-engine.el (c-on-identifier,
1600         c-simple-skip-symbol-backward): Small fix for handling "-"
1601         correctly in `skip-chars-backward'.  Affected the operator lfun
1602         syntax in Pike.
1604         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
1605         diagnostic message about precompiled language vars not being used.
1607         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
1608         "__attribute__" is followed by a parenthesis.
1610         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re,
1611         c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
1612         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
1614         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
1615         cleanups to properly detect the declared identifiers in various
1616         declarations.
1618         (c-decl-start-kwds): New language constant to recognize
1619         declarations that can start anywhere.  Used for class declarations
1620         in Pike.
1622         (c-specifier-key, c-not-decl-init-keywords,
1623         c-decl-prefix-or-start-re, c-find-decl-prefix-search,
1624         c-find-decl-spots): Implement `c-decl-start-kwds'.
1626         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds,
1627         c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
1628         handling of the compiler specific extension keywords into a new
1629         language constant `c-decl-hangon-kwds' that defines keyword
1630         clauses to be ignored in declarations.
1632         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
1633         past unrecognized tokens when handling `c-colon-type-list-kwds'.
1634         Necessary to stop at the declared identifier in e.g. IDL valuetype
1635         declarations.
1637         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds,
1638         c-prefix-spec-kwds-re, c-postfix-spec-kwds,
1639         c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key,
1640         c-forward-decl-or-cast-1): Recognize the declared identifier in
1641         class and enum declarations as such and not as part of the type.
1643         (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
1644         interpretation of PRECEDING-TOKEN-END when there's no preceding
1645         token.
1647         (c-forward-decl-or-cast-1): Don't disregard sure signs of
1648         declarations when there's some syntax error later on.
1650         (c-complex-decl-matchers): Did away with a reference to
1651         `c-specifier-key'.
1653         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
1654         value - this variable is always dynamically bound.
1656         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el,
1657         cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el,
1658         cc-cmds.el, cc-defs.el: Changed the policy for marking up
1659         functions that might do hidden buffer changes: All such internal
1660         functions are now marked instead of those that don't.
1662         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments,
1663         c-(forward|backward)-single-comment, c-parse-state, c-on-identifier,
1664         c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments,
1665         c-literal-type): Allow these functions to make hidden buffer changes,
1666         so that they are free to use text property caching later on.
1668         (c-electric-backspace, c-electric-delete-forward, c-electric-pound,
1669         c-electric-brace, c-electric-slash, c-electric-star,
1670         c-electric-semi&comma, c-electric-colon, c-electric-lt-gt,
1671         c-electric-paren, c-electric-continued-statement, c-indent-command,
1672         c-indent-region, c-mask-paragraph, c-indent-new-comment-line,
1673         c-context-line-break): Added `c-save-buffer-state' calls to comply
1674         with the changed semantics of the functions above.
1676         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
1677         when macros occur in obscure places.  Optimized the sexp movement
1678         a bit.
1680 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1682         Enhancements for c-beginning-of-statement to work in AWK Mode:
1684         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
1685         (completed statement) with `}' (statement completed by closing
1686         brace or semicolon) and `$' (statement completed by EOL).
1688         (c-awk-virtual-semicolon-ends-prev-line-p,
1689         c-awk-virtual-semicolon-ends-line-p,
1690         c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward,
1691         c-awk-at-statement-end-p): new functions
1693         * progmodes/cc-cmds.el: Simplify the structure of functions
1694         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
1695         two functions and c-beginning-of-statement to handle AWK Mode.
1697         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
1698         c-backward-single-comment for AWK mode.  Attempt to clarify their
1699         doc-strings.
1701         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
1703 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1705         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
1706         label handling.  Labels are now recognized in a uniform and more
1707         robust way, regardless of context.  Text properties are put on all
1708         labels to recognize the following declarations better.  Multiword
1709         labels are handled both in indentation and fontification for the
1710         benefit of language extensions like Qt.  For consistency, keywords
1711         in labels are now fontified with the label face instead.  That
1712         also applies to "case" and "default".
1714         (c-beginning-of-statement-1): Fixed some bugs in the label
1715         handling.  Disregard `c-nonlabel-token-key' in labels that begin
1716         with `c-label-kwds'.
1718         (c-find-decl-spots): Support that the callback adds more
1719         `c-decl-end' spots to find.
1721         (c-forward-decl-or-cast-1): Don't treat a list of plain
1722         identifiers followed by a colon as a declaration.
1724         (c-forward-label): New function to recognize labels.
1726         (c-guess-basic-syntax): Replaced uses of `c-label-key' with
1727         `c-forward-label'.  Moved the label recognition cases (14 and 15)
1728         earlier since they aren't so context sensitive now.  Handle labels
1729         on the top level gracefully.  Moved access label recognition to
1730         the generic label case (CASE 15) - removed CASE 5E.
1732         (c-font-lock-declarations): Added recognition of labels in the
1733         same round since we need to handle labels in parallell with other
1734         declarations to recognize both accurately.  It should also improve
1735         speed.
1737         (c-simple-decl-matchers, c-basic-matchers-after): Moved
1738         `c-font-lock-labels' so that it only is used on decoration level 2
1739         since `c-font-lock-declarations' handles it otherwise.
1741         (c-complex-decl-matchers): Removed the simplistic recognition of
1742         access labels.
1744         (c-decl-prefix-re): Removed the kludges that was necessary to cope
1745         with labels earlier.
1747         (c-decl-start-re): New language variable to make
1748         `c-font-lock-declarations' stop for the special protection labels
1749         in Objective-C that start with `@'.
1751         (c-label-key): Removed since it's no longer used.
1753         (c-recognize-colon-labels, c-label-prefix-re): New language
1754         constants to support recognition of generic colon-terminated
1755         labels.
1757         (c-type-decl-end-used): `c-decl-end' is now used whenever there
1758         are colon terminated labels.
1760         * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
1761         first argument starts with a special brace list.
1763         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1,
1764         c-font-lock-declarations): Broke out the declaration and cast
1765         recognition from `c-font-lock-declarations' to a new function, so
1766         that it can be used in the indentation engine.
1768         * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
1769         up to the start of the literal.  Fixed bug with the point on the
1770         wrong side of the search limit that could happen when the start
1771         position is inside a literal.
1773         * progmodes/cc-engine.el (c-parse-state,
1774         c-invalidate-state-cache): Modified the use of `c-state-cache-end'
1775         so that it's kept a little bit back to increase the hit rate.
1777         (c-parse-state): Changed the macro handling and fixed some
1778         glitches.  Macro context is checked more often than necessary now,
1779         but otoh less garbage conses are generated.
1781         * progmodes/cc-engine.el (c-parse-state,
1782         c-invalidate-state-cache): Cache the last position where
1783         `c-state-cache' applies.  This can speed up refontification quite
1784         a bit in blocks where there are many non-brace parens before the
1785         point.
1787         (c-state-cache-end): New variable for this.
1789         (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
1790         cache variable.
1792         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
1793         get close initial continue positions when the start position is
1794         inside a literal or macro.  Do not call the callback for spots
1795         before the start position (which can happen e.g. for `c-decl-end'
1796         spots inside comments).  Optimize better in special cases when the
1797         region is a single line inside a literal or macro (typically when
1798         the current line is refontified).
1800         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
1801         to `c-add-stmt-syntax' - there's no need to explicitly whack off
1802         entries from the paren state.
1804         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
1805         special case for "else if" clauses.
1807         * progmodes/cc-engine.el (c-looking-at-inexpr-block,
1808         c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
1810         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
1811         language variable to recognize the gcc extension with statement
1812         blocks inside expressions.
1814         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
1815         it somewhat more comprehensible.  The argument AT-BLOCK-START is
1816         no longer used and hence removed.
1818         (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
1819         to `c-add-stmt-syntax'.
1821         * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
1822         `c-beginning-of-statement-1' instead of duplicating parts of it.
1823         This fixes bogus label recognition.
1825         * progmodes/cc-engine.el (c-add-type, c-check-type,
1826         c-forward-name, c-forward-type): Improved storage of template
1827         types in `c-found-types' so that they can be recognized better.
1829         (c-syntactic-content): Added option to skip past nested parens.
1831         * progmodes/cc-engine.el (c-forward-name): Set
1832         `c-last-identifier-range' all the time.  It's less work that way.
1833         Handle that there might not be an identifier to store in
1834         `c-last-identifier-range'.
1836         (c-forward-type): Handle that `c-last-identifier-range' might be
1837         nil from `c-forward-name'.
1839         * progmodes/cc-defs.el: (c-safe-scan-lists,
1840         c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
1842         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
1843         to work even if the form fails.
1845         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
1846         down in a large file in one go.
1848         (c-get-fallback-start-pos): New helper function for
1849         `c-parse-state'.
1851         * progmodes/cc-align.el (c-lineup-assignments): New lineup
1852         function which is like `c-lineup-math' but returns nil instead of
1853         `c-basic-offset' when it doesn't match.
1855         (c-lineup-math): Changed to use `c-lineup-assignments'.
1857 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1859         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
1860         c-beginning-of-statement.  New subfunctions
1861         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
1863 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1865         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
1866         hardcoded char classes whereever possible.  Changed a couple of
1867         places to use skip by syntax instead of skip by char class.
1869         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
1870         Fixed a bug in the regexp that caused extreme backtracking.
1872         * progmodes/cc-langs.el (c-block-comment-starter,
1873         c-block-comment-ender): New language constants to specify in a
1874         single place how block comments look.
1876         (c-comment-start-regexp, c-block-comment-start-regexp,
1877         comment-start, comment-end, comment-start-skip,
1878         c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws,
1879         c-syntactic-ws, c-nonempty-syntactic-ws,
1880         c-single-line-syntactic-ws, c-syntactic-eol): Now built from
1881         `c-line-comment-starter', `c-block-comment-starter' and
1882         `c-block-comment-ender'.
1884         (c-block-comment-regexp, c-unterminated-block-comment-regexp): New
1885         language constants to break up things a bit.
1887         (c-simple-ws): New language constant for simple whitespace.
1889         * progmodes/cc-defs.el (c-concat-separated): New convenience
1890         function.
1892         * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
1893         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
1894         newlines.  Allow and ignore nil elements in the list.
1896 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1898         * progmodes/cc-cmds.el: Comment out a (n almost certainly
1899         superfluous) check, (eq here (point-max)) in
1900         c-beginning-of-statement.
1902         * progmodes/cc-cmds.el: Tidy up the comments in
1903         c-beginning-of-statement and subfunctions.
1905         * progmodes/cc-awk.el: Replace calls to put-text-property to the
1906         more flexible c-put-char-property and c-clear-char-properties.
1907         Add the author's email address.
1909         * progmodes/cc-langs.el: New variable,
1910         c-block-comment-start-regexp.
1912         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
1913         closing "*/" of a block comment.
1915         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
1916         subfunctions) so that it works at BOB and EOB.
1918         * progmodes/cc-cmds.el, cc-vars.el: More updating of
1919         c-beginning-of-statement, including new variable
1920         c-block-comment-start-regexp.
1922 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1924         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
1925         symbols from `*-font-lock-extra-types' so that there's no need to
1926         use `regexp-opt' on those lists.
1928         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
1929         `c-type-modifier-kwds' is empty.
1931         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
1932         there are several strings on the same line.
1934         * progmodes/cc-engine.el (c-literal-limits): Removed the
1935         compatibility function for older emacsen.  `c-literal-limits-fast'
1936         has now taken the place of this function.
1938         * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
1939         with older emacsen: We now require `pps-extended-state'.
1941 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1943         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
1944         which obviates the need to hack sentence-end.  This now handles
1945         escaped newlines in strings correctly.  Correct minor bugs in
1946         c-move-over-sentence and in c-beginning-of-statement.
1948         * progmodes/cc-cmds.el (c-beginning-of-statement (and
1949         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
1950         that movement over macros and code are rigorously separated from
1951         eachother.  Correct a few incidental bugs.
1953         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
1954         Improve its doc-string.  Improve the handling of certain specific
1955         cases.
1957 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1959         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
1960         (c-guess-basic-syntax): Changed the way class-level labels are
1961         recognized; they can now contain essentially any symbols.
1963         (c-opt-extra-label-key): New language variable to cope with the
1964         special protection label syntax in Objective-C.
1966         (c-opt-access-key): Removed; this is now handled better by
1967         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
1969         (c-complex-decl-matchers): Update to handle that
1970         `c-opt-access-key' no longer exists.
1972         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
1973         improved label recognition in `c-beginning-of-statement-1'.
1975         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1976         Recognize bitfields better.
1978         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
1979         Removed some cruft and fixed a bug that could cause it to go to a
1980         position further down.
1982         * progmodes/cc-langs.el, cc-engine.el
1983         (c-beginning-of-statement-1): Improved detection of labels in
1984         declaration contexts.
1986         (c-beginning-of-decl-1): Use it.
1988         (c-nonlabel-token-key): New language constant and variable needed
1989         by `c-beginning-of-statement-1'.
1991         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
1992         manifested itself due to the correction in `c-forward-sexp'.
1994         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
1995         these behave as documented when used at the buffer limits.
1997         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
1998         (c-type-decl-end-used): Made this a language variable.
2000         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
2001         correctly when `combine-after-change-calls' is used together with
2002         temporary narrowings.
2004         * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
2005         labels correctly when the start point is immediately after the
2006         colon.
2008         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
2009         since it isn't used anymore.
2011         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
2012         bracket arglists such as template parens in C++.
2014         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
2015         in the last check-in.  Some optimization.
2017         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
2018         where it could stop at the same level in a preceding sexp when
2019         PAREN-LEVEL is set.
2021         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
2022         text property lookup only when it's needed.
2024         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
2025         Changed the policy for paren marked angle brackets to be more
2026         persistent; once marked they remain marked even when they're found
2027         to be unbalanced in the searched region.  This should keep the
2028         paren syntax around even when individual lines are refontified in
2029         multiline template arglists.
2031         (c-parse-and-markup-<>-arglists): New dynamically bound variable
2032         to control markup so that incorrect angle bracket arglists aren't
2033         marked in contexts where the correct value for
2034         `c-disallow-comma-in-<>-arglists' isn't known.
2036         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
2037         argument has become `c-parse-and-markup-<>-arglists'.
2039         (c-remove-<>-arglist-properties): Removed - no longer used.
2041         (c-after-change-check-<>-operators): New function used on
2042         `after-change-functions' to avoid that "<" and ">" characters that
2043         are part of longer operators have paren syntax.
2045         (c-<>-multichar-token-regexp): New language variable used by
2046         `c-after-change-check-<>-operators'.
2048         (c-after-change): Call `c-after-change-check-<>-operators'.
2050         (c-font-lock-<>-arglists): Use the context properties set by
2051         `c-font-lock-declarations' to set
2052         `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
2053         markup.
2055         (c-font-lock-declarations): Removed code that undoes the invalid
2056         markup done by `c-font-lock-<>-arglists'.
2058         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
2059         after `c-font-lock-declarations'.
2061         * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
2062         paren-level feature.
2064         (c-guess-basic-syntax): Improved the anchor position for
2065         `template-args-cont' in nested template arglists.  There's still
2066         much to be desired in this area, though.
2068 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2070         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
2071         Make the "Text Filling and Line Breaking" commands work for AWK
2072         buffers.
2074 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2076         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
2077         Removed;
2078         (c-major-mode-is 'awk-mode) can be used instead now.
2080         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
2081         it doesn't work no longer are supported.
2083         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el,
2084         cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
2085         requires support for the syntax-table' text property, which rules
2086         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
2087         cruft associated with those versions.
2089         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
2090         for the `syntax-table' text property, which rules out Emacs 19 and
2091         XEmacs < 21.4.  Removed various compatibility cruft associated
2092         with those versions.
2094         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
2095         support for the `syntax-table' text property.
2097         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
2098         variable and use an extra quoted face name instead.  All the
2099         emacsen flavors handle that correctly.
2101         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare,
2102         c-font-lock-declarators, c-font-lock-declarations,
2103         c-complex-decl-matchers, c-basic-matchers-after): Use a text
2104         property to mark the items in in declarator lists to handle
2105         refontification inside multiline declarations better.
2107         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
2108         construct like "a * b = c;" as a declaration.
2110 2005-12-08  Kim F. Storm  <storm@cua.dk>
2112         * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
2113         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
2114         select either meta, hyper, or super modifier for rectangle commands.
2115         (cua--rectangle-modifier-key): New defvar.
2116         (cua--M/H-key): Use it.  Remove special case for `space'.
2117         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
2118         on X, to meta otherwise.  Always bind C-return to toggle
2119         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
2121         * emulation/cua-rect.el (cua-help-for-rectangle): Use
2122         cua--rectangle-modifier-key.  Handle super modifier too.
2123         (cua--init-rectangles): Always bind C-return to toggle rectangle.
2124         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
2126         * ido.el: Move Acknowledgements and History after Commentary.
2127         Minor changes to Commentary.
2129         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
2130         keymap if cua--prefix-override-timer is `shift'.
2131         (cua--shift-control-prefix): New function; emulate "type prefix
2132         key twice" functionality to handle shifted prefix key override.
2133         (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
2134         commands.
2135         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
2137 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
2139         * textmodes/org.el (org-insert-heading): Try to do items before
2140         headings.
2141         (org-agenda-mode): Quote `org-agenda-mode-hook'.
2142         (org-insert-item): New function.
2143         (org-renumber-ordered-list): Don't skip to higher level lists.
2145 2005-12-08  Juri Linkov  <juri@jurta.org>
2147         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
2149         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
2151         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
2153         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
2154         the constructed function name fun-1.
2156         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
2157         because such links don't lead to parent documentation.
2159 2005-12-08  Kenichi Handa  <handa@m17n.org>
2161         * descr-text.el (describe-char): Use *Help-2* buffer if the
2162         current buffer is *Help*.  Call describe-text-properties while
2163         setting the original buffer.
2165 2005-12-07  Bill Wohler  <wohler@newt.com>
2167         * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
2168         and causes problems with non-MH users (such as Gnus users).
2170 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
2172         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
2173         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
2174         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
2175         command "info sources".  Move calls to GDB command "list".
2176         (gdb-find-file-hook): Just use gdb-source-file-list.
2177         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
2178         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
2179         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
2180         (gdb-data-list-register-values-handler): Use correct trigger name.
2182 2005-12-07  Kim F. Storm  <storm@cua.dk>
2184         * ido.el (ido-completion-map): Renamed from ido-mode-map.
2185         (ido-common-completion-map, ido-file-completion-map)
2186         (ido-file-dir-completion-map, ido-buffer-completion-map):
2187         Renamed from ido-mode-....-map.
2188         (ido-init-completion-maps): Renamed from ido-init-mode-maps.
2189         (ido-setup-completion-map): Renamed from ido-define-mode-map.
2190         (ido-read-internal): Bind minibuffer-local-filename-completion-map
2191         to ido-completion-map.
2193 2005-12-07  Kenichi Handa  <handa@m17n.org>
2195         * international/mule-cmds.el
2196         (set-display-table-and-terminal-coding-system): If the coding
2197         system specified in `unibyte-display' property is different from
2198         the arg coding-system, don't setup standard-display-table.
2200 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2202         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
2203         that comments end at \n, regardless of selective-display.
2205 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
2207         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
2208         (gdb-version): New variables.
2209         (gdb-source-file-list, gdb-register-names)
2210         (gdb-changed-registers): New variables for use with GDB 6.4+.
2211         (gdb-ann3): Replace with...
2212         (gdb-init-1, gdb-init-2): ...two new functions.
2213         (gdba, gdb-prompt): Call gdb-init-1.
2214         (gdb-get-version): New function.  Call gdb-init-2 from here.
2215         (gud-watch): Make it work with mouse events too.
2216         (gdb-post-prompt): Don't add to queue until GDB version is known.
2217         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
2218         (gdb-locals-mode): Use gdb-version.
2219         (gdb-memory-format-map, gdb-memory-unit-map)
2220         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
2221         (gdb-locals-font-lock-keywords-1)
2222         (gdb-locals-font-lock-keywords-2): New variables.
2223         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
2224         (gdb-set-gud-minor-mode-existing-buffers-1)
2225         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
2226         (gdb-var-update-1, gdb-var-update-handler-1)
2227         (gdb-data-list-register-values-handler)
2228         (gdb-data-list-register-values-custom)
2229         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
2230         (gdb-stack-list-locals-handler, gdb-get-register-names):
2231         New functions for use with GDB 6.4+.
2232         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
2233         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
2234         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
2235         (gdb-stack-list-locals-regexp)
2236         (gdb-data-list-register-names-regexp): New regexps for use with
2237         GDB 6.4+.
2239 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2241         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
2243 2005-12-06  Nozomu Ando <nand@mac.com>  (tiny patch)
2245         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
2246         prompts work for AUTH PLAIN.  Also reported by Steve Allan
2247         <seallan@verizon.net>.
2249 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
2251         * frame.el (set-frame-parameter): Add doc string.
2253 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
2255         * textmodes/org.el (org-occur-highlights): New variable.
2256         (org-highlight-new-match, org-remove-occur-highlights): New functions.
2257         (org-highlight-sparse-tree-matches): New option.
2258         (org-do-occur): New function.
2259         (org-get-heading): Make it work also at beginning of line.
2260         (org-category-table): New variable.
2261         (org-get-category-table, org-get-category)
2262         (org-camel-to-words, org-link-search): New functions.
2263         (org-select-this-todo-keyword): New variable.
2264         (org-todo-list): New command.
2265         (org-shiftright, org-shiftleft): New commands.
2266         (org-agenda-todo): Add prefix argument.
2267         (org-show-hierarchy-above): New option.
2268         (org-show-todo-tree): Numerical prefix creates tree for specific
2269         TODO keyword.
2270         (org-outline-level): New function, to assign a level to plain
2271         lists items.
2272         (org-cycle-include-plain-lists): New option.
2273         (org-mode): Use `org-outline-level' as value of `outline-level'.
2274         (org-cycle): Temporarily switch `outline-regexp' if
2275         `org-cycle-include-plain-lists' is non-nil.
2276         (org-start-icalendar-file): Fix format bug.
2277         (org-agenda-get-day-entries): Create category table.
2278         (org-agenda-get-todos, org-agenda-get-timestamps)
2279         (org-agenda-get-deadlines, org-agenda-get-scheduled)
2280         (org-agenda-get-blocks): Use `org-get-category'.
2281         (org-context-in-file-links): Rename from
2282         `org-line-numbers-in-file-links' .
2284 2005-12-06  Romain Francoise  <romain@orebokech.com>
2286         * window.el (balance-windows): Delete extraneous third arg in call
2287         to `enlarge-window'.
2289 2005-12-06  Kenichi Handa  <handa@m17n.org>
2291         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
2293 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
2295         * progmodes/gdb-ui.el (gdb-var-create-handler)
2296         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
2297         (gdb-var-list-children-handler, gdb-var-update-handler):
2298         Current buffer is already gdb-partial-output-buffer, don't
2299         make it current again.
2301 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
2303         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
2304         (list-buffers-noselect): Use it.
2306 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2308         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
2309         (mail-yank-ignored-headers): Use regexp-opt.
2310         (mail-mode-map): Move initialization into declaration.
2311         (mail-sent-via): Remove unused shadowed var `to-line'.
2312         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
2313         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
2314         (mail-do-fcc): Use dolist and push.
2315         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
2316         (mail-yank-ignored-headers): Don't autoload.
2318 2005-12-05  Kenichi Handa  <handa@m17n.org>
2320         * international/mule-cmds.el (set-language-info-internal): New fun.
2321         (set-language-info): Call set-language-info-internal to update
2322         language-info-alist.  If LANG-ENV is the current one, call
2323         set-language-environment to make INFO effective now.
2324         (set-language-info-alist): Likewise.
2325         (locale-language-names): With locale "en", use English
2326         lang. env. but set the default codings to iso-8859-1.
2328 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
2330         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
2331         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
2332         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
2333         for plain strings.
2334         (gdb-frames-mode): Remove redundant call to font-lock-mode.
2335         (gdb-all-registers): Rename from toggle-gdb-all-registers.
2336         Create registers buffer if necessary.  Echo new state in minibuffer.
2337         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
2339 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
2341         * info.el (Info-fontify-node): Match external links using
2342         non-directory part of filename.
2344 2005-12-04  Juri Linkov  <juri@jurta.org>
2346         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
2347         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
2348         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
2349         because there is no customization option for it.
2351         * font-lock.el (lisp-font-lock-keywords-1):
2352         Add define-global-minor-mode.
2354         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
2356         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
2357         properties on the constructed variable names.
2359         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2360         Put `definition-name' properties on the constructed function names
2361         next-sym and prev-sym.
2363         * emacs-lisp/find-func.el (find-function-regexp):
2364         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
2365         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
2366         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
2367         and easy-menu-define.
2369         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
2370         easy-mmode-define-global-mode and define-global-minor-mode.
2371         (lisp-imenu-generic-expression): Add define-global-minor-mode.
2373         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
2374         instead of easy-mmode-define-global-mode.
2376         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
2377         Use define-minor-mode instead of easy-mmode-define-minor-mode.
2379         * cus-edit.el (customize-group, customize-group-other-window):
2380         Filter out autoloaded options from the group completion list by
2381         using heuristics that autoloaded groups don't have `custom-autoload'
2382         property on their symbols (they have only `custom-loads').
2384         * simple.el (completion-setup-function): Put completions-common-part
2385         face on complete completion string too (i.e. completion string
2386         without completions-first-difference face).
2388         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
2390 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
2392         * view.el (view-mode): Doc fix.
2394         * disp-table.el (standard-display-european): Add to the warning
2395         message a reference to the doc string.
2397         * play/yow.el (apropos-zippy): Call print-help-return-message,
2398         similar to other Help and Apropos commands.
2400         * help.el (print-help-return-message): If pop-up-frames is
2401         non-nil, set up help-return-method to delete the help window and,
2402         possibly, its frame as well, and don't display message about
2403         scrolling the help window.  Doc fix.
2404         (help-return-method): Doc fix.
2406 2005-12-03  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2408         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
2409         whereby names of length one or names starting with a
2410         symbol-constituent character would not be returned.
2412 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2414         * subr.el (atomic-change-group): Add edebug and indentation spec.
2416 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2418         * completion.el (save-completions-file-name): Fix typo in last change.
2420 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2422         * info.el: Move back/forward history to the beginning of the tool bar.
2424 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
2426         * allout.el:(eval-when-compile): Remove unnecessary load of cl.
2427         Add fset of allout-real-isearch-abort during compile to fix
2428         byte-compilation warnings.
2429         (allout-mode-p): Move definition of this macro above all uses, or
2430         byte compilation in barren emacs (eg, during emacs build) will
2431         lack the definition.
2432         (allout-mode): Move this variable above any uses, or byte
2433         compilation will fail.
2434         (allout-resolve-xref): Remove use of personal file-reference function.
2435         (allout-toggle-current-subtree-encryption): Do the current (ie,
2436         visible containing) topic, rather than nearest around point.  Doc fix.
2437         (allout-toggle-subtree-encryption): New function, workhorse that
2438         works on nearest topic containing point.
2439         (allout-encrypt-string): Signal requirement for newer version of pgg.
2440         (allout-resumptions): Doc fix.
2442 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
2444         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
2446 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
2448         * textmodes/flyspell.el (flyspell-external-point-words):
2449         Consider a misspelling as found in the string search if: (a) misspelling
2450         and found string lengths match, or (b) misspelling is found as
2451         element in a boundary-chars separated longer string, or (c)
2452         ispell-program-name is really ispell and misspelling is found as
2453         part of a TeX string.  After successful match move beginning of
2454         search region to end of match.  Warn about not found misspellings
2455         once the process is done.
2456         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
2458 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
2460         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
2461         tool bar (removed inadvertently).
2463 2005-12-02  Juri Linkov  <juri@jurta.org>
2465         * log-view.el (log-view-diff): Clarify doc string.
2467 2005-12-01  Bill Wohler  <wohler@newt.com>
2469         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
2470         triggers lm-verify errors.
2472 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
2474         * simple.el (transient-mark-mode, line-number-mode)
2475         (column-number-mode, size-indication-mode): Remove `:require nil'.
2477 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
2479         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
2480         in the margin also.
2481         (gdb-breakpoints-mode-map): Use D instead of d for
2482         gdb-delete-breakpoint.
2483         (gdb-get-frame-number): Require a number to match on.
2484         (gdb-threads-mode-map): Add follow-link binding.
2486 2005-11-30  Jason Rumney  <jasonr@gnu.org>
2488         * isearch.el (isearch-mode-map): Avoid exiting search on
2489         language-change event.
2491 2005-11-30  Romain Francoise  <romain@orebokech.com>
2493         * speedbar.el (speedbar-default-position): New defcustom.
2494         (speedbar-frame-reposition-smartly): Use it.
2496         * dframe.el (dframe-reposition-frame-emacs): Fix position
2497         computation for `left' location.
2498         Update copyright year.
2500 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2502         * help.el (help-map): Move initialization into declaration.
2504         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
2506         * help-fns.el (help-argument-name): Don't autoload.
2507         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
2508         to be re-loaded when customizing the `help' group.
2510 2005-11-30  John Paul Wallington  <jpw@gnu.org>
2512         * help-fns.el (describe-function-1): Fill arglist output.
2514 2005-11-30  Kim F. Storm  <storm@cua.dk>
2516         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
2517         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
2518         after revert-buffer (or anything else which kills all local variables).
2520         * apropos.el (apropos-parse-pattern): Doc fix.
2521         Set apropos-regexp directly, rather than expecting callers to do so.
2522         (apropos-command, apropos, apropos-value, apropos-documentation):
2523         Simplify calls to apropos-parse-pattern.
2525 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
2527         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
2528         (hi-lock-face-phrase-buffer): Use hi-yellow face.
2529         (hi-lock-write-interactive-patterns): Use comment-region.
2531         * longlines.el (longlines-mode): Add mail-setup-hook.
2533         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
2535         * simple.el (sendmail-user-agent-compose, next-line):
2536         Conditionally use hard-newline.
2538 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2540         * international/latexenc.el (latex-inputenc-coding-alist):
2541         Reword doc string.
2543 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
2545         * help.el (describe-key-briefly, describe-key): Recognize default
2546         bindings.
2548 2005-11-29  Romain Francoise  <romain@orebokech.com>
2550         * view.el (view-inhibit-help-message): New defcustom.
2551         (view-mode-enter): Use it.
2553 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
2555         * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
2556         Preserve user position.
2558 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
2560         * font-lock.el: Throw error if facemenu is not loaded to prevent
2561         accidental change of loading order in loadup.el.  (Suggested by RMS.)
2563         * loadup.el: Add comment explaining why facemenu must be loaded
2564         before font-lock.
2566 2005-11-28  Jay Belanger  <belanger@truman.edu>
2568         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
2569         (calc-dispatch-map): Add more keys for `calc-same-interface'.
2571         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
2573         * calc/calc-embed.el (calc-do-embedded): Update help message.
2575         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
2577 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2579         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
2581         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
2582         called-interactively-p.
2583         (elp-profilable-p): Rename from elp-not-profilable-p.
2584         Invert result and take into account macros and autoloaded functions.
2585         (elp-instrument-function): Update call.
2586         (elp-instrument-package): Update call.  Add completion.
2587         (elp-pack-number): Use match-string.
2588         (elp-results-jump-to-definition-by-mouse): Merge into
2589         elp-results-jump-to-definition and then remove.
2590         (elp-output-insert-symname): Make help echo text single-line.
2592         * replace.el (query-replace-map): Move initialization into declaration.
2593         (occur-engine): Use with-current-buffer.
2594         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
2595         (occur-mode-mouse-goto): Replace with an alias.
2597 2005-11-28  Juri Linkov  <juri@jurta.org>
2599         * simple.el (quoted-insert): Let-bind input-method-function to nil.
2601         * term/w32-win.el: Bind [S-tab] to [backtab].
2603         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
2604         `Info-find-file' to t.
2606         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
2607         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
2608         and same-window-regexps.
2609         (occur-next-error): Don't move point for arg 0.
2611 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
2613         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
2615 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2617         * log-edit.el (log-edit-changelog-use-first): New var.
2618         (log-edit-changelog-ours-p): Use it.
2619         (log-edit-insert-changelog): Set it with new arg `use-first'.
2620         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
2621         (log-edit-hook): Add them to the list of suggested options.
2623         * textmodes/flyspell.el (flyspell-last-buffer): New var.
2624         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
2625         redundant work.
2626         (flyspell-mode-on): Use add-hook for after-change-functions.
2627         (flyspell-mode-off): Use remove-hook for after-change-functions.
2628         (flyspell-changes): Make it buffer-local.
2629         (flyspell-after-change-function): Make it non-interactive.  Use push.
2630         (flyspell-post-command-hook): Check input-pending-p while processing
2631         the potentially long list of buffer changes.
2633 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
2635         * buff-menu.el (list-buffers-noselect): Display the selected
2636         frame's buffer list, not the global one.
2638 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
2640         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
2641         that (list last-input-event) works as in interactive spec.
2643 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
2645         * loadup.el ("facemenu"): Load facemenu before font-lock, because
2646         `facemenu-keymap' needs to be defined when font-lock is loaded.
2647         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
2649 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2651         * completion.el: Remove useless leading * in defcustom docstrings.
2652         (save-completions-file-name): Use ~/.emacs.d if available.
2653         (completion-standard-syntax-table): Rename from
2654         cmpl-standard-syntax-table and fold initialization into declaration,
2655         thus removing cmpl-make-standard-completion-syntax-table.
2656         (completion-lisp-syntax-table, completion-c-syntax-table)
2657         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
2658         (cmpl-saved-syntax, cmpl-saved-point): Remove.
2659         (symbol-under-point, symbol-before-point)
2660         (symbol-under-or-before-point, symbol-before-point-for-complete)
2661         (add-completions-from-c-buffer): Use with-syntax-table.
2662         (make-completion): Don't return a list of completion entries.
2663         Update callers.
2664         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
2665         (completion-initialize): Rename from initialize-completions.
2666         (completion-find-file-hook): Rename from cmpl-find-file-hook.
2667         (kill-emacs-save-completions): Collect stats here.
2668         (save-completions-to-file, load-completions-from-file):
2669         Use with-current-buffer.
2670         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
2671         into a function.  Move all calls to toplevel.
2672         (completion-lisp-mode-hook): New fun.
2673         (completion-c-mode-hook, completion-setup-fortran-mode):
2674         Set the syntax-table here.  Use local-set-key.
2675         (completion-saved-bindings): New var.
2676         (dynamic-completion-mode): Make it into a proper minor mode.
2677         (load-completions-from-file): Remove unused var `num-uses'.
2679         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
2680         constructor if it is explicitly overridden.
2682         * complete.el (PC-completion-as-file-name-predicate):
2683         Use minibuffer-completing-file-name.
2684         (partial-completion-mode): Use find-file-not-found-functions.
2685         (PC-lisp-complete-symbol): Use with-syntax-table.
2686         (PC-look-for-include-file): Remove dead setq.
2687         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
2688         (PC-complete): Use with-current-buffer.
2690         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
2691         escape single quotes.
2693 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
2695         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
2696         of `if' whose condition always returned nil.  Doc fix.
2698         * buff-menu.el (Buffer-menu-revert-function): Make the selected
2699         window's buffer the current buffer around the call to
2700         `list-buffers-noselect'.  This is necessary to mark that buffer
2701         with a `.' in the Buffer Menu when called from Lisp, for instance
2702         by Auto Revert Mode.
2704 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
2706         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
2707         attaching to it.
2708         (gdb-pre-prompt): Make sure gdb-error is reset.
2710         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
2711         with a child process, detect it.
2712         (gud-speedbar-buttons): Match regexp more carefully.
2714 2005-11-27  Richard M. Stallman  <rms@gnu.org>
2716         * mouse.el (mouse-drag-move-window-bottom):
2717         Use adjust-window-trailing-edge.
2719 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
2721         * simple.el (blink-matching-open): Ignore
2722         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
2723         (blink-matching-paren-on-screen): Update docstring.
2725         * paren.el (show-paren-mode): No longer change
2726         `blink-matching-paren-on-screen'.
2728 2005-11-27  John Paul Wallington  <jpw@pobox.com>
2730         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
2731         (gdb-threads-select, gdb-edit-register-value):
2732         Use `posn-set-point' instead of `mouse-set-point' because the
2733         latter is not fbound when configured without X.
2735 2005-11-27  Kim F. Storm  <storm@cua.dk>
2737         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
2738         existing face when partially highlighting a TAB in a rectangle.
2740 2005-11-26  Kim F. Storm  <storm@cua.dk>
2742         * ido.el (ido-mode-map): Doc fix.
2743         (ido-mode-common-map, ido-mode-file-map)
2744         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
2745         (ido-define-mode-map): Rewrite.  Select one of the new maps as
2746         parent for ido-mode-map instead of building from scratch.
2747         (ido-init-mode-maps): New defun to initialize new maps.
2748         (ido-mode): Call it.
2749         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
2750         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
2752 2005-11-26  John Paul Wallington  <jpw@pobox.com>
2754         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
2755         `mouse-set-point' because the latter is not fbound when configured
2756         without X.
2758 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
2760         * files.el (file-relative-name): Doc fix.
2762 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
2764         * progmodes/octave-inf.el (inferior-octave-startup): Force a
2765         non-empty string for secondary prompt PS2.
2767 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
2769         * progmodes/compile.el (compilation-setup): Fix last change.
2771 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
2773         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
2774         (gdb-mouse-toggle-breakpoint-margin)
2775         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
2776         Add gdb-server-prefix to keep out of command history.
2777         (gdb-edit-register-value): New function.
2778         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
2779         (gdb-info-registers-custom): Use above map.
2781 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
2783         * custom.el (enable-theme): Signal error if argument is not a
2784         theme.  Don't recalculate a face if it's not loaded yet.
2786         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
2787         the `user' theme is in effect.
2789         * info.el (Info-on-current-buffer): Record actual filename in
2790         Info-current-file, instead of t, or a fake filename if a non-file
2791         buffer.  Make autoload.
2792         (Info-find-node, Info-revert-find-node): No need to check for
2793         Info-current-file nil.
2794         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
2795         Info-current-file is now never `t'.
2796         (Info-fontify-node): Many simplifications due to Info-current-file
2797         always being valid.  Use Info-find-file to find node filename.
2799 2005-11-25  David Kastrup  <dak@gnu.org>
2801         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
2802         new character, then delete" in order to preserve markers.
2804 2005-11-25  David Ponce  <david@dponce.com>
2806         * recentf.el (recentf-arrange-by-rule): Handle a special
2807         `auto-mode-alist'-like "strip suffix" rule.
2808         (recentf-build-mode-rules): Handle second level auto-mode entries.
2810 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
2812         * viper-keym.el (viper-ESC-key): Use different values in terminal and
2813         window modes.
2815         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
2816         jde-javadoc-checker-report-mode.
2818         * ediff-wind (ediff-make-wide-display): Slight simplification.
2820         * ediff.el (ediff-date): Change the date of last update.
2822 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
2824         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
2825         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
2826         (hi-lock-mode): New global minor mode.
2827         (turn-on-hi-lock-if-enabled): New function.
2828         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
2829         Change arguments to regexp and face instead of a font-lock pattern.
2830         Directly set face property, instead of refontifying.
2831         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
2832         (hi-lock-find-patterns): Use line-number-at-pos.
2834         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
2835         arguments for hi-lock-set-pattern.
2836         (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
2837         font-lock-fontify-buffer.
2838         (hi-lock-find-file-hook, hi-lock-current-line)
2839         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
2841         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
2842         turned off.
2844         * progmodes/compile.el (compilation-setup): Don't fiddle with
2845         font-lock-defaults.
2847 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
2849         * progmodes/gdb-ui.el (gdb-var-create-handler)
2850         (gdb-var-list-children-handler): Find values for all variable
2851         objects.  gud-speedbar-buttons decides whether to display them.
2853 2005-11-24  Romain Francoise  <romain@orebokech.com>
2855         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
2856         buffer name with a space.
2858 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
2860         * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
2861         `org-export-local-list-max-depth'.  Change default value to 3.
2862         (org-auto-renumber-ordered-lists)
2863         (org-plain-list-ordered-item-terminator): New options.
2864         (org-at-item-p, org-beginning-of-item, org-end-of-item)
2865         (org-get-indentation, org-get-string-indentation)
2866         (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
2867         functions.
2868         (org-move-item-down, org-move-item-up): New commands.
2869         (org-export-as-html): New classes for CSS support.  Bug fix in
2870         regular expression detecting fixed-width regions.  Respect
2871         `org-local-list-ordered-item-terminator'.
2872         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
2873         also a list item.
2874         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
2875         New item moving functions.
2877 2005-11-24  Juri Linkov  <juri@jurta.org>
2879         * isearch.el (isearch-repeat): With empty search ring set
2880         `isearch-error' to the error string instead of signaling error
2881         with the function `error'.
2883 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2885         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
2887 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
2889         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
2890         and variable.
2891         (gdb-var-create-handler, gdb-var-list-children-handler):
2892         Don't match on "char **...".
2893         (gdb-var-update-handler): Find values for all variable objects.
2894         (gdb-info-frames-custom): Identify frames by leading "#".
2896         * progmodes/gud.el (gud-speedbar-menu-items): Add
2897         gdb-speedbar-auto-raise as radio button.
2898         (gud-speedbar-buttons): Raise speedbar if requested.
2899         Don't match on "char **...".
2900         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
2901         Make it editable.
2903 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
2905         * info.el (Info-fontify-node): Handle the case where
2906         Info-current-file is t.
2908 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2910         * simple.el (blink-matching-open): Fix off-by-one in last change.
2912 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2914         * term/mac-win.el: Don't change default directory.
2916 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
2918         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
2919         buffers correctly.  (It used to throw an error in such buffers.)
2920         Make it ask for confirmation in group buffers and other Custom
2921         buffers containing more than one customization item.
2923 2005-11-22  John Paul Wallington  <jpw@gnu.org>
2925         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
2926         property on mail and url overlays.
2927         (goto-address-at-point): Use `posn-set-point' instead of
2928         `mouse-set-point' because the latter is not fbound when configured
2929         without X.
2931 2005-11-22  Lars Hansen  <larsh@soem.dk>
2933         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
2934         (ls-lisp-classify, ls-lisp-format): Delete call to
2935         ls-lisp-parse-symlink.
2936         (ls-lisp-handle-switches): Handle symlinks to directories as
2937         directories when ls-lisp-dirs-first in non-nil.
2939 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
2941         * startup.el (command-line): Make sure that loaddefs.el is handled
2942         correctly in load-history.
2944 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
2946         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
2947         (gdb-struct-string, gdb-array-string): New constants.
2948         (gdb-info-locals-handler): Use them.
2949         (gdb-reset): Reset gdb-var-list to nil.
2951 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2953         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
2954         in patterns.
2956 2005-11-21  Juri Linkov  <juri@jurta.org>
2958         * custom.el (defcustom): Update link types in docstring.
2960 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2962         * custom.el (defgroup): Add doc-string-elt info.
2964         * widget.el (define-widget): Don't use declare for the doc-string-elt.
2966 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2968         * newcomment.el (comment-enter-backward): Fix last fix.
2970         * simple.el (blink-matching-open):
2971         * paren.el (show-paren-function): Allow new paren-class info.
2973 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
2975         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
2976         handled automagically.
2978 2005-11-20  Andreas Schwab  <schwab@suse.de>
2980         * descr-text.el (describe-char): When copying overlays put them
2981         over the full char description instead of just the first character
2982         of it.
2984 2005-11-20  Juri Linkov  <juri@jurta.org>
2986         * simple.el (what-cursor-position):
2987         * descr-text.el (describe-char): Use Lisp-readable syntax
2988         for octal and hex.  Reorder decimal, octal and hex values.
2989         Remove excess whitespace in the output.  Use `=' in `column='
2990         like in `point=' and `Hscroll='.
2992         * international/mule-cmds.el (encoded-string-description):
2993         Use Lisp-readable syntax for hex.
2995 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2997         * newcomment.el (comment-enter-backward): Handle the case where the
2998         comment is closed by EOB.
3000 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
3002         * longlines.el (longlines-before-revert-hook)
3003         (longlines-after-revert-hook): New functions.
3004         (longlines-mode): Turn off longlines temporarily when reverting.
3005         Add a message-setup-hook.
3006         (longlines-decode-buffer): New function.
3007         (longlines-wrap-line): Preserve marker positions.
3009 2005-11-19  Andreas Schwab  <schwab@suse.de>
3011         * emacs-lisp/shadow.el: Handle compressed files.
3013 2005-11-19  Romain Francoise  <romain@orebokech.com>
3015         * net/browse-url.el (browse-url-default-browser): Signal an error
3016         if no usable browser can be found, rather than try to load w3.
3018 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
3020         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
3021         replacing existing properties.
3022         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
3023         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
3024         tty specs.
3025         (rcirc-server-prefix, rcirc-server): New faces.
3026         (rcirc-url-regexp): Generate with rx macro.
3027         (rcirc-last-server-message-time): New variable.
3028         (rcirc-filter): Record time of last message.
3029         (rcirc-keepalive): Kill processes that did not send a message
3030         since the last ping.
3031         (rcirc-mode): Give rcirc-topic a local binding here.
3033 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
3035         * subr.el (read-passwd): Fontify the prompt as we do with other
3036         prompts.
3038 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
3040         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
3041         binding buffer-read-only to nil.
3043 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
3045         * complete.el (partial-completion-mode):
3046         Mention completion-auto-help in the doc string.
3048         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
3049         more Lisp-ish way.
3051 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se> (tiny change)
3053         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
3054         digits, not 8, to avoid misalignment for files larger than 100MB.
3056 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
3058         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
3059         Mention "keyboard shortcuts" in the help text.
3061 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3063         * startup.el (fancy-splash-default-action): Discard only
3064         mouse-down and succeeding mouse-up events in the splash screen
3065         window so that drag-n-drop event can be processed.
3067 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
3069         * longlines.el (longlines-mode): Add hacks for mail-mode and
3070         message-mode.
3072 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
3074         * textmodes/org.el (org-table-sort-lines): New command.
3075         (org-tbl-menu): Add entry for `org-table-sort-lines'.
3076         (org-add-file): Command removed, use `org-agenda-file-to-front'
3077         instead.
3078         (org-export-icalendar): Use `org-icalendar-combined-name'.
3079         (org-cycle-agenda-files, org-agenda-file-to-end)
3080         (org-agenda-file-to-front): New commands.
3081         (org-table-tab-jumps-over-hlines,org-export-html-style): New
3082         options.
3083         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
3084         (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
3085         New functions.
3086         (org-fill-paragraph): Call `org-table-align' in tables.
3087         (org-mode): Call `org-set-autofill-regexps'.
3088         (org-export-as-html): Support for local handformatted lists.
3089         Modified to produce valid HTML 4.0. Use `org-export-html-style'.
3090         (org-export-local-list-max-depth): New option.
3091         (org-html-expand): Use `org-html-protect'.
3093 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
3095         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
3096         to "p".
3097         (gdb): Move definition of gud-pp to...
3099         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
3100         speedbar.
3101         (gdb-find-watch-expression): New function.
3103 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3105         * faces.el (face-attribute, set-face-attribute): Mention existence
3106         of `:ignore-defface' setting in docstring.
3108 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3110         * simple.el (completion-setup-function): Fix last change.
3112 2005-11-17  John Paul Wallington  <jpw@pobox.com>
3114         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
3115         Use `posn-set-point' instead of `mouse-set-point' because the
3116         latter is not fbound when configured without X.
3118         * comint.el (comint-insert-input): Likewise.
3120 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3122         * simple.el (hard-newline): New variable.
3123         (sendmail-user-agent-compose, next-line): Use it.
3125         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
3126         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
3127         (mail-mail-reply-to, mail-mail-followup-to)
3128         (mail-position-on-field, mail-signature, mail-yank-original)
3129         (mail-attach-file): Likewise.
3131         * mail/mailheader.el (mail-header-format)
3132         (mail-header-format-function): Likewise.
3134         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
3136 2005-11-17  Juri Linkov  <juri@jurta.org>
3138         * font-lock.el (font-lock-faces): Rename this defgroup from
3139         `font-lock-highlighting-faces'.
3140         (font-lock-comment-face, font-lock-comment-delimiter-face)
3141         (font-lock-string-face, font-lock-doc-face)
3142         (font-lock-keyword-face, font-lock-builtin-face)
3143         (font-lock-function-name-face, font-lock-variable-name-face)
3144         (font-lock-type-face, font-lock-constant-face)
3145         (font-lock-warning-face, font-lock-negation-char-face)
3146         (font-lock-preprocessor-face)
3147         (font-lock-regexp-grouping-backslash)
3148         (font-lock-regexp-grouping-construct): Rename :group from
3149         `font-lock-highlighting-faces' to `font-lock-faces'.
3151         * cus-edit.el (lisp, c, tex):
3152         * progmodes/ada-mode.el (ada):
3153         * progmodes/asm-mode.el (asm):
3154         * progmodes/cperl-mode.el (cperl-faces):
3155         * progmodes/cpp.el (cpp):
3156         * progmodes/dcl-mode.el (dcl):
3157         * progmodes/f90.el (f90):
3158         * progmodes/fortran.el (fortran):
3159         * progmodes/icon.el (icon):
3160         * progmodes/idlwave.el (idlwave-misc):
3161         * progmodes/m4-mode.el (m4):
3162         * progmodes/make-mode.el (makefile):
3163         * progmodes/meta-mode.el (meta-font):
3164         * progmodes/modula2.el (modula2):
3165         * progmodes/octave-mod.el (octave):
3166         * progmodes/pascal.el (pascal):
3167         * progmodes/perl-mode.el (perl):
3168         * progmodes/prolog.el (prolog):
3169         * progmodes/ps-mode.el (PostScript-edit):
3170         * progmodes/scheme.el (scheme):
3171         * progmodes/sh-script.el (sh-script):
3172         * progmodes/simula.el (simula):
3173         * progmodes/tcl.el (tcl):
3174         * textmodes/nroff-mode.el (nroff):
3175         * textmodes/reftex-vars.el (reftex-fontification-configurations):
3176         * textmodes/sgml-mode.el (sgml):
3177         * textmodes/texinfo.el (texinfo):
3178         Add :link (custom-group-link font-lock-faces) to defgroup.
3180         * hi-lock.el (hi-lock): Rename this defgroup from
3181         `hi-lock-interactive-text-highlighting'.  Change parent group from
3182         `faces' to `font-lock'.  Add link to the manual.
3183         (hi-lock-mode, hi-lock-file-patterns-range)
3184         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
3185         `hi-lock-interactive-text-highlighting' to `hi-lock'.
3186         (hi-lock-faces): Add :group `faces'.
3188         * cus-edit.el (custom-variable-prompt): Clarify the code.
3190         * faces.el (face-read-string): Set the default value arg of
3191         completing-read.
3193 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
3195         * rfn-eshadow.el (file-name-shadow-properties)
3196         (file-name-shadow-tty-properties, file-name-shadow-mode):
3197         Remove autoloads, because the file is now preloaded.
3199 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3201         * printing.el (easy-menu-intern): Don't define.
3202         (pr-get-symbol): Use easy-menu-intern only if defined.
3204         * simple.el (blink-matching-open): Simplify a bit.
3205         (completion-setup-function): Fix the case of partial-completion-mode
3206         when the minibuffer's contents start with "-".
3207         Obey completion-base-size-function even when
3208         minibuffer-completing-file-name is non-nil.
3210 2005-11-16  Richard M. Stallman  <rms@gnu.org>
3212         * net/eudcb-ph.el (eudc-ph-open-session):
3213         Use set-process-query-on-exit-flag.
3215         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
3217         * international/ucs-tables.el (ucs-set-table-for-input):
3218         Use make-local-variable, not make-variable-buffer-local.
3220         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3221         Improve warning message text.
3223         * savehist.el (savehist-save-hook): Add :group.
3225         * menu-bar.el (menu-bar-help-menu):
3226         Rename Find Extra Packages to External Packages.
3228         * cus-edit.el (Custom-reset-standard): Verify that
3229         :custom-standard-value prop exists before calling it.
3231         * apropos.el (apropos-calc-scores): Use apropos-pattern.
3233 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3235         * wid-edit.el (color): Enclose %t in %{...%}.
3237         * cus-edit.el (face): Enclose %t in %{...%}.
3239 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
3241         * savehist.el (savehist-mode-hook): Re-add the var.
3242         (savehist-mode): Use it.
3244 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3246         * textmodes/flyspell.el: Fix commenting convention.
3247         Remove unnecessary leading * in custom docstrings.
3248         (flyspell-emacs): Remove unused var.
3249         (flyspell-delete-region-overlays): Use remove-overlays.
3250         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
3251         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
3252         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
3253         (flyspell-debug-signal-word-checked): Use with-current-buffer.
3254         (make-flyspell-overlay): Don't locally reuse a global name.
3255         (flyspell-highlight-incorrect-region)
3256         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
3257         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
3258         (flyspell-notify-misspell): Remove unused args `start' and `end'.
3259         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
3260         Wrap calls to accept-process-output inside with-local-quit since it's
3261         often called from a post-command-hook.
3262         (flyspell-correct-word, flyspell-auto-correct-word):
3263         Use ispell-send-string.
3264         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
3266         * calendar/diary-lib.el (diary-list-entries): Also hide the
3267         terminating newline.
3269 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
3271         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
3272         window-system, to allow fonts on tty.
3274 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
3276         * progmodes/gud.el (gud-speedbar-item-info): New function.
3277         (gud-install-speedbar-variables): Use it to display data type
3278         of watch expression as a tooltip in speedbar.
3280 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
3282         * font-core.el (global-font-lock-mode): Add :version keyword,
3283         because default was changed.
3285         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
3287         * startup.el (command-line): Use `custom-reevaluate-setting' for
3288         `file-name-shadow-mode'.
3290         * loadup.el: Preload rfn-eshadow.
3292         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
3293         Add :version keyword.
3294         (file-name-shadow-properties, file-name-shadow-tty-properties)
3295         (file-name-shadow): Add :version keyword.
3297         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
3298         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
3299         in the custom-group property of the symbol frames and the fringe
3300         group got no link to its parent group frames.
3301         Doc fix.
3303 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3305         * progmodes/gud.el (gud-stop-subjob): New function.
3306         (gud-menu-map, gud-tool-bar-map): Use it.
3308 2005-11-16  Kim F. Storm  <storm@cua.dk>
3310         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
3311         than kill it.
3312         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
3313         to a more useful/logical place.
3315 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3317         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
3318         go buttons complementary.
3320 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3322         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
3323         (rfn-eshadow-sifn-equal): New function.
3324         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
3326 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
3328         * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
3329         string.
3331         * viper.el (viper-emacs-state-mode-list): Ensure that
3332         rcirc-mode buffers come up in Emacs state.
3334         * ediff-util (ediff-make-temp-file): Use proper file-name-handler
3335         operation.
3337 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
3339         * term.el (term-termcap-format): Fix typos.
3340         (term-down): Fix the negative argument case.
3342 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3344         * progmodes/gdb-ui.el: Remove face-alias left over from change on
3345         2005-08-15.
3346         (gdb-ann3): New command gud-go.
3347         (menu): Accomodate gdb-mi.el.
3348         (gdb-assembler-custom): Make buffer of selected window current
3349         so that set-window-point works.
3351         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
3352         buttons and include new ones.
3354 2005-11-16  Kim F. Storm  <storm@cua.dk>
3356         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
3357         (gud-menu-map): Use it.
3359 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
3361         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
3362         that works correctly for Custom and that does not override a user
3363         who disables it.
3365         * help-mode.el (help-make-xrefs, help-xref-on-pp)
3366         (help-xref-interned, help-follow): Make hyperlinks for variables
3367         that are unbound, but have a non-nil variable-documentation property.
3369         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
3370         mode hook.  (It conflicted with defcustoms for some mode hooks.)
3371         Use the `variable-documentation' property to give the mode hook a
3372         docstring and expand that docstring.
3374 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
3376         * savehist.el (savehist-mode): Don't bother with
3377         `custom-set-minor-mode'.
3378         (savehist-coding-system): Check XEmacs version.
3379         (history-length): Declare also at run time.
3380         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
3381         Don't set the customize state.
3382         (savehist-minibuffer-hook): Special case for when
3383         minibuffer-history-variable is equal to t.
3385 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3387         * files.el (write-file): Refresh VC status.
3389         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
3390         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
3391         than fundamental-mode to see if the mode was set.
3393 2005-11-14  Romain Francoise  <romain@orebokech.com>
3395         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
3396         dummy function in `eval-when-compile' to avoid compiler warning.
3397         Require `man' at compile time.
3399 2005-11-14  Jay Belanger  <belanger@truman.edu>
3401         * calc-alg.el (calcFunc-write-out-power): Rename it to
3402         calcFunc-powerexpand.
3403         (math-write-out-power): Rename it to math-powerexpand; have it
3404         handle negative exponents.
3405         (calc-writeoutpower): Rename it to calc-powerexpand.
3407         * calc-ext.el: Change calcFunc-writeoutpower and
3408         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
3409         autoloads.
3410         Add calcFunc-ldiv to autoloads.
3412         * calc-arith.el (calcFunc-ldiv): New function.
3414         * calc.el (calc-left-divide): New function.
3416 2005-11-14  Juri Linkov  <juri@jurta.org>
3418         * cus-edit.el (custom-variable-prompt): Set the default value arg
3419         of completing-read.
3421         * cus-dep.el (custom-make-dependencies): Reverse the list of
3422         found dependencies.
3424 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
3426         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
3427         Highlighting" entry, it is on by default now.
3428         (menu-bar-options-save): Do not save global-font-lock-mode.
3430 2005-11-13  Richard M. Stallman  <rms@gnu.org>
3432         * textmodes/flyspell.el (flyspell-large-region):
3433         Call flyspell-accept-buffer-local-defs.
3435 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
3437         * textmodes/flyspell.el (flyspell-notify-misspell):
3438         Fix misspelling of "Misspelling".
3439         (flyspell-process-localwords): New function.
3440         (flyspell-large-region): Call flyspell-process-localwords and
3441         flyspell-delete-region-overlays.
3442         (flyspell-delete-region-overlays): New function.
3443         (flyspell-delete-all-overlays): Call that.
3445 2005-11-13  Richard M. Stallman  <rms@gnu.org>
3447         * help.el (help-for-help-internal): Improve doc of C-h a.
3448         (describe-key): Improve prompt; doc fix.
3450 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3452         * vc-svn.el (vc-svn-registered): Catch all errors.
3454         * cus-dep.el (custom-make-dependencies): Typo.
3456 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
3458         * net/tramp-util.el (top): Fix compilation warning.
3460 2005-11-13  Kim F. Storm  <storm@cua.dk>
3462         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
3464 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
3466         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
3467         (gud-speedbar-buttons): Match on "const char *" too.
3469         * progmodes/gdb-ui.el (gdb-var-create-handler)
3470         (gdb-var-list-children-handler): Match on "const char *" too.
3471         (gdb-var-evaluate-expression-handler): Match on empty string.
3472         (gdb-var-update-handler): Only call
3473         gdb-var-evaluate-expression-handler when required.
3475 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
3477         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
3478         selected window.  This still doesn't work for speedbar.
3479         (gud-speedbar-buttons): Handle string expressions properly.
3481         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
3482         (gdb-var-create-handler): Handle string expressions properly.
3483         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
3484         Handle string expressions properly.  Move "type" field into regexp.
3486 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
3488         * bookmark.el (bookmark-maybe-message): New function to reduce
3489         code duplication: invokes `message' iff baud-rate is high enough.
3490         (bookmark-write-file): Use above instead of an inline conditional.
3491         (bookmark-load): Same.
3493 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
3495         * bookmark.el (bookmark-write-file): Don't visit the destination
3496         file, just write the data to it using write-region.  This is
3497         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
3498         change to avoid visiting the file in the first place.
3500 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
3502         * hi-lock.el (hi-lock-mode): Set the default value of
3503         font-lock-defaults.
3505 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
3507         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
3508         arg to `file-attributes'.
3509         (find-lisp-format): The UID and GID can now be strings.
3511 2005-11-12  Kim F. Storm  <storm@cua.dk>
3513         * help.el (help-map): Bind C-h d to apropos-documentation.
3515         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
3516         when point is at end-of-buffer.
3518         * apropos.el (apropos-match-face): Doc fix.
3519         (apropos-sort-by-scores): Add new choice `verbose'.
3520         (apropos-documentation-sort-by-scores): New defcustom.
3521         (apropos-pattern): Now contains the pattern entered by the user.
3522         (apropos-pattern-quoted): New defvar.
3523         (apropos-regexp): New defvar, containing the regexp corresponding
3524         to apropos-pattern.
3525         (apropos-all-words-regexp): Rename from apropos-all-regexp.
3526         (apropos-read-pattern): New defun.  Use it to read pattern arg in
3527         interactive calls; returns list of words for a word list, and
3528         string for a regexp.
3529         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
3530         parses a list of words or regexp as returned by apropos-read-pattern.
3531         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
3532         (apropos-score-doc): Return a very high score if the string
3533         entered by the user matches literally.
3534         (apropos-variable): Doc fix.  Use apropos-read-pattern.
3535         (apropos-command): Doc fix.  Use apropos-read-pattern and
3536         apropos-parse-pattern.  Call apropos-print with nosubst=t.
3537         (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
3538         apropos-parse-pattern.
3539         (apropos-documentation): Doc fix. Use apropos-read-pattern and
3540         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
3541         apropos-documentation-sort-by-scores.  Call apropos-print with
3542         nosubst=t.
3543         (apropos-documentation-internal): Pass doc string through
3544         substitute-key-definition before adding text properties.
3545         Highlight substring matching literal user input if possible.
3546         (apropos-documentation-check-doc-file): Remove locals beg and end.
3547         Fix calculation of score (as added twice).  Pass doc string through
3548         substitute-key-definition before adding text properties.
3549         (apropos-documentation-check-elc-file): Pass doc string through
3550         substitute-key-definition before adding text properties.
3551         Highlight substring matching literal user input if possible.
3552         (apropos-print): Add new arg NOSUBST; if set, command and variable
3553         doc strings have already been passed through substitute-key-definition.
3554         Add code to handle apropos-accumulator items without score element
3555         for backwards compatibility (e.g. with woman package).
3556         Only show scores if apropos-sort-by-scores is `verbose'.
3558 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3560         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
3561         Add jka-compr-load-suffixes to load-suffixes.
3563         * jka-compr.el: Require jka-cmpr-hook.
3564         (jka-compr-info-compress-message, jka-compr-info-compress-program)
3565         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
3566         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
3567         (jka-compr-info-can-append, jka-compr-info-strip-extension)
3568         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
3569         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
3570         (jka-compr-uninstall): Remove entries from
3571         jka-compr-added-to-file-coding-system-alist after they are used.
3572         (jka-compr-error): Remove unused var `curbuf'.
3573         (jka-compr-file-local-copy): Remove unused var `notfound'.
3575 2005-11-10  Romain Francoise  <romain@orebokech.com>
3577         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
3579 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
3581         * progmodes/gud.el (gud-menu-map): Move parentheses.
3582         (gdb): New command gud-pv.
3584 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3586         * tar-mode.el: Remove spurious or unnecessary leading stars
3587         in docstrings.
3588         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
3589         (tar-parse-octal-integer-safe): Use mapc.
3590         (tar-header-block-summarize): Remove unused var `ck'.
3591         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
3592         cleared before.  Obey default-enable-multibyte-characters.
3593         Use mapconcat.  Simplify setting of tar-header-offset.
3594         (tar-mode-map): Move initialization inside delcaration.
3595         (tar-flag-deleted): Use `abs'.
3596         (tar-expunge-internal): Remove unused var `line'.
3597         (tar-expunge-internal): Don't hardcode point-min==1.
3598         (tar-expunge): Widen while doing set-buffer-multibyte.
3599         (tar-rename-entry): Use file-name-coding-system.
3600         (tar-alter-one-field): Don't hardcode point-min==1.
3601         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
3602         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
3604 2005-11-10  Masatake YAMATO  <jet@gyve.org>
3606         * add-log.el (add-log-current-defun): Handle class::method
3607         notation of c++. Fix incorrect comment.
3609 2005-11-10  Alan Mackenzie  <acm@muc.de>
3611         * help-fns.el (describe-variable): Make C-h v work when a variable
3612         has variable documentation yet is unbound.
3614 2005-11-10  Masatake YAMATO  <jet@gyve.org>
3616         * man.el (Man-highlight-references): Set an empty
3617         string to `Man-arguments' if it is nil.
3618         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
3620 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3622         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
3623         commenting conventions.
3625         * cus-dep.el (custom-make-dependencies): Simplify.
3626         Better follow the commenting conventions.
3628 2005-11-09  Richard M. Stallman  <rms@gnu.org>
3630         * apropos.el (apropos-pattern): Rename from apropos-regexp.
3631         (apropos-orig-pattern): Rename from apropos-orig-regexp.
3632         All uses changed.
3633         (apropos-rewrite-regexp): Doc fix.
3634         (apropos-variable, apropos-command, apropos, apropos-value):
3635         Change prompt; carry through the argument renaming.
3637 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
3639         * find-lisp.el: Require dired.
3640         (find-lisp-find-dired-internal): Do not call
3641         `abbreviate-file-name' on DIR.
3643 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
3645         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
3647 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
3649         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
3650         when using the speedbar.
3651         (gdb): New command gud-pp.
3652         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
3654 2005-11-09  Juri Linkov  <juri@jurta.org>
3656         * replace.el (occur-excluded-properties): New defcustom.
3657         (occur-1, occur-engine, occur-accumulate-lines): Use it.
3659 2005-11-08  Jay Belanger  <belanger@truman.edu>
3661         * calc/calc-units.el (math-convert-units): Replace any composite
3662         unit by its definition.
3664 2005-11-08  Lars Hansen  <larsh@soem.dk>
3666         * emacs-lisp/autoload.el (update-directory-autoloads):
3667         Add obsolete function alias.
3669 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3671         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
3672         comment-indent-function.
3673         (lisp-comment-indent): Replace by an alias for comment-indent-default.
3675         * reveal.el (reveal-post-command): Rework the handling of
3676         reveal-open-spots, so as to be more reliable.  There were several
3677         tricky corner cases where an open spot might be lost, or where
3678         a closed spot might end up on the list of open spots.
3679         Only reveal text that's ellipsised.
3681 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
3683         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
3685 2005-11-07  John Paul Wallington  <jpw@gnu.org>
3687         * ibuffer.el (ibuffer): Search iconified frames too when
3688         getting Ibuffer buffer's window.
3690 2005-11-06  Richard M. Stallman  <rms@gnu.org>
3692         * progmodes/compile.el (compilation-internal-error-properties):
3693         save-excursion around the computation of MARKER.
3695 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
3697         * textmodes/flyspell.el (flyspell-external-point-words):
3698         flyspell-get-word returns a list, not just a string.
3700 2005-11-06  John Paul Wallington  <jpw@pobox.com>
3702         * ibuffer.el (ibuffer): Search all visible frames when getting
3703         Ibuffer buffer's window.
3705 2005-11-07  Masatake YAMATO  <jet@gyve.org>
3707         * man.el (Man-reference-regexp): Accept spaces between
3708         `Man-name-regexp' and `Man-section-regexp'.
3709         (Man-apropos-regexp): New variable.
3710         (Man-abstract-xref-man-page): Use value for `Man-target-string'
3711         if available.
3712         (Man-highlight-references, Man-highlight-references0):
3713         Handle the case when `Man-arguments' includes "-k".
3714         (Man-highlight-references0): Rename the argument `TARGET-POS' to
3715         `TARGET'. `TARGET' can be a number, function or nil.
3717 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
3719         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
3720         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
3721         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
3722         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
3723         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
3724         (gdb-send-item): Use buffer-local-value and simplify.
3726 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
3728         * startup.el (command-line): Use `custom-reevaluate-setting' for
3729         `global-font-lock-mode'.
3731         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
3732         by default, except in batch mode or when the -D option is given.
3734         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
3735         specified keyword args on to `define-minor-mode'.  Update docstring.
3737 2005-11-05  Romain Francoise  <romain@orebokech.com>
3739         * replace.el (occur-engine): Add marker at end of line, too.
3741 2005-11-04 Ken Manheimer  <ken.manheimer@gmail.com>
3743         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3744         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3745         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3746         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
3747         argument to all these routines, so the passphrase can be managed
3748         externally and passed in to the system.
3749         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3750         pgg-add-passphrase-to-cache function.
3752         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3753         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
3754         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
3755         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
3756         argument to all these routines, so the passphrase can be managed
3757         externally and passed in to the system.
3758         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
3759         function.
3761 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
3763         * font-lock.el: Don't deal with font-lock-face-attributes here,
3764         move the code ...
3766         * startup.el (command-line): ... here. Use face-spec-set instead
3767         of custom-declare-face.
3769         * faces.el (face-spec-set): Reset the face if spec is not nil.
3771 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3773         * newcomment.el (comment-region-internal): Box more tightly in the
3774         common case where there's no TAB in the boxed text.
3776 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3778         * info.el (info-tool-bar-map): Use images prev-node, next-node and
3779         up-node.
3781 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
3783         * newsticker.el: Commentary updated. Code formatting changed.
3784         (newsticker-version): Change to "1.9".
3785         (newsticker, newsticker-feed): Doc fix.
3786         (newsticker-url-list): Doc fix.  Add option "Weekly".
3787         (newsticker-retrieval-interval): Add option "Weekly".
3788         (newsticker-headline-processing): Doc fix.
3789         (newsticker-auto-mark-filter): Remove.
3790         (newsticker-auto-mark-filter-list): New.
3791         (newsticker-layout, newsticker-sort-method): Doc fix.
3792         (newsticker-hide-old-items-in-newsticker-buffer)
3793         (newsticker-heading-format, newsticker-item-format)
3794         (newsticker-desc-format): Doc fix.
3795         (newsticker-show-all-rss-elements): Remove.
3796         (newsticker-show-all-news-elements): New.
3797         (newsticker-faces, newsticker-ticker): Doc fix.
3798         (remove-from-invisibility-spec): Code formatting.
3799         (newsticker--process-ids): New.
3800         (newsticker-mode): Doc fix.
3801         (newsticker-mode): Change mode-line-format.
3802         (newsticker-start): Remove debug output.
3803         (newsticker-start-ticker): Doc fix.  Add Autoload cookie.
3804         (newsticker-w3m-show-inline-images): Code formatting.
3805         (newsticker-next-item): Call `force-mode-line-update'.
3806         (newsticker-previous-item): Call `force-mode-line-update'.
3807         (newsticker-next-feed): Call `force-mode-line-update'.
3808         (newsticker-previous-feed): Call `force-mode-line-update'.
3809         (newsticker-mark-all-items-at-point-as-read): Code formatting.
3810         (newsticker-show-old-items): Do not show descs.
3811         (newsticker-hide-entry): Hide too much.
3812         (newsticker-hide-entry, newsticker-show-entry)
3813         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
3814         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
3815         (newsticker-toggle-auto-narrow-to-item): Code formatting.
3816         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
3817         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
3818         (newsticker-get-news): Call `force-mode-line-update'.
3819         Collect process ids.
3820         (newsticker--sentinel): Change coding system handling.
3821         Move image retrieval to new functions newsticker--get-logo-url-*.
3822         Move feed parsing to new functions newsticker--parse-*.
3823         Update list of process ids.
3824         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
3825         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
3826         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
3827         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
3828         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
3829         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
3830         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
3831         (newsticker--decode-coding-string): Remove.
3832         (newsticker--decode-numeric-entities): Check input.  Format code.
3833         (newsticker--remove-whitespace): Check input.
3834         (newsticker--do-forget-preformatted): Doc fix.
3835         (newsticker--decode-rfc822-date): Allow for missing time.
3836         (newsticker--update-process-ids): New.
3837         (newsticker--image-sentinel): Change comment.
3838         (newsticker--image-read): Change error message.
3839         (newsticker--imenu-goto): Doc fix.  Show headline title.
3840         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
3841         (newsticker--buffer-do-insert-text): Clean whitespace in
3842         html-rendered headline title.  Code formatting.
3843         Call `newsticker--buffer-print-extra-elements'.
3844         (newsticker--buffer-print-extra-element): Remove.
3845         (newsticker--buffer-print-extra-elements): New.
3846         (newsticker--buffer-do-print-extra-element): New.
3847         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
3848         large sizes.
3849         (newsticker--run-auto-mark-filter)
3850         (newsticker--do-run-auto-mark-filter):
3851         Use `newsticker-auto-mark-filter-list'.
3853 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
3855         * net/rcirc.el: Use split-string OMIT-NULLS argument.
3856         (rcirc-print): Force redisplay before running hooks.  Do long
3857         buffer truncation after making new text read-only.  Deal with nil
3858         text when decoding strings.  If TARGET is nil, use either the
3859         currently selected buffer, if it is an rcirc buffer and of the
3860         same process or the process buffer.
3861         (rcirc-mode): Remove header-line.  Recompute short buffer names.
3862         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
3863         (rcirc-short-buffer-name): Add variable.
3864         (rcirc-kill-buffer-hook): Recompute short buffer names.
3865         Remove nick from private channel.
3866         (rcirc-send-input): Send command text to current-buffer.
3867         Don't clear overlay arrow here.
3868         (rcirc-short-buffer-name): Return a short buffer name.
3869         (rcirc-update-short-buffer-names, rcirc-abbreviate)
3870         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
3871         buffer-name abbreviations.
3872         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
3873         Do not touch nick-table when killing a parted channel.
3874         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
3875         Clear arrow from current buffer if it is now hidden.
3876         (rcirc-current-buffer): Add variable.
3877         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
3878         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
3879         Remove -face from names.
3880         (rcirc-update-activity-string): Print "DND" when globally ignoring
3881         activity.
3882         (rcirc-ignore-buffer-activity-flag): Rename from
3883         rcirc-ignore-channel-activity.
3884         (rcirc-ignore-all-activity-flag): Doc fix.
3885         (rcirc-channels): Remove variable.
3886         (rcirc-kill-buffer-hook):
3887         (rcirc-get-buffer-create): Add nick to private channel.
3888         (rcirc-multiline-edit-submit): Remove tabs.
3889         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
3890         folded.
3891         (rcirc-remove-nick-channel): Bug fix.
3892         (rcirc-toggle-ignore-buffer-activity): Rename from
3893         rcirc-toggle-ignore-channel-activity.
3894         (rcirc-record-activity): Add buffers to the front of the list.
3895         (rcirc-update-activity): Remove killed buffers from list.
3896         (rcirc-process-server-response-1): Remove last argument if it is
3897         null before calling handler.
3898         (rcirc): Add "rcirc" defcustom prefix.
3899         (rcirc-prompt): Simplify default prompt.
3900         Use custom-initialize-default.
3901         (rcirc-private-chats): Remove variable.
3902         (rcirc-prompt): Change initialization.
3903         (rcirc-version): Remove function.
3904         (rcirc-id-string): Add constant.
3905         (rcirc-last-buffer): Remove variable.
3906         (rcirc-buffer-alist): Add variable.
3907         (rcirc-connect): Update variable setup.
3908         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
3909         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
3910         default.
3911         (rcirc-handler-generic): Trigger activity.
3912         (rcirc-send-message): Create the buffor of the target.
3913         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
3914         (rcirc-get-buffer): Just return nil if there is no matching buffer.
3915         (rcirc-multiline-edit-cancel): Remove function.
3916         (rcirc-set-last-buffer): Remove function.
3917         (rcirc-get-any-buffer): Add function.
3918         (rcirc-join-channels): Don't print /join text.
3919         (rcirc-toggle-ignore-channel-activity): Add and update echo area
3920         messages.
3921         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
3922         (rcirc-handler-NOTICE): Recognize CTCP responses.
3923         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
3924         constructing TOPIC string for buffers we are not JOINed.
3925         (rcirc-handler-CTCP-response): Add handler.
3926         (rcirc-multiline-edit-submit): Restore the window-configuration
3927         before adjusting point.
3928         (rcirc): Add customization group.
3929         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
3930         (rcirc-user-full-name, rcirc-startup-channels-alist)
3931         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
3932         (rcirc-ignore-all-activity-flag, rcirc-time-format)
3933         (rcirc-input-ring-size, rcirc-read-only-flag)
3934         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
3935         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
3936         Change defvar to defcustom.
3937         (rcirc-update-prompt): Add optional ALL arg, which will update
3938         prompts in all rcirc buffers.  Regexp quote replacement text.
3939         (rcirc-fill-column): Accept frame-width as a value.
3940         (rcirc-set-changed): Add function.
3941         (rcirc-next-active-buffer): Write more meaningful messages.
3942         (rcirc-faces): Add customization group.
3943         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
3944         (rcirc-nick-in-message-face, rcirc-prompt-face)
3945         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
3946         (with-rcirc-process-buffer): Move before first usage.
3947         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
3948         (rcirc-debug-flag): Rename from `rcirc-log-p'.
3949         (rcirc-debug): Rename from `rcirc-log'.
3950         (rcirc-format-response-string): Do not print `-' chars for a
3951         NOTICE with no sender.  Simplify output of server responses.
3953 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
3955         (rcirc-browse-url-map, rcirc-browse-url-at-point)
3956         (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
3957         mouse and RET clickable.
3959 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
3961         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
3963 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
3965         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3966         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3967         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3968         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
3969         argument to all these routines, so the passphrase can be managed
3970         externally and passed in to the system.
3971         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3972         pgg-add-passphrase-to-cache function.
3974         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3975         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
3976         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
3977         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
3978         argument to all these routines, so the passphrase can be managed
3979         externally and passed in to the system.
3980         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
3981         function.
3983 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
3985         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
3986         from goto-address-url-regexp.
3988 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
3990         * textmodes/org.el (org-read-date, org-goto-calendar)
3991         (org-recenter-calendar, org-agenda-goto-calendar):
3992         Temporarily clear `calendar-move-hook'.
3994 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
3996         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
3997         merging.
3999         * ediff-util.el (ediff-previous-difference): Don't skip regions that
4000         have merge clashes.
4002 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4004         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4005         Undo previous change.
4007         * startup.el (command-line): Use `custom-reevaluate-setting' for
4008         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
4009         tty-register-default-colors on Mac.
4011 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
4013         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
4014         (gdb-buffer-type): Make it automatically buffer local...
4015         (gdb-get-create-buffer): ...and set it accordingly.
4016         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
4017         actually work.
4019 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
4021         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
4022         not red.
4024 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
4026         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
4027         case GUD buffer is not visible.
4028         (gdb-goto-breakpoint): Try to force display in source buffer.
4029         (gdb-frame-gdb-buffer): Copy other similar functions.
4030         (gdb-restore-windows): Don't display source if not asked for.
4031         (gdb-assembler-buffer-name): Don't capitalise.
4033 2005-11-03  Richard M. Stallman  <rms@gnu.org>
4035         * wid-edit.el (key-sequence): New widget type.
4037         * simple.el (set-mark-command-repeat-pop): New variable.
4038         (set-mark-command): Only interpret plan C-@ after a pop as a pop
4039         if set-mark-command-repeat-pop is true.
4041         * info.el (Info-fontify-node): Don't display extra "see" if there
4042         already is one here.
4044         * mouse.el: Fix special handling of DEL after dragging a region:
4045         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
4046         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
4048         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
4050         * textmodes/ispell.el (ispell-command-loop): Change `i' description
4051         not to assume it pertains to an affix.
4053         * textmodes/flyspell.el (flyspell-post-command-hook):
4054         Bind deactivate-mark to prevent deactivation.
4056 2005-11-03  Lars Hansen  <larsh@soem.dk>
4058         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
4059         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
4060         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
4062 2005-11-03  Romain Francoise  <romain@orebokech.com>
4064         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
4065         Update copyright years.
4067 2005-11-03  Sam Steingold  <sds@gnu.org>
4069         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4070         Use system-type instead of window-system because window-system is not
4071         correctly defined during loadup.
4073 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
4075         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
4076         (xml-parse-tag): Join strings separated by a comment properly.
4078 2005-11-02  Andreas Schwab  <schwab@suse.de>
4080         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
4082 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4084         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
4085         (byte-optimize-pure-func): Quote the eval'd value.
4087         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4088         Rename from perl-font-lock-syntactic-face-function.
4089         Change the calling convention so it can be used as a font-lock MATCHER.
4090         Do the parse-partial-sexp loop outselves.
4091         (perl-font-lock-syntactic-keywords): Use it.
4092         (perl-mode): Don't set font-lock-syntactic-face-function any more.
4094 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
4096         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
4097         disassembly buffer too.
4098         (gdb-exited): Remove overlay arrows when execution has finished.
4099         (gdb-info-frames-custom, gdb-info-threads-custom)
4100         (gdb-info-registers-custom): Don't add inappropriate text
4101         properties if inferior is not active.
4103 2005-11-02  Glenn Morris  <rgm@gnu.org>
4105         * progmodes/fortran.el (fortran-blink-match):
4106         Use `blink-matching-delay'.
4108 2005-11-02  John Mongan <jmongan@mccammon.ucsd.edu>  (tiny change)
4110         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
4112 2005-11-02  Lars Hansen  <larsh@soem.dk>
4114         * net/tramp.el (tramp-action-out-of-band): Handle scp message
4115         "Permission denied".
4117 2005-11-01  Richard M. Stallman  <rms@gnu.org>
4119         * textmodes/flyspell.el (flyspell-external-point-words):
4120         Pass nil to flyspell-get-word.
4122 2005-11-02  Kim F. Storm  <storm@cua.dk>
4124         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
4125         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
4127 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4129         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
4130         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
4131         (calendar-mouse-print-dates): Add optional `event' argument.
4132         Update interactive-spec.
4133         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
4134         Use `calendar-event-to-date' instead of `event'.
4136 2005-11-02  Masatake YAMATO  <jet@gyve.org>
4138         * progmodes/ld-script.el (ld-script-builtins):
4139         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
4140         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
4141         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
4143 2005-11-01  Romain Francoise  <romain@orebokech.com>
4145         * vc-sccs.el: Update copyright year.
4146         * ezimage.el: Likewise.
4148 2005-11-01  KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>  (tiny change)
4150         * info.el (Info-fontify-node): Use `string-width' for fontifying
4151         underlined titles.
4153 2005-11-01  Juri Linkov  <juri@jurta.org>
4155         * info.el (Info-fontify-node): Downcase node header keywords Node,
4156         Prev, Next, Up before comparison.
4157         (Info-history): Insert absolute directory name, and put invisible
4158         property on it.
4160 2005-11-01  Juri Linkov  <juri@jurta.org>
4162         * info.el (Info-file-supports-index-cookies): New variable.
4163         (Info-find-node-2): Check makeinfo version for index cookie support.
4164         (Info-index-nodes): Search for nodes with index cookies only when
4165         Info-file-supports-index-cookies is t.  Otherwise, search nodes
4166         with "Index" in the node name.
4167         (Info-index-node): Search index cookie in the current node only when
4168         Info-file-supports-index-cookies is t.  Otherwise, check the word
4169         "Index" in the node name.
4170         (Info-find-emacs-command-nodes): Remove code that searches nodes
4171         with "Index" node name in the top menu.
4173 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4175         * progmodes/scheme.el (scheme-mode-variables): Use the default
4176         comment-indent-function.
4178         * faces.el (face-attribute): Handle the case where a face inherits from
4179         a non-existent face.
4181         * simple.el (eval-expression-print-format): Use lisp-readable syntax
4182         for octal and hexa output, and merge the char into the paren.
4183         (kill-new): Use push.
4184         (copy-to-buffer): Use with-current-buffer.
4185         (completion-setup-function): Move code in loop to remove redundancy.
4186         (minibuffer-local-must-match-map): Don't add bindings that duplicate
4187         those inherited from minibuffer-local-completion-map.
4189         * savehist.el (savehist-mode) <defcustom>:
4190         Use custom-set-minor-mode if available.
4191         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
4192         and emit a message if applicable.
4194 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
4196         * savehist.el: Sync up to version 19.
4197         (savehist-mode): New minor mode.
4198         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
4199         (savehist-length): Remove (use history-length instead).
4200         (savehist-file-modes): Rename from savehist-modes.
4201         (savehist-save-hook, savehist-loaded): New vars.
4202         (savehist-load): Use savehist-mode.  Try to smooth up transition from
4203         old format to new format.
4204         (savehist-install): Allow savehist-autosave-interval to be nil.
4205         (savehist-save): Run the new hook.  Be more careful to only trim the
4206         history variables.
4207         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
4208         (savehist-printable): Print into a buffer rather than char-by-char.
4210 2005-11-01  John Wiegley  <johnw@newartisans.com>
4212         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
4213         toggle-ignore keybinding (C-a).  The author said it had been
4214         disabled much earlier due to a possible incompatibility, but after
4215         many months of usage I have encountered no problems (and it is a
4216         rather useful option, especially for switching to " *temp*").
4218         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
4219         support for OS/X's AddressBook, by calling out to the open source
4220         program "contacts" (installable through Fink).
4222         * net/eudc.el (eudc-expand-inline): If the
4223         `eudc-multiple-match-handling-method' is set to `all', delete the
4224         query string before inserting the query result.
4226         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
4227         flag, to prevent Eshell from using the system ls when
4228         `eshell-ls-insert-directory' is in used.
4229         (eshell-ls-insert-directory): Disable font-lock in directory
4230         buffer so that Eshell's own fontification is seen.  This broke
4231         recently due to changes in font-lock, so this goes back to version
4232         21 behavior.
4234 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
4236         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
4237         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
4238         (gdb-many-windows): Doc fix.
4240 2005-10-31  Romain Francoise  <romain@orebokech.com>
4242         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
4244 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
4246         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
4247         that global-font-lock-mode can be enabled by default.
4249         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
4250         (font-lock-add-keywords, font-lock-remove-keywords)
4251         (font-lock-fontify-buffer): Remove autoload cookies.
4253         * jit-lock.el (jit-lock-register): Likewise.
4255         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
4257 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
4259         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
4260         intact if there is no gud-comint-buffer.
4262 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
4264         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
4265         old prompt comint-prompt-read-only is t and GDB commands are
4266         issued from tool bar etc.
4268 2005-10-31  Masatake YAMATO  <jet@gyve.org>
4270         * vc.el (vc-directory-exclusion-list): Add "{arch}".
4272 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
4274         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
4275         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
4277 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
4279         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
4280         starting at beginning of line.  Fontification is messed up when
4281         `open-paren-in-column-0-is-defun-start' set to t.
4282         Reported by John Paul Wallington <jpw@pobox.com>.
4284 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
4286         * comint.el (comint-send-input): Call `comint-update-fence' when
4287         `comint-process-echoes' and `comint-prompt-read-only' are both
4288         non-nil, to avoid leftover read-only newline.
4290 2005-10-30  Richard M. Stallman  <rms@gnu.org>
4292         * textmodes/flyspell.el (flyspell-external-point-words):
4293         Detect when WORD can't be checked properly because
4294         flyspell-get-word finds just part of it, and move on.
4296         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
4297         boundarychar for Polish.
4298         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
4299         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
4301 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
4303         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
4304         (gdb-registers-font-lock-keywords): Delete.
4305         (gdb-registers-mode): Don't fontify.
4306         (gdb-info-registers-custom): Use text properties instead as, in
4307         future, changed register values will use font-lock-warning-face.
4308         (gdb-local-font-lock-keywords): Rename to...
4309         (gdb-locals-font-lock-keywords): ...for consistency.
4311 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
4313         * vc.el (vc-switch-backend): Better error message if the buffer is
4314         not visiting a file under version control.
4316         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
4318 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
4320         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
4321         ~/.emacs.d/.emacs.
4323 2005-10-29  Richard M. Stallman  <rms@gnu.org>
4325         * replace.el (occur-mode-mouse-goto): Always go to other window.
4326         (occur-mode-goto-occurrence): Always switch in same window.
4328         * simple.el (undo): Display message at end, not at start.
4330         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
4331         New arg REUSE-CELL.
4332         (cancel-timer-internal): New function.
4333         (timer-event-handler): Use cancel-timer-internal,
4334         and pass the cell it returns to timer-activate...
4336         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
4337         (jit-lock-deferred-fontify, jit-lock-context-fontify)
4338         (jit-lock-after-change): Test memory-full.
4340 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
4342         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4343         part of the decoded armor to find the key-identifier.
4344         (pgg-gpg-lookup-key-owner): New function to return the
4345         human-readable identifier of a key owner.
4346         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
4347         key itself.
4348         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4349         the key value) if we have a key and can match it against a secret
4350         key.  Also, added a note pointing out fact that the prompt only
4351         indicates the first matching key.
4353         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
4354         pgg-decrypt-region.
4355         (pgg-pending-timers): A new hash for tracking the passphrase cache
4356         timers, so that new ones supercede old ones.
4357         (pgg-add-passphrase-to-cache): Rename from
4358         `pgg-add-passphrase-cache' to reduce confusion (all callers
4359         changed).  Modified to cancel old timers when new ones are added.
4360         (pgg-remove-passphrase-from-cache): Rename from
4361         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4362         changed).  Modified to cancel old timers when their keys are
4363         removed from the cache.
4364         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
4365         XEmacs, an indirection to delete-itimer.
4366         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
4367         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
4368         users can only check cache without risk of prompting.  Correct bug in
4369         notruncate behavior.
4370         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
4371         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
4372         Add informative docstrings.
4373         (pgg-decrypt): Convey provided passphrase in subordinate call to
4374         pgg-decrypt-region.
4376         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4377         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4378         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4379         'passphrase' argument, so the passphrase can be managed externally
4380         and then passed in to the system.
4382         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4383         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
4384         so the passphrase cache can be used reliably with identifiers
4385         besides a pgp packet's key id.
4387         * pgg-gpg.el (pgg-pgp-encrypt-region)
4388         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4389         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4390         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
4391         argument to all these routines, so the passphrase can be managed
4392         externally and passed in to the system.
4394         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4395         'notruncate' argument, so the passphrase cache can be used
4396         reliably with identifiers besides a pgp packet's key id.
4398 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
4400         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4401         symmetric encryption.
4402         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4403         encrypted session key.
4404         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4405         message ask for the passphrase in a proper way.
4407         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4408         New user commands for symmetric encryption.
4410 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
4412         * textmodes/conf-mode.el (conf-assignment-sign)
4413         (conf-assignment-regexp): Fix docstrings.
4414         (conf-mode-initialize): New function.
4415         (conf-mode): Remove optional args.  Use delay-mode-hooks to
4416         recognize recursive calls.
4417         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
4418         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
4419         (conf-xdefaults-mode): Use define-derived-mode and
4420         conf-mode-initialize.
4422 2005-10-29  Romain Francoise  <romain@orebokech.com>
4424         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
4426 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
4428         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4429         part of the decoded armor to find the key-identifier.
4430         (pgg-gpg-lookup-key-owner): New function to return the
4431         human-readable identifier of a key owner.
4432         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
4433         key itself.
4434         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4435         the key value) if we have a key and can match it against a secret
4436         key.  Also, added a note pointing out fact that the prompt only
4437         indicates the first matching key.
4439         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
4440         pgg-decrypt-region.
4441         (pgg-pending-timers): A new hash for tracking the passphrase cache
4442         timers, so that new ones supercede old ones.
4443         (pgg-add-passphrase-to-cache): Rename from
4444         `pgg-add-passphrase-cache' to reduce confusion (all callers
4445         changed).  Modified to cancel old timers when new ones are added.
4446         (pgg-remove-passphrase-from-cache): Rename from
4447         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4448         changed).  Modified to cancel old timers when their keys are
4449         removed from the cache.
4450         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
4451         XEmacs, an indirection to delete-itimer.
4452         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
4453         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
4454         users can only check cache without risk of prompting.  Correct bug in
4455         notruncate behavior.
4456         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
4457         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
4458         Add informative docstrings.
4459         (pgg-decrypt): Convey provided passphrase in subordinate call to
4460         pgg-decrypt-region.
4462 2005-10-20  Ken Manheimer <ken.manheimer+emacs@gmail.com>
4464         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4465         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4466         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4467         'passphrase' argument, so the passphrase can be managed externally
4468         and then passed in to the system.
4470         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4471         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
4472         so the passphrase cache can be used reliably with identifiers
4473         besides a pgp packet's key id.
4475         * pgg-gpg.el (pgg-pgp-encrypt-region)
4476         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4477         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4478         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
4479         argument to all these routines, so the passphrase can be managed
4480         externally and passed in to the system.
4482         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4483         'notruncate' argument, so the passphrase cache can be used
4484         reliably with identifiers besides a pgp packet's key id.
4486 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
4488         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4489         symmetric encryption.
4490         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4491         encrypted session key.
4492         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4493         message ask for the passphrase in a proper way.
4495         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4496         New user commands for symmetric encryption.
4498 2005-10-28  Bill Wohler  <wohler@newt.com>
4500         * help-mode.el (help-url): New button type. Calls browse-url.
4501         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
4502         Similar to Info nodes: URL `url'.
4503         (help-make-xrefs): Create help-url buttons for
4504         help-xref-url-regexp matches.
4506 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
4508         * tool-bar.el (tool-bar-add-item-from-menu)
4509         (tool-bar-local-item-from-menu): Fix doc strings.
4511 2005-10-28  Romain Francoise  <romain@orebokech.com>
4513         * ldefs-boot.el: Update.
4515         * subr.el (locate-library): Move from help-fns.el.
4516         * help-fns.el (locate-library): Move to subr.el.
4518 2005-10-28  Richard M. Stallman  <rms@gnu.org>
4520         * net/tramp.el (tramp-completion-mode): defvar moved up.
4522         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
4524         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
4526         * files.el (find-file-noselect): Use %d to format large file size.
4528         * bindings.el (mode-line-format): Add %e.
4530         * loadup.el ("facemenu"): Load unconditionally.
4531         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
4532         ("x-dnd"): Load, when appropriate.
4534         * startup.el (command-line): Call before-init-hook earlier.
4535         Warn about some bad characters in -u user name.
4537         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
4538         (flyspell-external-point-words): Error if misspelled word is not found.
4539         Set flyspell-large-region-beg at end of word.
4541 2005-10-28  Andreas Schwab  <schwab@suse.de>
4543         * view.el (View-revert-buffer-scroll-page-forward):
4544         Use view-page-size-default.
4546 2005-10-28  Juri Linkov  <juri@jurta.org>
4548         * international/quail.el (quail-get-current-str): Translate last
4549         raw character for deterministic input methods.
4551 2005-10-27  Jay Belanger  <belanger@truman.edu>
4553         * calc/calc-ext.el: Add functions to autoloads.
4554         (math-identity-matrix-p, math-ident-row-p): New functions.
4556         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
4557         multiplication by an identity matrix; don't turn multiplication by
4558         an inverse matrix into division.
4559         (math-div-symbol-fancy):  Replace division by matrices with
4560         multiplication by inverse.
4562         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
4564         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
4565         (calc-writeoutpower): New functions.
4567 2005-10-27  Romain Francoise  <romain@orebokech.com>
4569         * replace.el (occur-engine): Include colon in mouse-face highlight.
4571         * dired-x.el: Change Maintainer field.
4573 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
4575         * longlines.el (longlines-mode): Bind after-change-functions to
4576         nil during initial decoding and final encoding.
4578 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
4580         * term.el (term-emulate-terminal, term-handle-colors-array)
4581         (term-handle-ansi-escape): Specify the terminfo capabilities
4582         implemented.
4584 2005-10-26  Richard M. Stallman  <rms@gnu.org>
4586         * info.el (Info-fontify-node): Fix detection of sentence-break
4587         before *Note.
4589 2005-10-26  Romain Francoise  <romain@orebokech.com>
4591         * smerge-mode.el: Add `tools' to file keywords.
4593 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
4595         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
4596         when the fringe is not available.
4598         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
4599         (def-gdb-auto-update-trigger): Simplify construction.
4600         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
4601         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
4602         defined explicitly.
4603         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
4604         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
4605         defined explicitly.
4606         (gdb-info-locals-custom): Remove as it's a no-op.
4608 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
4610         * longlines.el (longlines-mode): Remove narrowing before
4611         performing the initial decoding or final encoding.
4613 2005-10-25  Romain Francoise  <romain@orebokech.com>
4615         * emacs-lisp/find-func.el (find-library-name): Also strip
4616         extension if library name ends in .el, to take advantage of
4617         `find-library-suffixes'.
4619 2005-10-25  Richard M. Stallman  <rms@gnu.org>
4621         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
4623 2005-10-25  Juri Linkov  <juri@jurta.org>
4625         * textmodes/texinfo.el (texinfo-mode): Change charset of one
4626         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
4628 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4630         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
4631         (blackbox-redefine-key): Add argument `map'.
4633         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
4634         regions when moving the jit-lock-context-unfontify-pos boundary.
4636 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4638         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
4640 2005-10-25  Masatake YAMATO  <jet@gyve.org>
4642         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
4644 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
4646         * play/blackbox.el (blackbox-redefine-key): New function.
4647         (blackbox-mode-map): Use it to remap existing bindings for cursor
4648         motion instead of binding literal keys.
4650 2005-10-25  Glenn Morris  <rgm@gnu.org>
4652         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
4653         diary does not end in a newline.  Do not assume a blank line at
4654         the start of the diary file.
4656 2005-10-25  Kenichi Handa  <handa@m17n.org>
4658         * international/quail.el (quail-translate-key): If the input
4659         method is deterministic and failed to handle the last key, restart
4660         the key handling loop from an appropriate key.
4662 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
4664         * vc.el (vc-dired-mode): Extend comment for binding of
4665         `directory-listing-before-filename-regexp'.
4667 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4669         * textmodes/texinfo.el (texinfo-mode):
4670         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
4671         not to unnecessarily expose emacs-mule's internal char codes.
4673 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
4675         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
4676         Display hand pointer and help-echo on disabled icon too.
4677         (gdb-mouse-until): New function.
4678         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
4680 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
4682         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
4683         with 2005-10-23 change to doctor.el.
4685         * finder.el (finder-mode-map): Add follow-link binding.
4687 2005-10-25  Kim F. Storm  <storm@cua.dk>
4689         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
4690         to gdb-mouse-toggle-breakpoint-fringe.
4691         (gdb-mouse-toggle-breakpoint-margin): Rename from
4692         gdb-mouse-toggle-breakpoint. Fix doc.
4693         (gdb-mouse-toggle-breakpoint-fringe): New defun.
4694         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
4695         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
4696         string properties also for fringe breakpoint bitmaps.
4698 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
4700         * textmodes/org.el (org-start-icalendar-file): Fix format form.
4702 2005-10-25  Masatake YAMATO  <jet@gyve.org>
4704         * simple.el (completion-common-substring):
4705         Use `completion-common-substring' prior to `completion-base-size'.
4707 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
4709         * savehist.el: Require CL while compiling.
4710         (savehist-history-variables): Remove.
4711         (savehist-save-minibuffer-history, savehist-additional-variables)
4712         (savehist-minibuffer-history-variables): New vars.
4713         (savehist-save): Use them.
4714         (savehist-uninstall, savehist-minibuffer-hook): New funs.
4715         (savehist-install): New fun, extracted from savehist-load.
4716         (savehist-load): Use them.
4718 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4720         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
4721         a dummy doc-string-elt property.
4722         (defalias, defvaralias, define-category): Add a docstring property.
4724         * image.el (defimage):
4725         * widget.el (define-widget):
4726         * custom.el (defface, defcustom): Add `doc-string' declaration.
4728         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
4729         (defadvice): Add `doc-string' declaration.
4731         * emacs-lisp/byte-run.el (macro-declaration-function):
4732         Handle `doc-string' declarations.
4733         (define-obsolete-function-alias, define-obsolete-variable-alias):
4734         Add `doc-string' declaration.
4736 2005-10-24  Kenichi Handa  <handa@m17n.org>
4738         * international/utf-7.el (utf-7): Add autoload cookie.
4740         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
4742 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
4744         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
4745         list of directories passed to batch-update-autoloads.  Add "." to
4746         the list of the echoed directories.
4748         * pgg-def.el:
4749         * pgg-gpg.el:
4750         * pgg-parse.el:
4751         * pgg-pgp.el:
4752         * pgg-pgp5.el:
4753         * pgg.el: Moved here from the gnus subdirectory.
4755 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
4757         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
4758         in case comint-prompt-read-only is set to t.
4760         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
4761         in case comint-prompt-read-only is set to t.
4763 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
4765         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
4766         Now a string.
4767         (icalendar-import-format): Handle CLASS, STATUS, URL.
4768         Rename `subject' to `summary'.
4769         (icalendar-import-format-summary): Rename from
4770         `icalendar-import-format-subject'.
4771         (icalendar-import-format-url, icalendar-import-format-status)
4772         (icalendar-import-format-class): New variables.
4773         (icalendar--rris): Take variable argument list.
4774         (icalendar--datestring-to-isodate): Remove unnecessary
4775         calendar-style check when converting dates with explicit month names.
4776         (icalendar-export-region): Change return type of conversion
4777         subroutines.  Bury current buffer unless error occurred.
4778         (icalendar--convert-to-ical)
4779         (icalendar--parse-summary-and-rest): New functions.
4780         (icalendar--convert-ordinary-to-ical)
4781         (icalendar--convert-weekly-to-ical)
4782         (icalendar--convert-yearly-to-ical)
4783         (icalendar--convert-block-to-ical)
4784         (icalendar--convert-cyclic-to-ical)
4785         (icalendar--convert-anniversary-to-ical): Change return type.
4786         Strip trailing blanks from subject.
4787         (icalendar--convert-sexp-to-ical): Change return type.
4788         Strip trailing blanks from subject.  Handle simple sexp
4789         entries as generated by icalendar.el.
4790         (icalendar--convert-float-to-ical)
4791         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
4792         (icalendar-import-file): Doc fix.
4793         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
4794         Correct call to icalendar--rris.
4795         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
4796         `summary'.
4797         (icalendar--add-diary-entry): Rename `subject' to `summary'.
4799 2005-10-24  Romain Francoise  <romain@orebokech.com>
4801         * server.el (server-sentinel): Set query-on-exit flag to nil on
4802         new client processes (it isn't inherited from the server process).
4804         * replace.el (occur-engine): Rearrange text properties.
4806 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4808         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
4809         case-fold-search is nil.
4810         (debug-help-follow): Use help-xref-interned directly.
4812 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4814         * thumbs.el (thumbs-image-type): Add .pbm.
4816 2005-10-23  Richard M. Stallman  <rms@gnu.org>
4818         * faces.el (inhibit-face-set-after-frame-default): New variable.
4819         (set-face-attribute): Bind it.
4820         (face-set-after-frame-default): Test it.
4822         * help-fns.el (describe-simplify-lib-file-name): New function.
4823         (describe-function-1, describe-variable): Use it.
4825         * faces.el (describe-face): Use describe-simplify-lib-file-name.
4827         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
4828         Eliminate nil as possible value.
4829         (tooltip-hide-delay): Reduce internal-border-width.
4831         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
4832         (menu-bar-file-menu) <new-file>: Likewise.
4834         * simple.el (line-move-finish): Ignore fields computing LINE-END.
4836         * international/mule.el (load-with-code-conversion):
4837         Pass full file name to `eval-buffer' unless preloading.
4839         * textmodes/flyspell.el (flyspell-large-region):
4840         Call ispell-check-version.
4842         * textmodes/ispell.el (ispell-local-dictionary-overridden):
4843         Fix the make-variable-buffer-local call that was supposed
4844         to be for this variable.
4845         (ispell-aspell-supports-utf8): Doc fix.
4846         (ispell-find-aspell-dictionaries): Preserve elements of
4847         ispell-dictionary-alist for dictionaries that aspell doesn't report.
4848         (ispell-aspell-find-dictionary): Return nil on error.
4850         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
4851         (doctor-symptoms): Likewise.
4853         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
4855 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4857         * cus-edit.el (custom-button, custom-button-pressed): New vars.
4858         (custom-raised-buttons): Add :set spec.
4859         (custom-button-unraised, custom-button-pressed-unraised):
4860         New faces, so that custom-raised-buttons actually does something.
4861         (custom-mode): Use custom-button and custom-button-pressed.
4863         * wid-edit.el (widget-specify-button): Don't ignore
4864         widget-mouse-face on graphic terminals.
4865         (widget-move-and-invoke): Cleanup.
4867 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
4869         * whitespace.el (whitespace-cleanup): Doc fix.
4871 2005-10-23  Romain Francoise  <romain@orebokech.com>
4873         * emulation/viper.el (viper-set-hooks): Quote forms passed to
4874         `eval-after-load' to avoid evaluating their result.
4876 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
4878         * files.el (directory-listing-before-filename-regexp):
4879         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
4881         * dired.el (dired-move-to-filename-regexp): Remove.
4882         All occurences replaced by `directory-listing-before-filename-regexp'.
4884         * dired-x.el, locate.el, vc.el:
4885         Replace `dired-move-to-filename-regexp' by
4886         `directory-listing-before-filename-regexp'.  In vc.el it is
4887         overwritten locally; maybe this can be handled in files.el too.
4889         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
4890         replaced by `directory-listing-before-filename-regexp'.
4892 2005-10-23  Andreas Schwab  <schwab@suse.de>
4894         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
4895         and eval-next-after-load.
4897 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
4899         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
4900         exist, create it.
4902 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
4904         * allout.el: Remove autoloads for mailcrypt and crypt++.
4905         Require pgg, pgg-gpg during compilation.
4906         (allout-version): Increment version number to 2.1, and use a literal
4907         rather than RCS Id.
4908         (allout-default-encryption-scheme): Remove.
4909         (allout-passphrase-verifier-handling)
4910         (allout-passphrase-verifier-string)
4911         (allout-file-passphrase-verifier-string)
4912         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
4913         (allout-passphrase-hint-handling): Rename and simplify.
4914         (allout-init): Use `find-file-hook' if available, otherwise
4915         `find-file-hooks'.
4916         (allout-mode): Use `write-file-functions' if available, otherwise
4917         `local-write-file-hooks' and, instead of making auto-save-hook
4918         buffer local, make the write-file-hook activity contingent to
4919         allout-mode.
4920         (allout-mode): Use key-binding substitution in the docstring.
4921         (allout-kill-line): Spell-out kill ring data structure mutation
4922         instead of using byte-compiler-complaint-provoking `pop'.
4923         (allout-insert-listified): Use `insert' rather than `insert-string'
4924         (allout-toggle-current-subtree-encryption): Update docstring, adjust
4925         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
4926         (allout-encrypt-string): Totally revamped vis new underlying
4927         encryption facilities.
4928         (allout-mc-activate-passwd): Remove.
4929         (allout-obtain-passphrase): New, more or less replaces
4930         allout-mc-activate-passwd.
4931         (allout-encrypted-key-info): More or less replaces
4932         allout-encrypted-text-type.
4933         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
4934         (my-mark-marker): Use `(featurep 'xemacs)'.
4936 2005-10-23  Lars Hansen <larsh@soem.dk>
4938         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
4939         (byte-compile-file-form-defmumble, byte-compile-defun)
4940         (byte-compile-defmacro): Use it.
4941         (byte-compile-form): Don't call byte-compile-set-symbol-position
4942         when a byte-compile handler is called.
4944 2005-10-22  Romain Francoise  <romain@orebokech.com>
4946         * savehist.el (savehist-history-variables): Add `grep-find-history'.
4948         * subr.el (eval-after-load): Convert library name to an absolute
4949         file name using locate-library, since load-history no longer has
4950         library names in it.
4952 2005-10-22  Richard M. Stallman  <rms@gnu.org>
4954         * files.el (make-temp-file): Move from subr.el.
4955         * subr.el (make-temp-file): Move to files.el.
4957         * window.el (get-buffer-window-list): Move from subr.el.
4958         * subr.el (get-buffer-window-list): Move to window.el.
4960         * image.el (image-load-path): Use eval-at-startup to initialize.
4962         * subr.el (eval-at-startup): New macro.
4964         * subr.el: Much rearrangement of functions and division
4965         into pages.  No code changes.
4967 2005-10-22  Kenichi Handa  <handa@m17n.org>
4969         * tar-mode.el (tar-extract): Be sure to call
4970         find-operation-coding-system if set-auto-coding doesn't find a
4971         coding system.
4973 2005-10-22  Kim F. Storm  <storm@cua.dk>
4975         * image.el (image-type-header-regexps): Rename from image-type-regexps.
4976         Change users.
4977         (image-type-file-name-regexps): New defconst.
4978         (image-type-from-data): Simplify loop.
4979         (image-type-from-buffer): New defun.
4980         (image-type-from-file-header): Use it instead of image-type-from-data.
4981         Use image-search-load-path instead of only looking in data-directory.
4982         (image-type-from-file-name): New defun.
4983         (image-search-load-path): Change `pathname' to `filename'.
4984         Make PATH arg optional, default to image-load-path.
4986 2005-10-21  Richard M. Stallman  <rms@gnu.org>
4988         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
4990         * textmodes/paragraphs.el (sentence-end-base): New variable.
4991         (sentence-end): Use sentence-end-base.
4993 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4995         * font-lock.el (font-lock-default-fontify-region): Check the multiline
4996         property independently from the font-lock-multiline variable.
4998 2005-10-21  Richard M. Stallman  <rms@gnu.org>
5000         * emacs-lisp/find-func.el (find-library-name): Doc fix.
5002         * startup.el (command-line): Convert library names
5003         in `load-history' to absolute file names.
5005         * subr.el (symbol-file): Doc fix.
5007         * loadhist.el (file-loadhist-lookup): Call locate-library
5008         instead of find-library-name.  Don't try converting
5009         abs file names to library names, since load-history no longer
5010         has library names in it.
5011         (file-dependents, file-provides, file-requires): Doc fixes.
5013 2005-10-21  Juri Linkov  <juri@jurta.org>
5015         * progmodes/etags.el (tags-table-mode): New function.
5016         (tags-verify-table): Replace initialize-new-tags-table with
5017         tags-table-mode.
5019         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
5020         default value.
5021         (desktop-modes-not-to-save): Add tags-table-mode to the
5022         default value.
5024         * info.el (Info-index-next): Add total number of index
5025         alternatives to the message.
5027         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
5028         backward only space (instead of space and period) before looking
5029         at sentence end.
5031         * simple.el (set-variable): Use user-variable-p instead of symbolp.
5032         Add the old variable value as 4th default-value arg of read-string.
5034 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5036         * cus-face.el (custom-declare-face): Make face from X resources
5037         also on Mac.
5039         * disp-table.el (standard-display-g1, standard-display-graphic):
5040         Refuse to use string glyphs also on Mac.
5041         (standard-display-european): Don't set terminal coding system also
5042         on Mac.
5044         * frame.el (display-screens): Use x-display-screens also on Mac.
5046 2005-10-21  Romain Francoise  <romain@orebokech.com>
5048         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
5050 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5052         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
5053         and $? into sexps.
5055         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
5056         warning face on open-paren-in-column-0.
5058         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
5059         boundary case.  Fix typo.
5060         Suggested by Martin Rudalics <rudalics@gmx.at>.
5062 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
5064         * textmodes/org.el (org-combined-agenda-icalendar-file)
5065         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
5066         (org-export-icalendar-this-file)
5067         (org-export-icalendar-all-agenda-files)
5068         (org-export-icalendar-combine-agenda-files): New commands.
5069         (org-export-icalendar, org-print-icalendar-entries)
5070         (org-start-icalendar-file, org-finish-icalendar-file)
5071         (org-ical-ts-to-string): New functions.
5072         (org-read-date, org-goto-calendar)
5073         (org-agenda-goto-calendar): Inhibit displaying diary entries by
5074         call to `calendar'.
5075         (orgtbl-setup): Remove the :keys arguments from the menu description.
5076         (org-after-save-iCalendar-file-hook): New variable.
5078 2005-10-21  Kenichi Handa  <handa@m17n.org>
5080         * language/vietnamese.el (tcvn-5712): Make it an alias of
5081         vietnamese-tcvn coding-system.
5083 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
5085         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
5086         group id is given.
5088 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5090         * progmodes/sh-script.el (sh-escaped-line-re): New var.
5091         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
5092         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
5093         whose line is either continued or ends with a comment.
5095 2005-10-20  Romain Francoise  <romain@orebokech.com>
5097         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
5099         * replace.el (occur-engine): Add follow-link property.
5101         * font-core.el (font-lock-mode): Doc fix.
5103 2005-10-20  Richard M. Stallman  <rms@gnu.org>
5105         * net/rcirc.el: New file.
5107 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
5109         * term.el (term-term-name): Initialize to "eterm-color".
5111 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
5113         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
5114         for encryption functionality.
5115         Move allout customization subgroup from `editing' to `outlines' group.
5116         Fix commentary keywords to legitimate ones.
5117         Update author info (using my current email address, obscurified).
5118         (allout-encrypt-string, allout-encryption-produce-work-buffer)
5119         (allout-encrypted-topic-p, allout-encrypted-text-type)
5120         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
5121         (allout-situate-encryption-key-verifier)
5122         (allout-get-encryption-key-verifier, allout-verify-key)
5123         (allout-next-topic-pending-encryption)
5124         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
5125         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
5126         (outline-key-verifier-handling, outline-key-hint-handling)
5127         (outline-encrypt-unencrypted-on-saves): New defcustoms.
5128         (allout-file-key-verifier-string, allout-encryption-scheme)
5129         (allout-key-verifier-string, allout-key-hint-string)
5130         (allout-after-save-decrypt): New variables.
5131         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
5132         (allout-after-saves-handler): New hook functions.
5133         (allout-post-command-business): Do allout-after-save-decrypt.
5134         (allout-enable-file-variable-adjustment): Custom var to enable
5135         mechanism for adding and adjusting settings of Emacs file variables.
5136         (allout-adjust-file-variable, allout-file-vars-section-data):
5137         New functions, implement the mechanism.
5138         (outlineify-sticky): Use the file vars mechanism.
5139         (allout-inhibit-protection, allout-during-write-cue)
5140         (allout-override-protect, allout-before-change-protect): Remove.
5141         (allout-flag-region, allout-open-topic): Adjust read-only text.
5142         (allout-open-line-not-read-only): Add to facilitate read-only
5143         text based protection.
5144         (allout-kill-line): Revise to adjust read-only text, clue the
5145         user about the inhibition.
5146         (allout-unprotected): Use unwind-protect.
5147         (allout-shift-in, allout-shift-out): Disallow manually shifting a
5148         topic deeper than the offspring depth of the previous topic -
5149         avoiding confusing "containment discontinuities".
5150         (allout-reindent-bodies): Fix retention of body relative hanging
5151         indent during promotion of collapsed bodies.
5152         (allout-open-topic): Make it easy to open new topic with same
5153         bullet as current topic - topic creation functions provided with
5154         any universal argument provokes now prompt for bullet, defaulting
5155         to the bullet of the previous topic.
5156         (allout-plain-bullets-string, allout-distinctive-bullets-string):
5157         Plain bullet alternates `.' period and `,' comma only.  All other
5158         bullets are relegated to special status (but customizable).
5159         (allout-end-of-entry): Rename from allout-end-of-current-entry
5160         since it actually operates w.r.t. most immediately containing
5161         entry, visible or not.
5162         (allout-hide-current-entry, allout-show-current-entry): Use the
5163         revised version.
5164         (allout-old-expose-topic): Solidify deprecation.
5165         (allout-end-of-subtree): Add so we can span concealed as well
5166         as visible topics.
5167         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
5168         (allout-end-of-current-heading): Tweak to just respect the first line.
5169         (allout-get-body-text): Add.
5170         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
5171         when invoked interactively.
5172         (allout-up-current-level): Use `interactive-p'.
5173         (allout-mode, allout-init): Miscellaneous docstring and
5174         operational refinements, as well as hookups of new encryption stuff.
5175         (allout-beginning-of-current-entry): Now works as advertised.
5176         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
5177         (allout-isearch-rectification): Refine condition for isearching.
5178         (allout-isearch-abort, allout-enwrap-isearch)
5179         (allout-flag-region, my-region-active-p): Relocate some macros.
5180         (allout-title): Fallback title is (buffer-name), not
5181         non-existing (current-buffer-name).
5182         (subst-char-in-string): Define if absent (for some XEmacs versions).
5184 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
5186         * mail/sendmail.el (mail-setup-hook, mail-aliases)
5187         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
5188         (mail-citation-prefix-regexp, mail-signature-file)
5189         (mail-default-headers, mail-bury-selects-summary)
5190         (mail-send-nonascii): Add autoload cookies.
5192 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
5194         * frame.el (blink-cursor-mode): Add `mac' to the list of
5195         window-system's that support blinking cursor.
5197 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5199         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
5201 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
5203         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
5204         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
5205         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
5207 2005-10-20  Kim F. Storm  <storm@cua.dk>
5209         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
5210         (ido-set-current-directory): Don't add / after final @.
5211         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
5212         Explicitly handle ange-ftp completion oddities.
5213         (ido-make-file-list): Don't rotate list at tramp root to avoid
5214         triggering tramp file handler for expand-file-name via get-file-buffer.
5216 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5218         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
5220 2005-10-19  Jay Belanger  <belanger@truman.edu>
5222         * calc/calc-units.el (math-standard-units): Add units, adjust
5223         symbols and update values.
5224         (math-unit-prefixes):  Add more prefixes.
5226 2005-10-19  Romain Francoise  <romain@orebokech.com>
5228         * bookmark.el (bookmark-menu-heading): New face.
5229         (bookmark-bmenu-list): Use it.
5230         Don't fiddle with `baud-rate' at top-level.
5232 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
5234         * image.el (create-image, find-image): Mention max-image-size in
5235         docstring.
5237 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5239         * savehist.el (savehist-load): Revert to checking XEmacs.
5241         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
5242         Various docstring and line-width fixups.
5243         (conf-mode): Use cond.
5244         Set font-lock-defaults.  Don't set comment-use-syntax.
5246 2005-10-18  David Ponce  <david@dponce.com>
5248         * tree-widget.el (tree-widget-button-click): New function.
5249         (tree-widget-button-keymap): Use it.
5251 2005-10-18  Romain Francoise  <romain@orebokech.com>
5253         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5254         (bookmark-bmenu-hide-filenames): Add follow-link property.
5255         Improve help-echo text.
5257         * ffap.el (find-file-at-point): Doc fix.
5259 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5261         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
5263 2005-10-18  Masatake YAMATO  <jet@gyve.org>
5265         Install to the CVS repository what I forgot to install in my
5266         2005-10-16 changes.
5268         * progmodes/python.el (python-complete-symbol): Pass the common
5269         prefix substring of completion to `display-completion-list'.
5271         * textmodes/org.el (org-complete): Ditto.
5273 2005-10-18  Masatake YAMATO  <jet@gyve.org>
5275         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
5277         * woman.el (WoMan-xref-man-page): New button type derived
5278         from `Man-abstract-xref-man-page'.
5279         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
5281         * man.el (Man-abstract-xref-man-page): New button type.
5282         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
5283         (Man-highlight-references): Add new optional argument `xref-man-type'.
5285 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
5287         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
5289 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
5291         * cus-edit.el (Custom-move-and-invoke): Delete.
5292         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
5294         * wid-edit.el (widget-move-and-invoke): New function, from
5295         Custom-move-and-invoke.
5297 2005-10-17  Bill Wohler  <wohler@newt.com>
5299         Move all remaining images from lisp/toolbar to etc/images, move
5300         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
5301         the low resolution images in their own directory (low-color).
5303         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
5304         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
5305         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
5306         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
5307         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
5308         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
5309         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
5311         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
5312         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
5313         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
5314         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
5315         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
5316         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
5317         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
5318         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
5319         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
5320         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
5321         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
5322         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
5323         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
5324         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
5325         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
5327         To conform with convention, replace the underscore (_) in the
5328         following image names with dash (-) or (/) as appropriate.
5330         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
5331         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
5332         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
5333         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
5334         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
5335         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
5336         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
5337         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
5338         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
5339         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
5340         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
5341         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
5342         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
5343         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
5344         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
5346         * info.el (info-tool-bar-map): Replace underscores in image names
5347         with dashes.
5349         * makefile.w32-in (WINS): Remove toolbar.
5351         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
5353         * tool-bar.el: Move to lisp from toolbar.  Now that
5354         toolbar is empty, it should be deleted when folks run "cvs up -P".
5356 2005-10-18  Jay Belanger  <belanger@truman.edu>
5358         * calc/calc-store.el (calc-store-into): Get the proper variable name
5359         to display in message.
5361 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
5363         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
5364         expressions display in speedbar for all buffers when debugging.
5365         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
5367         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
5368         (speedbar-insert-button, speedbar-make-button):
5369         Use add-text-properties.
5370         (speedbar-update-localized-contents)
5371         (speedbar-update-directory-contents)
5372         (speedbar-update-special-contents): Use dolist.
5373         (speedbar-buffer-easymenu-definition): Add a menu separator.
5375 2005-10-17  Jason Rumney  <jasonr@gnu.org>
5377         * makefile.w32-in: Use $(lisp) consistently.
5378         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
5379         for shell specific generation of mh-autoloads.
5381 2005-10-17  Richard M. Stallman  <rms@gnu.org>
5383         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
5385 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5387         * jit-lock.el (jit-lock-fontify-now):
5388         Move jit-lock-context-unfontify-pos to avoid wasted work.
5390 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
5392         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
5393         `tramp-completion-mode' for checking if we are in completion mode.
5394         (tramp-completion-handle-file-name-all-completions): Reorder code
5395         in order to complete for file names only in case there are no
5396         method/user/host completions.  This is necessary for cooperation
5397         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
5399 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
5401         * longlines.el (longlines-search-forward)
5402         (longlines-search-backward): Match any number of spaces.
5404 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
5406         * diff-mode.el (diff-mode): Doc fix.
5408 2005-10-16  David Reitter <david.reitter@gmail.com>
5410         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
5411         as default on darwin and windows systems.
5413 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
5415         * arc-mode.el (archive-zip-extract): Doc fix.
5417 2005-10-16  Romain Francoise  <romain@orebokech.com>
5419         * mouse.el (mouse-1-click-follows-link): Doc fix.
5421 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5423         * savehist.el: Don't require CL at runtime.
5424         (savehist-xemacs): Remove.
5425         (savehist-coding-system): Use utf-8 if present, regardless of religion.
5426         (savehist-no-conversion): Use (featurep 'xemacs).
5427         (savehist-load): Check existence of start-itimer rather than XEmacs.
5428         Use an idle timer.
5429         (savehist-process-for-saving): Replace use of CL funs `subseq' and
5430         `delete-if-not'.
5432 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
5434         * savehist.el: Newer version.
5435         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
5436         (savehist-last-checksum, savehist-no-conversion): New vars.
5437         (savehist-autosave, savehist-process-for-saving, savehist-printable):
5438         New functions.
5439         (savehist-load, savehist-save): Use them.
5440         (savehist-delimit): Remove.
5442 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5444         * progmodes/compile.el (compilation-goto-locus): Display the
5445         compilation buffer first and the source buffer second, in case they're
5446         in overlapping frames.  Don't raise the compilation frame if it was the
5447         selected window upon entry.  Pass the `other-window' arg to
5448         pop-to-buffer.
5450         * info.el (Info-fontify-node): Use dolist.
5451         Change add-text-properties to put-text-property.
5453 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5455         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
5456         bound of search.
5458 2005-10-16  Masatake YAMATO  <jet@gyve.org>
5460         * dabbrev.el (dabbrev-completion): Pass the common
5461         prefix substring of completion to `display-completion-list'.
5463         * filecache.el (file-cache-minibuffer-complete)
5464         (file-cache-complete): Ditto.
5466         * tempo.el (tempo-display-completions): Ditto.
5468         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
5470         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
5472         * eshell/em-hist.el (eshell-list-history): Ditto.
5474         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
5476         * mail/mailalias.el (mail-complete): Ditto.
5478         * progmodes/etags.el (complete-tag): Ditto.
5480         * progmodes/make-mode.el (makefile-complete): Ditto.
5482         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
5484         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
5486         * progmodes/pascal.el (pascal-complete-word)
5487         (pascal-show-completions): Ditto.
5489         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
5491         * simple.el (completion-common-substring): New variable.
5492         (completion-setup-function): Use `completion-common-substring'
5493         to put faces.
5495 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5497         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
5498         (x-get-selection, mac-select-convert-to-string): Convert from/to
5499         UTF-16 clipboard data as in native byte order, no BOM.
5501 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
5503         * progmodes/gud.el (gud-tool-bar-map): Rename the images
5504         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
5505         (gud-sentinel): Use speedbar-frame to check for speedbar.
5507 2005-10-15  Richard M. Stallman  <rms@gnu.org>
5509         * savehist.el: New file.
5511 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
5513         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
5514         Fix bug in \bf fontification.
5516 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5518         * pcvs.el (cvs-edit-log-files): New var.
5519         (cvs-mode-edit-log): New arg `file'.
5520         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
5521         Instead force the use of the original file and nothing else.
5522         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
5523         the cvs-minor-wrap-function is set.
5524         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
5526 2005-10-14  Bill Wohler  <wohler@newt.com>
5528         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
5529         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
5530         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
5531         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
5532         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
5533         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
5534         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
5535         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
5536         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
5537         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
5538         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
5539         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
5540         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
5541         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
5542         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
5544         * progmodes/gud.el (gud-tool-bar-map): Rename the images
5545         appropriately (for example, gud-break to gud/break).
5547 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
5549         * longlines.el (longlinges-search-function)
5550         (longlines-search-forward, longlines-search-backward): New functions.
5551         (longlines-mode): Set isearch-search-fun-function to
5552         longlinges-search-function.
5554         * mouse.el (mouse-drag-region-1): Handle the case where a
5555         double-click event is bound to an arbitrary function.
5557 2005-10-14  David Ponce  <david@dponce.com>
5559         * recentf.el (recentf-track-opened-file)
5560         (recentf-track-closed-file, recentf-update-menu)
5561         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
5562         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
5563         mouse-1-click-follows-link.
5565 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5567         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
5568         Gnome file-manager.png.  Suggested by
5569         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
5571         * toolbar/README: Add diropen.xpm.
5573 2005-10-13  Bill Wohler  <wohler@newt.com>
5575         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
5576         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
5578 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5580         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
5581         Don't waste the byte-compiler's time on constant data.
5583 2005-10-13  Kenichi Handa  <handa@m17n.org>
5585         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
5586         byte with `escape-glyph' face.
5588         * international/fontset.el (ccl-encode-unicode-font):
5589         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
5590         Handle the case that ucs-mule-to-mule-unicode translates a character to
5591         ASCII (usually for IPA characters).
5593 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5595         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
5596         Don't hide the underline of titles if font-lock-mode is disabled.
5598 2005-10-12  Bill Wohler  <wohler@newt.com>
5600         * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
5601         (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
5602         files in MH-E-SRC have been updated.
5603         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
5605 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5607         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
5608         (mixal-mode-syntax-table): Add \n as end-comment.
5609         (mixal-operation-codes-alist): Immediately initialize to full value.
5610         (mixal-add-operation-code): Remove.
5611         (mixal-describe-operation-code): Make the arg non-optional.
5612         Use the interactive spec instead.
5613         Use mixal-operation-codes-alist rather than mixal-operation-codes.
5614         (mixal-font-lock-keywords): Don't highlight comments here any more.
5615         (mixal-font-lock-syntactic-keywords): New var.
5616         (mixal-mode): Use it.  Fix comment-start-skip.
5618 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5620         * startup.el (command-line-x-option-alist): -nb => -nbi
5622 2005-10-12  Kim F. Storm  <storm@cua.dk>
5624         * startup.el (fancy-splash-default-action): Discard mouse click in
5625         the splash screen window, as it has no sensible meaning in the
5626         next window to be selected.  Fixes error reported by Jan D.
5628 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5630         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
5632 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5634         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
5635         Try to fix up minor layout issues like indentation, line break, etc...
5636         (mixal-mode-syntax-table): Don't try to specify comment syntax,
5637         because it doesn't work.
5638         (mixal-operation-codes): Add some more codes.
5639         (mixal-font-lock-keywords): Process comments here.
5640         (mixal-mode): mixasm no longer needs -g option.
5642 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
5644         * progmodes/sh-script.el (sh-tmp-file):
5645         Use mktemp -t.  Finish support for es and rc shells.
5647 2005-10-11  Jay Belanger  <belanger@truman.edu>
5649         * calc/calcalg2.el (calc-integral): With an argument, compute the
5650         definite integral.
5652 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
5654         * mouse.el (mouse-drag-region-1): Don't try to catch a
5655         double-click when doing follow-link (it's overridden anyway).
5657 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
5659         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
5660         (autoload-print-form-outbuf): Add docstring.
5662 2005-10-11  Juri Linkov  <juri@jurta.org>
5664         * info.el (Info-mode-menu): Delete menu item "Edit".
5665         (Info-mode): Delete description of Info-edit from docstring,
5666         and rearrange descriptions of Info commands in the order
5667         they are documented in the Info manual.
5669 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5671         * calendar/appt.el (appt-check): Use diary-selective-display var.
5673 2005-10-10  Richard M. Stallman  <rms@gnu.org>
5675         * net/newsticker.el (newsticker-start, newsticker-show-news):
5676         Add autoload cookies.
5678 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
5680         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
5682 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
5684         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
5686 2005-10-10  Jay Belanger  <belanger@truman.edu>
5688         * calc/calc-arith.el (math-check-known-scalarp)
5689         (math-check-known-matrixp): Check the values of arguments that are
5690         variables.
5691         (math-check-known-square-matrixp): New function.
5692         (math-known-square-matrixp): Use math-check-known-square-matrixp.
5693         (math-super-types): Add sqmatrix type.
5695         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
5696         mode name `square' to `sqmatrix'.
5698         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
5699         mode name `square' to `sqmatrix'.
5701 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5703         * progmodes/etags.el (select-tags-table-mode): Don't use
5704         selective-display.
5705         (tags-select-tags-table): Pass `button' to the action function.
5706         (select-tags-table): Place the side-info on button properties rather
5707         than in hidden text.  Abbreviate file names.
5708         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
5709         (select-tags-table-select): Add `button' argument.
5710         Get side-info from the button property rather than from hidden text.
5712 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
5714         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
5715         (gud-speedbar-buttons): Preserve point if possible.
5716         (gud-sentinel): Restore previous speedbar display type.
5718         * progmodes/gdb-ui.el (gdba): Improve diagram.
5719         (def-gdb-auto-update-handler, gdb-info-locals-handler)
5720         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
5721         Call get-buffer-window once.
5723 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5725         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
5726         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
5727         (pascal-indent-command): Remove unused var `ind'.
5728         (pascal-indent-case): Remove unused var `oldpos'.
5729         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
5730         since it's now used as a proper minor mode map.
5731         (pascal-outline): Rename to pascal-outline-mode.
5732         (pascal-outline-mode): Use define-minor-mode.
5733         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
5734         selective-display.
5736 2005-10-10  Andreas Schwab  <schwab@suse.de>
5738         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
5739         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
5741         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
5742         outside source directory.
5744 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
5746         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
5747         C-x' as a prefix.
5748         (orgtbl-mode-map): Full keymap instead of sparse, because all
5749         `self-insert-command' keys are redefined in this map.
5750         (org-export-as-html): Specify charset for HTML file, by taking it
5751         from the coding system.
5753 2005-10-10  Kenichi Handa  <handa@m17n.org>
5755         * textmodes/flyspell.el (flyspell-check-word-p):
5756         If unread-command-events is non-empty, don't call sit-for.
5758 2005-10-09  Richard M. Stallman  <rms@gnu.org>
5760         * font-lock.el (font-lock-syntactic-keywords)
5761         (font-lock-keywords): Doc fixes.
5763         * textmodes/flyspell.el (flyspell-external-point-words):
5764         Simplify logic, and don't try to check for consecutive appearances
5765         of one incorrect word.
5767 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
5769         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
5770         separator.
5772         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
5773         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
5774         (gud-expansion-speedbar-buttons): New function.
5775         (gud-speedbar-buttons): Check for gud-comint-buffer.
5777 2005-10-09  Bill Wohler  <wohler@newt.com>
5779         * Makefile.in (updates): Add mh-loaddefs dependency.
5781 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
5783         * speedbar.el (speedbar-file-key-map): Fix typo.
5785 2005-10-09  Daniel Brockman  <daniel@brockman.se>
5787         * cus-start.el (line-spacing): Add custom spec.
5789 2005-10-09  Romain Francoise  <romain@orebokech.com>
5791         * textmodes/ispell.el (ispell-check-version): Fix last change.
5793 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5795         * term/x-win.el: Remove -i, --icon-type from comment.
5797         * startup.el (command-line-x-option-alist): Remove options -i,
5798         -itype, --icon-type, added -nb, --no-bitmap-icon
5800 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
5802         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
5803         instead of :active.
5805 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5807         * textmodes/ispell.el (ispell-check-version):
5808         Ignore hyphen, and all that follows, in aspell's version text.
5810 2005-10-08  Jay Belanger  <belanger@truman.edu>
5812         * calc/calc-arith.el (math-known-square-matrixp): New function.
5813         (math-pow-fancy): Check for matrices before distributing exponent
5814         across products.
5816         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
5817         fullscreen keypad.  Suggested by Luc Teirlinck.
5818         (calc-keypad-show-input): Add space for formatting.
5820         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
5821         Add square matrix option.
5823         * calc/calc-poly.el (math-expand-term): Check for matrices instead
5824         of checking calc-matrix-mode when deciding how to expand.
5826         * calc/calc.el (calc-set-mode-line): Add square matrix option.
5828 2005-10-08  Lars Hansen  <larsh@soem.dk>
5830         * net/tramp.el (tramp-perl-directory-files-and-attributes):
5831         Add error handling.
5832         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
5834 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
5836         Sync with Tramp 2.0.51.
5838         * net/tramp.el (tramp-handle-set-visited-file-modtime)
5839         (tramp-handle-insert-file-contents, tramp-handle-write-region):
5840         Insert special handling for `last-coding-system-used', again
5841         it still seems to be necessary (unlike stated before).
5842         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
5843         (tramp-password-prompt-regexp): There might be other words before
5844         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
5845         (tramp-chunksize): Improve docstring.
5846         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
5847         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
5848         Christian Joergensen <bugs@razor.dk>.
5850 2005-10-07  Glenn Morris  <rgm@gnu.org>
5852         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
5853         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
5854         precision'.
5856 2005-10-07  Romain Francoise  <romain@orebokech.com>
5858         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
5859         (ibuffer-do-shell-command-pipe-replace)
5860         (ibuffer-do-shell-command-file, ibuffer-do-eval)
5861         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
5862         (ibuffer-do-revert, ibuffer-do-replace-regexp)
5863         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
5864         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
5865         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
5866         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
5867         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
5868         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
5869         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
5870         Autoload file sans suffix.
5872         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
5874 2005-10-07  David Ponce  <david@dponce.com>
5876         * recentf.el (recentf-menu-open-all-flag): New option.
5877         (recentf-digit-shortcut-command-name): New function.
5878         (recentf--shortcuts-keymap): New variable.
5879         (recentf-menu-shortcuts): New variable.
5880         (recentf-make-menu-items): Initialize it.  Replace the "More..."
5881         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
5882         (recentf-menu-value-shortcut): New function.
5883         (recentf-make-menu-item): Use it.  No more in-lined.
5884         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
5885         (recentf-open-most-recent-file): Rename from
5886         `recentf-open-file-with-key'.  Don't depend on key binding.
5887         (recentf-mode-map): New variable.
5888         (recentf-mode): Use it.
5890 2005-10-06  Bill Wohler  <wohler@newt.com>
5892         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
5894         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
5895         (MH-E-SRC): New.  Used by mh-autoloads.
5896         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
5897         files in MH-E-SRC have been updated.
5898         (compile, recompile, bootstrap): Depend on mh-autoloads.
5900 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
5902         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
5903         gud-break and gud-remove icons when the fringe is not available.
5905         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
5906         Typo.
5908 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
5910         * play/zone.el (zone): Wrap body with save-window-excursion.
5912 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5914         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
5915         Use the new `list-only' arg to diary-list-entries.
5917         * calendar/diary-lib.el: Use overlays rather than selective-display.
5918         (diary-selective-display): New var.
5919         (diary-header-line-format): Use it.
5920         (diary-list-entries): Add argument `list-only'.
5921         Put the buffer in diary-mode.  Don't add \^M at beg and end.
5922         Replace \^M by invisible overlays.
5923         (diary-unhide-everything): Replace \^M by invisible overlays.
5924         (print-diary-entries): Look for overlays rather than \^M.
5925         Add a space to the temp buffer name.
5926         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
5927         Put the buffer in diary-mode.
5928         (list-sexp-diary-entries): Replace \^M by invisible overlays.
5929         (diary-anniversary): Make the year arg optional.
5930         (diary-time-regexp): New const.
5931         (diary-font-lock-keywords): Use it to accept a few more time formats.
5933         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
5935 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
5937         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
5938         Fix bug introduced 2005-07-03: Use (car (last ...))
5939         to faithfully reproduce replaced artist-last.
5940         (artist-set-arrow-points-for-poly): Likewise.
5941         Suggested by Johan Bockg\e,Ae\e(Brd.
5943 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
5945         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
5946         * wid-edit.el (widget):
5947         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
5948         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
5950 2005-10-06  Kenichi Handa  <handa@m17n.org>
5952         * international/mule-cmds.el (set-language-environment):
5953         Fix setting up of case-table for unibyte mode.
5955         * simple.el (what-cursor-position): If the character is displayed
5956         by some `display' text property, show that.  Don't use
5957         single-key-description for eight-bit characters in multibyte mode.
5959 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
5961         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
5962         (gdb-ann3): Set it.
5963         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
5964         (gdb-info-frames-custom): Use inverse-video for first five
5965         characters of selected frame only.
5966         (gdb-get-frame-number): Select frame even when point is on frame
5967         number.
5969 2005-10-06  Masatake YAMATO  <jet@gyve.org>
5971         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
5972         Put `font-lock-function-name-face'.
5973         (gdb-info-frames-custom): Put `font-lock-function-name-face'
5974         and `font-lock-variable-name-face'
5975         (gdb-registers-font-lock-keywords): New font lock keywords definition.
5976         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
5977         (gdb-memory-font-lock-keywords): New font lock keywords definition.
5978         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
5979         (gdb-local-font-lock-keywords): New font lock keywords definition.
5980         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
5981         (gdb-threads-font-lock-keywords): New font lock keywords definition.
5982         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
5984 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
5986         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
5987         (ediff-merge-region-is-non-clash-to-skip): Previously called
5988         ediff-merge-region-is-non-clash.
5990         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
5991         Use insert-buffer-substring.
5993         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
5994         selecting files to patch.  Also bug fixes.
5996         * ediff-util.el (ediff-setup): Bug fix.
5997         (ediff-next-difference): Never skip clashes that differ in white
5998         space only.
6000         * ediff-wind.el (ediff-setup-control-frame)
6001         (ediff-destroy-control-frame): Check the menubar feature.
6003         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
6004         (viper-refresh-mode-line): Use make-local-variable to localize
6005         some vars instead of make-variable-buffer-local.  Suggested by
6006         Stefan Monnier.
6008         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
6009         (viper-restore-cursor-type, viper-set-insert-cursor-type):
6010         Use make-local-variable instead of make-variable-buffer-local.
6011         Suggested by Stefan Monnier.
6013         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
6014         (viper-comint-mode-hook): Use make-local-variable on
6015         require-final-newline.
6016         (viper-non-hook-settings): Don't use make-variable-buffer-local.
6018 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6020         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
6021         also the second char of a comment-start sequence.
6022         (scheme-sexp-comment-syntax-table): New var.
6023         (lambda, define): Set their scheme-doc-string-elt property.
6024         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
6025         Use lisp-font-lock-syntactic-face-function now that it properly
6026         handles |...| symbols.
6027         (scheme-mode-variables): Set lisp-doc-string-elt-property,
6028         parse-sexp-lookup-properties and font-lock-extra-managed-props.
6030         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
6031         bit from # to |.
6032         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
6034         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
6035         (lisp-doc-string-elt-property): New var.
6036         (lisp-font-lock-syntactic-face-function): Use it.
6037         Rewrite to recognize docstrings even for forms not at toplevel.
6039         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
6040         annotation on the | part of #| rather than on the # part.
6041         (scheme-font-lock-syntactic-face-function): New function, to
6042         distinguish strings from |...| symbols.
6043         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
6044         syntax-table so that #|...|# is properly highlighted.
6046         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
6047         Don't mark as docstring the 3rd elem of an unknown toplevel form.
6049 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6051         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
6052         and C-e.
6054         * emacs-lisp/eldoc.el: Move comments into docstrings.
6055         (eldoc-message-commands): Initialize in its declaration.
6056         Add move-beginning-of-line and move-end-of-line.
6057         (eldoc-add-command, eldoc-add-command-completions)
6058         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
6060         * outline.el (outline-mark-subtree): Activate the mark.
6062         * calendar/appt.el (appt-time-regexp): New var.
6063         (appt-add, appt-make-list): Use it.
6064         (appt-convert-time): Clean up.
6066         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
6067         Don't set any syntax-table property here.
6068         (tex-font-lock-verb): New function.  Do it here.
6069         (tex-font-lock-syntactic-keywords): Use it.
6071 2005-10-04  Richard M. Stallman  <rms@gnu.org>
6073         * wid-edit.el (widget-file-complete): Get the widget start point
6074         the right way.  Default directory to `/' if file has none.
6076         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
6078         * textmodes/flyspell.el (flyspell-mode-on):
6079         Call ispell-maybe-find-aspell-dictionaries.
6081         * textmodes/ispell.el (ispell-word, ispell-region):
6082         Call ispell-maybe-find-aspell-dictionaries.
6083         (ispell-accept-buffer-local-defs):
6084         Don't call ispell-maybe-find-aspell-dictionaries
6086 2005-10-04  Richard M. Stallman  <rms@gnu.org>
6088         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
6090 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
6092         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
6093         instead of `fboundp' in order to allow for anonymous functions.
6095 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
6097         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
6098         case the user clicks on the link while another window is selected.
6099         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
6101         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
6102         functionality.
6103         (dframe-help-echo): Save point in case mouse tracking is off.
6105 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
6107         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
6109 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6111         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
6112         not change the global value of those vars.
6114         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
6115         make-local-variable which we do not need any more.
6117 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
6119         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
6120         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
6121         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
6122         (speedbar-path-line): Define obsolete aliases.
6123         (speedbar-line-directory): Doc fix.
6125         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
6126         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
6127         instead of speedbar-line-path.
6129 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6131         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
6132         to nil if dropping on a window.  Handle dropping on a minibuffer window
6133         like dropping on a non-window part of Emacs.
6135 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6137         * net/ange-ftp.el: Use with-current-buffer.
6138         (ange-ftp-insert-directory): Do not follow symlinks any more.
6140         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6141         Remove interactive spec.
6143 2005-10-03  Kim F. Storm  <storm@cua.dk>
6145         * ido.el (ido-mode): Use custom-initialize-set.
6147 2005-10-02  Richard M. Stallman  <rms@gnu.org>
6149         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
6150         Use insert-buffer-substring.
6152         * net/tramp.el: Pacify byte compiler warnings in pacification code.
6153         (tramp-handle-file-local-copy): Use insert-buffer-substring.
6155 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6157         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
6158         in last change.
6159         (ange-ftp-insert-directory): Fix up the search for the case where
6160         `file' is absolute.
6162 2005-10-02  Romain Francoise  <romain@orebokech.com>
6164         * progmodes/compile.el (compile-goto-error): Delete extra paren.
6166 2005-10-02  Andreas Schwab  <schwab@suse.de>
6168         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
6169         directory component in the session info.
6171 2005-10-01  Richard M. Stallman  <rms@gnu.org>
6173         * comint.el (comint-redirect-subvert-readonly): Doc fix.
6175         * simple.el (next-error-internal): New function.
6177         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
6178         (compilation-start): Pass new arg to compilation-buffer-name.
6179         (compile-goto-error): Use next-error-internal.
6181 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
6183         * speedbar.el: Remove RCS tag.
6184         (speedbar-check-read-only): Handle non-existent files.
6186         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
6188         * info.el (Info-speedbar-hierarchy-buttons)
6189         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
6191 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6193         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
6194         Do not match newline.
6195         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
6196         (bibtex-summary): Remove unnecessary save-excursion.
6197         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
6199 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6201         * term/mac-win.el: Add charset info for "iso10646-1".
6202         Modify default fontset to use ATSUI-compatible fonts for some charsets
6203         if available.
6205 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
6207         * speedbar.el: Re-apply arch tag.
6208         (speedbar-version): Rename to version 1.0.  Suggested by Eric
6209         M. Ludlam.
6210         Reapply two changes from Emacs CVS' version of speedbar lost
6211         during the merge:
6212         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
6213         (speedbar-frame-parameters): Improve customize type.
6215 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6217         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
6218         (ange-ftp-file-directory-p): Fix the symlink case.
6219         (ange-ftp-insert-directory): When listing a single file, get a list of
6220         the parent buffer and extract the relevant line.  Inspired from a patch
6221         by Katsumi Yamaoka <yamaoka@jpl.org>.
6222         (ange-ftp-file-name-sans-versions): Simplify.
6224 2005-09-30  Bill Wohler  <wohler@newt.com>
6226         Move MH-E image files from toolbar and mail directories into
6227         etc/images.
6229         * mail/reply2.*: Move to etc/images/mail/reply*.
6231         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
6232         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
6233         etc/images.
6235         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
6236         * toolbar/reply*: Move to etc/images/mail.
6238         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
6240 2005-09-30  Eric M. Ludlam <zappo@gnu.org>
6242         * speedbar.el: New version 1.0pre3.
6244         Frame management code (including timer, and mouse click specifics)
6245         moved to dframe.el:
6246         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
6247         (speedbar-timer): Removed.  Use dframe-timer.
6248         (speedbar-close-frame): Removed.  Use dframe-close-frame.
6249         (speedbar-activity-change-focus-flag): Removed.  Use
6250         dframe-activity-change-focus-flag.
6251         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
6252         dframe-update-speed.
6254         (speedbar-current-frame): New macro.  Use this instead of the
6255         variable speedbar-frame.
6257         (speedbar-use-images, speedbar-expand-image-button-alist)
6258         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
6260         (speedbar-find-image-on-load-path): Removed.  Replaced by
6261         defezimage in ezimage.el.
6262         (speedbar-expand-image-button-alist): Removed.  Replaced by
6263         ezimage-expand-image-button-alist in ezimage.el.
6265         (speedbar-ignored-directory-regexp)
6266         (speedbar-add-ignored-directory-regexp)
6267         (speedbar-ignored-directory-expressions)
6268         (speedbar-line-directory, speedbar-buffers-line-directory)
6269         (speedbar-directory-line, speedbar-buffers-line-directory):
6270         Renamed, replacing `path' with `directory'.
6272         (speedbar-create-directory, speedbar-expand-line-descendants)
6273         (speedbar-toggle-line-expansion)
6274         (speedbar-contract-line-descendants): New commands.
6276         (speedbar-query-confirmation-method, speedbar-select-frame-method)
6277         (speedbar-use-tool-tips-flag): New options.
6279         (speedbar-check-read-only, speedbar-require-version)
6280         (speedbar-insert-separator, speedbar-buffers-tail-notes)
6281         (speedbar-handle-delete-frame, speedbar-try-completion)
6282         (speedbar-update-localized-contents): New functions.
6284         (speedbar-incompatible-version, speedbar-ro-to-do-point)
6285         (speedbar-object-read-only-indicator): New variables.
6287         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
6288         New hooks.
6290         (speedbar-separator-face): New face.
6292         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
6293         (speedbar-ignored-modes): Add fundamental-mode.
6294         (speedbar-directory-unshown-regexp): Add . directories.
6296         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
6297         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
6298         `]' for full expand/close.
6299         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
6301         (speedbar-check-vc): Support hidden files.
6302         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
6303         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
6304         state is nil, it is not checked out.
6306         (speedbar-line-text, speedbar-line-token): Support expand buttons
6307         with no text.
6308         (speedbar-refresh): Universal argument acts as power-click.
6309         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
6310         that buffer to get variable values.
6312         And many other bugfixes.
6314         * dframe.el, ezimage.el, sb-image.el: New files.
6316         * sb-*.xpm: Remove files.  New image files installed into
6317         etc/images/ezimage.
6319 2005-09-30  Kenichi Handa  <handa@m17n.org>
6321         * ps-mule.el (ps-mule-show-warning): If a character is in
6322         ps-print-translation-table, don't treat it as non-printable.
6324 2005-09-30  David Ponce  <david@dponce.com>
6326         * tree-widget.el (tree-widget-themes-load-path): New variable.
6327         (tree-widget-themes-directory): Doc fix.
6328         (tree-widget-image-formats) [Emacs]: Doc fix.
6329         (tree-widget--locate-sub-directory): New function.
6330         (tree-widget-themes-directory): Use it.
6332         * recentf.el (recentf-filename-handlers): Rename from
6333         `recentf-filename-handler'.  Allow a list of functions.
6334         (recentf-menu-items-for-commands): Fix :help strings.
6335         (recentf-apply-filename-handlers): New function.
6336         (recentf-expand-file-name): Use it.
6337         (recentf-cleanup): Remove duplicates too.
6339 2005-09-29  Juri Linkov  <juri@jurta.org>
6341         * faces.el: Rearrange face definitions to be in the same order as
6342         their face descriptions in "(emacs)Standard Faces".
6344         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
6346         * tooltip.el (tooltip): Add group `basic-faces'.
6348         * buff-menu.el (Buffer-menu-buffer): Remove group
6349         `font-lock-highlighting-faces'.
6351         * progmodes/compile.el (compilation-error, compilation-warning)
6352         (compilation-info, compilation-line-number, compilation-column-number):
6353         Change group from `font-lock-highlighting-faces' to `compilation'.
6355         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
6356         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
6357         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
6358         (vhdl-font-lock-reserved-words-face)
6359         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
6360         `font-lock-highlighting-faces'.
6362         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
6364 2005-09-28  Kim F. Storm  <storm@cua.dk>
6366         * emulation/cua-base.el: Set CUA move property on additional commands:
6367         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
6368         forward-sexp, backward-sexp, forward-list, backward-list.
6370 2005-09-28  Romain Francoise  <romain@orebokech.com>
6372         * comint.el (comint-show-output): Really set point at the
6373         beginning of the output when not using `comint-use-prompt-regexp'.
6375 2005-09-27  Jay Belanger  <belanger@truman.edu>
6377         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
6378         in TeX mode.
6380 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
6382         * textmodes/org.el (org-table-sum): Fix format string.
6384         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
6385         Quote face names.
6387 2005-09-26  Romain Francoise  <romain@orebokech.com>
6389         * isearch.el (isearch-forward-regexp): Close doc string.
6391 2005-09-25  Richard M. Stallman  <rms@gnu.org>
6393         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
6395         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
6397         * progmodes/compile.el (compilation-error-properties):
6398         When getting the file from the previous error message,
6399         correctly decode the new data format.
6401         * progmodes/cc-cmds.el (c-electric-paren):
6402         Call old-blink-paren only for close-paren.
6404 2005-09-24  Andreas Schwab  <schwab@suse.de>
6406         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
6407         condition.
6409 2005-09-25  Romain Francoise  <romain@orebokech.com>
6411         * dired-aux.el (dired-copy-file-recursive):
6412         * dired.el (dired-delete-file):
6413         * ediff-mult.el (ediff-dir-diff-copy-file):
6414         * ediff-util.el (ediff-test-save-region):
6415         * forms.el (forms-mode):
6416         * ido.el (ido-file-internal, ido-delete-file-at-head):
6417         * log-edit.el (log-edit-done):
6418         * ses.el (ses-yank-resize):
6419         * play/gomoku.el (gomoku-human-plays, gomoku)
6420         (gomoku-human-resigns, gomoku-prompt-for-other-game)
6421         (gomoku-offer-a-draw):
6422         * play/landmark.el (lm-human-resigns, lm):
6423         * net/eudcb-ldap.el (eudc-ldap-check-base):
6424         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
6425         * progmodes/ebrowse.el (ebrowse-find-pattern):
6426         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
6427         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
6428         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
6430         * vc.el (vc-delete-file):
6431         * play/gomoku.el (gomoku-terminate-game, gomoku)
6432         (gomoku-prompt-for-move, gomoku-human-takes-back):
6433         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
6434         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
6436 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
6438         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
6439         color rxvt terminals by using the code xterm.el used to use before
6440         2005-04-09 in order to match the colors used by rxvt.
6442 2005-09-24  Emanuele Giaquinta <emanuele.giaquinta@gmail.com>  (tiny change)
6444         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
6445         colors rxvt-unicode terminals by using the same code as xterm.el.
6447 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6449         * textmodes/tex-mode.el (tex-font-lock-append-prop)
6450         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
6451         new symbol used for the tex-verbatim face.
6453 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
6455         * woman.el (woman-file-name):
6456         * wid-edit.el (widget-file-prompt-value)
6457         (widget-coding-system-prompt-value):
6458         * w32-fns.el (set-w32-system-coding-system):
6459         * vc.el (vc-version-diff, vc-annotate):
6460         * textmodes/reftex-auc.el (reftex-arg-cite)
6461         (reftex-arg-index-tag):
6462         * textmodes/refer.el (refer-get-bib-files):
6463         * textmodes/artist.el (artist-figlet-choose-font):
6464         * terminal.el (terminal-emulator):
6465         * replace.el (occur-read-primary-args):
6466         * rect.el (string-rectangle, string-insert-rectangle):
6467         * ps-print.el (ps-print-preprint):
6468         * progmodes/pascal.el (pascal-goto-defun):
6469         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
6470         * progmodes/compile.el (compilation-find-file):
6471         * printing.el (pr-interactive-n-up):
6472         * play/animate.el (animate-birthday-present):
6473         * net/rcompile.el (remote-compile):
6474         * man.el (man, Man-goto-section, Man-follow-manual-reference):
6475         * mail/rmailsum.el (rmail-summary-search-backward)
6476         (rmail-summary-search):
6477         * mail/rmailout.el (rmail-output-read-rmail-file-name)
6478         (rmail-output-read-file-name):
6479         * mail/rmail.el (rmail-search, rmail-search-backwards):
6480         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
6481         * locate.el (locate):
6482         * international/quail.el (quail-show-keyboard-layout):
6483         * international/mule.el (set-buffer-file-coding-system)
6484         (revert-buffer-with-coding-system, set-file-name-coding-system)
6485         (set-terminal-coding-system, set-keyboard-coding-system)
6486         (set-next-selection-coding-system):
6487         * international/mule-diag.el (describe-coding-system)
6488         (describe-font, describe-fontset):
6489         * international/mule-cmds.el (universal-coding-system-argument)
6490         (search-unencodable-char, describe-input-method)
6491         (set-language-environment, describe-language-environment):
6492         * international/codepage.el (codepage-setup):
6493         * international/code-pages.el (codepage-setup):
6494         * info.el (Info-search, Info-follow-reference)
6495         (Info-search-backward):
6496         * emacs-lisp/advice.el (ad-read-advised-function)
6497         (ad-read-advice-class, ad-clear-cache, ad-activate)
6498         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
6499         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
6500         (ad-read-regexp):
6501         * ediff-util.el (ediff-toggle-regexp-match):
6502         * ediff-ptch.el (ediff-prompt-for-patch-file):
6503         * dired-aux.el (dired-diff):
6504         * diff.el (diff):
6505         * cus-edit.el (custom-variable-prompt):
6506         * calendar/timeclock.el (timeclock-ask-for-project):
6507         * calc/calcalg3.el (calc-get-fit-variables):
6508         * calc/calc-store.el (calc-edit-variable)
6509         (calc-permanent-variable):
6510         * vc-mcvs.el (vc-mcvs-register):
6511         * shadowfile.el (shadow-define-literal-group):
6512         * woman.el (woman-file-name):
6513         * vc.el (vc-version-diff, vc-merge):
6514         * textmodes/reftex-index.el (reftex-index-complete-tag):
6515         * format.el (format-decode-buffer, format-decode-region):
6516         * emulation/viper-cmd.el (viper-read-string-with-history):
6517         * emacs-lisp/debug.el (cancel-debug-on-entry):
6518         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6519         * ediff.el (ediff-merge-revisions)
6520         (ediff-merge-revisions-with-ancestor, ediff-revision):
6521         * completion.el (interactive-completion-string-reader):
6522         * calc/calc-prog.el (calc-user-define-formula):
6523         Follow convention for reading with the minibuffer.
6525 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
6527         * progmodes/python.el (python-describe-symbol): Add globals() and
6528         locals() to the arguments of emacs.ehelp.
6530 2005-09-24  Magnus Henoch  <mange@freemail.hu>
6532         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
6533         New function, code extracted from ispell-valid-dictionary-list.
6534         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
6535         Call it.
6537 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
6539         * subr.el (version-regexp-alist): Extend valid syntax for version
6540         strings: allow any of the characters -,_,+ to separate the
6541         alpha/beta/rc part from the version part.  Doc fix.
6542         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
6544 2005-09-23  David Reitter  <david.reitter@gmail.com>
6546         * mail/mailclient.el: New file.
6548 2005-09-23  Richard M. Stallman  <rms@gnu.org>
6550         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
6551         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
6552         Doc fixes.
6554         * progmodes/cc-mode.el (c-font-lock-init):
6555         Specify font-lock-lines-before.
6557 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6559         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
6560         whole conflict.
6562 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
6564         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
6565         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
6566         of `remap' feature when available.  Additional key bindings for
6567         better tty support.
6568         (org-mode-restart, org-force-self-insert): New commands.
6569         (org-time-stamp-inactive): New command.
6570         (org-remap): New function.
6571         (org-table-auto-blank-field, org-level-color-stars-only): New options.
6572         (org-enable-fixed-width-editor): Move to `org-structure'
6573         customization group.
6574         (org-self-insert-command, orgtbl-self-insert-command): Modify to
6575         blank field after field motion commands.
6577 2005-09-23  Kenichi Handa  <handa@m17n.org>
6579         * international/mule-cmds.el (set-language-environment):
6580         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
6581         have to call utf-translate-cjk-load-tables.
6583 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6585         * mouse.el (mouse-move-drag-overlay): Fix last change.
6587 2005-09-22  David Ponce  <david@dponce.com>
6589         * tree-widget.el (tree-widget-value-create): Fix previous change.
6591 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
6593         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
6595 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6597         * mouse.el (mouse-move-drag-overlay): New function.
6598         (mouse-drag-region-1): Use it.
6599         Try to simplify a bit the state handling.  Handle clicks on links
6600         inside intangible areas.
6601         (mouse-save-then-kill): Minor simplification.
6602         (mouse-secondary-overlay): Make it always non-nil instead of
6603         recreating it each time.
6604         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
6605         (mouse-kill-secondary, mouse-secondary-save-then-kill):
6606         Simplify accordingly.
6608 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
6610         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
6612 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
6614         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
6615         (ediff-file-name-sans-prefix): Treat nil as an empty string.
6616         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
6617         to patch.
6619         * ediff-util.el: Use insert-buffer-substring.
6621         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
6623         * emulation/viper-cmd.el (viper-change-state): Don't move over the
6624         field boundaries in the minibuffer.
6625         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
6626         (viper-minibuffer-post-command-hook): New hook.
6627         (viper-line): Don't move cursor at bolp.
6629         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
6631         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
6632         avoid compiler warnings.
6634         * emulation/viper-macs.el (ex-map): Better messages.
6636         * emulation/viper-utils.el (viper-beginning-of-field): New function.
6638         * emulation/viper.el: Replace make-variable-buffer-local with
6639         viper-make-variable-buffer-local everywhere, to avoid warnings.
6641 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6643         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
6644         Delete unused var `old-selected-window'.
6645         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
6646         (mouse-drag-secondary): Delete unused var `start-frame'.
6648 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
6650         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
6652 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6654         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
6655         Re-indent within 80 columns.  Use inhibit-read-only.
6657 2005-09-19  Romain Francoise  <romain@orebokech.com>
6659         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
6661 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6663         * font-lock.el (font-lock-default-fontify-region): Don't add a line
6664         unconditionally, since the after-change-function already did it.
6666 2005-09-19  Miles Bader  <miles@gnu.org>
6668         * net/newsticker.el: Get rid of CVS keyword.
6670 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
6672         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
6673         The prompt is formatted later.
6675 2005-09-19  David Ponce  <david@dponce.com>
6677         * tree-widget.el (tree-widget-value-create): Save the converted
6678         tree :node widget.
6680 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
6682         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
6683         variable `message'.
6685 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
6687         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
6688         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
6689         <slawomir.nowaczyk.847@student.lu.se>.
6691 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
6693         * image.el (image-load-path): Use symbol `data-directory' instead
6694         of its value, for backward compatibility with packages that bind
6695         it during `find-image'.  Suggested by Katsumi Yamaoka.
6696         (image-search-load-path): Handle symbols whose values are strings.
6698 2005-09-18  Romain Francoise  <romain@orebokech.com>
6700         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
6701         with-current-buffer form in save-excursion.
6703 2005-09-18  D Goel  <deego@gnufans.org>
6705         * apropos.el (apropos-command): Fix `message' call: first arg
6706         should be a format spec.  In this and all other cases that appear
6707         below and elsewhere in the source code, I made a change only when
6708         two conditions were satisfied: [1] I can think of a possibility
6709         that the arguments would cause an error, for example, the code in
6710         question relies on external variables such as filenames.  [2] I
6711         was sure that the arg to `message' could not have been nil in the code.
6713         * textmodes/tildify.el (tildify-region): Ditto.
6715         * textmodes/reftex-index.el (reftex-index-change-entry)
6716         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
6717         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
6718         * textmodes/org.el (org-complete, org-deadline, org-schedule)
6719         (org-priority, org-table-sum):
6720         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
6721         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
6722         (flyspell-word, flyspell-display-next-corrections):
6723         * textmodes/bibtex.el (bibtex-print-help-message):
6724         * textmodes/artist.el (artist-key-set-point-poly):
6725         * term/mac-win.el (mac-services-insert-text):
6726         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
6727         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
6728         (vhdl-port-paste-testbench, vhdl-compose-new-component)
6729         (vhdl-compose-configuration):
6730         * progmodes/sh-script.el (sh-blink, sh-show-indent)
6731         (sh-set-indent, sh-learn-line-indent):
6732         * progmodes/ps-mode.el (ps-mode-target-column):
6733         * progmodes/idlwave.el (idlwave-make-tags)
6734         (idlwave-scan-library-catalogs):
6735         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
6736         * progmodes/gud.el (gud-jdb-analyze-source):
6737         * progmodes/flymake.el (flymake-log):
6738         * progmodes/ebnf2ps.el (ebnf-generate-region):
6739         * progmodes/cmacexp.el (c-macro-expansion):
6740         * progmodes/ada-xref.el (ada-treat-cmd-string):
6741         * progmodes/ada-mode.el (ada-create-case-exception-substring)
6742         (ada-justified-indent-current, ada-batch-reformat):
6743         * play/zone.el (zone):
6744         * play/landmark.el (lm-move):
6745         * play/decipher.el (decipher-show-alphabet):
6746         * net/newsticker.el (newsticker--display-jump)
6747         (newsticker--display-scroll):
6748         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
6749         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
6750         * mail/feedmail.el (feedmail-dump-message-to-queue):
6751         * eshell/esh-proc.el (eshell-remove-process-entry):
6752         * emulation/ws-mode.el (ws-last-error):
6753         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
6754         (viper-record-kbd-macro):
6755         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
6756         * emacs-lisp/lisp-mnt.el (lm-report-bug):
6757         * emacs-lisp/find-func.el (find-function-noselect):
6758         * calendar/timeclock.el (timeclock-status-string)
6759         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
6760         (timeclock-when-to-leave-string):
6761         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
6762         * calc/calc-units.el (calc-enter-units-table):
6763         * calc/calc-mode.el (calc-mode-record-mode):
6764         * woman.el (woman-mini-help):
6765         * wdired.el (wdired-change-to-wdired-mode):
6766         * vc.el (vc-retrieve-snapshot):
6767         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
6768         * startup.el (display-startup-echo-area-message):
6769         * simple.el (set-goal-column):
6770         * ses.el (ses-command-hook, ses-recalculate-cell):
6771         * server.el (server-process-filter):
6772         * printing.el (pr-interface-txt-print, pr-interface-printify)
6773         (pr-interface-ps):
6774         * pcvs.el (cvs-help):
6775         * log-edit.el (log-edit, log-edit-mode-help):
6776         * iswitchb.el (iswitchb-possible-new-buffer):
6777         * isearch.el (isearch-edit-string):
6778         * image-mode.el (image-mode, image-minor-mode):
6779         * ibuf-macs.el (define-ibuffer-filter):
6780         * hi-lock.el (hi-lock-find-patterns):
6781         * files.el (toggle-read-only):
6782         * ediff-util.el (ediff-copy-diff)
6783         (ediff-write-merge-buffer-and-maybe-kill):
6784         * echistory.el (Electric-history-undefined):
6785         * dnd.el (dnd-insert-text):
6786         * dired-aux.el (dired-query):
6787         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
6788         * bookmark.el (bookmark-bmenu-locate):
6789         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
6790         Fix `message' calls to ensure first arg is a format string.
6791         The change was made only when these two conditions were satisfied:
6792         [1] when there is a possibility that the arguments would cause an error
6793         for example, if the code in question relies on external variables
6794         such as filenames, and
6795         [2] if the arg to `message' could not have been nil in the code.
6797         * pcomplete.el (pcomplete--help): Fix `message' format spec.
6798         Not having a %s would be weird, though not technically wrong.
6800 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6802         * term/mac-win.el (mac-add-charset-info): Doc fix.
6804 2005-09-17  Romain Francoise  <romain@orebokech.com>
6806         * shell.el (shell-resync-dirs): Handle echoing processes more
6807         reliably.  Don't insert resync command if `comint-process-echoes'
6808         is non-nil.
6810 2005-09-17  Magnus Henoch  <mange@freemail.hu>
6812         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
6813         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
6814         aspell versions >= 0.60.
6815         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
6816         only if ispell-aspell-supports-utf8 is non-nil.
6818 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6820         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
6821         buffer-local value to lisp-indent-function.
6823 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
6825         * progmodes/glasses.el (glasses-make-readable): If
6826         glasses-separator differs from underscore, put appropriate
6827         overlays over underscore characters.
6828         (glasses-convert-to-unreadable): If glasses-separator differs from
6829         underscore, try to convert glasses-separator characters to
6830         underscores.
6832 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6834         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
6835         Use with-syntax-table and dolist.
6837 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
6839         * textmodes/reftex-auc.el:
6840         * textmodes/reftex-cite.el:
6841         * textmodes/reftex-dcr.el:
6842         * textmodes/reftex-global.el:
6843         * textmodes/reftex-parse.el:
6844         * textmodes/reftex-ref.el:
6845         * textmodes/reftex-sel.el:
6846         * textmodes/reftex-toc.el:
6847         * textmodes/reftex-vars.el:
6848         * textmodes/reftex.el: Small changes to remove compiler warnings.
6850         * textmodes/reftex-index.el: Likewise.
6851         (reftex-query-index-phrase): More efficient use of markers.
6853 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
6855         * image.el (image-load-path): New variable.
6856         (image-search-load-path): New function.
6857         (find-image): Search for images in `image-load-path'.
6859 2005-09-15  Richard M. Stallman  <rms@gnu.org>
6861         * follow.el: Change Maintainer field.
6863 2005-09-15  David Ponce  <david@dponce.com>
6865         * recentf.el (recentf-save-file-modes): New option.
6866         (recentf-save-list): Use it.
6868 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
6870         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
6871         (mode-line-mule-info, mode-line-modified): Move bindings from
6872         mouse-3 to mouse-1.
6874 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
6876         * simple.el (sendmail-user-agent-compose): Revert last change.
6878 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6880         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
6881         Use with-current-buffer.
6882         (ange-ftp-gwp-start): Remove unused var `gw-user'.
6883         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
6884         (ange-ftp-insert-directory): Remove unused var `short'.
6885         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
6887         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
6888         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
6890         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
6891         (check-calendar-holidays, diary-list-entries): Autoload.
6892         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
6893         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
6895         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
6896         which mistakenly removed a call to display-buffer.
6898 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
6900         * obsolete/iso-insert.el: Move to obsolete/ from international/.
6902 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
6904         * progmodes/hideshow.el
6905         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
6906         (hs-allow-nesting): New user var.
6907         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
6908         (hs-hide-block-at-point): When nesting allowed,
6909         if there is already an overlay in place, delete it.
6910         (hs-safety-is-job-n): Delete func; remove call sites.
6911         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
6912         (hs-overlay-at): New func.
6913         (hs-already-hidden-p, hs-show-block): Use it.
6914         (hs-hide-all): Don't pre-clean if nesting allowed.
6915         (hs-show-all): Temporarily disallow
6916         nesting around call to `hs-discard-overlays'.
6918 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
6920         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
6921         Delete unused local var.
6923 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
6925         * help-fns.el (describe-categories): "?\ " -> "?\s".
6926         (help-do-arg-highlight): Recognize also ARG-n, as in
6927         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
6929         * international/codepage.el (dos-unsupported-char-glyph):
6930         * net/newsticker.el (tool-bar-map, w3-mode-map)
6931         (w3m-minor-mode-map):
6932         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
6933         (ent-alist):
6934         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
6936 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
6938         * custom.el (custom-push-theme): Handle the case where a symbol is
6939         bound but face properties have not yet been assigned.
6941         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
6942         Fix behavior if noerase is `t' and there is no mail buffer.
6944         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
6945         if `continue' is nil, rather than signal an error.
6947 2005-09-12  Richard M. Stallman  <rms@gnu.org>
6949         * font-lock.el (font-lock-keywords): Add autoload.
6951         * help-fns.el (describe-variable): Rearrange to put source link
6952         in a predictable place.
6954         * net/newsticker.el: New file.
6956 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6958         * calendar/calendar.el (calendar-for-loop): Add edebug info.
6959         (calendar-basic-setup): Use the new nil arg.
6960         (number-of-diary-entries): Move to diary-lib.el.
6962         * calendar/diary-lib.el: Use with-current-buffer, match-string.
6963         (diary-list-entries): Use with-syntax-table and dolist.
6964         Rename from list-diary-entries.
6965         Use number-of-diary-entries if `number' is nil.
6966         (diary, diary-view-entries): Use this new name and new nil arg value.
6967         (number-of-diary-entries): Move from calendar.el.
6968         (diary-unhide-everything): New function.
6969         (include-other-diary-files, fancy-diary-display)
6970         (diary-show-all-entries, make-diary-entry): Use it.
6971         (diary-mail-entries): Use buffer-string.
6972         (mark-diary-entries): Fix long standing paren typo.
6973         (diary-sexp-entry): Use count-lines.
6974         (make-diary-entry): Avoid `previous-line'.
6975         (diary-mode-map): New var.
6976         (diary-mode): Redraw cal after saving.  Setup header-line.
6977         (fancy-diary-display-mode): Use local-set-key.
6979         * startup.el (command-line): Try calling various terminal-init-foo-bar
6980         functions by stripping hyphenated suffixes from $TERM.
6982         * files.el (normal-mode): Check boundness of font-lock-keywords.
6984 2005-09-12  Richard M. Stallman  <rms@gnu.org>
6986         * progmodes/compile.el: Don't decide a file's directory
6987         until the user actually tries to go there.
6988         (compilation-next-error-function):
6989         Pass compilation-find-file the directory from the file-struct.
6990         (compilation-internal-error-properties): Separate local FILE-STRUCT
6991         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
6992         (compilation-find-file): Arg DIR renamed to DIRECTORY.
6993         Expand it, and if nil, use default-directory.
6994         (compilation-get-file-structure): Don't mix specified directory
6995         with default directory.  Put specified directory into
6996         file-struct.  Don't make the file name absolute.
6998         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
6999         (compile-command): Add autoload.
7000         (compilation-disable-input): Add autoload.
7002 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
7004         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
7005         strings of the variables it can override.
7006         (time-stamp): New (as yet undocumented) time-stamp-format escapes
7007         %Q and %q, for fully-qualified domain name and unqualified host name.
7009 2005-09-11  Kim F. Storm  <storm@cua.dk>
7011         * emacs-lisp/authors.el (authors-aliases): Update list.
7012         (authors-fixed-entries): Update mldrag.el entry.
7014 2005-09-10  Alan Mackenzie  <acm@muc.de>
7016         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
7017         from the region narrowed to.
7019 2005-09-10  Magnus Henoch  <mange@freemail.hu>
7021         * textmodes/ispell.el (ispell-check-version): Signal an error if
7022         aspell version is less than 0.60.
7024 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
7026         * progmodes/octave-inf.el (inferior-octave-startup):
7027         Resync current dir at the end.
7029 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
7031         * woman.el (woman-topic-at-point-default):
7032         Rename to woman-use-topic-at-point-default.
7033         (woman-topic-at-point): Rename to woman-use-topic-at-point.
7034         (woman-file-name): Reflect renames above.  Automatically use the
7035         word at point as topic if woman-use-topic-at-point is non-nil.
7036         Otherwise offer it as default but don't insert it in the
7037         minibuffer.  Also use `test-completion' instead of `assoc' as
7038         suggested by Stefan Monnier.
7040 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
7042         * vc.el (vc-directory, vc-update-change-log): Throw an error on
7043         the attempt to do it over Tramp.  This is not yet supported.
7045 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
7047         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
7048         (menu-bar-non-minibuffer-window-p): New functions.
7049         ("Split Window", "Save As..."): Use them.
7050         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
7051         ("Print Buffer", "Truncate Long Lines in this Buffer"):
7052         Use menu-bar-menu-frame-live-and-visible-p.
7053         ("Save Buffer", "Insert File", "Open Directory...")
7054         ("Open File...", "Visit New File..."):
7055         Use menu-bar-non-minibuffer-window-p.
7056         (kill-this-buffer-enabled-p, dired <menu-enable>):
7057         Use menu-bar-non-minibuffer-window-p.
7059 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
7061         * cus-start.el (all): Don't complain about fringe-related
7062         built-ins if fringes are not supported.  Ditto about
7063         selection-related built-ins.  Fix the test for GTK-related built-ins.
7065         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
7066         ("Postscript Print Buffer", "Print Region", "Save As...")
7067         ("Save", "Insert File...", "Open Directory...")
7068         ("Open File...", "Visit New File..."")
7069         ("Truncate Long Lines in this Buffer"): Don't look at
7070         menu-updating-frame if this display does not support multiple frames.
7072 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
7074         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
7076 2005-09-09  Emilio Lopes  <eclig@gmx.net>
7078         * woman.el: Format- and whitespace-related changes.
7080 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
7082         * woman.el: Fix my email address.
7084 2005-09-08  Richard M. Stallman  <rms@gnu.org>
7086         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
7087         (sh-mode): Locally set skeleton-pair-default-alist.
7089         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
7091         * progmodes/flymake.el: Require `compile' unconditionally.
7093         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
7095         * woman.el (woman-file-name): Provide a default, not initial input.
7097         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
7099         * font-lock.el (font-lock-support-mode): Doc fix.
7101         * descr-text.el (describe-property-list): Handle non-symbol prop names.
7103 2005-09-08  Richard M. Stallman  <rms@gnu.org>
7105         * simple.el (blink-matching-open): Get rid of text props from
7106         the string shown in echo area.  Don't permanently set point.
7107         Some rearrangements.
7109 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
7111         * recentf.el (recentf-filename-handler): Add custom choice
7112         `abbreviate-file-name'.
7114         * msb.el (msb--very-many-menus): Fix typo.
7116         * disp-table.el (standard-display-european): Don't set
7117         enable-multibyte-characters to nil.
7119 2005-09-08  David Ponce  <david@dponce.com>
7121         * recentf.el (recentf-show-file-shortcuts-flag): New option.
7122         (recentf-expand-file-name): Doc fix.
7123         (recentf-dialog-mode-map): Define digit shortcuts.
7124         (recentf--files-with-key): New variable.
7125         (recentf-show-digit-shortcut-filter): New function.
7126         (recentf-open-files-items): New function.
7127         (recentf-open-files): Use it.
7128         (recentf-open-file-with-key): New command.
7130 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
7132         * buff-menu.el (Buffer-menu-sort-by-column): New function.
7133         Suggested by Kim F. Storm.
7134         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
7135         (Buffer-menu-make-sort-button): Use global keymap.
7137 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
7139         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
7140         (Man-getpage-in-background-advice): Remove defadvice; it isn't
7141         necessary any longer with the remapped command.
7142         (Man-bgproc-sentinel-advice): Remove defadvice which counts
7143         formatting time only.
7145         * net/tramp.el (tramp-action-password)
7146         (tramp-multi-action-password): Compile the password prompt from
7147         `method', `user' and `host'.  Sometimes it isn't obvious which
7148         password to enter, for example with remote files offered by
7149         recentf.el, or with multiple steps.  Suggested by Robert Marshall
7150         <robert@chezmarshall.freeserve.co.uk>.
7152 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7154         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7155         Fix regexp for when "s///" is at the beginning of line.
7157 2005-09-07  Jay Belanger  <belanger@truman.edu>
7159         * calc/calc-poly.el (math-expand-term): Multiply out any powers
7160         when in matrix mode.
7162 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7164         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
7165         non-anonymous functions.
7167 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
7169         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
7170         when using a header line.  Otherwise, use mouse-1-click-follows-link.
7172         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
7173         can't be moved; don't signal an error.
7175 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
7177         * cus-theme.el (custom-theme-write-faces): Save the current face
7178         spec, not the defface spec.
7180         * custom.el (custom-known-themes): Clarify meaning of "standard".
7181         (custom-push-theme): Save old values in the standard theme.
7182         (disable-theme): Correct typo.
7183         (custom-face-theme-value) Deleted unused function.
7184         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
7186 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7188         * progmodes/compile.el (compilation-goto-locus): Take into account
7189         iconified frames when determining whether the buffer is
7190         already visible.
7191         Don't reset window height if the window already existed.
7193 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
7195         * custom.el (load-theme): Rename from require-theme.
7196         Add interactive spec.
7197         (enable-theme): Rename from custom-enable-theme.
7198         Add interactive spec.
7199         (disable-theme): Rename from custom-disable-theme.
7200         Add interactive spec.
7201         (custom-make-theme-feature): Doc fix.
7202         (custom-theme-directory): Doc fix.
7203         (provide-theme): Call enable-theme.
7205 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7207         * obsolete/lazy-lock.el (lazy-lock-mode):
7208         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
7209         font-lock-mode if it's off.  Print a warning instead.
7211         * progmodes/compile.el (compilation-start): Ignore errors if the
7212         process died before we get to send-eof.
7214         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
7215         Undo last change.  Enclosing the result in quotes broke things on Unix
7216         since tex-send-command passes it through shell-quote-argument.
7217         (tex-send-command): Pass `file' through convert-standard-filename
7218         when possible.
7219         (tex-uptodate-p): Handle the case where TeX hasn't put additional
7220         info in a transcript.
7222 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
7224         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
7225         fix compilation warning. Reorder the key definitions to group
7226         together keys emitted by the current version of xterm.
7228         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
7229         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
7230         Reorder predicates to correct min-color usage.
7232 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
7234         * longlines.el (longlines-mode): Inhibit read-only when encoding.
7235         Kill local variables when longlines-mode is turned off.
7237 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7239         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
7241         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
7243         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
7245         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
7246         (font-lock-lines-before): Change default to being inactive.
7247         (font-lock-default-fontify-region): Obey font-lock-lines-before.
7248         (font-lock-after-change-function): Don't handle f-l-lines-before here.
7250 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
7252         * net/tramp.el (tramp-handle-make-auto-save-file-name):
7253         Deactivate temporarily advice if active (not needed for Emacs 22,
7254         but for backwards compatibility).
7255         (tramp-exists-file-name-handler): Rewrite.  First implementation
7256         was too simple.
7257         (tramp-advice-make-auto-save-file-name):
7258         Call `tramp-handle-make-auto-save-file-name' (again, just for
7259         backwards compatibility).
7261 2005-08-31  Reto Zimmermann  <reto@gnu.org>
7263         * progmodes/vhdl-mode.el
7264         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
7265         (vhdl-end-p): Fix indentation bug "else" after "-- when".
7266         (vhdl-set-default-project): New function (easier setting of default).
7267         (vhdl-port-copy): Handle extended identifiers for generics.
7268         (vhdl-compiler-alist): Better description for error message regexp.
7269         (vhdl-make): Query for target, use previous as default.
7270         (vhdl-port-copy): Fix port copy for port names starting with "signal".
7271         (vhdl-font-lock-keywords-2): Fix fontification for record
7272         el. assign.
7273         (vhdl-speedbar-make-subpack-line): Add package body link.
7274         (vhdl-generate-makefile-1): Not include itself as dependency.
7275         (vhdl-font-lock-init): Highlight c-preprocessor directives.
7276         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
7277         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
7278         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
7279         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
7280         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
7281         (vhdl-import-project): Add string argument for `error'.
7282         (vhdl-compose-configuration)
7283         (vhdl-compose-configuration-architecture): Add configuration
7284         declaration generation.
7285         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
7286         (vhdl-trailer-re): Add "record" keyword (better indentation).
7287         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
7288         "[^ \t-\"]+".
7289         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
7290         (vhdl-testbench-entity-file-name)
7291         (vhdl-testbench-architecture-file-name): Allow separate
7292         customization of testbench file names.
7293         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
7294         (vhdl-get-visible-signals): Allow newline within alias declaration.
7295         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
7296         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
7297         (member-ignore-case): Alias for missing function in XEmacs.
7298         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
7299         (vhdl-update-sensitivity-list): Ignore case on read signals.
7300         (vhdl-replace-string): Adjust case only for file names.
7301         (vhdl-update-sensitivity-list): Fix search for read signals.
7302         (vhdl-update-sensitivity-list): Exclude formal parameters.
7303         (vhdl-get-visible-signals): Include aliases of signals.
7304         (vhdl-get-visible-signals): Fix signal name searching.
7305         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
7306         (vhdl-fixup-whitespace-region): Fix for character
7307         literals (e.g. ':').
7309 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7311         * ansi-color.el (comint-last-output-start):
7312         * bs.el (font-lock-verbose):
7313         * diff-mode.el (add-log-buffer-file-name-function):
7314         * dired-x.el (vm-folder-directory):
7315         * faces.el (help-xref-stack-item):
7316         * files.el (font-lock-keywords):
7317         * find-lisp.el (dired-buffers, dired-subdir-alist):
7318         * ido.el (cua-inhibit-cua-keys):
7319         * log-view.el (cvs-minor-wrap-function):
7320         * outline.el (font-lock-warning-face):
7321         * simple.el (compilation-current-error):
7322         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
7323         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
7324         * tooltip.el (comint-prompt-regexp):
7325         * w32-fns.el (explicit-shell-file-name):
7326         * term/mac-win.el (mac-charset-info-alist)
7327         (mac-services-selection, mac-system-script-code):
7328         * term/tty-colors.el (msdos-color-values):
7329         * term/w32-win.el (xlfd-regexp-registry-subnum):
7330         * term/x-win.el (x-keysym-table, x-selection-timeout)
7331         (x-session-id, x-session-previous-id):
7332         * textmodes/ispell.el (mail-yank-prefix):
7333         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
7334         * textmodes/org.el (calc-embedded-close-formula)
7335         (calc-embedded-open-formula)
7336         (font-lock-unfontify-region-function):
7337         * textmodes/reftex-global.el (isearch-next-buffer-function)
7338         (TeX-master):
7339         * textmodes/reftex.el (font-lock-keywords):
7340         * textmodes/tex-mode.el (font-lock-comment-face)
7341         (font-lock-doc-face):
7342         * textmodes/texinfo.el (outline-heading-alist):
7343         Add defvars.
7345         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
7346         (artist-spray-chars, artist-mode-init, artist-replace-string)
7347         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
7348         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
7349         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
7351         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
7352         (conf-align-assignments): "?\ " -> "?\s".
7354         * textmodes/reftex-index.el (TeX-master): Add defvar.
7355         (reftex-index-phrases-marker): Move up defvar.
7357         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
7358         (reftex-toc-include-labels-indicator)
7359         (reftex-toc-include-index-indicator)
7360         (reftex-toc-max-level-indicator): Move up declarations.
7362         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
7363         of args to `tramp-run-real-handler', even if it's empty in this case.
7365 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7367         * dired.el (dired-move-to-filename-regexp): Add date format for
7368         Mac OS X 10.3 in East Asian locales.
7370 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
7372         * files.el (make-auto-save-file-name): Add file name handler call
7373         if applicable.
7375         * net/tramp.el (tramp-file-name-handler-alist)
7376         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
7377         (tramp-handle-make-auto-save-file-name): Rename from
7378         `tramp-make-auto-save-file-name'.
7379         (tramp-exists-file-name-handler): New defun.
7380         (tramp-advice-make-auto-save-file-name): Make defadvice only when
7381         `make-auto-save-file-name' is not a magic file name operation.
7383 2005-08-30  Richard M. Stallman  <rms@gnu.org>
7385         * files.el (risky-local-variable-p):
7386         Match `-predicates' and `-commands.
7388         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
7389         (custom-save-all): Visit the file if necessary;
7390         kill the buffer if we created it.
7391         (custom-save-delete): Don't visit file or kill buffer here.
7393 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
7395         * textmodes/org.el (org-special-keyword): New face.
7396         (org-table-copy-down, org-table-eval-formula)
7397         (org-table-recalculate, org-init-section-numbers):
7398         Use `string-to-number' instead of `string-to-int'.
7399         (org-get-location): Use `insert-buffer-substring' instead of
7400         `insert-buffer'.
7401         (org-modify-diary-entry-string): New function.
7402         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
7403         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
7404         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
7405         active region.
7406         (org-export-as-html): Handle QUOTE keyword.
7407         (org-quote-string): New option.
7408         (org-bookmark-jump-unhide): New function, used for
7409         `bookmark-after-jump-hook'.
7410         (org-diary-default-entry): Apply only when not called through
7411         `org-agenda'.
7413 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
7415         * net/eudc.el (mode-popup-menu):
7416         * play/handwrite.el (ps-printer-name, ps-lpr-command):
7417         * progmodes/ada-mode.el (compile-auto-highlight)
7418         (skeleton-further-elements):
7419         * progmodes/autoconf.el (font-lock-syntactic-keywords):
7420         * progmodes/cmacexp.el (msdos-shells):
7421         * progmodes/compile.el (font-lock-extra-managed-props)
7422         (font-lock-keywords, font-lock-maximum-size)
7423         (font-lock-support-mode):
7424         * progmodes/grep.el (font-lock-lines-before):
7425         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
7426         * progmodes/mixal-mode.el (compile-command):
7427         * progmodes/perl-mode.el (font-lock-comment-face)
7428         (font-lock-doc-face, font-lock-string-face):
7429         * progmodes/prolog.el (comint-prompt-regexp):
7430         * progmodes/sh-script.el (font-lock-comment-face)
7431         (font-lock-set-defaults, font-lock-string-face):
7432         * progmodes/sql.el (font-lock-keyword-face)
7433         (font-lock-set-defaults, font-lock-string-face):
7434         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
7435         (itimer-version, lazy-lock-defer-contextually)
7436         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
7437         Add defvars.
7439         * progmodes/cperl-mode.el (cperl-electric-lbrace)
7440         (cperl-electric-keyword, cperl-electric-pod)
7441         (cperl-electric-backspace, cperl-forward-re)
7442         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
7443         (vc-rcs-header, vc-sccs-header): Add defvars.
7445         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
7446         (font-lock-syntactic-keywords, gud-find-expr-function):
7447         Add defvars.
7449         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
7450         (gdb-frame-parameters): Declare before use.
7452         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
7453         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
7454         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
7455         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
7457         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
7458         (idlwave-help-with-source): Use `insert-buffer-substring', not
7459         `insert-buffer'.
7461 2005-08-29  Juri Linkov  <juri@jurta.org>
7463         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
7464         Put outline-back-to-heading function call inside save-excursion.
7466 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
7468         * man.el (Man-init-defvars, Man-translate-references)
7469         (Man-support-local-filenames, Man-highlight-references):
7470         * progmodes/sql.el (sql-interactive-mode):
7471         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
7473         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
7474         (compilation-mode-font-lock-keywords): Add defvars.
7475         (checkdoc-interactive-loop): "?\ " -> "?\s".
7477         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
7478         (font-lock-doc-face, font-lock-string-face)
7479         (font-lock-keywords-case-fold-search): Add defvars.
7480         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
7482         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
7483         Don't pass X and Y (they are ignored anyway).
7484         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
7485         (mouse-delete-window): Make arguments optional.
7487         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
7488         (caesar-translate-table, minor-modes, news-buffer-save)
7489         (news-group-name, news-minor-modes): Add defvars.
7491         * emacs-lisp/lselect.el (mouse-highlight-priority)
7492         (x-lost-selection-functions, zmacs-regions):
7493         * emacs-lisp/pp.el (font-lock-verbose):
7494         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
7495         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
7496         (ses-mode-map):
7497         * emacs-lisp/tcover-unsafep.el (safe-functions):
7498         * international/mule-cmds.el (mac-system-coding-system)
7499         (mac-system-locale):
7500         * language/ethio-util.el (rmail-current-message)
7501         (rmail-message-vector):
7502         * language/thai-util.el (thai-auto-composition-mode):
7503         * mail/metamail.el (rmail-current-message, rmail-message-vector):
7504         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
7505         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
7506         (vm-primary-inbox, vm-spool-files):
7507         * mail/rmail.el (deleted-head, font-lock-fontified)
7508         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
7509         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
7510         (total-messages):
7511         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
7512         (rmail-summary-mode-map):
7513         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
7514         (rmail-last-label, rmail-last-multi-labels)
7515         (rmail-summary-vector, rmail-total-messages):
7516         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
7517         * mail/rmailsum.el (msgnum):
7518         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
7519         (rmail-current-message):
7520         * obsolete/fast-lock.el (font-lock-face-list):
7521         * obsolete/rnewspost.el (mail-reply-buffer):
7522         * obsolete/scribe.el (compile-command):
7523         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
7525 2005-08-28  John Paul Wallington  <jpw@gnu.org>
7527         * ibuf-ext.el (ibuffer-auto-update-changed):
7528         Use `frame-or-buffer-changed-p' to check whether we need to update.
7529         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
7530         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
7531         as a `frame-or-buffer-changed-p' state vector instead.
7533 2005-08-27  Romain Francoise  <romain@orebokech.com>
7535         * textmodes/makeinfo.el (makeinfo-compile):
7536         Use `compilation-start'.  Set `next-error-function' according to
7537         `disable-errors'.
7538         (makeinfo-next-error): New function.
7539         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
7540         (makeinfo-buffer): Likewise.
7542         * progmodes/compile.el (compilation-start): Add autoload cookie.
7544         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
7545         * textmodes/sgml-mode.el: Likewise.
7546         * progmodes/python.el: Likewise.
7548 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
7550         * simple.el (blink-matching-paren-distance): Document the meaning
7551         of nil value, and allow to customize to nil.
7553         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
7554         command.com, not command.exe.
7556 2005-08-26  John Wiegley  <johnw@newartisans.com>
7558         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
7559         code around a bit so that an extraneous nil argument is not added
7560         to a command when no args are given.
7562         * eshell/esh-arg.el (eshell-parse-double-quote): If a
7563         double-quoted argument resolves to nil, return it as an empty
7564         string rather than as nil.  This made it impossible to pass "" to
7565         a shell script as a null string argument.
7567 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7569         * outline.el (outline-invent-heading): New fun.
7570         (outline-promote, outline-demote): Use it.
7571         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
7572         (outline-end-of-subtree): Remove unused var `opoint'.
7574 2005-08-26  David Reitter  <david.reitter@gmail.com>
7576         * menu-bar.el (truncate-lines, write-file, print-buffer)
7577         (ps-print-buffer-faces, ps-print-buffer, split-window):
7578         Disable menu items when the frame they refer to is invisible, or when
7579         they refer to a buffer and the minibuffer is selected.
7581 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
7583         * progmodes/flymake.el (flymake-highlight-err-lines):
7584         Use save-excursion around flymake-highlight-line to preserve point.
7586 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
7588         * progmodes/octave-mod.el: Change Author and Maintainer address.
7589         (octave-maintainer-address): Change Kurt's email address.
7590         * progmodes/octave-inf.el: Change Author and Maintainer address.
7591         * progmodes/octave-hlp.el: Change Author and Maintainer address.
7593 2005-08-26  Kim F. Storm  <storm@cua.dk>
7595         * subr.el (version-list-<, version-list-<=, version-list-=):
7596         Rename from integer-list-*.
7597         (version-list-not-zero): Likewise.  Fix while loop.
7598         (version=): Use version-list-= instead of string-equal.
7600 2005-08-26  Richard M. Stallman  <rms@gnu.org>
7602         * outline.el (outline-promote): Try shortening the heading.
7603         As last resort, read the heading to use.
7604         (outline-demote): As last resort, read the heading to use.
7606 2005-08-26  Romain Francoise  <romain@orebokech.com>
7608         * progmodes/compile.el (compilation-start): Doc fix.
7610         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
7611         (antlr-font-lock-additional-keywords): Fix reference to
7612         `antlr-font-lock-literal-regexp' erroneously changed during the
7613         mass face rename.
7614         (antlr-run-tool): Use `compilation-start'.
7616         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
7617         instead of the obsolete `compile-internal'.
7619 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
7621         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
7622         (number, original-date):
7623         * calendar/cal-china.el (date):
7624         * calendar/cal-coptic.el (date):
7625         * calendar/cal-french.el (date):
7626         * calendar/cal-hebrew.el (date, entry, number, original-date):
7627         * calendar/cal-islam.el (date, number, original-date):
7628         * calendar/cal-iso.el (date):
7629         * calendar/cal-julian.el (date):
7630         * calendar/cal-mayan.el (date):
7631         * calendar/cal-menu.el (date, event):
7632         * calendar/cal-persia.el (date):
7633         * calendar/lunar.el (date):
7634         * calendar/solar.el (date): Add defvars.
7636         * emerge.el:
7637         * ibuffer.el:
7638         * info-xref.el:
7639         * obsolete/bg-mouse.el:
7640         * obsolete/sun-curs.el:
7641         * obsolete/swedish.el: Move the `defvar's to the top level.
7643         * smerge-mode.el (smerge-refined-change): Add :group.
7645 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7647         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
7648         (smerge-keep-n): Remove props.
7649         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
7650         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
7651         now that it's done in smerge-keep-n.
7652         (smerge-refined-change): New face.
7653         (smerge-refine-chopup-region, smerge-refine-highlight-change)
7654         (smerge-refine): New funs.
7655         (smerge-basic-map): Bind smerge-refine.
7657 2005-08-25  Juri Linkov  <juri@jurta.org>
7659         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
7660         compilation-process-setup-function and compilation-disable-input
7661         in grep-mode instead of let-bindings in grep.
7663         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
7664         Delete "Automatic File De/compression" (auto-compression-mode).
7666 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
7668         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
7669         Silence warning about non-existent variable.
7671 2005-08-25  Richard M. Stallman  <rms@gnu.org>
7673         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
7674         Rename "Describe Key" to "Describe Key or Mouse Operation".
7676         * mail/mailalias.el (build-mail-aliases): Delete comments
7677         from the contents before processing them.
7679         * isearch.el (isearch-edit-string): Erase the Search prompt
7680         if user enters an empty string and there is no default.
7682         * comint.el (comint-file-name-prefix): Add autoload.
7684 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
7686         * subr.el (play-sound): Rearrange to avoid warning.
7688 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
7690         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
7691         New hook.
7692         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
7694 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7696         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
7698         * custom.el (custom-theme-set-variables): Sort minor modes last.
7700 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7702         * subr.el (version-separator, version-regexp-alist): New vars used by
7703         version comparison funs.
7704         (integer-list-<, integer-list-=, integer-list-<=)
7705         (integer-list-not-zero): New funs for integer list comparison.
7706         (version-to-list, version=, version<, version<=): New funs for version
7707         comparison.
7709 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
7711         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
7712         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
7713         time to silence the byte-compiler.
7715         * ibuffer.el (ibuffer-compile-make-eliding-form)
7716         (ibuffer-check-formats): Use `with-no-warnings' to hide references
7717         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
7718         so it's silly to get warnings for it).
7719         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
7720         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
7721         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
7722         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
7723         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
7724         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
7725         Defvar at compile time.
7726         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
7727         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
7728         Declare them before use.
7730         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
7731         (info-xref-good, info-xref-bad): Defvar at compile time.
7733         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
7734         Use `let*' instead of `let'.
7736         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
7737         (*mouse-y*, menu, char): Defvar at compile time.
7738         (sc::menu): Declare it before use.
7739         (sc::pack-one-line): Use `let', not `let*'.
7741         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
7742         (mail-send-hook): Defvar at compile time.
7744         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
7745         Defvar at compile time.
7747         * term/sun-mouse.el (current-global-mousemap)
7748         (current-local-mousemap): Declare them before use.
7750 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
7752         * bookmark.el (bookmark-after-jump-hook): New hook.
7753         (bookmark-jump): Run `bookmark-after-jump-hook'.
7755 2005-08-23  Juri Linkov  <juri@jurta.org>
7757         * faces.el (minibuffer-prompt): Doc fix.
7759 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
7761         * progmodes/xscheme.el: Trivial changes to silence warnings.
7762         (xscheme-previous-mode, xscheme-previous-process-state):
7763         Add defvars.
7764         (xscheme-last-input-end, xscheme-process-command-line)
7765         (xscheme-process-name, xscheme-buffer-name)
7766         (xscheme-expressions-ring-max, xscheme-expressions-ring)
7767         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
7768         (xscheme-control-g-synchronization-p)
7769         (xscheme-control-g-disabled-p, xscheme-string-receiver)
7770         (default-xscheme-runlight, xscheme-runlight)
7771         (xscheme-runlight-string, xscheme-process-filter-state)
7772         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
7773         Move to beginning of file.
7774         (scheme-interaction-mode-commands-alist)
7775         (scheme-interaction-mode-map, scheme-debugger-mode-map):
7776         Declare them before use.  Note: the initialization code for the variables
7777         has not been moved because it uses functions that reference the variables.
7778         (xscheme-control-g-message-string, xscheme-process-filter-alist)
7779         (xscheme-prompt-for-expression-map): Declare them before use.
7780         (scheme-debugger-mode-commands): "?\ " -> "?\s".
7782 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
7784         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
7786 2005-08-22  Juri Linkov  <juri@jurta.org>
7788         * faces.el (set-face-underline): Delete this duplicate function
7789         and make an obsolete alias to set-face-underline-p.
7790         (set-face-underline-p): Use docstring of set-face-underline.
7791         (describe-face): Create hyperlink to parent face.
7793         * info.el (Info-insert-dir): Use save-excursion around
7794         insert-buffer-substring.
7795         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
7796         (Info-escape-percent): Delete function.
7797         (Info-fontify-node): Replace Info-escape-percent by
7798         replace-regexp-in-string with REP arg set to lambda that
7799         duplicates `%' and preserves text properties.
7801         * progmodes/compile.el (compilation-disable-input): Doc fix.
7802         (define-compilation-mode): Doc fix and refill.
7803         (kill-compilation): Use `mode-name' in the error message.
7804         (compilation-find-file): Use `compilation-error' in the
7805         read-file-name's prompt.
7807 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7809         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
7810         (smerge-auto-leave): Make undo re-enable the mode.
7811         (debug-ignored-errors): Add the user-error of impossible resolution.
7812         (smerge-resolve): Move things around a bit, in preparation for later.
7813         (smerge-diff): Don't fail if the buffer has no associated file.
7814         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
7815         (smerge-conflict-overlay): New function.
7816         (smerge-match-conflict): Don't add text properties here.
7817         (smerge-find-conflict): Instead, add an overlay here.
7818         Also check for the case where we're inside a conflict already, so as to
7819         obviate the need for font-lock-multiline, which is unbearably slow with
7820         large conflicts and ciomplex font-lock patterns.
7821         (smerge-remove-props): Remove overlay rather than text-properties.
7822         (smerge-mode): Don't set font-lock-multiline.
7823         Remove overlays when turned off.
7825 2005-08-21  Kim F. Storm  <storm@cua.dk>
7827         * ido.el (ido-ignore-item-p): Use save-match-data.
7828         Bind case-fold-search to ido-case-fold locally.
7830 2005-08-20  Richard M. Stallman  <rms@gnu.org>
7832         * files.el (normal-mode): If font lock is on, turn it off and on.
7834         * subr.el (replace-regexp-in-string): Doc fix.
7836         * startup.el (command-line-1): Don't suppress startup screen
7837         due to existing processes.
7839         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
7841         * progmodes/compile.el (compilation-disable-input): Default to nil.
7843 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
7845         * progmodes/compile.el (compilation-disable-input): New defcustom.
7846         (compilation-start): If compilation-disable-input is non-nil, send
7847         EOF to the compilation process.
7849 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
7851         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
7852         Run the argument of tex-shell-cd-command through
7853         convert-standard-filename, to get the correct style of slashes on
7854         Windows, and enclose the result in quotes, in case the file name
7855         includes whitespace or other special characters.
7857 2005-08-19  Andreas Schwab  <schwab@suse.de>
7859         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
7860         process.
7862 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
7864         * cus-start.el (minibuffer-prompt-properties): Correct typo.
7866 2005-08-18  Kim F. Storm  <storm@cua.dk>
7868         * scroll-lock.el: Fix errors due to incorrect line wrapping.
7870 2005-08-18  Richard M. Stallman  <rms@gnu.org>
7872         * scroll-lock.el: New file.
7874 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
7876         * dired.el (dired-move-to-end-of-filename):
7877         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
7879 2005-08-18  Kim F. Storm  <storm@cua.dk>
7881         * ido.el (ido-everywhere): Fix defcustom :set function to disable
7882         rather than toggle mode when custom value is nil.
7883         (ido-everywhere): Fix defun doc string.
7885 2005-08-17  Richard M. Stallman  <rms@gnu.org>
7887         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
7888         as tag instead of "Inviolable".
7890 2005-08-17  Kim F. Storm  <storm@cua.dk>
7892         * windmove.el (windmove-coordinates-of-position): Remove.
7893         (windmove-coordinates-of-window-position): Remove.
7894         (windmove-reference-loc): Use posn-at-point instead.
7896         * subr.el (insert-for-yank-1): Doc fix.
7898         * ido.el (ido-enter-matching-directory): Rename from
7899         ido-enter-single-matching-directory.  Change `slash' choice to
7900         `only'.  Add `first' choice.
7901         (ido-exhibit): Adapt to above changes.
7903 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
7905         * Makefile.in: Expand comment about building loaddefs.el.
7907 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
7909         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
7910         Comment use of defadvice.
7912         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
7914 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
7916         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
7917         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
7918         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
7919         * progmodes/idlw-shell.el, progmodes/ld-script.el,
7920         * progmodes/which-func.el, ruler-mode.el, strokes.el,
7921         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
7922         for backward compatibility for faces that did not appear in the
7923         previous Emacs release.
7925         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
7927 2005-08-15  Kim F. Storm  <storm@cua.dk>
7929         * emulation/cua-base.el (cua-delete-region): Return t if
7930         deleted region was non-empty.
7931         (cua-replace-region): Inhibit overwrite-mode for
7932         self-insert-command if replaced region was non-empty.
7933         (cua--explicit-region-start, cua--status-string): Make them
7934         buffer-local at top-level...
7935         (cua-mode): ...rather than when mode is enabled.
7937 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
7939         * progmodes/vhdl-mode.el (vhdl-emacs-21):
7940         Set t for Emacs 21, 22, and so on.
7942 2005-08-15  David Ponce  <david@dponce.com>
7944         * tree-widget.el: Update Commentary header.
7945         (tree-widget-theme): Doc fix.
7946         (tree-widget-space-width): New option.
7947         (tree-widget-image-properties): Look up in the default theme too.
7948         (tree-widget--cursors): Only for images with arrow pointer shape.
7949         (tree-widget-lookup-image): Pointer shape is hand by default.
7950         (tree-widget-icon): Rename generic icon widget from
7951         `tree-widget-control'.
7952         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
7953         derive from `tree-widget-icon'.
7954         (tree-widget-handle): Improve default look and feel of the text
7955         representation.
7956         (tree-widget): Rename :*-control properties to :*-icon properties.
7957         Add :action and :help-echo properties.
7958         (tree-widget-after-toggle-functions): Move.
7959         (tree-widget-close-node, tree-widget-open-node): Remove.
7960         (tree-widget-before-create-icon-functions): New hook.
7961         (tree-widget-value-create): Update to allow customization of icons
7962         and nodes at run-time via that new hook.
7963         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
7964         (tree-widget-icon-action, tree-widget-icon-help-echo)
7965         (tree-widget-action, tree-widget-help-echo): New functions.
7967 2005-08-15  Kim F. Storm  <storm@cua.dk>
7969         * ido.el (ido-buffer-internal): Use with-no-warnings.
7970         (ido-make-merged-file-list): Use while-no-input.
7972 2005-08-15  Richard M. Stallman  <rms@gnu.org>
7974         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
7975         (flyspell-large-region): Fix doc and custom type.
7977 2005-08-14  Richard M. Stallman  <rms@gnu.org>
7979         * files.el (interpreter-mode-alist): Doc fix.
7981         * mail/rmail.el (rmail-nonignored-headers): New variable.
7982         (rmail-clear-headers): Use it.
7983         (rmail-reply): Better handling of mail-followup-to header.
7985         * progmodes/sh-script.el (sh-font-lock-keywords-var):
7986         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
7987         don't try to refer to executable-font-lock-keywords.
7988         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
7989         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
7990         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
7991         (sh-mode): Set comment-start-skip, local-abbrev-table,
7992         imenu-case-fold-search.
7993         (sh-set-shell): Don't set them here.
7994         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
7995         Don't cache the results in the original alist; don't ever modify
7996         that alist.
7998         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
8000         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
8001         empty.
8003 2005-08-15  Andreas Schwab  <schwab@suse.de>
8005         * desktop.el: Put autoload cookie at risky-local-variable declarations.
8007         * dired.el, info.el, mail/rmail.el: Revert last change.
8009 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
8011         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
8012         modification in `eval-after-load' form.
8013         * info.el: Likewise.
8014         * mail/rmail.el: Likewise.
8016 2005-08-14  Juri Linkov  <juri@jurta.org>
8018         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8019         Remove highlighting of "Compilation started".  Highlight only
8020         the word "finished" in "Compilation finished".  Add highlighting
8021         of "interrupt", "killed", "terminated" and the exit code.
8022         (compilation-start): Add newline after header.  Use exactly the
8023         same time stamp format as the finishing message.
8024         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
8026         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
8027         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
8028         Add highlighting of "interrupt", "killed", "terminated".
8030         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
8031         enabled and the current command is self-insert-command, call it
8032         explicitly with overwrite-mode bound to nil, to not allow it
8033         to delete the character after the selected region.
8035 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
8037         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
8038         move-end-of-line, end-of-line, and beginning-of-line to the list
8039         of commands after which the echo area is updated.
8041 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
8043         * cus-edit.el (custom-save-all, custom-save-delete):
8044         Bind recentf-exclude to exclude custom-file.
8046 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
8048         * mail/rmailsum.el (rmail-summary-end-of-message): New command
8049         to go to the bottom of the mail message.  Added to
8050         `rmail-summary-mode-map' with key "/".
8051         (rmail-summary-show-message): New (internal) function for use by
8052         both `rmail-summary-beginning/end-of-message'.
8053         (rmail-summary-beginning-of-message): Change to use
8054         rmail-summary-show-message.
8056         * mail/rmail.el (rmail-end-of-message): New command to go to the
8057         end of the current message.  Added to `rmail-mode-map' with key "/".
8058         (rmail-beginning-of-message): Fix to work as documented.
8059         (rmail-mode): Change documentation.
8061         * progmodes/compile.el (compilation-start): Add the line
8062         "Compilation started" with compilation start time.
8063         (compilation-mode-font-lock-keywords): Add `started' to keywords.
8065 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
8067         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
8068         of menu items.
8070 2005-08-11  Richard M. Stallman  <rms@gnu.org>
8072         * simple.el (pop-global-mark): Reverse test of widen-automatically.
8074         * battery.el (battery-status-function): Don't use ignore-errors.
8076 2005-08-11  Lute Kamstra  <lute@gnu.org>
8078         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
8079         define-obsolete-variable-alias.
8081 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8083         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
8084         (ange-ftp-send-cmd): Revert last change, and expand
8085         the comment explaining the problem.
8087 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
8089         * ldefs-boot.el: Update.
8091         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
8092         item to "Time, Load and Mail".  Change help echo text.
8094         * time.el (display-time-use-mail-icon, display-time-format)
8095         (display-time-string-forms): Shorten first line of docstrings.
8097 2005-08-10  Lars Hansen  <larsh@soem.dk>
8099         * desktop.el (desktop-buffer-mode-handlers):
8100         Make non-customizable. Add autoload cookie.  Change initial value to
8101         nil; add elements in respective modules instead.  Fix doc string.
8102         (desktop-load-file): New function.
8103         (desktop-minor-mode-handlers): New autoloaded variable.
8104         (desktop-create-buffer): Call minor mode handlers.
8105         Use desktop-load-file to load major and minor mode modules prior to
8106         checking for a handler.
8107         (desktop-save): Don't add nil to desktop-minor-modes for minor
8108         modes with nil function in desktop-minor-mode-table.  Don't delete
8109         desktop file before rewriting it.
8110         (desktop-locals-to-save): Add autoload cookie.  Don't make
8111         automatically buffer-local.  Add variables column-number-mode,
8112         size-indication-mode, indent-tabs-mode,
8113         indicate-buffer-boundaries, indicate-empty-lines and
8114         show-trailing-whitespace.
8115         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
8116         regexps. Don't use desktop-clear-preserve-buffers-regexp.
8117         (desktop-clear-preserve-buffers-regexp): Delete.
8118         (desktop-clear-preserve-buffers): Update initial value and docstring.
8119         (desktop-save-buffer): Fix doc string.
8121         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
8122         (hilit-chg-desktop-restore): New function.
8123         (highlight-changes-mode): Add highlight-changes-mode to
8124         desktop-locals-to-save.
8126         * dired.el: Add handler to desktop-buffer-mode-handlers.
8127         (dired-restore-desktop-buffer): Remove autoload cookie.
8128         (dired-mode): Add autoload cookie.
8130         * info.el: Add handler to desktop-buffer-mode-handlers.
8131         (Info-restore-desktop-buffer): Remove autoload cookie.
8132         (Info-mode): Add autoload cookie.
8134         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
8135         (mh-restore-desktop-buffer): Remove autoload cookie.
8136         (mh-folder-mode): Add autoload cookie.
8138         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
8139         (rmail-restore-desktop-buffer): Remove autoload cookie.
8141 2005-08-11  Masatake YAMATO  <jet@gyve.org>
8143         * hexl.el (hexl-address-region):
8144         (hexl-ascii-region, hexl-font-lock-keywords):
8145         (hexl-highlight-line-range): Use the term "region"
8146         instead of "area" for consistency with the other symbols
8147         defined in hexl.el.
8149 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
8151         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
8152         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
8153         out by Juri Linkov).  Add `display-battery-mode'.
8155 2005-08-09  Juri Linkov  <juri@jurta.org>
8157         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8158         Remove `-text' from face variable names.
8159         (compilation-error-file-name, compilation-warning-file-name)
8160         (compilation-info-file-name): Delete faces.
8161         (compilation-line-number, compilation-column-number):
8162         Remove face underlining.
8163         (compilation-message-face): Set to `underline' value by default.
8164         (compilation-error-face, compilation-warning-face)
8165         (compilation-info-face): Remove `-file-name' from face names.
8166         (compilation-error-text-face, compilation-warning-text-face)
8167         (compilation-info-text-face): Delete face variables.
8168         (compilation-text-face): Delete function.
8170         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
8171         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
8172         (grep-error-face): Set to `compilation-error' instead of
8173         `compilation-error-face' (which is redefined to `grep-hit-face' in
8174         grep buffers).
8175         (grep-mode-font-lock-keywords): Remove `-text' from face variable
8176         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
8178         * dired-aux.el (dired-do-query-replace-regexp):
8179         Use `query-replace-read-args'.
8181         * replace.el (query-replace-read-from, query-replace-read-to)
8182         (query-replace-read-args): Rename arg `string' to `prompt'.
8184         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
8186 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
8188         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
8189         uploading files.
8190         (ange-ftp-canonize-filename): Handle file names beginning with ~
8191         correctly.
8193 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
8195         * textmodes/fill.el (canonically-space-region)
8196         (fill-context-prefix, fill-french-nobreak-p)
8197         (fill-delete-newlines, fill-comment-paragraph)
8198         (justify-current-line): "?\ " -> "?\s".
8200 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
8202         * textmodes/fill.el (fill-nonuniform-paragraphs):
8203         Improve argument/docstring consistency.
8205 2005-08-09  Richard M. Stallman  <rms@gnu.org>
8207         * textmodes/ispell.el (ispell-word): More fboundp checks.
8209         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
8210         (find-file-noselect-1): Call it here, only if RAWFILE.
8211         (normal-mode): Always set some major mode.
8212         (save-some-buffers-action-alist): Change some explanation strings.
8213         (file-name-non-special): In the `quote' method, use unwind-protect.
8215 2005-08-09  Magnus Henoch  <mange@freemail.hu>
8217         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
8218         (ispell-have-aspell-dictionaries): New variable.
8219         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
8220         (ispell-get-aspell-config-value): New function.
8221         (ispell-aspell-find-dictionary): New function.
8222         (ispell-aspell-add-aliases): New function.
8223         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
8224         appropriate.  Don't look for ispell dictionaries if we use aspell.
8225         (ispell-menu-map): Don't build a submenu of dictionaries.
8227 2005-08-09  Richard M. Stallman  <rms@gnu.org>
8229         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
8230         (sql-read-passwd): Use read-passwd.
8232         * progmodes/idlw-toolbar.el (idlwave-toolbar)
8233         (idlwave-toolbar-is-possible): Add defvars.
8235         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
8236         Avoid warnings.
8238         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
8239         (idlwave-system-class-info, idlwave-executive-commands-alist):
8240         Use defvar.
8242         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
8244         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
8245         Avoid warnings.
8247         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
8248         and content-type: headers.
8250         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
8252         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
8253         and rename some of them to be more self-explanatory.
8255         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
8257         * startup.el (command-line-1): Implement -scriptload.
8259         * replace.el (occur-engine): Initial *Occur* output not undoable.
8261         * menu-bar.el (menu-bar-file-menu): Rename some menu items
8262         and improve help strings.
8264         * isearch.el (isearch-repeat): When changing direction,
8265         mark search successful.
8267         * ediff-init.el: Use (featurep 'xemacs).
8269         * comint.el (send-invisible): Identify buffer, if not selected.
8271         * align.el: Delete autoload for c-guess-basic-syntax.
8273 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
8275         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
8276         Improve argument/docstring consistency.  Doc fixes.
8277         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
8278         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
8279         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
8280         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
8281         (r2bv-organization, r2bv-pages, r2bv-primary-author)
8282         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
8283         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
8284         Defvar at compile time.
8286 2005-08-09  Juri Linkov  <juri@jurta.org>
8288         * info.el: Replace `info' with upper-case `Info' where appropriate.
8289         (info-title-1, info-title-2, info-title-3, info-title-4)
8290         (info-menu-header): Move up face definitions.
8291         (info-menu-star): Rename from `info-menu-5'.
8292         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
8293         (Info-fontify-visited-nodes): Fix docstring.
8294         (Info-hide-note-references): Fix docstring.
8295         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
8296         menu items in the same way as on cross-references.
8297         (info-apropos): Fix sorting order and formatting to be like in the
8298         stand-alone Info browser.  Display error messages for 1 sec.
8299         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
8300         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
8301         from the menu bar.
8302         (Info-insert-dir): Restore point after calling
8303         `insert-buffer-substring'.
8305 2005-08-08  Richard M. Stallman  <rms@gnu.org>
8307         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
8308         (recompute-lucid-menubar): Add defvars.
8310         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
8312         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
8314         * net/net-utils.el (run-dig): Rename from `dig'.
8316         * play/gametree.el (gametree-mode): Use make-local-variable,
8317         not make-variable-buffer-local.
8319         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
8321         * ansi-color.el (ansi-color-make-extent)
8322         (ansi-color-set-extent-face): Use fboundp, not functionp.
8324         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
8325         not make-variable-buffer-local.
8327         * bookmark.el (Info-current-file): Add defvar.
8328         (bookmark-jump-noselect): Use with-no-warnings.
8330         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
8332         * ebuff-menu.el (Helper-return-blurb): Add defvar.
8334         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
8336         * find-file.el (ada-procedure-start-regexp)
8337         (ada-package-start-regexp): Add defvars.
8339         * info.el (Info-insert-dir): Use insert-buffer-substring.
8341         * xml.el (xml-att-def-re): Add defvar.
8343         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
8344         calling convention.
8346         * subr.el (while-no-input): Return t if there is input.
8348 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
8350         * cus-start.el (all): Add `overflow-newline-into-fringe'.
8352 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
8354         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
8355         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
8357 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
8359         * cmuscheme.el (scheme-start-file): Replace reference to
8360         `user-emacs-directory' by "~/.emacs.d/".
8362 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
8364         * info.el (Info-dir-remove-duplicates): Avoid case folding
8365         in loop; instead, keep downcased strings for comparison.
8366         Suggested by Helmut Eller.
8368 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
8370         Sync with Tramp 2.0.50.
8372         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
8373         XEmacs case; not necessary anymore.
8374         (tramp-user-regexp): Allow "@" as part of user name.
8375         (tramp-handle-set-visited-file-modtime)
8376         (tramp-handle-insert-file-contents)
8377         (tramp-handle-write-region): No special handling for
8378         `last-coding-system-used, because this is done in
8379         `tramp-accept-process-output' now.
8380         (tramp-accept-process-output): New defun.
8381         (tramp-process-one-action, tramp-process-one-multi-action)
8382         (tramp-wait-for-regexp, tramp-wait-for-output)
8383         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
8384         Howells <dhowells@redhat.com>.
8385         (clear-visited-file-modtime): Defadvice removed.  The check for
8386         unset buffer's modtime does not need to be based on
8387         `tramp-buffer-file-attributes'.  Suggested by RMS.
8388         (tramp-message): Insert "\n" if not being at beginning of line.
8389         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
8390         sequence with same logic.
8391         (tramp-completion-handle-expand-file-name): Discard call of
8392         `tramp-drop-volume-letter'.  It is not necessary, and there have
8393         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
8394         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
8395         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
8396         should always be visible.
8397         (tramp-handle-insert-directory, tramp-setup-complete)
8398         (tramp-set-process-query-on-exit-flag)
8399         (tramp-append-tramp-buffers): Pacify byte-compiler.
8400         (tramp-bug): Delete non-existing variables from list.
8401         Apply `tramp-load-report-modules' as pre-hook.
8402         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
8403         `shell-prompt-pattern' because of non-7bit characters.
8404         Reported by Sebastian Luque <sluque@mun.ca>.
8405         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
8406         (tramp-match-string-list): Remove function.
8407         (tramp-wait-for-regexp): Remove call of that function.
8408         Suggested by Kim F. Storm <storm@cua.dk>.
8409         (tramp-set-auto-save-file-modes): Use octal integer code #o600
8410         instead of octal character code ?\600.  The latter resulted in a
8411         syntax error with XEmacs.
8413         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
8414         XEmacs case; not necessary anymore.
8415         (tramp-smb-handle-write-region): No special handling for
8416         `last-coding-system-used, because this is done in
8417         `tramp-accept-process-output' now.
8418         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
8420 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
8422         * wid-edit.el (widget-choice-value-create):
8423         Unconditionally respect user choice.  Set :explicit-choice back to nil
8424         when no longer needed.
8425         (widget-choice-action): Unconditionally respect user choice.
8426         Eliminate :explicit-choice-value.
8428         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
8430         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
8431         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
8432         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
8433         running new function `toggle-indicate-empty-lines'.
8434         Rename "Customize" item to "Customize fringe".
8435         Rename "Indicators" item to "Buffer boundaries" and change help echo.
8436         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
8437         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
8438         Delete "Empty lines only" item.
8439         (menu-bar-showhide-fringe-ind-customize): New function.
8440         (menu-bar-showhide-fringe-ind-mixed)
8441         (menu-bar-showhide-fringe-ind-box)
8442         (menu-bar-showhide-fringe-ind-right)
8443         (menu-bar-showhide-fringe-ind-left)
8444         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
8445         instead of `fringe-indicators'.
8447 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
8449         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
8450         Change the date of last update.
8452 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
8454         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
8455         (viper-exec-yank, viper-put-back): Don't display modification msg
8456         if in the minibuffer.
8458         * viper-init.el (viper-replace-overlay-cursor-color)
8459         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
8460         Make variables frame local.
8462         * viper-util.el (viper-append-filter-alist): Use append instead of
8463         nconc.
8465         * viper.el (viper-vi-state-mode-list)
8466         (viper-emacs-state-mode-list): Move help-mode and
8467         completion-list-mode from the first list to the second.
8468         (viper-mode): Docstring.
8469         (viper-go-away, viper-non-hook-settings): Don't localize
8470         minor-mode-alist in newer Emacsen.  Add advice to
8471         set-cursor-color.  Don't bind "\C-c\\".
8473 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
8475         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
8476         (scheme-macro-expand-command): New user options.
8477         (scheme-trace-procedure, scheme-expand-current-form): New commands.
8478         (scheme-form-at-point, scheme-start-file)
8479         (scheme-interactively-start-process): New functions.
8480         (scheme-get-process): New function, extracted from `scheme-proc'.
8481         (run-scheme): Call `scheme-start-file' to get start file, and pass
8482         it to `make-comint'.
8483         (switch-to-scheme, scheme-proc):
8484         Call `scheme-interactively-start-process' if no Scheme buffer/process
8485         is available.
8487 2005-08-06  Juri Linkov  <juri@jurta.org>
8489         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8490         Use `compilation-text-face', `compilation-info-text-face' and
8491         `compilation-error-text-face' instead of `font-lock-keyword-face'.
8492         (compilation-error): New face.
8493         (compilation-error-file-name): Inherit from
8494         `compilation-error' instead of `font-lock-warning-face'.
8495         (compilation-warning-file-name): Inherit from
8496         `compilation-warning' instead of `font-lock-warning-face'.
8497         (compilation-info, compilation-error-file-name)
8498         (compilation-warning-file-name, compilation-info-file-name)
8499         (compilation-line-number, compilation-column-number): Doc fix.
8500         (compilation-error-text-face, compilation-warning-text-face)
8501         (compilation-info-text-face): New face variables.
8502         (compilation-line-face, compilation-column-face)
8503         (compilation-enter-directory-face)
8504         (compilation-leave-directory-face): Doc fix.
8505         (compilation-text-face): New function.
8507         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
8508         instead of 1 to display binary file names as info file links.
8509         (grep-error-face): Use `compilation-error-face' instead of
8510         `font-lock-keyword-face'.
8511         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
8512         and `compilation-warning-text-face' instead of
8513         `font-lock-keyword-face'.  Use `compilation-error-text-face'
8514         instead of `grep-error-face'.
8516 2005-08-05  Kenichi Handa  <handa@m17n.org>
8518         * international/code-pages.el: Add autoload cookies for all coding
8519         systems.
8521 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
8523         * cus-start.el (all): Put undo.c where it alphabetically belongs.
8525 2005-08-04  Juri Linkov  <juri@jurta.org>
8527         * progmodes/compile.el (compilation-mode-map):
8528         * progmodes/grep.el (grep-mode-map):
8529         Bind TAB to `compilation-next-error' and [backtab] to
8530         `compilation-previous-error'.
8532         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
8533         matching line numbers, column numbers and their ranges with regexp
8534         matching only line numbers.
8535         (grep-context-face): New face variable.
8536         (grep-mode-font-lock-keywords): Use it.
8538         * faces.el (read-face-name): Delete duplicate faces.
8540 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
8542         * thumbs.el (thumbs-find-image): Don't make variables
8543         automatically buffer local.
8544         (thumbs-current-tmp-filename, thumbs-current-image-filename)
8545         (thumbs-image-num): Make automatically buffer local.
8546         (thumbs-show-thumbs-list): Use `make-local-variable', not
8547         `make-variable-buffer-local'.
8548         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
8550         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
8551         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
8552         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
8553         (bother, bye, canyou, chatlst, continue, deathlst, describe)
8554         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
8555         (feelings-about, foullst, found, hello, history, howareyoulst)
8556         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
8557         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
8558         (neglst, obj, object, owner, please, problems, qlist)
8559         (random-adjective, relation, remlst, repetitive-shortness)
8560         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
8561         (shortlst, something, sportslst, stallmanlst, states, subj)
8562         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
8563         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
8564         Defvar at compile time.
8566         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
8567         not `make-variable-buffer-local'.
8569 2005-08-02  Kim F. Storm  <storm@cua.dk>
8571         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
8572         rectangle overlay in selected window.
8574 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
8576         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
8577         instead of display group.  Make `indicate-buffer-boundaries'
8578         customizable through Custom.
8580 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
8582         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
8583         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
8584         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
8585         (gdb-put-string): Fix typos in docstrings.
8587 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
8589         Update copyright notices of files in progmodes directory for
8590         release of Emacs 22.1.
8592         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
8594         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
8595         Don't barf if the GUD buffer has been killed.
8597 2005-08-01  Kim F. Storm  <storm@cua.dk>
8599         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
8601 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8603         * simple.el (next-error-follow-minor-mode):
8604         make-variable-buffer-local -> make-local-variable.
8606         * emacs-lisp/cl-extra.el: Require CL also when compiling.
8608         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
8609         (byte-compile-form-make-variable-buffer-local): New functions to warn
8610         about misuses of make-variable-buffer-local where make-local-variable
8611         was meant.
8613 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
8615         * bs.el (bs-attributes-list): Doc fix.
8616         (bs): Update url-link.
8618         * desktop.el (desktop-save-buffer): Fix typos in docstring.
8619         (desktop-load-default): Simplify.
8621         * ibuffer.el (ibuffer-columnize-and-insert-list)
8622         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
8623         (ibuffer-unmark-all, ibuffer-toggle-marks)
8624         (ibuffer-unmark-forward, ibuffer-unmark-backward)
8625         (ibuffer-compile-make-format-form, ibuffer-format-column)
8626         (ibuffer-current-buffers-with-marks)
8627         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
8628         (ibuffer): Doc fix.
8629         (ibuffer-mode): Fix typo in docstring.
8630         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
8631         with `define-obsolete-variable-alias'.
8632         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
8634 2005-07-29  Kenichi Handa  <handa@m17n.org>
8636         * international/mule-cmds.el (select-message-coding-system):
8637         Be sure to use LF for end-of-line.  If no coding system is decided,
8638         return iso-8859-1-unix.
8640 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8642         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
8643         (ange-ftp-pending-error-line): New vars.
8644         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
8645         to handle the non-fatal no-route-to-host messages.
8646         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
8648 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
8650         * isearch.el (isearch-mode-map, isearch-other-meta-char)
8651         (isearch-quote-char, isearch-printing-char)
8652         (isearch-text-char-description): "?\ " -> "?\s".
8653         (isearch-lazy-highlight-cleanup)
8654         (isearch-lazy-highlight-initial-delay)
8655         (isearch-lazy-highlight-interval)
8656         (isearch-lazy-highlight-max-at-a-time)
8657         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
8658         Declare with define-obsolete-*-alias macros.
8659         (isearch-forward): Fix typo in docstring.
8660         (search-invisible, search-ring-yank-pointer)
8661         (regexp-search-ring-yank-pointer): Doc fixes.
8663         * recentf.el (recentf-menu-append-commands-p): Declare with
8664         `define-obsolete-variable-alias'.
8665         (recentf-max-saved-items, recentf-menu-filter)
8666         (recentf-arrange-by-rule-subfilter): Doc fixes.
8667         (recentf-menu-append-commands-flag)
8668         (recentf-initialize-file-name-history, recentf-expand-file-name)
8669         (recentf-clear-data): Fix typos in docstrings.
8671 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
8673         * progmodes/gdb-ui.el: Smarten comments.
8674         (gdb-info-breakpoints-custom): Use nowarn when finding file.
8676 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
8678         * term/apollo.el (terminal-init-apollo): New function containing
8679         all former top level forms in the file.
8680         * term/bobcat.el (terminal-init-bobcat):
8681         * term/cygwin.el (terminal-init-cygwin):
8682         * term/iris-ansi.el (terminal-init-iris-ansi):
8683         * term/linux.el (terminal-init-linux):
8684         * term/news.el (terminal-init-news):
8685         * term/rxvt.el (terminal-init-rxvt):
8686         * term/sun.el (terminal-init-sun):
8687         * term/tvi970.el (terminal-init-tvi970):
8688         * term/vt100.el (terminal-init-vt100):
8689         * term/vt102.el (terminal-init-vt102):
8690         * term/vt125.el (terminal-init-vt125):
8691         * term/vt200.el (terminal-init-vt200):
8692         * term/vt201.el (terminal-init-vt201):
8693         * term/vt220.el (terminal-init-vt220):
8694         * term/vt240.el (terminal-init-vt240):
8695         * term/vt300.el (terminal-init-vt300):
8696         * term/vt320.el (terminal-init-vt320):
8697         * term/vt400.el (terminal-init-vt400):
8698         * term/vt420.el (terminal-init-vt420):
8699         * term/wyse50.el (terminal-init-wyse50):
8700         * term/xterm.el (terminal-init-xterm): Likewise.
8702         * term/README: Describe the terminal-init-* functionality.
8704         * startup.el (command-line): After loading the terminal initialization
8705         file call the corresponding terminal initialization function.
8707 2005-07-27  Kenichi Handa  <handa@m17n.org>
8709         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
8710         negative.
8712         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
8713         (ps-mule-composition-prologue): Fix for the case that
8714         RelativeCompose is false.
8716 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8718         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
8720         * descr-text.el (describe-char): Handle the case where the list of
8721         chars is displayed in a separate frame.
8722         Be a bit more discriminating when looking for the char.
8724 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
8726         * bookmark.el (bookmark-automatically-show-annotations)
8727         (bookmark-read-annotation-text-func): Doc fixes.
8728         (bookmark-save): Improve argument/docstring consistency.
8729         (bookmark-get-bookmark, bookmark-get-bookmark-record)
8730         (bookmark-alist-from-buffer)
8731         (bookmark-upgrade-file-format-from-0)
8732         (bookmark-grok-file-format-version)
8733         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
8734         (bookmark-read-annotation-mode)
8735         (bookmark-insert-current-bookmark, bookmark-jump)
8736         (bookmark-exit-hook): Fix typos in docstrings.
8737         (bookmark-exit-hooks): Define as obsolete alias.
8738         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
8739         not `bookmark-exit-hooks'.  Fix docstring.
8740         (bookmark-bmenu-select): "?\ " -> "?\s".
8742 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
8744         * startup.el (command-line): Fix typo.
8746 2005-07-24  Richard M. Stallman  <rms@gnu.org>
8748         * tooltip.el (tooltip-mode): Test emacs-basic-display,
8749         not emacs-quick-startup.
8751 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
8753         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
8754         (reb-next-match, reb-show-subexp): Use `with-selected-window'
8755         instead of `reb-with-current-window'.
8756         (reb-prev-match): Likewise.  Also, don't move left if the search
8757         was unsuccessful.
8758         (reb-initialize-buffer): New function.
8759         (re-builder, reb-change-syntax): Use it.
8761         * man.el (Man-goto-page): Make second argument NOERROR optional.
8763 2005-07-23  Richard M. Stallman  <rms@gnu.org>
8765         * man.el (Man-bgproc-sentinel): Check here for failure to find
8766         any man page in the output, and report the error here.
8767         (Man-arguments): Make it permanent local.
8768         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
8769         (Man-mode): Pass t for NOERROR.
8771         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
8772         (grep-mode-font-lock-keywords):
8773         Don't use compilation-...-face for messages that are not file names.
8775         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8776         Don't use compilation-...-face for messages that are not file names.
8778 2005-07-22  Juri Linkov  <juri@jurta.org>
8780         * startup.el (normal-splash-screen): Update menu name.
8782         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
8784 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8786         * term/xterm.el: Load term/rxvt if the terminal is actually an
8787         rxvt terminal.
8788         (xterm-rxvt-set-background-mode): Remove, not used anymore.
8790         * term/rxvt.el (function-key-map): Use substitute-key-definition
8791         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
8793         * term/cygwin.el: New file.
8795 2005-07-22  Kim F. Storm  <storm@cua.dk>
8797         * image-file.el (insert-image-file, image-file-yank-handler):
8798         Fix last change to maintain a (unique) yank-handler on yanked images.
8800 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
8802         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
8803         of the file size (as in "177B" for 177 bytes).  This happens with
8804         "ls -lh" on FreeBSD.
8806 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
8808         * hilit-chg.el (highlight-changes-global-initial-state)
8809         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
8810         (hilit-chg-fixup, highlight-changes-mode):
8811         Fix typos in docstrings.
8812         (highlight-changes-global-modes, highlight-changes-rotate-faces):
8813         Doc fixes.
8815 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
8817         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
8818         mode function using `eval-after-load'.
8820 2005-07-21  Kim F. Storm  <storm@cua.dk>
8822         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
8823         included when reporting an emacs crash, and tell about the DEBUG file.
8825         * image-file.el (insert-image-file): Add yank-handler.
8826         (image-file-yank-handler): Yank handler to make unique copies of
8827         images when they are yanked into a buffer next to each other.
8829 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
8831         * comint.el (comint-use-prompt-regexp, comint-send-input)
8832         (comint-source-default, comint-extract-string)
8833         (comint-get-source, comint-word, comint-completion)
8834         (comint-source, comint-prompt-read-only, comint-update-fence):
8835         Fix typos in docstrings.
8836         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
8837         Declare with define-obsolete-*-alias macros.
8838         (comint-previous-matching-input-from-input)
8839         (comint-next-matching-input-from-input)
8840         (comint-previous-matching-input, comint-next-matching-input)
8841         (comint-forward-matching-input):
8842         Improve argument/docstring consistency.
8844         * desktop.el (desktop-clear-preserve-buffers-regexp):
8845         Also preserve the *server* buffer.
8847         * simple.el (clone-indirect-buffer): Doc fix.
8848         (fixup-whitespace, just-one-space)
8849         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
8850         (next-error, next-error-highlight)
8851         (next-error-highlight-no-select, next-error-last-buffer)
8852         (next-error-buffer-p, next-error-find-buffer, next-error)
8853         (previous-error, next-error-no-select, previous-error-no-select)
8854         (open-line, split-line, minibuffer-prompt-width, kill-new)
8855         (binary-overwrite-mode): Fix typos in docstrings.
8856         (set-fill-column): Fix typo in message.
8858         * skeleton.el (skeleton-proxy-new): Doc fix.
8860         * strokes.el (strokes-load-hook): Doc fix.
8861         (strokes-grid-resolution, strokes-get-grid-position)
8862         (strokes-renormalize-to-grid, strokes-read-stroke)
8863         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
8864         (strokes-global-map): Fix typos in docstrings.
8865         (strokes-help): Doc fix.  Fix help message and pass it through
8866         `substitute-command-keys'.
8868         * tempo.el (tempo-insert-prompt, tempo-interactive)
8869         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
8870         (tempo-insert-string-functions, tempo-local-tags)
8871         (tempo-define-template, tempo-insert-template)
8872         (tempo-insert-prompt-compat, tempo-is-user-element)
8873         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
8874         Fix typos in docstrings.
8876         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
8877         (vcursor-key-bindings, vcursor-use-vcursor-map)
8878         (vcursor-find-window, vcursor-scroll-down)
8879         (vcursor-disable, vcursor-beginning-of-buffer)
8880         (vcursor-end-of-buffer): Fix typos in docstrings.
8881         (vcursor-relative-move, vcursor-get-char-count):
8882         Improve argument/docstring consistency.
8884         * version.el: "?\ " -> "?\s".
8886         * wid-edit.el (widget-default-create, widget-after-change)
8887         (widget-default-format-handler, widget-checklist-add-item)
8888         (widget-radio-add-item, widget-choose, widget-specify-secret)
8889         (widget-field-value-create, widget-field-value-get)
8890         (widget-editable-list-format-handler)
8891         (widget-editable-list-entry-create, widget-group-value-create)
8892         (widget-documentation-link-add)
8893         (widget-documentation-string-value-create): "?\ " -> "?\s".
8894         (widget-convert-text): Doc fix.
8895         (widget-narrow-to-field, widget-field-find)
8896         (widget-url-link-action, widget-emacs-library-link-action)
8897         (widget-color-notify): Fix typos in docstrings.
8899         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
8900         (x-select-text, set-w32-system-coding-system)
8901         (w32-add-charset-info): Fix typos in docstrings.
8903         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
8904         (cua-enable-cua-keys, cua-use-hyper-key)
8905         (cua-virtual-rectangle-edges): Fix typos in docstrings.
8906         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
8908         * net/tramp.el (tramp-handle-load): Fix typo in error message.
8910         * emacs-lisp/re-builder.el (regexp-builder): Declare with
8911         `defalias' instead of faking it.
8913         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
8914         (eshell-ls-missing, eshell-ls-dired-initial-args)
8915         (eshell-ls-use-in-dired): Fix typos in docstrings.
8917 2005-07-20  Kim F. Storm  <storm@cua.dk>
8919         * emulation/cua-base.el (cua-mode): Improve doc string.
8921 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
8923         * abbrev.el (expand-region-abbrevs): Doc fix.
8924         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
8925         Improve argument/docstring consistency.
8927         * arc-mode.el (archive-get-descr, archive-alternate-display):
8928         Doc fixes.
8929         (archive-l-e): Improve argument/docstring consistency.
8930         (archive-tmpdir, archive-unixdate, archive-unixtime)
8931         (archive-chmod-entry): Fix typos in docstrings.
8932         (archive-unflag, archive-unflag-backwards)
8933         (archive-unmark-all-files): "?\ " -> "?\s".
8935         * buff-menu.el (Buffer-menu-unmark): Doc fix.
8936         (Buffer-menu-not-modified, Buffer-menu-execute)
8937         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
8938         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
8940         * composite.el (compose-string, encode-composition-rule)
8941         (compose-last-chars): Fix typos in docstrings.
8943         * desktop.el (desktop-enable, desktop-basefilename):
8944         Declare with `define-obsolete-variable-alias'.
8945         (desktop-internal-v2s): Don't quote keywords.
8946         (desktop-clear): "?\ " -> "?\s".
8948         * dired.el (dired-align-file, dired-flag-backup-files)
8949         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
8950         (dired-listing-switches, dired-ls-F-marks-symlinks)
8951         (dired-dwim-target, dired-load-hook, dired-mode-hook)
8952         (dired-directory, dired-faces, dired, dired-revert)
8953         (dired-mode, dired-summary, dired-view-file)
8954         (dired-copy-filename-as-kill, dired-delete-file)
8955         (dired-no-confirm, dired-unmark-all-marks)
8956         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
8957         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
8958         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
8959         Fix typos in message strings.
8961         * dired-x.el (virtual-dired): Declare with `defalias'.
8962         (dired-mark-unmarked-files, dired-local-variables-file)
8963         (dired-omit-here-always): Doc fix.
8964         (dired-omit-mode, dired-find-subdir)
8965         (dired-enable-local-variables, dired-clean-up-buffers-too)
8966         (dired-extra-startup, dired-mark-extension, dired-jump)
8967         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
8968         (dired-smart-shell-command, dired-guess-shell-alist-user)
8969         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
8970         (dired-x-bind-find-file, dired-x-submit-report):
8971         Fix typos in docstrings.
8972         (dired-mark-unmarked-files): "?\ " -> "?\s".
8974         * dirtrack.el (dirtrack-list): Fix typos in docstring.
8976         * faces.el (describe-face): "?\ " -> "?\s".
8977         (read-all-face-attributes, read-face-font, modify-face)
8978         (face-attr-construct, italic): Fix typos in docstrings.
8979         (frame-update-face-colors): Declare with
8980         `define-obsolete-function-alias'.
8982         * files.el (find-file-noselect, recode-file-name): Doc fixes.
8983         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
8984         (magic-mode-alist, buffer-file-numbers-unique)
8985         (write-file-functions, get-free-disk-space):
8986         Fix typos in docstrings.
8987         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
8988         (write-contents-hooks, write-file-hooks):
8989         Declare with `define-obsolete-variable-alias'.
8991         * forms-d2.el (arch-rj): Fix typo in docstrings.
8992         (arch-tocol): Likewise.  "?\ " -> "?\s".
8994         * frame.el (set-frame-font, cursor-in-non-selected-windows):
8995         Fix typo in docstring.
8996         (set-screen-width, set-screen-height): Delete redundant info in
8997         doctrings.
8998         (new-frame, screen-height, screen-width): Declare with
8999         `define-obsolete-function-alias'.
9000         (delete-frame-hook, blink-cursor): Declare with
9001         `define-obsolete-variable-alias'.
9003         * paths.el (prune-directory-list): Fix typos in docstring.
9005         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
9006         (cvs-prefix-get): Fix typos in docstrings.
9008         * ps-print.el (ps-extend-face-list, ps-extend-face)
9009         (ps-print-background-image): Fix typos in docstrings.
9010         (ps-default-fg, ps-default-bg): Doc fixes.
9012         * s-region.el (s-region-bind): Doc fix.
9013         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
9015         * textmodes/org.el (org-table-formula-substitute-names)
9016         (org-table-get-vertical-vector): Doc fixes.
9017         (org-table-recalculate): Remove unused argument to `message'.
9019 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
9021         * textmodes/org.el (org-table-column-names)
9022         (org-table-column-name-regexp)
9023         (org-table-named-field-locations): New variables.
9024         (org-archive-subtree): Protect `this-command' when calling
9025         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
9026         the kill buffer.
9027         (org-complete): Remove fixed-formula completion.
9028         (org-edit-formulas-map): New variable.
9029         (org-table-edit-formulas): New command.
9030         (org-finish-edit-formulas, org-abort-edit-formulas)
9031         (org-show-variable, org-table-get-vertical-vector): New functions.
9032         (org-table-maybe-eval-formula): Handle `:=' fields.
9033         (org-table-get-stored-formulas, org-table-store-formulas)
9034         (org-table-get-formula, org-table-modify-formulas)
9035         (org-table-replace-in-formulas): Handle named field formulas.
9036         (org-table-get-specials): Store locations of named fields.
9038 2005-07-19  Juri Linkov  <juri@jurta.org>
9040         * progmodes/grep.el (grep-regexp-alist)
9041         (grep-mode-font-lock-keywords, grep-process-setup):
9042         Use default GNU grep match color "01;31m" instead of "01;41m".
9043         (grep-regexp-alist, grep-mode-font-lock-keywords):
9044         Use `\\[[0-9]*m' instead of `\\[00m'.
9045         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
9046         sgr_start where its handling is more important.  Use the real
9047         length of sgr_start instead of constant 8.
9048         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
9049         specially.  Delete all remaining escape sequences.
9050         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
9051         (grep-regexp-alist): Make hyperlink only for binary file name
9052         instead of the whole line.
9053         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
9054         (grep-mode): Add autoload.
9056         * emacs-lisp/find-func.el (find-function-regexp):
9057         Add `define-compilation-mode'.
9059 2005-07-19  Juri Linkov  <juri@jurta.org>
9061         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
9062         (compare-windows-sync-string-size, compare-windows-recenter)
9063         (compare-windows-highlight, compare-windows): Add version 22.1.
9064         (compare-windows) <defface>: Inherit from lazy-highlight instead
9065         of duplicating its default value.
9067         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
9068         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
9070         * descr-text.el (describe-char): Create link buttons for `charset'
9071         and `code point'.  Add the current input method name with a link
9072         button to `to input' field.  Print face names of display table
9073         characters in `The display table entry is displayed by' section
9074         instead of printing face-id in the `display' field.
9075         Guess hardcoded faces and create a link button for them.
9076         Skip empty fields when calculating max-width.
9077         Treat `widget-create' specially while inserting strings from the
9078         collected field list.
9079         (describe-char-after): Made obsolete in version 22.1, not 21.5.
9081         * diff-mode.el (diff-file-header): Change foreground color from
9082         yellow to green on light backgrounds.
9083         (diff-context): Inherit from `shadow' only for color/grayscale
9084         with more than 88 colors.
9085         (diff-indicator-removed, diff-indicator-added)
9086         (diff-indicator-changed): New faces.
9087         (diff-font-lock-keywords): Use new faces.  Regroup rules.
9088         Add "^---$" for `normal' diff format.  Fontify `#' lines with
9089         font-lock-comment-delimiter-face and font-lock-comment-face.
9090         Add `#' to ^[^...] in the rule for `diff-context-face'.
9092         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
9093         a button-like box.  Inherit from `highlight' on low colors.
9094         (shadow): Use shades of gray only for color/grayscale with
9095         more than 88 colors.  Use green for light backgrounds with
9096         8 colors, and yellow for dark backgrounds with 8 colors.
9098         * font-lock.el (font-lock-regexp-grouping-backslash):
9099         Don't inherit from escape-glyph (use bold for all cases).
9101         * info.el (info-xref-visited): Use light foreground color `violet'
9102         for dark backgrounds instead of dark color `magenta3'.
9103         (info-title-1): Use `yellow' color for dark backgrounds.
9105         * isearch.el (isearch): Use not-too-dark magenta3 instead of
9106         too-light magenta2.
9108         * replace.el (match): Use slightly more light RoyalBlue3 instead
9109         of dark RoyalBlue4.
9111         * wid-edit.el (widget-inactive): Inherit from `shadow'.
9113 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
9115         * novice.el (disabled-command-hook): Declare it with
9116         `define-obsolete-variable-alias'.
9118         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
9119         (desktop-buffer-misc-functions, desktop-buffer-handlers)
9120         (desktop-load-default): Add release to obsolescence info.
9121         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
9122         (desktop-append-buffer-args, desktop-read):
9123         Fix typos in docstrings.
9124         (desktop-kill): Fix typo in message.
9125         (desktop-save): Doc fix.
9127 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
9129         * viper-cmd.el (viper-escape-to-state): Bug fix.
9130         (viper-envelop-ESC-key): Change the definition of fast
9131         keysequence so it'll work with keyboard macros.
9133         * ediff.el (ediff-patch-buffer): Change the docstring.
9135 2005-07-19  Kenichi Handa  <handa@m17n.org>
9137         * international/mule-cmds.el (select-safe-coding-system): Try to
9138         use an auto-coding (if any) before anything else.  If the found
9139         auto-coding is invalid, show a warning message.
9141         * international/mule.el (find-auto-coding): New function created
9142         by modifying the body of set-auto-coding.
9143         (set-auto-coding): Use find-auto-coding to find a coding.
9145 2005-07-18  Richard M. Stallman  <rms@gnu.org>
9147         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
9148         not isearch-mode-end-hook-error.
9149         (allout-before-change-protect): Fix error message.
9151 2005-07-18  Juri Linkov  <juri@jurta.org>
9153         * allout.el (allout-mode):
9154         * calculator.el (calculator-copy):
9155         * custom.el (custom-known-themes):
9156         * dired.el (dired-desktop-buffer-misc-data)
9157         (dired-restore-desktop-buffer):
9158         * dired-x.el (dired-omit-marker-char):
9159         * files.el (basic-save-buffer):
9160         * font-core.el (font-lock-mode):
9161         * calendar/calendar.el (calendar-goto-hebrew-date)
9162         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
9163         (calendar-goto-persian-date):
9164         * language/ethio-util.el (ethio-sera-to-fidel-region):
9165         * textmodes/picture.el (picture-mode):
9166         Delete duplicate duplicate words.
9168 2005-07-18  Juri Linkov  <juri@jurta.org>
9170         * isearch.el (isearch-mode-map): Remove key bindings for regexp
9171         chars * ? } |.
9172         (isearch-fallback): Don't call `isearch-process-search-char'.
9173         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
9174         (isearch-process-search-char): Call `isearch-fallback' for regexp
9175         chars * ? } |.
9176         (isearch-return-char): Make obsolete with `make-obsolete' instead
9177         of simply documenting it as obsolete in the docstring.
9178         (isearch-fallback): Refill docstring.
9180         * international/isearch-x.el
9181         (isearch-process-search-multibyte-characters): Remove unneeded
9182         `concat'.  Add intermediate values to `junk-hist' instead of
9183         `minibuffer-history'.  Test the length of `str'.
9185 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
9187         * allout.el (allout-resolve-xref): Fix typos in error strings.
9188         (allout-before-change-protect): Remove unneeded `concat'.
9190         * array.el (array-mode, array-reconfigure-rows)
9191         (untabify-backward): Fix typos in docstrings.
9192         (array-reconfigure-rows): Use `insert-buffer-substring', not
9193         `insert-buffer'.
9195         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
9196         * progmodes/ada-mode.el (ada-make-body):
9197         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
9199         * dired.el (dired-log):
9200         * tar-mode.el (tar-subfile-save-buffer):
9201         * play/zone.el (zone-pgm-stress-destress):
9202         Use `insert-buffer-substring', not `insert-buffer'.
9204 2005-07-17  Simon Josefsson  <jas@extundo.com>
9206         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
9208 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
9210         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
9211         Add plain auth method.
9212         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
9214 2005-07-17  Kim F. Storm  <storm@cua.dk>
9216         * ido.el (dired-other-window): Add ido property.
9218 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
9220         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
9221         Fix typo in docstring.
9222         (byte-compile-interactive-only-functions): Add `insert-buffer' and
9223         `insert-file-literally'.
9225         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
9226         info and delete redundant message.  Doc fix.
9227         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
9228         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
9230 2005-07-16  Richard M. Stallman  <rms@gnu.org>
9232         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
9233         (byte-compile-and): Use byte-compile-and-recursion.
9234         (byte-compile-or-recursion): New function.
9235         (byte-compile-or): Use that.
9236         (byte-compile-if): Guard the else-clause too.
9237         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
9239         * isearch.el (isearch-mode-end-hook-quit): New variable.
9240         (isearch-done): Bind it.
9241         (isearch-mode-end-hook): Doc fix.
9243         * allout.el (allout-isearch-did-quit): Variable deleted.
9244         (allout-real-isearch-abort): Function name no longer used.
9245         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
9246         (allout-isearch-rectification): isearch-mode always exists.
9247         Don't set allout-isearch-did-quit.
9248         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
9249         allout-isearch-did-quit.
9250         (allout-enwrap-isearch): Just add the hook.
9251         (allout-isearch-abort): Function deleted.
9252         (allout-pre-command-business): Avoid warning.
9254         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
9255         Correctly avoid warnings.
9256         (pascal-outline): Likewise.
9258         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
9260         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
9262         * play/tetris.el (tetris-mode): Avoid warning.
9264         * play/snake.el (snake-mode): Avoid warning.
9266         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
9267         (gamegrid-set-display-table): Avoid warning.
9268         (gamegrid-set-timer): Likewise.
9269         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
9270         (gamegrid-add-score-with-update-game-score-1): Take FILE
9271         as argument.
9272         (gamegrid-add-score-with-update-game-score): Pass that argument.
9273         Rename have-shared-game-dir to gamegrid-shared-game-dir.
9275         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
9277         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
9278         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
9280         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
9281         and insert-file.
9283         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
9284         (sc-ask): Avoid warnings.
9286         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
9287         (eshell-hist-initialize): Use that var the natural way.
9289         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
9291         * emacs-lisp/re-builder.el (reb-cook-regexp):
9292         Avoid warning calling lre-compile-string.
9293         (reb-color-display-p): Avoid warning.
9295         * calculator.el (calculator-last-input): Guard uses
9296         of event-key and key-press-event-p.
9297         (event-key, key-press-event-p): Delete definitions.
9299         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
9300         (find-gc-source-directory, find-gc-subrs-callers)
9301         (find-gc-noreturn-list, find-gc-source-files)
9302         (find-gc-subrs-called): Vars renamed and defvar'd.
9304         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
9305         (checkdoc-overlay-put, checkdoc-delete-overlay)
9306         (checkdoc-overlay-start, checkdoc-overlay-end)
9307         (checkdoc-mode-line-update, checkdoc-char=):
9308         Define such that compiler knows they are defined.
9309         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
9310         (checkdoc-read-event): Delete.  Use read-event directly.
9312         * whitespace.el (whitespace-make-overlay)
9313         (whitespace-overlay-put, whitespace-delete-overlay)
9314         (whitespace-overlay-start, whitespace-overlay-end):
9315         Define such that compiler knows they are defined.
9316         (whitespace): Move conditional inside.
9318         * tempo.el (tempo-insert-template): Suppress warning.
9320         * ediff-diff.el (longlines-mode): Add defvar.
9322 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
9324         * server.el: Bind "C-x #" in a way that works even if C-x is
9325         redefined to a command key, not a prefix key.
9327 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
9329         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
9330         cl-make-type-test till execution time.
9332 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
9334         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
9335         arg ARG and use it.
9337 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
9339         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
9341 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
9343         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
9344         a defcustom with two :set or :type keywords.
9346 2005-07-15  Richard M. Stallman  <rms@gnu.org>
9348         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9349         Don't give ^M comment-end syntax.
9351 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
9353         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
9354         Don't consider gdbmi (gdb-mi.el has its own update functions).
9355         (gdb-var-delete): Make it work for gdbmi as well.
9356         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
9358         * progmodes/gud.el (etags, sdb): Only require etags when needed.
9359         (gud-speedbar-menu-items): Correct logic for enabling items.
9361 2005-07-15  Kim F. Storm  <storm@cua.dk>
9363         * ido.el: Fix commentary.
9364         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
9365         Use with-no-warnings around ffap-guesser.
9366         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
9367         Let bind minibuffer-completing-file-name to t.
9369 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
9371         * startup.el (site-run-file, keyboard-type): Doc fixes.
9372         (command-line): Check for "--basic-display" argument; also for
9373         "--quick", not "--bare-bones" (which was renamed).
9374         (fancy-splash-text): Add missing item "Getting New Versions".
9375         (normal-splash-screen): Fix typos and improve consistency with
9376         `fancy-splash-text'.  Update copyright year.
9378         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
9379         valid binding for `help-char'.
9381         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
9383 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
9385         * term.el (term-mode): Disable cua-mode for term buffers.
9387 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
9389         * add-log.el (add-log-mailing-address, change-log-merge):
9390         Doc fixes.
9391         (change-log-get-method-definition): Fix typo in docstring.
9393 2005-07-14  Kim F. Storm  <storm@cua.dk>
9395         * emulation/cua-base.el:
9396         (cua--pre-command-handler-1, cua--pre-command-handler)
9397         (cua--post-command-handler-1, cua--post-command-handler):
9398         Split in two.  Check (buffer local) value of cua-mode.
9399         (cua-selection-mode): New command.
9401 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
9403         * custom.el (custom-initialize-safe-set)
9404         (custom-initialize-safe-default): Doc fixes.
9406         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
9407         and simplify :init-value again.
9409         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
9410         and simplify :init-value again.  Delete autoload.
9412         * startup.el (command-line): Use `custom-reevaluate-setting' again
9413         for tooltip-mode.
9415         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
9416         a defcustom with two :initialize keywords.
9418 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
9420         * allout.el (my-mark-marker, allout-isearch-prior-pos)
9421         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
9422         (allout-post-command-business, allout-flag-region)
9423         (isearch-reenable-font-lock, allout-yank)
9424         (allout-insert-latex-header, allout-insert-latex-trailer)
9425         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
9426         (allout-latex-verb-quote): Fix typos in docstrings.
9427         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
9428         (allout-unprotected, allout-prefix-data):
9429         Improve argument/docstring consistency.
9430         (allout-chart-subtree): Fix argument spec.
9431         (allout-open-topic): Rename `use_sib_bullet' argument to
9432         `use-sib-bullet'.  Doc fix.
9434         * whitespace.el (whitespace-check-buffer-leading)
9435         (whitespace-check-buffer-trailing)
9436         (whitespace-check-buffer-indent)
9437         (whitespace-check-buffer-spacetab)
9438         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
9439         (whitespace-check-leading-whitespace)
9440         (whitespace-check-trailing-whitespace)
9441         (whitespace-check-spacetab-whitespace)
9442         (whitespace-check-indent-whitespace)
9443         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
9444         (whitespace-modes): Fix typos in docstrings.
9445         (defgroup, defcustom): Doc fixes.
9447         * winner.el (winner-mode, winner-boring-buffers)
9448         (winner-pending-undo-ring): Doc fixes.
9449         (winner-ring): Remove unneeded `progn'.
9450         (winner-equal): `defsubst' it.
9451         (winner-redo): Fix message.
9453 2005-07-13  Kim F. Storm  <storm@cua.dk>
9455         * simple.el (line-move-1): Always use vertical-motion to
9456         do the last (or only) line move to ensure some movement.
9457         Undo 2005-06-23 change--don't check for overlays.
9459 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9461         * term/mac-win.el (ccl-encode-mac-roman-font)
9462         (ccl-encode-mac-centraleurroman-font)
9463         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
9464         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
9465         Change charset-id boundary of dimension to ?\xef.
9466         (mac-char-fontspec-list): New constant.
9467         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
9468         argument.  Nil uses itself as family in font-spec.  Previous
9469         behavior for nil is now provided by non-nil non-string argument.
9470         All callers changed.  Add font-specs for Mac fonts to
9471         "fontset-default" unless iso8859-1 fonts are installed.
9473 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9475         * progmodes/sh-script.el (sh-get-indent-info): Only indent
9476         a continuation line if the \ is preceded by SPC or TAB.
9477         (sh-get-indent-info): Simplify.
9478         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
9479         Use with-current-buffer.
9481         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
9482         when the matched text is empty.
9484 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
9486         * startup.el (command-line): Revert to previous handling of
9487         tooltip-mode.  Explain in comment why the complexity is needed.
9489         * tooltip.el (tooltip-mode): Revert to previous implementation of
9490         its defcustom.
9492         * frame.el (blink-cursor-mode): Revert to previous implementation
9493         of its defcustom.  Update comment.
9495 2005-07-12  Lars Hansen  <larsh@soem.dk>
9497         * desktop.el: Update e-mail address.
9499 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9501         * term/mac-win.el (mac-services-mail-selection)
9502         (mac-services-mail-to): New functions.
9503         (mac-application-menu-map): Bind them.
9505 2005-07-12  wulei <milton@wulei.net>  (tiny change)
9507         * progmodes/gdb-ui.el: Add note about buffering with Windows.
9509 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
9511         * custom.el (custom-reevaluate-setting): Doc fix.
9513 2005-07-11  Jay Belanger  <belanger@truman.edu>
9515         * calc/calc.el (calc-embedded-announce-formula-alist)
9516         (calc-embedded-open-close-plain-alist)
9517         (calc-embedded-open-close-mode-alist): Add checks for additional
9518         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
9520 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
9522         * custom.el (custom-enable-theme): Don't add theme to
9523         `custom-enabled-themes' with `push' because there is no
9524         setf-method for `delq'.
9526 2005-07-11  Richard M. Stallman  <rms@gnu.org>
9528         * custom.el (custom-declare-variable): Doc fix.
9530         * dired-aux.el (dired-compare-directories): Remove "." and ".."
9531         from the alists.
9533         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
9534         Do nothing if edebug-active.
9536         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
9537         (edebug-display): Do it here instead.
9539 2005-07-10  Richard M. Stallman  <rms@gnu.org>
9541         * cus-face.el (custom-theme-set-faces): Make it work.
9542         (custom-reset-faces): Doc fix.
9543         (custom-theme-reset-internal-face, custom-theme-face-value):
9544         Functions deleted.
9546         * custom.el (custom-push-theme): Maintain list of the settings
9547         of a given theme in its theme-settings property.
9548         Maintain position of old settings in the theme-value
9549         or theme-face property.
9550         (custom-enabled-themes): New variable.
9551         (custom-theme-enabled-p): New function.
9552         (provide-theme): Update custom-enabled-themes.
9553         Disable and reenable the `user' theme.
9554         (require-theme): Doc fix.
9555         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
9556         (custom-theme-value, custom-theme-variable-value): Likewise.
9557         (custom-theme-reset-internal): Likewise.
9558         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
9559         (custom-enable-theme, custom-disable-theme): New functions.
9560         (custom-variable-theme-value, custom-face-theme-value): Likewise.
9561         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
9562         (custom-theme-reset-variables): Simplify.
9563         (deftheme, custom-declare-theme, custom-make-theme-feature):
9564         Definitions moved.
9566 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
9568         * longlines.el (longlines-show-region)
9569         (longlines-unshow-hard-newlines): Recognize hard newlines by
9570         non-nil hard property, instead of t.
9572 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
9574         * viper-cmd.el (viper--key-maps): New variable.
9575         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
9576         emulation-mode-map-alists.
9577         (viper-envelop-ESC-key): Use viper-subseq.
9578         (viper-search-forward/backward/next): Disable debug-on-error.
9580         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
9581         (viper-ESC-key): New defcustoms.
9583         * viper-macs.el (ex-map-read-args): Use viper-subseq.
9585         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
9586         (viper-subseq): Copy of subseq from cl.el.
9588         * viper.el (viper-go-away, viper-set-hooks): Use
9589         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
9591         * viper-mous.el (viper-current-frame-saved): Use defvar.
9593         * viper-init.el: Get rid of -face in face names.
9595         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
9596         Make it work with longlines mode
9598         * ediff-mult.el (ediff-meta-mode-hook): New variable.
9600         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
9602         * ediff-init.el: Get rid of -face in face names.
9604 2005-07-10  Richard M. Stallman  <rms@gnu.org>
9606         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
9607         and with-timeout-unsuspend.
9609         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
9610         and with-timeout-unsuspend.
9612         * emacs-lisp/timer.el (with-timeout-timers): New variable.
9613         (with-timeout): Bind that variable to record timers.
9614         (with-timeout-suspend, with-timeout-unsuspend): New functions.
9616         * emacs-lisp/debug.el (debug-help-follow): New function.
9617         (debugger-mode-map): Use that instead of help-follow.
9618         (debugger-setup-buffer): Use eval-buffer-list
9619         to handle eval-buffer frames.
9621 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
9623         * timezone.el (timezone-parse-date): Change first regexp
9624         so it will not mistakenly match dates with no time zone.
9626 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
9628         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
9630 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
9632         * custom.el (custom-initialize-safe-set)
9633         (custom-initialize-safe-default): New functions.
9635         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
9636         and simplify :init-value.
9638         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
9639         and simplify :init-value.  Delete obsolete comment.
9641         * startup.el (command-line): Use `custom-reevaluate-setting' to
9642         handle `tooltip-mode'.  Delete obsolete comment.
9644         * files.el (set-visited-file-name): Avoid calling
9645         `file-name-nondirectory' with a nil argument.
9647 2005-07-09  Richard M. Stallman  <rms@gnu.org>
9649         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
9650         was called with nil for the buffer, handle the read position right.
9651         Handle read position for eval-region, too.
9653 2005-07-09  Juri Linkov  <juri@jurta.org>
9655         * fringe.el (fringe-mode): Add period in docstring.
9656         (fringe-query-style): Build prompt depending on `all-frames' arg.
9658         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
9659         to not create links to unrelated functions in the Help buffer.
9661         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
9662         Doc fix.
9664         * simple.el (next-error-hook): New variable.
9665         (next-error): Use it.  Doc fix.
9667         * textmodes/ispell.el (ispell-command-loop): Add current
9668         dictionary name and program name to mode-line-format.
9669         (ispell-region, ispell-process-line): Add current dictionary name
9670         and program name to messages.
9672 2005-07-08  Jay Belanger  <belanger@truman.edu>
9674         * calc/calc.el (calc-embedded-announce-formula-alist)
9675         (calc-embedded-open-close-formula-alist)
9676         (calc-embedded-open-close-word-alist)
9677         (calc-embedded-open-close-plain-alist)
9678         (calc-embedded-open-close-new-formula-alist)
9679         (calc-embedded-open-close-mode-alist)
9680         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
9681         (calc-embedded-mode-hook): New variables.
9683         * calc/calc-embed.el (calc-embedded-firsttime)
9684         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
9685         New variables.
9686         (calc-do-embedded): Use calc-embedded-firsttime,
9687         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
9688         determine whether or not to run hooks.
9689         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
9690         calc-embedded-firsttime-formula appropriately.
9691         Set calc-embedded delimiter variables according to mode.
9693 2005-07-08  Richard M. Stallman  <rms@gnu.org>
9695         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
9696         Check for "emacs", etc., as entire symbol, not just as word.
9697         (checkdoc-file-comments-engine): Use regexp-quote on FN.
9699         * files.el (set-visited-file-name): Report the error
9700         for "empty filename" earlier.
9701         (kill-some-buffers): Ignore buffers already dead.
9703         * fringe.el (fringe-mode): Doc fix.
9705         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
9706         Check for (featurep 'xemacs) and turn off warnings in what it guards.
9707         Use unwind-protect to ensure byte-compile-unresolved-functions
9708         is updated.
9710         * whitespace.el (whitespace-buffer-leading-cleanup):
9711         Simplify w/ skip-chars-forward.
9712         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
9714         * mail/rmail.el (rmail-only-expunge): Fix paren error.
9715         Unconditionally try to leave point at the same old place.
9717 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
9719         * comint.el (comint-postoutput-scroll-to-bottom)
9720         (comint-show-maximum-output): Take scroll-margin into consideration.
9722 2005-07-08  Kim F. Storm  <storm@cua.dk>
9724         * ido.el (ido-use-filename-at-point): New choice `guess'.
9725         (ido-file-internal): Try ffap-guesser if selected.
9727         * ido.el (ido-before-fallback-functions): New hook.
9728         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
9729         (ido-read-file-name): Run it.
9731 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9733         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
9734         strings rather than a list of symbols to the completion function.
9736 2005-07-07  Jay Belanger  <belanger@truman.edu>
9738         * calc/calc-units.el (math-apply-units): Change the places in
9739         which units are simplified.
9741 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
9743         * cus-edit.el (customize-option, customize-option-other-window):
9744         Make them handle aliases.
9746         * custom.el (custom-variable-p): Make it recursively follow
9747         aliases.  Mention that in the docstring.
9749 2005-07-07  Richard M. Stallman  <rms@gnu.org>
9751         * cus-start.el (exec-path): Use `directory' instead of `file'.
9752         Fix tag for nil.
9754 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
9756         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
9757         when called non-interactively.  Doc fix.
9759 2005-07-07  Lute Kamstra  <lute@gnu.org>
9761         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
9762         new address as well.
9764 2005-07-07  Kenichi Handa  <handa@m17n.org>
9766         * international/mule.el (make-coding-system):
9767         Describe `ascii-incompatible' property in the docstring.
9768         (set-file-name-coding-system): Signal an error if coding-system is
9769         ascii-incompatible.
9770         (set-keyboard-coding-system): Likewise.
9772         * international/mule-cmds.el (set-default-coding-systems):
9773         Don't set default-file-name-coding-system and
9774         default-keyboard-coding-system if coding-system is ASCII-incompatible.
9776         * international/utf-16.el: Declare that all UTF-16-based coding
9777         systems are ASCII-incompatible.
9779 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
9781         * progmodes/gud.el: Require font-lock for displaying errors.
9782         Used by gdb-ui.el.
9784 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
9786         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
9787         values for the pattern lists which are `read'able but not
9788         `append'able (like symbols).
9790 2005-07-06  Richard M. Stallman  <rms@gnu.org>
9792         * progmodes/flymake.el (flymake-float-time): Instead of
9793         with-no-warnings, test for xemacs.
9794         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
9795         to avoid warning.
9797 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
9799         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
9801 2005-07-05  Lute Kamstra  <lute@gnu.org>
9803         * battery.el: Add support for Darwin (with much debugging help
9804         from Samuel Lauber <sam124@operamail.com>).
9805         (battery-status-function, battery-echo-area-format)
9806         (battery-mode-line-format): Add support for pmset on Darwin.
9807         (battery-load-low, battery-load-critical): New user options.
9808         (battery-pmset): New function.
9810 2005-07-05  Lute Kamstra  <lute@gnu.org>
9812         Update FSF's address in GPL notices.
9814         * textmodes/page-ext.el: Update FSF's address.
9816 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9818         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
9819         filling from using prefix when filling a single-line docstring.
9821         * progmodes/flymake.el: Remove useless eval-when-compile.
9823         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
9825 2005-07-04  Richard M. Stallman  <rms@gnu.org>
9827         * textmodes/org.el (org-file-apps-defaults-gnu):
9828         Rename from org-file-apps-defaults-linux.
9829         (org-default-apps): Don't test system-type for `linux'.
9830         (org-file-apps): Doc fix.
9832 2005-07-04  David Ponce  <david@dponce.com>
9834         * tree-widget.el: Improve header Commentary section.
9835         (tree-widget) [defgroup]
9836         (tree-widget-image-enable, tree-widget-themes-directory)
9837         (tree-widget-theme, tree-widget-image-properties-emacs)
9838         (tree-widget-image-properties-xemacs, tree-widget-create-image)
9839         (tree-widget-image-formats, tree-widget-control)
9840         (tree-widget-empty-control, tree-widget-leaf-control
9841         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
9842         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
9843         (tree-widget-keep, tree-widget-after-toggle-functions)
9844         (tree-widget-open-node, tree-widget-close-node): Doc fix.
9845         (tree-widget-open-control, tree-widget-close-control): Fix doc and
9846         :help-echo message.
9847         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
9848         (tree-widget-image-properties): Doc fix.  Clearer implementation.
9849         (tree-widget--cursors): New constant.
9850         (tree-widget-lookup-image): New function split from
9851         `tree-widget-find-image'.  Clearer implementation.
9852         (tree-widget-find-image): Use it.
9853         (tree-widget-button-keymap): Use `set-keymap-parent'.
9854         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
9855         Define the sub-widgets here.
9856         (tree-widget-node): Check that :node is not a tree-widget.
9857         (tree-widget-get-super, tree-widget-open-control)
9858         (tree-widget-close-control, tree-widget-empty-control)
9859         (tree-widget-leaf-control, tree-widget-guide)
9860         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
9861         (tree-widget-no-handle, tree-widget-value-delete)
9862         (tree-widget-map): Remove.
9863         (tree-widget-children-value-save): Doc fix.  Simplified.
9864         (tree-widget-value-create): Update according to previous changes.
9866 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
9868         * textmodes/org.el: Leading space replaced by TABS.
9869         (org-recalc-marks, org-table-rotate-recalc-marks)
9870         (org-table-get-specials): Treat "^" and "_" marks.
9871         (org-table-justify-field-maybe): Optional argument NEW.
9872         (org-table-eval-formula): Parsing of the format simplified.
9873         New modes C,I.  Honor the %= parameter in the current table.
9874         Avoid unnecessary re-align by using the NEW argument to
9875         `org-table-justify-field-maybe'.
9876         (org-calc-default-modes): Default for date-format mimicks org-mode.
9877         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
9879 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
9881         * cus-face.el (custom-theme-set-faces): Make it handle face
9882         aliases whose alias declarations are pre- or autoloaded.
9884 2005-07-04  Juri Linkov  <juri@jurta.org>
9886         * faces.el (read-face-name): Put the code for getting a face name
9887         from the buffer before adding the faces from the `face' property.
9888         Use `completing-read-multiple' instead of `completing-read'.
9889         Require `crm'.  Add default value and post-process the returned
9890         list of faces.
9892         * emacs-lisp/crm.el (crm-find-current-element)
9893         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
9895         * emacs-lisp/lisp-mode.el (eval-defun-1):
9896         * emacs-lisp/edebug.el (edebug-eval-defun):
9897         Remove unnecessary quotes.
9899 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9901         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
9902         (prolog-indent-level): Fix typo in docstring.
9904         * info.el (Info-history, Info-history-forward)
9905         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
9907         * add-log.el (add-change-log-entry):
9908         * comint.el (comint-dynamic-list-input-ring)
9909         (comint-dynamic-list-completions):
9910         * dabbrev.el (dabbrev-expand):
9911         * delim-col.el (delimit-columns-rectangle-line):
9912         * diff-mode.el (diff-context->unified, diff-reverse-direction)
9913         (diff-unified->context):
9914         * ediff-init.el (ediff-abbrev-jobname):
9915         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
9916         (ediff-replace-session-activity-marker-in-meta-buffer):
9917         * info.el (Info-summary):
9918         * lpr.el (printify-region):
9919         * printing.el (pr-create-interface):
9920         * ps-print.el (ps-print-quote):
9921         * ses.el (ses-column-widths, ses-print-cell)
9922         (ses-adjust-print-width, ses-center):
9923         * shell.el (shell-file-name-quote-list):
9924         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
9925         (strokes-fill-current-buffer-with-whitespace)
9926         (strokes-xpm-for-stroke, strokes-list-strokes)
9927         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
9928         * term.el (term-dynamic-list-input-ring)
9929         (term-dynamic-list-completions):
9930         * calc/calc.el (math-format-stack-value):
9931         * emacs-lisp/edebug.el (edebug-display-freq-count):
9932         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
9933         (delphi-new-comment-line):
9934         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
9935         * progmodes/executable.el (executable-set-magic):
9936         * progmodes/python.el (inferior-python-mode):
9937         * progmodes/scheme.el (scheme-mode-syntax-table):
9938         * progmodes/sh-script.el (sh-maybe-here-document):
9939         * progmodes/sql.el (sql-copy-column):
9940         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
9941         * textmodes/bibtex.el (bibtex-mode):
9942         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
9943         (sgml-auto-attributes):
9944         * textmodes/table.el (table-insert, table-shorten-cell)
9945         (table--generate-source-scan-lines, table-delete-row)
9946         (*table--cell-delete-char, table--spacify-frame)
9947         (table--horizontally-shift-above-and-below)
9948         (table--cell-insert-char, table--cell-blank-str)
9949         (table--fill-region-strictly):
9950         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
9951         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
9953         * add-log.el (change-log):
9954         * apropos.el (apropos):
9955         * comint.el (comint-completion, comint-source):
9956         * dabbrev.el (dabbrev):
9957         * delim-col.el (columns):
9958         * diff-mode.el (diff-mode):
9959         * ediff.el (ediff):
9960         * ediff-diff.el (ediff-diff):
9961         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
9962         * ediff-mult.el (ediff-mult):
9963         * ediff-ptch.el (ediff-ptch):
9964         * ediff-wind.el (ediff-window):
9965         * facemenu.el (facemenu):
9966         * indent.el (indent):
9967         * info.el (info):
9968         * jka-cmpr-hook.el (compression, jka-compr):
9969         * lpr.el (lpr):
9970         * outline.el (outlines):
9971         * pcmpl-cvs.el (pcmpl-cvs):
9972         * pcmpl-rpm.el (pcmpl-rpm):
9973         * printing.el (printing):
9974         * ps-print.el (postscript, ps-print, ps-print-horizontal)
9975         (ps-print-vertical, ps-print-headers, ps-print-font)
9976         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
9977         (ps-print-background, ps-print-printer, ps-print-page)
9978         (ps-print-miscellany):
9979         * ses.el (ses):
9980         * shell.el (shell, shell-directories, shell-faces):
9981         * startup.el (initialization):
9982         * strokes.el (strokes):
9983         * term.el (term):
9984         * uniquify.el (uniquify):
9985         * w32-vars.el (w32):
9986         * calc/calc.el (calc):
9987         * emacs-lisp/bytecomp.el (bytecomp):
9988         * emacs-lisp/cl-indent.el (lisp-indent):
9989         * emacs-lisp/edebug.el (edebug):
9990         * emacs-lisp/elp.el (elp):
9991         * emacs-lisp/testcover.el (testcover):
9992         * emacs-lisp/trace.el (trace):
9993         * emulation/viper-ex.el (viper-ex):
9994         * emulation/viper-mous.el (viper-mouse):
9995         * mail/mailalias.el (mailalias):
9996         * mail/supercite.el (supercite, supercite-frames)
9997         (supercite-attr, supercite-cite, supercite-hooks):
9998         * net/rcompile.el (remote-compile):
9999         * net/rlogin.el (rlogin):
10000         * obsolete/ooutline.el (outlines):
10001         * progmodes/delphi.el (delphi):
10002         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
10003         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
10004         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
10005         (ebnf-optimization):
10006         * progmodes/etags.el (etags):
10007         * progmodes/executable.el (executable):
10008         * progmodes/idlwave.el (idlwave):
10009         * progmodes/pascal.el (pascal):
10010         * progmodes/prolog.el (prolog):
10011         * progmodes/python.el (python):
10012         * progmodes/scheme.el (scheme):
10013         * progmodes/sh-script.el (sh, sh-script):
10014         * progmodes/sql.el (SQL):
10015         * progmodes/tcl.el (tcl):
10016         * textmodes/bibtex.el (bibtex, bibtex-autokey):
10017         * textmodes/enriched.el (enriched):
10018         * textmodes/makeinfo.el (makeinfo):
10019         * textmodes/sgml-mode.el (sgml):
10020         * textmodes/table.el (table-hooks):
10021         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
10022         * textmodes/texinfo.el (texinfo):
10023         * textmodes/two-column.el (two-column):
10024         Finish `defgroup' description with period.
10026         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
10027         * eshell/esh-var.el (eshell-var):
10028         * progmodes/vhdl-mode.el (vhdl-testbench):
10029         * textmodes/org.el (org): Fix typos in docstrings.
10031         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
10032         consistency.
10034         * progmodes/flymake.el (flymake-find-file): Remove.
10035         (flymake-float-time): Use `with-no-warnings'.
10036         (flymake-check-start-time, flymake-check-was-interrupted)
10037         (flymake-err-info, flymake-is-running, flymake-last-change-time)
10038         (flymake-new-err-info): `defvar' at compile time.
10040 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
10042         * replace.el (occur-hook): Doc fix.
10043         (occur-1): Don't call `occur-hook' if there are no matches.
10045 2005-07-03  Richard M. Stallman  <rms@gnu.org>
10047         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
10048         global-map, save the same map.
10049         (global-map): Don't alter it at top level.
10050         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
10051         Then alter it here instead.
10052         (tpu-edt-off): Set global-map to the saved one.
10054         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
10055         All references simplified.
10056         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
10057         (zmacs-regions): Add defvar.
10058         (repeat-complex-command-map): Everything about that deleted.
10060         * textmodes/artist.el (artist-key-is-drawing)
10061         (artist-key-endpoint1, artist-key-poly-point-list)
10062         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
10063         (artist-key-compl-table, artist-rb-save-data)
10064         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
10065         Don't put them in eval-when-compile.
10066         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
10068         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
10069         Use with-no-warnings.
10071         * net/browse-url.el (dos-windows-version): Add defvar.
10073         * mail/supercite.el (filladapt-prefix-table): Add defvar.
10075         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
10076         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
10077         (rmail-new-summary-line-count): Rename from new-summary-line-count.
10078         Add defvar.
10079         (rmail-summary-beginning-of-message): Use with-no-warnings.
10080         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
10082         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
10083         Use with-no-warnings.
10085         * emulation/vi.el (vi-mark-region): Use c-mark-function.
10086         (c-mark-function): Add point-moving-unit property.
10087         (vi-goto-line): Use with-no-warnings.
10089         * emulation/edt.el (edt-last-copied-word): Add defvar.
10090         (zmacs-region-stays): Likewise.
10091         (edt-mark-section-wisely): Use c-mark-function for C.
10092         Use makr-defun for Fortran.
10093         (time-string): defvar deleted.
10094         (edt-display-the-time): Don't set time-string.
10096         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
10098         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
10099         Don't warn when name is not constant
10100         or for defining the group `emacs'.
10102         * tooltip.el (gud-tooltip-mode): Add defvar.
10104         * startup.el (default-frame-background-mode): Add defvar.
10106         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
10108         * info.el (tool-bar-map): Add defvar.
10110         * dired.el (dnd-protocol-alist): Add defvar.
10112         * dired-aux.el (dired-query): Display question with answer, when
10113         the user answers.
10115         * custom.el (custom-add-option): Doc fix.
10117         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
10119 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
10121         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
10122         bogus name from the last change.
10124 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
10126         * custom.el (custom-declare-variable): Fix typos in comment.
10127         (custom-known-themes): Doc fix.
10128         (custom-theme-directory): New defcustom.
10129         (require-theme): Make it check `custom-theme-directory'.
10131         * cus-theme.el (custom-new-theme-mode): New function.
10132         (custom-theme-name, custom-theme-variables, custom-theme-faces)
10133         (custom-theme-description): Add compiler defvars.
10134         (customize-create-theme): Add doc to the "*New Custom Theme*"
10135         buffer.  Use `custom-new-theme-mode'.
10136         (custom-theme-write): Put the created buffer in emacs-lisp-mode
10137         and save it to the `custom-theme-directory'.  Make this the
10138         default directory of the buffer.
10140 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
10142         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
10143         Fix unbalanced parentheses.
10145 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10147         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
10148         into flymake-mode and delegate to flymake-mode.
10150         * find-file.el (ff-which-function-are-we-in): Clean up.
10152 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
10154         * replace.el (occur-rename-buffer): Fix docstring.
10156         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
10157         (edt-last-copied-word, edt-learn-macro-count)
10158         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
10159         (edt-rect-start-point, edt-user-global-map, rect-start-point)
10160         (time-string, zmacs-region-stays):
10161         * emulation/edt-mapper.el (edt-save-function-key-map)
10162         (EDT-key-name): `defvar' to silence the byte-compiler.
10164 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
10166         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
10167         font-lock-regexp-backslash.  Doc fix.
10168         (font-lock-regexp-backslash-grouping-construct): Rename from
10169         font-lock-regexp-backslash-construct.  Doc fix.
10170         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
10171         grouping constructs.
10173 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
10175         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
10176         updating all the prerequisites.
10178 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
10180         * textmodes/org.el (org-agenda-start-on-weekday)
10181         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
10182         (org-agenda-use-time-grid, org-archive-location)
10183         (org-allow-space-in-links, org-usenet-links-prefer-google)
10184         (org-enable-table-editor, org-export-default-language)
10185         (org-export-html-show-new-buffer, org-fill-paragraph)
10186         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
10187         (org-goto-quit, org-occur, org-eval-in-calendar)
10188         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
10189         (org-agenda-diary-entry, org-remember-help)
10190         (org-table-convert-region, org-at-table-p)
10191         (org-table-move-row-down, org-table-move-row-up)
10192         (org-table-copy-region, org-table-toggle-vline-visibility)
10193         (org-table-get-stored-formulas, org-table-get-specials)
10194         (org-recalc-commands, org-table-eval-formula)
10195         (org-table-formula-substitute-names, orgtbl-make-binding)
10196         (org-format-org-table-html, org-format-table-table-html)
10197         (org-format-table-table-html-using-table-generate-source)
10198         (org-customize): Fix typos in docstrings.
10199         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
10200         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
10201         (org-back-to-heading): Doc fixes.
10202         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
10203         (org-agenda-change-all-lines, org-get-header):
10204         Improve argument/docstring consistency.
10205         (orgtbl-error): Fix error message.
10207         * progmodes/flymake.el (flymake-find-possible-master-files)
10208         (flymake-master-file-compare, flymake-get-line-err-count)
10209         (flymake-highlight-line, flymake-gui-warnings-enabled):
10210         Fix typos in docstrings.
10211         (flymake-parse-line, flymake-get-project-include-dirs-function)
10212         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
10213         Doc fixes.
10214         (flymake-get-project-include-dirs-function)
10215         (flymake-make-err-menu-data):
10216         Improve argument/docstring consistency.
10218 2005-07-01  Lute Kamstra  <lute@gnu.org>
10220         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
10221         Catch errors with ignore-errors.  Use temporary buffer.
10222         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
10224         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
10225         background color faces.
10226         (facemenu-set-foreground, facemenu-set-background):
10227         Use facemenu-set-face-from-menu.
10228         (facemenu-set-face-from-menu): Treat face names that start with
10229         "fg:" or "bg:" as special.
10230         (facemenu-add-new-color): Don't create faces.  Simplify.
10232 2005-06-30  Richard M. Stallman  <rms@gnu.org>
10234         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
10235         (crm-find-current-element): Likewise.
10237 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
10239         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
10241 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10243         * arc-mode.el (archive-extract): Make it work as a mouse binding.
10244         (archive-mouse-extract): Make it an obsolete alias.
10245         (archive-mode-map): Don't use archive-mouse-extract any more.
10246         (archive-mode, archive-extract): write-contents-hooks ->
10247         write-contents-functions.
10248         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
10249         first arg.
10250         (archive-rename-entry): Update the call.
10251         (archive-zip-summarize): Remove unused var `method'.
10252         (archive-lzh-summarize): Remove unused var `creator'.
10254         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
10255         dedicated frame upon exit.
10257         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
10258         (archive-zip-extract, archive-zip-expunge)
10259         (archive-zip-update, archive-zip-update-case): Use executable-find.
10260         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
10261         Use restore-buffer-modified-p.
10262         (archive-extract, archive-add-new-member, archive-write-file-member):
10263         Use with-current-buffer.
10264         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
10266 2005-06-30  Andreas Schwab  <schwab@suse.de>
10268         * progmodes/gud.el (gud-filter): Remove unneeded progn.
10270 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
10272         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
10274 2005-06-30  Juri Linkov  <juri@jurta.org>
10276         * faces.el (vertical-border): Inherit from mode-line-inactive
10277         only on tty.
10279 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
10281         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
10282         example, -NLINES in the `occur' docstring).
10284         * replace.el (occur-1): When no matches are found, do not set the
10285         `buffer-read-only' and modified flags for the occur buffer,
10286         because it is deleted.
10288         * emulation/cua-base.el (cua-check-pending-input)
10289         (cua-repeat-replace-region, cua-mode, cua-debug)
10290         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
10291         Fix typos in docstrings.
10293         * emulation/cua-gmrk.el (cua-toggle-global-mark)
10294         (cua-cut-region-to-global-mark)
10295         (cua--cut-rectangle-to-global-mark):
10296         Remove period from end of messages.
10298         * emulation/cua-rect.el (cua-do-rectangle-padding):
10299         Remove period from end of messages.
10300         (cua--rectangle-seq-format): Fix typo in docstring.
10301         (cua-sequence-rectangle, cua-fill-char-rectangle):
10302         Improve argument/docstring consistency.
10304 2005-06-29  Juri Linkov  <juri@jurta.org>
10306         * faces.el (default-frame-background-mode): New internal variable.
10307         (frame-set-background-mode): Use it.
10309         * startup.el (normal-top-level): Set default-frame-background-mode
10310         instead of frame-background-mode.  Before setting it, test for its
10311         nil value.  Remove tests for frame-background-mode and frame
10312         parameter `reverse'.  Add test for "unspecified-fg".
10314         * term/xterm.el (xterm-rxvt-set-background-mode):
10315         * term/rxvt.el (rxvt-set-background-mode):
10316         Set default-frame-background-mode instead of frame-background-mode.
10318 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
10320         * simple.el (set-variable): Warn about obsolete user variables.
10322         * imenu.el (imenu--completion-buffer):
10323         * mouse.el (mouse-buffer-menu-alist):
10324         * msb.el (msb-invisible-buffer-p):
10325         * calendar/diary-lib.el (diary-header-line-format):
10326         * emacs-lisp/pp.el (pp-buffer):
10327         * progmodes/cperl-mode.el (cperl-do-auto-fill):
10328         * textmodes/picture.el (picture-replace-match):
10329         Change space constants followed by a sexp to "?\s ".
10331         * play/decipher.el (decipher-loop-with-breaks):
10332         * textmodes/texinfo.el (texinfo-insert-@item): Change space
10333         constants "protected" from end of line by a comment to "?\s".
10335 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10337         * font-lock.el (save-buffer-state): Use `declare'.
10339         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
10340         reset the syntax-table to cperl-mode-syntax-table.
10341         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
10342         "foo_print_bar" is not matched as a reserved keyword.
10344 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
10346         * textmodes/org.el (orgtbl-setup): New function, for delayed
10347         setup for the orgtbl commands.
10348         (org-calc-default-modes): New option.
10349         (orgtbl-make-binding): Use `defun' to get better help display.
10350         (org-diary): Call `org-compile-prefix-format'.
10351         (org-table-formula-substitute-names): New function.
10352         (org-agenda-day-view, org-agenda-week-view): New commands.
10353         (org-agenda-toggle-week-view): Command removed.
10354         (org-tbl-menu): Split off from org-org-menu.
10355         (org-mode): Move removal of outline-mode menus to here.
10356         (org-table-formula-debug): New option.
10357         (org-table-insert-row): Keep first field if just "#" or "*".
10358         (org-mode): Paragraph regexps fixed.
10359         (org-table-recalculate-regexp): New constant.
10360         (org-table-justify-field-maybe): Avoid replace if not necessary.
10361         (org-copy-special, org-cut-special): Use `call-interactively'.
10362         (org-table-copy-region): Take region from `interactive' call.
10363         (org-trim): Return string even if no match.
10364         (org-formula): New face.
10365         (org-set-font-lock-defaults): No longer highlight "FIXME".
10366         But highlight formula-related fields in table.
10367         (org-table-p): Use regexp, not fontification.
10368         (org-table-align): Handle white space at end of line.
10369         (org-table-formula-evaluate-inline): New option.
10370         (org-mode): Auto-wrapping in comment lines turned off.
10371         (org-table-copy-down): Evaluate only in copied field, not in
10372         destination.
10373         (org-table-current-formula): Variable removed.
10374         (org-table-store-formulas, org-table-get-stored-formulas)
10375         (org-table-modify-formulas, org-table-replace-in-formulas)
10376         (org-table-maybe-eval-formula): New functions.
10377         (org-table-get-formula): Modify to use stored formulas.
10378         (org-table-insert-column, org-table-delete-column)
10379         (org-table-move-column): Call `org-table-modify-formulas'.
10380         (org-complete): Add completion for keyword formulas.
10381         (orgtbl-mode): Pull orgtbl-mode-map to start of
10382         minor-mode-map-alist.
10384 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10386         * progmodes/python.el (python-check): Require `compile' before
10387         modifying its variables.
10389         * newcomment.el (comment-indent-default): Don't get fooled by an early
10390         end of buffer.
10392 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10394         * ps-print.el (ps-print-version): Fix version number.
10396 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
10398         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
10400 2005-06-28  Richard M. Stallman  <rms@gnu.org>
10402         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
10403         (flyspell-local-mouse-map): Declaration deleted.
10404         (flyspell-mouse-map): Bind only mouse-2.
10405         (flyspell-mode-map): Don't test flyspell-use-local-map.
10406         (flyspell-overlay-keymap-property-name): Var deleted.
10407         (flyspell-mode-on): Don't make local bindings for
10408         flyspell-mouse-map and flyspell-mode-map.
10409         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
10411         * textmodes/ispell.el (ispell-word): Do not ignore short words.
10413         * progmodes/compile.el (compilation-next-error-function):
10414         Don't switch buffers; operate on the current buffer.
10416         * progmodes/compile.el (compilation-error-file-name)
10417         (compilation-warning-file-name, compilation-info-file-name)
10418         (compilation-line-number, compilation-column-number): New faces.
10419         (compilation-error-face, compilation-warning-face)
10420         (compilation-info-face, compilation-line-face)
10421         (compilation-column-face): Use them.
10423         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
10425         * comint.el (comint-password-prompt-regexp): Accept ", try again".
10427         * bindings.el (global-map): Bind insertchar and its variants.
10429 2005-06-27  Richard M. Stallman  <rms@gnu.org>
10431         * textmodes/artist.el (artist-text-overwrite)
10432         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
10434 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10436         * ps-print.el: It was not working the page selection for printing.
10437         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
10438         (ps-print-version): New version 6.6.7.
10439         (ps-end-sheet): New fun.
10440         (ps-header-sheet, ps-end-job): Call it.
10442 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
10444         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
10446 2005-06-27  Lute Kamstra  <lute@gnu.org>
10448         * facemenu.el (facemenu-unlisted-faces): Add foreground and
10449         background color faces.
10450         (facemenu-get-face): Delete function.
10451         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
10452         (facemenu-add-new-color): Make second argument mandatory.
10453         Create the appropriate face and return it.  Simplify.
10454         (facemenu-set-foreground, facemenu-set-background): Don't check if
10455         color is defined.  Use return value of facemenu-add-new-color.
10457 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
10459         * progmodes/gud.el (gud-filter): Add missing argument to
10460         with-selected-window.
10462 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10464         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
10465         a :require to the defcustom.
10467         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
10468         defcustoms corresponding to minor modes.
10470 2005-06-26  David Ponce  <david@dponce.com>
10472         * recentf.el: Require tree-widget instead of wid-edit.
10473         (recentf-filename-handler): Fix widget :type.
10474         (recentf-cancel-dialog, recentf-open-more-files)
10475         (recentf-open-files-action): Doc fix.
10476         (recentf-dialog-goto-first): New function.
10477         (recentf-dialog-mode-map): Set parent keymap first.
10478         (recentf-dialog-mode): Define with define-derived-mode.
10479         Don't display continuation lines in dialogs.
10480         (recentf-edit-list): Rename from recentf-edit-selected-items.
10481         (recentf-edit-list-select): Rename from recentf-edit-list-action.
10482         Simplify.
10483         (recentf-edit-list-validate): New function.
10484         (recentf-edit-list): Update accordingly.
10485         (recentf-open-files-item-shift): Remove.
10486         (recentf-open-files-item): Convert menu elements into tree and
10487         link widgets.  Don't create the widgets.
10488         (recentf-open-files): Update accordingly.
10489         (recentf-save-list): Untabify.
10491 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
10493         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
10494         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
10495         partially contained in the active region.  Do not take active
10496         region into account when called from Lisp, unless INTERACTIVE arg
10497         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
10498         avoid trouble with fields.  Make marker point nowhere when no
10499         longer used.  Always return nil.  Doc fix.
10500         (flush-lines): Add INTERACTIVE arg.  Do not take active region
10501         into account when called from Lisp, unless INTERACTIVE arg is
10502         non-nil.  Use `forward-line' instead of `beginning-of-line' to
10503         avoid trouble with fields.  Make marker point nowhere when no
10504         longer used.  Always return nil.  Doc fix.
10505         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
10506         interchangeable.  Do not take active region into account when
10507         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
10508         message in echo area when called from Lisp, unless INTERACTIVE arg
10509         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
10510         Return the number of matches.  Doc fix.
10511         (occur): Doc fix.
10512         (perform-replace): Make comment follow double space convention for
10513         the sake of `outline-minor-mode'.
10515         * faces.el (facep): Doc fix.
10517 2005-06-25  Richard M. Stallman  <rms@gnu.org>
10519         * facemenu.el (facemenu-enable-faces-p): New function.
10520         (facemenu-background-menu, facemenu-foreground-menu)
10521         (facemenu-face-menu): Add menu-enable property.
10523         * jka-compr.el (jka-compr-insert-file-contents):
10524         Special handling if cannot find the uncompression program.
10526         * cus-face.el (custom-face-attributes): Add autoload.
10528         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10529         Bind comment-indent-function locally.
10531         * window.el (save-selected-window): Use save-current-buffer.
10533         * subr.el (with-selected-window): Use save-current-buffer.
10535         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
10536         and with-current-buffer.
10538 2005-06-24  Richard M. Stallman  <rms@gnu.org>
10540         * simple.el (line-move-1): Fix previous change.
10542 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10544         * replace.el (occur-1): Set `buffer-read-only' and the
10545         buffer-modified flag before running `occur-hook' to protect
10546         against unintentional buffer switches that can lead to data loss.
10548 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
10550         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
10551         (gud-gdb-marker-filter): Use font-lock-warning-face for any
10552         initial error.
10554         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
10555         after fresh input.
10556         (gdb-var-create-handler): Put name of expression in quotes.
10558 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
10560         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
10561         elements of RING in order, and without bogus nil elements.
10563 2005-06-23  Richard M. Stallman  <rms@gnu.org>
10565         * simple.el (set-variable): Args renamed; doc fix.
10566         (line-move-1): When there are overlays around, use vertical-motion.
10568         * faces.el (escape-glyph): Use brown against light background.
10569         (nobreak-space): Rename from no-break-space.
10570         Fix previous change.
10572         * dired-aux.el (dired-do-copy): Fix arg prompt.
10574         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
10576 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
10578         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
10579         rather than "Distributor".
10581 2005-06-23  Lute Kamstra  <lute@gnu.org>
10583         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
10584         (debug-on-entry): Use it.  New interactive declaration that uses
10585         function-called-at-point.
10587 2005-06-23  Kim F. Storm  <storm@cua.dk>
10589         * subr.el (save-match-data): Add comment about using evaporate arg
10590         to set-match-data.
10592 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
10594         * cus-edit.el (customize-face)
10595         (customize-face-other-window): Handle face aliases.
10597         * faces.el (face-documentation, set-face-attribute)
10598         (face-spec-set): Handle face aliases.
10600 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
10602         * help-mode.el (help-make-xrefs): If a symbol representing a face
10603         name is not followed by the word "face", it could still be a
10604         function or variable name, so don't bypass other checks.
10606 2005-06-22  Juri Linkov  <juri@jurta.org>
10608         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
10609         Replace aliased functions with calls where second arg `inherit' is t.
10611 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
10613         * progmodes/gdb-ui.el (gdb-error): New variable.
10614         (gdb-error): New function.
10615         (gdb-annotation-rules): Act on error-begin and error annotations.
10616         (gdb-concat-output): Use font-lock-warning-face for errors.
10618 2005-06-22  Miles Bader  <miles@gnu.org>
10620         * bindings.el (propertized-buffer-identification): Use renamed
10621         `Buffer-menu-buffer' face.
10623         * faces.el (vertical-border): Rename from `vertical-divider'.
10624         (escape-glyph): Change dark-background color back to `cyan'.
10626 2005-06-21  Juri Linkov  <juri@jurta.org>
10628         * faces.el (face-user-default-spec): Try getting `customized-face'
10629         prior to `saved-face'.
10630         (frame-background-mode): Refill docstring.
10632         * emacs-lisp/lisp-mode.el (eval-defun-1):
10633         * emacs-lisp/edebug.el (edebug-eval-defun):
10634         Set `saved-face' temporarily to nil before calling form.
10635         Set `customized-face' to the new spec after that.
10637 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10639         * subr.el (1value, lambda, key-substitution-in-progress):
10640         Doc fixes.
10642         * autoinsert.el (auto-insert-alist):
10643         * ses.el (ses-call-printer):
10644         * subr.el (noreturn):
10645         * emacs-lisp/lisp.el (check-parens):
10646         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
10647         * net/browse-url.el (browse-url-mosaic):
10648         * progmodes/cc-defs.el (c-safe-scan-lists):
10649         * progmodes/ebnf-abn.el (ebnf-abn-lex):
10650         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
10651         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
10652         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
10653         * progmodes/ebnf-iso.el (ebnf-iso-lex):
10654         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
10656 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10658         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
10660 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
10662         * calendar/appt.el (appt-make-list): Activate the package, if
10663         not already active (for backwards compatibility).
10665 2005-06-20  Kim F. Storm  <storm@cua.dk>
10667         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
10669 2005-06-20  Miles Bader  <miles@gnu.org>
10671         * faces.el (vertical-divider): New face.
10673 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
10675         * simple.el (kill-whole-line): Doc fix.
10676         (next-error-buffer-p, next-error-find-buffer)
10677         (clone-indirect-buffer): Fix typos in docstrings.
10678         (comment-line-break-function): Doc fix: don't say variable
10679         is automatically buffer-local (it isn't).
10681 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
10683         * net/tramp-ftp.el (top):
10684         * net/tramp-smb.el (top):
10685         * net/tramp-util.el (top):
10686         * net/tramp-uu.el (top):
10687         * net/tramp-vc.el (top):
10688         * net/tramp.el (top): Revert copyright years back to original
10689         ones.  Tramp has a life outside GNU Emacs.
10691 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
10693         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
10695 2005-06-18  Juri Linkov  <juri@jurta.org>
10697         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
10698         end of first regexp to limit the match to the position between
10699         line number and source line with same separator character as used
10700         between file name and line number.  In the second regexp limit
10701         mouse-face area to file name and line number by adding new group
10702         for them and referring it in HYPERLINK arg.
10703         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
10704         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
10705         previous line where grep markers may be already removed.
10707 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
10709         * progmodes/ps-mode.el: Update version and maintainer's email address.
10711 2005-06-18  Steve Youngs  <steve@xemacs.org>
10713         * net/browse-url.el (browse-url-browser-function)
10714         (browse-url-default-browser): Add firefox.
10715         (browse-url-firefox-program, browse-url-firefox-arguments)
10716         (browse-url-firefox-startup-arguments)
10717         (browse-url-firefox-new-window-is-tab): New defcustoms.
10718         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
10720 2005-06-17  Richard M. Stallman  <rms@gnu.org>
10722         * startup.el (command-line): Warn if specified user name has
10723         no home directory.
10725         * term.el (term-get-old-input, term-input-filter, term-input-sender)
10726         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
10728         * longlines.el (longlines-mode, longlines-show-hard-newlines):
10729         Doc fixes.
10731         * faces.el (underline): Try bold if terminal doesn't support underline.
10733         * mail/sendmail.el (mail-setup-with-from): New variable.
10734         (mail-insert-from-field): New function.
10735         (sendmail-send-it): Call it.
10736         (mail-setup): Optionally call it here.
10738         * term/linux.el: Call tty-no-underline.
10740 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
10742         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
10744 2005-06-17  Miles Bader  <miles@gnu.org>
10746         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
10747         (ediff-current-diff-C, ediff-current-diff-Ancestor)
10748         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
10749         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
10750         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
10751         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
10752         Remove "-face" suffix from face names.
10753         (ediff-current-diff-face-A, ediff-current-diff-face-B)
10754         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
10755         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10756         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10757         (ediff-even-diff-face-A, ediff-even-diff-face-B)
10758         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10759         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10760         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10761         New backward-compatibility aliases for renamed faces.
10762         (ediff-current-diff-face-A, ediff-current-diff-face-B)
10763         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
10764         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10765         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10766         (ediff-even-diff-face-A, ediff-even-diff-face-B)
10767         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10768         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10769         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10770         Use renamed ediff faces.
10772         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
10773         Remove "-face" suffix from face names.
10774         (eshell-test-ok-face, eshell-test-failed-face):
10775         New backward-compatibility aliases for renamed faces.
10776         (eshell-run-test): Use renamed eshell-test faces.
10778         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
10779         face name.
10780         (eshell-prompt-face): New backward-compatibility alias for renamed
10781         face.
10782         (eshell-emit-prompt): Use renamed eshell-prompt face.
10784         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
10785         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
10786         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
10787         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
10788         Remove "-face" suffix from face names.
10789         (eshell-ls-directory-face, eshell-ls-symlink-face)
10790         (eshell-ls-executable-face, eshell-ls-readonly-face)
10791         (eshell-ls-unreadable-face, eshell-ls-special-face)
10792         (eshell-ls-missing-face, eshell-ls-archive-face)
10793         (eshell-ls-backup-face, eshell-ls-product-face)
10794         (eshell-ls-clutter-face):
10795         New backward-compatibility aliases for renamed faces.
10796         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
10798         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
10799         Remove "-face" suffix from face name.
10800         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
10801         instead of literal face.
10803 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
10805         * emacs-lisp/warnings.el (display-warning, lwarn)
10806         (warning-minimum-log-level): Doc fixes.
10807         (warning-minimum-level, warning-minimum-log-level):
10808         Add :debug to :type choices.
10810         * progmodes/ada-mode.el (ada-format-paramlist)
10811         (ada-get-indent-case, ada-check-matching-start)
10812         (ada-check-defun-name, ada-goto-matching-decl-start)
10813         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
10814         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
10815         (ada-make-subprogram-body): Follow error conventions.
10816         (ada-case-exception-file, ada-indent-comment-as-code)
10817         (ada-indent-handle-comment-special, ada-indent-renames)
10818         (ada-indent-return, ada-search-directories-internal)
10819         (ada-tab-policy, ada-case-exception-substring)
10820         (ada-other-file-alist, ada-matching-start-re)
10821         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
10822         (ada-imenu-generic-expression, ada-compile-goto-error)
10823         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
10824         (ada-popup-menu, ada-add-extensions, ada-mode)
10825         (ada-region-selected, ada-create-case-exception)
10826         (ada-create-case-exception-substring, ada-after-keyword-p)
10827         (ada-activate-keys-for-case, ada-adjust-case-region)
10828         (ada-adjust-case-buffer, ada-format-paramlist)
10829         (ada-scan-paramlist, ada-insert-paramlist)
10830         (ada-indent-newline-indent)
10831         (ada-indent-newline-indent-conditional)
10832         (ada-justified-indent-current, ada-goto-previous-word)
10833         (ada-indent-current, ada-get-indent-open-paren)
10834         (ada-get-indent-paramlist, ada-get-indent-end)
10835         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
10836         (ada-get-indent-block-start, ada-get-indent-subprog)
10837         (ada-get-indent-noindent, ada-get-indent-label)
10838         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
10839         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
10840         (ada-goto-stmt-end, ada-goto-next-word)
10841         (ada-check-matching-start, ada-check-defun-name)
10842         (ada-goto-matching-decl-start, ada-goto-matching-start)
10843         (ada-goto-matching-end, ada-search-ignore-string-comment)
10844         (ada-in-decl-p, ada-looking-at-semi-or)
10845         (ada-looking-at-semi-private, ada-in-paramlist-p)
10846         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
10847         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
10848         (ada-next-procedure, ada-previous-procedure, ada-next-package)
10849         (ada-previous-package, ada-create-menu)
10850         (ada-fill-comment-paragraph-justify)
10851         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
10852         (ada-other-file-name, ada-last-which-function-line)
10853         (ada-last-which-function-subprog, ada-which-function)
10854         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
10855         (ada-gen-treat-proc, ada-check-emacs-version)
10856         (ada-continuation-indent, ada-align-region-separate):
10857         Fix typos in docstrings.
10858         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
10860 2005-06-16  Lute Kamstra  <lute@gnu.org>
10862         * simple.el (fundamental-mode): Run after-change-major-mode-hook
10863         conditionally.
10865 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10867         * comint.el (comint-replace-by-expanded-filename)
10868         (comint-prompt-regexp, comint-delimiter-argument-list)
10869         (comint-preinput-scroll-to-bottom):
10870         * info.el (Info-hide-cookies-node):
10871         * ls-lisp.el (ls-lisp-classify):
10872         * find-file.el (ff-search-directories, ff-special-constructs)
10873         (ff-find-other-file):
10874         * font-lock.el (font-lock-keywords):
10875         * shell.el (shell-prompt-pattern)
10876         (shell-dynamic-complete-functions, shell-mode)
10877         (shell-delimiter-argument-list):
10878         * term.el (term-replace-by-expanded-filename)
10879         (term-prompt-regexp, term-delimiter-argument-list):
10880         * woman.el (woman-ignore, woman0-if):
10881         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
10882         * emacs-lisp/elint.el (elint-init-env):
10883         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
10884         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
10885         * language/ethio-util.el (ethio-tilde-escape)
10886         (ethio-use-three-dot-question):
10887         * net/zone-mode.el (zone-mode-load-time-setup):
10888         * progmodes/cc-align.el (c-lineup-argcont):
10889         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
10890         * progmodes/cperl-mode.el (cperl-set-style-back):
10891         * progmodes/inf-lisp.el (inferior-lisp-prompt):
10892         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
10893         Fix spellings in docstrings.
10895         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
10896         * progmodes/modula2.el (m2-for): Fix spellings.
10898         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
10900         * simple.el (undo-more): Don't use `format' on `error' arguments.
10901         Improve argument/docstring consistency.
10902         (pending-undo-list): Doc fix.
10904         * smerge-mode.el (smerge-ensure-match):
10905         * emulation/vip.el (vip-ex):
10906         * net/zone-mode.el (zone-mode-update-serial):
10907         * progmodes/idlwave.el (idlwave-complete):
10908         * progmodes/vhdl-mode.el (vhdl-visit-file)
10909         (vhdl-compose-wire-components):
10910         Don't use `format' on `error' arguments.
10912         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
10913         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
10914         (tooltip-help-tips): Fix typos in docstrings.
10916 2005-06-16  David Ponce  <david@dponce.com>
10918         * tree-widget.el (tree-widget-value-create): Simplify last change.
10920 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
10922         * ido.el (ido-incomplete-regexp): New variable.
10923         (ido-set-matches-1): Handle invalid-regexp error and set
10924         ido-incomplete-regexp.
10925         (ido-incomplete-regexp): New face.
10926         (ido-completions): Use it.
10927         (ido-complete, ido-exit-minibuffer, ido-completions):
10928         Handle incomplete regexps.
10929         (ido-completions): Add check for complete match when entering a regexp.
10931 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10933         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
10935 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10937         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
10938         by field delimiters.
10940 2005-06-15  David Ponce  <david@dponce.com>
10942         * tree-widget.el: eval-and-compile inlined functions so they will
10943         be available at run-time too.
10944         (tree-widget-super-format-handler)
10945         (tree-widget-format-handler): Remove.
10946         (tree-widget-value-create): Handle the :indent property.
10948 2005-06-15  Miles Bader  <miles@gnu.org>
10950         * progmodes/which-func.el (which-func): Only inherit
10951         `font-lock-function-name-face' when that makes sense against the
10952         default mode-line face, otherwise set the face color explicitly.
10954         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
10955         faces instead of (non-existent) variables.
10957 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10959         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
10960         (iswitchb-get-matched-buffers): Likewise.  Simplify.
10962 2005-06-14  Miles Bader  <miles@gnu.org>
10964         * progmodes/ld-script.el (ld-script-location-counter):
10965         Remove "-face" suffix from face name.
10966         (ld-script-location-counter-face):
10967         New backward-compatibility alias for renamed face.
10968         (ld-script-location-counter-face): Use renamed face.
10970         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
10971         (cperl-hash): Remove "-face" suffix from face names.
10972         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
10973         New backward-compatibility aliases for renamed faces.
10974         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
10975         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
10977         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
10978         name.
10979         (which-func-face): New backward-compatibility alias for renamed face.
10980         (which-func-format): Use renamed which-func face.
10982         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
10983         (vhdl-function, vhdl-directive, vhdl-reserved-word)
10984         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
10985         names.
10986         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
10987         (vhdl-speedbar-configuration, vhdl-speedbar-package)
10988         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
10989         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
10990         (vhdl-speedbar-architecture-selected)
10991         (vhdl-speedbar-configuration-selected)
10992         (vhdl-speedbar-package-selected)
10993         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
10994         names.
10995         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
10996         Use renamed faces.
10997         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
10998         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
10999         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
11000         Use renamed faces.
11001         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
11002         names.
11003         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
11004         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
11005         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
11006         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
11007         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
11008         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
11010         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
11011         face name.
11012         (sh-heredoc-face): New backward-compatibility alias for renamed face.
11013         (sh-heredoc-face): Use renamed sh-heredoc face.
11015         * progmodes/idlw-help.el (idlwave-help-link):
11016         Remove "-face" suffix from face name.
11017         (idlwave-help-link-face):
11018         New backward-compatibility alias for renamed face.
11019         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
11021         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
11022         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
11023         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
11024         New backward-compatibility aliases for renamed faces.
11025         (idlwave-shell-disabled-breakpoint-face)
11026         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
11028         * progmodes/flymake.el (flymake-errline, flymake-warnline):
11029         Remove "-face" suffix from face names.
11030         (flymake-errline-face, flymake-warnline-face):
11031         New backward-compatibility aliases for renamed faces.
11032         (flymake-highlight-line): Use renamed flymake faces.
11034         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11035         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
11036         (ebrowse-member-class, ebrowse-progress):
11037         Remove "-face" suffix from face names.
11038         (ebrowse-tree-mark-face, ebrowse-root-class-face)
11039         (ebrowse-file-name-face, ebrowse-default-face)
11040         (ebrowse-member-attribute-face, ebrowse-member-class-face)
11041         (ebrowse-progress-face):
11042         New backward-compatibility aliases for renamed faces.
11043         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
11044         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
11045         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
11046         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
11048         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
11049         antlr-syntax)
11050         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
11051         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
11052         names.
11053         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
11054         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
11055         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
11056         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
11057         backward-compatibility aliases for renamed faces.
11058         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
11059         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
11060         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
11061         remove "font-lock-".  Use renamed antlr-mode faces.
11062         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
11063         literal face-names with face variable references.
11065         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
11066         face name.
11067         (Buffer-menu-buffer-face): New backward-compatibility alias for
11068         renamed face.
11069         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
11071 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
11073         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
11074         Eliminate "-face" suffix.
11075         (makefile-targets): Inherit from font-lock-function-name-face and
11076         eliminate "-face" suffix.
11077         (makefile-shell): Remove attributes and eliminate "-face" suffix.
11078         (makefile-*-font-lock-keywords): Append makefile-targets in rule
11079         actions, instead of prepending, to make it less visible.
11080         (makefile-previous-dependency, makefile-match-dependency):
11081         Don't match a target on a continuation line.
11083         * files.el (auto-mode-alist): Put Makefile in gmake mode.
11085 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
11087         * progmodes/gdb-ui.el (menu): Re-order menu items.
11088         (gdb-tooltip-print): Respect tooltip-use-echo-area.
11090         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
11091         Define in tooltip.el.
11092         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
11093         (gud-tooltip-tips): Respect tooltip-use-echo-area and
11094         gud-tooltip-echo-area.
11096         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
11097         backward compatibility and make obsolete.
11098         (tooltip-help-tips): Use tooltip-use-echo-area.
11099         (tooltip-show-help-function): Rename to...
11100         (tooltip-show-help): ...this, because it is a function.
11101         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
11103 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
11105         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
11106         (edebug-print-length, edebug-print-level, edebug-print-circle)
11107         (edebug-modify-breakpoint, edebug-eval-last-sexp)
11108         (edebug-eval-print-last-sexp): Doc fixes.
11110 2005-06-14  Kim F. Storm  <storm@cua.dk>
11112         * ido.el (ido-mode): Make a new keymap every time we enable ido,
11113         as the coverage buffer/file/both may change.
11115 2005-06-14  Lute Kamstra  <lute@gnu.org>
11117         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
11118         and run-mode-hooks.  Simplify.
11120         * mail/rmailedit.el (rmail-edit-mode):
11121         * progmodes/octave-inf.el (inferior-octave-mode):
11122         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
11124         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
11125         and run-mode-hooks.
11126         (recentf-edit-list, recentf-open-files): Don't call
11127         kill-all-local-variables directly.
11129         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
11131 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11133         * emacs-lisp/byte-run.el (make-obsolete)
11134         (define-obsolete-function-alias): Rename arguments FUNCTION and
11135         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
11136         (make-obsolete-variable, define-obsolete-variable-alias):
11137         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
11138         respectively.
11140         * isearchb.el (isearchb-activate):
11141         * pcvs.el (cvs-mode):
11142         * ses.el (ses-load):
11143         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
11144         * net/tramp.el (tramp-find-file-exists-command)
11145         (tramp-find-shell):
11146         * progmodes/ada-mode.el (ada-create-case-exception)
11147         (ada-create-case-exception-substring, ada-make-subprogram-body):
11148         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
11149         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
11150         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
11151         * textmodes/org.el (org-promote, org-evaluate-time-range)
11152         (org-agenda-next-date-line, org-agenda-previous-date-line)
11153         (org-agenda-error, org-open-at-point, org-table-move-row)
11154         (org-format-table-table-html-using-table-generate-source)
11155         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
11156         * textmodes/reftex.el (reftex-access-scan-info):
11157         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
11158         (reftex-toc-promote-prepare): Follow error conventions.
11160         * diff-mode.el (diff-mode): Fix typo in docstring.
11162         * forms.el (forms--intuit-from-file): Fix reference to
11163         `forms-number-of-fields' in error message.
11164         (forms-print): Fix quoting in error message.
11166         * forms.el (forms-mode):
11167         * emulation/vi.el (vi-goto-insert-state):
11168         * progmodes/flymake.el (flymake-new-err-info)
11169         (flymake-start-syntax-check-for-current-buffer)
11170         (flymake-simple-cleanup):
11171         * eshell/esh-var.el (eshell/export):
11172         * progmodes/gud.el (xdb):
11173         * textmodes/flyspell.el (flyspell-incorrect-hook)
11174         (flyspell-maybe-correct-transposition)
11175         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
11177 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
11179         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
11180         minibuffer prompt.
11182 2005-06-13  Kim F. Storm  <storm@cua.dk>
11184         * subr.el (add-to-ordered-list): New defun.
11186         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
11187         add cua--keymap-alist to emulation-mode-map-alists.
11189 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11191         * subr.el (complete-in-turn): New macro.
11192         (dynamic-completion-table, lazy-completion-table): Add debug info.
11194         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
11195         in preference to face aliases.
11197         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
11198         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
11199         Remove unused vars `start' and `firstline'.
11200         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
11201         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
11203 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
11205         * cus-start.el (all): Don't complain about missing GTK-related
11206         variables, unless either `gtk' is boundp or this isn't a
11207         `windows-nt' build.
11209 2005-06-13  Lute Kamstra  <lute@gnu.org>
11211         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
11212         run-mode-hooks.
11214         * ediff-mult.el (ediff-meta-mode):
11215         * ediff-util.el (ediff-mode): Use run-mode-hooks.
11217         * ledit.el (ledit-mode): Use delay-mode-hooks.
11219         * woman.el (woman-mode-line-format): Delete constant.
11220         (woman-mode-map): Initialize it properly.
11221         (woman-mode): Set mode-class property to special.
11222         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
11223         Set major-mode and mode-name.  Don't set mode-line-format directly.
11224         (Man-getpage-in-background): Don't reference woman-mode-line-format.
11226         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
11227         string argument obsolete.
11229 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
11231         * textmodes/org.el (org-CUA-compatible): New option.
11232         (org-disputed-keys): New variable.
11233         (org-key): New function.
11234         (orgtbl-make-binding): Add docstring to the created function.
11235         (org-mode): Set paragraph start/separate regexps.
11236         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
11237         (org-archive-location, org-archive-mark-done)
11238         (org-archive-stamp-time): New options.
11239         (org-archive-subtree): New command.
11240         (org-fill-paragraph): New function.
11241         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
11242         (org-fake-empty-table-line): Function removed.
11243         (org-format-org-table-html): Do not create empty table lines at
11244         separator lines.  Improved table header treatment.
11245         (org-link-format): New option.
11246         (org-make-link): New function.
11247         (org-insert-link, org-store-link): Use org-make-link.
11248         (org-open-file): Quote file name for shell command, to allow
11249         spaces in file names.
11250         (org-link-regexp): Fix bug with mailto link.
11251         (org-link-maybe-angles-regexp, org-protected-link-regexp):
11252         New constants.
11253         (org-export-as-html): Deal with the optional angles around a link.
11254         Better treatment of file: links.
11255         (org-open-at-point): Replace @{ and @} with < and >.
11256         (org-run-mode-hooks): Function removed.
11257         (org-agenda-mode): No longer use `org-run-mode-hooks'.
11259 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
11261         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
11262         MI command -data-list-register-values.
11263         (gdb-post-prompt): Indent properly.
11265 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
11267         * hilit-chg.el (highlight-changes-colors): Rename from
11268         `highlight-changes-colours'.
11269         (highlight-changes-colours): Keep as obsolete alias.
11270         (highlight-changes-face-list): Doc fix.
11271         (hilit-chg-make-list): Use `highlight-changes-colors'.
11273 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
11275         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
11276         defun-prompt-regexp.
11278 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
11280         * loadup.el: Don't say we are dumping under 2 names on windows-nt
11281         and cygwin.
11283         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
11284         Don't use an old loaddefs.el, as in Makefile.in.
11286 2005-06-12  Lute Kamstra  <lute@gnu.org>
11288         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
11290         * man.el (Man-mode-map): Initialize it properly.
11291         (Man-mode): Set mode-class property to special.
11293         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
11295 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
11297         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
11298         A newline is needed in the docstring there.
11300         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
11301         Doc fixes.
11303 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11305         * printing.el: Doc fix.  The menubar is no more changed when printing
11306         is loaded, it only changes when pr-menu-bind or pr-update-menus is
11307         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
11308         (pr-version): New version number (6.8.4).
11309         (pr-menu-bind): New command.
11310         (pr-update-menus): Docstring and code fix.
11311         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
11312         Docstring fix.
11313         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
11314         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
11316 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
11318         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
11319         "Returns" to "return", document useful return values, etc.
11321 2005-06-11  Alan Mackenzie  <acm@muc.de>
11323         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
11324         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
11325         (adaptive-file-function): Minor amendment to doc-string.
11327 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
11329         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
11330         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
11331         Fix :type--it is `integer', not `string'.
11333         * faces.el (modeline-highlight): Rename from (the erroneous)
11334         `modeline-higilight'.
11336 2005-06-11  Lute Kamstra  <lute@gnu.org>
11338         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
11339         lisp-interaction-mode-map but make it the parent.
11340         (edebug-eval-mode): Use define-derived-mode.
11342 2005-06-11  Andreas Schwab  <schwab@suse.de>
11344         * bindings.el: Add binding of `ESC functionkey' for every
11345         `M-functionkey'.
11346         * hexl.el (hexl-mode-map): Likewise.
11348 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
11350         * progmodes/compile.el (compilation-error-regexp-alist-alist)
11351         [msft]: update regexp for newer msft compilers.
11353 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
11355         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
11356         ATTLIST portions of included DTDs.
11357         (xml-parse-dtd): Eliminate use of inefficient match-data.
11359 2005-06-10  Miles Bader  <miles@gnu.org>
11361         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11362         (mpuz-text): Remove "-face" suffix from face names.
11363         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
11364         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
11365         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
11367         * play/gomoku.el (gomoku-O, gomoku-X):
11368         Remove "-face" suffix from face names.
11369         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
11370         New backward-compatibility aliases for renamed faces.
11371         (gomoku-font-lock-keywords): Use renamed gomoku faces.
11373 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
11375         * thumbs.el: Fixes for changes of 2005-06-09.
11376         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
11377         as a directory.
11378         (thumbs-thumbname): Remove directory separator from format string;
11379         `thumbs-thumbsdir' now returns a valid directory name.
11380         (thumbs-temp-dir): New defsubst.
11381         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
11382         Use it.
11384         * cus-edit.el (minibuffer):
11385         * files.el (make-backup-file-name-function):
11386         * filesets.el (filesets-external-viewers):
11387         * hilit-chg.el (highlight-changes-colours)
11388         (highlight-changes-face-list, highlight-changes-rotate-faces):
11389         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
11390         * kmacro.el (kmacro-call-macro):
11391         * log-edit.el (log-edit-changelog-full-paragraphs):
11392         * mouse.el (mouse-1-click-follows-link):
11393         * skeleton.el (skeleton-autowrap):
11394         * subr.el (insert-for-yank-1):
11395         * tempo.el (tempo-insert-region):
11396         * terminal.el (terminal-emulator):
11397         * time.el (display-time-mail-face):
11398         * vc.el (vc-annotate):
11399         * vcursor.el (vcursor-copy-line):
11400         * woman.el (woman-bold-headings, woman-ignore)
11401         (woman-default-faces, woman-monochrome-faces):
11402         * calendar/todo-mode.el (todo-insert-threshold):
11403         * emulation/pc-select.el (pc-select-selection-keys-only)
11404         (pc-selection-mode):
11405         * emulation/vip.el (vip-find-char-forward):
11406         * emulation/viper-cmd.el (viper-find-char-forward):
11407         * international/mule-cmds.el
11408         (select-safe-coding-system-accept-default-p)
11409         (input-method-exit-on-invalid-key):
11410         * international/mule-diag.el (describe-coding-system):
11411         * international/ucs-tables.el (unify-8859-on-encoding-mode):
11412         * net/browse-url.el (browse-url-xterm-program):
11413         * obsolete/lazy-lock.el (lazy-lock-mode):
11414         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
11415         (cperl-mode):
11416         * progmodes/cpp.el (cpp-face-light-name-list)
11417         (cpp-face-dark-name-list):
11418         * progmodes/delphi.el (delphi-newline-always-indents):
11419         Fix spellings in docstrings.
11421         * ido.el (ido-mode, ido-file-extensions-order)
11422         (ido-default-file-method, ido-default-buffer-method)
11423         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
11424         (ido-decorations, ido-read-file-name-as-directory-commands)
11425         (ido-read-file-name-non-ido, ido-work-directory-list)
11426         (ido-ignore-item-temp-list, ido-current-directory)
11427         (ido-magic-forward-char, ido-enter-find-file)
11428         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
11429         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
11431 2005-06-10  Lute Kamstra  <lute@gnu.org>
11433         * play/dunnet.el (dun-mode): Use define-derived-mode.
11434         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
11435         obsolete alias.
11437         * play/doctor.el (doctor-mode-map): Remove defvar.
11438         (doctor-mode): Use define-derived-mode.
11440         * mail/mspools.el (mspools-mode):
11441         * net/eudc-hotlist.el (eudc-hotlist-mode):
11442         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
11444 2005-06-10  Miles Bader  <miles@gnu.org>
11446         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11447         Remove "-face" suffix from face names.
11448         (flyspell-incorrect-face, flyspell-duplicate-face):
11449         New backward-compatibility aliases for renamed faces.
11450         (flyspell-mode-on, make-flyspell-overlay)
11451         (flyspell-highlight-incorrect-region)
11452         (flyspell-highlight-duplicate-region)
11453         (flyspell-display-next-corrections)
11454         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
11456         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
11457         from face name.
11458         (texinfo-heading-face): New backward-compatibility alias for
11459         renamed face.
11460         (texinfo-heading-face): Use renamed texinfo-heading face.
11462         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
11463         suffix from face names.
11464         (tex-math-face, tex-verbatim-face):
11465         New backward-compatibility aliases for renamed faces.
11466         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
11467         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
11468         literal face name.
11470         * textmodes/table.el (table-cell): Remove "-face" suffix from face
11471         name.
11472         (table-cell-face): New backward-compatibility alias for renamed face.
11473         (table--put-cell-face-property, table--update-cell-face):
11474         Use renamed table-cell face.
11476         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
11477         from face name.
11478         (sgml-namespace-face): New backward-compatibility alias for
11479         renamed face.
11480         (sgml-namespace-face): Use renamed sgml-namespace face.
11482         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
11483         (org-level-4, org-level-5, org-level-6, org-level-7)
11484         (org-level-8, org-warning, org-headline-done)
11485         (org-deadline-announce, org-scheduled-today)
11486         (org-scheduled-previously, org-link, org-done, org-table)
11487         (org-time-grid): Remove "-face" suffix from face names.
11488         (org-level-1-face, org-level-2-face, org-level-3-face)
11489         (org-level-4-face, org-level-5-face, org-level-6-face)
11490         (org-level-7-face, org-level-8-face, org-warning-face)
11491         (org-headline-done-face, org-deadline-announce-face)
11492         (org-scheduled-today-face, org-scheduled-previously-face)
11493         (org-link-face, org-done-face, org-table-face)
11494         (org-time-grid-face):
11495         New backward-compatibility aliases for renamed faces.
11496         (org-level-faces, org-set-font-lock-defaults, org-timeline)
11497         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
11498         (org-agenda-get-timestamps, org-agenda-get-scheduled)
11499         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
11501         * emulation/viper-init.el (viper-search, viper-replace-overlay)
11502         (viper-minibuffer-emacs, viper-minibuffer-insert)
11503         (viper-minibuffer-vi): Remove "-face" suffix from face names.
11504         (viper-search-face, viper-replace-overlay-face)
11505         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
11506         (viper-minibuffer-vi-face):
11507         New backward-compatibility aliases for renamed faces.
11508         (viper-search-face, viper-replace-overlay-face)
11509         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
11510         (viper-minibuffer-vi-face): Use renamed viper faces.
11512         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
11513         Remove "-face" suffix from face names.
11514         (testcover-nohits-face, testcover-1value-face):
11515         New backward-compatibility aliases for renamed faces.
11516         (testcover-mark): Use renamed testcover faces.
11518         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
11519         face name.
11520         (diary-button-face): New backward-compatibility alias for renamed face.
11521         (diary-entry): Use renamed diary-button face.
11523         * calendar/calendar.el (diary, calendar-today, holiday)
11524         (mark-visible-calendar-date): Remove "-face" suffix from face names.
11525         (diary-face, calendar-today-face, holiday-face):
11526         New backward-compatibility aliases for renamed faces.
11527         (eval-after-load "facemenu", diary-entry-marker)
11528         (calendar-today-marker, calendar-holiday-marker, diary-face):
11529         Use renamed calendar faces.
11531         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
11532         (compare-windows-face): New backward-compatibility alias for
11533         renamed face.
11534         (compare-windows-highlight): Use renamed compare-windows face.
11536         * strokes.el (strokes-char): Remove "-face" suffix from face name.
11537         (strokes-char-face): New backward-compatibility alias for renamed face.
11538         (strokes-encode-buffer): Use renamed strokes-char face.
11540         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
11541         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
11542         Remove "-face" suffix from face names.
11543         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
11544         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
11545         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
11546         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
11547         Use renamed pcvs faces.
11548         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
11549         * pcvs-defs.el (cvs-mode-map): Likewise.
11550         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
11552         * info.el (info-title-1, info-title-2, info-title-3)
11553         (info-title-4): Remove "-face" suffix from and downcase face names.
11554         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
11555         (Info-title-4-face):
11556         New backward-compatibility aliases for renamed faces.
11557         (Info-fontify-node): Use renamed info faces.
11559         * hilit-chg.el (highlight-changes, highlight-changes-delete):
11560         Remove "-face" suffix from face names.
11561         (highlight-changes-face, highlight-changes-delete-face):
11562         New backward-compatibility aliases for renamed faces.
11563         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
11564         (hilit-chg-make-list): Use renamed highlight-changes faces.
11566         * generic-x.el (show-tabs-tab, show-tabs-space):
11567         Remove "-face" suffix from face names.
11568         (show-tabs-tab-face, show-tabs-space-face):
11569         New backward-compatibility aliases for renamed faces.
11570         (show-tabs-generic-mode-font-lock-defaults-1)
11571         (show-tabs-generic-mode-font-lock-defaults-2):
11572         Use renamed show-tabs faces.
11574         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
11575         (smerge-markers): Remove "-face" suffix from face names.
11576         (smerge-mine-face, smerge-other-face, smerge-base-face)
11577         (smerge-markers-face):
11578         New backward-compatibility aliases for renamed faces.
11579         (smerge-mine-face, smerge-other-face, smerge-base-face)
11580         (smerge-markers-face): Use renamed smerge faces.
11582         * log-view.el (log-view-file, log-view-message): Remove "-face"
11583         suffix from face names.
11584         (log-view-file-face, log-view-message-face):
11585         New backward-compatibility aliases for renamed faces.
11586         (log-view-file-face, log-view-message-face): Use renamed log-view
11587         faces.
11589         * paren.el (show-paren-match, show-paren-mismatch):
11590         Remove "-face" suffix from face names.
11591         (show-paren-match-face, show-paren-mismatch-face):
11592         New backward-compatibility aliases for renamed faces.
11593         (show-paren-function): Use renamed show-paren faces.
11595         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
11596         (ruler-mode-margins, ruler-mode-fringes)
11597         (ruler-mode-column-number, ruler-mode-fill-column)
11598         (ruler-mode-comment-column, ruler-mode-goal-column)
11599         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
11600         suffix from face names.
11601         (ruler-mode-default-face, ruler-mode-pad-face)
11602         (ruler-mode-margins-face, ruler-mode-fringes-face)
11603         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
11604         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
11605         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
11606         New backward-compatibility aliases for renamed faces.
11607         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
11608         (ruler-mode-column-number, ruler-mode-fill-column)
11609         (ruler-mode-comment-column, ruler-mode-goal-column)
11610         (ruler-mode-tab-stop, ruler-mode-current-column)
11611         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
11612         faces.
11614         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
11615         face name.
11616         (whitespace-highlight-the-space): Use renamed face.
11617         (whitespace-highlight-face): New backward-compatibility alias for
11618         renamed face.
11620         * woman.el (woman-italic, woman-bold, woman-unknown)
11621         (woman-addition, woman-symbol-face):
11622         Remove "-face" suffix from face names.
11623         (woman-italic-face, woman-bold-face, woman-unknown-face)
11624         (woman-addition-face):
11625         New backward-compatibility aliases for renamed faces.
11626         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
11627         (woman-decode-region, woman-replace-match)
11628         (woman-display-extended-fonts, woman-special-characters)
11629         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
11630         Use renamed woman faces.
11632         * longlines.el (longlines-visible-face): Face removed.
11634         * diff-mode.el (diff-header, diff-file-header, diff-index)
11635         (diff-hunk-header, diff-removed, diff-added, diff-changed)
11636         (diff-function, diff-context, diff-nonexistent): Remove "-face"
11637         suffix from face names.
11638         (diff-header-face, diff-file-header-face, diff-index-face)
11639         (diff-hunk-header-face, diff-removed-face, diff-added-face)
11640         (diff-changed-face, diff-function-face, diff-context-face)
11641         (diff-nonexistent-face): New backward-compatibility aliases for
11642         renamed faces.
11643         (diff-header-face, diff-file-header-face)
11644         (diff-index, diff-index-face, diff-hunk-header)
11645         (diff-hunk-header-face, diff-removed, diff-removed-face)
11646         (diff-added, diff-added-face, diff-changed-face, diff-function)
11647         (diff-function-face, diff-context-face, diff-nonexistent)
11648         (diff-nonexistent-face): Use renamed diff-mode faces.
11650         * progmodes/compile.el (compilation-warning-face)
11651         (compilation-info-face): Remove "-face" suffix from face names.
11652         (compilation-warning-face, compilation-info-face):
11653         New backward-compatibility aliases for renamed faces.
11654         (compilation-warning-face, compilation-info-face):
11655         Use renamed compilation faces.
11657         * add-log.el (change-log-date, change-log-name)
11658         (change-log-email, change-log-file, change-log-list)
11659         (change-log-conditionals, change-log-function)
11660         (change-log-acknowledgement): Remove "-face" suffix from face names.
11661         (change-log-date-face, change-log-name-face)
11662         (change-log-email-face, change-log-file-face)
11663         (change-log-list-face, change-log-conditionals-face)
11664         (change-log-function-face, change-log-acknowledgement-face):
11665         New backward-compatibility aliases for renamed faces.
11666         (change-log-font-lock-keywords): Use renamed change-log faces.
11668         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
11669         (custom-set, custom-changed, custom-saved, custom-button)
11670         (custom-button-pressed, custom-documentation, custom-state)
11671         (custom-comment, custom-comment-tag, custom-variable-tag)
11672         (custom-variable-button, custom-face-tag, custom-group-tag-1)
11673         (custom-group-tag): Remove "-face" suffix from face names.
11674         (custom-magic-alist, custom-magic-value-create)
11675         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
11676         (custom-invalid-face, custom-rogue-face, custom-modified-face)
11677         (custom-set-face, custom-changed-face, custom-saved-face)
11678         (custom-button-face, custom-button-pressed-face)
11679         (custom-documentation-face, custom-state-face)
11680         (custom-comment-face, custom-comment-tag-face)
11681         (custom-variable-tag-face, custom-variable-button-face)
11682         (custom-face-tag-face, custom-group-tag-face-1)
11683         (custom-group-tag-face):
11684         New backward-compatibility aliases for renamed faces.
11686         * wid-edit.el (widget-documentation, widget-button)
11687         (widget-field, widget-single-line-field, widget-inactive)
11688         (widget-button-pressed): "-face" suffix removed from face names.
11689         (widget-documentation-face, widget-button-face)
11690         (widget-field-face, widget-single-line-field-face)
11691         (widget-inactive-face, widget-button-pressed-face):
11692         New backward-compatibility aliases for renamed faces.
11693         (widget-documentation-face, widget-button-face)
11694         (widget-button-pressed-face, widget-specify-field)
11695         (widget-specify-inactive): Use renamed widget faces.
11697 2005-06-10  Kenichi Handa  <handa@m17n.org>
11699         * term/x-win.el (x-clipboard-yank): Remove condition-case
11700         wrapping.
11702 2005-06-11  Kenichi Handa  <handa@m17n.org>
11704         * add-log.el (change-log-font-lock-keywords): Make the regexp for
11705         date lines stricter.
11707 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
11709         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
11710         of x-get-selection.
11712 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
11714         * comint.el (comint-mode, comint-snapshot-last-prompt):
11715         * frame.el (frame-current-scroll-bars):
11716         * term.el (term-mode, term-check-proc, term-input-sender)
11717         (term-simple-send, term-extract-string, term-word)
11718         (term-match-partial-filename):
11719         * window.el (window-current-scroll-bars):
11720         * emulation/cua-base.el (cua-normal-cursor-color)
11721         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
11722         (cua-global-mark-cursor-color):
11723         * mail/undigest.el (rmail-forward-separator-regex):
11724         Fix typos in docstrings.
11726         * comint.el (comint-check-proc, make-comint-in-buffer)
11727         (comint-source-default): Doc fixes.
11729         * term.el (term-send-string): Improve argument/docstring consistency.
11731 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
11733         * comint.el (comint-send-input): Bind `inhibit-read-only' around
11734         call to `delete-region'.
11735         (comint-mode-hook): Do not enable Font Lock by default.
11737 2005-06-09  Lute Kamstra  <lute@gnu.org>
11739         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
11740         could be void.
11742 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11744         * emacs-lisp/debug.el (debugger-will-be-back): New var.
11745         (debug): Use it.
11746         (debugger-step-through, debugger-continue, debugger-jump)
11747         (debugger-return-value): Set it when needed.
11748         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
11749         Use inhibit-read-only.
11751 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
11753         * window.el (shrink-window-if-larger-than-buffer)
11754         (window-size-fixed): Fix typo in docstring.
11756         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
11757         thumbnails directory on loading.
11758         (thumbs-conversion-program): Use `eq' to check the system type,
11759         not `equal'.
11760         (thumbs-temp-dir): Initialize to `temporary-file-directory',
11761         not "/tmp".  Fix docstring.
11762         (thumbs-thumbsdir): New function to return the thumbnails
11763         directory, creating it if needed.
11764         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
11765         (thumbs-temp-file): Delete variable and make it into a function.
11766         (thumbs-resize-image, thumbs-modify-image): Use it.
11767         (thumbs-kill-buffer): Simplify.
11768         (thumbs-gensym): Defalias or duplicate CL `gensym'.
11769         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
11770         docstrings.
11772 2005-06-09  Kim F. Storm  <storm@cua.dk>
11774         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
11775         set-match-data to free markers in match-data.
11777         * replace.el (replace-match-data): Pass RESEAT arg `t' to
11778         match-data to unchain markers in match-data.
11780 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11782         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
11783         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
11784         unnecessary now.
11786 2005-06-08  Richard M. Stallman  <rms@gnu.org>
11788         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
11789         give the variable a doc string that doesn't say don't set it directly.
11791         * textmodes/ispell.el (ispell-check-version):
11792         Use match-string-no-properties.
11793         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
11794         (ispell-buffer-local-words): Likewise.
11796         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
11797         except on terminals with enough colors to really display it.
11798         (makefile-dependency-regex): Delete spurious `bb'.
11800         * faces.el (escape-glyph): Use blue once again in last case.
11801         (no-break-space): Redefine so that it isn't invisible on a tty.
11803 2005-06-08  Kim F. Storm  <storm@cua.dk>
11805         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
11806         also when reading directory name.
11808 2005-06-08  Lute Kamstra  <lute@gnu.org>
11810         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
11811         (flyspell-mode-line-string): Remove autoload cookie.
11812         (flyspell-mode): Remove defvar.
11814 2005-06-07  Lute Kamstra  <lute@gnu.org>
11816         * textmodes/org.el (org-run-mode-hooks): New function.
11817         (org-agenda-mode): Use it.
11819 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
11821         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
11823 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11825         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
11827 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
11829         * font-lock.el (font-lock-add-keywords): Doc fix.
11831 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11833         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
11834         (tex-compile-default): In the absence of any history, use the order in
11835         tex-compile-alist to choose the preferred command.
11836         (tex-compile-commands): Reorder a bit.
11838         * textmodes/flyspell.el (flyspell-auto-correct-binding)
11839         (flyspell-incorrect-face, flyspell-duplicate-face):
11840         Use (X)Emacs-agnostic code.
11841         (flyspell-mode-map): Don't overwrite at each load.  Remove code
11842         redundant with the subsequent add-minor-mode.  Merge Emacs and
11843         XEmacs code.
11844         (flyspell-word): Minor simplification.
11845         (flyspell-math-tex-command-p): Quieten the byte-compiler.
11846         (flyspell-external-point-words): Remove unused vars `size' and `start'.
11847         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
11848         Merge the corresponding Emacs code.
11849         (flyspell-correct-word, flyspell-xemacs-popup):
11850         Use flyspell-do-correct.
11852         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
11853         a dedicated window.
11855         * international/latexenc.el (latexenc-find-file-coding-system):
11856         Undo part of last patch, to turn off a compiler warning.
11858 2005-06-06  Juri Linkov  <juri@jurta.org>
11860         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
11861         Rename `tmm-inactive-face' to `tmm-inactive'.
11863 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
11865         * iswitchb.el: Rename faces.
11867 2005-06-06  Kim F. Storm  <storm@cua.dk>
11869         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
11870         (cua-global-mark): Remove -face suffix from face names.
11872         * emulation/cua-gmrk.el (cua--init-global-mark):
11873         Remove cua-global-mark face setup.
11875 2005-06-06  Richard M. Stallman  <rms@gnu.org>
11877         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
11878         just like other allowed characters.
11879         (makefile-match-dependency): Exclude leading and training whitespace
11880         from the range of regexp subexp 1.
11881         (makefile-macroassign-regex): Don't try to match the body,
11882         just the name of the macro being defined.
11884         * info.el (Info-read-node-name-2): New function.
11885         (Info-read-node-name-1): Use that.
11886         Add a completion-base-size-function property.
11888         * simple.el (completion-setup-function): Look for
11889         completion-base-size-function property of minibuffer-completion-table.
11891         * files.el (locate-file-completion): Doc fix.
11893         * printing.el: Don't call pr-update-menus; user must do that.
11895         * emacs-lisp/debug.el (debugger-window): New variable.
11896         (debug): Use debugger-window if it is set and still alive.
11897         Record debugger-window for next entry.
11899         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
11901 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
11903         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
11904         (hack-one-local-variable, hack-local-variables)
11905         (hack-local-variables-prop-line): Pass that arg.
11907 2005-06-06  Kim F. Storm  <storm@cua.dk>
11909         * ido.el (ido-first-match, ido-only-match, ido-subdir)
11910         (ido-indicator): Remove -face suffix from face names.
11912 2005-06-06  Juri Linkov  <juri@jurta.org>
11914         * font-lock.el (font-lock-regexp-backslash)
11915         (font-lock-regexp-backslash-construct): New faces.
11916         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
11917         after `('.  Add `while-no-input' to control structures.
11919         * faces.el (no-break-space, shadow): New faces.
11920         (escape-glyph): Use less loud colors pink2 and red4.
11922         * diff-mode.el (diff-context-face)
11923         * dired.el (dired-ignored)
11924         * rfn-eshadow.el (file-name-shadow)
11925         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
11927         * info.el (Info-title-1-face): Use green instead of yellow because
11928         bold yellow is not readable on light backgrounds.
11930         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
11931         before selecting the desired mode to not spend time fontifying
11932         old contents.
11934 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
11936         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
11937         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
11939         * ps-print.el (ps-default-fg, ps-default-bg):
11940         Fix typos in docstrings.
11942         * isearchb.el (isearchb): Don't pass a spurious second argument to
11943         `iswitchb-completions'.
11945 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
11947         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
11948         to preserve point.
11949         (gdb-find-file-hook): Add doc string.
11951         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
11952         C dereferenced pointer expression.
11953         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
11955         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
11957         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
11958         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
11959         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
11960         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
11961         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
11962         Make background transparent.
11964 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11966         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
11967         (font-lock-remove-keywords): Doc fix.
11968         (font-lock-mode-major-mode): Compiler defvar.
11969         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
11971         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
11972         (font-lock-mode): Update `font-lock-mode-major-mode'.
11973         (font-lock-set-defaults): Compiler defvar.
11974         (font-lock-default-function): Take `font-lock-mode-major-mode'
11975         into account.
11977         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
11978         keep track of which major mode it enabled the minor mode for.
11979         Use find-file-hook again.  Update docstring.
11981         * simple.el (eval-expression-print-level)
11982         (eval-expression-print-length, eval-expression-debug-on-error):
11983         Doc fixes.
11985 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
11987         * iswitchb.el (iswitchb-single-match-face)
11988         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
11989         (iswitchb-invalid-regexp-face): New faces.
11990         (iswitchb-completions): Use them.
11991         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
11992         now marked as an obsolete alias.
11993         (iswitchb-read-buffer): Remove check for bound font variables.
11994         (iswitchb-invalid-regexp): New free variable.
11995         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
11996         set iswitchb-invalid-regexp.
11997         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
11998         invalid regexps.
11999         (iswitchb-completions): Add check for complete match when entering
12000         a regexp.
12001         (iswitchb-completions): Remove require-match argument.
12002         (iswitchb-exhibit): Fix caller.
12003         (iswitchb-common-match-inserted): New variable.
12004         (iswitchb-complete, iswitchb-completion-help): Use it.
12006 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
12008         * url-http.el (url-http-chunked-encoding-after-change-function):
12009         Use `url-http-debug' instead of `message'.
12011 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
12013         * url-http.el (url-http-parse-headers): Pass redirected URL as a
12014         callback argument.
12016 2005-06-04  Kim F. Storm  <storm@cua.dk>
12018         * simple.el (line-move): Only call sit-for when moving backwards.
12020         * ido.el (ido-make-merged-file-list-1): New defun split from
12021         ido-make-merged-file-list.
12022         (ido-make-merged-file-list): Bind throw-on-input around call to
12023         ido-make-merged-file-list-1.  Return input-pending-p if
12024         interrupted by more input available.
12025         (ido-read-internal): Handle input-pending-p return value from
12026         ido-make-merged-file-list.
12028 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12030         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
12031         compatibility code.
12033         * international/latexenc.el (latexenc-find-file-coding-system):
12034         Don't inherit the EOL part of the coding-system from the
12035         tex-main buffer.  Fit within 80 columns.
12037 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
12039         * tmm.el (tmm-inactive-face): New face.
12040         (tmm-remove-inactive-mouse-face): New function.
12041         (tmm-prompt, tmm-add-one-shortcut)
12042         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
12043         but not selectable.
12045 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
12047         * faces.el (face-equal): Improve argument/docstring consistency.
12049 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
12051         * progmodes/make-mode.el (makefile-targets-face)
12052         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
12053         (makefile-bsdmake-dependency-regex)
12054         (makefile-makepp-rule-action-regex)
12055         (makefile-bsdmake-rule-action-regex): New constants.
12056         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
12058         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12059         Allow (...) within `...' for makepp messages.
12061 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
12063         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
12065         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
12066         "." files are deleted from all file lists before comparison.
12068         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
12069         (viper-ESC-key): Made them customizable.
12071         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
12073 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
12075         * autorevert.el (auto-revert-buffers): Use save-match-data.
12077 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12079         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
12080         menu items with a nil command binding.
12082 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
12084         * emacs-lisp/cl-macs.el (defsetf):
12085         Improve argument/docstring consistency.
12087         * faces.el (list-faces-display): Improve the formatting by
12088         computing the maximum length required for any face-name (reworked
12089         patch of 1999-01-11, accidentally deleted on 1999-07-21).
12090         (internal-find-face): Remove redundant info in docstring.
12092 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
12094         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
12095         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
12096         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
12097         (gdb-assembler-custom): Improve regexps.
12098         (def-gdb-auto-update-handler): Use window point to preserve point.
12100 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12102         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
12104 2005-05-31  Jay Belanger  <belanger@truman.edu>
12106         * calc/calc-embed.el (calc-embedded-word): Change argument passed
12107         to calc-embedded.
12108         (calc-embedded-make-info): Have plain prefix argument select
12109         entire line.
12111 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
12113         * faces.el (list-faces-display): Signal error if passed a regexp
12114         that matches no face name.
12116         * simple.el (filter-buffer-substring): Fix typo in docstring.
12118 2005-05-31  Richard M. Stallman  <rms@gnu.org>
12120         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
12121         (vhdl-emacs-21): Doc fix.
12122         (vhdl-mode): Unconditionally set comment-padding.
12123         (vhdl-fixup-whitespace-region): Insert spaces only where
12124         there are none.
12125         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
12127 2005-05-30  John Wiegley  <johnw@newartisans.com>
12129         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
12130         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
12131         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
12132         `directory-sep-char' to ?/, and all uses of `string-to-int' to
12133         `string-to-number'.
12135 2005-05-30  Jay Belanger  <belanger@truman.edu>
12137         * calc/calc.el (calc-bug-address): Fix docstring.
12138         (calc-window-hook, calc-trail-window-hook): New variables.
12139         (calc-trail-display): Restore use of calc-trail-window-hook.
12140         (calc): Restore use of calc-window-hook.
12142 2005-05-31  Masatake YAMATO  <jet@gyve.org>
12144         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
12146         * help-fns.el (help-C-file-name): Add autoload mark for
12147         `find-function-noselect'.
12149 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12151         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
12152         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
12154 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
12156         * calendar/diary-lib.el (mark-included-diary-files): Only kill
12157         included diary buffer if it was not already being visited.
12158         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
12160         * calendar/icalendar.el (top-level): Do not require appt.
12162         * mail/supercite.el (sc-select-attribution): Only use a list
12163         element from sc-attrib-selection-list if it returns a string.
12164         Reported by Davide G. M. Salvetti <salve@debian.org>.
12166 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
12168         * thumbs.el (thumbs-thumbname): The resulting thumbname now
12169         includes a hash value to improve its uniqueness, and has a ".jpg"
12170         extension.  Also, it is now a valid filename on all systems.
12171         (thumbs-make-thumb): Use `let', not `let*'.
12172         (thumbs-show-thumbs-list): Check for JPEG availability.
12174 2005-05-30  Richard M. Stallman  <rms@gnu.org>
12176         * filesets.el (filesets-menu-ensure-use-cached):
12177         Prevent warning when emacs-version>= is undefined.
12179         * printing.el (pr-interactive-n-up): Use string-to-number.
12181         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
12183         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
12184         Warn only when name to be defined is quoted.
12186 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
12188         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
12189         Make regexp more robust.
12190         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
12191         Force regeneration of disassembly.
12193 2005-05-29  Jay Belanger  <belanger@truman.edu>
12195         * calc/calc.el (calc-user-invocation): Check if
12196         calc-invocation-macro is non-nil.
12198 2005-05-29  Juri Linkov  <juri@jurta.org>
12200         * add-log.el (change-log-font-lock-keywords):
12201         Add `+' to e-mail regexp to accept mail address with keywords.
12203         * man.el (Man-name-regexp): Add `:' to accept qualified names.
12205 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
12207         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
12209         * ielm.el (inferior-emacs-lisp-mode): Ditto.
12211 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12213         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
12214         Undo the change that moves to end of the current word.
12216 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
12218         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
12219         Throw error when count <= 0 to ensure input is a number.
12220         (gdb-read-memory-custom): Pick up address from buffer.
12221         (gdb-memory-mode): Allow user to increment and decrement
12222         memory address from header line.
12224 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12226         * flyspell.el (flyspell-version): Function deleted.
12227         (flyspell-auto-correct-previous-hook): Doc fix.
12229         * jit-lock.el (jit-lock-function, jit-lock-after-change):
12230         Do nothing if memory is full.
12232         * font-lock.el (font-lock-fontify-syntactically-region):
12233         Pass t for GREEDY to looking-back.
12235         * saveplace.el (save-place-alist-to-file): Write the file
12236         using write-region.
12238         * subr.el (looking-back): New argument GREEDY.
12240         * progmodes/compile.el (compilation-start): Set the mode
12241         before inserting the initial text.
12243         * progmodes/which-func.el (which-func-update-1): Turn the mode
12244         off in case of error by setting which-func-mode.
12246 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
12248         * flyspell.el (flyspell-auto-correct-previous-word):
12249         Narrow down to what's on the screen, and recenter overlays
12250         at the end of the next word.
12252 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
12254         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
12255         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
12256         (flyspell-abbrev-p): Default to nil.
12257         (flyspell-use-global-abbrev-table-p): Doc fix.
12258         (flyspell-large-region): Allow nil as value.
12259         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
12261         (mail-mode-flyspell-verify): More robust handling
12262         of `mail-header-separator'.  More efficient signature detection.
12263         Allow for regexp metacharacters in message-header-separator.
12264         Adding `To' not to be checked in mail-mode-flyspell-verify.
12266         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
12267         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
12268         Bind flyspell-auto-correct-binding.
12269         Bind C-. and C-, .
12270         (flyspell-mode-map): Likewise.
12271         (flyspell-mode): Doc fix.
12272         (flyspell-accept-buffer-local-defs): Preserve current buffer.
12273         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
12274         (flyspell-word-cache-result): New var, always local.
12275         (flyspell-check-pre-word-p): Doc fix.
12276         (flyspell-check-changed-word-p): Handle spc like newline.
12277         (flyspell-post-command-hook): Set flyspell-word-cache-result.
12278         (flyspell-word-search-backward, flyspell-word-search-forward):
12279         New functions.
12280         (flyspell-word): Return t if nothing to check.
12281         When parsing TeX code, check for after } or \.
12282         Use flyspell-word-search-backward to find previous word.
12283         Return nil if duplicated word.
12284         For word already checked, return same value as last time.
12285         Set flyspell-word-cache-result after checking.
12286         Don't clobber the return value.
12287         (flyspell-get-word): Major rewrite.
12288         (flyspell-external-point-words): New locals pword, pcount.
12289         Fix size used in progress message.
12290         Find the proper corresponding word in flyspell-large-region-buffer.
12291         (flyspell-region): Check for flyspell-large-region = nil.
12292         (flyspell-highlight-incorrect-region): Clean up overlays in region.
12293         (flyspell-auto-correct-word): Check that WORD is a cons.
12294         (flyspell-correct-word): Likewise.
12296 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
12298         * progmodes/make-mode.el (makefile-rule-action-regex)
12299         (makefile-macroassign-regex, makefile-makepp-mode)
12300         (makefile-bsdmake-mode): Continuation lines may be empty.
12301         Reported by Joshua Varner.
12302         (makefile-makepp-font-lock-keywords): Add $(stem).
12304 2005-05-28  Karl Berry  <karl@gnu.org>
12306         * textmodes/tex-mode.el: Now that tex-send-command calls
12307         shell-quote-argument (2005-03-31 change), remove all calls to
12308         shell-quote-argument; they all end up invoking tex-send-command.
12309         The double quoting loses on filenames with non-safe characters,
12310         such as "@".  Reported by Frederik Fouvry.
12312 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
12314         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
12315         about preserving point.
12317 2005-05-27  Jay Belanger  <belanger@truman.edu>
12319         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
12320         Info-goto-node.
12322         * calc/calc-embed.el (calc-embed-arg): New variable.
12323         (calc-do-embedded-activate, calc-embedded-activate-formula)
12324         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
12325         variable by new variable.
12326         (calc-embedded-make-info): Replace undeclared variable by new
12327         variable.  When selecting region with positive prefix
12328         argument, use end of previous line instead of beginning of line.
12330         * calc/calc-aent.el (calc-arg-values): Declare it.
12332         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
12333         Declare them.
12335         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
12337         * calc/calc.el (calc-alg-map): Declare it.
12339         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
12341 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
12343         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
12344         (gdb-registers-buffer, toggle-gdb-all-registers):
12345         Toggle display of floating point registers.
12346         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
12348         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
12349         (toggle-gud-tooltip-dereference):
12350         Rename from gud-toggle-tooltip-dereference.
12352 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12354         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
12356 2005-05-27  Jay Belanger  <belanger@truman.edu>
12358         * calc/calc-prog.el (calc-kbd-report): Remove.
12359         (calc-kbd-query): Rewrite.
12361 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
12363         * image.el (image-library-alist): Move to image.c.
12364         (image-type-available-p): Doc fix.
12366 2005-05-27  Lute Kamstra  <lute@gnu.org>
12368         * calc/calc.el (calc):
12369         * outline.el (outline-1, outline-2, outline-3, outline-4)
12370         (outline-5, outline-6, outline-7, outline-8):
12371         * textmodes/dns-mode.el (dns-mode):
12372         * textmodes/sgml-mode.el (sgml-namespace-face):
12373         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
12374         (tex-verbatim-face, tex-use-reftex):
12375         * textmodes/texinfo.el (texinfo-heading-face):
12376         Specify customization group.
12378         * longlines.el: Don't require easy-mmode.
12379         (longlines-visible-face): Specify customization group.
12381 2005-05-27  Kenichi Handa  <handa@m17n.org>
12383         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
12384         encoding table of windows-1251.
12386         * international/ucs-tables.el (ucs-set-table-for-input):
12387         If translation-table-for-input of a coding system is a symbol, get
12388         its translation-table property.
12390         * international/code-pages.el: Don't register a coding system into
12391         non-iso-charset-alist more than once.
12392         (cp-make-coding-system): Likewise.
12394 2005-05-26  John Wiegley  <johnw@newartisans.com>
12396         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
12397         `eshell-resume-eval' is wrapped in a list, it indicates that the
12398         command was run asynchronously.  In that case, unwrap the value
12399         before checking the delimiter value.
12401         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
12402         character before a space at the end of a line is \, assume the space
12403         is part of the last argument rather than a final argument separator.
12405         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
12406         is in use, and the target is `t' or `nil' (which are the most common
12407         values), don't assume that the symbol target is a buffer.
12409 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12411         * calendar/calendar.el (calendar-mode-line-format):
12412         Use mode-line-highlight as mouse-face.
12414         * time.el (display-time-string-forms, display-time-update):
12415         Use mode-line-highlight as mouse-face.
12417 2005-05-26  Jay Belanger  <belanger@truman.edu>
12419         * calc/calc.el (calc-language-alist): Remove extra defvar.
12421 2005-05-26  Lute Kamstra  <lute@gnu.org>
12423         * arc-mode.el (archive-mode):
12424         * bookmark.el (bookmark-read-annotation-mode)
12425         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
12426         * bs.el (bs-mode):
12427         * calc/calc-yank.el (calc-edit-mode):
12428         * calc/calc.el (calc-mode, calc-trail-mode):
12429         * calculator.el (calculator-mode):
12430         * chistory.el (command-history-mode):
12431         * comint.el:
12432         * cus-edit.el (custom-mode):
12433         * descr-text.el (describe-text-mode):
12434         * ebuff-menu.el (Electric-buffer-menu-mode):
12435         * ediff-util.el (ediff-mode):
12436         * emacs-lisp/re-builder.el (reb-mode):
12437         * emulation/vi.el (vi-mode-setup):
12438         * emulation/ws-mode.el (wordstar-mode):
12439         * eshell/esh-mode.el (eshell-mode):
12440         * forms.el (forms-mode):
12441         * help-mode.el (help-mode):
12442         * hexl.el (hexl-mode):
12443         * ibuffer.el (ibuffer-mode):
12444         * ielm.el (inferior-emacs-lisp-mode):
12445         * info.el (Info-mode, Info-edit-mode):
12446         * international/swedish.el:
12447         * ledit.el (ledit-from-lisp-mode):
12448         * locate.el (locate-mode):
12449         * mail/rmail.el (rmail-mode):
12450         * mail/rmailedit.el (rmail-edit-mode):
12451         * mail/rmailsum.el (rmail-summary-mode):
12452         * mail/supercite.el (sc-electric-mode):
12453         * net/eudc.el (eudc-mode):
12454         * net/quickurl.el (quickurl-list-mode):
12455         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
12456         * obsolete/ooutline.el (outline-mode):
12457         * obsolete/options.el (Edit-options-mode):
12458         * obsolete/rnews.el (news-mode):
12459         * obsolete/rnewspost.el (news-reply-mode):
12460         * play/5x5.el (5x5-mode):
12461         * play/decipher.el (decipher-mode, decipher-stats-mode):
12462         * play/gomoku.el (gomoku-mode):
12463         * play/snake.el (snake-mode):
12464         * play/solitaire.el (solitaire-mode):
12465         * play/tetris.el (tetris-mode):
12466         * progmodes/ada-mode.el (ada-mode):
12467         * progmodes/antlr-mode.el (antlr-mode):
12468         * progmodes/autoconf.el (autoconf-mode):
12469         * progmodes/dcl-mode.el (dcl-mode):
12470         * progmodes/delphi.el (delphi-mode):
12471         * progmodes/ebrowse.el (ebrowse-tree-mode)
12472         (ebrowse-electric-list-mode, ebrowse-member-mode)
12473         (ebrowse-electric-position-mode):
12474         * progmodes/f90.el (f90-mode):
12475         * progmodes/fortran.el (fortran-mode):
12476         * progmodes/icon.el (icon-mode):
12477         * progmodes/idlw-help.el (idlwave-help-mode):
12478         * progmodes/idlw-shell.el (idlwave-shell-mode):
12479         * progmodes/idlwave.el (idlwave-mode):
12480         * progmodes/inf-lisp.el (inferior-lisp-mode):
12481         * progmodes/m4-mode.el (m4-mode):
12482         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
12483         * progmodes/modula2.el (modula-2-mode):
12484         * progmodes/octave-inf.el (inferior-octave-mode):
12485         * progmodes/octave-mod.el (octave-mode):
12486         * progmodes/pascal.el (pascal-mode):
12487         * progmodes/sh-script.el (sh-mode):
12488         * progmodes/sql.el (sql-mode, sql-interactive-mode):
12489         * progmodes/vhdl-mode.el (vhdl-mode):
12490         * progmodes/xscheme.el (scheme-interaction-mode):
12491         * replace.el (occur-mode):
12492         * ses.el (ses-mode):
12493         * simple.el (completion-list-mode):
12494         * skeleton.el:
12495         * speedbar.el (speedbar-mode):
12496         * term.el (term-mode):
12497         * terminal.el (terminal-edit-mode):
12498         * textmodes/reftex-index.el (reftex-index-mode)
12499         (reftex-index-phrases-mode):
12500         * textmodes/reftex-sel.el (reftex-select-label-mode)
12501         (reftex-select-bib-mode):
12502         * textmodes/reftex-toc.el (reftex-toc-mode):
12503         * wdired.el (wdired-change-to-wdired-mode):
12504         * wid-browse.el (widget-browse-mode):
12505         Use run-mode-hooks.
12507         * array.el (array-mode):
12508         * calendar/todo-mode.el (todo-mode):
12509         * man.el (Man-mode):
12510         * play/landmark.el (lm-mode):
12511         * play/mpuz.el (mpuz-mode):
12512         Use kill-all-local-variables and run-mode-hooks.
12514         * subr.el (delay-mode-hooks): Specify indentation.
12516 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
12518         * xml.el (xml-substitute-special): Don't die for undefined xml
12519         entities.
12521 2005-05-26  Jay Belanger  <belanger@truman.edu>
12523         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
12524         of nil.
12526 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
12528         * progmodes/gdb-ui.el (gdb-frame-address):
12529         Rename from gdb-current-address.
12530         (gdb-previous-frame-address): Rename from gdb-previous-address.
12531         (gdb-selected-frame): Rename from gdb-current-frame.
12532         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
12533         (gdb-frame-number): Rename from gdb-current-stack-level.
12534         (gdb-ann3): Match new mode-name for disassembly buffer.
12535         Extend initialization of variables.
12536         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
12537         (gdb-memory-mode): Use mouse-face in header line.
12538         (gdb-assembler-buffer-name): Call it disassembly and give frame
12539         in mode line.
12540         (gdb-source-spec-regexp, gdb-assembler-custom)
12541         (gdb-invalidate-assembler, gdb-frame-handler):
12542         Make robust to leading zeroes in address format.
12544 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
12546         * textmodes/org.el (org-mode): Use `define-derived-mode' to
12547         define `org-mode'.
12548         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
12550 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12552         * log-edit.el (log-edit-changelog-entries): Distinguish between
12553         filenames like xfns.c and fns.c.
12555 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
12557         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
12558         point after reverting.
12559         (Buffer-menu-make-sort-button): Handle the case where
12560         `Buffer-menu-use-header-line' is nil.
12562 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
12564         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
12565         New funcs.  In minibuffer-local-completion-map bind `]', `/'
12566         and `:' to them.
12568 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12570         * startup.el (normal-top-level): Allow modification of load-path while
12571         we're iterating over it.
12573 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
12575         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
12576         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
12577         (thumbs-resize-interactive, thumbs-insert-image)
12578         (thumbs-insert-thumb, thumbs-dired-show-marked)
12579         (thumbs-find-image-at-point, thumbs-delete-images)
12580         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
12581         (thumbs-increment-image-size, thumbs-decrement-image-size):
12582         Fix typos in docstrings.
12584 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
12586         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
12587         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
12588         (cperl-mode): Use them.
12590 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
12592         * window.el (quit-window, shrink-window-if-larger-than-buffer):
12593         Doc fixes.
12595 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
12597         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
12598         Bind C-d to gdb-inferior-io-eof.
12600         * dired.el (dired-dnd-popup-notice): Use message-box.
12602 2005-05-23  Masatake YAMATO  <jet@gyve.org>
12604         * bindings.el (mode-line-major-mode-keymap):
12605         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
12607         * faces.el (mode-line-highlight): New face.
12609         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
12610         as mouse-face.
12612         * bindings.el (top-level, help-echo, mode-line-modified)
12613         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
12614         as mouse-face.
12616 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
12618         * progmodes/cc-engine.el (c-guess-basic-syntax):
12619         Remove spurious call to `zerop'.
12621         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
12623 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
12625         CC Mode update to 5.30.10:
12627         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
12628         could go past the limit in decoration level 2, thereby causing
12629         errors during interactive fontification.
12631         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
12632         the file is evaluated interactively.
12634         * cc-engine.el (c-guess-basic-syntax): Handle operator
12635         declarations somewhat better in C++.
12637         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
12638         make use of `run-mode-hooks' which has been added in Emacs 21.1.
12639         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
12640         (awk-mode): Use it.
12641         (make-local-hook): Suppress warning about obsoleteness.
12643         * cc-engine.el, cc-align.el, cc-cmds.el
12644         (c-append-backslashes-forward, c-delete-backslashes-forward)
12645         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
12646         Compensate for return value from `forward-line' when it has moved
12647         but not to a different line due to eob.
12649         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
12650         `objc-method-intro' and `objc-method-args-cont'.
12652 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
12654         CC Mode update to 5.30.10:
12656         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
12657         in the copyright statement.  Incidentally, change "along with GNU
12658         Emacs" to "along with this program" where it occurs.
12660         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
12661         so that it is interactive, hence can be found by M-x awk-mode
12662         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
12663         <gmorris+emacs@ast.cam.ac.uk>.
12665         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
12666         Mode's regexps.
12668 2005-05-23  Kevin Ryde  <user42@zip.com.au>
12670         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
12671         c-parse-state, to avoid a lisp error (on bad code).
12673 2005-05-23  Lute Kamstra  <lute@gnu.org>
12675         * subr.el (font-lock-defaults): Remove defvar as it's already
12676         defined in font-core.el.
12678         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
12680 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
12682         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
12683         more general and work when GDB variable "print pretty" is on,
12684         as with Emacs, for example.
12686 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
12688         * font-core.el: Update comment.
12690         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12691         Use `after-change-major-mode-hook' instead of `find-file-hook'.
12693         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
12695 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
12697         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
12698         and `yank-handler' in the doc strings.
12700 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12702         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
12704 2005-05-22  Richard M. Stallman  <rms@gnu.org>
12706         * help.el (describe-key): Move print-help-return-message call
12707         out of conditional.
12709         * progmodes/etags.el (list-tags): Use with-no-warnings.
12711         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
12712         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
12713         (starttls-extra-args, starttls-extra-arguments): Add defvars.
12715         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
12717         * language/viet-util.el (viet-viscii-nonascii-translation-table):
12718         Add defvar.
12720         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
12721         Use defvar, not defconst.
12723         * hexl.el (hexl-follow-line): Use with-no-warnings.
12725         * emulation/tpu-extras.el: Use write-file-functions instead of
12726         write-file-hooks.
12728         * dired.el (dired-font-lock-keywords): Fontify files with junk
12729         extensions even if marked by -F.
12731 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
12733         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
12734         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
12735         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
12736         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
12737         (concatenate, list-length, get*, getf, cl-remprop):
12738         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
12739         (etypecase, progv, lexical-let, lexical-let*)
12740         (multiple-value-bind, multiple-value-setq, shiftf):
12741         Improve argument/docstring consistency.
12743         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
12745 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
12747         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
12748         doesn't exist.
12750         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
12751         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
12753 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
12755         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
12756         already deleted variables: auto-fill-hook, blink-paren-hook,
12757         lisp-indent-hook, inhibit-local-variables, unread-command-event,
12758         suspend-hooks, comment-indent-hook, meta-flag,
12759         before-change-function, after-change-function,
12760         font-lock-doc-string-face.
12762 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
12764         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
12766 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
12768         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
12769         rmail-dont-reply-to.
12771 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
12773         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
12774         literal blank when splitting new-header-values.
12776 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
12778         * calendar/cal-menu.el (cal-menu-update): Add separator as a
12779         string so that tmm doesn't create a completion entry for it.
12781         * textmodes/table.el (table-disable-menu): Ditto.
12783 2005-05-21  Richard M. Stallman  <rms@gnu.org>
12785         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
12787         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
12789         * net/rcompile.el (remote-compile): Use compilation-start.
12791         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
12793 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
12795         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
12796         Default to makefile-bsdmake-mode on BSD systems.
12798         * imenu.el (imenu-generic-expression, imenu--generic-function'):
12799         REGEXP may also be a search function now.  The part of doc-string
12800         for describing the structure was 95% identical to that of
12801         `imenu--generic-function'.  Unify it there.
12803         * progmodes/make-mode.el (makefile-imenu-generic-expression):
12804         Use function to find dependencies, because regexp alone is so complex,
12805         it easily goes into an endless loop.
12806         (makefile-makepp-mode): Also add submenu for Perl functions
12807         defined in the makefile.
12808         (makefile-bsdmake-mode): Special imenu-generic-expression no
12809         longer needed, due to function call.
12810         (makefile-match-dependency): Take BOUND into account when checking
12811         if we're through.
12813 2005-05-20  Jay Belanger  <belanger@truman.edu>
12815         * calc/calc-units.el (calc-invalidate-units-table):
12816         Use inhibit-read-only.
12817         (math-build-units-table-buffer): Use view-mode.
12819 2005-05-20  David Kastrup  <dak@gnu.org>
12821         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
12822         easy-menu-add is not a nop on Emacs; and clarify when to call it.
12824 2005-05-20  Lute Kamstra  <lute@gnu.org>
12826         * diff-mode.el (diff-header-face, diff-file-header-face)
12827         (diff-index-face, diff-hunk-header-face, diff-removed-face)
12828         (diff-added-face, diff-changed-face, diff-function-face)
12829         (diff-context-face, diff-nonexistent-face): Put them in the
12830         diff-mode customization group.
12832 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12834         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
12836         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
12838         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
12839         Minor regexp-optimization.
12841 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
12843         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
12844         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
12845         (org-agenda-add-time-grid-maybe): New function.
12846         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
12847         (org-table-create): `dotimes' instead of `mapcar'.
12848         (org-xor): Simplify implementation.
12849         (org-agenda): `inhibit-redisplay' turned on.
12850         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
12851         a consistent line after a state change.
12852         (org-agenda-remove-times-when-in-prefix): New option.
12853         (org-prefix-has-time): New variable.
12854         (org-parse-time-string): Optional argument NODEFAULT.
12855         (org-format-agenda-item): Parse items for time-of-day
12856         specifications and move these into the prefix if possible.
12857         (org-agenda-priority): Get current heading, not previous heading
12858         during agenda remote editing.
12860 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
12862         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
12863         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
12864         (remove-duplicates, delete-duplicates, substitute)
12865         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
12866         (nsubstitute-if-not, find, find-if, find-if-not, position)
12867         (position-if, position-if-not, count, count-if, count-if-not)
12868         (mismatch, search, sort*, stable-sort, merge, member*)
12869         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
12870         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
12871         (intersection, nintersection, set-difference, nset-difference)
12872         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
12873         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
12874         (nsublis, tree-equal): Improve argument/docstring consistency.
12876         * subr.el (send-string, send-region): Remove obsolescence declaration.
12877         (window-dot, set-window-dot, read-input, show-buffer)
12878         (eval-current-buffer, string-to-int):
12879         Add release number to obsolescence declarations.
12881 2005-05-19  Kim F. Storm  <storm@cua.dk>
12883         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
12884         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
12886 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
12888         * faces.el (list-faces-display): Make back button respect optional
12889         regexp arg.
12891 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
12893         * calculator.el (calculator-radix-grouping-mode)
12894         (calculator-radix-grouping-digits, calculator-displayer)
12895         (calculator-radix-grouping-separator, calculator-copy-displayer):
12896         * dabbrev.el (dabbrev-search-these-buffers-only):
12897         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
12898         (diff-advance-after-apply-hunk, diff-mode-hook)
12899         (diff-minor-mode-prefix):
12900         * imenu.el (imenu-use-popup-menu):
12901         * jit-lock.el (jit-lock-context-time):
12902         * newcomment.el (comment-fill-column, comment-column)
12903         (comment-style, comment-padding, comment-multi-line)
12904         (comment-empty-lines, comment-auto-fill-only-comments):
12905         * reveal.el (reveal-around-mark):
12906         * uniquify.el (uniquify-buffer-name-style)
12907         (uniquify-after-kill-buffer-p)
12908         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
12909         (uniquify-min-dir-content, uniquify-separator)
12910         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
12911         * w32-vars.el (w32-fixed-font-alist):
12912         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
12913         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
12914         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
12915         * progmodes/perl-mode.el (perl-indent-level)
12916         (perl-continued-statement-offset, perl-continued-brace-offset)
12917         (perl-brace-offset, perl-brace-imaginary-offset)
12918         (perl-label-offset, perl-indent-continued-arguments)
12919         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
12920         * progmodes/tcl.el (tcl-indent-level)
12921         (tcl-continued-indent-level, tcl-auto-newline)
12922         (tcl-tab-always-indent, tcl-electric-hash-style)
12923         (tcl-help-directory-list, tcl-use-smart-word-finder)
12924         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
12925         (inferior-tcl-source-command):
12926         * textmodes/fill.el (enable-kinsoku):
12927         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
12928         * textmodes/table.el (table-yank-handler):
12929         Specify missing group (and type, if simple) in defcustom.
12931 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
12933         * progmodes/compile.el (compilation-finish-function): Fix defvar.
12935 2005-05-19  Richard M. Stallman  <rms@gnu.org>
12937         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
12939         * subr.el (event-basic-type): Don't get an error.
12940         (left-fringe-p): Function deleted.
12942         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
12943         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
12945         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
12946         in recursive copy.
12948         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
12950         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
12952         * emacs-lisp/bytecomp.el
12953         (byte-compile-file-form-custom-declare-variable):
12954         Call byte-compile-nogroup-warn if appropriate.
12956         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
12957         (compilation-set-window): Don't call left-fringe-p; do it directly.
12959 2005-05-19  Jay Belanger  <belanger@truman.edu>
12961         * calc/calc-graph.el (calc-graph-format-data): Make sure
12962         var-PlotRejects is bound before trying to check its value.
12964 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
12966         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
12967         definition of this variable from reftex-global.el to reftex.el,
12968         because it is needed in the menu.
12970 2005-05-19  Lute Kamstra  <lute@gnu.org>
12972         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
12973         years are fixed.  Don't insert a space after a dash.
12975 2005-05-19  Kim F. Storm  <storm@cua.dk>
12977         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
12979 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
12981         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
12982         strings, because (eq ... ?\\) is fairly frequent.
12984         * progmodes/make-mode.el (makefile-add-this-line-targets):
12985         Simplify and integrate into `makefile-pickup-targets'.
12986         (makefile-add-this-line-macro): Simplify and integrate into
12987         `makefile-pickup-macros.
12988         (makefile-pickup-filenames-as-targets): Simplify.
12989         (makefile-previous-dependency, makefile-match-dependency):
12990         Don't stumble over `::'.
12992 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
12994         * subr.el (post-command-idle-hook, post-command-idle-delay):
12995         Remove obsoletion of post-command-idle-hook and
12996         post-command-idle-delay.
12998         * faces.el (list-faces-display): Provide button when describe-face
12999         is called to take user back to the list of faces.
13001         * help-fns.el (describe-variable): Remove hyperlinks in a
13002         variable's value as these are quite frequently inappropriate.
13004         * follow.el (follow-submit-feedback, follow-mode):
13005         Remove references to post-command-idle-hook.
13007 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
13009         * progmodes/make-mode.el (makefile-previous-dependency)
13010         (makefile-match-dependency): Check for := (and in bsd mode also
13011         !=) to give a better result, even when font-lock is not on.
13013 2005-05-18  Jay Belanger  <belanger@truman.edu>
13015         * calc/calc-help.el (calc-s-prefix-help):
13016         Add `calc-copy-special-constant' to help string.
13018 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
13020         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
13022 2005-05-18  Jay Belanger  <belanger@truman.edu>
13024         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
13025         in linear factors are in proper order.
13027 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
13029         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13030         Support for jurabib.
13032         * textmodes/reftex.el (featurep): Define aliases for overlay
13033         commands, for XEmacs compatibility, and use these aliases in
13034         overlay initializations.
13035         (reftex-highlight): Use `reftex-move-overlay'.
13036         (reftex-unhighlight): Use `reftex-delete-overlay'.
13037         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
13038         (reftex-access-search-path): Use `reftex-uniquify' instead of
13039         `reftex-uniq'
13041         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
13042         `before-string' property modification enables for Emacs as well.
13043         (reftex-select-item): Use `reftex-delete-overlay'.
13044         (reftex-select-mark): Use `reftex-make-overlay' and
13045         `reftex-overlay-put'.
13046         (reftex-select-unmark): Use `reftex-delete-overlay' and
13047         `reftex-overlay-put'.
13049 2005-05-18  Lute Kamstra  <lute@gnu.org>
13051         * emacs-lisp/lisp.el (check-parens): Fix docstring.
13053 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
13055         * add-log.el (add-change-log-entry):
13056         * array.el (array-make-template, array-reconfigure-rows)
13057         (array-init-max-row, array-init-max-column)
13058         (array-init-columns-per-line, array-init-field-width):
13059         * replace.el (replace-match-maybe-edit, perform-replace):
13060         * textmodes/spell.el (spell-region):
13061         Replace `read-input' by `read-string'.
13063         * forms.el (forms-mode):
13064         * finder.el (finder-compile-keywords):
13065         * shadowfile.el (shadow-read-files):
13066         Replace `eval-current-buffer' by `eval-buffer'.
13068         * terminal.el (te-pass-through):
13069         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
13070         (ange-ftp-raw-send-cmd):
13071         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
13072         (send-process-next-char, telnet-initial-filter, telnet):
13073         Replace `send-string' by `process-send-string'.
13075         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
13076         (prolog-consult-region): Replace `send-string' by
13077         `process-send-string'; replace `send-region' by `process-send-region'.
13079         * progmodes/delphi.el (delphi-log-msg):
13080         Replace `set-window-dot' by `set-window-point'.
13082         * subr.el (window-dot, set-window-dot, read-input, send-string)
13083         (send-region, show-buffer, eval-current-buffer):
13084         Make really obsolete, as the comment says.
13086 2005-05-17  Kim F. Storm  <storm@cua.dk>
13088         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
13089         (cua--init-keymaps): Bind C-return instead of S-return to set
13090         rectangle mark.
13092         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
13093         instead of S-return to toggle/clear rectangle mark.
13095 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
13097         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
13098         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
13099         Also fontify plain strings assigned to variables, mostly so that a
13100         colon has a face and is thus not taken as a dependency separator.
13101         (makefile-previous-dependency): Inline the new matcher, because it
13102         is too complex to work in both directions.
13103         (makefile-match-dependency): Eliminate `backward' arg (see above).
13104         Completely reimplemented so as to not sometimes go into an endless
13105         loop.  It should also be more efficient, because first it only
13106         searches for `:', instead of applying the very complex regexp.
13107         (makefile-mode): Cancel `font-lock-support-mode', because blocks
13108         to be fontified in one piece can be too long for JIT.
13109         Makefiles are never *that* big.
13111 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
13113         * dired.el (dired-mode): Simplify.
13115 2005-05-17  Lute Kamstra  <lute@gnu.org>
13117         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
13118         defcustom for the mode hook variable.
13120         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
13121         Emacs Lisp Reference Manual.
13123 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
13125         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
13126         (evenp, list*):
13127         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
13128         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
13130         * net/tramp-smb.el (tramp-smb-open-connection):
13131         Pass `tramp-chunksize' as fifth (required) argument.
13133 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
13135         * font-lock.el (lisp-font-lock-keywords-1):
13136         Set `font-lock-negation-char-face' for [^...] char group.
13137         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
13139         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
13140         a var, and refine it to mask one more level of nested vars.
13141         (makefile-rule-action-regex): Turn it into a var, and refine it so
13142         it recognizes backslashed continuation lines as belonging to the
13143         same command.
13144         (makefile-macroassign-regex): Refine it so it recognizes
13145         backslashed continuation lines as belonging to the same command.
13146         (makefile-var-use-regex): Don't look at the next char, because it
13147         might be the same one to be skipped by the initial [^$], leading
13148         to an overlooked variable use.
13149         (makefile-make-font-lock-keywords): Remove two parameters, which
13150         are now variables that some of the modes set locally.
13151         Handle dependency and rule action matching through functions, because
13152         regexps alone match too often.  Dependency matching now comes
13153         last, so it can check, whether a colon already matched something else.
13154         (makefile-mode): Inform that font-lock improves makefile parsing
13155         capabilities.
13156         (makefile-match-dependency, makefile-match-action): New functions.
13158 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
13160         * emacs-lisp/cl-extra.el (equalp): Doc fix.
13162         * align.el (align-regexp):
13163         * ansi-color.el (ansi-color-get-face):
13164         * array.el (array-reconfigure-rows, array-init-max-row)
13165         (array-init-max-column, array-init-columns-per-line)
13166         (array-init-field-width):
13167         * dired-aux.el (dired-trample-file-versions):
13168         * dired-x.el (dired-mark-sexp):
13169         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
13170         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
13171         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
13172         * faces.el (face-read-integer):
13173         * files.el (backup-extract-version, insert-directory):
13174         * hexl.el (hexl-insert-decimal-char):
13175         * server.el (server-process-filter):
13176         * shell.el (shell-extract-num):
13177         * startup.el (command-line-1):
13178         * term.el (term-command-hook):
13179         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
13180         (time-stamp-do-number):
13181         * time.el (display-time-update):
13182         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
13183         (timezone-fix-time):
13184         * vms-patch.el (vms-suspend-resume-hook):
13185         * calendar/appt.el (appt-convert-time):
13186         * calendar/cal-bahai.el (mark-bahai-diary-entries):
13187         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
13188         * calendar/cal-islam.el (mark-islamic-diary-entries):
13189         * calendar/calendar.el (calendar-cursor-to-date)
13190         (calendar-star-date):
13191         * calendar/diary-lib.el (diary-attrtype-convert)
13192         (mark-diary-entries, diary-entry-time):
13193         * calendar/solar.el (solar-get-number):
13194         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
13195         * emacs-lisp/re-builder.el (reb-display-subexp):
13196         * emulation/edt.el (edt-set-scroll-margins):
13197         * emulation/tpu-extras.el (tpu-set-scroll-margins):
13198         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
13199         (vip-get-ex-count):
13200         * emulation/viper-ex.el (viper-get-ex-token)
13201         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
13202         * international/fontset.el (fontset-plain-name):
13203         * mail/feedmail.el (feedmail-look-at-queue-directory):
13204         * mail/mailalias.el (mail-get-names):
13205         * mail/rmail.el (rmail-convert-to-babyl-format):
13206         * mail/rmailsum.el (rmail-make-basic-summary-line)
13207         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
13208         (rmail-summary-goto-msg):
13209         * mail/smtpmail.el (smtpmail-read-response):
13210         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
13211         (ange-ftp-vms-add-file-entry):
13212         * play/gametree.el (gametree-looking-at-ply)
13213         (gametree-current-branch-score):
13214         * progmodes/ada-xref.el (ada-prj-find-prj-file)
13215         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
13216         * progmodes/cperl-mode.el (condition-case):
13217         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
13218         (ebrowse-set-member-buffer-column-width)
13219         (ebrowse-select-1st-to-9nth):
13220         * progmodes/etags.el (etags-snarf-tag):
13221         * progmodes/flymake.el (flymake-parse-line):
13222         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
13223         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
13224         (idlwave-shell-menu-def):
13225         * progmodes/ps-mode.el (ps-run-goto-error):
13226         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
13227         (vhdl-speedbar-contract-level):
13228         * term/mac-win.el (x-handle-numeric-switch):
13229         * term/sun-mouse.el (sun-get-frame-data):
13230         * term/w32-win.el (x-handle-numeric-switch):
13231         * term/x-win.el (x-handle-numeric-switch):
13232         * textmodes/ispell.el (ispell-parse-output):
13233         * textmodes/nroff-mode.el (nroff-outline-level):
13234         * textmodes/reftex-cite.el (reftex-bib-sort-year)
13235         (reftex-bib-sort-year-reverse, reftex-format-citation):
13236         * textmodes/reftex-parse.el (reftex-init-section-numbers)
13237         (reftex-section-number):
13238         * textmodes/texinfmt.el (texinfo-paragraphindent):
13239         Replace `string-to-int' by `string-to-number'.
13241         * international/latexenc.el: Add page marker to force the "Local
13242         Variables:" string out of the last page.
13244 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
13246         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
13247         tooltip-change-major-mode.
13248         (gud-tooltip-print-command): Remove case where gud-minor-mode
13249         is gdb ("--fullname").
13250         (gud-tooltip-tips): Turn GUD tooltips off for this case and
13251         explain to user.
13253 2005-05-16  Jay Belanger  <belanger@truman.edu>
13255         * calc/calc-store.el (calc-copy-special-constant): New function.
13257         * calc/calc-ext.el (calc-init-extensions): Add binding for
13258         `calc-copy-special-constant'.
13260         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
13261         for the `calc-copy-special-constant' command.
13263 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
13265         * subr.el (left-fringe-p): New function.
13267         * progmodes/compile.el (compilation-setup): Set local value of
13268         overlay-arrow-string to "" always.
13269         (compilation-set-window): Left fringe then don't scroll.
13270         No left fringe then no arrow and scroll message to top.
13271         (compilation-context-lines): Adjust doc string accordingly.
13273 2005-05-16  Kim F. Storm  <storm@cua.dk>
13275         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
13276         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
13277         (ido-wide-find-dir-or-delete-dir): New command for M-d.
13278         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
13279         (ido-read-file-name): Handle commands with ido property value
13280         equal to find-file as reading a file name, to allow C-d to enter dired.
13281         (ibuffer-find-file): Add ido property with value find-file.
13283 2005-05-15  Kim F. Storm  <storm@cua.dk>
13285         * subr.el (open-network-stream-nowait): Remove.
13286         (open-network-stream-server): Remove.
13288 2005-05-15  Richard M. Stallman  <rms@gnu.org>
13290         * faces.el (describe-face): Output a definition link button.
13292         * help-mode.el (help-face-def): New button type.
13294         * emacs-lisp/copyright.el (copyright-fix-years):
13295         Match properly if the first year is 2-digit.
13296         Don't mess up the whitespace after the years by filling.
13298         * dired-aux.el (dired-mark-confirm):
13299         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
13301         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
13302         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
13303         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
13305         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13306         Set font-lock-comment-start-skip.
13308         * font-lock.el (font-lock-comment-start-skip): New variable.
13309         (font-lock-comment-end-skip): New variable.
13310         (font-lock-fontify-syntactically-region): Use them if non-nil.
13312 2005-05-15  Jay Belanger  <belanger@truman.edu>
13314         * calc/calc-store.el (calc-store-value): Return a string rather
13315         than display it as a message.
13316         Use calc-var-name for variable name.
13317         (calc-store-into): Add the result of calc-store-value to message.
13318         (calc-copy-variable): Add a message.
13319         (calc-store-exchange): Improve error messages.
13320         (calc-store-binary, calc-store-map): Don't reset the values of
13321         special constants.
13323 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
13325         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
13326         manual to docstring.
13328         * files.el (hack-local-variables-confirm): Add STRING argument.
13329         Make the function handle non file visiting buffers correctly.
13330         (hack-local-variables-prop-line, hack-local-variables)
13331         (hack-one-local-variable): Use STRING arg of
13332         `hack-local-variables-confirm'.
13334 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
13336         Sync with Tramp 2.0.49.
13338         * net/tramp.el (tramp-handle-dired-call-process)
13339         (tramp-handle-insert-directory):`insert-buffer' cannot be used
13340         because the contents of the Tramp buffer is changed before
13341         insertion (`expand-file' and alike).
13342         (tramp-handle-insert-directory): If `localname' has an empty
13343         nondirectory name, it must not be quoted.
13344         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
13345         variable `tramp-chunksize'.  Change callees.
13346         (tramp-open-connection-setup-interactive-shell): Check remote host
13347         for buggy `send-process-string' implementation.
13348         Set `tramp-chunksize' if found.  Reported by Michael Kifer
13349         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
13350         (tramp-handle-shell-command): `insert-buffer' cannot be used
13351         because the contents of the Tramp buffer is changed before
13352         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
13353         <frederic.bothamy@free.fr>.
13354         (tramp-set-auto-save): Actions should be done for Tramp file name
13355         handler only.  Ange-FTP has its own auto-save mechanism.
13356         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
13357         (tramp-set-auto-save-file-modes): Set file modes of
13358         `buffer-auto-save-file-name' to ?\600 as fallback solution.
13359         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
13360         (tramp-bug): Remove obsolete variable.
13361         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
13362         for presence of `mml-mode'.  Make it running for older Emacsen as well.
13364 2005-05-14  John Paul Wallington  <jpw@pobox.com>
13366         * ibuf-ext.el (define-ibuffer-filter filename):
13367         If `dired-directory' is a list, use its car.
13369 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
13371         * ibuffer.el (define-ibuffer-column filename):
13372         If `dired-directory' is a list, use its car.
13374 2005-05-14  Richard M. Stallman  <rms@gnu.org>
13376         * subr.el (symbol-file): Doc fix.
13378         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
13379         (byte-compile-form): Call byte-compile-nogroup-warn.
13380         (byte-compile-warning-types): Doc fix.
13382         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
13384         * progmodes/cc-engine.el (c-literal-faces):
13385         Add font-lock-comment-delimiter-face.
13387         * net/net-utils.el (dig): Use with-no-warnings.
13389         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
13390         (sc-recite-frame-alist, sc-default-cite-frame)
13391         (sc-default-uncite-frame, sc-default-recite-frame)
13392         (sc-attrib-selection-list, sc-rewrite-header-list):
13393         Mark as risky-local-variable.
13395         * international/ogonek.el (ogonek-jak, ogonek-how):
13396         Don't use beginning-of-buffer.
13398         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
13400         * calendar/solar.el (solar-data-list): Move definition up.
13402         * dnd.el (dnd-protocol-alist): Add autoload.
13404         * progmodes/sh-script.el: Many doc usage fixes.
13405         (sh-indent-after-do): Change default to match common styles.
13407 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
13409         * files.el (interpreter-mode-alist)
13410         (auto-mode-interpreter-regexp): Doc fixes.
13412 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
13414         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
13416         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
13418 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13420         * dired.el (dired-mode): make-variable-buffer-local =>
13421         make-local-variable.
13423 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13425         * term/mac-win.el (mac-select-convert-to-string): Try coding
13426         systems in mac-script-code-coding-systems if specified one cannot
13427         encode string for `com.apple.traditional-mac-plain-text'.
13429 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
13431         * progmodes/make-mode.el (makefile-targets-face)
13432         (makefile-shell-face, makefile-makepp-perl-face): New faces.
13433         (makefile-dependency-regex): Fix it to not make the colon in
13434         $(var:a=b) special.
13435         (makefile-rule-action-regex): New regexp for highlighting embedded
13436         Shell strings.
13437         (makefile-macroassign-regex): Handle != for highlighting as
13438         embedded Shell strings.
13439         (makefile-var-use-regex): New const.
13440         (makefile-statements, makefile-automake-statements)
13441         (makefile-gmake-statements, makefile-makepp-statements)
13442         (makefile-bsdmake-statements): New consts.
13443         (makefile-make-font-lock-keywords): New function.
13444         (makefile-automake-font-lock-keywords)
13445         (makefile-gmake-font-lock-keywords)
13446         (makefile-makepp-font-lock-keywords)
13447         (makefile-bsdmake-font-lock-keywords): New consts.
13448         (makefile-mode-map): Add switchers between the various submodes.
13449         (makefile-mode): Document the availability of the variants.
13450         (makefile-automake-mode, makefile-gmake-mode)
13451         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
13453         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
13454         new variants of makefile-mode.
13456 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13458         * font-lock.el (font-lock-comment-delimiter-face): Fix up
13459         the inheritance.
13461 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
13463         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
13464         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
13466         * files.el (normal-mode): Extend the scope of the
13467         `enable-local-variables' binding to include the `set-auto-mode' call.
13468         (magic-mode-alist): Doc fix.
13470 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13472         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
13473         font-lock-comment-face rather than copying its setting.
13475 2005-05-12  Andreas Schwab  <schwab@suse.de>
13477         * eshell/esh-mode.el (eshell-send-input): Doc fix.
13479 2005-05-12  Lute Kamstra  <lute@gnu.org>
13481         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
13482         defcustom for the mode hook variable.  Delete the last argument.
13483         * generic-x.el: Fix callers of define-generic-mode.
13484         (generic-x-modes): Delete group.
13485         (show-tabs-tab-face, show-tabs-space-face): Put them in the
13486         generic-x customization group.
13488 2005-05-12  Kim F. Storm  <storm@cua.dk>
13490         * font-lock.el (font-lock-negation-char-face): Default to "off".
13492         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
13493         font-lock-negation-char-face to ! in !=.
13495 2005-05-12  Masatake YAMATO  <jet@gyve.org>
13497         * add-log.el (find-change-log): Fix typos in the docstring
13498         of function.
13500 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
13502         * international/latexenc.el (latexenc-find-file-coding-system):
13503         Avoid `re-search-forward' when looking for input encoding because
13504         of speed and safety.  Better regular expressions for recognizing
13505         input encoding.  Limit a search for TeX-master/tex-main-file to
13506         the local variable section.
13508 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
13510         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
13511         syntax of $ to "'" (quote).
13513 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
13515         * dnd.el (dnd-protocol-alist): Improve custom type.
13517         * dired.el (dired-dnd-protocol-alist): New variable.
13518         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
13519         `dired-mode-hook' to the end.
13521 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13523         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
13524         comment-end if comment-start-skip is not set.
13525         Obey the font-lock-comment-delimiter-face variables.
13527 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13529         * files.el (executable-find): Move from executable.el.  Use
13530         locate-file.
13531         * progmodes/executable.el (executable-find): Move to files.el.
13533         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
13534         when trying to ensure forward progress.
13536 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
13538         * mouse-sel.el (mouse-sel-follow-link-p): New function.
13539         (mouse-select, mouse-select-internal, mouse-extend-internal):
13540         Use it to implement mouse-1-click-follows-link functionality.
13542 2005-05-11  Richard M. Stallman  <rms@gnu.org>
13544         * font-lock.el (font-lock-fontify-syntactically-region):
13545         Use font-lock-comment-delimiter-face for comment delimiters.
13547 2005-05-10  Jay Belanger  <belanger@truman.edu>
13549         * calc/calc-help.el (calc-m-prefix-help): Add mention of
13550         preserving embedded modes.
13552 2005-05-10  Richard M. Stallman  <rms@gnu.org>
13554         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
13556         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
13557         Move from ada-stmt.el.
13558         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
13560         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
13561         Move to ada-mode.el.
13562         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
13564         * cus-edit.el (custom-file): Call file-chase-links.
13566         * files.el (read-directory-name): Fix previous change.
13567         (hack-local-variables-confirm): New function.
13568         (hack-local-variables-prop-line, hack-local-variables)
13569         (hack-one-local-variable): Use it.
13571 2005-05-10  Lute Kamstra  <lute@gnu.org>
13573         * font-lock.el (font-lock-keywords-alist)
13574         (font-lock-removed-keywords-alist): Clarify docstrings.
13576 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
13578         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
13579         (gdb-source-info): Check for preprocessor info.
13580         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
13581         a macro for a function.
13582         (gdb-info-breakpoints-custom): Try to find file again if not already
13583         found (user might have used GDB dir command).
13584         (gdb-get-location): Update gdb-location-alist correctly for change
13585         to gdb-info-breakpoints-custom.
13587         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
13588         (gud-tooltip-print-command): Add gdbmi case.
13589         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
13590         preprocessor info.
13592 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
13594         * startup.el (fancy-splash-insert): Fix typo in doc string.
13596 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
13598         * obsolete/float.el (string-to-float):
13599         * obsolete/hilit19.el (hilit-add-pattern):
13600         * obsolete/rnews.el (news-parse-range, news-select-message)
13601         (news-get-pruned-list-of-files): Replace `string-to-int' by
13602         `string-to-number'.
13604         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
13605         `find-file-not-found-hooks'; use `add-hook'.
13606         (uncompress-while-visiting): Set `write-file-functions', not
13607         `write-file-hooks'; use `add-hook'.
13609 2005-05-09  Kim F. Storm  <storm@cua.dk>
13611         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
13612         (cua-paste): Handle clipboard action.
13613         (cua--init-keymaps): Remap clipboard-kill-region and
13614         clipboard-kill-ring-save.
13616 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
13618         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
13619         Improve commentary.
13621         * simple.el (next-error-overlay-arrow-position): Revert the change
13622         made on 2005-04-30.
13624 2005-05-07  Jay Belanger  <belanger@truman.edu>
13626         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
13627         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
13628         `calc-sel-reselect'.
13630         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
13631         Calc is in embedded mode.
13633 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
13635         * progmodes/compile.el (compilation-setup):
13636         Set overlay-arrow-string to an empty string on text terminals.
13638         * textmodes/ispell.el (ispell-program-name): Try looking for
13639         "aspell" along exec-path, and if found, use it as the default
13640         speller program.
13642 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
13644         * international/mule.el (sgml-xml-auto-coding-function):
13645         Recognize encoding='FOO' in single quotes as well as in double quotes.
13647 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
13649         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
13650         as well as `interactive', so that defmacro* would recognize
13651         `declare' forms.
13653 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
13655         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
13656         Explain more about the LIGHTER arg's usage in the doc string.
13657         Add commentary to clarify what the code does.  Fix the regexp that
13658         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
13659         since it could have characters special to regular expressions.
13661 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
13663         * replace.el (occur-1): Bind inhibit-read-only so that
13664         erase-buffer doesn't barf on read-only text properties (likewise
13665         for add-text-properties in occur-engine).  Mark buffer as unmodified.
13666         (occur-engine): Don't set buffer-read-only here.
13668 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13670         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
13671         list-buffers-directory.  This caused the *cvs-commit* buffer to be
13672         sometimes mistakenly reused as a *cvs* buffer.
13674 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
13676         * tooltip.el: Move code for GUD tooltips into gud.el.
13677         (require): CL no longer needed to compile case.
13678         (tooltip-mode): Do not toggle functions for GUD tooltips.
13679         (tooltip-gud-tips-p): Remove.  Replace with minor mode
13680         gud-tooltip-mode in gud.el.
13681         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
13682         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
13683         tooltip-gud prefix with gud-tooltip and obsolete.
13684         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
13685         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
13686         (tooltip-mouse-motion): Mouse movement functions/variable.
13687         Rename in gud.el by adding gud prefix.
13688         (tooltip-gud-original-filter, tooltip-gud-dereference)
13689         (tooltip-gud-event, tooltip-toggle-gud-tips)
13690         (tooltip-gud-process-output, tooltip-gud-print-command)
13691         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
13692         gud.el by replacing tooltip-gud prefix with gud-tooltip.
13693         (gdb-tooltip-print): Move to gdb-ui.el.
13695         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
13696         (require): CL needed to compile case.
13697         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
13698         tooltip-gud-tips-p.  Make it a minor-mode.
13699         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
13700         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
13701         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
13702         (gud-tooltip-change-major-mode)
13703         (gud-tooltip-activate-mouse-motions-if-enabled)
13704         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
13705         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
13706         (gud-tooltip-original-filter, gud-tooltip-dereference)
13707         (gud-tooltip-event, tooltip-toggle-gud-tips)
13708         (gud-tooltip-process-output, gud-tooltip-print-command)
13709         (gud-tooltip-tips): Move from tooltip.el.
13711         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
13712         (gdb-cpp-define-alist-flags): Doc fix.
13713         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
13714         gud-tooltip-mode is t.
13716 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13718         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
13719         evaporate if their text is deleted.
13720         (goto-address-at-point): Make it work as a mouse binding as well.
13721         (goto-address-at-mouse): Obsolete it.  Update users.
13723 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
13725         * calendar/appt.el (top-level): No longer activate on load.
13727 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
13729         * calendar/cal-bahai.el (mark-bahai-diary-entries):
13730         * net/webjump.el (webjump):
13731         * progmodes/idlw-help.el (idlwave-do-context-help1)
13732         (idlwave-highlight-linked-completions):
13733         * textmodes/po.el (po-find-file-coding-system-guts):
13734         Replace `assoc-ignore-case' by `assoc-string'.
13736 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
13738         * files.el (locate-file): Doc fix.
13740         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
13741         Remove the redundant test for ms-dos.
13743         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
13744         look for the preprocessor with exec-suffixes.  If not found in
13745         standard places, look in exec-path.  Remove most of the tests that
13746         used system-type.
13748         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
13750         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
13752         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
13753         file-name clash with jka-compr.el on 8+3 filesystems.
13755 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13757         * term/mac-win.el: Don't define or bind scroll bar functions if
13758         x-toolkit-scroll-bars is t.
13759         (x-select-text, x-get-selection-value): Clear
13760         x-last-selected-text-clipboard if x-select-enable-clipboard is
13761         nil.
13762         (PRIMARY): Put mac-scrap-name property.
13763         (mac-select-convert-to-file-url): New function.
13764         (public.file-url): New selection target type.  Add to
13765         selection-converter-alist.
13766         (x-get-selection, x-selection-value): Handle it.
13767         (x-cut-buffer-or-selection-value): New alias.
13769 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13771         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
13772         entry to avoid calling bibtex-find-entry with arg global
13773         being t.  Remove arg key.
13774         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
13775         (bibtex-copy-summary-as-kill): Change accordingly.
13777 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13779         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
13780         (org-agenda-date-later): Use with-current-buffer.
13782 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
13784         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
13785         (define-obsolete-variable-alias): Doc Fixes.
13787 2005-05-06  Kim F. Storm  <storm@cua.dk>
13789         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
13790         vertical-motion when selective-display is active.
13792         * ido.el (ido-setup-hook): New hook.
13793         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
13794         (ido-input-stack): New var.
13795         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
13796         ido-next-work-file binding to M-O.
13797         Bind M-f to ido-wide-find-file-or-pop-dir.
13798         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
13799         (ido-read-internal): Run ido-setup-hook.
13800         Catch quit in read-file-name and read-string to cancel edit.
13801         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
13802         Automatically pop-all when completing a directory name (RET).
13803         (ido-file-internal): Add with-no-warnings around ffap and dired code.
13804         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
13805         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
13806         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
13807         New functions for M-b/M-f to move among the directory components.
13808         (ido-make-merged-file-list): Catch quit to cancel merge.
13809         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
13810         (ido-completion-help): No warnings for ido-completion-buffer-full.
13812 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
13814         * font-lock.el (font-lock-negation-char-face): New face and variable.
13815         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
13816         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
13817         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
13818         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
13820 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
13822         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
13823         Fix typo in docstring.
13825         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
13826         (ebrowse-print-statistics-line)
13827         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
13829         * term/w32-win.el (image-library-alist): Add additional name for
13830         Xpm library.
13832 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
13834         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
13835         use gcc instead of cpp.
13837         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
13838         (gdb-create-define-alist): Use it.
13839         (gdb-cpp-define-alist-program): Update for MS-DOS.
13841 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
13843         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
13845 2005-05-04  Richard M. Stallman  <rms@gnu.org>
13847         * help.el (describe-key): No error when UNTRANSLATED is nil.
13849         * simple.el (line-move-1): Fix previous change to signal errors
13850         appropriately.
13852 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
13854         * calendar/icalendar.el (icalendar-version): Now at 0.12.
13855         (icalendar-duration-correction): Remove.
13856         (icalendar--get-event-properties): Split result at commas.
13857         (icalendar--decode-isoduration): New optional argument
13858         DURATION-CORRECTION.
13859         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
13860         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
13861         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
13862         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
13863         (icalendar--convert-anniversary-to-ical): New functions, extracted
13864         from icalendar-export-region, with bug fixes.
13865         (icalendar-export-region): Use the above functions.
13866         (icalendar-import-buffer): Check before saving diary file.
13867         (icalendar--convert-recurring-to-diary)
13868         (icalendar--convert-non-recurring-all-day-to-diary)
13869         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
13870         extracted from icalendar--convert-ical-to-diary, with bug fixes.
13871         (icalendar--convert-ical-to-diary): Use the above functions.
13873 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
13875         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
13876         Remove these recent additions.
13877         (c-mode): Restore to before 2005-04-28.
13879         * progmodes/cc-vars.el (cc-define-list-program): Remove this
13880         recent addition.
13882         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
13883         (gdb-define-alist): New variables.
13884         (gdb-create-define-alist): New function.
13885         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
13886         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
13887         with string-to-number.
13888         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
13890         * progmodes/gud.el: Replace string-to-int with string-to-number.
13891         (gud-find-file): Handle gdb-define-alist.
13893         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
13895 2005-05-02  Jay Belanger  <belanger@truman.edu>
13897         * calc/calc-aent.el (math-read-token):
13898         * calc/calc-bin.el (calc-word-size):
13899         * calc/calc-ext.el (calc-read-number-fancy):
13900         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
13901         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
13902         * calc/calc-frac.el (calc-over-notation):
13903         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
13904         (calc-graph-num-points, calc-graph-init):
13905         * calc/calc-prog.el (calc-read-parse-table-part)
13906         (calc-edit-macro-repeats):
13907         * calc/calc-yank.el (calc-do-grab-rectangle):
13908         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
13909         Replace `string-to-int' by `string-to-number'.
13911 2005-05-02  Kim F. Storm  <storm@cua.dk>
13913         * kmacro.el: Use executing-kbd-macro-index variable.
13915 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
13917         * net/rlogin.el (rlogin-parse-words): Delete func.
13918         (rlogin): Use split-string, not rlogin-parse-words.
13919         Also, if there are option-like elements in the parsed args,
13920         take the host to be the first arg immediately following them.
13921         Suggested by Michael Mauger.
13923 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
13925         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
13927 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
13929         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
13930         (cc-mode-cpp-program): Rename to cc-define-list-program and
13931         move to cc-vars.el.
13933         * progmodes/cc-vars.el (cc-define-list-program):
13934         Change to "gcc -E -dM -".  Make customizable.
13936 2005-05-02  Kim F. Storm  <storm@cua.dk>
13938         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
13940 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
13942         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
13944         * international/mule-util.el (truncate-string): Remove alias and
13945         obsolete declaration.
13947         * international/mule-cmds.el (update-iso-coding-systems):
13948         Remove alias and obsolete declaration.
13950         * international/mule.el (coding-system-parent): Remove alias and
13951         obsolete declaration.
13953         * subr.el (define-function, sref): Remove aliases and obsolete
13954         declarations.
13955         (chars-in-region): Remove obsolete declaration.
13957 2005-05-01  Richard M. Stallman  <rms@gnu.org>
13959         * info.el (Info-mode): Set widen-automatically to nil, locally.
13961         * simple.el (widen-automatically): New variable.
13962         (pop-global-mark): Obey widen-automatically.
13964 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
13966         * term/xterm.el (function-key-map): Call substitute-key-definition
13967         before the keymap size is increased by a lot of define-key calls.
13969 2005-05-01  Richard M. Stallman  <rms@gnu.org>
13971         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
13972         Rename ARG to ELEMENT.  Doc fix.
13974 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
13976         * allout.el (allout-exposure): Remove macro and obsolete declaration.
13977         Remove references to allout-exposure/change to allout-new-exposure.
13979         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
13980         bytecode symbols.
13982         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
13983         (compiled-function-p, focus-frame, unfocus-frame):
13984         Remove aliases and obsolete declarations.
13985         Back out inadvertent changes from previous commit.
13987 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
13989         * files.el (require-final-newline): Make Custom tags consistent
13990         with mode-require-final-newline.
13991         (mode-require-final-newline): Doc fix.
13993 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
13995         * international/latexenc.el (latexenc-find-file-coding-system):
13996         Fix regular expressions.
13998 2005-05-01  David Kastrup <dak@gnu.org>
14000         * international/latexenc.el (latexenc-find-file-coding-system):
14001         Fix regular expressions.
14003 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
14005         * subr.el (string-to-int): Make obsolete.
14007 2005-04-30  Richard M. Stallman  <rms@gnu.org>
14009         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
14011         * loadup.el: load jka-comp-hook.
14013         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
14014         (jka-compr-handler): Add autoload.  `put' calls moved
14015         to jka-comp-hook.el.
14016         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
14017         (jka-compr-inhibit): Autoload.
14019         * jka-comp-hook.el: New file.
14020         Enable the mode by default.
14022         * files.el (backup-buffer-copy): Use copy-file instead
14023         of write-region, and put back the 'excl.
14025 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
14027         * progmodes/flymake.el (flymake-split-string)
14028         (flymake-split-string, flymake-log, flymake-pid-to-names)
14029         (flymake-reg-names, flymake-get-source-buffer-name)
14030         (flymake-unreg-names, flymake-add-line-err-info)
14031         (flymake-add-err-info): Clarify docstrings.
14032         (flymake-popup-menu, flymake-make-emacs-menu)
14033         (flymake-make-xemacs-menu): Add docstrings.
14034         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
14035         Set variables directly throughout.
14037 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
14039         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
14040         exists.  Initialize cc-define-alist.
14041         (c-mode): Add cc-create-define-alist locally to after-save-hook.
14042         If there is no file (Macroexpansion) don't create an alist.
14044 2005-04-29  Sam Steingold  <sds@gnu.org>
14046         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
14047         (cc-create-define-alist): Use it instead of the hard-coded string.
14049 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14051         * international/mule-conf.el (file-coding-system-alist): Fix regexp
14052         for latexenc.
14054 2005-04-29  Lute Kamstra  <lute@gnu.org>
14056         * emacs-lisp/generic.el: Improve commentary section.
14057         (define-generic-mode): Improve docstring.
14059 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
14061         * textmodes/org.el (many places): Change to quiet the byte compiler.
14062         (org-prefix-format-compiled): New variable.
14063         (org-compile-prefix-format): New function.
14064         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
14065         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
14066         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
14067         (org-get-entries-from-diary): Use `org-get-time-of-day' for
14068         consistency with entries from `org-mode' files.
14069         (org-get-time-of-day): Fix bug with partial matches early in a line.
14070         (org-non-link-chars): New constant.
14071         (org-link-regexp): Respect `org-non-link-chars'.
14072         (org-agenda-day-view): Remove command.
14073         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
14074         (org-follow-bbdb-link, org-store-link): Search also company field.
14075         (org-highlight-overlay): New variable.
14076         (org-highlight, org-unhighlight): New functions.
14077         (org-agenda-mode): Add pre-command-hook to remove highlight.
14078         (org-evaluate-time-range): Behavior depends upon whether time stamp
14079         contains a time or not.
14080         (org-show-subtree, org-show-entry): New functions.
14081         (org-agenda-cleanup-fancy-diary): Remove empty lines.
14083 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
14085         * comint.el (comint-output-filter-functions): Add autoload cookie.
14087 2005-04-28  Kim F. Storm  <storm@cua.dk>
14089         * ido.el (ido-everywhere): Fix last change.
14091 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
14093         * international/latexenc.el: New file.
14094         * international/mule-conf.el (file-coding-system-alist): For .tex,
14095         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
14097 2005-04-28  Lute Kamstra  <lute@gnu.org>
14099         * font-lock.el (font-lock-add-keywords)
14100         (font-lock-remove-keywords): Clarify docstring.
14101         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
14102         Don't start docstrings with a `*'.
14103         (font-lock-update-removed-keyword-alist): Give it a docstring.
14105         * generic-x.el: Update commentary section.
14106         Only require font-lock when compiling.
14107         Define all modes conditionally.
14108         Place all generic modes in the generic-x-modes customization group.
14109         (generic-x-modes): New customization group.
14110         (generic-default-modes, generic-mswindows-modes)
14111         (generic-unix-modes, generic-other-modes): New constants.
14112         (generic-define-mswindows-modes, generic-define-unix-modes):
14113         Update docstrings.  Make them obsolete.
14114         (generic-extras-enable-list): New default value.  Update docstring.
14115         Improve :type.  Change :set function.
14116         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
14117         Fix docstring.
14119         * emacs-lisp/generic.el (generic-mode-internal):
14120         Simplify font-lock-defaults.
14121         (define-generic-mode): Fix docstring.
14123 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14125         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
14126         font-lock-face property to highlight matches.
14128 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
14130         * progmodes/cc-mode.el (cc-create-define-alist): New function.
14131         (cc-define-alist): New variable.
14132         (c-mode): Make it local and initialize it.
14134         * progmodes/gdb-ui.el (gdb-active-process): New variable.
14135         (gdb-exited): New function.
14136         (gdb-annotation-rules): Use it.
14137         (gdb-starting): Set gdb-active-process to t.
14138         (gdb-stopping): Amend doc string.
14139         (gdb-reset): Set gdb-active-process to nil.
14141         * tooltip.el (tooltip-gud-tips): Show the associated #define
14142         directives when a C program under GDB is not executing.
14144 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14146         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
14147         font-lock-fontify-syntactic-keywords.
14149         * font-lock.el (font-lock-default-fontify-region): Don't force
14150         parse-sexp-lookup-properties to nil.
14152 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
14154         * man.el (man-mode-syntax-table): Set up `:' to have
14155         word-constituent syntax.
14157 2005-04-27  Lute Kamstra  <lute@gnu.org>
14159         * novice.el (disable-command): Don't add spurious newlines to the
14160         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
14162 2005-04-26  Jay Belanger  <belanger@truman.edu>
14164         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
14165         than one window before deleting window.
14167 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
14169         * shell.el (shell-prompt-pattern): Doc fix.
14170         (shell-mode): Set paragraph-separate buffer locally to "\\'".
14172         * comint.el (comint-prompt-regexp, comint-get-old-input)
14173         (comint-use-prompt-regexp)
14174         (comint-use-prompt-regexp-instead-of-fields)
14175         (comint-replace-by-expanded-history, comint-send-input)
14176         (comint-output-filter, comint-get-old-input-default)
14177         (comint-line-beginning-position, comint-bol, comint-show-output)
14178         (comint-backward-matching-input, comint-forward-matching-input)
14179         (comint-next-prompt, comint-previous-prompt):
14180         Rename `comint-use-prompt-regexp-instead-of-fields' to
14181         `comint-use-prompt-regexp'.  Keep old name as alias and declare
14182         obsolete.
14183         (comint-use-prompt-regexp): Shorten first line of doc string.
14185         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
14186         Set paragraph-separate buffer locally to "\\'".
14188         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
14189         Adapt to above name change.
14191         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
14192         (smbclient-prompt-regexp): Ditto.
14194         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
14196 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
14198         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
14199         gdb-location-list.
14200         Break lines that are over 80 characters wide.
14202 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14204         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
14205         New fun and var, to preserve compatibility.
14207         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
14209 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
14211         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
14212         name to file-newer-than-file-p.
14214 2005-04-26  Richard M. Stallman  <rms@gnu.org>
14216         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
14218         * progmodes/python.el (python-mode):
14219         Use new name eldoc-documentation-function.
14221         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
14223         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
14224         (eldoc-documentation-function):
14225         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
14227 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
14229         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
14231 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
14233         * term/xterm.el (function-key-map): Fix strings for
14234         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
14235         {C,S,A,C-S}-{f1-f12}.
14237 2005-04-26  Kenichi Handa  <handa@m17n.org>
14239         * international/mule-cmds.el (select-safe-coding-system):
14240         Fix previous change.
14242 2005-04-26  Lute Kamstra  <lute@gnu.org>
14244         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
14246         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
14247         (font-lock-comment-delimiter-face): Ditto.
14249         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
14251 2005-04-25  Jay Belanger  <belanger@truman.edu>
14253         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
14254         to t while inserting information; use help-mode.
14256 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
14258         * term.el (ansi-term-color-vector): Use the xterm colors.
14259         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
14261 2005-04-25  Lute Kamstra  <lute@gnu.org>
14263         * font-core.el (font-lock-defaults): Fix docstring.
14265         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
14267 2005-04-25  Kenichi Handa  <handa@m17n.org>
14269         * international/mule-cmds.el (select-safe-coding-system):
14270         Don't check consistency with coding: spec, etc if raw-text or
14271         no-conversion was found to be safe.
14273 2005-04-24  Richard M. Stallman  <rms@gnu.org>
14275         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
14276         citation markers at start of each line.
14278         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
14279         citation markers at start of each line.
14281         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
14283         * files.el (mode-require-final-newline): Fix previous change.
14284         (require-final-newline): Fix type label.
14286 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
14288         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
14289         statement in buffer (broken by 2004-11-24 change).
14291 2005-04-24  Kim F. Storm  <storm@cua.dk>
14293         * ido.el (ido-everywhere): Save and restore old read-buffer-function
14294         and read-file-name-function values.  Don't overwrite existing
14295         non-nil values if ido-mode is enabled without ido-everywhere.
14297 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
14299         * files.el (mode-require-final-newline): Minor doc fix.
14301 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
14303         * subr.el (syntax-after): Doc fix.
14304         (syntax-class): If argument is nil, return nil.  Mask off upper 16
14305         bits, not 8 bits.
14307         * files.el (mode-require-final-newline): Doc fix.
14308         (backup-buffer-copy): Fix last change.
14310 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14312         * term/mac-win.el: Require select.  Set selection-coding-system to
14313         mac-system-coding-system.  Call menu-bar-enable-clipboard.
14314         (x-last-selected-text-clipboard, x-last-selected-text-primary)
14315         (x-select-enable-clipboard): New variables.
14316         (x-select-text, x-get-selection, x-selection-value)
14317         (x-get-selection-value, mac-select-convert-to-string)
14318         (mac-services-open-file, mac-services-open-selection)
14319         (mac-services-insert-text): New functions.
14320         (CLIPBOARD, FIND): Put mac-scrap-name property.
14321         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
14322         (public.tiff): Put mac-ostype property.
14323         (selection-converter-alist): Add entries for them.
14324         (mac-application-menu-map): New keymap.
14325         (interprogram-cut-function, interprogram-paste-function): Set to
14326         x-select-text and x-get-selection-value, respectively.
14327         (split-window-keep-point): Set to t.
14329 2005-04-23  Richard M. Stallman  <rms@gnu.org>
14331         * files.el (read-directory-name): Always pass non-nil
14332         DEFAULT-FILENAME arg to read-file-name.
14333         (backup-buffer-copy, basic-save-buffer-2): Take care against
14334         writing thru an unexpected existing symlink.
14335         (revert-buffer): In indirect buffer, revert the base buffer.
14336         (magic-mode-alist): Doc fix.
14337         (buffer-stale-function): Doc fix.
14338         (minibuffer-with-setup-hook): Avoid warning.
14339         (mode-require-final-newline): Doc and custom fix.
14341         * follow.el (follow-end-of-buffer): Use with-no-warnings.
14343         * font-lock.el (font-lock-comment-face): On terminals with few colors,
14344         use the default appearance.
14345         (font-lock-comment-delimiter-face): New face, new variable.
14347         * imenu.el (imenu--generic-function): The official position of a
14348         definition is the start of the line that BEG is in.
14350         * midnight.el (midnight-timer): Move defvar up.
14352         * mouse.el (mouse-drag-region-1): Delete some debugging code.
14354         * saveplace.el (save-place-to-alist): Use with-no-warnings.
14356         * startup.el (command-line): Use with-no-warnings.
14358         * window.el (window-size-fixed): New defvar.
14360         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
14362         * mail/rmail.el (rmail-font-lock-keywords):
14363         Use font-lock-comment-delimiter-face.
14365         * mail/sendmail.el (mail-font-lock-keywords):
14366         Use font-lock-comment-delimiter-face.
14368         * progmodes/compile.el (next-error-highlight-timer): New defvar.
14370 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
14372         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14373         Specify t for LAXMATCH when matching directories.
14374         Save match data around compilation-compat-error-properties form.
14376 2005-04-23  David Kastrup  <dak@gnu.org>
14378         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
14379         Mention that the autoloaded aliases should be kept for AUCTeX.
14381 2005-04-23  Andreas Schwab  <schwab@suse.de>
14383         * isearch.el (isearch-forward): Doc fix.
14385 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
14387         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
14388         (jit-lock-stealth-nice): Change default value to 0.5.
14390 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
14392         * abbrev.el (write-abbrev-file): Write table entries in
14393         alphabetical order by table name.
14395 2005-04-22  Kim F. Storm  <storm@cua.dk>
14397         * ido.el (ido-read-internal): Fix `list' completion.
14399 2005-04-22  Kenichi Handa  <handa@m17n.org>
14401         * recentf.el (recentf-save-file-coding-system): New variable.
14402         (recentf-save-list): Encode the file by
14403         recentf-save-file-coding-system and add coding: tag.
14405 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
14407         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
14409 2005-04-21  Lute Kamstra  <lute@gnu.org>
14411         * loadhist.el (unload-feature): Don't remove a function from hooks
14412         if it is about to be restored to an autoload .  Remove functions
14413         that will become unbound from auto-mode-alist.  Simplify the code.
14415         * subr.el (assq-delete-all): New implementation that is linear,
14416         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
14417         (rassq-delete-all): New function.
14419         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
14420         Add size-indication-mode.
14422 2005-04-21  Kenichi Handa  <handa@m17n.org>
14424         * international/mule-cmds.el: Add autoload for widget-value in
14425         eval-when-compile.
14427 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
14429         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
14430         Add tooltip-mode.
14432         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
14434 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
14436         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
14437         (inferior-lisp-filter-regexp, inferior-lisp-program)
14438         (inferior-lisp-load-command, inferior-lisp-prompt)
14439         (inferior-lisp-mode-hook, lisp-source-modes)
14440         (inferior-lisp-load-hook): defvar->defcustom.
14441         (inferior-lisp-program, inferior-lisp-prompt)
14442         (inferior-lisp-load-hook): Doc fixes.
14443         (inferior-lisp-install-letter-bindings): Small change in
14444         introductory comment.
14446 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
14448         * vc.el (vc-annotate-color-map): Change some colors so that text
14449         using them as foreground is readable on both white and black
14450         backgrounds.
14452 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14454         * international/mule-conf.el (translation-table-for-input):
14455         Remove redundant declaration.
14457 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
14459         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
14461         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
14462         (tooltip-toggle-gud-tips): New function.
14464 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14466         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
14467         right angle brackets.
14469 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
14471         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
14473 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14475         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
14476         Remove.  Update callers to use expand-file-name instead.
14478         * subr.el (syntax-class): New function.
14480         * simple.el (blink-matching-open): Use it.
14482         * paren.el (show-paren-function): Use it to recognize parens that are
14483         also used in 2-char comment markers.
14485 2005-04-19  Lute Kamstra  <lute@gnu.org>
14487         * loadhist.el (unload-feature): Update for new format of
14488         load-history.  Simplify the code.
14490 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14492         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
14493         (mac-add-charset-info): New function.  Initialize variable
14494         mac-charset-info-alist using it.
14495         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
14496         for translation.
14497         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
14498         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
14499         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
14500         New CCL programs.
14502 2005-04-19  Kim F. Storm  <storm@cua.dk>
14504         * simple.el (next-buffer, prev-buffer, next-error)
14505         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
14506         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
14508         * bindings.el (next-buffer, prev-buffer, next-error)
14509         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
14510         (clone-indirect-buffer-other-window): Move bindings from simple.el.
14511         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
14512         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
14514 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14516         * isearch.el (isearch-edit-string): Make the search-ring available for
14517         minibuffer history commands.
14518         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
14519         the default history commands now work just as well.
14520         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
14522 2005-04-18  Kim F. Storm  <storm@cua.dk>
14524         * emulation/cua-base.el (cua--pre-command-handler): Add more
14525         elaborate check for shift modifier on non-window systems.
14527 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
14529         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
14531 2005-04-18  Kim F. Storm  <storm@cua.dk>
14533         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
14534         and make it optional.  Don't test tooltip-gud-echo-area here.
14535         (tooltip-gud-process-output, gdb-tooltip-print):
14536         Pass tooltip-gud-echo-area to tooltip-show.
14537         (tooltip-help-tips): Remove second optional arg to tooltip-show.
14539 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14541         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
14542         `display-graphic-p' may not be bound yet.
14544 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
14546         * startup.el (command-line): No longer enable Xterm Mouse mode by
14547         default in terminals compatible with xterm.
14549         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
14551 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
14553         * tooltip.el (tooltip-gud-echo-area): Rename from
14554         tooltip-use-echo-area.
14555         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
14556         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
14557         area independently of where help tooltips are displayed.
14559 2005-04-17  David Kastrup  <dak@gnu.org>
14561         * cus-theme.el (custom-theme-write-variables): Quote variables
14562         where necessary.
14564 2005-04-17  Richard M. Stallman  <rms@gnu.org>
14566         * simple.el (yank-excluded-properties): Add follow-link to value.
14568         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
14570         * startup.el (fancy-splash-max-time): Just 30 seconds.
14571         (fancy-splash-delay): Just 7.
14572         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
14574         * loadhist.el (unload-feature): Update for new format of load-history.
14575         Simplify the code.
14577         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
14578         (rmail-font-lock-keywords): Don't fontify the text of a citation.
14580         * mail/sendmail.el (mail-font-lock-keywords):
14581         Don't fontify subject text.
14582         Don't fontify the text of a citation.
14584 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
14586         * comint.el (comint-output-filter): Run comint-output-filter-functions
14587         with point where the user had it.
14589 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14591         * international/ucs-tables.el (ucs-set-table-for-input):
14592         Disable when using unify-on-decoding.
14594 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
14596         * emulation/cua-base.el (cua-global-mark-face): Add special case
14597         for displays supporting a high number of colors.
14599 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
14601         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
14603 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
14605         * filesets.el (filesets-add-buffer): If user supplies a name of a
14606         non-existing fileset, create a new fileset.
14608 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
14610         * textmodes/org.el (org-up-heading-all): Fix bug with
14611         `outline-up-heading-all'.
14613 2005-04-16  Andreas Schwab  <schwab@suse.de>
14615         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
14616         /etc/permissions.d/* and /etc/aliases.d/*.
14618 2005-04-16  Kenichi Handa  <handa@m17n.org>
14620         * international/code-pages.el (cp-make-coding-system):
14621         Set `translation-table-for-input' property value to the symbol
14622         ucs-mule-to-mule-unicode, not to that value.
14623         (pt154): Escape guillemet by `\'.
14625 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
14627         * loadup.el: Load tooltip if x-show-tip is fboundp.
14629         * startup.el (command-line): Add comment.
14631         * tooltip.el (tooltip-mode): Specify correct standard value for
14632         Custom in init-value.
14634 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
14636         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
14637         possible.
14639 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
14641         * textmodes/org.el (org-agenda-date-prompt): Rename from
14642         `org-agenda-date-today'.
14643         (org-evaluate-time-range): Insert at point instead of directly
14644         after time range.
14645         (org-first-headline-recenter, org-subtree-end-visible-p)
14646         (org-optimize-window-after-visibility-change): New functions
14647         (org-agenda-post-command-hook): Don't allow point at end of line,
14648         to make sure it always hits the text properties.
14649         (org-agenda-next-date-line, org-agenda-previous-date-line):
14650         New commands.
14651         (org-set-regexps-and-options): Category may contain white space.
14652         (org-agenda-get-deadlines, org-agenda-get-scheduled):
14653         Improve marker positions.
14654         (org-agenda-new-marker): Argument POS made optional.
14655         (org-agenda-get-timestamps): Deadlines which are done are listed
14656         in org-done-face now.
14657         (org-agenda-get-todos, org-agenda-get-timestamps)
14658         (org-agenda-get-deadlines, org-agenda-get-scheduled):
14659         Set `undone-face' and `done-face' properties.
14660         (org-last-todo-state-is-todo): New variable.
14661         (org-todo): Set `org-last-todo-state-is-todo'.
14662         (org-agenda-todo): Change face according to
14663         `org-last-todo-state-is-todo'.  And change other lines referring to
14664         the same entry.
14665         (org-calendar-goto-agenda): New command.
14666         (org-calendar-to-agenda-key): New option.
14667         (org-startup-folded): New allowed value `content'.
14668         (org-set-regexps-and-options): Accept new value `content' for
14669         `org-startup-folded'.
14670         (org-get-current-options): Handle new value `content' for
14671         `org-startup-folded'.
14672         (org-insert-todo-heading): New command.
14673         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
14674         interactively in empty file and option
14675         `org-insert-mode-line-in-empty-file' has been set.
14676         (org-agenda-todo,org-agenda-priority): Modify to use
14677         `org-agenda-change-all-lines'.
14678         (org-warning-face): Change color on dark background
14680 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14682         * international/mule-cmds.el (set-locale-environment): On Mac OS,
14683         use preferences AppleLocale and AppleLanguages, and variable
14684         mac-system-locale for default locale.  On Mac OS Classic, use
14685         mac-system-coding-system for default coding systems.
14687         * term/mac-win.el: Don't set file-name-coding-system.
14688         Decode variables system-name, emacs-build-system, user-login-name, and
14689         user-full-name by mac-system-coding-system on Mac OS Classic.
14690         (mac-system-coding-system): New variable.
14692 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
14694         * startup.el (command-line): Handle `xterm-mouse-mode' before
14695         reading init file.
14697         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
14699 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
14701         * progmodes/sh-script.el (sh-here-document-word): Make it a
14702         defcustom.  Doc fix.
14703         (sh-add): Bash uses $(( )) for arithmetic.
14704         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
14705         (sh-maybe-here-document): Remove quotes and leading whitespace
14706         from heredoc word when closing.  Indent heredoc with tabs if word
14707         starts with "-".
14709 2005-04-13  Richard M. Stallman  <rms@gnu.org>
14711         * simple.el (undo): Fix previous change.
14713         * custom.el (defface): Doc fix.
14715 2005-04-13  Lute Kamstra  <lute@gnu.org>
14717         * Makefile.in (DONTCOMPILE): Remove list.
14718         (compile, compile-always): Don't use DONTCOMPILE.
14719         (update-authors): Load the library in which batch-update-authors
14720         is defined.
14721         * makefile.w32-in (DONTCOMPILE): Remove list.
14722         (compile, compile-always): Fix comments.
14723         (update-authors): Load the library in which batch-update-authors
14724         is defined.
14726         * generic-x.el (generic-mode-ini-file-find-file-hook):
14727         Rename to ini-generic-mode-find-file-hook.
14728         Keep generic-mode-ini-file-find-file-hook as an alias.
14729         (ini-generic-mode-find-file-hook): Rename from
14730         generic-mode-ini-file-find-file-hook.  Fix docstring.
14731         (ini-generic-mode): Docstring change.
14732         (bat-generic-mode-run-as-comint): Silence the byte compiler.
14734         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
14735         called from lisp.
14737         * generic.el: Move to the emacs-lisp subdir.
14739 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
14741         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
14742         and C-S- function and cursor motion keys.
14744 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
14746         * startup.el (command-line): Enable Xterm Mouse mode by default.
14747         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
14748         for Custom.  No longer show "Mouse" in mode line when enabled.
14749         Doc fix.
14751 2005-04-12  Kim F. Storm  <storm@cua.dk>
14753         * emulation/cua-base.el (cua-rectangle-face)
14754         (cua-rectangle-noselect-face): Define face attributes here.
14756         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
14758 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14760         * startup.el (command-line): Turn off blinking cursor if
14761         cursorBlink in resources is off or false.
14763 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14765         * term/mac-win.el (dnd): Require dnd.
14766         (mac-drag-n-drop): Call dnd-handle-one-url.
14767         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
14768         (kTextEncodingISOLatin2): Remove constants.
14769         (mac-script-code-coding-systems): New constant.
14770         (mac-handle-language-change): New function.
14771         (special-event-map): Bind it to `language-change' event.
14772         (mac-centraleurroman, mac-cyrillic): New coding systems.
14773         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
14774         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
14775         and mac-cyrillic-encoder to encode-mac-centraleurroman and
14776         encode-mac-cyrillic, respectively.
14778 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
14780         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
14781         Don't set overlay-arrow-string to "=>" as this is done
14782         globally in C now.
14784 2005-04-12  Lute Kamstra  <lute@gnu.org>
14786         * generic-x.el (rc-generic-mode, rul-generic-mode):
14787         Fix auto-mode-alist entries.
14788         (etc-fstab-generic-mode): Tweak fontification.
14790         * generic.el (generic-make-keywords-list): Fix docstring.
14791         (generic-mode-internal): Simplify generic-font-lock-keywords.
14793 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
14795         * whitespace.el (whitespace-buffer-leading)
14796         (whitespace-buffer-trailing): Revert the incorrect test inversion.
14797         However, fix the highlight area for the leading and
14798         trailing whitespaces to show space.
14800 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
14802         * whitespace.el (whitespace-version): Bump to 3.5
14804         (whitespace-buffer-leading, whitespace-buffer-trailing):
14805         Invert sense of the test to highlight the whitespace.
14807 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
14809         * progmodes/gud.el (gud-display-line): GUD uses its own
14810         overlay arrow now so don't set overlay-arrow-string.
14811         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
14813 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
14815         * term.el (term-ansi-current-bold, term-ansi-current-underline)
14816         (term-ansi-current-reverse, term-ansi-current-invisible)
14817         (term-ansi-face-already-done): Change to boolean.
14818         (term-reset-terminal, term-handle-colors-array): Handle the above
14819         vars accordingly.
14820         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
14821         (term-emulate-terminal): Use the new name.
14823         * faces.el (secondary-selection): Use yellow1, not yellow.
14824         (trailing-whitespace): Use red1, not red.
14826 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14828         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
14829         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
14830         (dired-dnd-handle-file): Call dnd-get-local-file-uri
14832         * cus-edit.el (dnd): New group.
14834         * term/w32-win.el (dnd): Require dnd
14835         (w32-drag-n-drop): Call dnd-handle-one-url.
14837         * x-dnd.el: Require dnd.
14838         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
14839         Call dnd-handle-one-url.
14840         (x-dnd-types-alist, x-dnd-insert-utf8-text)
14841         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
14842         to dnd-insert-text.
14843         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
14844         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
14845         (x-dnd-get-local-file-name, x-dnd-open-local-file)
14846         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
14848         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
14850 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
14852         * wdired.el: Doc fixes.
14853         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
14854         (wdired-use-dired-vertical-movement): Rename from
14855         wdired-always-move-to-filename-beginning.
14856         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
14857         (wdired-change-to-wdired-mode): Change mode name.
14858         (wdired-newline): Delete.
14860 2005-04-11  Richard M. Stallman  <rms@gnu.org>
14862         * whitespace.el (whitespace-highlight-the-space):
14863         Don't call whitespace-unhighlight-the-space here.
14865         * simple.el (undo): Record t in undo-equiv-table
14866         for the redo record made by an undo-in-region.
14868 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
14870         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
14871         (gdb-frame-inferior-io-buffer): New Functions to control
14872         display of separate IO buffer.
14873         (menu): Add them to menu-bar.
14874         (gdb-display-buffer): Check for buffer another frame.
14875         Protect GUD buffer.
14876         (gdb-setup-windows): Create IO buffer if not already there.
14877         (gdb-memory-mode): Remove purecopy noops.
14879 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
14881         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
14882         and pass to self-insert-command.
14884 2005-04-11  Lute Kamstra  <lute@gnu.org>
14886         * generic.el: Commentary section cleanup.
14887         (generic): Delete.
14888         (generic-use-find-file-hook, generic-lines-to-scan)
14889         (generic-find-file-regexp, generic-ignore-files-regexp)
14890         (default-generic-mode, generic-mode-find-file-hook)
14891         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
14892         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
14893         (generic-use-find-file-hook, generic-lines-to-scan)
14894         (generic-find-file-regexp, generic-ignore-files-regexp)
14895         (default-generic-mode, generic-mode-find-file-hook)
14896         (generic-mode-ini-file-find-file-hook): Move from generic.el.
14898 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
14900         * bookmark.el (bookmark-write-file): Catch errors writing file.
14901         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
14903 2005-04-10  Richard M. Stallman  <rms@gnu.org>
14905         * startup.el (fancy-splash-tail): Update copyright year.
14906         (command-line): Split part of -Q into -D.
14907         (emacs-basic-display): New defvar.
14908         (fancy-splash-text): Correct name of menu item.
14910         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
14912         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
14913         lines in one node.
14915         * comint.el (comint-send-input): New arg ARTIFICIAL.
14916         Callers in this file changed.
14918         * abbrev.el (define-abbrevs): Read system abbrevs properly.
14920         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
14922 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
14924         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
14925         `ldap-search-internal'.
14927 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14929         * files.el (set-auto-mode-1): Use line-end-position.
14931         * international/latin-1.el:
14932         * international/latin-2.el:
14933         * international/latin-3.el:
14934         * international/latin-4.el:
14935         * international/latin-5.el:
14936         * international/latin-8.el:
14937         * international/latin-9.el: Give punctuation syntax to NBSP.
14939         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
14940         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
14941         Use char-classes to accept non-ascii letters, accepted in some recent
14942         bibtex implementations.
14944 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
14946         * custom.el (custom-set-minor-mode): Any non-nil value for the
14947         variable should enable the mode when set through Custom.
14949 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14951         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
14952         TAB binding so tab-always-indent is obeyed.
14953         (vhdl-minibuffer-local-map): Move initialization into declaration.
14954         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
14955         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
14956         (vhdl-hooked-abbrev): Avoid test for XEmacs.
14957         (vhdl-current-line): Use line-beginning-position.
14958         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
14959         with-output-to-temp-buffer, so the current position can be recorded.
14961 2005-04-10  Masatake YAMATO  <jet@gyve.org>
14963         * progmodes/compile.el (compilation-error-regexp-alist-alist):
14964         Add regexp for gcov.
14966 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14968         * calendar/time-date.el (time-to-seconds, seconds-to-time)
14969         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
14970         syntax which Emacs 20 doesn't support.
14972 2005-04-09  Richard M. Stallman  <rms@gnu.org>
14974         * help.el (describe-key-briefly, describe-key):
14975         Replace strings as event types with "(any string)".
14977 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14979         * arc-mode.el (archive-mode-map): Move initialization into
14980         the declaration.  Override *all* bindings of `undo'.
14981         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
14983 2005-04-09  Jay Belanger  <belanger@truman.edu>
14985         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
14987 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
14989         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
14990         (xterm-register-default-colors): Update color values computation
14991         to match xterm-200.
14993 2005-04-09  Kenichi Handa  <handa@m17n.org>
14995         * international/code-pages.el (iso-latin-7): Fix the map.
14997 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
14999         * emacs-lisp/lisp.el (defun-prompt-regexp)
15000         (parens-require-spaces, buffer-end, end-of-defun)
15001         (insert-parentheses): Doc fixes.
15003 2005-04-08  Kim F. Storm  <storm@cua.dk>
15005         * comint.el (comint-highlight-prompt): Fix face spec.
15006         * hi-lock.el (hi-green): Likewise.
15008 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
15010         * cus-edit.el (custom-modified-face):
15011         * comint.el (comint-highlight-input): Fix previous changes.
15012         * term.el (term-handle-ansi-escape): Add a comment.
15014 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15016         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
15017         in the buffer and in whitespace-highlighted-space.
15018         (whitespace-unhighlight-the-space): Simplify.
15019         (whitespace-buffer): Simplify.
15021 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
15023         * textmodes/table.el (table-cell-face): Add special case for
15024         displays supporting a high number of colors.
15025         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
15026         (vhdl-font-lock-reserved-words-face)
15027         (vhdl-speedbar-architecture-face)
15028         (vhdl-speedbar-instantiation-face)
15029         (vhdl-speedbar-architecture-selected-face)
15030         (vhdl-speedbar-instantiation-selected-face): Likewise.
15031         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
15032         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
15033         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
15034         (ebrowse-root-class-face, ebrowse-member-attribute-face)
15035         (ebrowse-progress-face): Likewise.
15036         * progmodes/compile.el (compilation-info-face): Likewise.
15037         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
15038         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
15039         * calendar/calendar.el (diary-face): Likewise.
15040         * woman.el (woman-italic-face, woman-bold-face)
15041         (woman-unknown-face): Likewise.
15042         * wid-edit.el (widget-button-pressed-face): Likewise.
15043         * whitespace.el (whitespace-highlight-face): Likewise.
15044         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
15045         * pcvs-info.el (cvs-marked-face): Likewise.
15046         * info.el (info-xref): Likewise.
15047         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
15048         * hilit-chg.el (highlight-changes-face)
15049         (highlight-changes-delete-face): Likewise.
15050         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
15051         (hi-red-b): Likewise.
15052         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
15053         * font-lock.el (font-lock-keyword-face)
15054         (font-lock-function-name-face, font-lock-warning-face): Likewise.
15055         * cus-edit.el (custom-invalid-face, custom-modified-face)
15056         (custom-set-face, custom-changed-face, custom-variable-tag-face)
15057         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
15058         * comint.el (comint-highlight-prompt): Likewise.
15060 2005-04-08  Lute Kamstra  <lute@gnu.org>
15062         * font-lock.el (font-lock-keywords): Docstring fixes.
15064 2005-04-08  Kenichi Handa  <handa@m17n.org>
15066         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
15067         chars are more than a limit, print " and more..." at the tail.
15069 2005-04-08  Kim F. Storm  <storm@cua.dk>
15071         * emacs-lisp/authors.el (authors-aliases): Update list.
15072         (authors-ignored-files): New list.
15073         (authors-fixed-entries): Fix typo.
15074         (authors-renamed-files-alist): Update list.
15075         (authors-add): Check authors-ignored-files.
15077 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
15079         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
15080         optional, to ensure backward compatibility.
15082 2005-04-08  Stephen Eglen  <stephen@gnu.org>
15084         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
15086 2005-04-08  Kim F. Storm  <storm@cua.dk>
15088         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
15090         * mouse.el (mouse-on-link-p): Doc fix.
15092 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
15094         * ielm.el (ielm-prompt-read-only): Doc fix.
15096         * comint.el (comint-prompt-read-only): Doc fix.
15098 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
15100         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
15101         ensure dired always handles wildcards passed to ffap.
15102         (find-file-at-point): Use it.
15103         (ffap-dired-wildcards): Doc fix.
15105 2005-04-07  Juri Linkov  <juri@jurta.org>
15107         * simple.el (next-error-overlay-arrow-position): New defvar.
15108         Put "=>" on its property `overlay-arrow-string'.  Add it to
15109         `overlay-arrow-variable-list'.
15111         * progmodes/compile.el (compilation-setup):
15112         Set `next-error-overlay-arrow-position' to nil.  Also set it to
15113         nil in the local hook `kill-buffer-hook'.  Make local variable
15114         `overlay-arrow-string' and set it to "=>".
15115         (compilation-goto-locus): Set BOL position to
15116         `next-error-overlay-arrow-position' instead of
15117         `overlay-arrow-position'.
15119         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
15120         locally instead of adding it to the global hook.
15121         (Info-kill-buffer): Move up.
15123 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
15125         * term/xterm.el (xterm-standard-colors): Update color values from
15126         xterm-200.
15128 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15130         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
15132         * fast-lock.el:
15133         * lazy-lock.el: Move them to the obsolete subdir.
15135 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
15137         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
15138         (wdired-add-replace-advice): Remove.
15139         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
15141 2005-04-06  Kim F. Storm  <storm@cua.dk>
15143         * startup.el (command-line): Add --bare-bones alias for -Q.
15145 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15147         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
15148         create the startup fontset if a font specification ends with
15149         `mac-roman'.
15151 2005-04-06  Lute Kamstra  <lute@gnu.org>
15153         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
15154         change.
15156         * emacs-lisp/copyright.el (copyright-update-year): Replace the
15157         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
15159 2005-04-05  Lute Kamstra  <lute@gnu.org>
15161         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
15162         (define-generic-mode): Ditto.  Fix debug declaration.
15164         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
15165         Put them in the generic-x group.
15167         * calendar/timeclock.el (timeclock): Doc fix.
15169         * generic.el (define-generic-mode): Don't use custom-current-group.
15170         Document default :group value.
15171         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
15172         (define-global-minor-mode): Don't use custom-current-group.
15174 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
15176         * startup.el (command-line-1): Display startup-echo-area-message
15177         when fancy splash screen is in use.
15179         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
15180         (sh-escaped-newline): New face.
15181         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
15182         newline, and use sh-escaped-newline face.
15184         * progmodes/tcl.el (tcl-escaped-newline): New face.
15185         (tcl-builtin-list): New variable.
15186         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
15187         newlines.  Fix keywords subexpression number.
15189 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
15191         * textmodes/org.el (org-diary-default-entry): Fix call to
15192         `add-to-diary-entry'.
15194 2005-04-05  Kim F. Storm  <storm@cua.dk>
15196         * ediff-init.el: Use (featurep 'xemacs).
15198 2005-04-05  David Ponce  <david@dponce.com>
15200         * cus-edit.el (face): Derive from symbol widget.  Display sample
15201         of the current face on the fly.
15202         (widget-face-sample-face-get, widget-face-notify): New functions.
15203         (widget-face-value-create): Remove.
15205         * wid-edit.el (widget-field-end): Temporarily remove field
15206         narrowing before to call `get-char-property'.
15208 2005-04-04  Jay Belanger  <belanger@truman.edu>
15210         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
15211         (math-read-subscripts): New variable.
15212         (math-read-preprocess-string): Process subscripts.
15214 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
15216         * comint.el (comint-prompt-read-only): Doc fix.
15218         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
15219         `-1'.  Doc fix.
15221 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
15223         * textmodes/org.el (org-insert-mode-line-in-empty-file):
15224         Change default value to nil.
15226 2005-04-04  Lute Kamstra  <lute@gnu.org>
15228         * autorevert.el (auto-revert-mode): Specify :group.
15229         * battery.el (display-battery-mode): Specify :group.
15230         * diff-mode.el (diff-minor-mode): Specify :group.
15231         * font-core.el (font-lock-mode): Specify :group.
15232         * hl-line.el (hl-line-mode): Specify :group.
15233         * iimage.el (iimage): New customization group.
15234         (iimage-mode): Specify :group.
15235         * longlines.el (longlines-mode): Specify :group.
15236         * master.el: Don't require easy-mmode.
15237         (master): New customization group.
15238         (master-mode): Specify :group.
15239         * msb.el (msb-mode): Specify :group.
15240         * reveal.el (reveal-mode): Specify :group.
15241         * simple.el (next-error-follow-minor-mode): Specify :group.
15242         * smerge-mode.el (smerge-mode): Specify :group.
15243         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
15244         * emulation/cua-base.el (cua-mode): Specify :group.
15245         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
15246         * language/thai-util.el (thai-auto-composition-mode)
15247         (thai-word-mode): Specify :group.
15248         * mail/supercite.el (sc-minor-mode): Specify :group.
15249         * progmodes/cwarn.el (cwarn-mode): Specify :group.
15250         * progmodes/flymake.el (flymake-mode): Specify :group.
15251         * progmodes/glasses.el (glasses-mode): Specify :group.
15252         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
15253         * textmodes/enriched.el (enriched-mode): Specify :group.
15254         * textmodes/refill.el (refill-mode): Specify :group.
15256         * add-log.el (change-log-font-lock-keywords): Names in
15257         parenthesized lists can contain spaces.
15259 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
15261         * startup.el (fancy-splash-text): Shorten default text of
15262         "Emacs Tutorial" line.  Also, if the current language env
15263         indicates an available tutorial file other than TUTORIAL,
15264         extract its title and append it to the line in parentheses.
15265         (fancy-splash-insert): If arg is a thunk, funcall it.
15267 2005-04-04  Jay Belanger  <belanger@truman.edu>
15269         * calc.el (calc-language-alist): Add tags to customization type.
15271 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
15273         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
15274         Doc fix.
15276 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
15278         * add-log.el (change-log-font-lock-keywords): The manual
15279         describing a Change Log entry, says: (...) "Aside from these
15280         header lines, every line in the change log starts with a space or
15281         a tab.".  The font-lock was not highlighting lines started with
15282         spaces, added support for it.
15284 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15286         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
15287         (bibtex-generate-url-list): Update docstring accordingly.  Put the
15288         complex example in the docstring.
15289         (bibtex-font-lock-url): Use pop.
15291 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15293         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
15295         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
15297 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
15299         * filesets.el (filesets-set-default): Doc fix.
15301 2005-04-03  Lute Kamstra  <lute@gnu.org>
15303         * generic.el (define-generic-mode): Add argument to specify
15304         keywords for defcustom.
15305         (default-generic-mode): Specify :group.
15307         * generic-x.el: Specify :group for all generic modes.
15309         * desktop.el (desktop-no-desktop-file-hook)
15310         (desktop-after-read-hook): Doc fix.
15312 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
15314         * simple.el (visible-mode): Use explicit :group keyword.
15315         This changes the group of `visible-mode-hook' from paren-blinking
15316         to editing-basics.
15318 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
15320         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
15321         mailbox specifications as well as URLs.
15322         (rmail-insert-inbox-text): Remove unused conditional branches.
15324 2005-04-01  Jay Belanger  <belanger@truman.edu>
15326         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
15327         (calc-gnuplot-print-command): Move definitions to calc.el.
15329         * calc/calc-embed.el (calc-embedded-announce-formula)
15330         (calc-embedded-open-formula, calc-embedded-close-formula)
15331         (calc-embedded-open-word, calc-embedded-close-word)
15332         (calc-embedded-open-plain, calc-embedded-close-plain)
15333         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
15334         (calc-embedded-open-mode, calc-embedded-close-mode):
15335         Move definitions to calc.el.
15337         * calc/calc.el (calc-settings-file, calc-language-alist):
15338         Make customizable.
15339         (calc-embedded-announce-formula, calc-embedded-open-formula)
15340         (calc-embedded-close-formula, calc-embedded-open-word)
15341         (calc-embedded-close-word, calc-embedded-open-plain)
15342         (calc-embedded-close-plain, calc-embedded-open-new-formula)
15343         (calc-embedded-close-new-formula, calc-embedded-open-mode)
15344         (calc-embedded-close-mode, calc-gnuplot-name)
15345         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
15346         from other files and make customizable.
15348 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15350         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
15351         Use buffer-live-p.
15352         (cvs-mode-run): Don't call cvs-update-header here.
15353         (cvs-run-process): Call cvs-update-header.
15354         Use process properties for cvs-postprocess and cvs-buffer so that
15355         the sentinel can behave better if the temp buffer is killed.
15356         Use a pipe rather than a tty, to better handle unexpected prompts.
15357         (cvs-sentinel): Rewrite.  Call cvs-update-header.
15359 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
15361         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
15362         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
15364 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15366         * generic.el (define-generic-mode): Add indentation rule.
15368 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
15370         * files.el (mode-require-final-newline): Make Custom correctly
15371         report a nil value and allow to set it to nil via Custom.
15372         Doc fix.
15374 2005-04-01  Kenichi Handa  <handa@m17n.org>
15376         * international/characters.el: Enable the correct case setting for
15377         dotless-i and dotted-I.
15379 2005-04-01  Kim F. Storm  <storm@cua.dk>
15381         * ido.el (ido-file-internal): Fall back to non-ido command if
15382         initial directory is on slow ftp (or tramp) host.
15384 2005-03-31  Richard M. Stallman  <rms@gnu.org>
15386         * emacs-lisp/autoload.el (make-autoload):
15387         Handle define-global-minor-mode.
15389         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
15390         Rename from easy-mmode-define-global-mode.
15391         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
15393         * progmodes/scheme.el (scheme-mode-syntax-table):
15394         Update syntax of | and # for two-character comment syntax.
15396 2005-03-31  Lute Kamstra  <lute@gnu.org>
15398         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
15399         (define-minor-mode): Call custom-current-group at load-time.
15401         * generic.el (define-generic-mode): Add debug declaration.
15402         Add defcustom for the mode hook.
15403         (generic-mode-internal): Use run-mode-hooks.
15405 2005-03-31  Kim F. Storm  <storm@cua.dk>
15407         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
15408         (mouse-fixup-help-message): New defun called by show_help_echo
15409         to fixup mouse-2 prefix in help messages when applicable.
15411         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
15413 2005-03-31  Kenichi Handa  <handa@m17n.org>
15415         * language/thai-word.el (thai-find-word-ends): Pay attention to
15416         the case that we reach the end of buffer.
15418         * textmodes/fill.el (fill-text-properties-at): New function.
15419         (fill-newline): Use fill-text-properties-at instead of
15420         text-properties-at.
15422 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
15424         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
15425         not comint-quote-filename.
15427 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
15429         * help-fns.el (help-with-tutorial): Revert last change.
15431 2005-03-31  Kim F. Storm  <storm@cua.dk>
15433         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
15435 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
15437         * calendar/cal-china.el: Update reference to "Calendrical
15438         Calculations" book; there's a new edition.
15439         * calendar/cal-coptic.el: Likewise.
15440         * calendar/cal-french.el: Likewise.
15441         * calendar/cal-hebrew.el: Likewise.
15442         * calendar/cal-islam.el: Likewise.
15443         * calendar/cal-iso.el: Likewise.
15444         * calendar/cal-julian.el: Likewise.
15445         * calendar/cal-mayan.el: Likewise.
15446         * calendar/cal-persia.el: Likewise.
15447         * calendar/calendar.el: Likewise.
15448         * calendar/holidays.el: Likewise.
15449         * calendar/lunar.el: Likewise.
15450         * calendar/solar.el: Likewise.
15452         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
15453         white space from doc string.
15455 2005-03-30  Jay Belanger  <belanger@truman.edu>
15457         * calc/calc-help.el (calc-full-help): Remove email address.
15459 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
15461         * help-fns.el (help-with-tutorial): Delete title line.
15463 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
15465         * calendar/cal-x.el (calendar-one-frame-setup)
15466         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
15467         rather than `symbol' for set-window-dedicated-p.
15469         * calendar/appt.el (appt-buffer-name): Make it a constant.
15470         (appt-add): Doc fix.
15472         * filesets.el (filesets-menu-path, filesets-menu-before)
15473         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
15474         (filesets-menu-cache-file): Use directory ~/.emacs.d.
15475         (filesets-add-submenu): Delete and use add-submenu instead.
15477 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
15479         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
15480         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
15481         (org-diary-default-entry): New function.
15482         (org-get-entries-from-diary): Better parsing of diary entries.
15483         (org-agenda-check-no-diary): New function.
15484         ("diary-lib"): Advice to function `add-to-diary-list', to allow
15485         linking to diary entries.
15486         (org-agenda-execute-calendar-command): New function.
15487         (org-agenda): Improve visible section in window.
15488         Use `org-fit-agenda-window'.
15489         (org-fit-agenda-window): New option.
15490         (org-move-subtree-down): Better handling of empty lines
15491         at end of subtree.
15492         (org-cycle): Numeric prefix is interpreted now as show-subtree N
15493         levels up.
15494         (org-fontify-done-headline): New option.
15495         (org-headline-done-face): New face.
15496         (org-set-font-lock-defaults): Use `org-headline-done-face'.
15497         (org-table-copy-down): Rename from `org-table-copy-from-above'.
15498         When current field is non-empty, it is copied to next row.
15499         (org-table-copy-from-above): Fix bug which made it
15500         impossible to copy fields containing only a single non-white character.
15502 2005-03-30  Kim F. Storm  <storm@cua.dk>
15504         * kmacro.el (kmacro-end-macro): Isearch may store this command
15505         into the macro -- so ignore it when executing keyboard macro.
15507 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
15509         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
15511 2005-03-29  Kenichi Handa  <handa@m17n.org>
15513         * language/thai.el ("Thai"): Set setup-function and exit-function
15514         for Thai language environment.
15516         * language/thai-util.el: Require thai-word.
15517         (thai-word-mode-map): New variable.
15518         (thai-word-mode): New minor mode.
15519         (setup-thai-language-environment-internal): New function.
15520         (exit-thai-language-environment-internal): New function.
15522         * language/thai-word.el (thai-word-table): Declare it by defvar,
15523         use dolist to initialize it.
15524         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
15525         (thai-fill-find-break-point): New functions.
15527 2005-03-29  Richard M. Stallman  <rms@gnu.org>
15529         * simple.el (idle-update-delay): Move definition up.
15530         (set-mark): Doc fix.
15532 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
15534         * longlines.el: New file.
15536         * simple.el (buffer-substring-filters): New variable.
15537         (filter-buffer-substring): New function.
15538         (kill-region, copy-region-as-kill): Use it.
15540         * register.el (copy-to-register, append-to-register)
15541         (prepend-to-register): Use filter-buffer-substring.
15543 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
15545         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
15546         (gud-filter-pending-text): Move in front of gdb.
15547         (gud-overlay-arrow-position): New variable.
15548         (gud-sentinel, gud-display-line): Use it in place of
15549         overlay-arrow-position.
15551 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
15553         * progmodes/fortran.el (fortran-if-indent): Doc fix.
15554         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
15555         (fortran-font-lock-keywords-4): New variable.
15556         (fortran-blocks-re, fortran-end-block-re)
15557         (fortran-start-block-re): New constants, for hideshow.
15558         (hs-special-modes-alist): Add a Fortran entry.
15559         (fortran-mode-map): Bind fortran-end-of-block,
15560         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
15561         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
15562         (fortran-looking-at-if-then, fortran-end-of-block)
15563         (fortran-beginning-of-block): New functions, for hideshow.
15565         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
15566         Doc fix.  Tweak regexp.
15567         (f90-beginning-of-block): Push mark first.
15569 2005-03-29  Jay Belanger  <belanger@truman.edu>
15571         * calc/calc.el: Update copyright date.
15572         (calc-version): Increase to 2.1.
15573         (calc-version-date): Remove.
15575         * calc/calc-help.el: Update copyright date.
15576         (calc-full-help): Remove reference to calc-version-date.
15577         Update copyright date.
15579 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15581         * vc.el (vc-do-command): Use a pipe for async processes, so password
15582         prompts don't show up at places where the user can't reply.
15584 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
15586         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
15587         on the file name we pass to the inferior shell.
15589 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
15591         * progmodes/which-func.el (which-function): Be robust in the face of an
15592         imenu--make-index-alist failure.
15594 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15596         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
15598         * progmodes/python.el (python-preoutput-filter): Fix last change.
15600 2005-03-29  Lute Kamstra  <lute@gnu.org>
15602         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
15603         functions and compiled macros.
15604         (debug-convert-byte-code): Handle macros too.
15605         (debug-on-entry-1): Don't signal an error when trying to clear a
15606         function that is not set to debug on entry.
15608 2005-03-29  Jay Belanger  <belanger@truman.edu>
15610         * calc/calc-lang.el: Add functions to math-function-table
15611         properties of tex and math.
15613 2005-03-29  Kenichi Handa  <handa@m17n.org>
15615         * ps-mule.el (ps-mule-plot-string): Translate characters by
15616         ps-print-translation-table.
15617         (ps-mule-begin-job): Call find-charset-region/string with
15618         ps-print-translation-table.
15619         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
15621         * ps-print.el (ps-print-translation-table): New variable.
15622         (ps-plot-region): Translate characters by ps-print-translation-table.
15624 2005-03-29  Juri Linkov  <juri@jurta.org>
15626         * simple.el (next-error-highlight-timer): New variable.
15628         * progmodes/compile.el (compilation-goto-locus):
15629         Use `next-error-highlight-timer' instead of `sit-for'.
15631 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15633         * mail/supercite.el (sc-mail-field): Use assoc-string.
15634         (sc-get-address): Simplify regexps.
15636         * files.el (minibuffer-with-setup-hook): New macro.
15637         (find-file-read-args): Use it to avoid let-binding
15638         minibuffer-with-setup-hook (which breaks turning on/off
15639         file-name-shadow-mode while in the prompt).
15641         * complete.el (PC-read-include-file-name-internal):
15642         Use test-completion.
15644 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
15646         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
15648 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15650         * window.el (window-buffer-height): Use count-screen-lines.
15652         * progmodes/python.el (python-preoutput-leftover): New var.
15653         (python-preoutput-filter): Use it.
15654         (python-send-receive): Loop until all the result has been received.
15656 2005-03-28  Juri Linkov  <juri@jurta.org>
15658         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
15660         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
15661         "Recover Crashed Session".
15662         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
15663         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
15664         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
15665         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
15666         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
15667         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
15668         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
15669         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
15671         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
15672         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
15673         Ediff Sessions", "Toggle use of separate control buffer frame",
15674         "Use separate frame for Ediff control buffer".
15676         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
15677         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
15678         "Rename Bookmark", "Delete Bookmark".
15680         * info.el (Info-mode-menu): Remove ellipsis from "Index".
15681         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
15682         Add `:active Info-index-alternatives' to "Next Matching Item".
15684         * wdired.el (wdired-change-to-wdired-mode):
15685         Mention `wdired-abort-changes' key in the initial message.
15687         * international/mule.el (auto-coding-alist): Associate non-ascii
15688         image filename extensions with `no-conversion'.
15690 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15692         * international/iso-acc.el:
15693         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
15695 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
15697         * textmodes/sgml-mode.el (html-mode): Doc update.
15699         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
15701 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
15703         * term.el (term-move-columns): Fix face after extending a line.
15704         (term-insert-spaces): Likewise.
15705         (term-reset-terminal): Fix off by one error.
15707 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
15709         * international/mule.el (auto-coding-alist): Add .xpi files.
15711         * files.el (auto-mode-alist): Add .xpi files.
15713 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
15715         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
15717 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
15719         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
15721 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
15723         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
15724         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
15726         * calendar/cal-move.el (calendar-beginning-of-year): Move the
15727         cursor to Jan 1 when needed.
15728         (calendar-end-of-year): Fix -/+ typo.
15729         Reported by Chong Yidong <cyd@stupidchicken.com>.
15731 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15733         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
15735         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
15736         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
15738 2005-03-25  Richard M. Stallman  <rms@gnu.org>
15740         * filesets.el (filesets-init): Add autoload.
15742         * mail/mailalias.el (mail-directory): Doc fix.
15744 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
15746         * mail/mailalias.el (mail-directory-process): Do nothing if
15747         mail-directory-process is an atom.
15748         (mail-get-names): Ignore mail-directory-names if it is an atom.
15749         (mail-directory-process defvar): Doc fix.
15750         (mail-names): Doc fix.
15752 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
15754         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
15756 2005-03-26  Kenichi Handa  <handa@m17n.org>
15758         * international/mule-util.el (detect-coding-with-priority):
15759         Call update-coding-systems-internal before detect-coding-region.
15761 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
15763         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
15764         (gdb-frames-mode-map): Add follow-link property.
15766 2005-03-25  Jay Belanger  <belanger@truman.edu>
15768         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
15769         for variables.
15771 2005-03-25  Juri Linkov  <juri@jurta.org>
15773         * image-mode.el: Optimize image filename extension regexps in
15774         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
15775         in `auto-mode-alist'.
15776         (image-mode): Add `image-toggle-display-text' to local hook
15777         `change-major-mode-hook'.  Display the image as an image by
15778         default.  Set `cursor-type' and `truncate-lines' if the image
15779         is already displayed.  Take into account the current mode (image
15780         or text) in message.
15781         (image-minor-mode): New minor mode.
15782         (image-mode-maybe, image-toggle-display-text): New functions.
15783         (image-toggle-display): Use called-interactively-p.
15784         Let-bind `inhibit-read-only' to t.
15786         * image-mode.el (image-minor-mode): Set `cursor-type' and
15787         `truncate-lines' if the image is already displayed.  Add turning
15788         image-minor-mode off to `change-major-mode-hook'.  Add message.
15789         Call `image-toggle-display-text' after turning image-minor-mode off.
15791 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15793         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
15794         Terminal.app, use utf-8.
15795         (set-display-table-and-terminal-coding-system): Add coding-system arg.
15796         (set-locale-environment): Use it.
15798         * term/xterm.el: Undo last change, better done in mule-cmds.el.
15800         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
15802         * progmodes/python.el (python-close-block-statement-p)
15803         (python-outdent-p, python-current-defun): Use symbol-end.
15805 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
15807         * files.el (save-some-buffers): Doc fix.
15809 2005-03-25  Werner Lemberg  <wl@gnu.org>
15811         * complete.el, thumbs.el: Replace `legal' with `valid'.
15812         * calendar/calendar.el: Replace `legal' with `valid'.
15813         * emacs-lisp/advice.el: Replace `legal' with `valid'.
15814         * mail/supercite.el: Replace `legal' with `valid'.
15815         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
15816         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
15817         Replace `legal' with `valid'.
15818         * textmodes/reftex-vars.el, textmodes/reftex.el:
15819         Replace `legal' with `valid'.
15821 2005-03-25  Werner Lemberg  <wl@gnu.org>
15823         * calc/calc-forms.el, calc/calc-sel.el:
15824         * midnight.el, vc-cvs.el:
15825         * emacs-lisp/cl-macs.el:
15826         * emulation/vip.el:
15827         * eshell/esh-io.el, eshell/esh-var.el:
15828         * mail/supercite.el:
15829         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
15830         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
15831         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
15832         * progmodes/sh-script.el, progmodes/xscheme.el:
15833         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
15834         * textmodes/reftex-index.el, textmodes/reftex-parse.el
15835         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
15836         * textmodes/reftex.el, textmodes/org.el:
15837         Replace `illegal' with `invalid'.
15839 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15841         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
15842         (flymake-find-buildfile, flymake-find-possible-master-files)
15843         (flymake-check-include, flymake-parse-line): Replace loops over the
15844         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
15846         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
15847         Substitute file-name-as-directory in the rest of the file.
15848         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
15849         (flymake-replace-region): Remove unused arg `buffer'.
15850         (flymake-check-patch-master-file-buffer): Update calls to it.
15851         (flymake-add-err-info): Remove unused var `count'.
15852         (flymake-mode): Use define-minor-mode.
15854         * progmodes/flymake.el: Use with-current-buffer.
15855         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
15856         flymake-replace-regexp-in-string, flymake-line-beginning-position)
15857         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
15858         Avoid testing for `xemacs'.
15859         (flymake-nop): Move.
15860         (flymake-region-has-flymake-overlays): Return the computed value.
15861         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
15862         Remove unused var `endline'.
15863         (flymake-get-line-count): Remove unused function.
15864         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
15866         * emulation/vi.el:
15867         * generic.el:
15868         * hilit-chg.el (global-highlight-changes):
15869         * hi-lock.el (hi-lock-mode):
15870         * follow.el: find-file-hooks -> find-file-hook.
15872         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
15874 2005-03-24  Juri Linkov  <juri@jurta.org>
15876         * dired.el (dired-mode-map): Add menu item "Compare directories"
15877         for dired-compare-directories.
15879         * dired-aux.el (dired-compare-directories): Add autoload cookie.
15880         Doc fix.  Replace `read-file-name' with `read-directory-name'.
15882 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15884         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
15886 2005-03-24  Jay Belanger  <belanger@truman.edu>
15888         * calc/calc-embed.el (calc-embedded-mode-change): Save all
15889         relevant mode settings in calc-embedded-original-modes when modes
15890         are permanently changed.
15892 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15894         * autoinsert.el: find-file-hooks -> find-file-hook.
15896 2005-03-24  Lute Kamstra  <lute@gnu.org>
15898         * generic.el (generic-font-lock-defaults): Make it obsolete.
15899         (generic-font-lock-keywords): New variable to replace
15900         generic-font-lock-defaults.
15901         (generic-mode-set-font-lock): Delete it.
15902         (generic-mode-internal): Don't call generic-mode-set-font-lock.
15903         (generic-bracket-support): Add docstring.
15905         * generic-x.el: Rename generic-font-lock-defaults to
15906         generic-font-lock-keywords throughout.
15907         (mailagent-rules-setup-function): Delete it.
15908         (mailagent-rules-generic-mode): Use anonymous function instead.
15909         (show-tabs-generic-mode-font-lock-defaults-1)
15910         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
15911         Quote faces.
15912         (show-tabs-tab-face, show-tabs-space-face): Specify background,
15913         not foreground.
15915         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
15916         Recognize define-generic-mode.
15918 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15920         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
15921         if there's no completion table.
15923 2005-03-23  Miles Bader  <miles@gnu.org>
15925         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15926         Remove tty-specific variants, as they're no longer needed.
15928 2005-03-23  Lute Kamstra  <lute@gnu.org>
15930         * generic-x.el: Code cleanup: make args constant whenever possible.
15931         (installshield-statement-keyword-list)
15932         (installshield-system-functions-list)
15933         (installshield-system-variables-list, installshield-types-list)
15934         (installshield-funarg-constants-list): Make them constants.
15936         * generic.el (generic-make-keywords-list): Add autoload cookie.
15938         * calendar/time-date.el: Add comment on time value formats.
15939         Don't require parse-time.
15940         (with-decoded-time-value): New macro.
15941         (encode-time-value): New function.
15942         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15943         (days-to-time): Return a valid time value when arg is huge.
15944         (time-since): Use time-subtract.
15945         (time-to-number-of-days): Use time-to-seconds.
15947 2005-03-23  David Ponce  <david@dponce.com>
15949         * recentf.el: (recentf-keep): New option.
15950         (recentf-menu-action): Default to `find-file'.
15951         (recentf-keep-non-readable-files-flag)
15952         (recentf-keep-non-readable-files-p)
15953         (recentf-file-readable-p, recentf-find-file)
15954         (recentf-cleanup-remote): Remove.
15955         (recentf-include-p): More robust.
15956         (recentf-keep-p): New function.
15957         (recentf-remove-if-non-kept): Rename from
15958         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
15959         All callers updated.
15960         (recentf-menu-items-for-commands): Fix help string.
15961         (recentf-track-closed-file): Update.  Doc fix.
15962         (recentf-cleanup): Update.  Count removed files.  Doc fix.
15964 2005-03-23  Kim F. Storm  <storm@cua.dk>
15966         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15967         Don't inherit from fringe face (now happens automatically).
15969 2005-03-22  Kim F. Storm  <storm@cua.dk>
15971         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
15972         position values.
15974 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15976         * menu-bar.el (showhide-date-time): Remove.
15977         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
15978         (menu-bar-make-mm-toggle): Simplify.
15980 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
15982         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
15983         Accept qualified variable and function names.
15985 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
15987         * bindings.el (completion-ignored-extensions):
15988         Remove ".lis" for `vax-vms'.
15990 2005-03-22  Andreas Schwab  <schwab@suse.de>
15992         * generic-x.el: Revert last change.
15993         * ldefs-boot.el: Update.
15995 2005-03-22  Jay Belanger  <belanger@truman.edu>
15997         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
15998         (calc-embedded-save-original-modes)
15999         (calc-embedded-restore-original-modes): New functions.
16000         (calc-do-embedded): Save original modes when entering embedded mode
16001         and restore when leaving embedded mode.
16002         (calc-embedded-modes-change): Change the value of
16003         calc-embedded-original-modes to reflect permanent changes.
16005 2005-03-22  Lute Kamstra  <lute@gnu.org>
16007         * generic-x.el: Require generic again.
16009 2005-03-22  Miles Bader  <miles@gnu.org>
16011         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
16012         Tweak details to look good on both ttys and bitmap displays, light
16013         or dark background, etc.
16015 2005-03-21  Kim F. Storm  <storm@cua.dk>
16017         * tooltip.el (tooltip-show-help-function): Check car and cdr of
16018         mouse position.
16020 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16022         * icomplete.el: Don't forcibly turn on the mode upon load.
16023         (icomplete-mode): Use define-minor-mode.
16024         (icomplete-eoinput): Default to nil.
16025         (icomplete-minibuffer-setup): Remove autoload.
16026         (icomplete-tidy): Simplify.
16027         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
16028         in the initial state or if the user has modified the field.
16029         Fix handling of icomplete-max-delay-chars.
16030         Remove code that handles the oddball case where
16031         minibuffer-completion-table is an integer.
16032         Wrap icomplete-completions in while-no-input in case building
16033         completions takes more time than expected.
16034         (icomplete-completions): Simplify.
16036 2005-03-21  Richard M. Stallman  <rms@gnu.org>
16038         * jka-compr.el (jka-compr-really-do-compress):
16039         Make variable buffer-local.
16041         * image-mode.el: Handle .xpm files too.
16042         (image-toggle-display): Preserve modification flag.
16044         * help.el (where-is): Don't mention aliases with no key bindings.
16046 2005-03-21  Lute Kamstra  <lute@gnu.org>
16048         * generic.el: Fix commentary section.  Don't require cl for
16049         compilation.
16050         (generic-mode-list): Add autoload cookie.
16051         (generic-use-find-file-hook, generic-lines-to-scan)
16052         (generic-find-file-regexp, generic-ignore-files-regexp)
16053         (generic-mode, generic-mode-find-file-hook)
16054         (generic-mode-ini-file-find-file-hook): Fix docstrings.
16055         (define-generic-mode): Make it a defmacro.  Fix docstring.
16056         (generic-mode-internal): Code cleanup.  Add autoload cookie.
16057         (generic-mode-set-comments): Code cleanup.
16058         * generic-x.el: Don't prevent compilation.  Don't require generic.
16059         Follow coding conventions.  Minor code cleanup.
16060         (etc-fstab-generic-mode): Add some keywords.
16061         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
16062         define-generic-mode like a function declaration.
16064 2005-03-21  Jay Belanger  <belanger@truman.edu>
16066         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
16067         changing modes.
16069 2005-03-21  Sam Steingold  <sds@gnu.org>
16071         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
16073 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
16075         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
16076         Add underscore to "f$ lexicals" regexp.
16078 2005-03-20  Juri Linkov  <juri@jurta.org>
16080         * subr.el (progress-reporter-do-update): When `min-value' is equal
16081         to `max-value', set `percentage' to 0 and prevent division by zero.
16083 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
16085         Sync with Tramp 2.0.48.
16087         * net/tramp.el (all): Change all addresses to .gnu.org.
16088         (tramp-append-tramp-buffers): New defun.
16089         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
16090         Catch `dont-send' signal.
16091         (tramp-set-auto-save-file-modes): Set always permissions, because
16092         there might be an old auto-saved file belonging to another
16093         original file.  This could be a security threat.  Reported by
16094         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
16095         Check for Emacs 21.3.50 removed.
16097         * net/tramp-smb.el (all): Remove debug construct for
16098         `with-parsed-tramp-file-name'.
16099         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
16100         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
16101         No error message if DIRECTORY or FILENAME doesn't exist.
16102         (tramp-smb-open-connection): Check existence of
16103         `tramp-smb-program'.
16105 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16107         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
16108         Properly handle the case where the `m' or `s' command's argument is not
16109         yet terminated.
16110         (perl-indent-new-calculate): New function.
16111         (perl-indent-line): Use it.
16113 2005-03-20  Miles Bader  <miles@gnu.org>
16115         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
16116         in text-mode too.  Change to new face names.
16117         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
16118         Add `:weight bold' attribute.
16119         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
16121 2005-03-19  Juri Linkov  <juri@jurta.org>
16123         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
16125         * international/mule.el (auto-coding-alist): Sync with
16126         `auto-mode-alist' by adding upper case archive file extensions
16127         and adding ear/war to jar extension.
16129 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
16131         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
16132         running, restart it.
16134 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
16136         * finder.el (finder-current-item): Throw an error on an empty line.
16138         * man.el (Man-follow-manual-reference): If current-word returns
16139         nil, use "".
16141 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
16143         * simple.el (goto-line): Doc fix.
16145 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
16147         * files.el (save-buffer): Doc fix.
16149 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
16151         * recentf.el (recentf-cleanup-remote): New variable.
16152         (recentf-cleanup): Use it to conditionally check availability of
16153         remote files.
16155 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
16157         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
16158         function names.
16160 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
16162         * language/thai-word.el: New file.
16164 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
16166         * files.el (backup-buffer): If the file's directory is not
16167         writable, use copy instead of move to backup the file.
16169 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
16171         * obsolete/keyswap.el: Moved to obsolete/ from term/.
16173 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16175         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
16176         Use functionp instead of symbolp and fboundp.  Reported by Drkm
16177         <darkman_spam@yahoo.fr>.
16178         (ps-print-version): New version 6.6.6.
16180 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
16182         * textmodes/table.el (table--line-column-position): New idiom.
16183         (table--row-column-insertion-point-p): New function to test
16184         validity of row and column insertion operation at a location.
16185         (table-global-menu, table-cell-menu): Use above functions for
16186         deterministic test operation.
16187         (table--editable-cell-p): Behave in deterministic fashion.
16189 2005-03-18  Juri Linkov  <juri@jurta.org>
16191         * isearch.el (isearch-lazy-highlight-new-loop):
16192         Make arguments beg and end optional.
16193         (isearch-update): Remove optional arguments nil from
16194         isearch-lazy-highlight-new-loop.
16195         (isearch-lazy-highlight-search): Let-bind case-fold-search to
16196         isearch-lazy-highlight-case-fold-search instead of
16197         isearch-case-fold-search, and let-bind isearch-regexp to
16198         isearch-lazy-highlight-regexp.
16199         Use isearch-lazy-highlight-last-string instead of isearch-string.
16201         * replace.el (perform-replace): Remove bindings of global
16202         variables isearch-string, isearch-regexp, isearch-case-fold-search.
16203         Add three new arguments to `replace-highlight'.
16204         (replace-highlight): Add arguments string, regexp, case-fold.
16205         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
16206         to allow isearch-lazy-highlight-new-loop to use these values
16207         to set corresponding isearch-lazy-highlight-* internal
16208         variables whose values lazy highlighting will use regardless of
16209         changes to global variables isearch-string, isearch-regexp,
16210         isearch-case-fold-search during lazy highlighting loop.
16211         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
16212         to `lazy-highlight-cleanup'.
16214         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
16215         (ispell-highlight-face): Set default face to `isearch' when
16216         lazy highlighting is enabled.
16217         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
16218         priority to 1.  Add lazy highlighting.
16219         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
16220         from `isearch-dehighlight'.
16222 2005-03-18  David Ponce  <david@dponce.com>
16224         * files.el (hack-local-variables): Do a case-insensitive search
16225         for End.
16227 2005-03-18  Juri Linkov  <juri@jurta.org>
16229         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
16230         `isearch-lazy-highlight-cleanup', add alias to old name and
16231         declare obsolete.  Add release numbers to other obsolete vars.
16232         (isearch-done, isearch-lazy-highlight-new-loop):
16233         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
16234         (lazy-highlight-cleanup) <variable>: Doc fix.
16235         (isearch-lazy-highlight-update): Rename obsolete
16236         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
16238 2005-03-18  Kenichi Handa  <handa@m17n.org>
16240         * language/thai-util.el: Fix categorization of Thai characters in
16241         thai-category-table.
16242         (thai-composition-pattern): Adjust it for the above change.
16243         (thai-self-insert-command, thai-compose-syllable): New functions.
16244         (thai-compose-region): Use thai-compose-syllable.
16245         (thai-compose-string): Likewise.
16246         (thai-composition-function): Likewise.
16247         (thai-auto-composition): New function.
16248         (thai-auto-composition-mode): New minor mode.
16250         * language/thai.el: Fix patterns to be registered in
16251         composition-function-table.
16253         * international/quail.el (quail-input-method): Locally bind
16254         inhibit-modification-hooks to t.
16256 2005-03-17  Richard M. Stallman  <rms@gnu.org>
16258         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
16259         (perl-mode): Use run-mode-hooks.
16261         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
16262         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
16263         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
16265         * mail/sendmail.el (sendmail-send-it): Reenable the code
16266         to compute resend-to-address and use it.
16268         * tar-mode.el (tar-mode): Turn off undo unconditionally.
16270         * image-mode.el: New file.
16272         * image.el (insert-sliced-image): Add autoload cookie.
16274         * font-lock.el (font-lock-lines-before): New user option.
16275         (font-lock-after-change-function): Obey it.
16277         * bindings.el (esc-map): Make M-g a prefix.
16278         Bind M-g g and M-g M-g to goto-line.
16280         * faces.el (face-id): Doc fix.
16282 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
16284         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
16285         (rmail-show-message): Use rmail-unknown-mail-followup-to.
16286         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
16288         * mail/sendmail.el (mail-yank-ignored-headers)
16289         (mail-font-lock-keywords, mail-mode-fill-paragraph):
16290         Add Mail-Followup-To and Mail-Reply-To headers.
16291         (mail-citation-hook): Add autoload cookie.
16292         (mail-mode): Doc fix.
16293         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
16294         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
16295         (mail-mode-fill-paragraph): Handle those headers.
16296         (mail-mailing-lists): New variable.
16297         (mail-mail-reply-to, mail-mail-followup-to): New functions.
16299 2005-03-17  Juri Linkov  <juri@jurta.org>
16301         * isearch.el (isearch-fallback): Check for `(car previous)'
16302         before calling `isearch-other-end-state'.
16304 2005-03-17  Kim F. Storm  <storm@cua.dk>
16306         * simple.el (move-beginning-of-line): Move to beginning of buffer
16307         line, as well as beginning of screen line.
16309 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
16311         * calendar/diary-lib.el (mark-diary-entries): Use new optional
16312         argument REDRAW rather than calendar-redrawing variable.
16313         * calendar/calendar.el (calendar-redrawing): Delete.
16314         (redraw-calendar): Do not bind calendar-redrawing.
16316 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
16318         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
16319         diary-file buffer.
16321 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16323         * help.el (describe-mode): Allow a :minor-mode-function property to
16324         specify a different minor mode toggle function than the variable.
16325         * simple.el (auto-fill-function):
16326         * subr.el (add-minor-mode): Use it.
16328 2005-03-16  Kenichi Handa  <handa@m17n.org>
16330         * language/ethio-util.el (sera-being-called-by-w3): New variable.
16331         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
16332         (ethio-fidel-to-sera-buffer): Likewise.
16334 2005-03-16  Juri Linkov  <juri@jurta.org>
16336         * emacs-lisp/find-func.el (find-function-regexp):
16337         Add defun-emitting macro `menu-bar-make-toggle'.
16339         * isearch.el: Put `isearch-scroll' property to
16340         `split-window-horizontally'.
16342         * info.el: Update error messages for `debug-ignored-errors'.
16343         (Info-isearch-search): Doc fix.
16344         (Info-find-node): Move up code to go into info buffer before
16345         recording the node to the history.
16346         (Info-fontify-node): Fontify titles only if the next line
16347         has two or more `*', `=', `-', `.'.
16348         Display "go to this node" for empty (match-string 3).
16350 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16352         * term/mac-win.el: Add mouse pointer shape constants.
16354 2005-03-15  Kim F. Storm  <storm@cua.dk>
16356         * simple.el (move-beginning-of-line): Use vertical-motion.
16358 2005-03-15  Juri Linkov  <juri@jurta.org>
16360         * isearch.el (isearch-error): New variable.
16361         (isearch-invalid-regexp, isearch-within-brackets): Remove.
16362         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
16363         (isearch-within-brackets-state): Remove.
16364         (isearch-case-fold-search-state, isearch-pop-fun-state):
16365         Decrease frame index.
16366         (isearch-mode, isearch-top-state, isearch-push-state)
16367         (isearch-edit-string, isearch-abort, isearch-search-and-update)
16368         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
16369         (isearch-search, isearch-lazy-highlight-new-loop):
16370         Replace `isearch-invalid-regexp' with `isearch-error'.
16371         Remove `isearch-within-brackets'.
16372         (isearch-search): Add `search-failed' handler to `condition-case'.
16373         (isearch-lazy-highlight-search): Add `condition-case' to catch
16374         errors and allow `isearch-lazy-highlight-update' to try
16375         highlighting from the beginning of the window.
16376         (isearch-repeat): Move up code to set isearch-wrapped to t
16377         before calling isearch-wrap-function.
16379         * info.el (Info-isearch-initial-node): New internal variable.
16380         (Info-search): Signal an error in isearch mode when search leaves
16381         the initial node.  Signal an error when `bound' is non-nil and
16382         nothing was found in the current subfile.
16383         (Info-isearch-search): Remove `condition-case'.
16384         (Info-isearch-wrap): Don't wrap when search failed during leaving
16385         the initial node.  If `Info-isearch-search' is nil, wrap around
16386         the current node.
16387         (Info-isearch-start): New fun.
16388         (Info-mode): Add buffer-local hook `Info-isearch-start' to
16389         `isearch-mode-hook'.
16391 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16393         * simple.el (normal-erase-is-backspace): Set default to t if
16394         running on Mac.
16396         * term/mac-win.el (function-key-map): Sync with x-win.el.
16398 2005-03-15  Kenichi Handa  <handa@m17n.org>
16400         * international/mule-cmds.el (locale-language-names): Modify the
16401         format of elements and add more entries.
16402         (locale-preferred-coding-systems): Add more entries.
16403         (set-locale-environment): Adjust for the change of
16404         locale-language-names.
16406 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16408         * pcvs.el (smerge-ediff): Remove bogus autoload.
16410 2005-03-14  Lute Kamstra  <lute@gnu.org>
16412         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
16413         Ignore a `*' at the beginning of a line.
16415         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
16416         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
16417         subr.el.
16418         (dont-compile, eval-when-compile, eval-and-compile): Use declare
16419         to specify indentation.
16421         * generic.el (define-generic-mode): Let generic-mode-list be a
16422         list of strings; test membership with equal.
16424 2005-03-14  Kim F. Storm  <storm@cua.dk>
16426         * simple.el (next-line, previous-line): Add optional try-vscroll
16427         arg to recognize interactive use.  Pass it on to line-move.
16428         (line-move): Don't perform auto-window-vscroll when defining or
16429         executing keyboard macro to ensure consistent behavior.
16431 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16433         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
16435 2005-03-13  Lute Kamstra  <lute@gnu.org>
16437         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
16438         debugger-setup-buffer so that backtrace marks the frames set to
16439         debug-on-exit and we don't have to do it manually.  Set an extra
16440         debug-on-exit for macro's.
16441         (debugger-setup-buffer): Don't mark the top frame manually.
16443 2005-03-12  Lute Kamstra  <lute@gnu.org>
16445         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
16446         lisp-indent-function throughout.
16447         (with-no-warnings): Set lisp-indent-function property.
16449 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
16451         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
16452         Add entry for backslash.
16454 2005-03-12  Juri Linkov  <juri@jurta.org>
16456         * info.el (Info-search): Four fixes for backward search.
16458 2005-03-11  Jay Belanger  <belanger@truman.edu>
16460         * calc/calc.el (calc-language-alist): New variable.
16461         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
16462         (calc-embedded-find-modes): Use calc-language-alist instead of
16463         calc-embedded-language-alist.
16465 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
16467         * calendar/calendar.el (calendar-redrawing): New internal
16468         variable.
16469         (redraw-calendar): Remove bogus save-excursion from previous
16470         change.  Bind calendar-redrawing to t for mark-diary-entries.
16471         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
16472         calendar if that is why we were called.
16474 2005-03-11  Kenichi Handa  <handa@m17n.org>
16476         * international/mule.el (make-coding-system): Set property
16477         coding-system-define-form to nil.
16478         (define-coding-system-alias): Likewise.
16480 2005-03-11  Kenichi Handa  <handa@m17n.org>
16482         These changes are suggested by Dave Love <fx@gnu.org>.
16484         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
16485         coding: tag.
16486         (adaptive-fill-regexp): Add more bullets.
16487         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
16488         regexps.
16490 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16492         * help.el (describe-mode): Properly handle non-trivial lighters.
16493         Don't ignore minor modes that are not listed in minor-mode-list.
16495         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
16496         feature ON when the user requests to turn it OFF.
16498 2005-03-10  Lute Kamstra  <lute@gnu.org>
16500         * emacs-lisp/debug.el (debug-entry-code): Delete it.
16501         (implement-debug-on-entry): New function to replace debug-entry-code.
16502         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
16503         second argument as the 2005-03-07 change makes it obsolete.
16504         (debug-on-entry, cancel-debug-on-entry): Update call to
16505         debug-on-entry-1.
16506         (debug, debugger-setup-buffer): Comment update.
16507         (debugger-frame-number): Update to work with implement-debug-on-entry.
16509 2005-03-10  Jay Belanger  <belanger@truman.edu>
16511         * calc/calc-embed.el (math-ms-args): Declare it.
16512         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
16513         math-ms-args.
16514         (calc-embedded-subst): Use math-multi-subst-rec to substitute
16515         variables.
16517 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
16519         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
16520         Use message-box.
16522         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
16523         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
16524         (tooltip-gud-tips): Simplify.
16525         (tooltip-gud-tips-p): Remove superfluous :set.
16526         (tooltip-gud-modes): Add fortran-mode.
16527         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
16529         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
16531 2005-03-09  Kim F. Storm  <storm@cua.dk>
16533         * play/animate.el (animate-place-char): Use forward-line instead
16534         of next-line to improve performance.
16536 2005-03-09  Simon Josefsson  <jas@extundo.com>
16538         * net/browse-url.el (browse-url-default-browser): Doc fix.
16540 2005-03-09  Miles Bader  <miles@gnu.org>
16542         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
16543         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
16545 2005-03-09  Kenichi Handa  <handa@m17n.org>
16547         * international/latin-1.el: Set case and syntax for 255 only if
16548         set-case-syntax-set-multibyte is nil.
16550         * textmodes/ispell.el (ispell-insert-word): New function.
16551         (ispell-word): Use ispell-insert-word to insert a new word.
16552         (ispell-process-line): Likewise.
16553         (ispell-complete-word): Likewise.
16555 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
16557         * calendar/calendar.el (redraw-calendar): Preserve point.
16558         Reported by Matt Hodges <MPHodges@member.fsf.org>.
16559         (calendar-week-start-day): Move after definition of
16560         redraw-calendar.  Delete buffer test, since redraw-calendar has
16561         that now.
16563         * calendar/diary-lib.el (mark-diary-entries): Only call
16564         redraw-calendar in the first of any recursive calls.
16565         Reported by Alan Shutko <ats@acm.org>.
16567 2005-03-08  Juri Linkov  <juri@jurta.org>
16569         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
16570         (html-horizontal-rule, html-line, html-image, html-checkboxes)
16571         (html-radio-buttons): Add a space before the trailing `/>' where
16572         sgml-xml-mode is non-nil.
16573         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
16574         the subsequent tag of the empty XML tag.
16575         (html-href-anchor): Don't set initial input to "http:".
16576         (html-image): Ask for the image URL and set point inside alt="".
16577         (html-name-anchor): Duplicate the name in the `id' attribute when
16578         sgml-xml-mode is non-nil.
16579         (html-paragraph): Remove \n before <p>.
16580         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
16581         instead of `checked' when sgml-xml-mode is non-nil.
16583         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
16584         Remove 1 space before #RRGGBB to not truncate it on terminal
16585         windows w/o fringes.  Remove 1 space between bg and fg examples
16586         to get more space.
16587         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
16588         avoid byte-compile warnings.
16590         * image-file.el (image-file-handler): Put `safe-magic' property to
16591         `image-file-handler'.
16593         * info.el (Info-isearch-search): Emulate word search in
16594         isearching through multiple Info nodes with Info-search.
16595         (Info-isearch-wrap): Allow isearch-word.
16597 2005-03-08  Lute Kamstra  <lute@gnu.org>
16599         * emacs-lisp/debug.el (debugger-step-through): Make sure that
16600         stepping into the debugger's code is not possible.
16601         (debugger-jumping-flag): Docstring update.
16603 2005-03-08  Jay Belanger  <belanger@truman.edu>
16605         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
16606         embedded mode begins.
16607         (calc-embedded-language-alist): New variable.
16608         (calc-embedded-find-modes): Use calc-embedded-language-alist to
16609         set default language mode.
16611 2005-03-08  Kenichi Handa  <handa@m17n.org>
16613         * international/ccl.el (define-ccl-program): Fix docstring about
16614         extra 256 bytes assured for the output buffer.
16616         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
16617         Fix BUFFER_MAGNIFICATION to 2.
16618         (ccl-encode-mule-utf-16be-with-signature): Likewise.
16620 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
16622         * align.el (align-rules-list): Added an alignment rule for CSS
16623         declarations (applies to css-mode and html-mode buffers).
16625 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16627         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
16629 2005-03-07  Kim F. Storm  <storm@cua.dk>
16631         * simple.el (move-beginning-of-line): New command.
16633         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
16635         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
16637         * emulation/cua-base.el: Put CUA move property on move-end-of-line
16638         and move-beginning-of-line.
16640         * apropos.el (apropos-print): Omit command from M-x ... RET.
16642 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
16644         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
16645         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
16647 2005-03-06  Richard M. Stallman  <rms@gnu.org>
16649         * bindings.el (esc-map): Bind M-g to goto-line.
16651         * facemenu.el (global-map): Bind M-o, not M-g.
16653 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16655         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
16656         "Open Directory" as for "Open File".
16658 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
16660         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
16661         (push-mark-command): Run activate-mark-hook.
16663 2005-03-06  Richard M. Stallman  <rms@gnu.org>
16665         * help-mode.el (help-mode-finish): Don't alter the element
16666         in view-return-to-alist if there already is one.
16668         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
16669         make sure the current buffer is the expected one.
16671         * novice.el (disabled-command-function): Output in *Disabled Command*.
16672         Explicitly ignore non-keyboard events, and explicitly handle C-g.
16674         * textmodes/flyspell.el (flyspell-large-region):
16675         Pass args differently for aspell.
16677         * files.el (mode-require-final-newline): Doc fix.
16679 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
16681         * progmodes/which-func.el (which-function):
16682         Specify NOERROR when calling imenu--make-index-alist.
16684 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16686         * simple.el (normal-erase-is-backspace): Define default value.
16688         * custom.el (custom-theme-set-variables): Remove unused var
16689         `immediate'.
16690         (custom-reevaluate-setting): Simple function to handle variables
16691         that are defined before their default value can really be
16692         computed.
16694         * startup.el (command-line): Use it for temporary-file-directory,
16695         small-emporary-file-directory, auto-save-file-name-transforms,
16696         blink-cursor-mode, and normal-erase-is-backspace.
16698         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
16699         progress, even with buggy anchored keywords.
16701 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
16703         * simple.el (goto-line): Remove unbalanced final parenthesis.
16705 2005-03-05  Richard M. Stallman  <rms@gnu.org>
16707         * simple.el (goto-line): Use a number at point as the default.
16708         With C-u as arg, switch buffers.
16710 2005-03-05  Juri Linkov  <juri@jurta.org>
16712         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
16713         with `no-blinking-cursor'.
16715         * startup.el (no-blinking-cursor): New defvar.
16716         (command-line): Add `--no-blinking-cursor' to longopts.
16717         Set `no-blinking-cursor' to t for command line arguments
16718         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
16719         with `no-blinking-cursor' in the condition for calling
16720         `blink-cursor-mode'.
16722 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
16724         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
16725         (menu-bar-options-save): Add blink-cursor-mode.
16726         (menu-bar-options-menu): Add blink-cursor-mode.
16728 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
16730         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
16731         (icalendar-export-file, icalendar-export-region)
16732         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
16733         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
16735 2005-03-04  Lute Kamstra  <lute@gnu.org>
16737         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
16738         (debug-function-list): Ditto.
16740 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
16742         * textmodes/texinfmt.el (texinfo-append-refill):
16743         Redefine the types of line to which @refill
16744         is not appended by replacing a search for `@refill\\|@bye' with
16745         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
16746         itemize@refill' bug and the unfilled long lines bug.
16747         (texinfmt-version): Update number and date.
16749 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16751         * international/code-pages.el (windows-1250, windows-125[2-8])
16752         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
16754 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16756         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
16757         bound yet.
16759 2005-03-02  Romain Francoise  <romain@orebokech.com>
16761         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
16762         buffer after removing limits.
16763         (ibuffer-pop-filter): Ditto.
16764         Update copyright.
16766 2005-03-02  Miles Bader  <miles@gnu.org>
16768         * button.el (make-text-button): If the user doesn't specify a
16769         type, use the default.  Rewrite to use `add-text-properties' and
16770         plist functions.
16772 2005-03-01  Lute Kamstra  <lute@gnu.org>
16774         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
16775         (debugger-jumping-flag): New var.
16776         (debug-entry-code): Use it.
16777         (debugger-jump): Use debugger-jumping-flag and add
16778         debugger-reenable to post-command-hook.
16779         (debugger-reenable): Use debugger-jumping-flag and remove itself
16780         from post-command-hook.
16781         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
16782         debugger-reenable.
16784 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
16786         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
16787         inclusion of "itemize\\|", which may be unnecessary, is certainly
16788         inelegant, and stops refilling in itemize lists when formatting
16789         Japanese Texinfo files to Info.
16790         Update copyright to 2005.
16792 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
16794         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
16795         of an error if GDB can't find the source file.
16797 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
16799         * calendar/calendar.el (redraw-calendar): Work from any buffer,
16800         not just the calendar.
16802         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
16803         first.
16804         (diary-redraw-calendar): New function.
16805         (make-diary-entry): Add diary-redraw-calendar to local
16806         write-contents-functions.  Turn off selective display before
16807         inserting in diary.
16809 2005-03-01  Kim F. Storm  <storm@cua.dk>
16811         * emacs-lisp/copyright.el (copyright-fix-years): New command.
16813 2005-03-01  Lute Kamstra  <lute@gnu.org>
16815         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
16816         that debug-entry-code can be safely removed from a function while
16817         this code is being evaluated.  Revert the 2005-02-27 change as the
16818         new implementation no longer requires it.  Make sure that a
16819         function body containing just a string is not mistaken for a docstring.
16820         (debug): Skip one more frame in case of debug on entry.
16821         (debugger-setup-buffer): Delete one more frame line in case of
16822         debug on entry.
16823         (debugger-frame-number): Update to use the new text introduced by
16824         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
16826 2005-02-28  Kim F. Storm  <storm@cua.dk>
16828         * double.el (double-translate-key): Call force-window-update after
16829         read-event to avoid crash in redisplay.
16831 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16833         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
16834         (debug): Use it.  Move the inhibit-trace earlier.
16835         (debug-entry-code): New const.
16836         (debug-on-entry-1): Use it.
16838 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
16840         * international/utf-16.el (ccl-encode-mule-utf-16le):
16841         Fix BUFFER_MAGNIFICATION to 2.
16842         (ccl-encode-mule-utf-16be): Likewise.
16844 2005-02-28  Kenichi Handa  <handa@m17n.org>
16846         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
16847         Fix BUFFER_MAGNIFICATION to 4.
16848         (ccl-encode-mule-utf-16be-with-signature): Likewise.
16850 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
16852         * speedbar.el (speedbar-update-flag): Doc fix.
16853         (speedbar-show-info-under-mouse): Give set-mouse-position the right
16854         argument.
16856 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16858         * reveal.el (reveal-post-command): Don't try to reveal overlays which
16859         have a non-nil `invisible' property but are actually visible.
16861         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
16862         for perldoc sections.
16863         (perl-outline-regexp, perl-outline-level): New var and function.
16864         (perl-mode): Use them.
16866 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
16868         * calendar/diary-lib.el (diary-remind): Discard any mark portion
16869         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
16871 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
16873         * cus-edit.el: Comment change.
16874         (custom-buffer-create-internal): Slightly reword text at top of
16875         Custom buffers.  Mention there that saving an option edits the
16876         init file.  Add link to Emacs manual node on `custom-file'.
16877         (custom-magic-alist): Rewrite individual State messages to use
16878         capitalized keywords.  Doc fix.
16880 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
16882         * calendar/calendar.el (calendar-buffer): Move above
16883         calendar-week-start-day.
16884         (calendar-week-start-day): Doc fix.  Add :set function.
16885         (calendar-minimum-window-height): New variable.
16886         (generate-calendar-window): Only resize window if selected-window
16887         is displaying the calendar buffer.  Use new variable
16888         calendar-minimum-window-height.
16889         (generate-calendar): Reword error message.
16890         (calendar-mode-map): Bind DEL to scroll-other-window-down.
16892 2005-02-27  Andreas Schwab  <schwab@suse.de>
16894         * vc.el (vc-do-command): Don't run command asynchronously when
16895         operating in a remote directory.
16897         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
16898         change from sync with Tramp 2.0.47.
16900 2005-02-27  Richard M. Stallman  <rms@gnu.org>
16902         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
16904         * textmodes/flyspell.el (flyspell-mode-on):
16905         Call ispell-change-dictionary only if necessary.
16907         * emacs-lisp/re-builder.el (regexp-builder): New function.
16909         * register.el (describe-register-1): Explicitly handle
16910         yank-excluded-properties = t.
16912         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
16913         (custom-magic-alist): Change the status descriptions again.
16914         (face widget-type): Total rewrite based on `restricted-sexp'
16915         to eliminate the confusing double hiding levels.
16917         * emacs-lisp/debug.el (debug-on-entry-1):
16918         If function body is empty, add nil as body form.
16920 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16922         * emacs-lisp/trace.el (inhibit-trace): New var.
16923         (trace-make-advice): Use it.
16925         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
16927 2005-02-26  Kim F. Storm  <storm@cua.dk>
16929         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
16930         (mouse-on-link-p, mouse-drag-region-1): Use it.
16932 2005-02-25  Lute Kamstra  <lute@gnu.org>
16934         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
16936 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
16938         * frame.el (blink-cursor-mode): Add :group keyword.
16940 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
16942         * calendar/icalendar.el (icalendar--decode-isodatetime):
16943         New optional argument DAY-SHIFT.
16944         (icalendar-export-region): Fix coding-system-for-write.
16945         (icalendar--convert-ical-to-diary): Shift end-day of all-day
16946         events by one.
16948 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16950         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
16952 2005-02-24  Kim F. Storm  <storm@cua.dk>
16954         * international/iso-acc.el (iso-accents-compose): Fix crash
16955         during redisplay.  Call force-window-update after read-event
16956         and delete-region to signal that window is not accurate.
16958 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16960         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
16961         Remove unused and inexistent var `inhibit-trace'.
16962         (debugger-mode): Use run-mode-hooks.
16963         (debugger-list-functions): Add buttons; setup xref stack.
16965 2005-02-23  Richard M. Stallman  <rms@gnu.org>
16967         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
16968         appointment says it was explicitly made.
16969         (appt-add): Set the 3rd element.
16970         (appt-make-list): Preserve explicit appointments.
16972         * subr.el (find-tag-default): Catch errors in forward-sexp.
16974 2005-02-23  Juri Linkov  <juri@jurta.org>
16976         * info.el (Info-isearch-search): New defcustom.
16977         (Info-isearch-search): Call the default isearch function
16978         when Info-isearch-search is nil.
16979         (Info-isearch-wrap): Use variable Info-isearch-search.
16981 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
16983         * cus-edit.el: Comment change.
16985 2005-02-22  Kim F. Storm  <storm@cua.dk>
16987         * progmodes/hideif.el (hide-ifdef-use-define-alist):
16988         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
16990 2005-02-22  Simon Josefsson  <jas@extundo.com>
16992         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
16993         New variable.
16994         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
16995         Oskarsson" <myrkraverk@users.sourceforget.net>.
16997 2005-02-22  Kim F. Storm  <storm@cua.dk>
16999         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
17000         check that window of that event is the selected window.
17001         (mouse-drag-region-1): Compare mouse event window to selected
17002         window before setting point.
17004         * tooltip.el (tooltip-show-help-function): Pass event to
17005         mouse-on-link-p so it can check selected window.
17007 2005-02-22  Kenichi Handa  <handa@m17n.org>
17009         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
17010         (ps-mule-show-warning): New function.
17011         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
17012         characters are found.
17014         * ps-print.el (ps-header-footer-string): Return a list of header
17015         and footer strings.
17017 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
17019         * pcvs.el (cvs-retrieve-revision): Fix thinko.
17021 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17023         * frame.el (blink-cursor-mode): Use define-minor-mode.
17025         * term/mac-win.el (function-key-map): Use char-names more consistently.
17026         (file-name-coding-system): Only set it for MacOS-9.  The other case is
17027         already handled in mule-cmds.el (where it also works when mac-win.el
17028         is not used).
17030 2005-02-21  Kenichi Handa  <handa@m17n.org>
17032         * international/mule.el (ctext-pre-write-conversion): Always use
17033         " *code-converting-work*" buffer for work.
17035         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
17037 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
17039         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
17041 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
17043         * ses.el (undo-more): Restore defadvice, but only the part that
17044         allows changes outside the restricted area of the buffer.
17046 2005-02-20  Kim F. Storm  <storm@cua.dk>
17048         * simple.el (line-move): Add fourth optional arg try-vscroll which
17049         must be set to perform auto-window-vscroll.
17050         When moving backwards and doing auto-window-vscroll, automatically
17051         vscroll to the last part of lines which are taller than the window.
17052         (next-line, previous-line): Set try-vscroll arg on line-move.
17054 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
17056         * replace.el (query-replace, query-replace-regexp)
17057         (replace-string, replace-regexp): When operating on region, make
17058         the minibuffer prompt say so.
17060         * isearch.el (isearch-forward): Document isearch-query-replace and
17061         isearch-query-replace-regexp keybindings.
17063 2005-02-19  Jay Belanger  <belanger@truman.edu>
17065         * calc/calc-aent.el (math-read-token): Add local variable.
17067         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
17068         (calc-edit-top): Move declaration to earlier in file.
17069         (calc-edit-macro-repeats): Add local variables.
17071         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
17072         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
17073         calcFunc-tanh.
17074         Adjust integration rule for calcFunc-tan.
17076 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
17078         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
17079         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
17080         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
17081         (viper-skip-separators): Bug fix.
17082         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
17083         particular major mode.
17084         (viper-del-backward-char-in-replace): Don't put deleted char on the
17085         kill ring.
17087         * viper-ex.el (viper-color-display-p): New function.
17088         (viper-has-face-support-p): Use viper-color-display-p.
17090         * viper-keym.el (viper-gnus-modifier-map): New keymap.
17092         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
17094         * viper-util.el (viper-glob-unix-files): Fix shell status check.
17095         (viper-file-remote-p): Make equivalent to file-remote-p.
17097         * viper.el (viper-major-mode-modifier-list):
17098         Use viper-gnus-modifier-map.
17100 2005-02-19  David Kastrup  <dak@gnu.org>
17102         * subr.el (subregexp-context-p): Fix garbled doc string by adding
17103         quoting.
17105 2005-02-19  Jay Belanger  <belanger@truman.edu>
17107         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
17108         Remove extra definitions.
17109         (calc-coth): New function.
17110         (calcFunc-cot): Fix `let'.
17112 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
17114         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
17115         the reasons we use "type pc" in these faces.
17117         * button.el (button): Ditto.
17119 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
17121         * replace.el (query-replace-read-from): Set the value of
17122         query-replace-from-history-variable to handle the case of an empty
17123         string entered to accept the suggested default.
17125         * net/tramp.el (tramp-file-name-for-operation):
17126         Use dired-call-process instead of dired-call-process-command.
17128 2005-02-19  Jay Belanger  <belanger@truman.edu>
17130         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
17131         (math-div-non-trig): New variables.
17132         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
17133         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
17134         (math-combine-prod, math-div-symb-fancy): Add simplifications for
17135         trig expressions.
17137 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
17139         * progmodes/gdb-ui.el (gdb-var-update-handler)
17140         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
17141         for watch expressions,
17142         (gdb-var-create-handler): Don't set speedbar-update-flag.
17143         (gdb-post-prompt): Simplify test for speedbar.
17145 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
17147         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
17148         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
17149         we use the syntax table of the correct buffer.
17150         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
17151         Felix Gatzemeier.
17153         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
17154         (ediff-file-remote-p): Make synonymous with file-remote-p.
17155         In all deffaces ediff-*-face-*, use min-colors.
17157         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
17158         ediff-recurse-to-subdirectories.
17159         (ediff-mark-if-equal): Check that the arguments are strings, use
17160         ediff-same-contents (after to Felix Gatzemeier).
17162         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
17163         nil.
17165 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17167         * log-view.el (log-view-message-re): Fix up Subversion regexp.
17169 2005-02-18  David Kastrup  <dak@gnu.org>
17171         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
17172         use `mark-active' when defined.
17174 2005-02-18  Kenichi Handa  <handa@m17n.org>
17176         * ps-print.el (ps-font-info-database): New entry
17177         ZapfChancery-MediumItalic with correct font name.  Fix font name
17178         of the entry Zapf-Chancery-MediumItalic.
17180 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
17182         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
17184 2005-02-16  Kim F. Storm  <storm@cua.dk>
17186         * ido.el (ido-fallback-command): Pass user input to fallback command.
17188 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
17190         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
17191         (gdb-find-file-hook): Add server prefix.
17193 2005-02-16  Richard M. Stallman  <rms@gnu.org>
17195         * replace.el (perform-replace): Pass new args to replace-highlight.
17196         (replace-highlight): Take region args,
17197         and pass them to isearch-lazy-highlight-new-loop.
17199         * novice.el (disabled-command-hook): Autoload the defalias
17200         and the make-obsolete-variable call.
17202         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
17204         * isearch.el (isearch-lazy-highlight-start-limit)
17205         (isearch-lazy-highlight-end-limit): New variables limit
17206         the region for highlighting.
17207         (isearch-lazy-highlight-new-loop): New args BEG and END.
17208         (isearch-lazy-highlight-search): Use the new vars.
17209         (isearch-lazy-highlight-update): Likewise.
17211         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
17213         * cus-start.el (all): Use default-boundp.
17215 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
17217         * menu-bar.el (menu-bar-select-frame): Handle current frame.
17219 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
17221         * autorevert.el (auto-revert-stop-on-user-input)
17222         (auto-revert-verbose): Doc fixes.
17224 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
17226         * international/mule-cmds.el (set-locale-environment): Remove call
17227         to set-selection-coding-system on Windows.
17229 2005-02-15  Jay Belanger  <belanger@truman.edu>
17231         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
17232         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
17233         calcFunc-coth.
17234         (math-simplify-sqrt): Add simplifications.
17236         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
17237         to list.
17239         * calc/calc-ext.el: Add functions to autoloads.
17241         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
17242         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
17243         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
17244         (math-csc-raw, math-cot-raw): New functions.
17246         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
17248         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
17249         the variable name in a message.
17251         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
17252         calcFunc-csc, calcFunc-cot.
17254         * calc/calcalg2.el: Add derivative and integration rules for
17255         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
17256         calcFunc-csch, calcFunc-coth.
17257         (math-do-integral-methods): Add to checks for when to use
17258         substitutions.
17260         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
17262 2005-02-15  Lute Kamstra  <lute@gnu.org>
17264         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17265         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
17266         <monnier@iro.umontreal.ca>
17267         (lisp-outline-level): Improve efficiency.  Suggested by David
17268         Kastrup <dak@gnu.org>.
17270 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
17272         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
17273         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
17274         (gdb-set-gud-minor-mode-existing-buffers): New functions.
17275         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
17276         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
17278 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
17280         * cus-start.el (all): Comment change.
17282 2005-02-14  Lute Kamstra  <lute@gnu.org>
17284         * cus-start.el (all): Check if symbol is void.
17286 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
17288         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
17289         optional argument to \cite.
17291 2005-02-14  Richard M. Stallman  <rms@gnu.org>
17293         * cus-edit.el (custom-buffer-create-internal): Update help message.
17294         (custom-magic-alist): Update help messages.
17296         * cus-start.el (all): Allow a var to specify a standard value.
17298 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
17300         * custom.el (custom-theme-set-variables): Handle variable aliases.
17302         * frame.el (blink-cursor-timer): Doc fix.
17303         (blink-cursor): Make it an alias for `blink-cursor-mode' and
17304         declare obsolete.
17305         (blink-cursor-mode): Define with defcustom and use correct
17306         standard expression in that defcustom.
17307         * startup.el (command-line): Adapt to above changes in frame.el.
17309 2005-02-11  Lute Kamstra  <lute@gnu.org>
17311         * apropos.el (apropos-score-doc): Prevent division by zero.
17313 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
17315         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
17316         (icalendar--get-event-property-attributes)
17317         (icalendar--get-event-properties)
17318         (icalendar--datetime-to-diary-date): New functions.
17319         (icalendar--split-value): Doc fix.
17320         (icalendar--datetime-to-noneuropean-date)
17321         (icalendar--datetime-to-european-date): New optional argument
17322         SEPARATOR.  Return result as a string instead of a list.
17323         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
17324         (icalendar--convert-string-for-export): Rename arg S to STRING.
17325         (icalendar-export-region): Doc fix.  Change name of error buffer.
17326         Save output buffer.
17327         (icalendar-import-file): Add blank at end of prompt.
17328         (icalendar-import-buffer): Doc fix.  Do not switch to error
17329         buffer.  Indicate status in return value.
17330         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
17331         buffer.  Save output buffer.  Handle exception from recurrence
17332         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
17333         events.  Fix problems with weekly all-day events.
17335 2005-02-10  Richard M. Stallman  <rms@gnu.org>
17337         * simple.el (eval-expression-print-format):
17338         Avoid warning about edebug-active.
17340         * help.el (help-for-help-internal): Rename from help-for-help.
17341         (help-for-help): Define with defalias.
17343         * font-core.el (font-lock-default-function): Use with-no-warnings.
17345         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
17347         * custom.el (defface): Doc fix.
17349 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
17351         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
17352         width 0" to prevent word wrapping problems.
17354 2005-02-09  Kim F. Storm  <storm@cua.dk>
17356         * ido.el (ido-file-extensions-order): New defcustom.
17357         (ido-file-extension-lessp, ido-file-extension-aux)
17358         (ido-file-extension-order): New advanced file ordering.
17359         (ido-file-lessp): New simple file ordering.
17360         (ido-sort-list): Remove.
17361         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
17362         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
17364 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
17366         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
17367         that some versions of grep produce.
17368         (grep-mode-font-lock-keywords): Likewise.
17370 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
17372         * progmodes/gdb-ui.el (gdb-location-list): New variable.
17373         (gdb-cdir): Delete.
17374         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
17375         (gdb-source-info): Treat case when source file is in another
17376         directory properly.
17377         (gdb-get-location): New function.
17379 2005-02-07  Jay Belanger  <belanger@truman.edu>
17381         * calc/calc-prog.el (calc-write-parse-table-part)
17382         (calc-fix-token-name): Fix a check for language type.
17384         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
17386 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
17388         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
17389         as directory not writable.
17391 2005-02-07  Kim F. Storm  <storm@cua.dk>
17393         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
17394         (cua--standard-movement-commands): Remove list.
17395         Instead, set CUA property value to move for movement commands.
17396         (cua-movement-commands): Remove.  Users must set CUA prop instead.
17397         (cua--pre-command-handler): Check CUA property.
17398         (cua--init-keymaps): Don't remap undo commands.
17399         (cua-mode): Don't call cua--rectangle-on-off.
17401         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
17402         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
17403         (cua--rect-undo-set-point): New var.
17404         (cua--rectangle-undo-boundary): Setup undo apply entry.
17405         (cua--rect-undo-handler): New function for rectangle undo.
17406         (cua--rect-start-position, cua--rect-end-position): Add.
17407         (cua--rectangle-post-command): Call cua--rectangle-set-corners
17408         for restored rectangle.  Set point if cua--rect-undo-set-point.
17410 2005-02-06  Jay Belanger  <belanger@truman.edu>
17412         * calc/calc-lang.el (calc-tex-language): Display more information
17413         in messages.
17415         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
17416         in TeX mode.
17418 2005-02-06  Richard M. Stallman  <rms@gnu.org>
17420         * emacs-lisp/lisp.el (buffer-end): Doc fix.
17422 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
17424         * net/ldap.el (ldap-search-internal): Support attributes with
17425         optional descriptions separated by a semi-colon, as in
17426         "userCertificate;binary".
17428 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17430         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
17431         isn't a cons (i.e. the version is 0).
17433 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
17435         * help.el (help-for-help): Doc fix.
17437 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
17439         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
17440         GDB-Windows on the menu-bar as this works better.
17442 2005-02-04  Jay Belanger  <belanger@truman.edu>
17444         * calc/calc-embed.el (calc-embedded-update): Don't put in
17445         unnecessary newlines.  Adjust the end of formula marker.
17447         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
17448         (math-latex-parse-two-args): New function.
17450 2005-02-03  Lute Kamstra  <lute@gnu.org>
17452         * help-fns.el (help-with-tutorial): Make sure that users cannot
17453         remove the entire text of the tutorial by means of `undo'.
17455 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17457         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
17458         in recent changes, where the ispell process was repeatedly
17459         killed & restarted.
17461         * international/mule-cmds.el (set-locale-environment): Set file-name
17462         coding system to utf-8 on Darwin systems.
17463         (set-default-coding-systems): Don't set default-file-name-coding-system
17464         on Darwin systems.
17466 2005-02-03  Richard M. Stallman  <rms@gnu.org>
17468         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
17470 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
17472         * faces.el (list-faces-display): Add optional argument.
17474 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17476         * font-core.el (font-lock-default-function): Handle the rare case where
17477         only font-lock-keywords is set.
17479 2005-02-02  Kenichi Handa  <handa@m17n.org>
17481         * international/characters.el: Cancel previous change for
17482         I-WITH-DOT-ABOVE and DOTLESS-i.
17484         * international/latin-5.el: Cancel previous change.
17486 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
17488         * progmodes/gud.el: Correction to syntax in gud-menu-map.
17490 2005-02-02  Kenichi Handa  <handa@m17n.org>
17492         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
17493         DOTLESS-i.
17495         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
17496         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
17498         * case-table.el (get-upcase-table): New function.
17499         (copy-case-table): Copy upcaes table too if non-nil.
17500         (set-case-syntax-delims): Maintain upcase table too.
17501         (set-case-syntax-pair): Likewise.
17502         (set-upcase-syntax, set-downcase-syntax): New functions.
17503         (set-case-syntax): Maintain upcase table too.
17505 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
17507         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
17509         * progmodes/gud.el (gud-goto-info): New function.
17510         (gud-tool-bar-map): Use correct icon.
17512 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
17514         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
17515         When delegating, order args in the funcall correctly.
17517 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
17519         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
17521 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
17523         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
17524         buffer not visiting a file.
17526 2005-01-31  Jay Belanger  <belanger@truman.edu>
17528         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
17529         bound on the line with the formula.
17531 2005-01-31  Kim F. Storm  <storm@cua.dk>
17533         * ses.el (ses-create-cell-variable-range)
17534         (ses-destroy-cell-variable-range, ses-reset-header-string)
17535         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
17536         (ses-insert-row): Fix format of apply undo entries.
17538 2005-01-31  Jay Belanger  <belanger@truman.edu>
17540         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
17541         parts.
17543         * calc/calc-embed.el (calc-embedded-open-formula)
17544         (calc-embedded-close-formula): Ignore matrix environments.
17546         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
17547         TeX mode.
17549         * calc/calc-lang.el (math-function-table, math-oper-table)
17550         (math-variable-table): Adjust the LaTeX portions.
17552         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
17553         (math-latex-ignore-words): New constant.
17555 2005-01-31  Richard M. Stallman  <rms@gnu.org>
17557         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
17558         (ispell-local-dictionary): Doc fix.
17559         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
17560         Don't reinitialize at run time.  Don't defcustom.
17561         All uses changed to append ispell-local-dictionary-alist,
17562         or check it first.
17563         (ispell-current-dictionary): New variable for dictionary in use.
17564         (ispell-dictionary): Now used only for global default.
17565         (ispell-start-process): Set ispell-current-dictionary,
17566         not ispell-dictionary.
17567         (ispell-change-dictionary): Use this only for setting
17568         user preferences.
17569         (ispell-internal-change-dictionary): New function
17570         to change the current dictionary in use.
17571         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
17572         Use ispell-current-dictionary.
17573         Handle ispell-local-dictionary-overridden.
17574         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
17576 2005-01-31  Jay Belanger  <belanger@truman.edu>
17578         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
17580         * calc/calc-ext.el: Add calc-latex-language to autoloads.
17581         (calc-mode-map): Add calc-latex-language.
17583         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
17584         (math-latex-print-frac): New functions.
17585         (math-oper-table, math-function-table, math-variable-table)
17586         (math-complex-format, math-input-filter): Add latex properties.
17587         (calc-set-language): Set math-expr-special-function-mapping.
17589         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
17590         (calc-write-parse-table-part): Add LaTeX support.
17592         * calc/calc.el (calc-language): Adjust docstring.
17593         (calc-set-mode-line): Add LaTeX support.
17594         (math-expr-special-function-mapping): New variable.
17595         (math-tex-ignore-words): Add to list.
17597         * calc/calccomp.el (math-compose-expr, math-compose-rows):
17598         Add LaTeX support.
17599         (math-compose-expr): Add support for special functions.
17601         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
17603 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
17605         * progmodes/gdb-ui.el (gdb-memory-address)
17606         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
17607         (gdb-memory-mode-map, gdb-memory-format-keymap)
17608         (gdb-memory-format-menu, gdb-memory-unit-keymap)
17609         (gdb-memory-unit-menu): New variables for a buffer
17610         that lets the user examine program memory.
17611         (gdb-memory-set-address, gdb-memory-set-repeat-count)
17612         (gdb-memory-format-binary, gdb-memory-format-octal)
17613         (gdb-memory-format-unsigned, gdb-memory-format-signed)
17614         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
17615         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
17616         (gdb-memory-unit-word, gdb-memory-unit-halfword)
17617         (gdb-memory-unit-byte, gdb-memory-unit-menu)
17618         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
17619         (gdb-memory-mode, gdb-memory-buffer-name)
17620         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
17621         New functions for above buffer.
17623 2005-01-30  Richard M. Stallman  <rms@gnu.org>
17625         * cus-edit.el (custom-bury-buffer): Function deleted.
17626         (custom-buffer-done-function): Option deleted.
17627         (custom-buffer-done-kill): New replacement option.
17628         (Custom-buffer-done): Call quit-window.
17629         (custom-buffer-create-internal): Update for above changes.
17631 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
17633         * simple.el (undo-ask-before-discard): New var.
17634         (undo-outer-limit-truncate): Implement it.
17635         (undo-extra-outer-limit): Doc update.
17637 2005-01-29  Richard M. Stallman  <rms@gnu.org>
17639         * ses.el (undo-more): Delete defadvice.
17640         (ses-begin-change): Doc fix.
17642         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
17643         instead of rebinding C-x u and C-_.
17645         * files.el (normal-backup-enable-predicate): Return nil for files
17646         in /tmp, regardless of temporary-file-directory.
17648         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
17650         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
17651         (open-rectangle, delete-whitespace-rectangle-line)
17652         (clear-rectangle-line): If FILL, pass t instead of FILL
17653         for move-to-column's 2nd arg.
17655         * simple.el (undo): Fix the test for continuing a series of undos.
17656         (undo-more): Set pending-undo-list to t when we reach end.
17657         (pending-undo-list): Move up defvar.
17659         * wid-edit.el (widget-button-click):
17660         Shorten the range of the track-mouse binding.
17662         * comint.el (comint-insert-input): Undo previous changes;
17663         use last-input-event in interactive spec.
17665 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
17667         * progmodes/compile.el (compilation-start): Bind buffer-read-only
17668         to nil before invoking call-process.  Reset buffer's modified flag
17669         after fontifying it in the no-async branch.
17671         * wid-edit.el (widget-specify-button): If mouse pointer shape
17672         cannot be changed, use mouse face instead.
17674 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
17676         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17677         (gdb-goto-breakpoint): Make breakpoint handling work on template
17678         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
17679         (gdb-assembler-custom): Update to recognize breakpoint information
17680         added on 2005-01-19.
17682 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17684         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
17685         (dsssl-mode): Use define-derived-mode.
17686         (scheme-mode-initialize): Remove.
17687         (scheme-mode): Use run-mode-hooks.
17689         * cus-edit.el (customize-group-other-window)
17690         (custom-buffer-create-other-window): Don't override special-display-*.
17691         (custom-mode-map): Make it dense.
17693         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
17694         sets the default value.
17696 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
17698         * descr-text.el: Add more keywords.
17700 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17702         * speedbar.el: Avoid unnecessary use of locate-library.
17704         * international/mule-cmds.el (standard-display-european-internal):
17705         Don't fiddle with latin-1 non-break space any more since it's now
17706         special cased in the C code.
17707         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
17709 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
17711         * cus-start.el (all): Add `undo-outer-limit'.
17713 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17715         * textmodes/bibtex.el (bibtex-format-entry):
17716         Use `bibtex-empty-field-re' only on the text of fields, not on entire
17717         field lines.
17718         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
17719         not on part of a buffer.
17721 2005-01-25  Lute Kamstra  <lute@gnu.org>
17723         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
17724         nonempty field text strings like "{letters\\macro{}more letters}".
17725         Clarify docstring.
17726         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
17727         (bibtex-entry-offset, bibtex-parse-association)
17728         (bibtex-parse-field-name): Fix typos in docstrings.
17729         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
17731 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
17733         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
17734         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
17735         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
17736         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
17738         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
17739         isearch minor mode.
17741 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
17743         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
17745 2005-01-24  Lute Kamstra  <lute@gnu.org>
17747         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
17748         CASECHARS and NOT-CASECHARS regular expressions of the
17749         "nederlands" and "nederlands8" dictionaries to prevent a "Range
17750         striding over charsets" error.
17752 2005-01-24  Jay Belanger  <belanger@truman.edu>
17754         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
17755         display variable name.
17757 2005-01-24  Kenichi Handa  <handa@m17n.org>
17759         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
17760         Fix setting of the element of encoded-kbd-iso2022-invocations.
17762 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
17764         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
17765         (gdb-threads-select): Change to also accept mouse events.
17766         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
17767         (gdb-threads-mouse-select): Delete.
17769 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
17771         * files.el (insert-directory): Take care of empty directory,
17772         listed without -a switch.
17774 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17776         * textmodes/refill.el (refill-post-command-function):
17777         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
17778         to the list of functions that we should be careful not to undo.
17779         (refill-late-fill-paragraph-function): Remove.
17780         (refill-saved-state): New var.
17781         (refill-mode): Use it to save fill-paragraph-function.
17782         Save also the value of auto-fill-function.
17784         * term/w32-win.el: Simplify code.
17786 2005-01-23  Kim F. Storm  <storm@cua.dk>
17788         * simple.el (line-move): Adapt to new return value from
17789         pos-visible-in-window-p.
17791         * simple.el (line-move): Fix last change.  Check partial
17792         visibility at point rather than at window-start.
17794 2005-01-22  Jason Rumney  <jasonr@gnu.org>
17796         * term/w32-win.el (xw-defined-colors): Remove debug-message.
17798 2005-01-22  David Kastrup  <dak@gnu.org>
17800         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
17802 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
17804         * type-break.el (type-break-mode): Add a test for
17805         type-break-file-name being non-nil.
17807 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
17809         * net/eudc.el (top level): Call (message "") via progn, so that
17810         eudc-options-file is loaded.
17812 2005-01-22  Kim F. Storm  <storm@cua.dk>
17814         * simple.el (line-move-1): Rename from line-move.
17815         (line-move): New function that adjusts vscroll for partially
17816         visible rows, and calls line-move-1 otherwise.
17818 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
17820         * pcomplete.el: Define pcomplete-read-event instead of read-event,
17821         since it's not a complete read-event implementation
17823 2005-01-20  Jay Belanger  <belanger@truman.edu>
17825         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
17826         for called function.
17828 2005-01-20  Steven Tamm  <steventamm@mac.com>
17830         * term/mac-win.el (process-connection-type): Remove.
17831         Controlled now by s/darwin.h:PTY_ITERATION.
17833 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17835         * window.el (handle-select-window): Don't switch window when we're
17836         in the minibuffer.
17838 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
17840         * subr.el (dotimes-with-progress-reporter): New macro.
17842         * ses.el (ses-dotimes-msg): Remove macro.
17843         Use `dotimes-with-progress-reporter' instead.
17845 2005-01-19  Steven Tamm  <steventamm@mac.com>
17847         * term/mac-win.el (process-connection-type): Use new
17848         operating-system-release variable to use ptys on Darwin 7 (OS X
17849         10.3) when using carbon build.
17851 2005-01-19  Jay Belanger  <belanger@truman.edu>
17853         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
17854         flags if the last command was a tab or M-tab.
17856         * calc/calc-prog.el (calc-user-define-edit): Put original formula
17857         in formula editing buffer.
17859 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
17861         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
17862         breakpoint image symbol in margin.
17864 2005-01-19  Jay Belanger  <belanger@truman.edu>
17866         * calc/calc-prog.el (calc-execute-kbd-macro):
17867         Ignore calc-keep-arg-flag.
17869 2005-01-19  Kenichi Handa  <handa@m17n.org>
17871         * textmodes/ispell.el (ispell-looking-at): New function.
17872         (ispell-process-line): Use ispell-looking-at to compare the ispell
17873         output and the buffer contents.
17875 2005-01-18  Jay Belanger  <belanger@truman.edu>
17877         * calc/calc.el (calc-display-raw): Fix docstring.
17879 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17881         * simple.el (blink-matching-open): Strip extra info from syntax.
17883         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
17884         funny chars in the end-of-here-doc marker.
17886 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
17888         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
17889         that enable/disabled state of breakpoints is shown correctly in
17890         fringe and on ttys.
17891         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
17892         Add breakpoint information as text properties.
17893         (gdb-mouse-toggle-breakpoint):
17894         Rename to gdb-mouse-set-clear-breakpoint.
17895         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
17896         breakpoints in the margin.
17897         (gdb-remove-strings): Simplify.
17899 2005-01-17  Jay Belanger  <belanger@truman.edu>
17901         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
17902         erasing buffer.
17904 2005-01-17  Richard M. Stallman  <rms@gnu.org>
17906         * progmodes/grep.el (grep-find): Copy from `grep' the condition
17907         for calling grep-compute-defaults.
17909         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
17910         if buffer is empty.
17912         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
17914 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17916         * hilit-chg.el (highlight-changes-mode): Don't autoload.
17918         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
17919         non-preloaded variables.
17921 2005-01-17  Steven Tamm  <steventamm@mac.com>
17923         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
17924         tex-shell cause to force interactivity when using pipes.
17926 2005-01-17  Kim F. Storm  <storm@cua.dk>
17928         * simple.el (just-one-space): Make arg optional.
17930 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
17932         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
17933         posn-at-x-y to t to access left-margin.
17935 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
17937         Sync with Tramp 2.0.47.
17939         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
17940         catching keep-date problems in cp/scp operations.
17941         (tramp-handle-copy-file): Don't call `set-file-modes'
17942         unconditionally.  Specialized functions should know better what is
17943         necessary.  This improves performance a little bit, and the
17944         functions could catch errors with `cp -p' and `scp -p'.
17945         (tramp-do-copy-or-rename-file-via-buffer)
17946         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
17947         when appropriate.
17948         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
17949         Call `set-file-modes' when appropriate.
17950         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
17951         Johnsson <isak@hypergene.com>
17952         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
17953         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
17954         <joakim@verona.se>
17955         (tramp-file-name-for-operation): Mark `shell-command' as magic for
17956         Emacs only.
17958         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
17959         `find-file-hooks' and `dired-mode-hook'.
17960         (tramp-minor-mode-map): Respective map.  Add remapping for
17961         `compile' and `recompile'.
17962         (tramp-remap-command, tramp-recompile): New defuns.
17963         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
17964         in buffer "*Compilation*".  Call the commands asynchronously.
17966         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
17967         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
17968         `shell-command', because it isn't magic in XEmacs.  Reported by
17969         Adrian Aichner <adrian@xemacs.org>.
17971         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
17972         `substitute-in-file-name.
17973         (tramp-smb-handle-substitute-in-file-name): New defun.
17974         (tramp-smb-advice-PC-do-completion): Delete advice.
17976 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
17978         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
17979         Fix error in deleting region.
17981 2005-01-15  Richard M. Stallman  <rms@gnu.org>
17983         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
17984         In non-temp buffer, switch syntax table temporarily.
17986         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
17988         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
17990         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
17992         * imenu.el (imenu--split-menu): Copy menulist before sorting.
17993         (imenu--generic-function): Use START, not BEG, as pos of definition.
17995         * simple.el (just-one-space): Argument specifies number of spaces.
17997         * simple.el (eval-expression-print-format): Avoid warning
17998         about edebug-active.
18000 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
18002         * progmodes/sh-script.el: Code copied from make-mode.el
18003         with small changes,
18004         (sh-mode-map): Bind C-c C-\.
18005         (sh-backslash-column, sh-backslash-align): New variables.
18006         (sh-backslash-region, sh-append-backslash): New functions.
18008 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18010         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
18011         (rmail-pop-password, rmail-pop-password-required): Move to
18012         rmail-obsolete group.
18013         (rmail-set-pop-password): Rename to rmail-set-remote-password.
18014         All callers updated.
18015         (rmail-get-pop-password): Rename to rmail-get-remote-password.
18016         Take an argument specifying whether it is POP or IMAP mailbox we
18017         are using.  All callers updated.
18018         (rmail-pop-password-error): Rename to
18019         rmail-remote-password-error.  Added mailutils-specific error message.
18020         (rmail-movemail-search-path)
18021         (rmail-movemail-variant-in-use): New variables.
18022         (rmail-remote-password, rmail-remote-password-required):
18023         New customization variables.
18024         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
18025         (rmail-parse-url): New function.
18026         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
18027         with GNU mailutils movemail.
18029 2005-01-15  Kevin Ryde  <user42@zip.com.au>
18031         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
18032         suffix to space, $ or '$, to correctly position point when going
18033         to @table style constants like DBL_MAX.
18035 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
18037         * type-break.el (type-break-mode, type-break-file-time)
18038         (type-break-file-keystroke-count, type-break-choose-file):
18039         Don't store data in or load data from the file if type-break-file-name
18040         is nil.
18041         (type-break-file-name): Doc update as per the above.
18043 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
18045         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
18046         lookup-key might return nil; handle that.
18048 2005-01-15  Alan Mackenzie  <acm@muc.de>
18050         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
18051         rather than the element found, thus enabling the tree to be setcar'd.
18053 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
18055         * textmodes/org.el (org-show-following-heading): New option.
18056         (org-show-hierarchy-above): Use `org-show-following-heading'.
18057         (org-cycle): Documentation fix.
18059         * textmodes/org.el (orgtbl-optimized): New option
18060         (orgtbl-mode): New command, a minor mode.
18061         (orgtbl-mode-map): New variable.
18062         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
18063         (orgtbl-error, orgtbl-self-insert-command)
18064         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
18066         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
18067         a local variable in each org-mode buffer.
18069         * textmodes/org.el (org-set-regexps-and-options): Rename from
18070         `org-set-regexps'.  Added checking for STARTUP keyword.
18071         (org-get-current-options): Add STARTUP options.
18072         (org-table-insert-row): Make mode intelligent about when
18073         realignment is needed.
18074         (org-self-insert-command, org-delete-backward-char, org-delete-char):
18075         New commands.
18076         (org-enable-table-editor): New default value `optimized'.
18077         (org-table-blank-field): Support blanking regions if active.
18079 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
18081         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
18082         if the year is not given.
18084         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
18085         Add new escapes %m and %M, fixed bug with %F by adding
18086         save-match-data.
18087         (reftex-reference): Remove ?. from list of spaces.
18088         (reftex-label-info): Add automatic label prefix recognition.
18090         * textmodes/reftex-index.el (reftex-index-next-phrase):
18091         Add slave parameter to call of `reftex-index-this-phrase'.
18092         (reftex-index-this-phrase): New optional argument.
18093         (reftex-index-region-phrases): Add slave parameter to call of
18094         `reftex-index-this-phrase'.
18095         (reftex-display-index): New argument redo.
18096         (reftex-index-rescan): Add `redo' to arguments of
18097         `reftex-display-index'.
18098         (reftex-index-Rescan, reftex-index-revert)
18099         (reftex-index-switch-index-tag): Add `redo' to arguments of
18100         `reftex-display-index'.
18101         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
18102         indexing.  Fix bug with matching is there is a quote before or
18103         after the word.
18105         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
18106         Fix bug when collecting citation keys in lines with comments.
18107         (reftex-citation): Prefix argument no longer rescans the document,
18108         but forces prompting for optional arguments of cite macros.
18109         (reftex-do-citation): Prompting for optional arguments implemented.
18111         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18112         Add optional arguments to most cite commands.
18113         (reftex-cite-cleanup-optional-args): New option
18114         (reftex-cite-prompt-optional-args): New option.
18115         (reftex-trust-label-prefix): New option.
18117         * textmodes/reftex-toc.el (reftex-toc-find-section):
18118         Add push-mark before changing the position in the buffer.
18120         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
18121         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
18123 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
18125         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
18126         more carefully.
18128 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18130         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
18131         (sgml-mode): Use it.
18132         (sgml-get-context): Better keep track of implicitly closed tags.
18134 2005-01-13  Kenichi Handa  <handa@m17n.org>
18136         * textmodes/ispell.el: These changes are to fix misalignment error
18137         caused by equivalent characters of different Emacs charsets.
18138         (ispell-unified-chars-table): New variable.
18139         (ispell-get-decoded-string): New function.
18140         (ispell-get-casechars, ispell-get-not-casechars)
18141         (ispell-get-otherchars): Call ispell-get-decoded-string.
18143 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
18145         * custom.el (custom-declare-variable): Just put symbol instead
18146         of (defvar . symbol) in `current-load-list'.
18148 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
18150         * emacs-lisp/elint.el: Fixed typo in Commentary section.
18152 2005-01-12  Jay Belanger  <belanger@truman.edu>
18154         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
18155         to create a Calc summary.
18157 2005-01-12  Kim F. Storm  <storm@cua.dk>
18159         * mouse.el (mouse-on-link-p): Change functionality and doc
18160         string to comply with latest description in lisp ref.
18162 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
18164         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
18165         Enable mouse clicks on mode-line, header-line and margin.
18166         (event-type): Give mouse event symbols an `event-kind' property
18167         with value `mouse-click'.
18169 2005-01-12  Juri Linkov  <juri@jurta.org>
18171         * facemenu.el (list-colors-display): Add new arg buffer-name.
18172         Use it.  Fix docstring.  Replace code for identifying duplicate
18173         colors by the name with call to `list-colors-duplicates' which
18174         identifies duplicate colors by the value unless the color
18175         is one of special Windows colors.  Set truncate-lines to t.
18176         Print sorted duplicate color names on each line.  Indent to 22
18177         \(the longest color name in rgb.txt) instead of 20.  Optimize.
18178         (list-colors-duplicates): New function.
18179         (facemenu-color-name-equal): Delete function.
18181         * facemenu.el (list-colors-print): New function created from code
18182         in list-colors-display.  Print #RRGGBB at the window right edge.
18183         (list-colors-display): When temp-buffer-show-function is not
18184         defined, call list-colors-print from temp-buffer-show-hook
18185         to get the right value of window-width in list-colors-print
18186         after the buffer is displayed.
18188         * simple.el (pop-mark): Move deactivate-mark out of conditional
18189         part to deactivate the active mark regardless of the state of the
18190         mark ring.
18192         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
18193         variables line in desktop files.
18195 2005-01-12  Juri Linkov  <juri@jurta.org>
18197         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
18198         Bring together isearch highlight related options.
18199         (lazy-highlight): Replace group `replace' by `matching'.
18200         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
18201         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
18202         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
18203         and declare them obsolete.
18204         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
18205         (isearch-faces): Remove defgroup.
18206         (isearch-overlay, isearch-highlight, isearch-dehighlight):
18207         Move isearch highlighting code closer to lazy highlighting code.
18209         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
18210         (query-replace-highlight, query-replace-lazy-highlight)
18211         (query-replace): Move definitions to the beginning of the file.
18213 2005-01-11  Juri Linkov  <juri@jurta.org>
18215         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
18216         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
18217         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
18219         * info.el (Info-history-forward): New variable.
18220         (Info-select-node): Reset Info-history-forward to nil.
18221         (Info-last): Turn into defalias.
18222         (Info-history-back): Rename from Info-last.
18223         Add current node to Info-history-forward.
18224         (Info-history-forward): New fun.
18225         (Info-mode-map): Replace Info-last by Info-history-back.
18226         Bind Info-history-forward to "r".
18227         (Info-mode-menu): Replace Info-last by Info-history-back.
18228         Fix menu item text.  Add menu item for Info-history-forward.
18229         (info-tool-bar-map): Replace Info-last by Info-history-back.
18230         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
18231         for Info-history-forward.
18232         (Info-mode): Replace Info-last by Info-history-back in docstring.
18233         Add local variable Info-history-forward.
18234         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
18236 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18238         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
18239         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
18240         Ignore select-window events rather than fiddle with
18241         mouse-autoselect-window.
18243 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
18245         * type-break.el (type-break-mode): Fix previous change.
18247 2005-01-10  Jay Belanger  <belanger@truman.edu>
18249         * calc/calc-ext.el (calc-reset): Reset when inside embedded
18250         calculator; only reset when point is inside a calculator.
18251         Don't adjust the window height if the window takes up the whole height
18252         of the frame.
18254 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
18256         * ebuff-menu.el (Electric-buffer-menu-mode):
18257         Preserve value of buffer-local var header-line-format.
18259 2005-01-09  Jay Belanger  <belanger@truman.edu>
18261         * calc/calc.el (calc-mode-var-list-restore-saved-values):
18262         Make sure settings file exists before accessing it.
18264         * calc/calc-embed.el (calc-embedded-subst):
18265         Replace math-multi-subst-rec, which is only supposed to be called
18266         by math-multi-subst, by math-multi-subst.
18268 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
18270         * vc.el (vc-allow-async-revert): New user option.
18271         (vc-disable-async-diff): New internal variable.
18272         (vc-revert-buffer): Use them to disable asynchronous diff.
18274         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
18275         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
18276         asynchronously if vc-disable-async-diff is t.
18278 2005-01-09  Jay Belanger  <belanger@truman.edu>
18280         * calc/calc.el (defcalcmodevar): New macro.
18281         (calc-mode-var-list-restore-default-values)
18282         (calc-mode-var-list-restore-saved-values): New functions.
18283         (calc-mode-var-list): Use defcalcmodevar to define it.
18284         (calc-always-load-extensions, calc-line-numbering)
18285         (calc-line-breaking, calc-display-just, calc-display-origin)
18286         (calc-number-radix, calc-leading-zeros, calc-group-digits)
18287         (calc-group-char, calc-point-char, calc-frac-format)
18288         (calc-prefer-frac, calc-hms-format, calc-date-format)
18289         (calc-float-format, calc-full-float-format, calc-complex-format)
18290         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
18291         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
18292         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
18293         (calc-matrix-brackets, calc-language, calc-language-option)
18294         (calc-left-label, calc-right-label, calc-word-size)
18295         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
18296         (calc-display-raw, calc-internal-prec, calc-angle-mode)
18297         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
18298         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
18299         (calc-window-height, calc-display-trail, calc-show-selections)
18300         (calc-use-selections, calc-assoc-selections)
18301         (calc-display-working-message, calc-auto-why, calc-timing)
18302         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
18303         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
18304         (calc-gnuplot-default-device, calc-gnuplot-default-output)
18305         (calc-gnuplot-print-device, calc-gnuplot-print-output)
18306         (calc-gnuplot-geometry, calc-graph-default-resolution)
18307         (calc-graph-default-resolution-3d, calc-invocation-macro)
18308         (calc-show-banner): Use defcalcmodevar to declare them and set
18309         their default values.
18311         * calc/calc-ext.el (calc-reset): Restore saved values of variables
18312         instead of default values (but restore default values if there is
18313         an argument of 0).
18315 2005-01-09  David Kastrup  <dak@gnu.org>
18317         * desktop.el (desktop-restore-eager): Fix typo in type.
18319 2005-01-08  Richard M. Stallman  <rms@gnu.org>
18321         * cus-edit.el (customize): Delete :link.
18323 2005-01-08  Jay Belanger  <belanger@truman.edu>
18325         * calc/calc.el (calc-mode): Remove the extension from the
18326         `calc-settings-file' file name when loading it.
18328 2005-01-08  Kim F. Storm  <storm@cua.dk>
18330         * info.el (Info-mode-map, Info-next-link-keymap)
18331         (Info-prev-link-keymap, Info-up-link-keymap):
18332         Map follow-link to mouse-face.
18333         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
18335 2005-01-08  Jay Belanger  <belanger@truman.edu>
18337         * calc/calc.el (calc-settings-file): Change default value.
18338         Suggested by cgw in a comment in calc-mode.el.
18340         * calc/calc-mode.el (calc-settings-file-name):
18341         Compare calc-settings-file to user-init-file instead of ~/.emacs.
18342         Replace ~/.emacs in a prompt by calc-settings-file.
18344 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
18346         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
18347         (desktop-lazy-idle-delay): New customizable variables.
18348         (desktop-buffer-args-list): New variable.
18349         (desktop-append-buffer-args): New function.
18350         (desktop-save): Call desktop-append-buffer-args for some buffers.
18351         (desktop-lazy-create-buffer): New function.
18352         (desktop-idle-create-buffers): New function.
18353         (desktop-read): Add message about buffers to restore lazily.
18354         (desktop-lazy-abort): New command.
18355         (desktop-clear): Call desktop-lazy-abort.
18356         (desktop-lazy-complete): New command.
18358 2005-01-06  Richard M. Stallman  <rms@gnu.org>
18360         * emacs-lisp/find-func.el (find-face-definition):
18361         Rename from find-face.
18363 2005-01-06  Kim F. Storm  <storm@cua.dk>
18365         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
18367         * man.el (Man-xref-man-page, Man-xref-header-file)
18368         (Man-xref-normal-file): Add follow-link property.
18370 2005-01-06  Jay Belanger  <belanger@truman.edu>
18372         * calc/calc-units.el: Make sure the proper macro definitions are
18373         available when compiling.
18375 2005-01-06  Juri Linkov  <juri@jurta.org>
18377         * isearch.el (isearch-lazy-highlight-update):
18378         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
18380 2005-01-06  Miles Bader  <miles@gnu.org>
18382         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
18383         (isearch-lazy-highlight-face): Use new name.
18385 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18387         * uniquify.el (uniquify-rationalize-file-buffer-names):
18388         Re-add an interactive spec.
18389         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
18390         to the same name.
18392         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
18393         (isearch-update, isearch-done): Adjust calls accordingly.
18395 2005-01-05  Richard M. Stallman  <rms@gnu.org>
18397         * custom.el (custom-set-variables, custom-theme-set-variables):
18398         Clarify documentation.
18400         * emacs-lisp/find-func.el (find-variable)
18401         (find-variable-other-window, find-variable-other-frame):
18402         Fix the TYPE args to find-function-read and find-function-do-it.
18403         (find-function): Doc fix.
18404         (find-function-at-point): Replace function-at-point alias.
18406 2005-01-04  Richard M. Stallman  <rms@gnu.org>
18408         * cus-face.el (custom-declare-face):
18409         Record defface in current-load-list.
18411         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
18413         * emacs-lisp/find-func.el: Doc fixes.
18414         (find-face-regexp): New variable.
18415         (find-function-regexp-alist): New variable.
18416         (find-function-C-source): Third arg is now TYPE.
18417         (find-function-search-for-symbol): Handle general TYPE.
18418         (find-function-read, find-function-do-it): Handle general TYPE.
18419         (find-definition-noselect, find-face): New functions.
18420         (function-at-point): Alias deleted.
18422 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18424         * battery.el (display-battery-mode): Rename from display-battery.
18425         Handle the case where it gets turned off.
18427 2005-01-04  Richard M. Stallman  <rms@gnu.org>
18429         * cus-edit.el (customize): Make :link point to user doc.
18431         * man.el (Man-fontify-manpage): Turn off undo generation.
18433         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
18435 2005-01-04  Andreas Schwab  <schwab@suse.de>
18437         * files.el (insert-directory): Only look for error lines in
18438         inserted text.  Don't move too far after processing --dired markers.
18440 2005-01-04  Richard M. Stallman  <rms@gnu.org>
18442         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
18443         Don't expand if the character is @, period, dash, etc.
18444         (define-mail-abbrev): Quote names that contain problem characters.
18446 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
18448         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
18450 2005-01-03  Richard M. Stallman  <rms@gnu.org>
18452         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
18453         (query-replace-highlight, query-replace-lazy-highlight)
18454         (query-replace): Definitions moved up.  Doc fix.
18456 2005-01-03  Richard M. Stallman  <rms@gnu.org>
18458         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
18459         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
18460         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
18461         (lazy-highlight-face): Rename from isearch-lazy-...
18462         Change all references to them.
18464 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
18466         * cus-edit.el (custom-file): Doc fix for defcustom.
18467         (custom-file): The function no longer sets the variable
18468         `custom-file' to its return value.
18470         * startup.el (command-line): No longer load `custom-file'.
18472 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18474         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
18476         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
18477         Don't confuse module-prefixed identifiers for labels.
18478         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
18480 2005-01-02  Richard M. Stallman  <rms@gnu.org>
18482         * files.el (basic-save-buffer-1): Fix previous change.
18484         * loadhist.el (file-loadhist-lookup): New function.
18485         (file-provides, file-requires): Use it.
18487         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
18488         instead of calculating the right size.
18490 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
18492         * vc-svn.el (vc-svn-diff): Stay local if possible.
18494 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18496         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
18498         * files.el (hack-local-variables): Fix last change.
18500 2005-01-02  Jay Belanger  <belanger@truman.edu>
18502         * calc/calc-yank.el (calc-edit-top): New variable.
18503         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
18504         object.  Change header properties.
18505         (calc-edit-finish, calc-edit-finish-stack-object)
18506         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
18507         edited object.
18508         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
18509         for the beginning of the edited object.
18510         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
18511         for the beginning of the edited object.
18512         * calc/calc-prog.el (calc-edit-macro-finish-edit)
18513         (calc-finish-formula-edit, calc-macro-repeats)
18514         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
18515         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
18516         beginning of the edited object.
18517         (calc-user-define-edit): Change the header for editing macros.
18518         Remove unnecessary variable.
18520 2005-01-01  Jay Belanger  <belanger@truman.edu>
18522         * calc/calc-yank.el (calc-edit-mode): Change default header.
18523         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
18524         * calc/calc-store.el (calc-edit-variable): Change title to match new
18525         header.
18526         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
18527         mode to match new header.
18528         (calc-user-define-edit): Change titles to include names of commands.
18529         (calc-finish-formula-edit): Adjust to handle new header.
18530         (calc-finish-macro-edit): Remove.
18531         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
18532         (calc-edit-macro-command, calc-edit-macro-command-type)
18533         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
18534         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
18535         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
18536         (calc-edit-macro-finish-edit): New functions.
18537         (calc-user-define-edit): Use new functions to edit named calc macros.
18539 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
18541         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
18543         * ses.el (copy-region-as-kill): Deactivate mark.
18545 2005-01-01  Richard M. Stallman  <rms@gnu.org>
18547         * replace.el (occur-1): If the output buffer is also an input,
18548         don't kill it, rename it.
18550         * faces.el (set-face-background, set-face-foreground): Doc fix.
18552         * cus-face.el (custom-face-attributes): Fix :help-echo strings
18553         for :foreground and :background.
18555         * dired.el (dired-view-command-alist): Variable deleted.
18556         (dired-view-file, dired-mouse-find-file-other-window):
18557         Delete the code to use it.
18559 2005-01-01  Kim F. Storm  <storm@cua.dk>
18561         * image.el (insert-sliced-image): Use t for line-height property.
18563 See ChangeLog.11 for earlier changes.
18565 ;; Local Variables:
18566 ;; coding: iso-2022-7bit
18567 ;; End:
18569     Copyright (C) 2005 Free Software Foundation, Inc.
18570   Copying and distribution of this file, with or without modification,
18571   are permitted provided the copyright notice and this notice are preserved.
18573 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1