(savehist-mode-hook): Add `:group'.
[emacs.git] / lisp / ChangeLog
blob21a25f79be385fc67e496f3dca13766a90514fa5
1 2005-12-23  Richard M. Stallman  <rms@gnu.org>
3         * vc.el (vc-annotate-car-last-cons): Defn moved up.
5 2005-12-23  Juri Linkov  <juri@jurta.org>
7         * hi-lock.el (hi-lock-archaic-interface-message-used)
8         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
9         (hi-lock-mode): Display "Hi" in the mode line only when
10         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
11         (hi-lock-write-interactive-patterns):
12         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
13         (hi-lock-set-pattern, hi-lock-set-file-patterns)
14         (hi-lock-font-lock-hook): Set 3rd arg `how' of
15         font-lock-add-keywords to t.
17 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
19         * hi-lock.el (hi-lock-highlight-range): New variable.
20         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
21         only if font-lock-fontified is non-nil.  Remove overlays.
22         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
23         font-lock-fontified is non-nil, otherwise use overlays (instead of
24         text properties).
25         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
26         New variables.
27         (hi-lock-string-serialize) New function.
29 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31         * menu-bar.el (menu-find-file-existing): New function.
32         (menu-bar-file-menu): Use menu-find-file-existing for Open.
34         * tool-bar.el (tool-bar-setup): open changed to menu-find-file-existing.
36 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
38         * vc.el: Remove unnecessary leading * in docstrings.
39         (vc-annotate-mode-map): Move initialization into declaration.
40         (vc-static-header-alist): Nitpick on the regexp.
41         (vc-default-init-version): New fun.
42         (vc-register): Use it.
43         (vc-insert-headers): Use dolist.
44         (vc-annotate-get-backend): Remove unused function.
45         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
46         (vc-annotate-mode): Remove corresponding call.
47         (vc-annotate-car-last-cons): Simplify.
48         (vc-annotate-buffers): Remove var.
49         (vc-annotate-backend): Make it buffer-local.
50         (vc-annotate): Move the interaction to the interactive spec.
51         Add a `buf' argument.
52         (vc-annotate-warp-version): Use this new `buf' argument to avoid
53         killing&creating a vc-annotate buffer, which is very disruptive when
54         the buffers are shown in dedicated frames.
56 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
58         * descr-text.el: Add FSF as maintainer.
59         (describe-text-mode, describe-text-mode-map)
60         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
61         help-mode.
62         (describe-text-widget, describe-text-sexp)
63         (describe-property-list, describe-text-category)
64         (describe-text-properties, describe-text-properties-1)
65         (describe-char): Use help buttons instead of widgets.
66         (describe-char-unicodedata-file): Make URL link in doc string.
68 2005-12-22  Richard M. Stallman  <rms@gnu.org>
70         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
71         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
72         Don't include buttons that write a file when there's no file.
73         (custom-variable-menu, custom-face-menu, custom-group-menu):
74         Don't include commands that write a file when there's no file.
75         (customize-browse): Reword the top-of-buffer help intro.
76         (custom-buffer-create-internal): Fix previous change.
77         (customize-changed-options-previous-release): Prev release is 21.1.
78         (customize-changed-options): Doc fix.
79         (customize-changed): New alias.
80         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
81         Say "standard values".
82         (Custom-reset-standard): Doc fix.
83         (custom-face-reset-standard): Doc fix.
85 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
87         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
88         even if font-lock-mode is non-nil since it may be t without having
89         turned on font-lock-mode-internal.
90         (font-lock-choose-keywords): Minor optimization.
91         (font-lock-add-keywords, font-lock-remove-keywords)
92         (font-lock-set-defaults): Don't call make-local-variable on a variable
93         that we know to already be local.
95 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
97         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
98         messages if in the minibuffer.
100 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
102         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
103         (tex-mode-flyspell-verify, flyspell-get-word)
104         (flyspell-external-point-words): Don't use point-min/max uselessly.
106         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
107         by Kevin Rodgers.  Instead, just hide the completions buffer if we
108         don't need to show it.
110 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
112         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
114 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
116         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
117         delete-windows-on with an inexistent buffer.
119 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
121         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
122         Delete defcustom variable :tag names.
124 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
126         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
127         (log-view-font-lock-keywords): Ajust subgroup numbers.
128         (log-view-current-tag): Don't hard code the number of subgroups.
130 2005-12-20  Juri Linkov  <juri@jurta.org>
132         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
133         (tooltip-x-offset, tooltip-y-offset): Doc fix.
135         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
136         (menu-bar-non-minibuffer-window-p): Instead of checking
137         display-multi-frame-p, use selected-frame when menu-updating-frame
138         is nil.
140 2005-12-20  Davis Herring  <herring@lanl.gov>  (tiny change)
142         * align.el (align-rules-list): Use [ \t] instead of \s-
143         for column separators in text mode.
145 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
147         * help-mode.el (help-customize-variable, help-customize-face):
148         Don't pop help-xref-stack as help-follow no longer pushes
149         anything on to it.
151 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
153         * textmodes/org.el: (org-agenda-custom-commands): New option.
154         (org-agenda): Offer custom commands on splash screen.
155         (org-make-tags-matcher): Parser for Boolean logic added.
156         (org-agenda-set-tags): New command.
157         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
158         (org-set-tags): Efficiency improvements.
159         (org-auto-align-tags): New option.
160         (org-todo, org-demote, org-promote): Realign tags.
161         (org-tags-completion-function): Use also "&" and "|" as separators.
162         (org-org-menu): Agenda commands simplified.
164 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
166         * cus-edit.el (customize-apropos, customize-apropos-options):
167         Docstring changes.
169         * font-lock.el (font-lock): Add tags to the links in the defgroup.
171 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
173         * longlines.el (longlines-mode): Wrap while widened.
174         (longlines-decode-region, longlines-encode-region): Compute max
175         just once.
177 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
179         * cus-edit.el (mac): New group.
181         * cus-start.el (all): Add user options in macterm.c.  Add test for
182         Mac-related built-ins.  Fix test for GTK-related built-ins.
184         * term/mac-win.el (mac-handle-language-change)
185         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
186         (mac-services-open-selection, mac-services-mail-selection)
187         (mac-services-mail-to, mac-services-insert-text)
188         (mac-dispatch-apple-event): Add docstrings.
189         (x-get-selection, mac-select-convert-to-string): Select coding
190         system from `utf-16be' and `utf-16le' using `byteorder'.
192 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
194         * subr.el (lazy-completion-table): Don't be fooled if the var holds
195         a "list" (lambda ...) rather than a real completion list.
197         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
198         lexical-let when encountering ((lambda (...) ...) ...).
200 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
202         * progmodes/sh-script.el (sh-mode):
203         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
204         * textmodes/picture.el (picture-mode): Update docstrings.
206 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
208         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
209         commands enclosed in $(ARGQUOTE)s should not be split between two
210         lines, as that will break with GNU Make >3.80, when sh.exe is used
211         and arg quoting is with '..'.
212         (autoloads): Don't break the quoted --eval expression between
213         several lines.
215 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
217         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
218         Capture error from printing circular structures.
220 2005-12-17  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
222         * wid-edit.el (widget-checkbox-action): Clear undo info.
224 2005-12-16  Bill Wohler  <wohler@newt.com>
226         * menu-bar.el (kill-this-buffer): Set a good example by using menu
227         bar, not menubar in comment.
229 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
231         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
232         After-change-functions should not clobber the match data.
234 2005-12-16  Juri Linkov  <juri@jurta.org>
236         * simple.el (choose-completion): Use `buffer-substring-no-properties'
237         instead of `buffer-substring'.
238         (completion-common-substring): Doc fix.
239         (completion-setup-function): Use minibuffer-completion-contents
240         instead of minibuffer-contents.  Don't set common-string-length
241         initially.  Remove special handling of partial-completion-mode.
242         Move computation of completion-base-size into one cond.
243         Call completion-base-size-function in mainbuf.  In computation of
244         completion-base-size for file name completion don't move point to
245         the end of the minibuffer.  Move computation of common-string-length
246         into one cond.  Start putting faces only when common-string-length>=0.
247         Add condition to put completions-common-part when
248         common-string-length>0.
250         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
251         place point at the first different character in the minibuffer
252         even if this position is at the beginning of the minibuffer.
254         * info.el (Info-read-node-name-1): In completion-base-size-function's
255         lambda return 1 if common-substring or minibuffer-completion-contents
256         starts with (, and 0 otherwise.
258         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
259         Use `crm-current-element' for second arg of `display-completion-list'.
261 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
263         * files.el (set-auto-mode): Look for an interpreter specified on
264         the first line also if search for mode specification succeeded,
265         but the mode is not known.
267 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
269         * textmodes/org.el: (org-tags-match-list-sublevels): New option.
270         (org-open-at-point): Implement tag searches as links.
271         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
272         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
273         (org-tags-sparse-tree, org-tags-view, org-set-tags)
274         (org-agenda-dispatch): New commands.
275         (org-use-tag-inheritance, org-tags-column): New options.
276         (org-tab-follows-link, org-return-follows-link): New options.
277         (org-tags): New customize group.
278         (org-start-icalendar-file): Get local time zone.
279         (org-tags-completion-function): New function.
280         (org-set-font-lock-defaults): Make sure links will also be
281         highlighted inside headlines.
283 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
285         * term.el (term-emulate-terminal):
286         Let term-handle-ansi-terminal-messages override what Bash says about
287         its current directory.
289 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
291         * bindings.el (last-buffer): Move to simple.el.
292         * simple.el (last-buffer): Move here.
293         (get-next-valid-buffer): New function.
294         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
295         (prev-buffer): Ditto. Rename to `previous-buffer'.
297         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
298         * bindings.el (global-map): Ditto.
300 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
302         * cus-edit.el: Introductory comment change.
303         (custom-magic-alist): Change message string for the `rogue' state.
305 2005-12-15  Richard M. Stallman  <rms@gnu.org>
307         * tooltip.el: Delete defcustom variable :tag names.
309         * complete.el (partial-completion-mode): Doc fix.
311         * textmodes/flyspell.el (flyspell-external-point-words):
312         Use save-excursion to ensure we don't move backward in the
313         search loop, not even one character.
314         (flyspell-delete-all-overlays): Use remove-overlays directly.
316         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
317         (ispell-start-process): Set that variable.
318         Clear ispell-buffer-local-name.
319         (ispell-internal-change-dictionary):
320         Set ispell-current-dictionary after killing process.
321         (ispell-buffer-local-dict):
322         Don't set spell-personal-dictionary after killing process.
323         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
324         (ispell-tex-skip-alists)
325         (ispell-html-skip-alists, ispell-skip-region-alist): Mark as risky.
327         * net/newsticker.el (newsticker--retrieval-timer-list)
328         (newsticker--display-timer, newsticker-running-p)
329         (newsticker-ticker-running-p): Definitions moved up.
331 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
333         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
335 2005-12-15  David Ponce  <david@dponce.com>
337         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
338         (recentf-edit-list, recentf-open-files): Signal an error when
339         there is no recent file.
341 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
343         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
344         read-only except for texinfo-format-region evaluation.
346 2005-12-14  Richard M. Stallman  <rms@gnu.org>
348         * vc.el (vc-default-previous-version, vc-default-next-version)
349         (vc-do-command): Doc fixes.
351 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
353         * textmodes/bibtex.el (bibtex-expand-strings)
354         (bibtex-autokey-expand-string, bibtex-name-part)
355         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
356         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
357         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
358         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
359         (bibtex-entry-postfix, bibtex-known-entry-type-re)
360         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
361         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
362         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
363         (bibtex-beginning-of-last-entry): Remove.
364         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
365         message if comma is missing but buffer is read-only.
366         (bibtex-parse-field-text): Handle whitespaces at the end of field
367         text.  Return 3-element list with beginning and end of field text
368         and end of field.
369         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
370         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
371         (bibtex-search-forward-field, bibtex-search-backward-field):
372         Search always delimited by limits of entry.  Use more efficient
373         search algorithms.
374         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
375         bibtex-end-of-name-in-field.
376         (bibtex-text-in-field-bounds): Handle BibTeX strings when
377         extracting the content of a field.
378         (bibtex-text-in-field): Use search limits.
379         (bibtex-parse-string-prefix): Handle empty string keys based on
380         bibtex-string-empty-key.
381         (bibtex-parse-string): Fix docstring.
382         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
383         (bibtex-preamble-prefix, bibtex-strings): New functions.
384         (bibtex-skip-to-valid-entry): Include preceding whitespace in
385         BibTeX entries (consistent with other BibTeX functions).
386         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
387         (bibtex-search-entry): Fix docstring.  Simplify.
388         (bibtex-flash-head, bibtex-complete-string-cleanup)
389         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
390         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
391         (bibtex-parse-entry): New optional arg content.
392         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
393         Use bibtex-text-in-field-bounds.
394         (bibtex-print-help-message): Handle BibTeX strings and preambles.
395         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
396         bibtex-parse-string-postfix.
397         (bibtex-find-text-internal): New function.
398         (bibtex-remove-delimiters): Use it.
399         (bibtex-find-text): Use it.  New optional arg help.
400         (bibtex-complete): Handle BibTeX string and preamble entries.
401         (bibtex-Preamble): Fix order of closing delimiters.
403 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
405         * vc.el (vc-default-revert): New fun.
407         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
409 2005-12-14  Romain Francoise  <romain@orebokech.com>
411         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
412         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
413         (font-lock-remove-keywords): Likewise.
415 2005-12-14  Juri Linkov  <juri@jurta.org>
417         * log-view.el (log-view-diff): Doc fix.
419         * isearch.el (isearch-query-replace): Use (mark) instead of
420         isearch-opoint if mark is active in transient-mark-mode.
422 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
424         * isearch.el (isearch-query-replace): Check for isearch-other-end.
426 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
428         * progmodes/cpp.el (cpp-face): New widget.
429         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
431 2005-12-14  Juri Linkov  <juri@jurta.org>
433         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
434         around `erase-buffer' and `insert'.
436         * descr-text.el (describe-text-properties): Replace buffer name
437         "*Help-2*" with "*Help*<2>".
438         (describe-char): Add functions print-help-return-message,
439         toggle-read-only.  Use help-setup-xref with nil to not store
440         describe-char in help-xref-stack.  Use help-make-xrefs to
441         make [back] button.
443         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
445         * wdired.el (wdired-old-point): New internal variable.
446         (wdired-change-to-wdired-mode): Set it buffer-locally.
447         (wdired-abort-changes): Restore point after aborting changes.
449 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
451         * vc.el (vc-do-command): Add a new value t for okstatus.
453         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
454         frame in case of errors.
456 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
458         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
459         so it comes after "On the Left" in the menu.
461 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
463         * cus-edit.el (customize-apropos, customize-apropos-options)
464         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
466 2005-12-12  Bill Wohler  <wohler@newt.com>
468         * vc-svn.el (vc-svn-registered): Fix problem of visiting
469         non-writable Subversion-controlled files by saving window
470         configuration before calling vc-do-command.  vc-do-command calls
471         pop-to-buffer on error which is unexpected during registration.
473 2005-12-12  Jay Belanger  <belanger@truman.edu>
475         * calc/README: Update the summary of changes.
477 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
479         * descr-text.el (describe-char): Rework last fix to solve the problem
480         is the same way it's solved for everything else in that function
481         (i.e. by extracting the info before setting up the *Help* buffer).
483 2005-12-12  Kim F. Storm  <storm@cua.dk>
485         * subr.el (version-regexp-alist): Allow space as separator before
486         non-numeric part, e.g. "1.0 alpha".
487         (version-to-list): Interpret .X.Y version as 0.X.Y version.
489 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
491         * textmodes/org.el: (org-agenda, org-timeline, org-todo):
492         Implement Logging and the keep-modes setting.
493         (org-get-category): Make sure a string is returned.
494         (org-log-done): New function.
495         (org-log-done, org-closed-string): New options.
497 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
499         * tooltip.el (tooltip-y-offset): Change default to 20.
501 2005-12-12  Richard M. Stallman  <rms@gnu.org>
503         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
505         * frame.el (display-hourglass): Doc fix.
507         * help.el (help-for-help-internal): Simplify entry for `a'.
509         * info.el (Info-on-current-buffer): Doc fix.
510         (info-insert-file-contents): Don't test (featurep 'jka-compr).
512         * startup.el (inhibit-splash-screen): Make this the real name.
513         (inhibit-startup-message): Make this the alias.
514         (command-line): Find only simple.el, and use its directory
515         to fill in other preloaded files' names.
516         (command-line): Deactivate the mark if deactivate-mark is set.
518         * international/mule.el (load-with-code-conversion):
519         Bind deactivate-mark.
521         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
523 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
525         * cus-edit.el (customize-apropos): Avoid listing an option more
526         than once under different aliases.  No longer list user options
527         that are not defined with defcustom (unless a prefix arg is given).
528         Doc fix.
529         (customize-apropos-options): Doc fix.
531 2005-12-11  Juri Linkov  <juri@jurta.org>
533         * frame.el (set-background-color, set-foreground-color)
534         (set-cursor-color, set-mouse-color, set-border-color):
535         Add explicit prompts to read colors by `facemenu-read-color'.
536         (show-trailing-whitespace, blink-cursor-delay)
537         (blink-cursor-interval, display-hourglass, hourglass-delay):
538         Remove tags.
539         (display-hourglass, hourglass-delay): Doc fix.
540         (cursor-in-non-selected-windows): Capitalize words in tag.
542         * faces.el (frame-background-mode): Replace `choice-item' keywords
543         with `const' to not make [default] button.  Change default value tag
544         from `default' to `automatic'.  Doc fix.
545         (trailing-whitespace) <defface>: Change group `whitespace' to
546         `whitespace-faces'.
548 2005-12-11  Richard M. Stallman  <rms@gnu.org>
550         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
552 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
554         * term/mac-win.el: Create keymap for mac-apple-event-map.
556 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
558         * tooltip.el (tooltip-mode): Move to start of file so that it
559         appears at top of customize buffer.
561         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
562         Add the gud groupname.
563         (gud-tooltip-mode): Add the tooltip groupname.
564         (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
565         avoid conflict with tooltip-use-echo-area.
567 2005-12-10  Romain Francoise  <romain@orebokech.com>
569         * help.el (help-for-help-internal): Add `r' in doc string.
571 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
573         * align.el (align-regexp, align-highlight-rule):
574         Use region-beginning and region-end instead of point and mark, so that
575         repetition (with `repeat-complex-command') recomputes the region
576         bounds.
578 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
580         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
581         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
582         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
583         (balance-windows): Rewrite using the above new functions.
585 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
587         * hi-lock.el: (hi-lock-mode) Renamed from hi-lock-buffer-mode;
588         react if global-hi-lock-mode seems intended.
589         (global-hi-lock-mode) Renamed from hi-lock-mode.
590         (hi-lock-archaic-interface-message-used)
591         (hi-lock-archaic-interface-deduce): New variables.
592         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
593         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
594         (hi-lock-find-patterns, hi-lock-font-lock-hook):
595         Replace hi-lock-buffer-mode with hi-lock-mode.
597 2005-12-10  Kevin Rodgers  <ihs_4664@ihs.com>
599         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
600         completion list, even after a partial completion has been
601         inserted in the current buffer.  If there are more than 1
602         completion, redisplay the *Completions* buffer; if the
603         completion is unique, delete the *Completions* window.
605 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
607         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
608         strings and long subject lines that were broken into multiple
609         lines at arbitrary places.  Handle subjects that have "Re: " in
610         the middle.
612 2005-12-10  John W. Eaton  <jwe@octave.org>
614         * emacs/octave-mod.el (octave-electric-space): Don't indent
615         comments or strings if octave-auto-indent is nil.
617 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
619         * term/mac-win.el: Require url when compiling.
620         Call mac-process-deferred-apple-events after loading init files.
621         (mac-apple-event-map): New defvar.  Define event handlers in it.
622         (core-event, internet-event): New Apple event class symbols.
623         (open-application, reopen-application, open-documents)
624         (print-documents, open-contents, quit-application)
625         (application-died, show-preferences, autosave-now, get-url):
626         New Apple event ID symbols.
627         (about): New HICommand ID symbol.
628         (mac-event-spec, mac-event-ae): New macros.
629         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
630         (mac-ae-selection-range, mac-ae-text-for-search)
631         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
632         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
633         and Services menu events are now defined in mac-apple-event-map.
634         (mac-drag-n-drop): Remove selection range handling.
636 2005-12-10  Kenichi Handa  <handa@m17n.org>
638         * simple.el (zap-to-char):
639         * isearch.el (isearch-process-search-char): Translate CHAR by
640         translation-table-for-input.
642 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
644         * foldout.el (foldout-exit-fold): Properly hide subtree.
646 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
648         * files.el (save-buffer):
649         * international/ucs-tables.el (ucs-set-table-for-input):
650         * mail/mail-extr.el (mail-extract-address-components):
651         * mail/sendmail.el (mail-mode): Reformat doc string.
653 2005-12-09  Juri Linkov  <juri@jurta.org>
655         * isearch.el (isearch-highlight): Change main overlay priority
656         from 1 to 1001.  Simplify.
657         (isearch-lazy-highlight-update): Change lazy overlay priority
658         from 0 to 1000.
660         * replace.el (replace-highlight): Change overlay priority from
661         1 to 1001.
663         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
664         Change overlay priority from 1 to 1001.  Reuse existing overlay.
666         * compare-w.el (compare-windows-highlight): Change overlay
667         priority from 1 to 1000.
669         * menu-bar.el (menu-bar-edit-menu): Add listp around
670         pending-undo-list to disable menu item "undo" when pending
671         undo list is empty.
673         * locate.el (locate): Disable undo in *Locate* buffer.
675 2005-12-09  Kim F. Storm  <storm@cua.dk>
677         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
679 2005-12-09  David Ponce  <david@dponce.com>
681         * recentf.el: Improvement of the menu code.
682         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
683         instead of menu hook.
684         (recentf-show-menu, recentf-hide-menu): New functions.
685         (recentf-menu-customization-changed, recentf-mode): Use them.
686         (recentf-menu-action, recentf-max-menu-items)
687         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
688         (recentf-arrange-by-rule-others)
689         (recentf-arrange-by-rules-min-items)
690         (recentf-arrange-by-rule-subfilter) : Don't use
691         `recentf-menu-customization-changed'.
692         (recentf-arrange-rules): Likewise.  Accept functions to compute
693         sub-menu titles.
694         (recentf-menu-filter): Likewise.  Doc fix.
695         (recentf-menu-value-shortcut): Doc fix.
696         (recentf-dump-variable): Quote atom value.
697         (recentf-make-menu-items): Update to use it as a menu filter.
698         (recentf-match-rule): New function.
699         (recentf-arrange-by-rule): Use it.
700         (recentf-indirect-mode-rule): New function.
701         (recentf-build-mode-rules): Use it.
702         (recentf-dir-rule): New function.
703         (recentf-arrange-by-dir): Use it.
704         (recentf-filter-changer-current): Rename from
705         `recentf-filter-changer-state'.  All references updated.
706         (recentf-filter-changer-alist): Update filter names.
707         (recentf-filter-changer-select): New function.
708         (recentf-filter-changer): Use it.  Make a sub-menu from filters
709         available in `recentf-filter-changer-alist'.
710         (recentf-data-cache, recentf-clear-data)
711         (recentf-update-menu): Remove.  All references updated.
712         (recentf-match-rule-p, recentf-build-dir-rules)
713         (recentf-filter-changer-goto-next)
714         (recentf-filter-changer-get-current)
715         (recentf-filter-changer-get-next): Remove.
717 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
719         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
720         buffer "Reset" button to "Reset to Current" for consistency with
721         the State buttons.
723 2005-12-08  John Paul Wallington  <jpw@pobox.com>
725         * ibuf-ext.el (define-ibuffer-filter filename):
726         If `dired-directory' is a list then really use its car.
728 2005-12-08  Kim F. Storm  <storm@cua.dk>
730         * emulation/cua-rect.el (cua--rectangle-aux-replace): Fix
731         indention of text on right side of replaced rectangle.
733 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
735         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
736         No need to check gud-comint-buffer is bound.
737         (gdb): Prevent multiple debugging when first session uses gdba.
739 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
741         CC Mode update to 5.31.
743         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
744         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.  We
745         might do this function properly in the future).
747         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
748         macros c-sentence-end and c-default-value-sentence end, to cope
749         with Emacs 22's new function `sentence-end'.
751 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
753         * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
754         compat issue using `c-put-overlay' and `c-delete-overlay'.
756         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
757         compat macros to handle overlays/extents.
759 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
761         * progmodes/cc-fix.el: Add definitions of the macros push and pop
762         (for GNU Emacs 20.4)
764         * progmodes/cc-defs.el:
765         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
767         * progmodes/cc-cmds.el (c-show-syntactic-information): change the
768         highlighting mechanism so it will work in XEmacs too.
770         * progmodes/cc-defs.el: Insert c-int-to-char.
772         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
773         call to the new macro c-int-to-char.  This solves XEmacs's
774         regarding characters as different from integers.
776 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
778         * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
779         helper.
781         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
782         construct to make the indirect face lookup work in XEmacs.
784         (c-cpp-matchers): Append the negation char face to the existing
785         fontification, so that the cpp face doesn't disappear.  Use
786         `c-make-syntactic-matcher' to avoid negation chars in comments and
787         strings.
789         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
790         to map to `font-lock-negation-char-face' in emacsen where it
791         exists.
793 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
795         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
797         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el: Rename
798         "c-subword-move-mode" as "c-subword-mode".
800         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
801         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
803 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
805         * progmodes/cc-mode.el: Added autoload directive for
806         `c-subword-move-mode' for use in older emacsen.
808 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
810         * progmodes/cc-mode.el:
811         (i) Insert a binding for C-c C-backspace into
812         c-bind-special-erase-keys which works in TTYs.
813         (ii) Make sure that when file styles are used, any explicitly
814         given style variables take priority over those in the style.  Do
815         this by calling `hack-local-variables' a second time.
817         * progmodes/cc-vars.el: Add language specific customization
818         widgets for AWK to c-doc-comment-style, c-require-final-newline
819         and c-default-style.  Add a defcustom for awk-mode-hook.  Give
820         c-syntactic-element and c-syntactic-context doc-strings by
821         directly setting their `variable-documentation' propery.  This
822         allows Emacs 22.1 to read these with C-h v.
824         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
825         Monnier).
827 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
829         * progmodes/cc-fonts.el, cc-vars.el
830         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection,
831         gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
832         Masatake YAMATO.
834         (c-doc-comment-style): Made GtkDoc default in C mode.
836         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
837         and C-c C-<delete>.
839         (c-bind-special-erase-keys): New function for use on
840         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
842         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
843         <delete> key behavior in XEmacs according to `delete-forward-p'.
844         C.f. `c-electric-delete'.
846 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
848         * progmodes/cc-mode.el: Give c-hungry-backspace and
849         c-hungry-delete-forward permanent key bindings.
851         * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
852         c-syntactic-context for calls to "criteria functions", for
853         consistency with other calls to user functions.
855         * progmodes/cc-cmds.el (c-indent-command): expunge use of
856         `current-prefix-arg', since this might be the prefix arg to a
857         command which calls c-indent-command as a function.  Change the
858         interactive spec from "p" to "P".
860         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
861         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
862         was difficult to understand.
864 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
866         * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
867         first char of an identifier.
869         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
870         +" syntax in C++.
872 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
874         * progmodes/cc-cmds.el (c-mask-paragraph): correct, so that
875         auto-fill doesn't split a c-comment's last word from a hanging
876         "*/" when a space is typed between them after fill-column.
878         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
880         * progmodes/cc-styles.el (c-set-style,
881         c-setup-paragraph-variables): Abort the command if we're not in a
882         CC Mode buffer.
884         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
885         with blank comment-prefix, and a blank line as the comment's
886         second line.
888 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
890         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
891         Incorporated the patterns added in the Emacs development branch
892         for the new Emacs 22 face `font-lock-negation-char-face'.
894         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
895         of "red" since it stands out better in xterms and DOS terminals.
897         * progmodes/cc-engine.el (c-literal-faces): Added
898         `font-lock-comment-delimiter-face' which is new in Emacs 22.
900 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
902         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
903         forcibly enable c-electric-flag.
905         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
906         `comment-close-slash' on c-electric-slash: if enabled, typing `/'
907         just after the comment-prefix of a C-style comment will close that
908         comment.
910 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
912         * progmodes/cc-fonts.el (c-basic-matchers-before,
913         c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
914         in Pike.
916         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
917         digraphs.
919         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
920         (c-cpp-message-directives, c-cpp-include-directives,
921         c-opt-cpp-macro-define, c-opt-cpp-macro-define-start,
922         c-cpp-expr-directives): Introduced new language constants to
923         control cpp syntax in a cleaner way.
925         (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
927         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
929         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines,
930         c-multiline-string-start-char): New language constants and
931         variables to specify how newlines in string literals work.
933         (c-font-lock-invalid-string): Use them.
935         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
936         unbalanced close brace is entered.  Optimization by avoiding going
937         back over arbitrarily large blocks.  Removed hints that this
938         function only would be relevant/useful in AWK.
940         (c-electric-brace): Indent syntactically after the cleanups since
941         lineup functions might do it differently then.
943         * progmodes/cc-engine.el, cc-langs.el
944         (c-opt-op-identifier-prefix): New language constant and variable.
946         (c-just-after-func-arglist-p, c-after-special-operator-id,
947         c-search-decl-header-end, c-inside-bracelist-p): Use it.
949         * progmodes/cc-align.el, cc-engine.el
950         (c-after-special-operator-id): New helper to handle C++ operator
951         identifiers.
953         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p,
954         c-guess-basic-syntax): Handle C++ operator identifiers in
955         declarations.
957         * progmodes/cc-langs.el (c-assignment-operators): Added the
958         trigraph version of ^= too.
960         * progmodes/cc-langs.el (c-assignment-operators): Added the
961         trigraph version of |= in C++.
963         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
964         `c-decl-hangon-kwds' after the identifier name.
966         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
967         whether an arglist is "nonempty", ignore a comment after the open
968         paren if it isn't followed by a non-comment token on the same
969         line.
971         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
972         heuristics below the point to cope with classes inside special
973         brace lists in Pike.
975 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
977         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
979 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
981         * progmodes/cc-guess.el (cc-guess-install): New function to
982         install an already guessed style in another buffer.
984         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
985         sets `inhibit-read-only' - `c-save-buffer-state' should be used
986         anyway if the change always is undone.
988 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
990         Implement togglable electricity:
992         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
993         saying when it should be used.
995         * progmodes/cc-engine.el: Add the new buffer-local variable,
996         c-electric-flag.
998         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
999         c-toggle-auto-newline.
1001         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
1002         c-toggle-auto-newline.  Remove the binding for
1003         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
1004         c-toggle-electric-state.
1006         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
1008         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
1009         c-\(forward\|backward\)-subword.
1010         (c-update-modeline): Add the new modeline flag `l' for
1011         `c-electric-flag'.  Make the auto-newline flag `a' dependent on
1012         `l'.
1013         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.  Make
1014         the old name an alias of the new name.
1015         (c-toggle-electric-state): New function.
1016         c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
1017         Adapt these functions to do electric things only when
1018         c-electric-flag is non-nil.
1019         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
1020         new functions from c-electric-brace.
1021         (c-point-syntax): Add a check for "virtual semicolons" in AWK
1022         mode, so that the tentative extra newline doesn't change the
1023         syntax of the following brace.
1024         (c-electric-brace): restructure by extracting the above functions.
1025         Tidy up the coding somewhat.
1026         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
1027         restructure a bit.
1029 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1031         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
1032         anchor position(s) using faces.  Thanks to Masatake YAMATO for the
1033         idea.
1035         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
1036         (c-submode-indicators): Changed name from `c-auto-hungry-string'
1037         since it's now used to track another submode.
1039         (c-update-modeline): Converted to function and extended to check
1040         `c-subword-move-mode'.
1042         (c-forward-into-nomenclature, c-backward-into-nomenclature):
1043         Converted to compat aliases for `c-forward-subword' and
1044         `c-backward-subword'.
1046         * progmodes/cc-subword.el: New functions and minor mode to handle
1047         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
1049         (c-forward-subword, c-backward-subword, c-mark-subword,
1050         c-kill-subword, c-backward-kill-subword, c-transpose-subwords,
1051         c-capitalize-subword, c-downcase-subword, c-upcase-subword):
1052         Functions corresponding to the standard word handling functions.
1054         (c-subword-move-mode): Minor mode that replaces all the standard
1055         word handling functions with their subword equivalences.
1057 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1059         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
1060         entry for one-liner-defun.
1062         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
1063         name in its def-edebug-spec.
1065         * progmodes/cc-cmds.el (c-electric-brace): Make the
1066         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
1067         compacts space before a comment, if this will make things fit on
1068         one line.
1070         Introduce an "awk" style, mainly for auto-newline and clean-ups.
1072         * progmodes/cc-align.el: new function c-snug-1line-defun-close
1074         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
1075         clean-up one-liner-defun.
1077         * progmodes/cc-styles.el: Add the new "awk" style.
1079         * progmodes/cc-vars.el: Add description of one-liner-defun to
1080         c-cleanup-list's doc-string.  New user options,
1081         c-max-one-liner-length.  In c-default-style, set the default style
1082         for AWK to "awk".
1084 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1086         * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
1087         macros inside labels.
1089         * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
1090         `c-at-statement-start-p' and `c-at-expression-start-p'.
1092         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
1093         error if the mark isn't set.
1095         * progmodes/cc-engine.el (c-guess-continued-construct,
1096         c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
1097         accurately detect functions inside functions.
1099         * progmodes/cc-engine.el (c-at-expression-start-p): New function
1100         like `c-at-statement-start-p' that additionally recognizes commas
1101         and expression parentheses as delimiters.
1103         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
1104         to avoid heuristics that doesn't work for unclosed blocks.
1106         (c-at-statement-start-p): New function.
1108         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
1109         Objective-C directives, e.g. directives spanning lines should work
1110         reasonably well now.
1112         (c-put-c-type-property, c-clear-c-type-property): New helpers.
1114         (c-forward-objc-directive): New function to move over any ObjC
1115         directive.
1117         (c-just-after-func-arglist-p, c-guess-basic-syntax,
1118         c-basic-matchers-before): Use it.
1120         (c-font-lock-objc-iip-decl): Removed.
1122         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
1123         in the template arglist recognition.
1125         * progmodes/cc-styles.el (c-style-alist): Fixed several
1126         inconsistencies in the Whitesmith style.
1128         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks): New
1129         lineup function to get lines after Whitesmith style blocks
1130         correctly indented.
1132         (c-lineup-whitesmith-in-block): Backed out the compensation for
1133         opening parens since it's done using `add' lists in the style
1134         definition instead.  Don't use the anchor position since it varies
1135         too much between the syntactic symbols. :P
1137         * progmodes/cc-vars.el (c-valid-offset): Updated.
1139         * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
1140         lists where the offsets are combined according to several
1141         different methods: `first', `min', `max', and `add'.  Report
1142         offset evaluation errors with `c-benign-error' so that some kind
1143         of reindentation still is done.
1145         * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
1146         `arglist-intro' the same way as `arglist-cont-nonempty' and
1147         `arglist-close'.
1149         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
1150         situations for `arglist-cont-nonempty' and `arglist-close'.
1152         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
1153         constant.
1155         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
1156         cc-bytecomp-boundp' in a number of places.
1158         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
1159         macro related issue.
1161 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1163         * progmodes/cc-awk.el: Change the terminology of regexps: A char
1164         list is now
1165         [asdf], a char class [:alpha:].  Include code for char classes.
1166         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
1167         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
1169         Remove (nearly all of) the cruft associated with AWK Mode's former
1170         concept of "virtual semicolons":
1172         Adapt c-beginning-of-statement, c-end-of-statement (together with
1173         subfunctions) to use the new notion of "virtual semicolon" in
1174         place of the old awkward special handling for AWK.  There remains
1175         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
1176         * progmodes/cc-cmds.el:
1177         (c-ascertain-adjacent-literal): In the backwards direction, now
1178         recognises AWK regexp delimiters as string delimiters.
1179         (c-after-statement-terminator-p): Adapt for virtual semicolons;
1180         check more rigorously for "end of macro".
1181         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
1182         virtual semicolons;
1183         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
1184         out the code for forward movement into ...
1185         (c-end-of-statement): Now contains the code for forward movement,
1186         adapted for virtual semicolons.
1188         * progmodes/cc-engine.el:
1189         (c-ws*-string-limit-regexp): new regexp.
1190         (c-forward-single-comment, c-backward-single-comment): Comment out
1191         the (now redundant) "special" AWK stuff.
1193         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
1194         c-string-par-start, c-string-par-separate to be more like Text
1195         Mode than Fundamental Mode.
1197 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1199         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
1200         to the fontified region so that fontification doesn't occur
1201         outside it
1202         (could happen e.g. when fontifying a line with an unfinished
1203         declaration).
1205 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1207         * progmodes/cc-awk.el: Regexps for analysing AWK code have been
1208         moved to near the start of the file.  ^L now separate sections of
1209         the file.  New defconsts: c-awk-non-eol-esc-pair-re,
1210         c-awk-blank-or-comment-line-re,
1211         c-awk-one-line-possibly-open-string-re,
1212         c-awk-regexp-one-line-possibly-open-char-class-re,
1213         c-awk-one-line-possibly-open-regexp-re,
1214         c-awk-one-line-non-syn-ws*-re.  New functions: c-awk-at-vsemi-p,
1215         c-awk-vsemi-status-unknown-p.
1217         Amend the concept of "virtual semicolons" (in the indentation
1218         engine) for languages like AWK, such that they are now
1219         conceptually attached to end of the last token of a statement, not
1220         the end of the line.  (In AWK Mode, however, the pertinent text
1221         property is still physically set on the EOL.)  Remove the specific
1222         tests for awk-mode, thus facilitating the introduction of other
1223         language modes where EOLs can end statements.  (Note: The
1224         funtionality in cc-cmds.el, specifically
1225         c-beginning/end-of-statement has yet to be amended.)
1227         * progmodes/cc-defs.el: New macros c-at-vsemi-p,
1228         c-vsemi-status-unknown-p.
1230         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
1231         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
1232         c-vsemi-status-unknown-p-fn (in a new page).
1234         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
1235         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
1236         numerous awkward forms like
1237         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
1238         with
1239         (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
1240         variable before-ws-ip, the place just after char-before-ip
1241         appears.
1243         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
1244         a comment.
1246 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1248         * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
1249         `c-tentative-buffer-changes'.
1251         * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
1252         converted to macro to choose between Emacs and XEmacs at compile
1253         time.
1255         (c-set-region-active): New set counterpart to
1256         `c-region-is-active-p'.
1258         (c-tentative-buffer-changes): New macro to handle temporary buffer
1259         changes in a convenient way.
1261         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
1262         for `c-tentative-buffer-changes'.
1264         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
1265         the checks for paren sexps between the point and the keyword, to
1266         avoid some false alarms.
1268         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
1269         Fixed a situation where an error could be thrown for unbalanced
1270         parens.  Changed to make use of c-keyword-member' to avoid some
1271         repeated regexp matches.
1273         (c-opt-lambda-key, c-opt-inexpr-block-key,
1274         c-opt-inexpr-class-key): These language variable are no longer
1275         necessary.
1277         (c-block-stmt-kwds): New language constant used by
1278         c-looking-at-inexpr-block'.
1280         (c-guess-basic-syntax): Removed an optional check that looked at
1281         the existence of the now removed language variables.
1283         * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
1284         c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
1285         object instantiation expressions as declarations in some contexts.
1286         This bug only affected languages where the declarator can't be
1287         enclosed in parentheses.
1289         * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
1290         insert newlines before and after substatement braces.
1292         * progmodes/cc-engine.el: Improved the heuristics for recognizing
1293         function declaration headers and the handling of C++ style member
1294         init lists.
1296         (c-just-after-func-arglist-p): Rewritten to use
1297         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
1299         (c-beginning-of-member-init-list): Removed since it isn't used
1300         anymore.
1302         (c-guess-basic-syntax): Case 5B adapted for the new
1303         `c-just-after-func-arglist-p'.  Cases 5B.1 and 5B.3 merged.  Cases
1304         5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
1305         covers all cases now).
1307         * progmodes/cc-defs.el (c-point): Added 'bosws and 'eosws.
1309 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1311         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
1312         c-string-par-start/separate c-sentence-end-with-esc-eol,
1313         initialised in c-setup-paragraph-variables, used in string
1314         scanning subroutines of c-beginning-of-statement.
1316         * progmodes/cc-cmds.el (c-electric-brace): don't delete a comment
1317         which precedes the newly inserted `{'.
1319 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1321         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
1322         function for declaration level blocks.  It should now cope with
1323         templates better and also be a lot more comprehensible.
1325         (c-looking-at-decl-block): The new function.
1327         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
1328         for compatibility.
1330         (c-add-class-syntax, c-guess-continued-construct,
1331         c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
1333         (c-decl-block-key): Changed to tell apart ambiguous and
1334         unambiguous keywords.  Pike specials are now handled directly in
1335         the code instead.
1337         (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
1338         language constants and variables to make the backward skip in
1339         `c-looking-at-decl-block' as tight as possible.
1341         (c-nonsymbol-token-char-list): New language constant.
1343         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
1344         find balanced template arglists backwards.
1346         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
1347         making char classes for `c-syntactic-skip-backward'.
1349         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
1350         16D - can't be a class-close at that point.
1352         * progmodes/cc-engine.el (c-guess-basic-syntax,
1353         c-add-class-syntax): Don't narrow out the enclosing declaration
1354         level.  This makes everything a lot easier, and it was actually
1355         only four small places that needed it to work.  Some places that
1356         previously did `widen' are removed now, which has the effect that
1357         `c-guess-basic-syntax' never will look at things outside the
1358         current narrowment now.  The anchor position for `topmost-intro'
1359         is affected by this, but it was so bogus it was basically useless
1360         before, and now it's equally bogus but in a slightly different
1361         way.
1363         (c-narrow-out-enclosing-class): Gone.
1365         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
1366         the narrowed region.
1368         (c-least-enclosing-brace): Removed silly optional argument.
1370         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
1371         the point could be left directly after an open paren when finding
1372         the beginning of the first decl in the block.
1374         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
1375         Specify which submatch to use.
1377         * progmodes/cc-langs.el (c-symbol-start): Include '@' in ObjC.
1379         (c-decl-start-re): No no longer any need for special treatment of
1380         ObjC due to the above.
1382         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
1383         presumably follows C in that regard.
1385         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
1386         New language constants to specify operator tokens inside
1387         identifiers in a more high level way.
1389         (c-opt-identifier-prefix-key): New internal language constant.
1391         (c-opt-identifier-concat-key, c-opt-after-id-concat-key,
1392         c-identifier-start, c-identifier-key): Now completely calculated
1393         from other constants.
1395         (c-identifier-last-sym-match): Decommissioned since it's no longer
1396         used.
1398         (c-operators): Use `c-identifier-ops'.  Documented
1399         `postfix-if-paren'.
1401         * progmodes/cc-engine.el (c-forward-name): Removed the
1402         optimization when c-identifier-key is equal to c-symbol-key since
1403         it doesn't work in byte compiled files.  Don't record empty
1404         regions as identifiers.
1406         * progmodes/cc-langs.el (c-filter-ops): New helper function to
1407         simplify access to `c-operators' and its likes.
1409         (c-operator-list, c-all-op-syntax-tokens,
1410         c-nonsymbol-token-regexp, c-<>-multichar-token-regexp,
1411         c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds,
1412         c-primary-expr-regexp, c-cast-parens): Use it.
1414         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
1415         an explicit language in functions.
1417         * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
1418         variant of adornment.
1420         * progmodes/cc-langs.el (c-any-class-key): Removed unused language
1421         variable.
1423         (c-type-decl-prefix-key): Removed some now unnecessary cruft from
1424         the Pike value.
1426         * progmodes/cc-engine.el (c-on-identifier,
1427         c-simple-skip-symbol-backward): Small fix for handling "-"
1428         correctly in `skip-chars-backward'.  Affected the operator lfun
1429         syntax in Pike.
1431         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
1432         diagnostic message about precompiled language vars not being used.
1434         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
1435         "__attribute__" is followed by a parenthesis.
1437         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re,
1438         c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
1439         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
1441         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
1442         cleanups to properly detect the declared identifiers in various
1443         declarations.
1445         (c-decl-start-kwds): New language constant to recognize
1446         declarations that can start anywhere.  Used for class declarations
1447         in Pike.
1449         (c-specifier-key, c-not-decl-init-keywords,
1450         c-decl-prefix-or-start-re, c-find-decl-prefix-search,
1451         c-find-decl-spots): Implement `c-decl-start-kwds'.
1453         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds,
1454         c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
1455         handling of the compiler specific extension keywords into a new
1456         language constant `c-decl-hangon-kwds' that defines keyword
1457         clauses to be ignored in declarations.
1459         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
1460         past unrecognized tokens when handling `c-colon-type-list-kwds'.
1461         Necessary to stop at the declared identifier in e.g. IDL valuetype
1462         declarations.
1464         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds,
1465         c-prefix-spec-kwds-re, c-postfix-spec-kwds,
1466         c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key,
1467         c-forward-decl-or-cast-1): Recognize the declared identifier in
1468         class and enum declarations as such and not as part of the type.
1470         (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
1471         interpretation of PRECEDING-TOKEN-END when there's no preceding
1472         token.
1474         (c-forward-decl-or-cast-1): Don't disregard sure signs of
1475         declarations when there's some syntax error later on.
1477         (c-complex-decl-matchers): Did away with a reference to
1478         `c-specifier-key'.
1480         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
1481         value - this variable is always dynamically bound.
1483         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el,
1484         cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el,
1485         cc-cmds.el, cc-defs.el: Changed the policy for marking up
1486         functions that might do hidden buffer changes: All such internal
1487         functions are now marked instead of those that don't.
1489         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments,
1490         c-(forward|backward)-single-comment, c-parse-state, c-on-identifier,
1491         c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments,
1492         c-literal-type): Allow these functions to make hidden buffer changes,
1493         so that they are free to use text property caching later on.
1495         (c-electric-backspace, c-electric-delete-forward, c-electric-pound,
1496         c-electric-brace, c-electric-slash, c-electric-star,
1497         c-electric-semi&comma, c-electric-colon, c-electric-lt-gt,
1498         c-electric-paren, c-electric-continued-statement, c-indent-command,
1499         c-indent-region, c-mask-paragraph, c-indent-new-comment-line,
1500         c-context-line-break): Added `c-save-buffer-state' calls to comply
1501         with the changed semantics of the functions above.
1503         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
1504         when macros occur in obscure places.  Optimized the sexp movement
1505         a bit.
1507 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1509         Enhancements for c-beginning-of-statement to work in AWK Mode:
1511         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
1512         (completed statement) with `}' (statement completed by closing
1513         brace or semicolon) and `$' (statement completed by EOL).
1515         (c-awk-virtual-semicolon-ends-prev-line-p,
1516         c-awk-virtual-semicolon-ends-line-p,
1517         c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward,
1518         c-awk-at-statement-end-p): new functions
1520         * progmodes/cc-cmds.el: Simplify the structure of functions
1521         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
1522         two functions and c-beginning-of-statement to handle AWK Mode.
1524         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
1525         c-backward-single-comment for AWK mode.  Attempt to clarify their
1526         doc-strings.
1528         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
1530 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1532         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
1533         label handling.  Labels are now recognized in a uniform and more
1534         robust way, regardless of context.  Text properties are put on all
1535         labels to recognize the following declarations better.  Multiword
1536         labels are handled both in indentation and fontification for the
1537         benefit of language extensions like Qt.  For consistency, keywords
1538         in labels are now fontified with the label face instead.  That
1539         also applies to "case" and "default".
1541         (c-beginning-of-statement-1): Fixed some bugs in the label
1542         handling.  Disregard `c-nonlabel-token-key' in labels that begin
1543         with `c-label-kwds'.
1545         (c-find-decl-spots): Support that the callback adds more
1546         `c-decl-end' spots to find.
1548         (c-forward-decl-or-cast-1): Don't treat a list of plain
1549         identifiers followed by a colon as a declaration.
1551         (c-forward-label): New function to recognize labels.
1553         (c-guess-basic-syntax): Replaced uses of `c-label-key' with
1554         `c-forward-label'.  Moved the label recognition cases (14 and 15)
1555         earlier since they aren't so context sensitive now.  Handle labels
1556         on the top level gracefully.  Moved access label recognition to
1557         the generic label case (CASE 15) - removed CASE 5E.
1559         (c-font-lock-declarations): Added recognition of labels in the
1560         same round since we need to handle labels in parallell with other
1561         declarations to recognize both accurately.  It should also improve
1562         speed.
1564         (c-simple-decl-matchers, c-basic-matchers-after): Moved
1565         `c-font-lock-labels' so that it only is used on decoration level 2
1566         since `c-font-lock-declarations' handles it otherwise.
1568         (c-complex-decl-matchers): Removed the simplistic recognition of
1569         access labels.
1571         (c-decl-prefix-re): Removed the kludges that was necessary to cope
1572         with labels earlier.
1574         (c-decl-start-re): New language variable to make
1575         `c-font-lock-declarations' stop for the special protection labels
1576         in Objective-C that start with '@'.
1578         (c-label-key): Removed since it's no longer used.
1580         (c-recognize-colon-labels, c-label-prefix-re): New language
1581         constants to support recognition of generic colon-terminated
1582         labels.
1584         (c-type-decl-end-used): `c-decl-end' is now used whenever there
1585         are colon terminated labels.
1587         * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
1588         first argument starts with a special brace list.
1590         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1,
1591         c-font-lock-declarations): Broke out the declaration and cast
1592         recognition from `c-font-lock-declarations' to a new function, so
1593         that it can be used in the indentation engine.
1595         * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
1596         up to the start of the literal.  Fixed bug with the point on the
1597         wrong side of the search limit that could happen when the start
1598         position is inside a literal.
1600         * progmodes/cc-engine.el (c-parse-state,
1601         c-invalidate-state-cache): Modified the use of `c-state-cache-end'
1602         so that it's kept a little bit back to increase the hit rate.
1604         (c-parse-state): Changed the macro handling and fixed some
1605         glitches.  Macro context is checked more often than necessary now,
1606         but otoh less garbage conses are generated.
1608         * progmodes/cc-engine.el (c-parse-state,
1609         c-invalidate-state-cache): Cache the last position where
1610         `c-state-cache' applies.  This can speed up refontification quite
1611         a bit in blocks where there are many non-brace parens before the
1612         point.
1614         (c-state-cache-end): New variable for this.
1616         (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
1617         cache variable.
1619         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
1620         get close initial continue positions when the start position is
1621         inside a literal or macro.  Do not call the callback for spots
1622         before the start position (which can happen e.g. for `c-decl-end'
1623         spots inside comments).  Optimize better in special cases when the
1624         region is a single line inside a literal or macro (typically when
1625         the current line is refontified).
1627         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
1628         to `c-add-stmt-syntax' - there's no need to explicitly whack off
1629         entries from the paren state.
1631         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
1632         special case for "else if" clauses.
1634         * progmodes/cc-engine.el (c-looking-at-inexpr-block,
1635         c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
1637         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
1638         language variable to recognize the gcc extension with statement
1639         blocks inside expressions.
1641         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
1642         it somewhat more comprehensible.  The argument AT-BLOCK-START is
1643         no longer used and hence removed.
1645         (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
1646         to `c-add-stmt-syntax'.
1648         * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
1649         `c-beginning-of-statement-1' instead of duplicating parts of it.
1650         This fixes bogus label recognition.
1652         * progmodes/cc-engine.el (c-add-type, c-check-type,
1653         c-forward-name, c-forward-type): Improved storage of template
1654         types in `c-found-types' so that they can be recognized better.
1656         (c-syntactic-content): Added option to skip past nested parens.
1658         * progmodes/cc-engine.el (c-forward-name): Set
1659         `c-last-identifier-range' all the time.  It's less work that way.
1660         Handle that there might not be an identifier to store in
1661         `c-last-identifier-range'.
1663         (c-forward-type): Handle that `c-last-identifier-range' might be
1664         nil from `c-forward-name'.
1666         * progmodes/cc-defs.el: (c-safe-scan-lists,
1667         c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
1669         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
1670         to work even if the form fails.
1672         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
1673         down in a large file in one go.
1675         (c-get-fallback-start-pos): New helper function for
1676         `c-parse-state'.
1678         * progmodes/cc-align.el (c-lineup-assignments): New lineup
1679         function which is like `c-lineup-math' but returns nil instead of
1680         `c-basic-offset' when it doesn't match.
1682         (c-lineup-math): Changed to use `c-lineup-assignments'.
1684 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1686         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
1687         c-beginning-of-statement.  New subfunctions
1688         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
1690 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1692         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
1693         hardcoded char classes whereever possible.  Changed a couple of
1694         places to use skip by syntax instead of skip by char class.
1696         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
1697         Fixed a bug in the regexp that caused extreme backtracking.
1699         * progmodes/cc-langs.el (c-block-comment-starter,
1700         c-block-comment-ender): New language constants to specify in a
1701         single place how block comments look.
1703         (c-comment-start-regexp, c-block-comment-start-regexp,
1704         comment-start, comment-end, comment-start-skip,
1705         c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws,
1706         c-syntactic-ws, c-nonempty-syntactic-ws,
1707         c-single-line-syntactic-ws, c-syntactic-eol): Now built from
1708         `c-line-comment-starter', `c-block-comment-starter' and
1709         `c-block-comment-ender'.
1711         (c-block-comment-regexp, c-unterminated-block-comment-regexp): New
1712         language constants to break up things a bit.
1714         (c-simple-ws): New language constant for simple whitespace.
1716         * progmodes/cc-defs.el (c-concat-separated): New convenience
1717         function.
1719         * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
1720         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
1721         newlines.  Allow and ignore nil elements in the list.
1723 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1725         * progmodes/cc-cmds.el: Comment out a (n almost certainly
1726         superfluous) check, (eq here (point-max)) in
1727         c-beginning-of-statement.
1729         * progmodes/cc-cmds.el: Tidy up the comments in
1730         c-beginning-of-statement and subfunctions.
1732         * progmodes/cc-awk.el: Replace calls to put-text-property to the
1733         more flexible c-put-char-property and c-clear-char-properties.
1734         Add the author's email address.
1736         * progmodes/cc-langs.el: New variable,
1737         c-block-comment-start-regexp.
1739         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
1740         closing "*/" of a block comment.
1742         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
1743         subfunctions) so that it works at BOB and EOB.
1745         * progmodes/cc-cmds.el, cc-vars.el: More updating of
1746         c-beginning-of-statement, including new variable
1747         c-block-comment-start-regexp.
1749 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1751         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
1752         symbols from `*-font-lock-extra-types' so that there's no need to
1753         use `regexp-opt' on those lists.
1755         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
1756         `c-type-modifier-kwds' is empty.
1758         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
1759         there are several strings on the same line.
1761         * progmodes/cc-engine.el (c-literal-limits): Removed the
1762         compatibility function for older emacsen.  `c-literal-limits-fast'
1763         has now taken the place of this function.
1765         * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
1766         with older emacsen: We now require 'pps-extended-state.
1768 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1770         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
1771         which obviates the need to hack sentence-end.  This now handles
1772         escaped newlines in strings correctly.  Correct minor bugs in
1773         c-move-over-sentence and in c-beginning-of-statement.
1775         * progmodes/cc-cmds.el (c-beginning-of-statement (and
1776         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
1777         that movement over macros and code are rigorously separated from
1778         eachother.  Correct a few incidental bugs.
1780         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
1781         Improve its doc-string.  Improve the handling of certain specific
1782         cases.
1784 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1786         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
1787         (c-guess-basic-syntax): Changed the way class-level labels are
1788         recognized; they can now contain essentially any symbols.
1790         (c-opt-extra-label-key): New language variable to cope with the
1791         special protection label syntax in Objective-C.
1793         (c-opt-access-key): Removed; this is now handled better by
1794         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
1796         (c-complex-decl-matchers): Update to handle that
1797         `c-opt-access-key' no longer exists.
1799         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
1800         improved label recognition in `c-beginning-of-statement-1'.
1802         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1803         Recognize bitfields better.
1805         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
1806         Removed some cruft and fixed a bug that could cause it to go to a
1807         position further down.
1809         * progmodes/cc-langs.el, cc-engine.el
1810         (c-beginning-of-statement-1): Improved detection of labels in
1811         declaration contexts.
1813         (c-beginning-of-decl-1): Use it.
1815         (c-nonlabel-token-key): New language constant and variable needed
1816         by `c-beginning-of-statement-1'.
1818         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
1819         manifested itself due to the correction in `c-forward-sexp'.
1821         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
1822         these behave as documented when used at the buffer limits.
1824         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
1825         (c-type-decl-end-used): Made this a language variable.
1827         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
1828         correctly when `combine-after-change-calls' is used together with
1829         temporary narrowings.
1831         * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
1832         labels correctly when the start point is immediately after the
1833         colon.
1835         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
1836         since it isn't used anymore.
1838         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
1839         bracket arglists such as template parens in C++.
1841         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
1842         in the last check-in.  Some optimization.
1844         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
1845         where it could stop at the same level in a preceding sexp when
1846         PAREN-LEVEL is set.
1848         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
1849         text property lookup only when it's needed.
1851         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
1852         Changed the policy for paren marked angle brackets to be more
1853         persistent; once marked they remain marked even when they're found
1854         to be unbalanced in the searched region.  This should keep the
1855         paren syntax around even when individual lines are refontified in
1856         multiline template arglists.
1858         (c-parse-and-markup-<>-arglists): New dynamically bound variable
1859         to control markup so that incorrect angle bracket arglists aren't
1860         marked in contexts where the correct value for
1861         `c-disallow-comma-in-<>-arglists' isn't known.
1863         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
1864         argument has become `c-parse-and-markup-<>-arglists'.
1866         (c-remove-<>-arglist-properties): Removed - no longer used.
1868         (c-after-change-check-<>-operators): New function used on
1869         `after-change-functions' to avoid that "<" and ">" characters that
1870         are part of longer operators have paren syntax.
1872         (c-<>-multichar-token-regexp): New language variable used by
1873         `c-after-change-check-<>-operators'.
1875         (c-after-change): Call `c-after-change-check-<>-operators'.
1877         (c-font-lock-<>-arglists): Use the context properties set by
1878         `c-font-lock-declarations' to set
1879         `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
1880         markup.
1882         (c-font-lock-declarations): Removed code that undoes the invalid
1883         markup done by `c-font-lock-<>-arglists'.
1885         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
1886         after `c-font-lock-declarations'.
1888         * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
1889         paren-level feature.
1891         (c-guess-basic-syntax): Improved the anchor position for
1892         `template-args-cont' in nested template arglists.  There's still
1893         much to be desired in this area, though.
1895 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1897         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
1898         Make the "Text Filling and Line Breaking" commands work for AWK
1899         buffers.
1901 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1903         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
1904         Removed;
1905         (c-major-mode-is 'awk-mode) can be used instead now.
1907         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
1908         it doesn't work no longer are supported.
1910         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el,
1911         cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
1912         requires support for the syntax-table' text property, which rules
1913         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
1914         cruft associated with those versions.
1916         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
1917         for the `syntax-table' text property, which rules out Emacs 19 and
1918         XEmacs < 21.4.  Removed various compatibility cruft associated
1919         with those versions.
1921         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
1922         support for the `syntax-table' text property.
1924         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
1925         variable and use an extra quoted face name instead.  All the
1926         emacsen flavors handle that correctly.
1928         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare,
1929         c-font-lock-declarators, c-font-lock-declarations,
1930         c-complex-decl-matchers, c-basic-matchers-after): Use a text
1931         property to mark the items in in declarator lists to handle
1932         refontification inside multiline declarations better.
1934         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
1935         construct like "a * b = c;" as a declaration.
1937 2005-12-08  Kim F. Storm  <storm@cua.dk>
1939         * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
1940         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
1941         select either meta, hyper, or super modifier for rectangle commands.
1942         (cua--rectangle-modifier-key): New defvar.
1943         (cua--M/H-key): Use it.  Remove special case for 'space.
1944         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
1945         on X, to meta otherwise.  Always bind C-return to toggle
1946         rectangle.  Pass ?\s instead of 'space to cua--M/H-key.
1948         * emulation/cua-rect.el (cua-help-for-rectangle): Use
1949         cua--rectangle-modifier-key.  Handle super modifier too.
1950         (cua--init-rectangles): Always bind C-return to toggle rectangle.
1951         Pass ?\s instead of 'space to cua--M/H-key and cua--rect-M/H-key.
1953         * ido.el: Move Acknowledgements and History after Commentary.
1954         Minor changes to Commentary.
1956         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
1957         keymap if cua--prefix-override-timer equals 'shift.
1958         (cua--shift-control-prefix): New function; emulate "type prefix
1959         key twice" functionality to handle shifted prefix key override.
1960         (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
1961         commands.
1962         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
1964 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
1966         * textmodes/org.el (org-insert-heading): Try to do items before
1967         headings.
1968         (org-agenda-mode): Quote `org-agenda-mode-hook'.
1969         (org-insert-item): New function.
1970         (org-renumber-ordered-list): Don't skip to higher level lists.
1972 2005-12-08  Juri Linkov  <juri@jurta.org>
1974         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
1976         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
1978         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
1980         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
1981         the constructed function name fun-1.
1983         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
1984         because such links don't lead to parent documentation.
1986 2005-12-08  Kenichi Handa  <handa@m17n.org>
1988         * descr-text.el (describe-char): Use *Help-2* buffer if the
1989         current buffer is *Help*.  Call describe-text-properties while
1990         setting the original buffer.
1992 2005-12-07  Bill Wohler  <wohler@newt.com>
1994         * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
1995         and causes problems with non-MH users (such as Gnus users).
1997 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
1999         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
2000         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
2001         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
2002         command "info sources".  Move calls to GDB command "list".
2003         (gdb-find-file-hook): Just use gdb-source-file-list.
2004         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
2005         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
2006         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
2007         (gdb-data-list-register-values-handler): Use correct trigger name.
2009 2005-12-07  Kim F. Storm  <storm@cua.dk>
2011         * ido.el (ido-completion-map): Renamed from ido-mode-map.
2012         (ido-common-completion-map, ido-file-completion-map)
2013         (ido-file-dir-completion-map, ido-buffer-completion-map):
2014         Renamed from ido-mode-....-map.
2015         (ido-init-completion-maps): Renamed from ido-init-mode-maps.
2016         (ido-setup-completion-map): Renamed from ido-define-mode-map.
2017         (ido-read-internal): Bind minibuffer-local-filename-completion-map
2018         to ido-completion-map.
2020 2005-12-07  Kenichi Handa  <handa@m17n.org>
2022         * international/mule-cmds.el
2023         (set-display-table-and-terminal-coding-system): If the coding
2024         system specified in `unibyte-display' property is different from
2025         the arg coding-system, don't setup standard-display-table.
2027 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2029         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
2030         that comments end at \n, regardless of selective-display.
2032 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
2034         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
2035         (gdb-version): New variables.
2036         (gdb-source-file-list, gdb-register-names)
2037         (gdb-changed-registers): New variables for use with GDB 6.4+.
2038         (gdb-ann3): Replace with...
2039         (gdb-init-1, gdb-init-2): ...two new functions.
2040         (gdba, gdb-prompt): Call gdb-init-1.
2041         (gdb-get-version): New function.  Call gdb-init-2 from here.
2042         (gud-watch): Make it work with mouse events too.
2043         (gdb-post-prompt): Don't add to queue until GDB version is known.
2044         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
2045         (gdb-locals-mode): Use gdb-version.
2046         (gdb-memory-format-map, gdb-memory-unit-map)
2047         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
2048         (gdb-locals-font-lock-keywords-1)
2049         (gdb-locals-font-lock-keywords-2): New variables.
2050         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
2051         (gdb-set-gud-minor-mode-existing-buffers-1)
2052         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
2053         (gdb-var-update-1, gdb-var-update-handler-1)
2054         (gdb-data-list-register-values-handler)
2055         (gdb-data-list-register-values-custom)
2056         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
2057         (gdb-stack-list-locals-handler, gdb-get-register-names):
2058         New functions for use with GDB 6.4+.
2059         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
2060         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
2061         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
2062         (gdb-stack-list-locals-regexp)
2063         (gdb-data-list-register-names-regexp): New regexps for use with
2064         GDB 6.4+.
2066 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2068         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
2070 2005-12-06  Nozomu Ando <nand@mac.com>  (tiny patch)
2072         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
2073         prompts work for AUTH PLAIN.  Also reported by Steve Allan
2074         <seallan@verizon.net>.
2076 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
2078         * frame.el (set-frame-parameter): Add doc string.
2080 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
2082         * textmodes/org.el (org-occur-highlights): New variable.
2083         (org-highlight-new-match, org-remove-occur-highlights): New functions.
2084         (org-highlight-sparse-tree-matches): New option.
2085         (org-do-occur): New function.
2086         (org-get-heading): Make it work also at beginning of line.
2087         (org-category-table): New variable.
2088         (org-get-category-table, org-get-category)
2089         (org-camel-to-words, org-link-search): New functions.
2090         (org-select-this-todo-keyword): New variable.
2091         (org-todo-list): New command.
2092         (org-shiftright, org-shiftleft): New commands.
2093         (org-agenda-todo): Add prefix argument.
2094         (org-show-hierarchy-above): New option.
2095         (org-show-todo-tree): Numerical prefix creates tree for specific
2096         TODO keyword.
2097         (org-outline-level): New function, to assign a level to plain
2098         lists items.
2099         (org-cycle-include-plain-lists): New option.
2100         (org-mode): Use `org-outline-level' as value of `outline-level'.
2101         (org-cycle): Temporarily switch `outline-regexp' if
2102         `org-cycle-include-plain-lists' is non-nil.
2103         (org-start-icalendar-file): Fix format bug.
2104         (org-agenda-get-day-entries): Create category table.
2105         (org-agenda-get-todos, org-agenda-get-timestamps)
2106         (org-agenda-get-deadlines, org-agenda-get-scheduled)
2107         (org-agenda-get-blocks): Use `org-get-category'.
2108         (org-context-in-file-links): Rename from
2109         `org-line-numbers-in-file-links' .
2111 2005-12-06  Romain Francoise  <romain@orebokech.com>
2113         * window.el (balance-windows): Delete extraneous third arg in call
2114         to `enlarge-window'.
2116 2005-12-06  Kenichi Handa  <handa@m17n.org>
2118         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
2120 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
2122         * progmodes/gdb-ui.el (gdb-var-create-handler)
2123         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
2124         (gdb-var-list-children-handler, gdb-var-update-handler):
2125         Current buffer is already gdb-partial-output-buffer, don't
2126         make it current again.
2128 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
2130         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
2131         (list-buffers-noselect): Use it.
2133 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2135         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
2136         (mail-yank-ignored-headers): Use regexp-opt.
2137         (mail-mode-map): Move initialization into declaration.
2138         (mail-sent-via): Remove unused shadowed var `to-line'.
2139         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
2140         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
2141         (mail-do-fcc): Use dolist and push.
2142         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
2143         (mail-yank-ignored-headers): Don't autoload.
2145 2005-12-05  Kenichi Handa  <handa@m17n.org>
2147         * international/mule-cmds.el (set-language-info-internal): New fun.
2148         (set-language-info): Call set-language-info-internal to update
2149         language-info-alist.  If LANG-ENV is the current one, call
2150         set-language-environment to make INFO effective now.
2151         (set-language-info-alist): Likewise.
2152         (locale-language-names): With locale "en", use English
2153         lang. env. but set the default codings to iso-8859-1.
2155 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
2157         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
2158         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
2159         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
2160         for plain strings.
2161         (gdb-frames-mode): Remove redundant call to font-lock-mode.
2162         (gdb-all-registers): Rename from toggle-gdb-all-registers.
2163         Create registers buffer if necessary.  Echo new state in minibuffer.
2164         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
2166 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
2168         * info.el (Info-fontify-node): Match external links using
2169         non-directory part of filename.
2171 2005-12-04  Juri Linkov  <juri@jurta.org>
2173         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
2174         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
2175         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
2176         because there is no customization option for it.
2178         * font-lock.el (lisp-font-lock-keywords-1):
2179         Add define-global-minor-mode.
2181         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
2183         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
2184         properties on the constructed variable names.
2186         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2187         Put `definition-name' properties on the constructed function names
2188         next-sym and prev-sym.
2190         * emacs-lisp/find-func.el (find-function-regexp):
2191         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
2192         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
2193         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
2194         and easy-menu-define.
2196         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
2197         easy-mmode-define-global-mode and define-global-minor-mode.
2198         (lisp-imenu-generic-expression): Add define-global-minor-mode.
2200         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
2201         instead of easy-mmode-define-global-mode.
2203         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
2204         Use define-minor-mode instead of easy-mmode-define-minor-mode.
2206         * cus-edit.el (customize-group, customize-group-other-window):
2207         Filter out autoloaded options from the group completion list by
2208         using heuristics that autoloaded groups don't have `custom-autoload'
2209         property on their symbols (they have only `custom-loads').
2211         * simple.el (completion-setup-function): Put completions-common-part
2212         face on complete completion string too (i.e. completion string
2213         without completions-first-difference face).
2215         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
2217 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
2219         * view.el (view-mode): Doc fix.
2221         * disp-table.el (standard-display-european): Add to the warning
2222         message a reference to the doc string.
2224         * play/yow.el (apropos-zippy): Call print-help-return-message,
2225         similar to other Help and Apropos commands.
2227         * help.el (print-help-return-message): If pop-up-frames is
2228         non-nil, set up help-return-method to delete the help window and,
2229         possibly, its frame as well, and don't display message about
2230         scrolling the help window.  Doc fix.
2231         (help-return-method): Doc fix.
2233 2005-12-03  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2235         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
2236         whereby names of length one or names starting with a
2237         symbol-constituent character would not be returned.
2239 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2241         * subr.el (atomic-change-group): Add edebug and indentation spec.
2243 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2245         * completion.el (save-completions-file-name): Fix typo in last change.
2247 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2249         * info.el: Move back/forward history to the beginning of the tool bar.
2251 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
2253         * allout.el:(eval-when-compile): Remove unnecessary load of 'cl.
2254         Add fset of allout-real-isearch-abort during compile to fix
2255         byte-compilation warnings.
2256         (allout-mode-p): Move definition of this macro above all uses, or
2257         byte compilation in barren emacs (eg, during emacs build) will
2258         lack the definition.
2259         (allout-mode): Move this variable above any uses, or byte
2260         compilation will fail.
2261         (allout-resolve-xref): Remove use of personal file-reference function.
2262         (allout-toggle-current-subtree-encryption): Do the current (ie,
2263         visible containing) topic, rather than nearest around point.  Doc fix.
2264         (allout-toggle-subtree-encryption): New function, workhorse that
2265         works on nearest topic containing point.
2266         (allout-encrypt-string): Signal requirement for newer version of pgg.
2267         (allout-resumptions): Doc fix.
2269 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
2271         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
2273 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
2275         * textmodes/flyspell.el (flyspell-external-point-words):
2276         Consider a misspelling as found in the string search if: (a) misspelling
2277         and found string lengths match, or (b) misspelling is found as
2278         element in a boundary-chars separated longer string, or (c)
2279         ispell-program-name is really ispell and misspelling is found as
2280         part of a TeX string.  After successful match move beginning of
2281         search region to end of match.  Warn about not found misspellings
2282         once the process is done.
2283         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
2285 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
2287         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
2288         tool bar (removed inadvertently).
2290 2005-12-02  Juri Linkov  <juri@jurta.org>
2292         * log-view.el (log-view-diff): Clarify doc string.
2294 2005-12-01  Bill Wohler  <wohler@newt.com>
2296         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
2297         triggers lm-verify errors.
2299 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
2301         * simple.el (transient-mark-mode, line-number-mode)
2302         (column-number-mode, size-indication-mode): Remove `:require nil'.
2304 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
2306         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
2307         in the margin also.
2308         (gdb-breakpoints-mode-map): Use D instead of d for
2309         gdb-delete-breakpoint.
2310         (gdb-get-frame-number): Require a number to match on.
2311         (gdb-threads-mode-map): Add follow-link binding.
2313 2005-11-30  Jason Rumney  <jasonr@gnu.org>
2315         * isearch.el (isearch-mode-map): Avoid exiting search on
2316         language-change event.
2318 2005-11-30  Romain Francoise  <romain@orebokech.com>
2320         * speedbar.el (speedbar-default-position): New defcustom.
2321         (speedbar-frame-reposition-smartly): Use it.
2323         * dframe.el (dframe-reposition-frame-emacs): Fix position
2324         computation for `left' location.
2325         Update copyright year.
2327 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2329         * help.el (help-map): Move initialization into declaration.
2331         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
2333         * help-fns.el (help-argument-name): Don't autoload.
2334         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
2335         to be re-loaded when customizing the `help' group.
2337 2005-11-30  John Paul Wallington  <jpw@gnu.org>
2339         * help-fns.el (describe-function-1): Fill arglist output.
2341 2005-11-30  Kim F. Storm  <storm@cua.dk>
2343         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
2344         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
2345         after revert-buffer (or anything else which kills all local variables).
2347         * apropos.el (apropos-parse-pattern): Doc fix.
2348         Set apropos-regexp directly, rather than expecting callers to do so.
2349         (apropos-command, apropos, apropos-value, apropos-documentation):
2350         Simplify calls to apropos-parse-pattern.
2352 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
2354         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
2355         (hi-lock-face-phrase-buffer): Use hi-yellow face.
2356         (hi-lock-write-interactive-patterns): Use comment-region.
2358         * longlines.el (longlines-mode): Add mail-setup-hook.
2360         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
2362         * simple.el (sendmail-user-agent-compose, next-line):
2363         Conditionally use hard-newline.
2365 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2367         * international/latexenc.el (latex-inputenc-coding-alist):
2368         Reword doc string.
2370 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
2372         * help.el (describe-key-briefly, describe-key): Recognize default
2373         bindings.
2375 2005-11-29  Romain Francoise  <romain@orebokech.com>
2377         * view.el (view-inhibit-help-message): New defcustom.
2378         (view-mode-enter): Use it.
2380 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
2382         * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
2383         Preserve user position.
2385 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
2387         * font-lock.el: Throw error if facemenu is not loaded to prevent
2388         accidental change of loading order in loadup.el.  (Suggested by RMS.)
2390         * loadup.el: Add comment explaining why facemenu must be loaded
2391         before font-lock.
2393 2005-11-28  Jay Belanger  <belanger@truman.edu>
2395         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
2396         (calc-dispatch-map): Add more keys for `calc-same-interface'.
2398         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
2400         * calc/calc-embed.el (calc-do-embedded): Update help message.
2402         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
2404 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2406         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
2408         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
2409         called-interactively-p.
2410         (elp-profilable-p): Rename from elp-not-profilable-p.
2411         Invert result and take into account macros and autoloaded functions.
2412         (elp-instrument-function): Update call.
2413         (elp-instrument-package): Update call.  Add completion.
2414         (elp-pack-number): Use match-string.
2415         (elp-results-jump-to-definition-by-mouse): Merge into
2416         elp-results-jump-to-definition and then remove.
2417         (elp-output-insert-symname): Make help echo text single-line.
2419         * replace.el (query-replace-map): Move initialization into declaration.
2420         (occur-engine): Use with-current-buffer.
2421         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
2422         (occur-mode-mouse-goto): Replace with an alias.
2424 2005-11-28  Juri Linkov  <juri@jurta.org>
2426         * simple.el (quoted-insert): Let-bind input-method-function to nil.
2428         * term/w32-win.el: Bind [S-tab] to [backtab].
2430         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
2431         `Info-find-file' to t.
2433         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
2434         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
2435         and same-window-regexps.
2436         (occur-next-error): Don't move point for arg 0.
2438 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
2440         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
2442 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2444         * log-edit.el (log-edit-changelog-use-first): New var.
2445         (log-edit-changelog-ours-p): Use it.
2446         (log-edit-insert-changelog): Set it with new arg `use-first'.
2447         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
2448         (log-edit-hook): Add them to the list of suggested options.
2450         * textmodes/flyspell.el (flyspell-last-buffer): New var.
2451         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
2452         redundant work.
2453         (flyspell-mode-on): Use add-hook for after-change-functions.
2454         (flyspell-mode-off): Use remove-hook for after-change-functions.
2455         (flyspell-changes): Make it buffer-local.
2456         (flyspell-after-change-function): Make it non-interactive.  Use push.
2457         (flyspell-post-command-hook): Check input-pending-p while processing
2458         the potentially long list of buffer changes.
2460 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
2462         * buff-menu.el (list-buffers-noselect): Display the selected
2463         frame's buffer list, not the global one.
2465 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
2467         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
2468         that (list last-input-event) works as in interactive spec.
2470 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
2472         * loadup.el ("facemenu"): Load facemenu before font-lock, because
2473         `facemenu-keymap' needs to be defined when font-lock is loaded.
2474         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
2476 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2478         * completion.el: Remove useless leading * in defcustom docstrings.
2479         (save-completions-file-name): Use ~/.emacs.d if available.
2480         (completion-standard-syntax-table): Rename from
2481         cmpl-standard-syntax-table and fold initialization into declaration,
2482         thus removing cmpl-make-standard-completion-syntax-table.
2483         (completion-lisp-syntax-table, completion-c-syntax-table)
2484         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
2485         (cmpl-saved-syntax, cmpl-saved-point): Remove.
2486         (symbol-under-point, symbol-before-point)
2487         (symbol-under-or-before-point, symbol-before-point-for-complete)
2488         (add-completions-from-c-buffer): Use with-syntax-table.
2489         (make-completion): Don't return a list of completion entries.
2490         Update callers.
2491         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
2492         (completion-initialize): Rename from initialize-completions.
2493         (completion-find-file-hook): Rename from cmpl-find-file-hook.
2494         (kill-emacs-save-completions): Collect stats here.
2495         (save-completions-to-file, load-completions-from-file):
2496         Use with-current-buffer.
2497         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
2498         into a function.  Move all calls to toplevel.
2499         (completion-lisp-mode-hook): New fun.
2500         (completion-c-mode-hook, completion-setup-fortran-mode):
2501         Set the syntax-table here.  Use local-set-key.
2502         (completion-saved-bindings): New var.
2503         (dynamic-completion-mode): Make it into a proper minor mode.
2504         (load-completions-from-file): Remove unused var `num-uses'.
2506         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
2507         constructor if it is explicitly overridden.
2509         * complete.el (PC-completion-as-file-name-predicate):
2510         Use minibuffer-completing-file-name.
2511         (partial-completion-mode): Use find-file-not-found-functions.
2512         (PC-lisp-complete-symbol): Use with-syntax-table.
2513         (PC-look-for-include-file): Remove dead setq.
2514         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
2515         (PC-complete): Use with-current-buffer.
2517         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
2518         escape single quotes.
2520 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
2522         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
2523         of `if' whose condition always returned nil.  Doc fix.
2525         * buff-menu.el (Buffer-menu-revert-function): Make the selected
2526         window's buffer the current buffer around the call to
2527         `list-buffers-noselect'.  This is necessary to mark that buffer
2528         with a `.' in the Buffer Menu when called from Lisp, for instance
2529         by Auto Revert Mode.
2531 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
2533         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
2534         attaching to it.
2535         (gdb-pre-prompt): Make sure gdb-error is reset.
2537         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
2538         with a child process, detect it.
2539         (gud-speedbar-buttons): Match regexp more carefully.
2541 2005-11-27  Richard M. Stallman  <rms@gnu.org>
2543         * mouse.el (mouse-drag-move-window-bottom):
2544         Use adjust-window-trailing-edge.
2546 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
2548         * simple.el (blink-matching-open): Ignore
2549         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
2550         (blink-matching-paren-on-screen): Update docstring.
2552         * paren.el (show-paren-mode): No longer change
2553         `blink-matching-paren-on-screen'.
2555 2005-11-27  John Paul Wallington  <jpw@pobox.com>
2557         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
2558         (gdb-threads-select, gdb-edit-register-value):
2559         Use `posn-set-point' instead of `mouse-set-point' because the
2560         latter is not fbound when configured without X.
2562 2005-11-27  Kim F. Storm  <storm@cua.dk>
2564         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
2565         existing face when partially highlighting a TAB in a rectangle.
2567 2005-11-26  Kim F. Storm  <storm@cua.dk>
2569         * ido.el (ido-mode-map): Doc fix.
2570         (ido-mode-common-map, ido-mode-file-map)
2571         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
2572         (ido-define-mode-map): Rewrite.  Select one of the new maps as
2573         parent for ido-mode-map instead of building from scratch.
2574         (ido-init-mode-maps): New defun to initialize new maps.
2575         (ido-mode): Call it.
2576         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
2577         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
2579 2005-11-26  John Paul Wallington  <jpw@pobox.com>
2581         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
2582         `mouse-set-point' because the latter is not fbound when configured
2583         without X.
2585 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
2587         * files.el (file-relative-name): Doc fix.
2589 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
2591         * progmodes/octave-inf.el (inferior-octave-startup): Force a
2592         non-empty string for secondary prompt PS2.
2594 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
2596         * progmodes/compile.el (compilation-setup): Fix last change.
2598 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
2600         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
2601         (gdb-mouse-toggle-breakpoint-margin)
2602         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
2603         Add gdb-server-prefix to keep out of command history.
2604         (gdb-edit-register-value): New function.
2605         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
2606         (gdb-info-registers-custom): Use above map.
2608 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
2610         * custom.el (enable-theme): Signal error if argument is not a
2611         theme.  Don't recalculate a face if it's not loaded yet.
2613         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
2614         the `user' theme is in effect.
2616         * info.el (Info-on-current-buffer): Record actual filename in
2617         Info-current-file, instead of t, or a fake filename if a non-file
2618         buffer.  Make autoload.
2619         (Info-find-node, Info-revert-find-node): No need to check for
2620         Info-current-file nil.
2621         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
2622         Info-current-file is now never `t'.
2623         (Info-fontify-node): Many simplifications due to Info-current-file
2624         always being valid.  Use Info-find-file to find node filename.
2626 2005-11-25  David Kastrup  <dak@gnu.org>
2628         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
2629         new character, then delete" in order to preserve markers.
2631 2005-11-25  David Ponce  <david@dponce.com>
2633         * recentf.el (recentf-arrange-by-rule): Handle a special
2634         `auto-mode-alist'-like "strip suffix" rule.
2635         (recentf-build-mode-rules): Handle second level auto-mode entries.
2637 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
2639         * viper-keym.el (viper-ESC-key): Use different values in terminal and
2640         window modes.
2642         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
2643         jde-javadoc-checker-report-mode.
2645         * ediff-wind (ediff-make-wide-display): Slight simplification.
2647         * ediff.el (ediff-date): Change the date of last update.
2649 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
2651         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
2652         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
2653         (hi-lock-mode): New global minor mode.
2654         (turn-on-hi-lock-if-enabled): New function.
2655         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
2656         Change arguments to regexp and face instead of a font-lock pattern.
2657         Directly set face property, instead of refontifying.
2658         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
2659         (hi-lock-find-patterns): Use line-number-at-pos.
2661         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
2662         arguments for hi-lock-set-pattern.
2663         (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
2664         font-lock-fontify-buffer.
2665         (hi-lock-find-file-hook, hi-lock-current-line)
2666         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
2668         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
2669         turned off.
2671         * progmodes/compile.el (compilation-setup): Don't fiddle with
2672         font-lock-defaults.
2674 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
2676         * progmodes/gdb-ui.el (gdb-var-create-handler)
2677         (gdb-var-list-children-handler): Find values for all variable
2678         objects.  gud-speedbar-buttons decides whether to display them.
2680 2005-11-24  Romain Francoise  <romain@orebokech.com>
2682         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
2683         buffer name with a space.
2685 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
2687         * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
2688         `org-export-local-list-max-depth'.  Change default value to 3.
2689         (org-auto-renumber-ordered-lists)
2690         (org-plain-list-ordered-item-terminator): New options.
2691         (org-at-item-p, org-beginning-of-item, org-end-of-item)
2692         (org-get-indentation, org-get-string-indentation)
2693         (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
2694         functions.
2695         (org-move-item-down, org-move-item-up): New commands.
2696         (org-export-as-html): New classes for CSS support.  Bug fix in
2697         regular expression detecting fixed-width regions.  Respect
2698         `org-local-list-ordered-item-terminator'.
2699         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
2700         also a list item.
2701         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
2702         New item moving functions.
2704 2005-11-24  Juri Linkov  <juri@jurta.org>
2706         * isearch.el (isearch-repeat): With empty search ring set
2707         `isearch-error' to the error string instead of signaling error
2708         with the function `error'.
2710 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2712         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
2714 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
2716         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
2717         and variable.
2718         (gdb-var-create-handler, gdb-var-list-children-handler):
2719         Don't match on "char **...".
2720         (gdb-var-update-handler): Find values for all variable objects.
2721         (gdb-info-frames-custom): Identify frames by leading "#".
2723         * progmodes/gud.el (gud-speedbar-menu-items): Add
2724         gdb-speedbar-auto-raise as radio button.
2725         (gud-speedbar-buttons): Raise speedbar if requested.
2726         Don't match on "char **...".
2727         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
2728         Make it editable.
2730 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
2732         * info.el (Info-fontify-node): Handle the case where
2733         Info-current-file is t.
2735 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2737         * simple.el (blink-matching-open): Fix off-by-one in last change.
2739 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2741         * term/mac-win.el: Don't change default directory.
2743 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
2745         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
2746         buffers correctly.  (It used to throw an error in such buffers.)
2747         Make it ask for confirmation in group buffers and other Custom
2748         buffers containing more than one customization item.
2750 2005-11-22  John Paul Wallington  <jpw@gnu.org>
2752         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
2753         property on mail and url overlays.
2754         (goto-address-at-point): Use `posn-set-point' instead of
2755         `mouse-set-point' because the latter is not fbound when configured
2756         without X.
2758 2005-11-22  Lars Hansen  <larsh@soem.dk>
2760         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
2761         (ls-lisp-classify, ls-lisp-format): Delete call to
2762         ls-lisp-parse-symlink.
2763         (ls-lisp-handle-switches): Handle symlinks to directories as
2764         directories when ls-lisp-dirs-first in non-nil.
2766 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
2768         * startup.el (command-line): Make sure that loaddefs.el is handled
2769         correctly in load-history.
2771 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
2773         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
2774         (gdb-struct-string, gdb-array-string): New constants.
2775         (gdb-info-locals-handler): Use them.
2776         (gdb-reset): Reset gdb-var-list to nil.
2778 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2780         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
2781         in patterns.
2783 2005-11-21  Juri Linkov  <juri@jurta.org>
2785         * custom.el (defcustom): Update link types in docstring.
2787 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2789         * custom.el (defgroup): Add doc-string-elt info.
2791         * widget.el (define-widget): Don't use declare for the doc-string-elt.
2793 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2795         * newcomment.el (comment-enter-backward): Fix last fix.
2797         * simple.el (blink-matching-open):
2798         * paren.el (show-paren-function): Allow new paren-class info.
2800 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
2802         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
2803         handled automagically.
2805 2005-11-20  Andreas Schwab  <schwab@suse.de>
2807         * descr-text.el (describe-char): When copying overlays put them
2808         over the full char description instead of just the first character
2809         of it.
2811 2005-11-20  Juri Linkov  <juri@jurta.org>
2813         * simple.el (what-cursor-position):
2814         * descr-text.el (describe-char): Use Lisp-readable syntax
2815         for octal and hex.  Reorder decimal, octal and hex values.
2816         Remove excess whitespace in the output.  Use `=' in `column='
2817         like in `point=' and `Hscroll='.
2819         * international/mule-cmds.el (encoded-string-description):
2820         Use Lisp-readable syntax for hex.
2822 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2824         * newcomment.el (comment-enter-backward): Handle the case where the
2825         comment is closed by EOB.
2827 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
2829         * longlines.el (longlines-before-revert-hook)
2830         (longlines-after-revert-hook): New functions.
2831         (longlines-mode): Turn off longlines temporarily when reverting.
2832         Add a message-setup-hook.
2833         (longlines-decode-buffer): New function.
2834         (longlines-wrap-line): Preserve marker positions.
2836 2005-11-19  Andreas Schwab  <schwab@suse.de>
2838         * emacs-lisp/shadow.el: Handle compressed files.
2840 2005-11-19  Romain Francoise  <romain@orebokech.com>
2842         * net/browse-url.el (browse-url-default-browser): Signal an error
2843         if no usable browser can be found, rather than try to load w3.
2845 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
2847         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
2848         replacing existing properties.
2849         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
2850         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
2851         tty specs.
2852         (rcirc-server-prefix, rcirc-server): New faces.
2853         (rcirc-url-regexp): Generate with rx macro.
2854         (rcirc-last-server-message-time): New variable.
2855         (rcirc-filter): Record time of last message.
2856         (rcirc-keepalive): Kill processes that did not send a message
2857         since the last ping.
2858         (rcirc-mode): Give rcirc-topic a local binding here.
2860 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
2862         * subr.el (read-passwd): Fontify the prompt as we do with other
2863         prompts.
2865 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
2867         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
2868         binding buffer-read-only to nil.
2870 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
2872         * complete.el (partial-completion-mode):
2873         Mention completion-auto-help in the doc string.
2875         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
2876         more Lisp-ish way.
2878 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se> (tiny change)
2880         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
2881         digits, not 8, to avoid misalignment for files larger than 100MB.
2883 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
2885         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
2886         Mention "keyboard shortcuts" in the help text.
2888 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2890         * startup.el (fancy-splash-default-action): Discard only
2891         mouse-down and succeeding mouse-up events in the splash screen
2892         window so that drag-n-drop event can be processed.
2894 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
2896         * longlines.el (longlines-mode): Add hacks for mail-mode and
2897         message-mode.
2899 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
2901         * textmodes/org.el (org-table-sort-lines): New command.
2902         (org-tbl-menu): Add entry for `org-table-sort-lines'.
2903         (org-add-file): Command removed, use `org-agenda-file-to-front'
2904         instead.
2905         (org-export-icalendar): Use `org-icalendar-combined-name'.
2906         (org-cycle-agenda-files, org-agenda-file-to-end)
2907         (org-agenda-file-to-front): New commands.
2908         (org-table-tab-jumps-over-hlines,org-export-html-style): New
2909         options.
2910         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
2911         (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
2912         New functions.
2913         (org-fill-paragraph): Call `org-table-align' in tables.
2914         (org-mode): Call `org-set-autofill-regexps'.
2915         (org-export-as-html): Support for local handformatted lists.
2916         Modified to produce valid HTML 4.0. Use `org-export-html-style'.
2917         (org-export-local-list-max-depth): New option.
2918         (org-html-expand): Use `org-html-protect'.
2920 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
2922         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
2923         to "p".
2924         (gdb): Move definition of gud-pp to...
2926         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
2927         speedbar.
2928         (gdb-find-watch-expression): New function.
2930 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
2932         * faces.el (face-attribute, set-face-attribute): Mention existence
2933         of `:ignore-defface' setting in docstring.
2935 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2937         * simple.el (completion-setup-function): Fix last change.
2939 2005-11-17  John Paul Wallington  <jpw@pobox.com>
2941         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
2942         Use `posn-set-point' instead of `mouse-set-point' because the
2943         latter is not fbound when configured without X.
2945         * comint.el (comint-insert-input): Likewise.
2947 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
2949         * simple.el (hard-newline): New variable.
2950         (sendmail-user-agent-compose, next-line): Use it.
2952         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
2953         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
2954         (mail-mail-reply-to, mail-mail-followup-to)
2955         (mail-position-on-field, mail-signature, mail-yank-original)
2956         (mail-attach-file): Likewise.
2958         * mail/mailheader.el (mail-header-format)
2959         (mail-header-format-function): Likewise.
2961         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
2963 2005-11-17  Juri Linkov  <juri@jurta.org>
2965         * font-lock.el (font-lock-faces): Rename this defgroup from
2966         `font-lock-highlighting-faces'.
2967         (font-lock-comment-face, font-lock-comment-delimiter-face)
2968         (font-lock-string-face, font-lock-doc-face)
2969         (font-lock-keyword-face, font-lock-builtin-face)
2970         (font-lock-function-name-face, font-lock-variable-name-face)
2971         (font-lock-type-face, font-lock-constant-face)
2972         (font-lock-warning-face, font-lock-negation-char-face)
2973         (font-lock-preprocessor-face)
2974         (font-lock-regexp-grouping-backslash)
2975         (font-lock-regexp-grouping-construct): Rename :group from
2976         `font-lock-highlighting-faces' to `font-lock-faces'.
2978         * cus-edit.el (lisp, c, tex):
2979         * progmodes/ada-mode.el (ada):
2980         * progmodes/asm-mode.el (asm):
2981         * progmodes/cperl-mode.el (cperl-faces):
2982         * progmodes/cpp.el (cpp):
2983         * progmodes/dcl-mode.el (dcl):
2984         * progmodes/f90.el (f90):
2985         * progmodes/fortran.el (fortran):
2986         * progmodes/icon.el (icon):
2987         * progmodes/idlwave.el (idlwave-misc):
2988         * progmodes/m4-mode.el (m4):
2989         * progmodes/make-mode.el (makefile):
2990         * progmodes/meta-mode.el (meta-font):
2991         * progmodes/modula2.el (modula2):
2992         * progmodes/octave-mod.el (octave):
2993         * progmodes/pascal.el (pascal):
2994         * progmodes/perl-mode.el (perl):
2995         * progmodes/prolog.el (prolog):
2996         * progmodes/ps-mode.el (PostScript-edit):
2997         * progmodes/scheme.el (scheme):
2998         * progmodes/sh-script.el (sh-script):
2999         * progmodes/simula.el (simula):
3000         * progmodes/tcl.el (tcl):
3001         * textmodes/nroff-mode.el (nroff):
3002         * textmodes/reftex-vars.el (reftex-fontification-configurations):
3003         * textmodes/sgml-mode.el (sgml):
3004         * textmodes/texinfo.el (texinfo):
3005         Add :link (custom-group-link font-lock-faces) to defgroup.
3007         * hi-lock.el (hi-lock): Rename this defgroup from
3008         `hi-lock-interactive-text-highlighting'.  Change parent group from
3009         `faces' to `font-lock'.  Add link to the manual.
3010         (hi-lock-mode, hi-lock-file-patterns-range)
3011         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
3012         `hi-lock-interactive-text-highlighting' to `hi-lock'.
3013         (hi-lock-faces): Add :group `faces'.
3015         * cus-edit.el (custom-variable-prompt): Clarify the code.
3017         * faces.el (face-read-string): Set the default value arg of
3018         completing-read.
3020 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
3022         * rfn-eshadow.el (file-name-shadow-properties)
3023         (file-name-shadow-tty-properties, file-name-shadow-mode):
3024         Remove autoloads, because the file is now preloaded.
3026 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3028         * printing.el (easy-menu-intern): Don't define.
3029         (pr-get-symbol): Use easy-menu-intern only if defined.
3031         * simple.el (blink-matching-open): Simplify a bit.
3032         (completion-setup-function): Fix the case of partial-completion-mode
3033         when the minibuffer's contents start with "-".
3034         Obey completion-base-size-function even when
3035         minibuffer-completing-file-name is non-nil.
3037 2005-11-16  Richard M. Stallman  <rms@gnu.org>
3039         * net/eudcb-ph.el (eudc-ph-open-session):
3040         Use set-process-query-on-exit-flag.
3042         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
3044         * international/ucs-tables.el (ucs-set-table-for-input):
3045         Use make-local-variable, not make-variable-buffer-local.
3047         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3048         Improve warning message text.
3050         * savehist.el (savehist-save-hook): Add :group.
3052         * menu-bar.el (menu-bar-help-menu):
3053         Rename Find Extra Packages to External Packages.
3055         * cus-edit.el (Custom-reset-standard): Verify that
3056         :custom-standard-value prop exists before calling it.
3058         * apropos.el (apropos-calc-scores): Use apropos-pattern.
3060 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3062         * wid-edit.el (color): Enclose %t in %{...%}.
3064         * cus-edit.el (face): Enclose %t in %{...%}.
3066 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
3068         * savehist.el (savehist-mode-hook): Re-add the var.
3069         (savehist-mode): Use it.
3071 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3073         * textmodes/flyspell.el: Fix commenting convention.
3074         Remove unnecessary leading * in custom docstrings.
3075         (flyspell-emacs): Remove unused var.
3076         (flyspell-delete-region-overlays): Use remove-overlays.
3077         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
3078         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
3079         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
3080         (flyspell-debug-signal-word-checked): Use with-current-buffer.
3081         (make-flyspell-overlay): Don't locally reuse a global name.
3082         (flyspell-highlight-incorrect-region)
3083         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
3084         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
3085         (flyspell-notify-misspell): Remove unused args `start' and `end'.
3086         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
3087         Wrap calls to accept-process-output inside with-local-quit since it's
3088         often called from a post-command-hook.
3089         (flyspell-correct-word, flyspell-auto-correct-word):
3090         Use ispell-send-string.
3091         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
3093         * calendar/diary-lib.el (diary-list-entries): Also hide the
3094         terminating newline.
3096 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
3098         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
3099         window-system, to allow fonts on tty.
3101 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
3103         * progmodes/gud.el (gud-speedbar-item-info): New function.
3104         (gud-install-speedbar-variables): Use it to display data type
3105         of watch expression as a tooltip in speedbar.
3107 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
3109         * font-core.el (global-font-lock-mode): Add :version keyword,
3110         because default was changed.
3112         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
3114         * startup.el (command-line): Use `custom-reevaluate-setting' for
3115         `file-name-shadow-mode'.
3117         * loadup.el: Preload rfn-eshadow.
3119         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
3120         Add :version keyword.
3121         (file-name-shadow-properties, file-name-shadow-tty-properties)
3122         (file-name-shadow): Add :version keyword.
3124         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
3125         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
3126         in the custom-group property of the symbol frames and the fringe
3127         group got no link to its parent group frames.
3128         Doc fix.
3130 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3132         * progmodes/gud.el (gud-stop-subjob): New function.
3133         (gud-menu-map, gud-tool-bar-map): Use it.
3135 2005-11-16  Kim F. Storm  <storm@cua.dk>
3137         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
3138         than kill it.
3139         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
3140         to a more useful/logical place.
3142 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3144         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
3145         go buttons complementary.
3147 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3149         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
3150         (rfn-eshadow-sifn-equal): New function.
3151         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
3153 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
3155         * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
3156         string.
3158         * viper.el (viper-emacs-state-mode-list): Ensure that
3159         rcirc-mode buffers come up in Emacs state.
3161         * ediff-util (ediff-make-temp-file): Use proper file-name-handler
3162         operation.
3164 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
3166         * term.el (term-termcap-format): Fix typos.
3167         (term-down): Fix the negative argument case.
3169 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3171         * progmodes/gdb-ui.el: Remove face-alias left over from change on
3172         2005-08-15.
3173         (gdb-ann3): New command gud-go.
3174         (menu): Accomodate gdb-mi.el.
3175         (gdb-assembler-custom): Make buffer of selected window current
3176         so that set-window-point works.
3178         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
3179         buttons and include new ones.
3181 2005-11-16  Kim F. Storm  <storm@cua.dk>
3183         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
3184         (gud-menu-map): Use it.
3186 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
3188         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
3189         that works correctly for Custom and that does not override a user
3190         who disables it.
3192         * help-mode.el (help-make-xrefs, help-xref-on-pp)
3193         (help-xref-interned, help-follow): Make hyperlinks for variables
3194         that are unbound, but have a non-nil variable-documentation property.
3196         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
3197         mode hook.  (It conflicted with defcustoms for some mode hooks.)
3198         Use the `variable-documentation' property to give the mode hook a
3199         docstring and expand that docstring.
3201 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
3203         * savehist.el (savehist-mode): Don't bother with
3204         `custom-set-minor-mode'.
3205         (savehist-coding-system): Check XEmacs version.
3206         (history-length): Declare also at run time.
3207         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
3208         Don't set the customize state.
3209         (savehist-minibuffer-hook): Special case for when
3210         minibuffer-history-variable is equal to t.
3212 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3214         * files.el (write-file): Refresh VC status.
3216         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
3217         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
3218         than fundamental-mode to see if the mode was set.
3220 2005-11-14  Romain Francoise  <romain@orebokech.com>
3222         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
3223         dummy function in `eval-when-compile' to avoid compiler warning.
3224         Require `man' at compile time.
3226 2005-11-14  Jay Belanger  <belanger@truman.edu>
3228         * calc-alg.el (calcFunc-write-out-power): Rename it to
3229         calcFunc-powerexpand.
3230         (math-write-out-power): Rename it to math-powerexpand; have it
3231         handle negative exponents.
3232         (calc-writeoutpower): Rename it to calc-powerexpand.
3234         * calc-ext.el: Change calcFunc-writeoutpower and
3235         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
3236         autoloads.
3237         Add calcFunc-ldiv to autoloads.
3239         * calc-arith.el (calcFunc-ldiv): New function.
3241         * calc.el (calc-left-divide): New function.
3243 2005-11-14  Juri Linkov  <juri@jurta.org>
3245         * cus-edit.el (custom-variable-prompt): Set the default value arg
3246         of completing-read.
3248         * cus-dep.el (custom-make-dependencies): Reverse the list of
3249         found dependencies.
3251 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
3253         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
3254         Highlighting" entry, it is on by default now.
3255         (menu-bar-options-save): Do not save global-font-lock-mode.
3257 2005-11-13  Richard M. Stallman  <rms@gnu.org>
3259         * textmodes/flyspell.el (flyspell-large-region):
3260         Call flyspell-accept-buffer-local-defs.
3262 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
3264         * textmodes/flyspell.el (flyspell-notify-misspell):
3265         Fix misspelling of "Misspelling".
3266         (flyspell-process-localwords): New function.
3267         (flyspell-large-region): Call flyspell-process-localwords and
3268         flyspell-delete-region-overlays.
3269         (flyspell-delete-region-overlays): New function.
3270         (flyspell-delete-all-overlays): Call that.
3272 2005-11-13  Richard M. Stallman  <rms@gnu.org>
3274         * help.el (help-for-help-internal): Improve doc of C-h a.
3275         (describe-key): Improve prompt; doc fix.
3277 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3279         * vc-svn.el (vc-svn-registered): Catch all errors.
3281         * cus-dep.el (custom-make-dependencies): Typo.
3283 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
3285         * net/tramp-util.el (top): Fix compilation warning.
3287 2005-11-13  Kim F. Storm  <storm@cua.dk>
3289         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
3291 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
3293         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
3294         (gud-speedbar-buttons): Match on "const char *" too.
3296         * progmodes/gdb-ui.el (gdb-var-create-handler)
3297         (gdb-var-list-children-handler): Match on "const char *" too.
3298         (gdb-var-evaluate-expression-handler): Match on empty string.
3299         (gdb-var-update-handler): Only call
3300         gdb-var-evaluate-expression-handler when required.
3302 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
3304         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
3305         selected window.  This still doesn't work for speedbar.
3306         (gud-speedbar-buttons): Handle string expressions properly.
3308         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
3309         (gdb-var-create-handler): Handle string expressions properly.
3310         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
3311         Handle string expressions properly.  Move "type" field into regexp.
3313 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
3315         * bookmark.el (bookmark-maybe-message): New function to reduce
3316         code duplication: invokes `message' iff baud-rate is high enough.
3317         (bookmark-write-file): Use above instead of an inline conditional.
3318         (bookmark-load): Same.
3320 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
3322         * bookmark.el (bookmark-write-file): Don't visit the destination
3323         file, just write the data to it using write-region.  This is
3324         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
3325         change to avoid visiting the file in the first place.
3327 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
3329         * hi-lock.el (hi-lock-mode): Set the default value of
3330         font-lock-defaults.
3332 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
3334         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
3335         arg to `file-attributes'.
3336         (find-lisp-format): The UID and GID can now be strings.
3338 2005-11-12  Kim F. Storm  <storm@cua.dk>
3340         * help.el (help-map): Bind C-h d to apropos-documentation.
3342         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
3343         when point is at end-of-buffer.
3345         * apropos.el (apropos-match-face): Doc fix.
3346         (apropos-sort-by-scores): Add new choice `verbose'.
3347         (apropos-documentation-sort-by-scores): New defcustom.
3348         (apropos-pattern): Now contains the pattern entered by the user.
3349         (apropos-pattern-quoted): New defvar.
3350         (apropos-regexp): New defvar, containing the regexp corresponding
3351         to apropos-pattern.
3352         (apropos-all-words-regexp): Rename from apropos-all-regexp.
3353         (apropos-read-pattern): New defun.  Use it to read pattern arg in
3354         interactive calls; returns list of words for a word list, and
3355         string for a regexp.
3356         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
3357         parses a list of words or regexp as returned by apropos-read-pattern.
3358         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
3359         (apropos-score-doc): Return a very high score if the string
3360         entered by the user matches literally.
3361         (apropos-variable): Doc fix.  Use apropos-read-pattern.
3362         (apropos-command): Doc fix.  Use apropos-read-pattern and
3363         apropos-parse-pattern.  Call apropos-print with nosubst=t.
3364         (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
3365         apropos-parse-pattern.
3366         (apropos-documentation): Doc fix. Use apropos-read-pattern and
3367         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
3368         apropos-documentation-sort-by-scores.  Call apropos-print with
3369         nosubst=t.
3370         (apropos-documentation-internal): Pass doc string through
3371         substitute-key-definition before adding text properties.
3372         Highlight substring matching literal user input if possible.
3373         (apropos-documentation-check-doc-file): Remove locals beg and end.
3374         Fix calculation of score (as added twice).  Pass doc string through
3375         substitute-key-definition before adding text properties.
3376         (apropos-documentation-check-elc-file): Pass doc string through
3377         substitute-key-definition before adding text properties.
3378         Highlight substring matching literal user input if possible.
3379         (apropos-print): Add new arg NOSUBST; if set, command and variable
3380         doc strings have already been passed through substitute-key-definition.
3381         Add code to handle apropos-accumulator items without score element
3382         for backwards compatibility (e.g. with woman package).
3383         Only show scores if apropos-sort-by-scores is `verbose'.
3385 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3387         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
3388         Add jka-compr-load-suffixes to load-suffixes.
3390         * jka-compr.el: Require 'jka-cmpr-hook.
3391         (jka-compr-info-compress-message, jka-compr-info-compress-program)
3392         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
3393         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
3394         (jka-compr-info-can-append, jka-compr-info-strip-extension)
3395         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
3396         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
3397         (jka-compr-uninstall): Remove entries from
3398         jka-compr-added-to-file-coding-system-alist after they are used.
3399         (jka-compr-error): Remove unused var `curbuf'.
3400         (jka-compr-file-local-copy): Remove unused var `notfound'.
3402 2005-11-10  Romain Francoise  <romain@orebokech.com>
3404         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
3406 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
3408         * progmodes/gud.el (gud-menu-map): Move parentheses.
3409         (gdb): New command gud-pv.
3411 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3413         * tar-mode.el: Remove spurious or unnecessary leading stars
3414         in docstrings.
3415         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
3416         (tar-parse-octal-integer-safe): Use mapc.
3417         (tar-header-block-summarize): Remove unused var `ck'.
3418         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
3419         cleared before.  Obey default-enable-multibyte-characters.
3420         Use mapconcat.  Simplify setting of tar-header-offset.
3421         (tar-mode-map): Move initialization inside delcaration.
3422         (tar-flag-deleted): Use `abs'.
3423         (tar-expunge-internal): Remove unused var `line'.
3424         (tar-expunge-internal): Don't hardcode point-min==1.
3425         (tar-expunge): Widen while doing set-buffer-multibyte.
3426         (tar-rename-entry): Use file-name-coding-system.
3427         (tar-alter-one-field): Don't hardcode point-min==1.
3428         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
3429         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
3431 2005-11-10  Masatake YAMATO  <jet@gyve.org>
3433         * add-log.el (add-log-current-defun): Handle class::method
3434         notation of c++. Fix incorrect comment.
3436 2005-11-10  Alan Mackenzie  <acm@muc.de>
3438         * help-fns.el (describe-variable): Make C-h v work when a variable
3439         has variable documentation yet is unbound.
3441 2005-11-10  Masatake YAMATO  <jet@gyve.org>
3443         * man.el (Man-highlight-references): Set an empty
3444         string to `Man-arguments' if it is nil.
3445         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
3447 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3449         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
3450         commenting conventions.
3452         * cus-dep.el (custom-make-dependencies): Simplify.
3453         Better follow the commenting conventions.
3455 2005-11-09  Richard M. Stallman  <rms@gnu.org>
3457         * apropos.el (apropos-pattern): Rename from apropos-regexp.
3458         (apropos-orig-pattern): Rename from apropos-orig-regexp.
3459         All uses changed.
3460         (apropos-rewrite-regexp): Doc fix.
3461         (apropos-variable, apropos-command, apropos, apropos-value):
3462         Change prompt; carry through the argument renaming.
3464 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
3466         * find-lisp.el: Require dired.
3467         (find-lisp-find-dired-internal): Do not call
3468         `abbreviate-file-name' on DIR.
3470 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
3472         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
3474 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
3476         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
3477         when using the speedbar.
3478         (gdb): New command gud-pp.
3479         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
3481 2005-11-09  Juri Linkov  <juri@jurta.org>
3483         * replace.el (occur-excluded-properties): New defcustom.
3484         (occur-1, occur-engine, occur-accumulate-lines): Use it.
3486 2005-11-08  Jay Belanger  <belanger@truman.edu>
3488         * calc/calc-units.el (math-convert-units): Replace any composite
3489         unit by its definition.
3491 2005-11-08  Lars Hansen  <larsh@soem.dk>
3493         * emacs-lisp/autoload.el (update-directory-autoloads):
3494         Add obsolete function alias.
3496 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3498         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
3499         comment-indent-function.
3500         (lisp-comment-indent): Replace by an alias for comment-indent-default.
3502         * reveal.el (reveal-post-command): Rework the handling of
3503         reveal-open-spots, so as to be more reliable.  There were several
3504         tricky corner cases where an open spot might be lost, or where
3505         a closed spot might end up on the list of open spots.
3506         Only reveal text that's ellipsised.
3508 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
3510         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
3512 2005-11-07  John Paul Wallington  <jpw@gnu.org>
3514         * ibuffer.el (ibuffer): Search iconified frames too when
3515         getting Ibuffer buffer's window.
3517 2005-11-06  Richard M. Stallman  <rms@gnu.org>
3519         * progmodes/compile.el (compilation-internal-error-properties):
3520         save-excursion around the computation of MARKER.
3522 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
3524         * textmodes/flyspell.el (flyspell-external-point-words):
3525         flyspell-get-word returns a list, not just a string.
3527 2005-11-06  John Paul Wallington  <jpw@pobox.com>
3529         * ibuffer.el (ibuffer): Search all visible frames when getting
3530         Ibuffer buffer's window.
3532 2005-11-07  Masatake YAMATO  <jet@gyve.org>
3534         * man.el (Man-reference-regexp): Accept spaces between
3535         `Man-name-regexp' and `Man-section-regexp'.
3536         (Man-apropos-regexp): New variable.
3537         (Man-abstract-xref-man-page): Use value for `Man-target-string'
3538         if available.
3539         (Man-highlight-references, Man-highlight-references0):
3540         Handle the case when `Man-arguments' includes "-k".
3541         (Man-highlight-references0): Rename the argument `TARGET-POS' to
3542         `TARGET'. `TARGET' can be a number, function or nil.
3544 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
3546         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
3547         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
3548         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
3549         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
3550         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
3551         (gdb-send-item): Use buffer-local-value and simplify.
3553 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
3555         * startup.el (command-line): Use `custom-reevaluate-setting' for
3556         `global-font-lock-mode'.
3558         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
3559         by default, except in batch mode or when the -D option is given.
3561         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
3562         specified keyword args on to `define-minor-mode'.  Update docstring.
3564 2005-11-05  Romain Francoise  <romain@orebokech.com>
3566         * replace.el (occur-engine): Add marker at end of line, too.
3568 2005-11-04 Ken Manheimer  <ken.manheimer@gmail.com>
3570         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3571         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3572         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3573         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
3574         argument to all these routines, so the passphrase can be managed
3575         externally and passed in to the system.
3576         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3577         pgg-add-passphrase-to-cache function.
3579         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3580         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
3581         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
3582         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
3583         argument to all these routines, so the passphrase can be managed
3584         externally and passed in to the system.
3585         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
3586         function.
3588 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
3590         * font-lock.el: Don't deal with font-lock-face-attributes here,
3591         move the code ...
3593         * startup.el (command-line): ... here. Use face-spec-set instead
3594         of custom-declare-face.
3596         * faces.el (face-spec-set): Reset the face if spec is not nil.
3598 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3600         * newcomment.el (comment-region-internal): Box more tightly in the
3601         common case where there's no TAB in the boxed text.
3603 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3605         * info.el (info-tool-bar-map): Use images prev-node, next-node and
3606         up-node.
3608 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
3610         * newsticker.el: Commentary updated. Code formatting changed.
3611         (newsticker-version): Change to "1.9".
3612         (newsticker, newsticker-feed): Doc fix.
3613         (newsticker-url-list): Doc fix.  Add option "Weekly".
3614         (newsticker-retrieval-interval): Add option "Weekly".
3615         (newsticker-headline-processing): Doc fix.
3616         (newsticker-auto-mark-filter): Remove.
3617         (newsticker-auto-mark-filter-list): New.
3618         (newsticker-layout, newsticker-sort-method): Doc fix.
3619         (newsticker-hide-old-items-in-newsticker-buffer)
3620         (newsticker-heading-format, newsticker-item-format)
3621         (newsticker-desc-format): Doc fix.
3622         (newsticker-show-all-rss-elements): Remove.
3623         (newsticker-show-all-news-elements): New.
3624         (newsticker-faces, newsticker-ticker): Doc fix.
3625         (remove-from-invisibility-spec): Code formatting.
3626         (newsticker--process-ids): New.
3627         (newsticker-mode): Doc fix.
3628         (newsticker-mode): Change mode-line-format.
3629         (newsticker-start): Remove debug output.
3630         (newsticker-start-ticker): Doc fix.  Add Autoload cookie.
3631         (newsticker-w3m-show-inline-images): Code formatting.
3632         (newsticker-next-item): Call `force-mode-line-update'.
3633         (newsticker-previous-item): Call `force-mode-line-update'.
3634         (newsticker-next-feed): Call `force-mode-line-update'.
3635         (newsticker-previous-feed): Call `force-mode-line-update'.
3636         (newsticker-mark-all-items-at-point-as-read): Code formatting.
3637         (newsticker-show-old-items): Do not show descs.
3638         (newsticker-hide-entry): Hide too much.
3639         (newsticker-hide-entry, newsticker-show-entry)
3640         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
3641         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
3642         (newsticker-toggle-auto-narrow-to-item): Code formatting.
3643         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
3644         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
3645         (newsticker-get-news): Call `force-mode-line-update'.
3646         Collect process ids.
3647         (newsticker--sentinel): Change coding system handling.
3648         Move image retrieval to new functions newsticker--get-logo-url-*.
3649         Move feed parsing to new functions newsticker--parse-*.
3650         Update list of process ids.
3651         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
3652         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
3653         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
3654         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
3655         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
3656         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
3657         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
3658         (newsticker--decode-coding-string): Remove.
3659         (newsticker--decode-numeric-entities): Check input.  Format code.
3660         (newsticker--remove-whitespace): Check input.
3661         (newsticker--do-forget-preformatted): Doc fix.
3662         (newsticker--decode-rfc822-date): Allow for missing time.
3663         (newsticker--update-process-ids): New.
3664         (newsticker--image-sentinel): Change comment.
3665         (newsticker--image-read): Change error message.
3666         (newsticker--imenu-goto): Doc fix.  Show headline title.
3667         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
3668         (newsticker--buffer-do-insert-text): Clean whitespace in
3669         html-rendered headline title.  Code formatting.
3670         Call `newsticker--buffer-print-extra-elements'.
3671         (newsticker--buffer-print-extra-element): Remove.
3672         (newsticker--buffer-print-extra-elements): New.
3673         (newsticker--buffer-do-print-extra-element): New.
3674         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
3675         large sizes.
3676         (newsticker--run-auto-mark-filter)
3677         (newsticker--do-run-auto-mark-filter):
3678         Use `newsticker-auto-mark-filter-list'.
3680 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
3682         * net/rcirc.el: Use split-string OMIT-NULLS argument.
3683         (rcirc-print): Force redisplay before running hooks.  Do long
3684         buffer truncation after making new text read-only.  Deal with nil
3685         text when decoding strings.  If TARGET is nil, use either the
3686         currently selected buffer, if it is an rcirc buffer and of the
3687         same process or the process buffer.
3688         (rcirc-mode): Remove header-line.  Recompute short buffer names.
3689         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
3690         (rcirc-short-buffer-name): Add variable.
3691         (rcirc-kill-buffer-hook): Recompute short buffer names.
3692         Remove nick from private channel.
3693         (rcirc-send-input): Send command text to current-buffer.
3694         Don't clear overlay arrow here.
3695         (rcirc-short-buffer-name): Return a short buffer name.
3696         (rcirc-update-short-buffer-names, rcirc-abbreviate)
3697         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
3698         buffer-name abbreviations.
3699         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
3700         Do not touch nick-table when killing a parted channel.
3701         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
3702         Clear arrow from current buffer if it is now hidden.
3703         (rcirc-current-buffer): Add variable.
3704         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
3705         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
3706         Remove -face from names.
3707         (rcirc-update-activity-string): Print "DND" when globally ignoring
3708         activity.
3709         (rcirc-ignore-buffer-activity-flag): Rename from
3710         rcirc-ignore-channel-activity.
3711         (rcirc-ignore-all-activity-flag): Doc fix.
3712         (rcirc-channels): Remove variable.
3713         (rcirc-kill-buffer-hook):
3714         (rcirc-get-buffer-create): Add nick to private channel.
3715         (rcirc-multiline-edit-submit): Remove tabs.
3716         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
3717         folded.
3718         (rcirc-remove-nick-channel): Bug fix.
3719         (rcirc-toggle-ignore-buffer-activity): Rename from
3720         rcirc-toggle-ignore-channel-activity.
3721         (rcirc-record-activity): Add buffers to the front of the list.
3722         (rcirc-update-activity): Remove killed buffers from list.
3723         (rcirc-process-server-response-1): Remove last argument if it is
3724         null before calling handler.
3725         (rcirc): Add "rcirc" defcustom prefix.
3726         (rcirc-prompt): Simplify default prompt.
3727         Use custom-initialize-default.
3728         (rcirc-private-chats): Remove variable.
3729         (rcirc-prompt): Change initialization.
3730         (rcirc-version): Remove function.
3731         (rcirc-id-string): Add constant.
3732         (rcirc-last-buffer): Remove variable.
3733         (rcirc-buffer-alist): Add variable.
3734         (rcirc-connect): Update variable setup.
3735         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
3736         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
3737         default.
3738         (rcirc-handler-generic): Trigger activity.
3739         (rcirc-send-message): Create the buffor of the target.
3740         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
3741         (rcirc-get-buffer): Just return nil if there is no matching buffer.
3742         (rcirc-multiline-edit-cancel): Remove function.
3743         (rcirc-set-last-buffer): Remove function.
3744         (rcirc-get-any-buffer): Add function.
3745         (rcirc-join-channels): Don't print /join text.
3746         (rcirc-toggle-ignore-channel-activity): Add and update echo area
3747         messages.
3748         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
3749         (rcirc-handler-NOTICE): Recognize CTCP responses.
3750         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
3751         constructing TOPIC string for buffers we are not JOINed.
3752         (rcirc-handler-CTCP-response): Add handler.
3753         (rcirc-multiline-edit-submit): Restore the window-configuration
3754         before adjusting point.
3755         (rcirc): Add customization group.
3756         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
3757         (rcirc-user-full-name, rcirc-startup-channels-alist)
3758         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
3759         (rcirc-ignore-all-activity-flag, rcirc-time-format)
3760         (rcirc-input-ring-size, rcirc-read-only-flag)
3761         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
3762         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
3763         Change defvar to defcustom.
3764         (rcirc-update-prompt): Add optional ALL arg, which will update
3765         prompts in all rcirc buffers.  Regexp quote replacement text.
3766         (rcirc-fill-column): Accept 'frame-width as a value.
3767         (rcirc-set-changed): Add function.
3768         (rcirc-next-active-buffer): Write more meaningful messages.
3769         (rcirc-faces): Add customization group.
3770         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
3771         (rcirc-nick-in-message-face, rcirc-prompt-face)
3772         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
3773         (with-rcirc-process-buffer): Move before first usage.
3774         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
3775         (rcirc-debug-flag): Rename from `rcirc-log-p'.
3776         (rcirc-debug): Rename from `rcirc-log'.
3777         (rcirc-format-response-string): Do not print '-' chars for a
3778         NOTICE with no sender.  Simplify output of server responses.
3780 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
3782         (rcirc-browse-url-map, rcirc-browse-url-at-point)
3783         (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
3784         mouse and RET clickable.
3786 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
3788         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
3790 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
3792         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3793         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3794         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3795         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
3796         argument to all these routines, so the passphrase can be managed
3797         externally and passed in to the system.
3798         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3799         pgg-add-passphrase-to-cache function.
3801         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3802         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
3803         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
3804         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
3805         argument to all these routines, so the passphrase can be managed
3806         externally and passed in to the system.
3807         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
3808         function.
3810 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
3812         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
3813         from goto-address-url-regexp.
3815 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
3817         * textmodes/org.el (org-read-date, org-goto-calendar)
3818         (org-recenter-calendar, org-agenda-goto-calendar):
3819         Temporarily clear 'calendar-move-hook'.
3821 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
3823         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
3824         merging.
3826         * ediff-util.el (ediff-previous-difference): Don't skip regions that
3827         have merge clashes.
3829 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3831         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3832         Undo previous change.
3834         * startup.el (command-line): Use `custom-reevaluate-setting' for
3835         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
3836         tty-register-default-colors on Mac.
3838 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
3840         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
3841         (gdb-buffer-type): Make it automatically buffer local...
3842         (gdb-get-create-buffer): ...and set it accordingly.
3843         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
3844         actually work.
3846 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
3848         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
3849         not red.
3851 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
3853         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
3854         case GUD buffer is not visible.
3855         (gdb-goto-breakpoint): Try to force display in source buffer.
3856         (gdb-frame-gdb-buffer): Copy other similar functions.
3857         (gdb-restore-windows): Don't display source if not asked for.
3858         (gdb-assembler-buffer-name): Don't capitalise.
3860 2005-11-03  Richard M. Stallman  <rms@gnu.org>
3862         * wid-edit.el (key-sequence): New widget type.
3864         * simple.el (set-mark-command-repeat-pop): New variable.
3865         (set-mark-command): Only interpret plan C-@ after a pop as a pop
3866         if set-mark-command-repeat-pop is true.
3868         * info.el (Info-fontify-node): Don't display extra "see" if there
3869         already is one here.
3871         * mouse.el: Fix special handling of DEL after dragging a region:
3872         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
3873         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
3875         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
3877         * textmodes/ispell.el (ispell-command-loop): Change `i' description
3878         not to assume it pertains to an affix.
3880         * textmodes/flyspell.el (flyspell-post-command-hook):
3881         Bind deactivate-mark to prevent deactivation.
3883 2005-11-03  Lars Hansen  <larsh@soem.dk>
3885         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
3886         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
3887         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
3889 2005-11-03  Romain Francoise  <romain@orebokech.com>
3891         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
3892         Update copyright years.
3894 2005-11-03  Sam Steingold  <sds@gnu.org>
3896         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3897         Use system-type instead of window-system because window-system is not
3898         correctly defined during loadup.
3900 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
3902         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
3903         (xml-parse-tag): Join strings separated by a comment properly.
3905 2005-11-02  Andreas Schwab  <schwab@suse.de>
3907         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
3909 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3911         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
3912         (byte-optimize-pure-func): Quote the eval'd value.
3914         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3915         Rename from perl-font-lock-syntactic-face-function.
3916         Change the calling convention so it can be used as a font-lock MATCHER.
3917         Do the parse-partial-sexp loop outselves.
3918         (perl-font-lock-syntactic-keywords): Use it.
3919         (perl-mode): Don't set font-lock-syntactic-face-function any more.
3921 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
3923         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
3924         disassembly buffer too.
3925         (gdb-exited): Remove overlay arrows when execution has finished.
3926         (gdb-info-frames-custom, gdb-info-threads-custom)
3927         (gdb-info-registers-custom): Don't add inappropriate text
3928         properties if inferior is not active.
3930 2005-11-02  Glenn Morris  <rgm@gnu.org>
3932         * progmodes/fortran.el (fortran-blink-match):
3933         Use `blink-matching-delay'.
3935 2005-11-02  John Mongan <jmongan@mccammon.ucsd.edu>  (tiny change)
3937         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
3939 2005-11-02  Lars Hansen  <larsh@soem.dk>
3941         * net/tramp.el (tramp-action-out-of-band): Handle scp message
3942         "Permission denied".
3944 2005-11-01  Richard M. Stallman  <rms@gnu.org>
3946         * textmodes/flyspell.el (flyspell-external-point-words):
3947         Pass nil to flyspell-get-word.
3949 2005-11-02  Kim F. Storm  <storm@cua.dk>
3951         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
3952         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
3954 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3956         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
3957         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
3958         (calendar-mouse-print-dates): Add optional `event' argument.
3959         Update interactive-spec.
3960         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
3961         Use `calendar-event-to-date' instead of `event'.
3963 2005-11-02  Masatake YAMATO  <jet@gyve.org>
3965         * progmodes/ld-script.el (ld-script-builtins):
3966         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
3967         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
3968         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
3970 2005-11-01  Romain Francoise  <romain@orebokech.com>
3972         * vc-sccs.el: Update copyright year.
3973         * ezimage.el: Likewise.
3975 2005-11-01  KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>  (tiny change)
3977         * info.el (Info-fontify-node): Use `string-width' for fontifying
3978         underlined titles.
3980 2005-11-01  Juri Linkov  <juri@jurta.org>
3982         * info.el (Info-fontify-node): Downcase node header keywords Node,
3983         Prev, Next, Up before comparison.
3984         (Info-history): Insert absolute directory name, and put invisible
3985         property on it.
3987 2005-11-01  Juri Linkov  <juri@jurta.org>
3989         * info.el (Info-file-supports-index-cookies): New variable.
3990         (Info-find-node-2): Check makeinfo version for index cookie support.
3991         (Info-index-nodes): Search for nodes with index cookies only when
3992         Info-file-supports-index-cookies is t.  Otherwise, search nodes
3993         with "Index" in the node name.
3994         (Info-index-node): Search index cookie in the current node only when
3995         Info-file-supports-index-cookies is t.  Otherwise, check the word
3996         "Index" in the node name.
3997         (Info-find-emacs-command-nodes): Remove code that searches nodes
3998         with "Index" node name in the top menu.
4000 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4002         * progmodes/scheme.el (scheme-mode-variables): Use the default
4003         comment-indent-function.
4005         * faces.el (face-attribute): Handle the case where a face inherits from
4006         a non-existent face.
4008         * simple.el (eval-expression-print-format): Use lisp-readable syntax
4009         for octal and hexa output, and merge the char into the paren.
4010         (kill-new): Use push.
4011         (copy-to-buffer): Use with-current-buffer.
4012         (completion-setup-function): Move code in loop to remove redundancy.
4013         (minibuffer-local-must-match-map): Don't add bindings that duplicate
4014         those inherited from minibuffer-local-completion-map.
4016         * savehist.el (savehist-mode) <defcustom>:
4017         Use custom-set-minor-mode if available.
4018         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
4019         and emit a message if applicable.
4021 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
4023         * savehist.el: Sync up to version 19.
4024         (savehist-mode): New minor mode.
4025         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
4026         (savehist-length): Remove (use history-length instead).
4027         (savehist-file-modes): Rename from savehist-modes.
4028         (savehist-save-hook, savehist-loaded): New vars.
4029         (savehist-load): Use savehist-mode.  Try to smooth up transition from
4030         old format to new format.
4031         (savehist-install): Allow savehist-autosave-interval to be nil.
4032         (savehist-save): Run the new hook.  Be more careful to only trim the
4033         history variables.
4034         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
4035         (savehist-printable): Print into a buffer rather than char-by-char.
4037 2005-11-01  John Wiegley  <johnw@newartisans.com>
4039         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
4040         toggle-ignore keybinding (C-a).  The author said it had been
4041         disabled much earlier due to a possible incompatibility, but after
4042         many months of usage I have encountered no problems (and it is a
4043         rather useful option, especially for switching to " *temp*").
4045         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
4046         support for OS/X's AddressBook, by calling out to the open source
4047         program "contacts" (installable through Fink).
4049         * net/eudc.el (eudc-expand-inline): If the
4050         `eudc-multiple-match-handling-method' is set to `all', delete the
4051         query string before inserting the query result.
4053         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
4054         flag, to prevent Eshell from using the system ls when
4055         `eshell-ls-insert-directory' is in used.
4056         (eshell-ls-insert-directory): Disable font-lock in directory
4057         buffer so that Eshell's own fontification is seen.  This broke
4058         recently due to changes in font-lock, so this goes back to version
4059         21 behavior.
4061 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
4063         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
4064         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
4065         (gdb-many-windows): Doc fix.
4067 2005-10-31  Romain Francoise  <romain@orebokech.com>
4069         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
4071 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
4073         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
4074         that global-font-lock-mode can be enabled by default.
4076         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
4077         (font-lock-add-keywords, font-lock-remove-keywords)
4078         (font-lock-fontify-buffer): Remove autoload cookies.
4080         * jit-lock.el (jit-lock-register): Likewise.
4082         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
4084 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
4086         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
4087         intact if there is no gud-comint-buffer.
4089 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
4091         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
4092         old prompt comint-prompt-read-only is t and GDB commands are
4093         issued from tool bar etc.
4095 2005-10-31  Masatake YAMATO  <jet@gyve.org>
4097         * vc.el (vc-directory-exclusion-list): Add "{arch}".
4099 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
4101         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
4102         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
4104 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
4106         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
4107         starting at beginning of line.  Fontification is messed up when
4108         `open-paren-in-column-0-is-defun-start' set to t.
4109         Reported by John Paul Wallington <jpw@pobox.com>.
4111 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
4113         * comint.el (comint-send-input): Call `comint-update-fence' when
4114         `comint-process-echoes' and `comint-prompt-read-only' are both
4115         non-nil, to avoid leftover read-only newline.
4117 2005-10-30  Richard M. Stallman  <rms@gnu.org>
4119         * textmodes/flyspell.el (flyspell-external-point-words):
4120         Detect when WORD can't be checked properly because
4121         flyspell-get-word finds just part of it, and move on.
4123         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
4124         boundarychar for Polish.
4125         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
4126         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
4128 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
4130         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
4131         (gdb-registers-font-lock-keywords): Delete.
4132         (gdb-registers-mode): Don't fontify.
4133         (gdb-info-registers-custom): Use text properties instead as, in
4134         future, changed register values will use font-lock-warning-face.
4135         (gdb-local-font-lock-keywords): Rename to...
4136         (gdb-locals-font-lock-keywords): ...for consistency.
4138 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
4140         * vc.el (vc-switch-backend): Better error message if the buffer is
4141         not visiting a file under version control.
4143         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
4145 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
4147         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
4148         ~/.emacs.d/.emacs.
4150 2005-10-29  Richard M. Stallman  <rms@gnu.org>
4152         * replace.el (occur-mode-mouse-goto): Always go to other window.
4153         (occur-mode-goto-occurrence): Always switch in same window.
4155         * simple.el (undo): Display message at end, not at start.
4157         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
4158         New arg REUSE-CELL.
4159         (cancel-timer-internal): New function.
4160         (timer-event-handler): Use cancel-timer-internal,
4161         and pass the cell it returns to timer-activate...
4163         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
4164         (jit-lock-deferred-fontify, jit-lock-context-fontify)
4165         (jit-lock-after-change): Test memory-full.
4167 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
4169         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4170         part of the decoded armor to find the key-identifier.
4171         (pgg-gpg-lookup-key-owner): New function to return the
4172         human-readable identifier of a key owner.
4173         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
4174         key itself.
4175         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4176         the key value) if we have a key and can match it against a secret
4177         key.  Also, added a note pointing out fact that the prompt only
4178         indicates the first matching key.
4180         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
4181         pgg-decrypt-region.
4182         (pgg-pending-timers): A new hash for tracking the passphrase cache
4183         timers, so that new ones supercede old ones.
4184         (pgg-add-passphrase-to-cache): Rename from
4185         `pgg-add-passphrase-cache' to reduce confusion (all callers
4186         changed).  Modified to cancel old timers when new ones are added.
4187         (pgg-remove-passphrase-from-cache): Rename from
4188         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4189         changed).  Modified to cancel old timers when their keys are
4190         removed from the cache.
4191         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
4192         XEmacs, an indirection to delete-itimer.
4193         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
4194         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
4195         users can only check cache without risk of prompting.  Correct bug in
4196         notruncate behavior.
4197         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
4198         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
4199         Add informative docstrings.
4200         (pgg-decrypt): Convey provided passphrase in subordinate call to
4201         pgg-decrypt-region.
4203         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4204         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4205         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4206         'passphrase' argument, so the passphrase can be managed externally
4207         and then passed in to the system.
4209         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4210         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
4211         so the passphrase cache can be used reliably with identifiers
4212         besides a pgp packet's key id.
4214         * pgg-gpg.el (pgg-pgp-encrypt-region)
4215         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4216         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4217         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
4218         argument to all these routines, so the passphrase can be managed
4219         externally and passed in to the system.
4221         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4222         'notruncate' argument, so the passphrase cache can be used
4223         reliably with identifiers besides a pgp packet's key id.
4225 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
4227         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4228         symmetric encryption.
4229         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4230         encrypted session key.
4231         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4232         message ask for the passphrase in a proper way.
4234         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4235         New user commands for symmetric encryption.
4237 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
4239         * textmodes/conf-mode.el (conf-assignment-sign)
4240         (conf-assignment-regexp): Fix docstrings.
4241         (conf-mode-initialize): New function.
4242         (conf-mode): Remove optional args.  Use delay-mode-hooks to
4243         recognize recursive calls.
4244         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
4245         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
4246         (conf-xdefaults-mode): Use define-derived-mode and
4247         conf-mode-initialize.
4249 2005-10-29  Romain Francoise  <romain@orebokech.com>
4251         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
4253 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
4255         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4256         part of the decoded armor to find the key-identifier.
4257         (pgg-gpg-lookup-key-owner): New function to return the
4258         human-readable identifier of a key owner.
4259         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
4260         key itself.
4261         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4262         the key value) if we have a key and can match it against a secret
4263         key.  Also, added a note pointing out fact that the prompt only
4264         indicates the first matching key.
4266         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
4267         pgg-decrypt-region.
4268         (pgg-pending-timers): A new hash for tracking the passphrase cache
4269         timers, so that new ones supercede old ones.
4270         (pgg-add-passphrase-to-cache): Rename from
4271         `pgg-add-passphrase-cache' to reduce confusion (all callers
4272         changed).  Modified to cancel old timers when new ones are added.
4273         (pgg-remove-passphrase-from-cache): Rename from
4274         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4275         changed).  Modified to cancel old timers when their keys are
4276         removed from the cache.
4277         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
4278         XEmacs, an indirection to delete-itimer.
4279         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
4280         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
4281         users can only check cache without risk of prompting.  Correct bug in
4282         notruncate behavior.
4283         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
4284         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
4285         Add informative docstrings.
4286         (pgg-decrypt): Convey provided passphrase in subordinate call to
4287         pgg-decrypt-region.
4289 2005-10-20  Ken Manheimer <ken.manheimer+emacs@gmail.com>
4291         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4292         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4293         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4294         'passphrase' argument, so the passphrase can be managed externally
4295         and then passed in to the system.
4297         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4298         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
4299         so the passphrase cache can be used reliably with identifiers
4300         besides a pgp packet's key id.
4302         * pgg-gpg.el (pgg-pgp-encrypt-region)
4303         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4304         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4305         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
4306         argument to all these routines, so the passphrase can be managed
4307         externally and passed in to the system.
4309         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4310         'notruncate' argument, so the passphrase cache can be used
4311         reliably with identifiers besides a pgp packet's key id.
4313 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
4315         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4316         symmetric encryption.
4317         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4318         encrypted session key.
4319         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4320         message ask for the passphrase in a proper way.
4322         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4323         New user commands for symmetric encryption.
4325 2005-10-28  Bill Wohler  <wohler@newt.com>
4327         * help-mode.el (help-url): New button type. Calls browse-url.
4328         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
4329         Similar to Info nodes: URL `url'.
4330         (help-make-xrefs): Create help-url buttons for
4331         help-xref-url-regexp matches.
4333 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
4335         * tool-bar.el (tool-bar-add-item-from-menu)
4336         (tool-bar-local-item-from-menu): Fix doc strings.
4338 2005-10-28  Romain Francoise  <romain@orebokech.com>
4340         * ldefs-boot.el: Update.
4342         * subr.el (locate-library): Move from help-fns.el.
4343         * help-fns.el (locate-library): Move to subr.el.
4345 2005-10-28  Richard M. Stallman  <rms@gnu.org>
4347         * net/tramp.el (tramp-completion-mode): defvar moved up.
4349         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
4351         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
4353         * files.el (find-file-noselect): Use %d to format large file size.
4355         * bindings.el (mode-line-format): Add %e.
4357         * loadup.el ("facemenu"): Load unconditionally.
4358         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
4359         ("x-dnd"): Load, when appropriate.
4361         * startup.el (command-line): Call before-init-hook earlier.
4362         Warn about some bad characters in -u user name.
4364         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
4365         (flyspell-external-point-words): Error if misspelled word is not found.
4366         Set flyspell-large-region-beg at end of word.
4368 2005-10-28  Andreas Schwab  <schwab@suse.de>
4370         * view.el (View-revert-buffer-scroll-page-forward):
4371         Use view-page-size-default.
4373 2005-10-28  Juri Linkov  <juri@jurta.org>
4375         * international/quail.el (quail-get-current-str): Translate last
4376         raw character for deterministic input methods.
4378 2005-10-27  Jay Belanger  <belanger@truman.edu>
4380         * calc/calc-ext.el: Add functions to autoloads.
4381         (math-identity-matrix-p, math-ident-row-p): New functions.
4383         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
4384         multiplication by an identity matrix; don't turn multiplication by
4385         an inverse matrix into division.
4386         (math-div-symbol-fancy):  Replace division by matrices with
4387         multiplication by inverse.
4389         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
4391         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
4392         (calc-writeoutpower): New functions.
4394 2005-10-27  Romain Francoise  <romain@orebokech.com>
4396         * replace.el (occur-engine): Include colon in mouse-face highlight.
4398         * dired-x.el: Change Maintainer field.
4400 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
4402         * longlines.el (longlines-mode): Bind after-change-functions to
4403         nil during initial decoding and final encoding.
4405 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
4407         * term.el (term-emulate-terminal, term-handle-colors-array)
4408         (term-handle-ansi-escape): Specify the terminfo capabilities
4409         implemented.
4411 2005-10-26  Richard M. Stallman  <rms@gnu.org>
4413         * info.el (Info-fontify-node): Fix detection of sentence-break
4414         before *Note.
4416 2005-10-26  Romain Francoise  <romain@orebokech.com>
4418         * smerge-mode.el: Add `tools' to file keywords.
4420 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
4422         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
4423         when the fringe is not available.
4425         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
4426         (def-gdb-auto-update-trigger): Simplify construction.
4427         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
4428         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
4429         defined explicitly.
4430         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
4431         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
4432         defined explicitly.
4433         (gdb-info-locals-custom): Remove as it's a no-op.
4435 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
4437         * longlines.el (longlines-mode): Remove narrowing before
4438         performing the initial decoding or final encoding.
4440 2005-10-25  Romain Francoise  <romain@orebokech.com>
4442         * emacs-lisp/find-func.el (find-library-name): Also strip
4443         extension if library name ends in .el, to take advantage of
4444         `find-library-suffixes'.
4446 2005-10-25  Richard M. Stallman  <rms@gnu.org>
4448         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
4450 2005-10-25  Juri Linkov  <juri@jurta.org>
4452         * textmodes/texinfo.el (texinfo-mode): Change charset of one
4453         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
4455 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4457         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
4458         (blackbox-redefine-key): Add argument `map'.
4460         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
4461         regions when moving the jit-lock-context-unfontify-pos boundary.
4463 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4465         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
4467 2005-10-25  Masatake YAMATO  <jet@gyve.org>
4469         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
4471 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
4473         * play/blackbox.el (blackbox-redefine-key): New function.
4474         (blackbox-mode-map): Use it to remap existing bindings for cursor
4475         motion instead of binding literal keys.
4477 2005-10-25  Glenn Morris  <rgm@gnu.org>
4479         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
4480         diary does not end in a newline.  Do not assume a blank line at
4481         the start of the diary file.
4483 2005-10-25  Kenichi Handa  <handa@m17n.org>
4485         * international/quail.el (quail-translate-key): If the input
4486         method is deterministic and failed to handle the last key, restart
4487         the key handling loop from an appropriate key.
4489 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
4491         * vc.el (vc-dired-mode): Extend comment for binding of
4492         `directory-listing-before-filename-regexp'.
4494 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4496         * textmodes/texinfo.el (texinfo-mode):
4497         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
4498         not to unnecessarily expose emacs-mule's internal char codes.
4500 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
4502         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
4503         Display hand pointer and help-echo on disabled icon too.
4504         (gdb-mouse-until): New function.
4505         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
4507 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
4509         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
4510         with 2005-10-23 change to doctor.el.
4512         * finder.el (finder-mode-map): Add follow-link binding.
4514 2005-10-25  Kim F. Storm  <storm@cua.dk>
4516         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
4517         to gdb-mouse-toggle-breakpoint-fringe.
4518         (gdb-mouse-toggle-breakpoint-margin): Rename from
4519         gdb-mouse-toggle-breakpoint. Fix doc.
4520         (gdb-mouse-toggle-breakpoint-fringe): New defun.
4521         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
4522         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
4523         string properties also for fringe breakpoint bitmaps.
4525 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
4527         * textmodes/org.el (org-start-icalendar-file): Fix format form.
4529 2005-10-25  Masatake YAMATO  <jet@gyve.org>
4531         * simple.el (completion-common-substring):
4532         Use `completion-common-substring' prior to `completion-base-size'.
4534 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
4536         * savehist.el: Require CL while compiling.
4537         (savehist-history-variables): Remove.
4538         (savehist-save-minibuffer-history, savehist-additional-variables)
4539         (savehist-minibuffer-history-variables): New vars.
4540         (savehist-save): Use them.
4541         (savehist-uninstall, savehist-minibuffer-hook): New funs.
4542         (savehist-install): New fun, extracted from savehist-load.
4543         (savehist-load): Use them.
4545 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4547         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
4548         a dummy doc-string-elt property.
4549         (defalias, defvaralias, define-category): Add a docstring property.
4551         * image.el (defimage):
4552         * widget.el (define-widget):
4553         * custom.el (defface, defcustom): Add `doc-string' declaration.
4555         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
4556         (defadvice): Add `doc-string' declaration.
4558         * emacs-lisp/byte-run.el (macro-declaration-function):
4559         Handle `doc-string' declarations.
4560         (define-obsolete-function-alias, define-obsolete-variable-alias):
4561         Add `doc-string' declaration.
4563 2005-10-24  Kenichi Handa  <handa@m17n.org>
4565         * international/utf-7.el (utf-7): Add autoload cookie.
4567         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
4569 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
4571         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
4572         list of directories passed to batch-update-autoloads.  Add "." to
4573         the list of the echoed directories.
4575         * pgg-def.el:
4576         * pgg-gpg.el:
4577         * pgg-parse.el:
4578         * pgg-pgp.el:
4579         * pgg-pgp5.el:
4580         * pgg.el: Moved here from the gnus subdirectory.
4582 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
4584         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
4585         in case comint-prompt-read-only is set to t.
4587         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
4588         in case comint-prompt-read-only is set to t.
4590 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
4592         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
4593         Now a string.
4594         (icalendar-import-format): Handle CLASS, STATUS, URL.
4595         Rename `subject' to `summary'.
4596         (icalendar-import-format-summary): Rename from
4597         `icalendar-import-format-subject'.
4598         (icalendar-import-format-url, icalendar-import-format-status)
4599         (icalendar-import-format-class): New variables.
4600         (icalendar--rris): Take variable argument list.
4601         (icalendar--datestring-to-isodate): Remove unnecessary
4602         calendar-style check when converting dates with explicit month names.
4603         (icalendar-export-region): Change return type of conversion
4604         subroutines.  Bury current buffer unless error occurred.
4605         (icalendar--convert-to-ical)
4606         (icalendar--parse-summary-and-rest): New functions.
4607         (icalendar--convert-ordinary-to-ical)
4608         (icalendar--convert-weekly-to-ical)
4609         (icalendar--convert-yearly-to-ical)
4610         (icalendar--convert-block-to-ical)
4611         (icalendar--convert-cyclic-to-ical)
4612         (icalendar--convert-anniversary-to-ical): Change return type.
4613         Strip trailing blanks from subject.
4614         (icalendar--convert-sexp-to-ical): Change return type.
4615         Strip trailing blanks from subject.  Handle simple sexp
4616         entries as generated by icalendar.el.
4617         (icalendar--convert-float-to-ical)
4618         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
4619         (icalendar-import-file): Doc fix.
4620         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
4621         Correct call to icalendar--rris.
4622         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
4623         `summary'.
4624         (icalendar--add-diary-entry): Rename `subject' to `summary'.
4626 2005-10-24  Romain Francoise  <romain@orebokech.com>
4628         * server.el (server-sentinel): Set query-on-exit flag to nil on
4629         new client processes (it isn't inherited from the server process).
4631         * replace.el (occur-engine): Rearrange text properties.
4633 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4635         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
4636         case-fold-search is nil.
4637         (debug-help-follow): Use help-xref-interned directly.
4639 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4641         * thumbs.el (thumbs-image-type): Add .pbm.
4643 2005-10-23  Richard M. Stallman  <rms@gnu.org>
4645         * faces.el (inhibit-face-set-after-frame-default): New variable.
4646         (set-face-attribute): Bind it.
4647         (face-set-after-frame-default): Test it.
4649         * help-fns.el (describe-simplify-lib-file-name): New function.
4650         (describe-function-1, describe-variable): Use it.
4652         * faces.el (describe-face): Use describe-simplify-lib-file-name.
4654         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
4655         Eliminate nil as possible value.
4656         (tooltip-hide-delay): Reduce internal-border-width.
4658         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
4659         (menu-bar-file-menu) <new-file>: Likewise.
4661         * simple.el (line-move-finish): Ignore fields computing LINE-END.
4663         * international/mule.el (load-with-code-conversion):
4664         Pass full file name to `eval-buffer' unless preloading.
4666         * textmodes/flyspell.el (flyspell-large-region):
4667         Call ispell-check-version.
4669         * textmodes/ispell.el (ispell-local-dictionary-overridden):
4670         Fix the make-variable-buffer-local call that was supposed
4671         to be for this variable.
4672         (ispell-aspell-supports-utf8): Doc fix.
4673         (ispell-find-aspell-dictionaries): Preserve elements of
4674         ispell-dictionary-alist for dictionaries that aspell doesn't report.
4675         (ispell-aspell-find-dictionary): Return nil on error.
4677         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
4678         (doctor-symptoms): Likewise.
4680         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
4682 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4684         * cus-edit.el (custom-button, custom-button-pressed): New vars.
4685         (custom-raised-buttons): Add :set spec.
4686         (custom-button-unraised, custom-button-pressed-unraised):
4687         New faces, so that custom-raised-buttons actually does something.
4688         (custom-mode): Use custom-button and custom-button-pressed.
4690         * wid-edit.el (widget-specify-button): Don't ignore
4691         widget-mouse-face on graphic terminals.
4692         (widget-move-and-invoke): Cleanup.
4694 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
4696         * whitespace.el (whitespace-cleanup): Doc fix.
4698 2005-10-23  Romain Francoise  <romain@orebokech.com>
4700         * emulation/viper.el (viper-set-hooks): Quote forms passed to
4701         `eval-after-load' to avoid evaluating their result.
4703 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
4705         * files.el (directory-listing-before-filename-regexp):
4706         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
4708         * dired.el (dired-move-to-filename-regexp): Remove.
4709         All occurences replaced by `directory-listing-before-filename-regexp'.
4711         * dired-x.el, locate.el, vc.el:
4712         Replace `dired-move-to-filename-regexp' by
4713         `directory-listing-before-filename-regexp'.  In vc.el it is
4714         overwritten locally; maybe this can be handled in files.el too.
4716         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
4717         replaced by `directory-listing-before-filename-regexp'.
4719 2005-10-23  Andreas Schwab  <schwab@suse.de>
4721         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
4722         and eval-next-after-load.
4724 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
4726         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
4727         exist, create it.
4729 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
4731         * allout.el: Remove autoloads for mailcrypt and crypt++.
4732         Require pgg, pgg-gpg during compilation.
4733         (allout-version): Increment version number to 2.1, and use a literal
4734         rather than RCS Id.
4735         (allout-default-encryption-scheme): Remove.
4736         (allout-passphrase-verifier-handling)
4737         (allout-passphrase-verifier-string)
4738         (allout-file-passphrase-verifier-string)
4739         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
4740         (allout-passphrase-hint-handling): Rename and simplify.
4741         (allout-init): Use `find-file-hook' if available, otherwise
4742         `find-file-hooks'.
4743         (allout-mode): Use `write-file-functions' if available, otherwise
4744         `local-write-file-hooks' and, instead of making auto-save-hook
4745         buffer local, make the write-file-hook activity contingent to
4746         allout-mode.
4747         (allout-mode): Use key-binding substitution in the docstring.
4748         (allout-kill-line): Spell-out kill ring data structure mutation
4749         instead of using byte-compiler-complaint-provoking `pop'.
4750         (allout-insert-listified): Use `insert' rather than `insert-string'
4751         (allout-toggle-current-subtree-encryption): Update docstring, adjust
4752         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
4753         (allout-encrypt-string): Totally revamped vis new underlying
4754         encryption facilities.
4755         (allout-mc-activate-passwd): Remove.
4756         (allout-obtain-passphrase): New, more or less replaces
4757         allout-mc-activate-passwd.
4758         (allout-encrypted-key-info): More or less replaces
4759         allout-encrypted-text-type.
4760         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
4761         (my-mark-marker): Use `(featurep 'xemacs)'.
4763 2005-10-23  Lars Hansen <larsh@soem.dk>
4765         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
4766         (byte-compile-file-form-defmumble, byte-compile-defun)
4767         (byte-compile-defmacro): Use it.
4768         (byte-compile-form): Don't call byte-compile-set-symbol-position
4769         when a byte-compile handler is called.
4771 2005-10-22  Romain Francoise  <romain@orebokech.com>
4773         * savehist.el (savehist-history-variables): Add `grep-find-history'.
4775         * subr.el (eval-after-load): Convert library name to an absolute
4776         file name using locate-library, since load-history no longer has
4777         library names in it.
4779 2005-10-22  Richard M. Stallman  <rms@gnu.org>
4781         * files.el (make-temp-file): Move from subr.el.
4782         * subr.el (make-temp-file): Move to files.el.
4784         * window.el (get-buffer-window-list): Move from subr.el.
4785         * subr.el (get-buffer-window-list): Move to window.el.
4787         * image.el (image-load-path): Use eval-at-startup to initialize.
4789         * subr.el (eval-at-startup): New macro.
4791         * subr.el: Much rearrangement of functions and division
4792         into pages.  No code changes.
4794 2005-10-22  Kenichi Handa  <handa@m17n.org>
4796         * tar-mode.el (tar-extract): Be sure to call
4797         find-operation-coding-system if set-auto-coding doesn't find a
4798         coding system.
4800 2005-10-22  Kim F. Storm  <storm@cua.dk>
4802         * image.el (image-type-header-regexps): Rename from image-type-regexps.
4803         Change users.
4804         (image-type-file-name-regexps): New defconst.
4805         (image-type-from-data): Simplify loop.
4806         (image-type-from-buffer): New defun.
4807         (image-type-from-file-header): Use it instead of image-type-from-data.
4808         Use image-search-load-path instead of only looking in data-directory.
4809         (image-type-from-file-name): New defun.
4810         (image-search-load-path): Change `pathname' to `filename'.
4811         Make PATH arg optional, default to image-load-path.
4813 2005-10-21  Richard M. Stallman  <rms@gnu.org>
4815         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
4817         * textmodes/paragraphs.el (sentence-end-base): New variable.
4818         (sentence-end): Use sentence-end-base.
4820 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4822         * font-lock.el (font-lock-default-fontify-region): Check the multiline
4823         property independently from the font-lock-multiline variable.
4825 2005-10-21  Richard M. Stallman  <rms@gnu.org>
4827         * emacs-lisp/find-func.el (find-library-name): Doc fix.
4829         * startup.el (command-line): Convert library names
4830         in `load-history' to absolute file names.
4832         * subr.el (symbol-file): Doc fix.
4834         * loadhist.el (file-loadhist-lookup): Call locate-library
4835         instead of find-library-name.  Don't try converting
4836         abs file names to library names, since load-history no longer
4837         has library names in it.
4838         (file-dependents, file-provides, file-requires): Doc fixes.
4840 2005-10-21  Juri Linkov  <juri@jurta.org>
4842         * progmodes/etags.el (tags-table-mode): New function.
4843         (tags-verify-table): Replace initialize-new-tags-table with
4844         tags-table-mode.
4846         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
4847         default value.
4848         (desktop-modes-not-to-save): Add tags-table-mode to the
4849         default value.
4851         * info.el (Info-index-next): Add total number of index
4852         alternatives to the message.
4854         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
4855         backward only space (instead of space and period) before looking
4856         at sentence end.
4858         * simple.el (set-variable): Use user-variable-p instead of symbolp.
4859         Add the old variable value as 4th default-value arg of read-string.
4861 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4863         * cus-face.el (custom-declare-face): Make face from X resources
4864         also on Mac.
4866         * disp-table.el (standard-display-g1, standard-display-graphic):
4867         Refuse to use string glyphs also on Mac.
4868         (standard-display-european): Don't set terminal coding system also
4869         on Mac.
4871         * frame.el (display-screens): Use x-display-screens also on Mac.
4873 2005-10-21  Romain Francoise  <romain@orebokech.com>
4875         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
4877 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4879         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
4880         and $? into sexps.
4882         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
4883         warning face on open-paren-in-column-0.
4885         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
4886         boundary case.  Fix typo.
4887         Suggested by Martin Rudalics <rudalics@gmx.at>.
4889 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
4891         * textmodes/org.el (org-combined-agenda-icalendar-file)
4892         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
4893         (org-export-icalendar-this-file)
4894         (org-export-icalendar-all-agenda-files)
4895         (org-export-icalendar-combine-agenda-files): New commands.
4896         (org-export-icalendar, org-print-icalendar-entries)
4897         (org-start-icalendar-file, org-finish-icalendar-file)
4898         (org-ical-ts-to-string): New functions.
4899         (org-read-date, org-goto-calendar)
4900         (org-agenda-goto-calendar): Inhibit displaying diary entries by
4901         call to `calendar'.
4902         (orgtbl-setup): Remove the :keys arguments from the menu description.
4903         (org-after-save-iCalendar-file-hook): New variable.
4905 2005-10-21  Kenichi Handa  <handa@m17n.org>
4907         * language/vietnamese.el (tcvn-5712): Make it an alias of
4908         vietnamese-tcvn coding-system.
4910 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
4912         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
4913         group id is given.
4915 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4917         * progmodes/sh-script.el (sh-escaped-line-re): New var.
4918         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
4919         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
4920         whose line is either continued or ends with a comment.
4922 2005-10-20  Romain Francoise  <romain@orebokech.com>
4924         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
4926         * replace.el (occur-engine): Add follow-link property.
4928         * font-core.el (font-lock-mode): Doc fix.
4930 2005-10-20  Richard M. Stallman  <rms@gnu.org>
4932         * net/rcirc.el: New file.
4934 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
4936         * term.el (term-term-name): Initialize to "eterm-color".
4938 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
4940         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
4941         for encryption functionality.
4942         Move allout customization subgroup from `editing' to `outlines' group.
4943         Fix commentary 'keywords' to legitimate ones.
4944         Update author info (using my current email address, obscurified).
4945         (allout-encrypt-string, allout-encryption-produce-work-buffer)
4946         (allout-encrypted-topic-p, allout-encrypted-text-type)
4947         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
4948         (allout-situate-encryption-key-verifier)
4949         (allout-get-encryption-key-verifier, allout-verify-key)
4950         (allout-next-topic-pending-encryption)
4951         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
4952         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
4953         (outline-key-verifier-handling, outline-key-hint-handling)
4954         (outline-encrypt-unencrypted-on-saves): New defcustoms.
4955         (allout-file-key-verifier-string, allout-encryption-scheme)
4956         (allout-key-verifier-string, allout-key-hint-string)
4957         (allout-after-save-decrypt): New variables.
4958         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
4959         (allout-after-saves-handler): New hook functions.
4960         (allout-post-command-business): Do allout-after-save-decrypt.
4961         (allout-enable-file-variable-adjustment): Custom var to enable
4962         mechanism for adding and adjusting settings of Emacs file variables.
4963         (allout-adjust-file-variable, allout-file-vars-section-data):
4964         New functions, implement the mechanism.
4965         (outlineify-sticky): Use the file vars mechanism.
4966         (allout-inhibit-protection, allout-during-write-cue)
4967         (allout-override-protect, allout-before-change-protect): Remove.
4968         (allout-flag-region, allout-open-topic): Adjust read-only text.
4969         (allout-open-line-not-read-only): Add to facilitate read-only
4970         text based protection.
4971         (allout-kill-line): Revise to adjust read-only text, clue the
4972         user about the inhibition.
4973         (allout-unprotected): Use unwind-protect.
4974         (allout-shift-in, allout-shift-out): Disallow manually shifting a
4975         topic deeper than the offspring depth of the previous topic -
4976         avoiding confusing "containment discontinuities".
4977         (allout-reindent-bodies): Fix retention of body relative hanging
4978         indent during promotion of collapsed bodies.
4979         (allout-open-topic): Make it easy to open new topic with same
4980         bullet as current topic - topic creation functions provided with
4981         any universal argument provokes now prompt for bullet, defaulting
4982         to the bullet of the previous topic.
4983         (allout-plain-bullets-string, allout-distinctive-bullets-string):
4984         Plain bullet alternates '.' period and ',' comma only.  All other
4985         bullets are relegated to special status (but customizable).
4986         (allout-end-of-entry): Rename from 'allout-end-of-current-entry
4987         since it actually operates w.r.t. most immediately containing
4988         entry, visible or not.
4989         (allout-hide-current-entry, allout-show-current-entry): Use the
4990         revised version.
4991         (allout-old-expose-topic): Solidify deprecation.
4992         (allout-end-of-subtree): Add so we can span concealed as well
4993         as visible topics.
4994         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
4995         (allout-end-of-current-heading): Tweak to just respect the first line.
4996         (allout-get-body-text): Add.
4997         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
4998         when invoked interactively.
4999         (allout-up-current-level): Use `interactive-p'.
5000         (allout-mode, allout-init): Miscellaneous docstring and
5001         operational refinements, as well as hookups of new encryption stuff.
5002         (allout-beginning-of-current-entry): Now works as advertised.
5003         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
5004         (allout-isearch-rectification): Refine condition for isearching.
5005         (allout-isearch-abort, allout-enwrap-isearch)
5006         (allout-flag-region, my-region-active-p): Relocate some macros.
5007         (allout-title): Fallback title is '(buffer-name)', not
5008         non-existing '(current-buffer-name)'.
5009         (subst-char-in-string): Define if absent (for some XEmacs versions).
5011 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
5013         * mail/sendmail.el (mail-setup-hook, mail-aliases)
5014         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
5015         (mail-citation-prefix-regexp, mail-signature-file)
5016         (mail-default-headers, mail-bury-selects-summary)
5017         (mail-send-nonascii): Add autoload cookies.
5019 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
5021         * frame.el (blink-cursor-mode): Add `mac' to the list of
5022         window-system's that support blinking cursor.
5024 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5026         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
5028 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
5030         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
5031         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
5032         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
5034 2005-10-20  Kim F. Storm  <storm@cua.dk>
5036         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
5037         (ido-set-current-directory): Don't add / after final @.
5038         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
5039         Explicitly handle ange-ftp completion oddities.
5040         (ido-make-file-list): Don't rotate list at tramp root to avoid
5041         triggering tramp file handler for expand-file-name via get-file-buffer.
5043 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5045         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
5047 2005-10-19  Jay Belanger  <belanger@truman.edu>
5049         * calc/calc-units.el (math-standard-units): Add units, adjust
5050         symbols and update values.
5051         (math-unit-prefixes):  Add more prefixes.
5053 2005-10-19  Romain Francoise  <romain@orebokech.com>
5055         * bookmark.el (bookmark-menu-heading): New face.
5056         (bookmark-bmenu-list): Use it.
5057         Don't fiddle with `baud-rate' at top-level.
5059 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
5061         * image.el (create-image, find-image): Mention max-image-size in
5062         docstring.
5064 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5066         * savehist.el (savehist-load): Revert to checking XEmacs.
5068         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
5069         Various docstring and line-width fixups.
5070         (conf-mode): Use cond.
5071         Set font-lock-defaults.  Don't set comment-use-syntax.
5073 2005-10-18  David Ponce  <david@dponce.com>
5075         * tree-widget.el (tree-widget-button-click): New function.
5076         (tree-widget-button-keymap): Use it.
5078 2005-10-18  Romain Francoise  <romain@orebokech.com>
5080         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5081         (bookmark-bmenu-hide-filenames): Add follow-link property.
5082         Improve help-echo text.
5084         * ffap.el (find-file-at-point): Doc fix.
5086 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5088         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
5090 2005-10-18  Masatake YAMATO  <jet@gyve.org>
5092         Install to the CVS repository what I forgot to install in my
5093         2005-10-16 changes.
5095         * progmodes/python.el (python-complete-symbol): Pass the common
5096         prefix substring of completion to `display-completion-list'.
5098         * textmodes/org.el (org-complete): Ditto.
5100 2005-10-18  Masatake YAMATO  <jet@gyve.org>
5102         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
5104         * woman.el (WoMan-xref-man-page): New button type derived
5105         from `Man-abstract-xref-man-page'.
5106         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
5108         * man.el (Man-abstract-xref-man-page): New button type.
5109         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
5110         (Man-highlight-references): Add new optional argument `xref-man-type'.
5112 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
5114         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
5116 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
5118         * cus-edit.el (Custom-move-and-invoke): Delete.
5119         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
5121         * wid-edit.el (widget-move-and-invoke): New function, from
5122         Custom-move-and-invoke.
5124 2005-10-17  Bill Wohler  <wohler@newt.com>
5126         Move all remaining images from lisp/toolbar to etc/images, move
5127         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
5128         the low resolution images in their own directory (low-color).
5130         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
5131         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
5132         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
5133         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
5134         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
5135         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
5136         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
5138         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
5139         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
5140         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
5141         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
5142         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
5143         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
5144         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
5145         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
5146         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
5147         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
5148         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
5149         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
5150         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
5151         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
5152         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
5154         To conform with convention, replace the underscore (_) in the
5155         following image names with dash (-) or (/) as appropriate.
5157         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
5158         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
5159         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
5160         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
5161         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
5162         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
5163         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
5164         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
5165         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
5166         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
5167         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
5168         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
5169         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
5170         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
5171         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
5173         * info.el (info-tool-bar-map): Replace underscores in image names
5174         with dashes.
5176         * makefile.w32-in (WINS): Remove toolbar.
5178         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
5180         * tool-bar.el: Move to lisp from toolbar.  Now that
5181         toolbar is empty, it should be deleted when folks run "cvs up -P".
5183 2005-10-18  Jay Belanger  <belanger@truman.edu>
5185         * calc/calc-store.el (calc-store-into): Get the proper variable name
5186         to display in message.
5188 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
5190         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
5191         expressions display in speedbar for all buffers when debugging.
5192         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
5194         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
5195         (speedbar-insert-button, speedbar-make-button):
5196         Use add-text-properties.
5197         (speedbar-update-localized-contents)
5198         (speedbar-update-directory-contents)
5199         (speedbar-update-special-contents): Use dolist.
5200         (speedbar-buffer-easymenu-definition): Add a menu separator.
5202 2005-10-17  Jason Rumney  <jasonr@gnu.org>
5204         * makefile.w32-in: Use $(lisp) consistently.
5205         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
5206         for shell specific generation of mh-autoloads.
5208 2005-10-17  Richard M. Stallman  <rms@gnu.org>
5210         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
5212 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5214         * jit-lock.el (jit-lock-fontify-now):
5215         Move jit-lock-context-unfontify-pos to avoid wasted work.
5217 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
5219         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
5220         `tramp-completion-mode' for checking if we are in completion mode.
5221         (tramp-completion-handle-file-name-all-completions): Reorder code
5222         in order to complete for file names only in case there are no
5223         method/user/host completions.  This is necessary for cooperation
5224         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
5226 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
5228         * longlines.el (longlines-search-forward)
5229         (longlines-search-backward): Match any number of spaces.
5231 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
5233         * diff-mode.el (diff-mode): Doc fix.
5235 2005-10-16  David Reitter <david.reitter@gmail.com>
5237         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
5238         as default on darwin and windows systems.
5240 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
5242         * arc-mode.el (archive-zip-extract): Doc fix.
5244 2005-10-16  Romain Francoise  <romain@orebokech.com>
5246         * mouse.el (mouse-1-click-follows-link): Doc fix.
5248 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5250         * savehist.el: Don't require CL at runtime.
5251         (savehist-xemacs): Remove.
5252         (savehist-coding-system): Use utf-8 if present, regardless of religion.
5253         (savehist-no-conversion): Use (featurep 'xemacs).
5254         (savehist-load): Check existence of start-itimer rather than XEmacs.
5255         Use an idle timer.
5256         (savehist-process-for-saving): Replace use of CL funs `subseq' and
5257         `delete-if-not'.
5259 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
5261         * savehist.el: Newer version.
5262         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
5263         (savehist-last-checksum, savehist-no-conversion): New vars.
5264         (savehist-autosave, savehist-process-for-saving, savehist-printable):
5265         New functions.
5266         (savehist-load, savehist-save): Use them.
5267         (savehist-delimit): Remove.
5269 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5271         * progmodes/compile.el (compilation-goto-locus): Display the
5272         compilation buffer first and the source buffer second, in case they're
5273         in overlapping frames.  Don't raise the compilation frame if it was the
5274         selected window upon entry.  Pass the `other-window' arg to
5275         pop-to-buffer.
5277         * info.el (Info-fontify-node): Use dolist.
5278         Change add-text-properties to put-text-property.
5280 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5282         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
5283         bound of search.
5285 2005-10-16  Masatake YAMATO  <jet@gyve.org>
5287         * dabbrev.el (dabbrev-completion): Pass the common
5288         prefix substring of completion to `display-completion-list'.
5290         * filecache.el (file-cache-minibuffer-complete)
5291         (file-cache-complete): Ditto.
5293         * tempo.el (tempo-display-completions): Ditto.
5295         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
5297         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
5299         * eshell/em-hist.el (eshell-list-history): Ditto.
5301         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
5303         * mail/mailalias.el (mail-complete): Ditto.
5305         * progmodes/etags.el (complete-tag): Ditto.
5307         * progmodes/make-mode.el (makefile-complete): Ditto.
5309         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
5311         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
5313         * progmodes/pascal.el (pascal-complete-word)
5314         (pascal-show-completions): Ditto.
5316         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
5318         * simple.el (completion-common-substring): New variable.
5319         (completion-setup-function): Use `completion-common-substring'
5320         to put faces.
5322 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5324         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
5325         (x-get-selection, mac-select-convert-to-string): Convert from/to
5326         UTF-16 clipboard data as in native byte order, no BOM.
5328 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
5330         * progmodes/gud.el (gud-tool-bar-map): Rename the images
5331         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
5332         (gud-sentinel): Use speedbar-frame to check for speedbar.
5334 2005-10-15  Richard M. Stallman  <rms@gnu.org>
5336         * savehist.el: New file.
5338 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
5340         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
5341         Fix bug in \bf fontification.
5343 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5345         * pcvs.el (cvs-edit-log-files): New var.
5346         (cvs-mode-edit-log): New arg `file'.
5347         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
5348         Instead force the use of the original file and nothing else.
5349         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
5350         the cvs-minor-wrap-function is set.
5351         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
5353 2005-10-14  Bill Wohler  <wohler@newt.com>
5355         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
5356         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
5357         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
5358         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
5359         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
5360         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
5361         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
5362         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
5363         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
5364         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
5365         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
5366         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
5367         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
5368         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
5369         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
5371         * progmodes/gud.el (gud-tool-bar-map): Rename the images
5372         appropriately (for example, gud-break to gud/break).
5374 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
5376         * longlines.el (longlinges-search-function)
5377         (longlines-search-forward, longlines-search-backward): New functions.
5378         (longlines-mode): Set isearch-search-fun-function to
5379         longlinges-search-function.
5381         * mouse.el (mouse-drag-region-1): Handle the case where a
5382         double-click event is bound to an arbitrary function.
5384 2005-10-14  David Ponce  <david@dponce.com>
5386         * recentf.el (recentf-track-opened-file)
5387         (recentf-track-closed-file, recentf-update-menu)
5388         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
5389         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
5390         mouse-1-click-follows-link.
5392 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5394         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
5395         Gnome file-manager.png.  Suggested by
5396         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
5398         * toolbar/README: Add diropen.xpm.
5400 2005-10-13  Bill Wohler  <wohler@newt.com>
5402         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
5403         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
5405 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5407         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
5408         Don't waste the byte-compiler's time on constant data.
5410 2005-10-13  Kenichi Handa  <handa@m17n.org>
5412         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
5413         byte with `escape-glyph' face.
5415         * international/fontset.el (ccl-encode-unicode-font):
5416         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
5417         Handle the case that ucs-mule-to-mule-unicode translates a character to
5418         ASCII (usually for IPA characters).
5420 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5422         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
5423         Don't hide the underline of titles if font-lock-mode is disabled.
5425 2005-10-12  Bill Wohler  <wohler@newt.com>
5427         * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
5428         (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
5429         files in MH-E-SRC have been updated.
5430         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
5432 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5434         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
5435         (mixal-mode-syntax-table): Add \n as end-comment.
5436         (mixal-operation-codes-alist): Immediately initialize to full value.
5437         (mixal-add-operation-code): Remove.
5438         (mixal-describe-operation-code): Make the arg non-optional.
5439         Use the interactive spec instead.
5440         Use mixal-operation-codes-alist rather than mixal-operation-codes.
5441         (mixal-font-lock-keywords): Don't highlight comments here any more.
5442         (mixal-font-lock-syntactic-keywords): New var.
5443         (mixal-mode): Use it.  Fix comment-start-skip.
5445 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5447         * startup.el (command-line-x-option-alist): -nb => -nbi
5449 2005-10-12  Kim F. Storm  <storm@cua.dk>
5451         * startup.el (fancy-splash-default-action): Discard mouse click in
5452         the splash screen window, as it has no sensible meaning in the
5453         next window to be selected.  Fixes error reported by Jan D.
5455 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5457         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
5459 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5461         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
5462         Try to fix up minor layout issues like indentation, line break, etc...
5463         (mixal-mode-syntax-table): Don't try to specify comment syntax,
5464         because it doesn't work.
5465         (mixal-operation-codes): Add some more codes.
5466         (mixal-font-lock-keywords): Process comments here.
5467         (mixal-mode): mixasm no longer needs -g option.
5469 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
5471         * progmodes/sh-script.el (sh-tmp-file):
5472         Use mktemp -t.  Finish support for es and rc shells.
5474 2005-10-11  Jay Belanger  <belanger@truman.edu>
5476         * calc/calcalg2.el (calc-integral): With an argument, compute the
5477         definite integral.
5479 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
5481         * mouse.el (mouse-drag-region-1): Don't try to catch a
5482         double-click when doing follow-link (it's overridden anyway).
5484 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
5486         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
5487         (autoload-print-form-outbuf): Add docstring.
5489 2005-10-11  Juri Linkov  <juri@jurta.org>
5491         * info.el (Info-mode-menu): Delete menu item "Edit".
5492         (Info-mode): Delete description of Info-edit from docstring,
5493         and rearrange descriptions of Info commands in the order
5494         they are documented in the Info manual.
5496 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5498         * calendar/appt.el (appt-check): Use diary-selective-display var.
5500 2005-10-10  Richard M. Stallman  <rms@gnu.org>
5502         * net/newsticker.el (newsticker-start, newsticker-show-news):
5503         Add autoload cookies.
5505 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
5507         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
5509 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
5511         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
5513 2005-10-10  Jay Belanger  <belanger@truman.edu>
5515         * calc/calc-arith.el (math-check-known-scalarp)
5516         (math-check-known-matrixp): Check the values of arguments that are
5517         variables.
5518         (math-check-known-square-matrixp): New function.
5519         (math-known-square-matrixp): Use math-check-known-square-matrixp.
5520         (math-super-types): Add sqmatrix type.
5522         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
5523         mode name `square' to 'sqmatrix'.
5525         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
5526         mode name `square' to 'sqmatrix'.
5528 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5530         * progmodes/etags.el (select-tags-table-mode): Don't use
5531         selective-display.
5532         (tags-select-tags-table): Pass `button' to the action function.
5533         (select-tags-table): Place the side-info on button properties rather
5534         than in hidden text.  Abbreviate file names.
5535         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
5536         (select-tags-table-select): Add `button' argument.
5537         Get side-info from the button property rather than from hidden text.
5539 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
5541         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
5542         (gud-speedbar-buttons): Preserve point if possible.
5543         (gud-sentinel): Restore previous speedbar display type.
5545         * progmodes/gdb-ui.el (gdba): Improve diagram.
5546         (def-gdb-auto-update-handler, gdb-info-locals-handler)
5547         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
5548         Call get-buffer-window once.
5550 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5552         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
5553         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
5554         (pascal-indent-command): Remove unused var `ind'.
5555         (pascal-indent-case): Remove unused var `oldpos'.
5556         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
5557         since it's now used as a proper minor mode map.
5558         (pascal-outline): Rename to pascal-outline-mode.
5559         (pascal-outline-mode): Use define-minor-mode.
5560         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
5561         selective-display.
5563 2005-10-10  Andreas Schwab  <schwab@suse.de>
5565         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
5566         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
5568         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
5569         outside source directory.
5571 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
5573         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
5574         C-x' as a prefix.
5575         (orgtbl-mode-map): Full keymap instead of sparse, because all
5576         `self-insert-command' keys are redefined in this map.
5577         (org-export-as-html): Specify charset for HTML file, by taking it
5578         from the coding system.
5580 2005-10-10  Kenichi Handa  <handa@m17n.org>
5582         * textmodes/flyspell.el (flyspell-check-word-p):
5583         If unread-command-events is non-empty, don't call sit-for.
5585 2005-10-09  Richard M. Stallman  <rms@gnu.org>
5587         * font-lock.el (font-lock-syntactic-keywords)
5588         (font-lock-keywords): Doc fixes.
5590         * textmodes/flyspell.el (flyspell-external-point-words):
5591         Simplify logic, and don't try to check for consecutive appearances
5592         of one incorrect word.
5594 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
5596         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
5597         separator.
5599         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
5600         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
5601         (gud-expansion-speedbar-buttons): New function.
5602         (gud-speedbar-buttons): Check for gud-comint-buffer.
5604 2005-10-09  Bill Wohler  <wohler@newt.com>
5606         * Makefile.in (updates): Add mh-loaddefs dependency.
5608 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
5610         * speedbar.el (speedbar-file-key-map): Fix typo.
5612 2005-10-09  Daniel Brockman  <daniel@brockman.se>
5614         * cus-start.el (line-spacing): Add custom spec.
5616 2005-10-09  Romain Francoise  <romain@orebokech.com>
5618         * textmodes/ispell.el (ispell-check-version): Fix last change.
5620 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5622         * term/x-win.el: Remove -i, --icon-type from comment.
5624         * startup.el (command-line-x-option-alist): Remove options -i,
5625         -itype, --icon-type, added -nb, --no-bitmap-icon
5627 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
5629         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
5630         instead of :active.
5632 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5634         * textmodes/ispell.el (ispell-check-version):
5635         Ignore hyphen, and all that follows, in aspell's version text.
5637 2005-10-08  Jay Belanger  <belanger@truman.edu>
5639         * calc/calc-arith.el (math-known-square-matrixp): New function.
5640         (math-pow-fancy): Check for matrices before distributing exponent
5641         across products.
5643         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
5644         fullscreen keypad.  Suggested by Luc Teirlinck.
5645         (calc-keypad-show-input): Add space for formatting.
5647         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
5648         Add square matrix option.
5650         * calc/calc-poly.el (math-expand-term): Check for matrices instead
5651         of checking calc-matrix-mode when deciding how to expand.
5653         * calc/calc.el (calc-set-mode-line): Add square matrix option.
5655 2005-10-08  Lars Hansen  <larsh@soem.dk>
5657         * net/tramp.el (tramp-perl-directory-files-and-attributes):
5658         Add error handling.
5659         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
5661 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
5663         Sync with Tramp 2.0.51.
5665         * net/tramp.el (tramp-handle-set-visited-file-modtime)
5666         (tramp-handle-insert-file-contents, tramp-handle-write-region):
5667         Insert special handling for `last-coding-system-used', again
5668         it still seems to be necessary (unlike stated before).
5669         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
5670         (tramp-password-prompt-regexp): There might be other words before
5671         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
5672         (tramp-chunksize): Improve docstring.
5673         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
5674         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
5675         Christian Joergensen <bugs@razor.dk>.
5677 2005-10-07  Glenn Morris  <rgm@gnu.org>
5679         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
5680         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
5681         precision'.
5683 2005-10-07  Romain Francoise  <romain@orebokech.com>
5685         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
5686         (ibuffer-do-shell-command-pipe-replace)
5687         (ibuffer-do-shell-command-file, ibuffer-do-eval)
5688         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
5689         (ibuffer-do-revert, ibuffer-do-replace-regexp)
5690         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
5691         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
5692         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
5693         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
5694         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
5695         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
5696         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
5697         Autoload file sans suffix.
5699         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
5701 2005-10-07  David Ponce  <david@dponce.com>
5703         * recentf.el (recentf-menu-open-all-flag): New option.
5704         (recentf-digit-shortcut-command-name): New function.
5705         (recentf--shortcuts-keymap): New variable.
5706         (recentf-menu-shortcuts): New variable.
5707         (recentf-make-menu-items): Initialize it.  Replace the "More..."
5708         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
5709         (recentf-menu-value-shortcut): New function.
5710         (recentf-make-menu-item): Use it.  No more in-lined.
5711         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
5712         (recentf-open-most-recent-file): Rename from
5713         `recentf-open-file-with-key'.  Don't depend on key binding.
5714         (recentf-mode-map): New variable.
5715         (recentf-mode): Use it.
5717 2005-10-06  Bill Wohler  <wohler@newt.com>
5719         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
5721         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
5722         (MH-E-SRC): New.  Used by mh-autoloads.
5723         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
5724         files in MH-E-SRC have been updated.
5725         (compile, recompile, bootstrap): Depend on mh-autoloads.
5727 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
5729         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
5730         gud-break and gud-remove icons when the fringe is not available.
5732         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
5733         Typo.
5735 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
5737         * play/zone.el (zone): Wrap body with save-window-excursion.
5739 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5741         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
5742         Use the new `list-only' arg to diary-list-entries.
5744         * calendar/diary-lib.el: Use overlays rather than selective-display.
5745         (diary-selective-display): New var.
5746         (diary-header-line-format): Use it.
5747         (diary-list-entries): Add argument `list-only'.
5748         Put the buffer in diary-mode.  Don't add \^M at beg and end.
5749         Replace \^M by invisible overlays.
5750         (diary-unhide-everything): Replace \^M by invisible overlays.
5751         (print-diary-entries): Look for overlays rather than \^M.
5752         Add a space to the temp buffer name.
5753         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
5754         Put the buffer in diary-mode.
5755         (list-sexp-diary-entries): Replace \^M by invisible overlays.
5756         (diary-anniversary): Make the year arg optional.
5757         (diary-time-regexp): New const.
5758         (diary-font-lock-keywords): Use it to accept a few more time formats.
5760         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
5762 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
5764         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
5765         Fix bug introduced 2005-07-03: Use (car (last ...))
5766         to faithfully reproduce replaced artist-last.
5767         (artist-set-arrow-points-for-poly): Likewise.
5768         Suggested by Johan Bockg\e,Ae\e(Brd.
5770 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
5772         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
5773         * wid-edit.el (widget):
5774         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
5775         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
5777 2005-10-06  Kenichi Handa  <handa@m17n.org>
5779         * international/mule-cmds.el (set-language-environment):
5780         Fix setting up of case-table for unibyte mode.
5782         * simple.el (what-cursor-position): If the character is displayed
5783         by some `display' text property, show that.  Don't use
5784         single-key-description for eight-bit characters in multibyte mode.
5786 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
5788         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
5789         (gdb-ann3): Set it.
5790         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
5791         (gdb-info-frames-custom): Use inverse-video for first five
5792         characters of selected frame only.
5793         (gdb-get-frame-number): Select frame even when point is on frame
5794         number.
5796 2005-10-06  Masatake YAMATO  <jet@gyve.org>
5798         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
5799         Put `font-lock-function-name-face'.
5800         (gdb-info-frames-custom): Put `font-lock-function-name-face'
5801         and `font-lock-variable-name-face'
5802         (gdb-registers-font-lock-keywords): New font lock keywords definition.
5803         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
5804         (gdb-memory-font-lock-keywords): New font lock keywords definition.
5805         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
5806         (gdb-local-font-lock-keywords): New font lock keywords definition.
5807         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
5808         (gdb-threads-font-lock-keywords): New font lock keywords definition.
5809         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
5811 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
5813         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
5814         (ediff-merge-region-is-non-clash-to-skip): Previously called
5815         ediff-merge-region-is-non-clash.
5817         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
5818         Use insert-buffer-substring.
5820         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
5821         selecting files to patch.  Also bug fixes.
5823         * ediff-util.el (ediff-setup): Bug fix.
5824         (ediff-next-difference): Never skip clashes that differ in white
5825         space only.
5827         * ediff-wind.el (ediff-setup-control-frame)
5828         (ediff-destroy-control-frame): Check the menubar feature.
5830         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
5831         (viper-refresh-mode-line): Use make-local-variable to localize
5832         some vars instead of make-variable-buffer-local.  Suggested by
5833         Stefan Monnier.
5835         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
5836         (viper-restore-cursor-type, viper-set-insert-cursor-type):
5837         Use make-local-variable instead of make-variable-buffer-local.
5838         Suggested by Stefan Monnier.
5840         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
5841         (viper-comint-mode-hook): Use make-local-variable on
5842         require-final-newline.
5843         (viper-non-hook-settings): Don't use make-variable-buffer-local.
5845 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5847         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
5848         also the second char of a comment-start sequence.
5849         (scheme-sexp-comment-syntax-table): New var.
5850         (lambda, define): Set their scheme-doc-string-elt property.
5851         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
5852         Use lisp-font-lock-syntactic-face-function now that it properly
5853         handles |...| symbols.
5854         (scheme-mode-variables): Set lisp-doc-string-elt-property,
5855         parse-sexp-lookup-properties and font-lock-extra-managed-props.
5857         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
5858         bit from # to |.
5859         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
5861         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
5862         (lisp-doc-string-elt-property): New var.
5863         (lisp-font-lock-syntactic-face-function): Use it.
5864         Rewrite to recognize docstrings even for forms not at toplevel.
5866         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
5867         annotation on the | part of #| rather than on the # part.
5868         (scheme-font-lock-syntactic-face-function): New function, to
5869         distinguish strings from |...| symbols.
5870         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
5871         syntax-table so that #|...|# is properly highlighted.
5873         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
5874         Don't mark as docstring the 3rd elem of an unknown toplevel form.
5876 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5878         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
5879         and C-e.
5881         * emacs-lisp/eldoc.el: Move comments into docstrings.
5882         (eldoc-message-commands): Initialize in its declaration.
5883         Add move-beginning-of-line and move-end-of-line.
5884         (eldoc-add-command, eldoc-add-command-completions)
5885         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
5887         * outline.el (outline-mark-subtree): Activate the mark.
5889         * calendar/appt.el (appt-time-regexp): New var.
5890         (appt-add, appt-make-list): Use it.
5891         (appt-convert-time): Clean up.
5893         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
5894         Don't set any syntax-table property here.
5895         (tex-font-lock-verb): New function.  Do it here.
5896         (tex-font-lock-syntactic-keywords): Use it.
5898 2005-10-04  Richard M. Stallman  <rms@gnu.org>
5900         * wid-edit.el (widget-file-complete): Get the widget start point
5901         the right way.  Default directory to `/' if file has none.
5903         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
5905         * textmodes/flyspell.el (flyspell-mode-on):
5906         Call ispell-maybe-find-aspell-dictionaries.
5908         * textmodes/ispell.el (ispell-word, ispell-region):
5909         Call ispell-maybe-find-aspell-dictionaries.
5910         (ispell-accept-buffer-local-defs):
5911         Don't call ispell-maybe-find-aspell-dictionaries
5913 2005-10-04  Richard M. Stallman  <rms@gnu.org>
5915         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
5917 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
5919         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
5920         instead of `fboundp' in order to allow for anonymous functions.
5922 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
5924         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
5925         case the user clicks on the link while another window is selected.
5926         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
5928         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
5929         functionality.
5930         (dframe-help-echo): Save point in case mouse tracking is off.
5932 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
5934         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
5936 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5938         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
5939         not change the global value of those vars.
5941         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
5942         make-local-variable which we do not need any more.
5944 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
5946         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
5947         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
5948         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
5949         (speedbar-path-line): Define obsolete aliases.
5950         (speedbar-line-directory): Doc fix.
5952         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
5953         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
5954         instead of speedbar-line-path.
5956 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5958         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
5959         to nil if dropping on a window.  Handle dropping on a minibuffer window
5960         like dropping on a non-window part of Emacs.
5962 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5964         * net/ange-ftp.el: Use with-current-buffer.
5965         (ange-ftp-insert-directory): Do not follow symlinks any more.
5967         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
5968         Remove interactive spec.
5970 2005-10-03  Kim F. Storm  <storm@cua.dk>
5972         * ido.el (ido-mode): Use custom-initialize-set.
5974 2005-10-02  Richard M. Stallman  <rms@gnu.org>
5976         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
5977         Use insert-buffer-substring.
5979         * net/tramp.el: Pacify byte compiler warnings in pacification code.
5980         (tramp-handle-file-local-copy): Use insert-buffer-substring.
5982 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5984         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
5985         in last change.
5986         (ange-ftp-insert-directory): Fix up the search for the case where
5987         `file' is absolute.
5989 2005-10-02  Romain Francoise  <romain@orebokech.com>
5991         * progmodes/compile.el (compile-goto-error): Delete extra paren.
5993 2005-10-02  Andreas Schwab  <schwab@suse.de>
5995         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
5996         directory component in the session info.
5998 2005-10-01  Richard M. Stallman  <rms@gnu.org>
6000         * comint.el (comint-redirect-subvert-readonly): Doc fix.
6002         * simple.el (next-error-internal): New function.
6004         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
6005         (compilation-start): Pass new arg to compilation-buffer-name.
6006         (compile-goto-error): Use next-error-internal.
6008 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
6010         * speedbar.el: Remove RCS tag.
6011         (speedbar-check-read-only): Handle non-existent files.
6013         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
6015         * info.el (Info-speedbar-hierarchy-buttons)
6016         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
6018 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6020         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
6021         Do not match newline.
6022         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
6023         (bibtex-summary): Remove unnecessary save-excursion.
6024         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
6026 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6028         * term/mac-win.el: Add charset info for "iso10646-1".
6029         Modify default fontset to use ATSUI-compatible fonts for some charsets
6030         if available.
6032 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
6034         * speedbar.el: Re-apply arch tag.
6035         (speedbar-version): Rename to version 1.0.  Suggested by Eric
6036         M. Ludlam.
6037         Reapply two changes from Emacs CVS' version of speedbar lost
6038         during the merge:
6039         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
6040         (speedbar-frame-parameters): Improve customize type.
6042 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6044         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
6045         (ange-ftp-file-directory-p): Fix the symlink case.
6046         (ange-ftp-insert-directory): When listing a single file, get a list of
6047         the parent buffer and extract the relevant line.  Inspired from a patch
6048         by Katsumi Yamaoka <yamaoka@jpl.org>.
6049         (ange-ftp-file-name-sans-versions): Simplify.
6051 2005-09-30  Bill Wohler  <wohler@newt.com>
6053         Move MH-E image files from toolbar and mail directories into
6054         etc/images.
6056         * mail/reply2.*: Move to etc/images/mail/reply*.
6058         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
6059         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
6060         etc/images.
6062         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
6063         * toolbar/reply*: Move to etc/images/mail.
6065         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
6067 2005-09-30  Eric M. Ludlam <zappo@gnu.org>
6069         * speedbar.el: New version 1.0pre3.
6071         Frame management code (including timer, and mouse click specifics)
6072         moved to dframe.el:
6073         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
6074         (speedbar-timer): Removed.  Use dframe-timer.
6075         (speedbar-close-frame): Removed.  Use dframe-close-frame.
6076         (speedbar-activity-change-focus-flag): Removed.  Use
6077         dframe-activity-change-focus-flag.
6078         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
6079         dframe-update-speed.
6081         (speedbar-current-frame): New macro.  Use this instead of the
6082         variable speedbar-frame.
6084         (speedbar-use-images, speedbar-expand-image-button-alist)
6085         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
6087         (speedbar-find-image-on-load-path): Removed.  Replaced by
6088         defezimage in ezimage.el.
6089         (speedbar-expand-image-button-alist): Removed.  Replaced by
6090         ezimage-expand-image-button-alist in ezimage.el.
6092         (speedbar-ignored-directory-regexp)
6093         (speedbar-add-ignored-directory-regexp)
6094         (speedbar-ignored-directory-expressions)
6095         (speedbar-line-directory, speedbar-buffers-line-directory)
6096         (speedbar-directory-line, speedbar-buffers-line-directory):
6097         Renamed, replacing `path' with `directory'.
6099         (speedbar-create-directory, speedbar-expand-line-descendants)
6100         (speedbar-toggle-line-expansion)
6101         (speedbar-contract-line-descendants): New commands.
6103         (speedbar-query-confirmation-method, speedbar-select-frame-method)
6104         (speedbar-use-tool-tips-flag): New options.
6106         (speedbar-check-read-only, speedbar-require-version)
6107         (speedbar-insert-separator, speedbar-buffers-tail-notes)
6108         (speedbar-handle-delete-frame, speedbar-try-completion)
6109         (speedbar-update-localized-contents): New functions.
6111         (speedbar-incompatible-version, speedbar-ro-to-do-point)
6112         (speedbar-object-read-only-indicator): New variables.
6114         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
6115         New hooks.
6117         (speedbar-separator-face): New face.
6119         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
6120         (speedbar-ignored-modes): Add fundamental-mode.
6121         (speedbar-directory-unshown-regexp): Add . directories.
6123         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
6124         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
6125         `]' for full expand/close.
6126         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
6128         (speedbar-check-vc): Support hidden files.
6129         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
6130         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
6131         state is nil, it is not checked out.
6133         (speedbar-line-text, speedbar-line-token): Support expand buttons
6134         with no text.
6135         (speedbar-refresh): Universal argument acts as power-click.
6136         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
6137         that buffer to get variable values.
6139         And many other bugfixes.
6141         * dframe.el, ezimage.el, sb-image.el: New files.
6143         * sb-*.xpm: Remove files.  New image files installed into
6144         etc/images/ezimage.
6146 2005-09-30  Kenichi Handa  <handa@m17n.org>
6148         * ps-mule.el (ps-mule-show-warning): If a character is in
6149         ps-print-translation-table, don't treat it as non-printable.
6151 2005-09-30  David Ponce  <david@dponce.com>
6153         * tree-widget.el (tree-widget-themes-load-path): New variable.
6154         (tree-widget-themes-directory): Doc fix.
6155         (tree-widget-image-formats) [Emacs]: Doc fix.
6156         (tree-widget--locate-sub-directory): New function.
6157         (tree-widget-themes-directory): Use it.
6159         * recentf.el (recentf-filename-handlers): Rename from
6160         `recentf-filename-handler'.  Allow a list of functions.
6161         (recentf-menu-items-for-commands): Fix :help strings.
6162         (recentf-apply-filename-handlers): New function.
6163         (recentf-expand-file-name): Use it.
6164         (recentf-cleanup): Remove duplicates too.
6166 2005-09-29  Juri Linkov  <juri@jurta.org>
6168         * faces.el: Rearrange face definitions to be in the same order as
6169         their face descriptions in "(emacs)Standard Faces".
6171         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
6173         * tooltip.el (tooltip): Add group `basic-faces'.
6175         * buff-menu.el (Buffer-menu-buffer): Remove group
6176         `font-lock-highlighting-faces'.
6178         * progmodes/compile.el (compilation-error, compilation-warning)
6179         (compilation-info, compilation-line-number, compilation-column-number):
6180         Change group from `font-lock-highlighting-faces' to `compilation'.
6182         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
6183         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
6184         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
6185         (vhdl-font-lock-reserved-words-face)
6186         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
6187         `font-lock-highlighting-faces'.
6189         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
6191 2005-09-28  Kim F. Storm  <storm@cua.dk>
6193         * emulation/cua-base.el: Set CUA move property on additional commands:
6194         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
6195         forward-sexp, backward-sexp, forward-list, backward-list.
6197 2005-09-28  Romain Francoise  <romain@orebokech.com>
6199         * comint.el (comint-show-output): Really set point at the
6200         beginning of the output when not using `comint-use-prompt-regexp'.
6202 2005-09-27  Jay Belanger  <belanger@truman.edu>
6204         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
6205         in TeX mode.
6207 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
6209         * textmodes/org.el (org-table-sum): Fix format string.
6211         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
6212         Quote face names.
6214 2005-09-26  Romain Francoise  <romain@orebokech.com>
6216         * isearch.el (isearch-forward-regexp): Close doc string.
6218 2005-09-25  Richard M. Stallman  <rms@gnu.org>
6220         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
6222         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
6224         * progmodes/compile.el (compilation-error-properties):
6225         When getting the file from the previous error message,
6226         correctly decode the new data format.
6228         * progmodes/cc-cmds.el (c-electric-paren):
6229         Call old-blink-paren only for close-paren.
6231 2005-09-24  Andreas Schwab  <schwab@suse.de>
6233         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
6234         condition.
6236 2005-09-25  Romain Francoise  <romain@orebokech.com>
6238         * dired-aux.el (dired-copy-file-recursive):
6239         * dired.el (dired-delete-file):
6240         * ediff-mult.el (ediff-dir-diff-copy-file):
6241         * ediff-util.el (ediff-test-save-region):
6242         * forms.el (forms-mode):
6243         * ido.el (ido-file-internal, ido-delete-file-at-head):
6244         * log-edit.el (log-edit-done):
6245         * ses.el (ses-yank-resize):
6246         * play/gomoku.el (gomoku-human-plays, gomoku)
6247         (gomoku-human-resigns, gomoku-prompt-for-other-game)
6248         (gomoku-offer-a-draw):
6249         * play/landmark.el (lm-human-resigns, lm):
6250         * net/eudcb-ldap.el (eudc-ldap-check-base):
6251         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
6252         * progmodes/ebrowse.el (ebrowse-find-pattern):
6253         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
6254         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
6255         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
6257         * vc.el (vc-delete-file):
6258         * play/gomoku.el (gomoku-terminate-game, gomoku)
6259         (gomoku-prompt-for-move, gomoku-human-takes-back):
6260         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
6261         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
6263 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
6265         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
6266         color rxvt terminals by using the code xterm.el used to use before
6267         2005-04-09 in order to match the colors used by rxvt.
6269 2005-09-24  Emanuele Giaquinta <emanuele.giaquinta@gmail.com>  (tiny change)
6271         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
6272         colors rxvt-unicode terminals by using the same code as xterm.el.
6274 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6276         * textmodes/tex-mode.el (tex-font-lock-append-prop)
6277         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
6278         new symbol used for the tex-verbatim face.
6280 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
6282         * woman.el (woman-file-name):
6283         * wid-edit.el (widget-file-prompt-value)
6284         (widget-coding-system-prompt-value):
6285         * w32-fns.el (set-w32-system-coding-system):
6286         * vc.el (vc-version-diff, vc-annotate):
6287         * textmodes/reftex-auc.el (reftex-arg-cite)
6288         (reftex-arg-index-tag):
6289         * textmodes/refer.el (refer-get-bib-files):
6290         * textmodes/artist.el (artist-figlet-choose-font):
6291         * terminal.el (terminal-emulator):
6292         * replace.el (occur-read-primary-args):
6293         * rect.el (string-rectangle, string-insert-rectangle):
6294         * ps-print.el (ps-print-preprint):
6295         * progmodes/pascal.el (pascal-goto-defun):
6296         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
6297         * progmodes/compile.el (compilation-find-file):
6298         * printing.el (pr-interactive-n-up):
6299         * play/animate.el (animate-birthday-present):
6300         * net/rcompile.el (remote-compile):
6301         * man.el (man, Man-goto-section, Man-follow-manual-reference):
6302         * mail/rmailsum.el (rmail-summary-search-backward)
6303         (rmail-summary-search):
6304         * mail/rmailout.el (rmail-output-read-rmail-file-name)
6305         (rmail-output-read-file-name):
6306         * mail/rmail.el (rmail-search, rmail-search-backwards):
6307         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
6308         * locate.el (locate):
6309         * international/quail.el (quail-show-keyboard-layout):
6310         * international/mule.el (set-buffer-file-coding-system)
6311         (revert-buffer-with-coding-system, set-file-name-coding-system)
6312         (set-terminal-coding-system, set-keyboard-coding-system)
6313         (set-next-selection-coding-system):
6314         * international/mule-diag.el (describe-coding-system)
6315         (describe-font, describe-fontset):
6316         * international/mule-cmds.el (universal-coding-system-argument)
6317         (search-unencodable-char, describe-input-method)
6318         (set-language-environment, describe-language-environment):
6319         * international/codepage.el (codepage-setup):
6320         * international/code-pages.el (codepage-setup):
6321         * info.el (Info-search, Info-follow-reference)
6322         (Info-search-backward):
6323         * emacs-lisp/advice.el (ad-read-advised-function)
6324         (ad-read-advice-class, ad-clear-cache, ad-activate)
6325         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
6326         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
6327         (ad-read-regexp):
6328         * ediff-util.el (ediff-toggle-regexp-match):
6329         * ediff-ptch.el (ediff-prompt-for-patch-file):
6330         * dired-aux.el (dired-diff):
6331         * diff.el (diff):
6332         * cus-edit.el (custom-variable-prompt):
6333         * calendar/timeclock.el (timeclock-ask-for-project):
6334         * calc/calcalg3.el (calc-get-fit-variables):
6335         * calc/calc-store.el (calc-edit-variable)
6336         (calc-permanent-variable):
6337         * vc-mcvs.el (vc-mcvs-register):
6338         * shadowfile.el (shadow-define-literal-group):
6339         * woman.el (woman-file-name):
6340         * vc.el (vc-version-diff, vc-merge):
6341         * textmodes/reftex-index.el (reftex-index-complete-tag):
6342         * format.el (format-decode-buffer, format-decode-region):
6343         * emulation/viper-cmd.el (viper-read-string-with-history):
6344         * emacs-lisp/debug.el (cancel-debug-on-entry):
6345         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6346         * ediff.el (ediff-merge-revisions)
6347         (ediff-merge-revisions-with-ancestor, ediff-revision):
6348         * completion.el (interactive-completion-string-reader):
6349         * calc/calc-prog.el (calc-user-define-formula):
6350         Follow convention for reading with the minibuffer.
6352 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
6354         * progmodes/python.el (python-describe-symbol): Add globals() and
6355         locals() to the arguments of emacs.ehelp.
6357 2005-09-24  Magnus Henoch  <mange@freemail.hu>
6359         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
6360         New function, code extracted from ispell-valid-dictionary-list.
6361         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
6362         Call it.
6364 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
6366         * subr.el (version-regexp-alist): Extend valid syntax for version
6367         strings: allow any of the characters -,_,+ to separate the
6368         alpha/beta/rc part from the version part.  Doc fix.
6369         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
6371 2005-09-23  David Reitter  <david.reitter@gmail.com>
6373         * mail/mailclient.el: New file.
6375 2005-09-23  Richard M. Stallman  <rms@gnu.org>
6377         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
6378         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
6379         Doc fixes.
6381         * progmodes/cc-mode.el (c-font-lock-init):
6382         Specify font-lock-lines-before.
6384 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6386         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
6387         whole conflict.
6389 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
6391         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
6392         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
6393         of `remap' feature when available.  Additional key bindings for
6394         better tty support.
6395         (org-mode-restart, org-force-self-insert): New commands.
6396         (org-time-stamp-inactive): New command.
6397         (org-remap): New function.
6398         (org-table-auto-blank-field, org-level-color-stars-only): New options.
6399         (org-enable-fixed-width-editor): Move to `org-structure'
6400         customization group.
6401         (org-self-insert-command, orgtbl-self-insert-command): Modify to
6402         blank field after field motion commands.
6404 2005-09-23  Kenichi Handa  <handa@m17n.org>
6406         * international/mule-cmds.el (set-language-environment):
6407         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
6408         have to call utf-translate-cjk-load-tables.
6410 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6412         * mouse.el (mouse-move-drag-overlay): Fix last change.
6414 2005-09-22  David Ponce  <david@dponce.com>
6416         * tree-widget.el (tree-widget-value-create): Fix previous change.
6418 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
6420         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
6422 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6424         * mouse.el (mouse-move-drag-overlay): New function.
6425         (mouse-drag-region-1): Use it.
6426         Try to simplify a bit the state handling.  Handle clicks on links
6427         inside intangible areas.
6428         (mouse-save-then-kill): Minor simplification.
6429         (mouse-secondary-overlay): Make it always non-nil instead of
6430         recreating it each time.
6431         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
6432         (mouse-kill-secondary, mouse-secondary-save-then-kill):
6433         Simplify accordingly.
6435 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
6437         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
6439 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
6441         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
6442         (ediff-file-name-sans-prefix): Treat nil as an empty string.
6443         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
6444         to patch.
6446         * ediff-util.el: Use insert-buffer-substring.
6448         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
6450         * emulation/viper-cmd.el (viper-change-state): Don't move over the
6451         field boundaries in the minibuffer.
6452         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
6453         (viper-minibuffer-post-command-hook): New hook.
6454         (viper-line): Don't move cursor at bolp.
6456         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
6458         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
6459         avoid compiler warnings.
6461         * emulation/viper-macs.el (ex-map): Better messages.
6463         * emulation/viper-utils.el (viper-beginning-of-field): New function.
6465         * emulation/viper.el: Replace make-variable-buffer-local with
6466         viper-make-variable-buffer-local everywhere, to avoid warnings.
6468 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6470         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
6471         Delete unused var `old-selected-window'.
6472         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
6473         (mouse-drag-secondary): Delete unused var `start-frame'.
6475 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
6477         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
6479 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6481         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
6482         Re-indent within 80 columns.  Use inhibit-read-only.
6484 2005-09-19  Romain Francoise  <romain@orebokech.com>
6486         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
6488 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6490         * font-lock.el (font-lock-default-fontify-region): Don't add a line
6491         unconditionally, since the after-change-function already did it.
6493 2005-09-19  Miles Bader  <miles@gnu.org>
6495         * net/newsticker.el: Get rid of CVS keyword.
6497 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
6499         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
6500         The prompt is formatted later.
6502 2005-09-19  David Ponce  <david@dponce.com>
6504         * tree-widget.el (tree-widget-value-create): Save the converted
6505         tree :node widget.
6507 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
6509         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
6510         variable `message'.
6512 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
6514         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
6515         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
6516         <slawomir.nowaczyk.847@student.lu.se>.
6518 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
6520         * image.el (image-load-path): Use symbol `data-directory' instead
6521         of its value, for backward compatibility with packages that bind
6522         it during `find-image'.  Suggested by Katsumi Yamaoka.
6523         (image-search-load-path): Handle symbols whose values are strings.
6525 2005-09-18  Romain Francoise  <romain@orebokech.com>
6527         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
6528         with-current-buffer form in save-excursion.
6530 2005-09-18  D Goel  <deego@gnufans.org>
6532         * apropos.el (apropos-command): Fix `message' call: first arg
6533         should be a format spec.  In this and all other cases that appear
6534         below and elsewhere in the source code, I made a change only when
6535         two conditions were satisfied: [1] I can think of a possibility
6536         that the arguments would cause an error, for example, the code in
6537         question relies on external variables such as filenames.  [2] I
6538         was sure that the arg to `message' could not have been nil in the code.
6540         * textmodes/tildify.el (tildify-region): Ditto.
6542         * textmodes/reftex-index.el (reftex-index-change-entry)
6543         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
6544         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
6545         * textmodes/org.el (org-complete, org-deadline, org-schedule)
6546         (org-priority, org-table-sum):
6547         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
6548         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
6549         (flyspell-word, flyspell-display-next-corrections):
6550         * textmodes/bibtex.el (bibtex-print-help-message):
6551         * textmodes/artist.el (artist-key-set-point-poly):
6552         * term/mac-win.el (mac-services-insert-text):
6553         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
6554         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
6555         (vhdl-port-paste-testbench, vhdl-compose-new-component)
6556         (vhdl-compose-configuration):
6557         * progmodes/sh-script.el (sh-blink, sh-show-indent)
6558         (sh-set-indent, sh-learn-line-indent):
6559         * progmodes/ps-mode.el (ps-mode-target-column):
6560         * progmodes/idlwave.el (idlwave-make-tags)
6561         (idlwave-scan-library-catalogs):
6562         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
6563         * progmodes/gud.el (gud-jdb-analyze-source):
6564         * progmodes/flymake.el (flymake-log):
6565         * progmodes/ebnf2ps.el (ebnf-generate-region):
6566         * progmodes/cmacexp.el (c-macro-expansion):
6567         * progmodes/ada-xref.el (ada-treat-cmd-string):
6568         * progmodes/ada-mode.el (ada-create-case-exception-substring)
6569         (ada-justified-indent-current, ada-batch-reformat):
6570         * play/zone.el (zone):
6571         * play/landmark.el (lm-move):
6572         * play/decipher.el (decipher-show-alphabet):
6573         * net/newsticker.el (newsticker--display-jump)
6574         (newsticker--display-scroll):
6575         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
6576         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
6577         * mail/feedmail.el (feedmail-dump-message-to-queue):
6578         * eshell/esh-proc.el (eshell-remove-process-entry):
6579         * emulation/ws-mode.el (ws-last-error):
6580         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
6581         (viper-record-kbd-macro):
6582         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
6583         * emacs-lisp/lisp-mnt.el (lm-report-bug):
6584         * emacs-lisp/find-func.el (find-function-noselect):
6585         * calendar/timeclock.el (timeclock-status-string)
6586         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
6587         (timeclock-when-to-leave-string):
6588         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
6589         * calc/calc-units.el (calc-enter-units-table):
6590         * calc/calc-mode.el (calc-mode-record-mode):
6591         * woman.el (woman-mini-help):
6592         * wdired.el (wdired-change-to-wdired-mode):
6593         * vc.el (vc-retrieve-snapshot):
6594         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
6595         * startup.el (display-startup-echo-area-message):
6596         * simple.el (set-goal-column):
6597         * ses.el (ses-command-hook, ses-recalculate-cell):
6598         * server.el (server-process-filter):
6599         * printing.el (pr-interface-txt-print, pr-interface-printify)
6600         (pr-interface-ps):
6601         * pcvs.el (cvs-help):
6602         * log-edit.el (log-edit, log-edit-mode-help):
6603         * iswitchb.el (iswitchb-possible-new-buffer):
6604         * isearch.el (isearch-edit-string):
6605         * image-mode.el (image-mode, image-minor-mode):
6606         * ibuf-macs.el (define-ibuffer-filter):
6607         * hi-lock.el (hi-lock-find-patterns):
6608         * files.el (toggle-read-only):
6609         * ediff-util.el (ediff-copy-diff)
6610         (ediff-write-merge-buffer-and-maybe-kill):
6611         * echistory.el (Electric-history-undefined):
6612         * dnd.el (dnd-insert-text):
6613         * dired-aux.el (dired-query):
6614         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
6615         * bookmark.el (bookmark-bmenu-locate):
6616         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
6617         Fix `message' calls to ensure first arg is a format string.
6618         The change was made only when these two conditions were satisfied:
6619         [1] when there is a possibility that the arguments would cause an error
6620         for example, if the code in question relies on external variables
6621         such as filenames, and
6622         [2] if the arg to `message' could not have been nil in the code.
6624         * pcomplete.el (pcomplete--help): Fix `message' format spec.
6625         Not having a %s would be weird, though not technically wrong.
6627 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6629         * term/mac-win.el (mac-add-charset-info): Doc fix.
6631 2005-09-17  Romain Francoise  <romain@orebokech.com>
6633         * shell.el (shell-resync-dirs): Handle echoing processes more
6634         reliably.  Don't insert resync command if `comint-process-echoes'
6635         is non-nil.
6637 2005-09-17  Magnus Henoch  <mange@freemail.hu>
6639         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
6640         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
6641         aspell versions >= 0.60.
6642         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
6643         only if ispell-aspell-supports-utf8 is non-nil.
6645 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6647         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
6648         buffer-local value to lisp-indent-function.
6650 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
6652         * progmodes/glasses.el (glasses-make-readable): If
6653         glasses-separator differs from underscore, put appropriate
6654         overlays over underscore characters.
6655         (glasses-convert-to-unreadable): If glasses-separator differs from
6656         underscore, try to convert glasses-separator characters to
6657         underscores.
6659 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6661         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
6662         Use with-syntax-table and dolist.
6664 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
6666         * textmodes/reftex-auc.el:
6667         * textmodes/reftex-cite.el:
6668         * textmodes/reftex-dcr.el:
6669         * textmodes/reftex-global.el:
6670         * textmodes/reftex-parse.el:
6671         * textmodes/reftex-ref.el:
6672         * textmodes/reftex-sel.el:
6673         * textmodes/reftex-toc.el:
6674         * textmodes/reftex-vars.el:
6675         * textmodes/reftex.el: Small changes to remove compiler warnings.
6677         * textmodes/reftex-index.el: Likewise.
6678         (reftex-query-index-phrase): More efficient use of markers.
6680 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
6682         * image.el (image-load-path): New variable.
6683         (image-search-load-path): New function.
6684         (find-image): Search for images in `image-load-path'.
6686 2005-09-15  Richard M. Stallman  <rms@gnu.org>
6688         * follow.el: Change Maintainer field.
6690 2005-09-15  David Ponce  <david@dponce.com>
6692         * recentf.el (recentf-save-file-modes): New option.
6693         (recentf-save-list): Use it.
6695 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
6697         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
6698         (mode-line-mule-info, mode-line-modified): Move bindings from
6699         mouse-3 to mouse-1.
6701 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
6703         * simple.el (sendmail-user-agent-compose): Revert last change.
6705 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6707         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
6708         Use with-current-buffer.
6709         (ange-ftp-gwp-start): Remove unused var `gw-user'.
6710         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
6711         (ange-ftp-insert-directory): Remove unused var `short'.
6712         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
6714         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
6715         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
6717         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
6718         (check-calendar-holidays, diary-list-entries): Autoload.
6719         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
6720         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
6722         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
6723         which mistakenly removed a call to display-buffer.
6725 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
6727         * obsolete/iso-insert.el: Move to obsolete/ from international/.
6729 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
6731         * progmodes/hideshow.el
6732         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
6733         (hs-allow-nesting): New user var.
6734         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
6735         (hs-hide-block-at-point): When nesting allowed,
6736         if there is already an overlay in place, delete it.
6737         (hs-safety-is-job-n): Delete func; remove call sites.
6738         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
6739         (hs-overlay-at): New func.
6740         (hs-already-hidden-p, hs-show-block): Use it.
6741         (hs-hide-all): Don't pre-clean if nesting allowed.
6742         (hs-show-all): Temporarily disallow
6743         nesting around call to `hs-discard-overlays'.
6745 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
6747         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
6748         Delete unused local var.
6750 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
6752         * help-fns.el (describe-categories): "?\ " -> "?\s".
6753         (help-do-arg-highlight): Recognize also ARG-n, as in
6754         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
6756         * international/codepage.el (dos-unsupported-char-glyph):
6757         * net/newsticker.el (tool-bar-map, w3-mode-map)
6758         (w3m-minor-mode-map):
6759         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
6760         (ent-alist):
6761         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
6763 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
6765         * custom.el (custom-push-theme): Handle the case where a symbol is
6766         bound but face properties have not yet been assigned.
6768         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
6769         Fix behavior if noerase is `t' and there is no mail buffer.
6771         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
6772         if `continue' is nil, rather than signal an error.
6774 2005-09-12  Richard M. Stallman  <rms@gnu.org>
6776         * font-lock.el (font-lock-keywords): Add autoload.
6778         * help-fns.el (describe-variable): Rearrange to put source link
6779         in a predictable place.
6781         * net/newsticker.el: New file.
6783 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6785         * calendar/calendar.el (calendar-for-loop): Add edebug info.
6786         (calendar-basic-setup): Use the new nil arg.
6787         (number-of-diary-entries): Move to diary-lib.el.
6789         * calendar/diary-lib.el: Use with-current-buffer, match-string.
6790         (diary-list-entries): Use with-syntax-table and dolist.
6791         Rename from list-diary-entries.
6792         Use number-of-diary-entries if `number' is nil.
6793         (diary, diary-view-entries): Use this new name and new nil arg value.
6794         (number-of-diary-entries): Move from calendar.el.
6795         (diary-unhide-everything): New function.
6796         (include-other-diary-files, fancy-diary-display)
6797         (diary-show-all-entries, make-diary-entry): Use it.
6798         (diary-mail-entries): Use buffer-string.
6799         (mark-diary-entries): Fix long standing paren typo.
6800         (diary-sexp-entry): Use count-lines.
6801         (make-diary-entry): Avoid `previous-line'.
6802         (diary-mode-map): New var.
6803         (diary-mode): Redraw cal after saving.  Setup header-line.
6804         (fancy-diary-display-mode): Use local-set-key.
6806         * startup.el (command-line): Try calling various terminal-init-foo-bar
6807         functions by stripping hyphenated suffixes from $TERM.
6809         * files.el (normal-mode): Check boundness of font-lock-keywords.
6811 2005-09-12  Richard M. Stallman  <rms@gnu.org>
6813         * progmodes/compile.el: Don't decide a file's directory
6814         until the user actually tries to go there.
6815         (compilation-next-error-function):
6816         Pass compilation-find-file the directory from the file-struct.
6817         (compilation-internal-error-properties): Separate local FILE-STRUCT
6818         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
6819         (compilation-find-file): Arg DIR renamed to DIRECTORY.
6820         Expand it, and if nil, use default-directory.
6821         (compilation-get-file-structure): Don't mix specified directory
6822         with default directory.  Put specified directory into
6823         file-struct.  Don't make the file name absolute.
6825         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
6826         (compile-command): Add autoload.
6827         (compilation-disable-input): Add autoload.
6829 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
6831         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
6832         strings of the variables it can override.
6833         (time-stamp): New (as yet undocumented) time-stamp-format escapes
6834         %Q and %q, for fully-qualified domain name and unqualified host name.
6836 2005-09-11  Kim F. Storm  <storm@cua.dk>
6838         * emacs-lisp/authors.el (authors-aliases): Update list.
6839         (authors-fixed-entries): Update mldrag.el entry.
6841 2005-09-10  Alan Mackenzie  <acm@muc.de>
6843         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
6844         from the region narrowed to.
6846 2005-09-10  Magnus Henoch  <mange@freemail.hu>
6848         * textmodes/ispell.el (ispell-check-version): Signal an error if
6849         aspell version is less than 0.60.
6851 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
6853         * progmodes/octave-inf.el (inferior-octave-startup):
6854         Resync current dir at the end.
6856 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
6858         * woman.el (woman-topic-at-point-default):
6859         Rename to woman-use-topic-at-point-default.
6860         (woman-topic-at-point): Rename to woman-use-topic-at-point.
6861         (woman-file-name): Reflect renames above.  Automatically use the
6862         word at point as topic if woman-use-topic-at-point is non-nil.
6863         Otherwise offer it as default but don't insert it in the
6864         minibuffer.  Also use `test-completion' instead of `assoc' as
6865         suggested by Stefan Monnier.
6867 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
6869         * vc.el (vc-directory, vc-update-change-log): Throw an error on
6870         the attempt to do it over Tramp.  This is not yet supported.
6872 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
6874         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
6875         (menu-bar-non-minibuffer-window-p): New functions.
6876         ("Split Window", "Save As..."): Use them.
6877         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
6878         ("Print Buffer", "Truncate Long Lines in this Buffer"):
6879         Use menu-bar-menu-frame-live-and-visible-p.
6880         ("Save Buffer", "Insert File", "Open Directory...")
6881         ("Open File...", "Visit New File..."):
6882         Use menu-bar-non-minibuffer-window-p.
6883         (kill-this-buffer-enabled-p, dired <menu-enable>):
6884         Use menu-bar-non-minibuffer-window-p.
6886 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
6888         * cus-start.el (all): Don't complain about fringe-related
6889         built-ins if fringes are not supported.  Ditto about
6890         selection-related built-ins.  Fix the test for GTK-related built-ins.
6892         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
6893         ("Postscript Print Buffer", "Print Region", "Save As...")
6894         ("Save", "Insert File...", "Open Directory...")
6895         ("Open File...", "Visit New File..."")
6896         ("Truncate Long Lines in this Buffer"): Don't look at
6897         menu-updating-frame if this display does not support multiple frames.
6899 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
6901         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
6903 2005-09-09  Emilio Lopes  <eclig@gmx.net>
6905         * woman.el: Format- and whitespace-related changes.
6907 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
6909         * woman.el: Fix my email address.
6911 2005-09-08  Richard M. Stallman  <rms@gnu.org>
6913         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
6914         (sh-mode): Locally set skeleton-pair-default-alist.
6916         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
6918         * progmodes/flymake.el: Require `compile' unconditionally.
6920         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
6922         * woman.el (woman-file-name): Provide a default, not initial input.
6924         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
6926         * font-lock.el (font-lock-support-mode): Doc fix.
6928         * descr-text.el (describe-property-list): Handle non-symbol prop names.
6930 2005-09-08  Richard M. Stallman  <rms@gnu.org>
6932         * simple.el (blink-matching-open): Get rid of text props from
6933         the string shown in echo area.  Don't permanently set point.
6934         Some rearrangements.
6936 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
6938         * recentf.el (recentf-filename-handler): Add custom choice
6939         `abbreviate-file-name'.
6941         * msb.el (msb--very-many-menus): Fix typo.
6943         * disp-table.el (standard-display-european): Don't set
6944         enable-multibyte-characters to nil.
6946 2005-09-08  David Ponce  <david@dponce.com>
6948         * recentf.el (recentf-show-file-shortcuts-flag): New option.
6949         (recentf-expand-file-name): Doc fix.
6950         (recentf-dialog-mode-map): Define digit shortcuts.
6951         (recentf--files-with-key): New variable.
6952         (recentf-show-digit-shortcut-filter): New function.
6953         (recentf-open-files-items): New function.
6954         (recentf-open-files): Use it.
6955         (recentf-open-file-with-key): New command.
6957 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
6959         * buff-menu.el (Buffer-menu-sort-by-column): New function.
6960         Suggested by Kim F. Storm.
6961         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
6962         (Buffer-menu-make-sort-button): Use global keymap.
6964 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
6966         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
6967         (Man-getpage-in-background-advice): Remove defadvice; it isn't
6968         necessary any longer with the remapped command.
6969         (Man-bgproc-sentinel-advice): Remove defadvice which counts
6970         formatting time only.
6972         * net/tramp.el (tramp-action-password)
6973         (tramp-multi-action-password): Compile the password prompt from
6974         `method', `user' and `host'.  Sometimes it isn't obvious which
6975         password to enter, for example with remote files offered by
6976         recentf.el, or with multiple steps.  Suggested by Robert Marshall
6977         <robert@chezmarshall.freeserve.co.uk>.
6979 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6981         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6982         Fix regexp for when "s///" is at the beginning of line.
6984 2005-09-07  Jay Belanger  <belanger@truman.edu>
6986         * calc/calc-poly.el (math-expand-term): Multiply out any powers
6987         when in matrix mode.
6989 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6991         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
6992         non-anonymous functions.
6994 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
6996         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
6997         when using a header line.  Otherwise, use mouse-1-click-follows-link.
6999         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
7000         can't be moved; don't signal an error.
7002 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
7004         * cus-theme.el (custom-theme-write-faces): Save the current face
7005         spec, not the defface spec.
7007         * custom.el (custom-known-themes): Clarify meaning of "standard".
7008         (custom-push-theme): Save old values in the standard theme.
7009         (disable-theme): Correct typo.
7010         (custom-face-theme-value) Deleted unused function.
7011         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
7013 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7015         * progmodes/compile.el (compilation-goto-locus): Take into account
7016         iconified frames when determining whether the buffer is
7017         already visible.
7018         Don't reset window height if the window already existed.
7020 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
7022         * custom.el (load-theme): Rename from require-theme.
7023         Add interactive spec.
7024         (enable-theme): Rename from custom-enable-theme.
7025         Add interactive spec.
7026         (disable-theme): Rename from custom-disable-theme.
7027         Add interactive spec.
7028         (custom-make-theme-feature): Doc fix.
7029         (custom-theme-directory): Doc fix.
7030         (provide-theme): Call enable-theme.
7032 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7034         * obsolete/lazy-lock.el (lazy-lock-mode):
7035         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
7036         font-lock-mode if it's off.  Print a warning instead.
7038         * progmodes/compile.el (compilation-start): Ignore errors if the
7039         process died before we get to send-eof.
7041         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
7042         Undo last change.  Enclosing the result in quotes broke things on Unix
7043         since tex-send-command passes it through shell-quote-argument.
7044         (tex-send-command): Pass `file' through convert-standard-filename
7045         when possible.
7046         (tex-uptodate-p): Handle the case where TeX hasn't put additional
7047         info in a transcript.
7049 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
7051         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
7052         fix compilation warning. Reorder the key definitions to group
7053         together keys emitted by the current version of xterm.
7055         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
7056         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
7057         Reorder predicates to correct min-color usage.
7059 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
7061         * longlines.el (longlines-mode): Inhibit read-only when encoding.
7062         Kill local variables when longlines-mode is turned off.
7064 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7066         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
7068         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
7070         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
7072         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
7073         (font-lock-lines-before): Change default to being inactive.
7074         (font-lock-default-fontify-region): Obey font-lock-lines-before.
7075         (font-lock-after-change-function): Don't handle f-l-lines-before here.
7077 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
7079         * net/tramp.el (tramp-handle-make-auto-save-file-name):
7080         Deactivate temporarily advice if active (not needed for Emacs 22,
7081         but for backwards compatibility).
7082         (tramp-exists-file-name-handler): Rewrite.  First implementation
7083         was too simple.
7084         (tramp-advice-make-auto-save-file-name):
7085         Call `tramp-handle-make-auto-save-file-name' (again, just for
7086         backwards compatibility).
7088 2005-08-31  Reto Zimmermann  <reto@gnu.org>
7090         * progmodes/vhdl-mode.el
7091         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
7092         (vhdl-end-p): Fix indentation bug "else" after "-- when".
7093         (vhdl-set-default-project): New function (easier setting of default).
7094         (vhdl-port-copy): Handle extended identifiers for generics.
7095         (vhdl-compiler-alist): Better description for error message regexp.
7096         (vhdl-make): Query for target, use previous as default.
7097         (vhdl-port-copy): Fix port copy for port names starting with "signal".
7098         (vhdl-font-lock-keywords-2): Fix fontification for record
7099         el. assign.
7100         (vhdl-speedbar-make-subpack-line): Add package body link.
7101         (vhdl-generate-makefile-1): Not include itself as dependency.
7102         (vhdl-font-lock-init): Highlight c-preprocessor directives.
7103         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
7104         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
7105         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
7106         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
7107         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
7108         (vhdl-import-project): Add string argument for `error'.
7109         (vhdl-compose-configuration)
7110         (vhdl-compose-configuration-architecture): Add configuration
7111         declaration generation.
7112         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
7113         (vhdl-trailer-re): Add "record" keyword (better indentation).
7114         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
7115         "[^ \t-\"]+".
7116         (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
7117         (vhdl-testbench-entity-file-name)
7118         (vhdl-testbench-architecture-file-name): Allow separate
7119         customization of testbench file names.
7120         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
7121         (vhdl-get-visible-signals): Allow newline within alias declaration.
7122         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
7123         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
7124         (member-ignore-case): Alias for missing function in XEmacs.
7125         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
7126         (vhdl-update-sensitivity-list): Ignore case on read signals.
7127         (vhdl-replace-string): Adjust case only for file names.
7128         (vhdl-update-sensitivity-list): Fix search for read signals.
7129         (vhdl-update-sensitivity-list): Exclude formal parameters.
7130         (vhdl-get-visible-signals): Include aliases of signals.
7131         (vhdl-get-visible-signals): Fix signal name searching.
7132         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
7133         (vhdl-fixup-whitespace-region): Fix for character
7134         literals (e.g. ':').
7136 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7138         * ansi-color.el (comint-last-output-start):
7139         * bs.el (font-lock-verbose):
7140         * diff-mode.el (add-log-buffer-file-name-function):
7141         * dired-x.el (vm-folder-directory):
7142         * faces.el (help-xref-stack-item):
7143         * files.el (font-lock-keywords):
7144         * find-lisp.el (dired-buffers, dired-subdir-alist):
7145         * ido.el (cua-inhibit-cua-keys):
7146         * log-view.el (cvs-minor-wrap-function):
7147         * outline.el (font-lock-warning-face):
7148         * simple.el (compilation-current-error):
7149         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
7150         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
7151         * tooltip.el (comint-prompt-regexp):
7152         * w32-fns.el (explicit-shell-file-name):
7153         * term/mac-win.el (mac-charset-info-alist)
7154         (mac-services-selection, mac-system-script-code):
7155         * term/tty-colors.el (msdos-color-values):
7156         * term/w32-win.el (xlfd-regexp-registry-subnum):
7157         * term/x-win.el (x-keysym-table, x-selection-timeout)
7158         (x-session-id, x-session-previous-id):
7159         * textmodes/ispell.el (mail-yank-prefix):
7160         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
7161         * textmodes/org.el (calc-embedded-close-formula)
7162         (calc-embedded-open-formula)
7163         (font-lock-unfontify-region-function):
7164         * textmodes/reftex-global.el (isearch-next-buffer-function)
7165         (TeX-master):
7166         * textmodes/reftex.el (font-lock-keywords):
7167         * textmodes/tex-mode.el (font-lock-comment-face)
7168         (font-lock-doc-face):
7169         * textmodes/texinfo.el (outline-heading-alist):
7170         Add defvars.
7172         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
7173         (artist-spray-chars, artist-mode-init, artist-replace-string)
7174         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
7175         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
7176         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
7178         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
7179         (conf-align-assignments): "?\ " -> "?\s".
7181         * textmodes/reftex-index.el (TeX-master): Add defvar.
7182         (reftex-index-phrases-marker): Move up defvar.
7184         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
7185         (reftex-toc-include-labels-indicator)
7186         (reftex-toc-include-index-indicator)
7187         (reftex-toc-max-level-indicator): Move up declarations.
7189         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
7190         of args to `tramp-run-real-handler', even if it's empty in this case.
7192 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7194         * dired.el (dired-move-to-filename-regexp): Add date format for
7195         Mac OS X 10.3 in East Asian locales.
7197 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
7199         * files.el (make-auto-save-file-name): Add file name handler call
7200         if applicable.
7202         * net/tramp.el (tramp-file-name-handler-alist)
7203         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
7204         (tramp-handle-make-auto-save-file-name): Rename from
7205         `tramp-make-auto-save-file-name'.
7206         (tramp-exists-file-name-handler): New defun.
7207         (tramp-advice-make-auto-save-file-name): Make defadvice only when
7208         `make-auto-save-file-name' is not a magic file name operation.
7210 2005-08-30  Richard M. Stallman  <rms@gnu.org>
7212         * files.el (risky-local-variable-p):
7213         Match `-predicates' and `-commands.
7215         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
7216         (custom-save-all): Visit the file if necessary;
7217         kill the buffer if we created it.
7218         (custom-save-delete): Don't visit file or kill buffer here.
7220 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
7222         * textmodes/org.el (org-special-keyword): New face.
7223         (org-table-copy-down, org-table-eval-formula)
7224         (org-table-recalculate, org-init-section-numbers):
7225         Use `string-to-number' instead of `string-to-int'.
7226         (org-get-location): Use `insert-buffer-substring' instead of
7227         `insert-buffer'.
7228         (org-modify-diary-entry-string): New function.
7229         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
7230         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
7231         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
7232         active region.
7233         (org-export-as-html): Handle QUOTE keyword.
7234         (org-quote-string): New option.
7235         (org-bookmark-jump-unhide): New function, used for
7236         `bookmark-after-jump-hook'.
7237         (org-diary-default-entry): Apply only when not called through
7238         `org-agenda'.
7240 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
7242         * net/eudc.el (mode-popup-menu):
7243         * play/handwrite.el (ps-printer-name, ps-lpr-command):
7244         * progmodes/ada-mode.el (compile-auto-highlight)
7245         (skeleton-further-elements):
7246         * progmodes/autoconf.el (font-lock-syntactic-keywords):
7247         * progmodes/cmacexp.el (msdos-shells):
7248         * progmodes/compile.el (font-lock-extra-managed-props)
7249         (font-lock-keywords, font-lock-maximum-size)
7250         (font-lock-support-mode):
7251         * progmodes/grep.el (font-lock-lines-before):
7252         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
7253         * progmodes/mixal-mode.el (compile-command):
7254         * progmodes/perl-mode.el (font-lock-comment-face)
7255         (font-lock-doc-face, font-lock-string-face):
7256         * progmodes/prolog.el (comint-prompt-regexp):
7257         * progmodes/sh-script.el (font-lock-comment-face)
7258         (font-lock-set-defaults, font-lock-string-face):
7259         * progmodes/sql.el (font-lock-keyword-face)
7260         (font-lock-set-defaults, font-lock-string-face):
7261         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
7262         (itimer-version, lazy-lock-defer-contextually)
7263         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
7264         Add defvars.
7266         * progmodes/cperl-mode.el (cperl-electric-lbrace)
7267         (cperl-electric-keyword, cperl-electric-pod)
7268         (cperl-electric-backspace, cperl-forward-re)
7269         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
7270         (vc-rcs-header, vc-sccs-header): Add defvars.
7272         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
7273         (font-lock-syntactic-keywords, gud-find-expr-function):
7274         Add defvars.
7276         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
7277         (gdb-frame-parameters): Declare before use.
7279         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
7280         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
7281         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
7282         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
7284         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
7285         (idlwave-help-with-source): Use `insert-buffer-substring', not
7286         `insert-buffer'.
7288 2005-08-29  Juri Linkov  <juri@jurta.org>
7290         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
7291         Put outline-back-to-heading function call inside save-excursion.
7293 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
7295         * man.el (Man-init-defvars, Man-translate-references)
7296         (Man-support-local-filenames, Man-highlight-references):
7297         * progmodes/sql.el (sql-interactive-mode):
7298         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
7300         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
7301         (compilation-mode-font-lock-keywords): Add defvars.
7302         (checkdoc-interactive-loop): "?\ " -> "?\s".
7304         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
7305         (font-lock-doc-face, font-lock-string-face)
7306         (font-lock-keywords-case-fold-search): Add defvars.
7307         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
7309         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
7310         Don't pass X and Y (they are ignored anyway).
7311         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
7312         (mouse-delete-window): Make arguments optional.
7314         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
7315         (caesar-translate-table, minor-modes, news-buffer-save)
7316         (news-group-name, news-minor-modes): Add defvars.
7318         * emacs-lisp/lselect.el (mouse-highlight-priority)
7319         (x-lost-selection-functions, zmacs-regions):
7320         * emacs-lisp/pp.el (font-lock-verbose):
7321         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
7322         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
7323         (ses-mode-map):
7324         * emacs-lisp/tcover-unsafep.el (safe-functions):
7325         * international/mule-cmds.el (mac-system-coding-system)
7326         (mac-system-locale):
7327         * language/ethio-util.el (rmail-current-message)
7328         (rmail-message-vector):
7329         * language/thai-util.el (thai-auto-composition-mode):
7330         * mail/metamail.el (rmail-current-message, rmail-message-vector):
7331         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
7332         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
7333         (vm-primary-inbox, vm-spool-files):
7334         * mail/rmail.el (deleted-head, font-lock-fontified)
7335         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
7336         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
7337         (total-messages):
7338         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
7339         (rmail-summary-mode-map):
7340         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
7341         (rmail-last-label, rmail-last-multi-labels)
7342         (rmail-summary-vector, rmail-total-messages):
7343         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
7344         * mail/rmailsum.el (msgnum):
7345         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
7346         (rmail-current-message):
7347         * obsolete/fast-lock.el (font-lock-face-list):
7348         * obsolete/rnewspost.el (mail-reply-buffer):
7349         * obsolete/scribe.el (compile-command):
7350         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
7352 2005-08-28  John Paul Wallington  <jpw@gnu.org>
7354         * ibuf-ext.el (ibuffer-auto-update-changed):
7355         Use `frame-or-buffer-changed-p' to check whether we need to update.
7356         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
7357         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
7358         as a `frame-or-buffer-changed-p' state vector instead.
7360 2005-08-27  Romain Francoise  <romain@orebokech.com>
7362         * textmodes/makeinfo.el (makeinfo-compile):
7363         Use `compilation-start'.  Set `next-error-function' according to
7364         `disable-errors'.
7365         (makeinfo-next-error): New function.
7366         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
7367         (makeinfo-buffer): Likewise.
7369         * progmodes/compile.el (compilation-start): Add autoload cookie.
7371         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
7372         * textmodes/sgml-mode.el: Likewise.
7373         * progmodes/python.el: Likewise.
7375 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
7377         * simple.el (blink-matching-paren-distance): Document the meaning
7378         of nil value, and allow to customize to nil.
7380         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
7381         command.com, not command.exe.
7383 2005-08-26  John Wiegley  <johnw@newartisans.com>
7385         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
7386         code around a bit so that an extraneous nil argument is not added
7387         to a command when no args are given.
7389         * eshell/esh-arg.el (eshell-parse-double-quote): If a
7390         double-quoted argument resolves to nil, return it as an empty
7391         string rather than as nil.  This made it impossible to pass "" to
7392         a shell script as a null string argument.
7394 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7396         * outline.el (outline-invent-heading): New fun.
7397         (outline-promote, outline-demote): Use it.
7398         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
7399         (outline-end-of-subtree): Remove unused var `opoint'.
7401 2005-08-26  David Reitter  <david.reitter@gmail.com>
7403         * menu-bar.el (truncate-lines, write-file, print-buffer)
7404         (ps-print-buffer-faces, ps-print-buffer, split-window):
7405         Disable menu items when the frame they refer to is invisible, or when
7406         they refer to a buffer and the minibuffer is selected.
7408 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
7410         * progmodes/flymake.el (flymake-highlight-err-lines):
7411         Use save-excursion around flymake-highlight-line to preserve point.
7413 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
7415         * progmodes/octave-mod.el: Change Author and Maintainer address.
7416         (octave-maintainer-address): Change Kurt's email address.
7417         * progmodes/octave-inf.el: Change Author and Maintainer address.
7418         * progmodes/octave-hlp.el: Change Author and Maintainer address.
7420 2005-08-26  Kim F. Storm  <storm@cua.dk>
7422         * subr.el (version-list-<, version-list-<=, version-list-=):
7423         Rename from integer-list-*.
7424         (version-list-not-zero): Likewise.  Fix while loop.
7425         (version=): Use version-list-= instead of string-equal.
7427 2005-08-26  Richard M. Stallman  <rms@gnu.org>
7429         * outline.el (outline-promote): Try shortening the heading.
7430         As last resort, read the heading to use.
7431         (outline-demote): As last resort, read the heading to use.
7433 2005-08-26  Romain Francoise  <romain@orebokech.com>
7435         * progmodes/compile.el (compilation-start): Doc fix.
7437         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
7438         (antlr-font-lock-additional-keywords): Fix reference to
7439         `antlr-font-lock-literal-regexp' erroneously changed during the
7440         mass face rename.
7441         (antlr-run-tool): Use `compilation-start'.
7443         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
7444         instead of the obsolete `compile-internal'.
7446 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
7448         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
7449         (number, original-date):
7450         * calendar/cal-china.el (date):
7451         * calendar/cal-coptic.el (date):
7452         * calendar/cal-french.el (date):
7453         * calendar/cal-hebrew.el (date, entry, number, original-date):
7454         * calendar/cal-islam.el (date, number, original-date):
7455         * calendar/cal-iso.el (date):
7456         * calendar/cal-julian.el (date):
7457         * calendar/cal-mayan.el (date):
7458         * calendar/cal-menu.el (date, event):
7459         * calendar/cal-persia.el (date):
7460         * calendar/lunar.el (date):
7461         * calendar/solar.el (date): Add defvars.
7463         * emerge.el:
7464         * ibuffer.el:
7465         * info-xref.el:
7466         * obsolete/bg-mouse.el:
7467         * obsolete/sun-curs.el:
7468         * obsolete/swedish.el: Move the `defvar's to the top level.
7470         * smerge-mode.el (smerge-refined-change): Add :group.
7472 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7474         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
7475         (smerge-keep-n): Remove props.
7476         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
7477         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
7478         now that it's done in smerge-keep-n.
7479         (smerge-refined-change): New face.
7480         (smerge-refine-chopup-region, smerge-refine-highlight-change)
7481         (smerge-refine): New funs.
7482         (smerge-basic-map): Bind smerge-refine.
7484 2005-08-25  Juri Linkov  <juri@jurta.org>
7486         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
7487         compilation-process-setup-function and compilation-disable-input
7488         in grep-mode instead of let-bindings in grep.
7490         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
7491         Delete "Automatic File De/compression" (auto-compression-mode).
7493 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
7495         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
7496         Silence warning about non-existent variable.
7498 2005-08-25  Richard M. Stallman  <rms@gnu.org>
7500         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
7501         Rename "Describe Key" to "Describe Key or Mouse Operation".
7503         * mail/mailalias.el (build-mail-aliases): Delete comments
7504         from the contents before processing them.
7506         * isearch.el (isearch-edit-string): Erase the Search prompt
7507         if user enters an empty string and there is no default.
7509         * comint.el (comint-file-name-prefix): Add autoload.
7511 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
7513         * subr.el (play-sound): Rearrange to avoid warning.
7515 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
7517         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
7518         New hook.
7519         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
7521 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7523         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
7525         * custom.el (custom-theme-set-variables): Sort minor modes last.
7527 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7529         * subr.el (version-separator, version-regexp-alist): New vars used by
7530         version comparison funs.
7531         (integer-list-<, integer-list-=, integer-list-<=)
7532         (integer-list-not-zero): New funs for integer list comparison.
7533         (version-to-list, version=, version<, version<=): New funs for version
7534         comparison.
7536 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
7538         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
7539         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
7540         time to silence the byte-compiler.
7542         * ibuffer.el (ibuffer-compile-make-eliding-form)
7543         (ibuffer-check-formats): Use `with-no-warnings' to hide references
7544         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
7545         so it's silly to get warnings for it).
7546         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
7547         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
7548         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
7549         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
7550         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
7551         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
7552         Defvar at compile time.
7553         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
7554         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
7555         Declare them before use.
7557         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
7558         (info-xref-good, info-xref-bad): Defvar at compile time.
7560         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
7561         Use `let*' instead of `let'.
7563         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
7564         (*mouse-y*, menu, char): Defvar at compile time.
7565         (sc::menu): Declare it before use.
7566         (sc::pack-one-line): Use `let', not `let*'.
7568         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
7569         (mail-send-hook): Defvar at compile time.
7571         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
7572         Defvar at compile time.
7574         * term/sun-mouse.el (current-global-mousemap)
7575         (current-local-mousemap): Declare them before use.
7577 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
7579         * bookmark.el (bookmark-after-jump-hook): New hook.
7580         (bookmark-jump): Run `bookmark-after-jump-hook'.
7582 2005-08-23  Juri Linkov  <juri@jurta.org>
7584         * faces.el (minibuffer-prompt): Doc fix.
7586 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
7588         * progmodes/xscheme.el: Trivial changes to silence warnings.
7589         (xscheme-previous-mode, xscheme-previous-process-state):
7590         Add defvars.
7591         (xscheme-last-input-end, xscheme-process-command-line)
7592         (xscheme-process-name, xscheme-buffer-name)
7593         (xscheme-expressions-ring-max, xscheme-expressions-ring)
7594         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
7595         (xscheme-control-g-synchronization-p)
7596         (xscheme-control-g-disabled-p, xscheme-string-receiver)
7597         (default-xscheme-runlight, xscheme-runlight)
7598         (xscheme-runlight-string, xscheme-process-filter-state)
7599         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
7600         Move to beginning of file.
7601         (scheme-interaction-mode-commands-alist)
7602         (scheme-interaction-mode-map, scheme-debugger-mode-map):
7603         Declare them before use.  Note: the initialization code for the variables
7604         has not been moved because it uses functions that reference the variables.
7605         (xscheme-control-g-message-string, xscheme-process-filter-alist)
7606         (xscheme-prompt-for-expression-map): Declare them before use.
7607         (scheme-debugger-mode-commands): "?\ " -> "?\s".
7609 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
7611         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
7613 2005-08-22  Juri Linkov  <juri@jurta.org>
7615         * faces.el (set-face-underline): Delete this duplicate function
7616         and make an obsolete alias to set-face-underline-p.
7617         (set-face-underline-p): Use docstring of set-face-underline.
7618         (describe-face): Create hyperlink to parent face.
7620         * info.el (Info-insert-dir): Use save-excursion around
7621         insert-buffer-substring.
7622         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
7623         (Info-escape-percent): Delete function.
7624         (Info-fontify-node): Replace Info-escape-percent by
7625         replace-regexp-in-string with REP arg set to lambda that
7626         duplicates `%' and preserves text properties.
7628         * progmodes/compile.el (compilation-disable-input): Doc fix.
7629         (define-compilation-mode): Doc fix and refill.
7630         (kill-compilation): Use `mode-name' in the error message.
7631         (compilation-find-file): Use `compilation-error' in the
7632         read-file-name's prompt.
7634 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7636         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
7637         (smerge-auto-leave): Make undo re-enable the mode.
7638         (debug-ignored-errors): Add the user-error of impossible resolution.
7639         (smerge-resolve): Move things around a bit, in preparation for later.
7640         (smerge-diff): Don't fail if the buffer has no associated file.
7641         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
7642         (smerge-conflict-overlay): New function.
7643         (smerge-match-conflict): Don't add text properties here.
7644         (smerge-find-conflict): Instead, add an overlay here.
7645         Also check for the case where we're inside a conflict already, so as to
7646         obviate the need for font-lock-multiline, which is unbearably slow with
7647         large conflicts and ciomplex font-lock patterns.
7648         (smerge-remove-props): Remove overlay rather than text-properties.
7649         (smerge-mode): Don't set font-lock-multiline.
7650         Remove overlays when turned off.
7652 2005-08-21  Kim F. Storm  <storm@cua.dk>
7654         * ido.el (ido-ignore-item-p): Use save-match-data.
7655         Bind case-fold-search to ido-case-fold locally.
7657 2005-08-20  Richard M. Stallman  <rms@gnu.org>
7659         * files.el (normal-mode): If font lock is on, turn it off and on.
7661         * subr.el (replace-regexp-in-string): Doc fix.
7663         * startup.el (command-line-1): Don't suppress startup screen
7664         due to existing processes.
7666         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
7668         * progmodes/compile.el (compilation-disable-input): Default to nil.
7670 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
7672         * progmodes/compile.el (compilation-disable-input): New defcustom.
7673         (compilation-start): If compilation-disable-input is non-nil, send
7674         EOF to the compilation process.
7676 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
7678         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
7679         Run the argument of tex-shell-cd-command through
7680         convert-standard-filename, to get the correct style of slashes on
7681         Windows, and enclose the result in quotes, in case the file name
7682         includes whitespace or other special characters.
7684 2005-08-19  Andreas Schwab  <schwab@suse.de>
7686         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
7687         process.
7689 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
7691         * cus-start.el (minibuffer-prompt-properties): Correct typo.
7693 2005-08-18  Kim F. Storm  <storm@cua.dk>
7695         * scroll-lock.el: Fix errors due to incorrect line wrapping.
7697 2005-08-18  Richard M. Stallman  <rms@gnu.org>
7699         * scroll-lock.el: New file.
7701 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
7703         * dired.el (dired-move-to-end-of-filename):
7704         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
7706 2005-08-18  Kim F. Storm  <storm@cua.dk>
7708         * ido.el (ido-everywhere): Fix defcustom :set function to disable
7709         rather than toggle mode when custom value is nil.
7710         (ido-everywhere): Fix defun doc string.
7712 2005-08-17  Richard M. Stallman  <rms@gnu.org>
7714         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
7715         as tag instead of "Inviolable".
7717 2005-08-17  Kim F. Storm  <storm@cua.dk>
7719         * windmove.el (windmove-coordinates-of-position): Remove.
7720         (windmove-coordinates-of-window-position): Remove.
7721         (windmove-reference-loc): Use posn-at-point instead.
7723         * subr.el (insert-for-yank-1): Doc fix.
7725         * ido.el (ido-enter-matching-directory): Rename from
7726         ido-enter-single-matching-directory.  Change 'slash choice to
7727         'only.  Add 'first choice.
7728         (ido-exhibit): Adapt to above changes.
7730 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
7732         * Makefile.in: Expand comment about building loaddefs.el.
7734 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
7736         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
7737         Comment use of defadvice.
7739         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
7741 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
7743         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
7744         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
7745         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
7746         * progmodes/idlw-shell.el, progmodes/ld-script.el,
7747         * progmodes/which-func.el, ruler-mode.el, strokes.el,
7748         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
7749         for backward compatibility for faces that did not appear in the
7750         previous Emacs release.
7752         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
7754 2005-08-15  Kim F. Storm  <storm@cua.dk>
7756         * emulation/cua-base.el (cua-delete-region): Return t if
7757         deleted region was non-empty.
7758         (cua-replace-region): Inhibit overwrite-mode for
7759         self-insert-command if replaced region was non-empty.
7760         (cua--explicit-region-start, cua--status-string): Make them
7761         buffer-local at top-level...
7762         (cua-mode): ...rather than when mode is enabled.
7764 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
7766         * progmodes/vhdl-mode.el (vhdl-emacs-21):
7767         Set t for Emacs 21, 22, and so on.
7769 2005-08-15  David Ponce  <david@dponce.com>
7771         * tree-widget.el: Update Commentary header.
7772         (tree-widget-theme): Doc fix.
7773         (tree-widget-space-width): New option.
7774         (tree-widget-image-properties): Look up in the default theme too.
7775         (tree-widget--cursors): Only for images with arrow pointer shape.
7776         (tree-widget-lookup-image): Pointer shape is hand by default.
7777         (tree-widget-icon): Rename generic icon widget from
7778         `tree-widget-control'.
7779         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
7780         derive from `tree-widget-icon'.
7781         (tree-widget-handle): Improve default look and feel of the text
7782         representation.
7783         (tree-widget): Rename :*-control properties to :*-icon properties.
7784         Add :action and :help-echo properties.
7785         (tree-widget-after-toggle-functions): Move.
7786         (tree-widget-close-node, tree-widget-open-node): Remove.
7787         (tree-widget-before-create-icon-functions): New hook.
7788         (tree-widget-value-create): Update to allow customization of icons
7789         and nodes at run-time via that new hook.
7790         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
7791         (tree-widget-icon-action, tree-widget-icon-help-echo)
7792         (tree-widget-action, tree-widget-help-echo): New functions.
7794 2005-08-15  Kim F. Storm  <storm@cua.dk>
7796         * ido.el (ido-buffer-internal): Use with-no-warnings.
7797         (ido-make-merged-file-list): Use while-no-input.
7799 2005-08-15  Richard M. Stallman  <rms@gnu.org>
7801         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
7802         (flyspell-large-region): Fix doc and custom type.
7804 2005-08-14  Richard M. Stallman  <rms@gnu.org>
7806         * files.el (interpreter-mode-alist): Doc fix.
7808         * mail/rmail.el (rmail-nonignored-headers): New variable.
7809         (rmail-clear-headers): Use it.
7810         (rmail-reply): Better handling of mail-followup-to header.
7812         * progmodes/sh-script.el (sh-font-lock-keywords-var):
7813         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
7814         don't try to refer to executable-font-lock-keywords.
7815         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
7816         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
7817         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
7818         (sh-mode): Set comment-start-skip, local-abbrev-table,
7819         imenu-case-fold-search.
7820         (sh-set-shell): Don't set them here.
7821         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
7822         Don't cache the results in the original alist; don't ever modify
7823         that alist.
7825         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
7827         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
7828         empty.
7830 2005-08-15  Andreas Schwab  <schwab@suse.de>
7832         * desktop.el: Put autoload cookie at risky-local-variable declarations.
7834         * dired.el, info.el, mail/rmail.el: Revert last change.
7836 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
7838         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
7839         modification in `eval-after-load' form.
7840         * info.el: Likewise.
7841         * mail/rmail.el: Likewise.
7843 2005-08-14  Juri Linkov  <juri@jurta.org>
7845         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7846         Remove highlighting of "Compilation started".  Highlight only
7847         the word "finished" in "Compilation finished".  Add highlighting
7848         of "interrupt", "killed", "terminated" and the exit code.
7849         (compilation-start): Add newline after header.  Use exactly the
7850         same time stamp format as the finishing message.
7851         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
7853         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
7854         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
7855         Add highlighting of "interrupt", "killed", "terminated".
7857         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
7858         enabled and the current command is self-insert-command, call it
7859         explicitly with overwrite-mode bound to nil, to not allow it
7860         to delete the character after the selected region.
7862 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
7864         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
7865         move-end-of-line, end-of-line, and beginning-of-line to the list
7866         of commands after which the echo area is updated.
7868 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
7870         * cus-edit.el (custom-save-all, custom-save-delete):
7871         Bind recentf-exclude to exclude custom-file.
7873 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
7875         * mail/rmailsum.el (rmail-summary-end-of-message): New command
7876         to go to the bottom of the mail message.  Added to
7877         `rmail-summary-mode-map' with key "/".
7878         (rmail-summary-show-message): New (internal) function for use by
7879         both `rmail-summary-beginning/end-of-message'.
7880         (rmail-summary-beginning-of-message): Change to use
7881         rmail-summary-show-message.
7883         * mail/rmail.el (rmail-end-of-message): New command to go to the
7884         end of the current message.  Added to `rmail-mode-map' with key "/".
7885         (rmail-beginning-of-message): Fix to work as documented.
7886         (rmail-mode): Change documentation.
7888         * progmodes/compile.el (compilation-start): Add the line
7889         "Compilation started" with compilation start time.
7890         (compilation-mode-font-lock-keywords): Add `started' to keywords.
7892 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
7894         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
7895         of menu items.
7897 2005-08-11  Richard M. Stallman  <rms@gnu.org>
7899         * simple.el (pop-global-mark): Reverse test of widen-automatically.
7901         * battery.el (battery-status-function): Don't use ignore-errors.
7903 2005-08-11  Lute Kamstra  <lute@gnu.org>
7905         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
7906         define-obsolete-variable-alias.
7908 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7910         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
7911         (ange-ftp-send-cmd): Revert last change, and expand
7912         the comment explaining the problem.
7914 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
7916         * ldefs-boot.el: Update.
7918         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
7919         item to "Time, Load and Mail".  Change help echo text.
7921         * time.el (display-time-use-mail-icon, display-time-format)
7922         (display-time-string-forms): Shorten first line of docstrings.
7924 2005-08-10  Lars Hansen  <larsh@soem.dk>
7926         * desktop.el (desktop-buffer-mode-handlers):
7927         Make non-customizable. Add autoload cookie.  Change initial value to
7928         nil; add elements in respective modules instead.  Fix doc string.
7929         (desktop-load-file): New function.
7930         (desktop-minor-mode-handlers): New autoloaded variable.
7931         (desktop-create-buffer): Call minor mode handlers.
7932         Use desktop-load-file to load major and minor mode modules prior to
7933         checking for a handler.
7934         (desktop-save): Don't add nil to desktop-minor-modes for minor
7935         modes with nil function in desktop-minor-mode-table.  Don't delete
7936         desktop file before rewriting it.
7937         (desktop-locals-to-save): Add autoload cookie.  Don't make
7938         automatically buffer-local.  Add variables column-number-mode,
7939         size-indication-mode, indent-tabs-mode,
7940         indicate-buffer-boundaries, indicate-empty-lines and
7941         show-trailing-whitespace.
7942         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
7943         regexps. Don't use desktop-clear-preserve-buffers-regexp.
7944         (desktop-clear-preserve-buffers-regexp): Delete.
7945         (desktop-clear-preserve-buffers): Update initial value and docstring.
7946         (desktop-save-buffer): Fix doc string.
7948         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
7949         (hilit-chg-desktop-restore): New function.
7950         (highlight-changes-mode): Add highlight-changes-mode to
7951         desktop-locals-to-save.
7953         * dired.el: Add handler to desktop-buffer-mode-handlers.
7954         (dired-restore-desktop-buffer): Remove autoload cookie.
7955         (dired-mode): Add autoload cookie.
7957         * info.el: Add handler to desktop-buffer-mode-handlers.
7958         (Info-restore-desktop-buffer): Remove autoload cookie.
7959         (Info-mode): Add autoload cookie.
7961         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
7962         (mh-restore-desktop-buffer): Remove autoload cookie.
7963         (mh-folder-mode): Add autoload cookie.
7965         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
7966         (rmail-restore-desktop-buffer): Remove autoload cookie.
7968 2005-08-11  Masatake YAMATO  <jet@gyve.org>
7970         * hexl.el (hexl-address-region):
7971         (hexl-ascii-region, hexl-font-lock-keywords):
7972         (hexl-highlight-line-range): Use the term "region"
7973         instead of "area" for consistency with the other symbols
7974         defined in hexl.el.
7976 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
7978         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
7979         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
7980         out by Juri Linkov).  Add `display-battery-mode'.
7982 2005-08-09  Juri Linkov  <juri@jurta.org>
7984         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7985         Remove `-text' from face variable names.
7986         (compilation-error-file-name, compilation-warning-file-name)
7987         (compilation-info-file-name): Delete faces.
7988         (compilation-line-number, compilation-column-number):
7989         Remove face underlining.
7990         (compilation-message-face): Set to `underline' value by default.
7991         (compilation-error-face, compilation-warning-face)
7992         (compilation-info-face): Remove `-file-name' from face names.
7993         (compilation-error-text-face, compilation-warning-text-face)
7994         (compilation-info-text-face): Delete face variables.
7995         (compilation-text-face): Delete function.
7997         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
7998         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
7999         (grep-error-face): Set to `compilation-error' instead of
8000         `compilation-error-face' (which is redefined to `grep-hit-face' in
8001         grep buffers).
8002         (grep-mode-font-lock-keywords): Remove `-text' from face variable
8003         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
8005         * dired-aux.el (dired-do-query-replace-regexp):
8006         Use `query-replace-read-args'.
8008         * replace.el (query-replace-read-from, query-replace-read-to)
8009         (query-replace-read-args): Rename arg `string' to `prompt'.
8011         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
8013 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
8015         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
8016         uploading files.
8017         (ange-ftp-canonize-filename): Handle file names beginning with ~
8018         correctly.
8020 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
8022         * textmodes/fill.el (canonically-space-region)
8023         (fill-context-prefix, fill-french-nobreak-p)
8024         (fill-delete-newlines, fill-comment-paragraph)
8025         (justify-current-line): "?\ " -> "?\s".
8027 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
8029         * textmodes/fill.el (fill-nonuniform-paragraphs):
8030         Improve argument/docstring consistency.
8032 2005-08-09  Richard M. Stallman  <rms@gnu.org>
8034         * textmodes/ispell.el (ispell-word): More fboundp checks.
8036         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
8037         (find-file-noselect-1): Call it here, only if RAWFILE.
8038         (normal-mode): Always set some major mode.
8039         (save-some-buffers-action-alist): Change some explanation strings.
8040         (file-name-non-special): In the `quote' method, use unwind-protect.
8042 2005-08-09  Magnus Henoch  <mange@freemail.hu>
8044         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
8045         (ispell-have-aspell-dictionaries): New variable.
8046         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
8047         (ispell-get-aspell-config-value): New function.
8048         (ispell-aspell-find-dictionary): New function.
8049         (ispell-aspell-add-aliases): New function.
8050         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
8051         appropriate.  Don't look for ispell dictionaries if we use aspell.
8052         (ispell-menu-map): Don't build a submenu of dictionaries.
8054 2005-08-09  Richard M. Stallman  <rms@gnu.org>
8056         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
8057         (sql-read-passwd): Use read-passwd.
8059         * progmodes/idlw-toolbar.el (idlwave-toolbar)
8060         (idlwave-toolbar-is-possible): Add defvars.
8062         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
8063         Avoid warnings.
8065         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
8066         (idlwave-system-class-info, idlwave-executive-commands-alist):
8067         Use defvar.
8069         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
8071         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
8072         Avoid warnings.
8074         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
8075         and content-type: headers.
8077         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
8079         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
8080         and rename some of them to be more self-explanatory.
8082         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
8084         * startup.el (command-line-1): Implement -scriptload.
8086         * replace.el (occur-engine): Initial *Occur* output not undoable.
8088         * menu-bar.el (menu-bar-file-menu): Rename some menu items
8089         and improve help strings.
8091         * isearch.el (isearch-repeat): When changing direction,
8092         mark search successful.
8094         * ediff-init.el: Use (featurep 'xemacs).
8096         * comint.el (send-invisible): Identify buffer, if not selected.
8098         * align.el: Delete autoload for c-guess-basic-syntax.
8100 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
8102         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
8103         Improve argument/docstring consistency.  Doc fixes.
8104         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
8105         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
8106         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
8107         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
8108         (r2bv-organization, r2bv-pages, r2bv-primary-author)
8109         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
8110         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
8111         Defvar at compile time.
8113 2005-08-09  Juri Linkov  <juri@jurta.org>
8115         * info.el: Replace `info' with upper-case `Info' where appropriate.
8116         (info-title-1, info-title-2, info-title-3, info-title-4)
8117         (info-menu-header): Move up face definitions.
8118         (info-menu-star): Rename from `info-menu-5'.
8119         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
8120         (Info-fontify-visited-nodes): Fix docstring.
8121         (Info-hide-note-references): Fix docstring.
8122         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
8123         menu items in the same way as on cross-references.
8124         (info-apropos): Fix sorting order and formatting to be like in the
8125         stand-alone Info browser.  Display error messages for 1 sec.
8126         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
8127         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
8128         from the menu bar.
8129         (Info-insert-dir): Restore point after calling
8130         `insert-buffer-substring'.
8132 2005-08-08  Richard M. Stallman  <rms@gnu.org>
8134         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
8135         (recompute-lucid-menubar): Add defvars.
8137         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
8139         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
8141         * net/net-utils.el (run-dig): Rename from `dig'.
8143         * play/gametree.el (gametree-mode): Use make-local-variable,
8144         not make-variable-buffer-local.
8146         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
8148         * ansi-color.el (ansi-color-make-extent)
8149         (ansi-color-set-extent-face): Use fboundp, not functionp.
8151         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
8152         not make-variable-buffer-local.
8154         * bookmark.el (Info-current-file): Add defvar.
8155         (bookmark-jump-noselect): Use with-no-warnings.
8157         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
8159         * ebuff-menu.el (Helper-return-blurb): Add defvar.
8161         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
8163         * find-file.el (ada-procedure-start-regexp)
8164         (ada-package-start-regexp): Add defvars.
8166         * info.el (Info-insert-dir): Use insert-buffer-substring.
8168         * xml.el (xml-att-def-re): Add defvar.
8170         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
8171         calling convention.
8173         * subr.el (while-no-input): Return t if there is input.
8175 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
8177         * cus-start.el (all): Add `overflow-newline-into-fringe'.
8179 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
8181         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
8182         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
8184 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
8186         * cmuscheme.el (scheme-start-file): Replace reference to
8187         `user-emacs-directory' by "~/.emacs.d/".
8189 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
8191         * info.el (Info-dir-remove-duplicates): Avoid case folding
8192         in loop; instead, keep downcased strings for comparison.
8193         Suggested by Helmut Eller.
8195 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
8197         Sync with Tramp 2.0.50.
8199         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
8200         XEmacs case; not necessary anymore.
8201         (tramp-user-regexp): Allow "@" as part of user name.
8202         (tramp-handle-set-visited-file-modtime)
8203         (tramp-handle-insert-file-contents)
8204         (tramp-handle-write-region): No special handling for
8205         `last-coding-system-used, because this is done in
8206         `tramp-accept-process-output' now.
8207         (tramp-accept-process-output): New defun.
8208         (tramp-process-one-action, tramp-process-one-multi-action)
8209         (tramp-wait-for-regexp, tramp-wait-for-output)
8210         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
8211         Howells <dhowells@redhat.com>.
8212         (clear-visited-file-modtime): Defadvice removed.  The check for
8213         unset buffer's modtime does not need to be based on
8214         `tramp-buffer-file-attributes'.  Suggested by RMS.
8215         (tramp-message): Insert "\n" if not being at beginning of line.
8216         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
8217         sequence with same logic.
8218         (tramp-completion-handle-expand-file-name): Discard call of
8219         `tramp-drop-volume-letter'.  It is not necessary, and there have
8220         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
8221         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
8222         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
8223         should always be visible.
8224         (tramp-handle-insert-directory, tramp-setup-complete)
8225         (tramp-set-process-query-on-exit-flag)
8226         (tramp-append-tramp-buffers): Pacify byte-compiler.
8227         (tramp-bug): Delete non-existing variables from list.
8228         Apply `tramp-load-report-modules' as pre-hook.
8229         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
8230         `shell-prompt-pattern' because of non-7bit characters.
8231         Reported by Sebastian Luque <sluque@mun.ca>.
8232         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
8233         (tramp-match-string-list): Remove function.
8234         (tramp-wait-for-regexp): Remove call of that function.
8235         Suggested by Kim F. Storm <storm@cua.dk>.
8236         (tramp-set-auto-save-file-modes): Use octal integer code #o600
8237         instead of octal character code ?\600.  The latter resulted in a
8238         syntax error with XEmacs.
8240         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
8241         XEmacs case; not necessary anymore.
8242         (tramp-smb-handle-write-region): No special handling for
8243         `last-coding-system-used, because this is done in
8244         `tramp-accept-process-output' now.
8245         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
8247 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
8249         * wid-edit.el (widget-choice-value-create):
8250         Unconditionally respect user choice.  Set :explicit-choice back to nil
8251         when no longer needed.
8252         (widget-choice-action): Unconditionally respect user choice.
8253         Eliminate :explicit-choice-value.
8255         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
8257         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
8258         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
8259         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
8260         running new function `toggle-indicate-empty-lines'.
8261         Rename "Customize" item to "Customize fringe".
8262         Rename "Indicators" item to "Buffer boundaries" and change help echo.
8263         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
8264         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
8265         Delete "Empty lines only" item.
8266         (menu-bar-showhide-fringe-ind-customize): New function.
8267         (menu-bar-showhide-fringe-ind-mixed)
8268         (menu-bar-showhide-fringe-ind-box)
8269         (menu-bar-showhide-fringe-ind-right)
8270         (menu-bar-showhide-fringe-ind-left)
8271         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
8272         instead of `fringe-indicators'.
8274 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
8276         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
8277         Change the date of last update.
8279 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
8281         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
8282         (viper-exec-yank, viper-put-back): Don't display modification msg
8283         if in the minibuffer.
8285         * viper-init.el (viper-replace-overlay-cursor-color)
8286         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
8287         Make variables frame local.
8289         * viper-util.el (viper-append-filter-alist): Use append instead of
8290         nconc.
8292         * viper.el (viper-vi-state-mode-list)
8293         (viper-emacs-state-mode-list): Move help-mode and
8294         completion-list-mode from the first list to the second.
8295         (viper-mode): Docstring.
8296         (viper-go-away, viper-non-hook-settings): Don't localize
8297         minor-mode-alist in newer Emacsen.  Add advice to
8298         set-cursor-color.  Don't bind "\C-c\\".
8300 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
8302         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
8303         (scheme-macro-expand-command): New user options.
8304         (scheme-trace-procedure, scheme-expand-current-form): New commands.
8305         (scheme-form-at-point, scheme-start-file)
8306         (scheme-interactively-start-process): New functions.
8307         (scheme-get-process): New function, extracted from `scheme-proc'.
8308         (run-scheme): Call `scheme-start-file' to get start file, and pass
8309         it to `make-comint'.
8310         (switch-to-scheme, scheme-proc):
8311         Call `scheme-interactively-start-process' if no Scheme buffer/process
8312         is available.
8314 2005-08-06  Juri Linkov  <juri@jurta.org>
8316         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8317         Use `compilation-text-face', `compilation-info-text-face' and
8318         `compilation-error-text-face' instead of `font-lock-keyword-face'.
8319         (compilation-error): New face.
8320         (compilation-error-file-name): Inherit from
8321         `compilation-error' instead of `font-lock-warning-face'.
8322         (compilation-warning-file-name): Inherit from
8323         `compilation-warning' instead of `font-lock-warning-face'.
8324         (compilation-info, compilation-error-file-name)
8325         (compilation-warning-file-name, compilation-info-file-name)
8326         (compilation-line-number, compilation-column-number): Doc fix.
8327         (compilation-error-text-face, compilation-warning-text-face)
8328         (compilation-info-text-face): New face variables.
8329         (compilation-line-face, compilation-column-face)
8330         (compilation-enter-directory-face)
8331         (compilation-leave-directory-face): Doc fix.
8332         (compilation-text-face): New function.
8334         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
8335         instead of 1 to display binary file names as info file links.
8336         (grep-error-face): Use `compilation-error-face' instead of
8337         `font-lock-keyword-face'.
8338         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
8339         and `compilation-warning-text-face' instead of
8340         `font-lock-keyword-face'.  Use `compilation-error-text-face'
8341         instead of `grep-error-face'.
8343 2005-08-05  Kenichi Handa  <handa@m17n.org>
8345         * international/code-pages.el: Add autoload cookies for all coding
8346         systems.
8348 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
8350         * cus-start.el (all): Put undo.c where it alphabetically belongs.
8352 2005-08-04  Juri Linkov  <juri@jurta.org>
8354         * progmodes/compile.el (compilation-mode-map):
8355         * progmodes/grep.el (grep-mode-map):
8356         Bind TAB to `compilation-next-error' and [backtab] to
8357         `compilation-previous-error'.
8359         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
8360         matching line numbers, column numbers and their ranges with regexp
8361         matching only line numbers.
8362         (grep-context-face): New face variable.
8363         (grep-mode-font-lock-keywords): Use it.
8365         * faces.el (read-face-name): Delete duplicate faces.
8367 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
8369         * thumbs.el (thumbs-find-image): Don't make variables
8370         automatically buffer local.
8371         (thumbs-current-tmp-filename, thumbs-current-image-filename)
8372         (thumbs-image-num): Make automatically buffer local.
8373         (thumbs-show-thumbs-list): Use `make-local-variable', not
8374         `make-variable-buffer-local'.
8375         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
8377         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
8378         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
8379         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
8380         (bother, bye, canyou, chatlst, continue, deathlst, describe)
8381         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
8382         (feelings-about, foullst, found, hello, history, howareyoulst)
8383         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
8384         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
8385         (neglst, obj, object, owner, please, problems, qlist)
8386         (random-adjective, relation, remlst, repetitive-shortness)
8387         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
8388         (shortlst, something, sportslst, stallmanlst, states, subj)
8389         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
8390         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
8391         Defvar at compile time.
8393         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
8394         not `make-variable-buffer-local'.
8396 2005-08-02  Kim F. Storm  <storm@cua.dk>
8398         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
8399         rectangle overlay in selected window.
8401 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
8403         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
8404         instead of display group.  Make `indicate-buffer-boundaries'
8405         customizable through Custom.
8407 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
8409         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
8410         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
8411         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
8412         (gdb-put-string): Fix typos in docstrings.
8414 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
8416         Update copyright notices of files in progmodes directory for
8417         release of Emacs 22.1.
8419         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
8421         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
8422         Don't barf if the GUD buffer has been killed.
8424 2005-08-01  Kim F. Storm  <storm@cua.dk>
8426         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
8428 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8430         * simple.el (next-error-follow-minor-mode):
8431         make-variable-buffer-local -> make-local-variable.
8433         * emacs-lisp/cl-extra.el: Require CL also when compiling.
8435         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
8436         (byte-compile-form-make-variable-buffer-local): New functions to warn
8437         about misuses of make-variable-buffer-local where make-local-variable
8438         was meant.
8440 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
8442         * bs.el (bs-attributes-list): Doc fix.
8443         (bs): Update url-link.
8445         * desktop.el (desktop-save-buffer): Fix typos in docstring.
8446         (desktop-load-default): Simplify.
8448         * ibuffer.el (ibuffer-columnize-and-insert-list)
8449         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
8450         (ibuffer-unmark-all, ibuffer-toggle-marks)
8451         (ibuffer-unmark-forward, ibuffer-unmark-backward)
8452         (ibuffer-compile-make-format-form, ibuffer-format-column)
8453         (ibuffer-current-buffers-with-marks)
8454         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
8455         (ibuffer): Doc fix.
8456         (ibuffer-mode): Fix typo in docstring.
8457         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
8458         with `define-obsolete-variable-alias'.
8459         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
8461 2005-07-29  Kenichi Handa  <handa@m17n.org>
8463         * international/mule-cmds.el (select-message-coding-system):
8464         Be sure to use LF for end-of-line.  If no coding system is decided,
8465         return iso-8859-1-unix.
8467 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8469         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
8470         (ange-ftp-pending-error-line): New vars.
8471         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
8472         to handle the non-fatal no-route-to-host messages.
8473         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
8475 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
8477         * isearch.el (isearch-mode-map, isearch-other-meta-char)
8478         (isearch-quote-char, isearch-printing-char)
8479         (isearch-text-char-description): "?\ " -> "?\s".
8480         (isearch-lazy-highlight-cleanup)
8481         (isearch-lazy-highlight-initial-delay)
8482         (isearch-lazy-highlight-interval)
8483         (isearch-lazy-highlight-max-at-a-time)
8484         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
8485         Declare with define-obsolete-*-alias macros.
8486         (isearch-forward): Fix typo in docstring.
8487         (search-invisible, search-ring-yank-pointer)
8488         (regexp-search-ring-yank-pointer): Doc fixes.
8490         * recentf.el (recentf-menu-append-commands-p): Declare with
8491         `define-obsolete-variable-alias'.
8492         (recentf-max-saved-items, recentf-menu-filter)
8493         (recentf-arrange-by-rule-subfilter): Doc fixes.
8494         (recentf-menu-append-commands-flag)
8495         (recentf-initialize-file-name-history, recentf-expand-file-name)
8496         (recentf-clear-data): Fix typos in docstrings.
8498 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
8500         * progmodes/gdb-ui.el: Smarten comments.
8501         (gdb-info-breakpoints-custom): Use nowarn when finding file.
8503 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
8505         * term/apollo.el (terminal-init-apollo): New function containing
8506         all former top level forms in the file.
8507         * term/bobcat.el (terminal-init-bobcat):
8508         * term/cygwin.el (terminal-init-cygwin):
8509         * term/iris-ansi.el (terminal-init-iris-ansi):
8510         * term/linux.el (terminal-init-linux):
8511         * term/news.el (terminal-init-news):
8512         * term/rxvt.el (terminal-init-rxvt):
8513         * term/sun.el (terminal-init-sun):
8514         * term/tvi970.el (terminal-init-tvi970):
8515         * term/vt100.el (terminal-init-vt100):
8516         * term/vt102.el (terminal-init-vt102):
8517         * term/vt125.el (terminal-init-vt125):
8518         * term/vt200.el (terminal-init-vt200):
8519         * term/vt201.el (terminal-init-vt201):
8520         * term/vt220.el (terminal-init-vt220):
8521         * term/vt240.el (terminal-init-vt240):
8522         * term/vt300.el (terminal-init-vt300):
8523         * term/vt320.el (terminal-init-vt320):
8524         * term/vt400.el (terminal-init-vt400):
8525         * term/vt420.el (terminal-init-vt420):
8526         * term/wyse50.el (terminal-init-wyse50):
8527         * term/xterm.el (terminal-init-xterm): Likewise.
8529         * term/README: Describe the terminal-init-* functionality.
8531         * startup.el (command-line): After loading the terminal initialization
8532         file call the corresponding terminal initialization function.
8534 2005-07-27  Kenichi Handa  <handa@m17n.org>
8536         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
8537         negative.
8539         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
8540         (ps-mule-composition-prologue): Fix for the case that
8541         RelativeCompose is false.
8543 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8545         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
8547         * descr-text.el (describe-char): Handle the case where the list of
8548         chars is displayed in a separate frame.
8549         Be a bit more discriminating when looking for the char.
8551 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
8553         * bookmark.el (bookmark-automatically-show-annotations)
8554         (bookmark-read-annotation-text-func): Doc fixes.
8555         (bookmark-save): Improve argument/docstring consistency.
8556         (bookmark-get-bookmark, bookmark-get-bookmark-record)
8557         (bookmark-alist-from-buffer)
8558         (bookmark-upgrade-file-format-from-0)
8559         (bookmark-grok-file-format-version)
8560         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
8561         (bookmark-read-annotation-mode)
8562         (bookmark-insert-current-bookmark, bookmark-jump)
8563         (bookmark-exit-hook): Fix typos in docstrings.
8564         (bookmark-exit-hooks): Define as obsolete alias.
8565         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
8566         not `bookmark-exit-hooks'.  Fix docstring.
8567         (bookmark-bmenu-select): "?\ " -> "?\s".
8569 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
8571         * startup.el (command-line): Fix typo.
8573 2005-07-24  Richard M. Stallman  <rms@gnu.org>
8575         * tooltip.el (tooltip-mode): Test emacs-basic-display,
8576         not emacs-quick-startup.
8578 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
8580         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
8581         (reb-next-match, reb-show-subexp): Use `with-selected-window'
8582         instead of `reb-with-current-window'.
8583         (reb-prev-match): Likewise.  Also, don't move left if the search
8584         was unsuccessful.
8585         (reb-initialize-buffer): New function.
8586         (re-builder, reb-change-syntax): Use it.
8588         * man.el (Man-goto-page): Make second argument NOERROR optional.
8590 2005-07-23  Richard M. Stallman  <rms@gnu.org>
8592         * man.el (Man-bgproc-sentinel): Check here for failure to find
8593         any man page in the output, and report the error here.
8594         (Man-arguments): Make it permanent local.
8595         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
8596         (Man-mode): Pass t for NOERROR.
8598         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
8599         (grep-mode-font-lock-keywords):
8600         Don't use compilation-...-face for messages that are not file names.
8602         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8603         Don't use compilation-...-face for messages that are not file names.
8605 2005-07-22  Juri Linkov  <juri@jurta.org>
8607         * startup.el (normal-splash-screen): Update menu name.
8609         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
8611 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8613         * term/xterm.el: Load term/rxvt if the terminal is actually an
8614         rxvt terminal.
8615         (xterm-rxvt-set-background-mode): Remove, not used anymore.
8617         * term/rxvt.el (function-key-map): Use substitute-key-definition
8618         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
8620         * term/cygwin.el: New file.
8622 2005-07-22  Kim F. Storm  <storm@cua.dk>
8624         * image-file.el (insert-image-file, image-file-yank-handler):
8625         Fix last change to maintain a (unique) yank-handler on yanked images.
8627 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
8629         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
8630         of the file size (as in "177B" for 177 bytes).  This happens with
8631         "ls -lh" on FreeBSD.
8633 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
8635         * hilit-chg.el (highlight-changes-global-initial-state)
8636         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
8637         (hilit-chg-fixup, highlight-changes-mode):
8638         Fix typos in docstrings.
8639         (highlight-changes-global-modes, highlight-changes-rotate-faces):
8640         Doc fixes.
8642 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
8644         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
8645         mode function using `eval-after-load'.
8647 2005-07-21  Kim F. Storm  <storm@cua.dk>
8649         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
8650         included when reporting an emacs crash, and tell about the DEBUG file.
8652         * image-file.el (insert-image-file): Add yank-handler.
8653         (image-file-yank-handler): Yank handler to make unique copies of
8654         images when they are yanked into a buffer next to each other.
8656 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
8658         * comint.el (comint-use-prompt-regexp, comint-send-input)
8659         (comint-source-default, comint-extract-string)
8660         (comint-get-source, comint-word, comint-completion)
8661         (comint-source, comint-prompt-read-only, comint-update-fence):
8662         Fix typos in docstrings.
8663         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
8664         Declare with define-obsolete-*-alias macros.
8665         (comint-previous-matching-input-from-input)
8666         (comint-next-matching-input-from-input)
8667         (comint-previous-matching-input, comint-next-matching-input)
8668         (comint-forward-matching-input):
8669         Improve argument/docstring consistency.
8671         * desktop.el (desktop-clear-preserve-buffers-regexp):
8672         Also preserve the *server* buffer.
8674         * simple.el (clone-indirect-buffer): Doc fix.
8675         (fixup-whitespace, just-one-space)
8676         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
8677         (next-error, next-error-highlight)
8678         (next-error-highlight-no-select, next-error-last-buffer)
8679         (next-error-buffer-p, next-error-find-buffer, next-error)
8680         (previous-error, next-error-no-select, previous-error-no-select)
8681         (open-line, split-line, minibuffer-prompt-width, kill-new)
8682         (binary-overwrite-mode): Fix typos in docstrings.
8683         (set-fill-column): Fix typo in message.
8685         * skeleton.el (skeleton-proxy-new): Doc fix.
8687         * strokes.el (strokes-load-hook): Doc fix.
8688         (strokes-grid-resolution, strokes-get-grid-position)
8689         (strokes-renormalize-to-grid, strokes-read-stroke)
8690         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
8691         (strokes-global-map): Fix typos in docstrings.
8692         (strokes-help): Doc fix.  Fix help message and pass it through
8693         `substitute-command-keys'.
8695         * tempo.el (tempo-insert-prompt, tempo-interactive)
8696         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
8697         (tempo-insert-string-functions, tempo-local-tags)
8698         (tempo-define-template, tempo-insert-template)
8699         (tempo-insert-prompt-compat, tempo-is-user-element)
8700         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
8701         Fix typos in docstrings.
8703         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
8704         (vcursor-key-bindings, vcursor-use-vcursor-map)
8705         (vcursor-find-window, vcursor-scroll-down)
8706         (vcursor-disable, vcursor-beginning-of-buffer)
8707         (vcursor-end-of-buffer): Fix typos in docstrings.
8708         (vcursor-relative-move, vcursor-get-char-count):
8709         Improve argument/docstring consistency.
8711         * version.el: "?\ " -> "?\s".
8713         * wid-edit.el (widget-default-create, widget-after-change)
8714         (widget-default-format-handler, widget-checklist-add-item)
8715         (widget-radio-add-item, widget-choose, widget-specify-secret)
8716         (widget-field-value-create, widget-field-value-get)
8717         (widget-editable-list-format-handler)
8718         (widget-editable-list-entry-create, widget-group-value-create)
8719         (widget-documentation-link-add)
8720         (widget-documentation-string-value-create): "?\ " -> "?\s".
8721         (widget-convert-text): Doc fix.
8722         (widget-narrow-to-field, widget-field-find)
8723         (widget-url-link-action, widget-emacs-library-link-action)
8724         (widget-color-notify): Fix typos in docstrings.
8726         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
8727         (x-select-text, set-w32-system-coding-system)
8728         (w32-add-charset-info): Fix typos in docstrings.
8730         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
8731         (cua-enable-cua-keys, cua-use-hyper-key)
8732         (cua-virtual-rectangle-edges): Fix typos in docstrings.
8733         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
8735         * net/tramp.el (tramp-handle-load): Fix typo in error message.
8737         * emacs-lisp/re-builder.el (regexp-builder): Declare with
8738         `defalias' instead of faking it.
8740         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
8741         (eshell-ls-missing, eshell-ls-dired-initial-args)
8742         (eshell-ls-use-in-dired): Fix typos in docstrings.
8744 2005-07-20  Kim F. Storm  <storm@cua.dk>
8746         * emulation/cua-base.el (cua-mode): Improve doc string.
8748 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
8750         * abbrev.el (expand-region-abbrevs): Doc fix.
8751         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
8752         Improve argument/docstring consistency.
8754         * arc-mode.el (archive-get-descr, archive-alternate-display):
8755         Doc fixes.
8756         (archive-l-e): Improve argument/docstring consistency.
8757         (archive-tmpdir, archive-unixdate, archive-unixtime)
8758         (archive-chmod-entry): Fix typos in docstrings.
8759         (archive-unflag, archive-unflag-backwards)
8760         (archive-unmark-all-files): "?\ " -> "?\s".
8762         * buff-menu.el (Buffer-menu-unmark): Doc fix.
8763         (Buffer-menu-not-modified, Buffer-menu-execute)
8764         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
8765         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
8767         * composite.el (compose-string, encode-composition-rule)
8768         (compose-last-chars): Fix typos in docstrings.
8770         * desktop.el (desktop-enable, desktop-basefilename):
8771         Declare with `define-obsolete-variable-alias'.
8772         (desktop-internal-v2s): Don't quote keywords.
8773         (desktop-clear): "?\ " -> "?\s".
8775         * dired.el (dired-align-file, dired-flag-backup-files)
8776         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
8777         (dired-listing-switches, dired-ls-F-marks-symlinks)
8778         (dired-dwim-target, dired-load-hook, dired-mode-hook)
8779         (dired-directory, dired-faces, dired, dired-revert)
8780         (dired-mode, dired-summary, dired-view-file)
8781         (dired-copy-filename-as-kill, dired-delete-file)
8782         (dired-no-confirm, dired-unmark-all-marks)
8783         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
8784         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
8785         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
8786         Fix typos in message strings.
8788         * dired-x.el (virtual-dired): Declare with `defalias'.
8789         (dired-mark-unmarked-files, dired-local-variables-file)
8790         (dired-omit-here-always): Doc fix.
8791         (dired-omit-mode, dired-find-subdir)
8792         (dired-enable-local-variables, dired-clean-up-buffers-too)
8793         (dired-extra-startup, dired-mark-extension, dired-jump)
8794         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
8795         (dired-smart-shell-command, dired-guess-shell-alist-user)
8796         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
8797         (dired-x-bind-find-file, dired-x-submit-report):
8798         Fix typos in docstrings.
8799         (dired-mark-unmarked-files): "?\ " -> "?\s".
8801         * dirtrack.el (dirtrack-list): Fix typos in docstring.
8803         * faces.el (describe-face): "?\ " -> "?\s".
8804         (read-all-face-attributes, read-face-font, modify-face)
8805         (face-attr-construct, italic): Fix typos in docstrings.
8806         (frame-update-face-colors): Declare with
8807         `define-obsolete-function-alias'.
8809         * files.el (find-file-noselect, recode-file-name): Doc fixes.
8810         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
8811         (magic-mode-alist, buffer-file-numbers-unique)
8812         (write-file-functions, get-free-disk-space):
8813         Fix typos in docstrings.
8814         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
8815         (write-contents-hooks, write-file-hooks):
8816         Declare with `define-obsolete-variable-alias'.
8818         * forms-d2.el (arch-rj): Fix typo in docstrings.
8819         (arch-tocol): Likewise.  "?\ " -> "?\s".
8821         * frame.el (set-frame-font, cursor-in-non-selected-windows):
8822         Fix typo in docstring.
8823         (set-screen-width, set-screen-height): Delete redundant info in
8824         doctrings.
8825         (new-frame, screen-height, screen-width): Declare with
8826         `define-obsolete-function-alias'.
8827         (delete-frame-hook, blink-cursor): Declare with
8828         `define-obsolete-variable-alias'.
8830         * paths.el (prune-directory-list): Fix typos in docstring.
8832         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
8833         (cvs-prefix-get): Fix typos in docstrings.
8835         * ps-print.el (ps-extend-face-list, ps-extend-face)
8836         (ps-print-background-image): Fix typos in docstrings.
8837         (ps-default-fg, ps-default-bg): Doc fixes.
8839         * s-region.el (s-region-bind): Doc fix.
8840         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
8842         * textmodes/org.el (org-table-formula-substitute-names)
8843         (org-table-get-vertical-vector): Doc fixes.
8844         (org-table-recalculate): Remove unused argument to `message'.
8846 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
8848         * textmodes/org.el (org-table-column-names)
8849         (org-table-column-name-regexp)
8850         (org-table-named-field-locations): New variables.
8851         (org-archive-subtree): Protect `this-command' when calling
8852         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
8853         the kill buffer.
8854         (org-complete): Remove fixed-formula completion.
8855         (org-edit-formulas-map): New variable.
8856         (org-table-edit-formulas): New command.
8857         (org-finish-edit-formulas, org-abort-edit-formulas)
8858         (org-show-variable, org-table-get-vertical-vector): New functions.
8859         (org-table-maybe-eval-formula): Handle `:=' fields.
8860         (org-table-get-stored-formulas, org-table-store-formulas)
8861         (org-table-get-formula, org-table-modify-formulas)
8862         (org-table-replace-in-formulas): Handle named field formulas.
8863         (org-table-get-specials): Store locations of named fields.
8865 2005-07-19  Juri Linkov  <juri@jurta.org>
8867         * progmodes/grep.el (grep-regexp-alist)
8868         (grep-mode-font-lock-keywords, grep-process-setup):
8869         Use default GNU grep match color "01;31m" instead of "01;41m".
8870         (grep-regexp-alist, grep-mode-font-lock-keywords):
8871         Use `\\[[0-9]*m' instead of `\\[00m'.
8872         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
8873         sgr_start where its handling is more important.  Use the real
8874         length of sgr_start instead of constant 8.
8875         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
8876         specially.  Delete all remaining escape sequences.
8877         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
8878         (grep-regexp-alist): Make hyperlink only for binary file name
8879         instead of the whole line.
8880         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
8881         (grep-mode): Add autoload.
8883         * emacs-lisp/find-func.el (find-function-regexp):
8884         Add `define-compilation-mode'.
8886 2005-07-19  Juri Linkov  <juri@jurta.org>
8888         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
8889         (compare-windows-sync-string-size, compare-windows-recenter)
8890         (compare-windows-highlight, compare-windows): Add version 22.1.
8891         (compare-windows) <defface>: Inherit from lazy-highlight instead
8892         of duplicating its default value.
8894         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
8895         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
8897         * descr-text.el (describe-char): Create link buttons for `charset'
8898         and `code point'.  Add the current input method name with a link
8899         button to `to input' field.  Print face names of display table
8900         characters in `The display table entry is displayed by' section
8901         instead of printing face-id in the `display' field.
8902         Guess hardcoded faces and create a link button for them.
8903         Skip empty fields when calculating max-width.
8904         Treat `widget-create' specially while inserting strings from the
8905         collected field list.
8906         (describe-char-after): Made obsolete in version 22.1, not 21.5.
8908         * diff-mode.el (diff-file-header): Change foreground color from
8909         yellow to green on light backgrounds.
8910         (diff-context): Inherit from `shadow' only for color/grayscale
8911         with more than 88 colors.
8912         (diff-indicator-removed, diff-indicator-added)
8913         (diff-indicator-changed): New faces.
8914         (diff-font-lock-keywords): Use new faces.  Regroup rules.
8915         Add "^---$" for `normal' diff format.  Fontify `#' lines with
8916         font-lock-comment-delimiter-face and font-lock-comment-face.
8917         Add `#' to ^[^...] in the rule for `diff-context-face'.
8919         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
8920         a button-like box.  Inherit from `highlight' on low colors.
8921         (shadow): Use shades of gray only for color/grayscale with
8922         more than 88 colors.  Use green for light backgrounds with
8923         8 colors, and yellow for dark backgrounds with 8 colors.
8925         * font-lock.el (font-lock-regexp-grouping-backslash):
8926         Don't inherit from escape-glyph (use bold for all cases).
8928         * info.el (info-xref-visited): Use light foreground color `violet'
8929         for dark backgrounds instead of dark color `magenta3'.
8930         (info-title-1): Use `yellow' color for dark backgrounds.
8932         * isearch.el (isearch): Use not-too-dark magenta3 instead of
8933         too-light magenta2.
8935         * replace.el (match): Use slightly more light RoyalBlue3 instead
8936         of dark RoyalBlue4.
8938         * wid-edit.el (widget-inactive): Inherit from `shadow'.
8940 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
8942         * novice.el (disabled-command-hook): Declare it with
8943         `define-obsolete-variable-alias'.
8945         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
8946         (desktop-buffer-misc-functions, desktop-buffer-handlers)
8947         (desktop-load-default): Add release to obsolescence info.
8948         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
8949         (desktop-append-buffer-args, desktop-read):
8950         Fix typos in docstrings.
8951         (desktop-kill): Fix typo in message.
8952         (desktop-save): Doc fix.
8954 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
8956         * viper-cmd.el (viper-escape-to-state): Bug fix.
8957         (viper-envelop-ESC-key): Change the definition of fast
8958         keysequence so it'll work with keyboard macros.
8960         * ediff.el (ediff-patch-buffer): Change the docstring.
8962 2005-07-19  Kenichi Handa  <handa@m17n.org>
8964         * international/mule-cmds.el (select-safe-coding-system): Try to
8965         use an auto-coding (if any) before anything else.  If the found
8966         auto-coding is invalid, show a warning message.
8968         * international/mule.el (find-auto-coding): New function created
8969         by modifying the body of set-auto-coding.
8970         (set-auto-coding): Use find-auto-coding to find a coding.
8972 2005-07-18  Richard M. Stallman  <rms@gnu.org>
8974         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
8975         not isearch-mode-end-hook-error.
8976         (allout-before-change-protect): Fix error message.
8978 2005-07-18  Juri Linkov  <juri@jurta.org>
8980         * allout.el (allout-mode):
8981         * calculator.el (calculator-copy):
8982         * custom.el (custom-known-themes):
8983         * dired.el (dired-desktop-buffer-misc-data)
8984         (dired-restore-desktop-buffer):
8985         * dired-x.el (dired-omit-marker-char):
8986         * files.el (basic-save-buffer):
8987         * font-core.el (font-lock-mode):
8988         * calendar/calendar.el (calendar-goto-hebrew-date)
8989         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
8990         (calendar-goto-persian-date):
8991         * language/ethio-util.el (ethio-sera-to-fidel-region):
8992         * textmodes/picture.el (picture-mode):
8993         Delete duplicate duplicate words.
8995 2005-07-18  Juri Linkov  <juri@jurta.org>
8997         * isearch.el (isearch-mode-map): Remove key bindings for regexp
8998         chars * ? } |.
8999         (isearch-fallback): Don't call `isearch-process-search-char'.
9000         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
9001         (isearch-process-search-char): Call `isearch-fallback' for regexp
9002         chars * ? } |.
9003         (isearch-return-char): Make obsolete with `make-obsolete' instead
9004         of simply documenting it as obsolete in the docstring.
9005         (isearch-fallback): Refill docstring.
9007         * international/isearch-x.el
9008         (isearch-process-search-multibyte-characters): Remove unneeded
9009         `concat'.  Add intermediate values to `junk-hist' instead of
9010         `minibuffer-history'.  Test the length of `str'.
9012 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
9014         * allout.el (allout-resolve-xref): Fix typos in error strings.
9015         (allout-before-change-protect): Remove unneeded `concat'.
9017         * array.el (array-mode, array-reconfigure-rows)
9018         (untabify-backward): Fix typos in docstrings.
9019         (array-reconfigure-rows): Use `insert-buffer-substring', not
9020         `insert-buffer'.
9022         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
9023         * progmodes/ada-mode.el (ada-make-body):
9024         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
9026         * dired.el (dired-log):
9027         * tar-mode.el (tar-subfile-save-buffer):
9028         * play/zone.el (zone-pgm-stress-destress):
9029         Use `insert-buffer-substring', not `insert-buffer'.
9031 2005-07-17  Simon Josefsson  <jas@extundo.com>
9033         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
9035 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
9037         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
9038         Add plain auth method.
9039         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
9041 2005-07-17  Kim F. Storm  <storm@cua.dk>
9043         * ido.el (dired-other-window): Add ido property.
9045 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
9047         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
9048         Fix typo in docstring.
9049         (byte-compile-interactive-only-functions): Add `insert-buffer' and
9050         `insert-file-literally'.
9052         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
9053         info and delete redundant message.  Doc fix.
9054         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
9055         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
9057 2005-07-16  Richard M. Stallman  <rms@gnu.org>
9059         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
9060         (byte-compile-and): Use byte-compile-and-recursion.
9061         (byte-compile-or-recursion): New function.
9062         (byte-compile-or): Use that.
9063         (byte-compile-if): Guard the else-clause too.
9064         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
9066         * isearch.el (isearch-mode-end-hook-quit): New variable.
9067         (isearch-done): Bind it.
9068         (isearch-mode-end-hook): Doc fix.
9070         * allout.el (allout-isearch-did-quit): Variable deleted.
9071         (allout-real-isearch-abort): Function name no longer used.
9072         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
9073         (allout-isearch-rectification): isearch-mode always exists.
9074         Don't set allout-isearch-did-quit.
9075         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
9076         allout-isearch-did-quit.
9077         (allout-enwrap-isearch): Just add the hook.
9078         (allout-isearch-abort): Function deleted.
9079         (allout-pre-command-business): Avoid warning.
9081         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
9082         Correctly avoid warnings.
9083         (pascal-outline): Likewise.
9085         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
9087         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
9089         * play/tetris.el (tetris-mode): Avoid warning.
9091         * play/snake.el (snake-mode): Avoid warning.
9093         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
9094         (gamegrid-set-display-table): Avoid warning.
9095         (gamegrid-set-timer): Likewise.
9096         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
9097         (gamegrid-add-score-with-update-game-score-1): Take FILE
9098         as argument.
9099         (gamegrid-add-score-with-update-game-score): Pass that argument.
9100         Rename have-shared-game-dir to gamegrid-shared-game-dir.
9102         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
9104         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
9105         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
9107         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
9108         and insert-file.
9110         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
9111         (sc-ask): Avoid warnings.
9113         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
9114         (eshell-hist-initialize): Use that var the natural way.
9116         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
9118         * emacs-lisp/re-builder.el (reb-cook-regexp):
9119         Avoid warning calling lre-compile-string.
9120         (reb-color-display-p): Avoid warning.
9122         * calculator.el (calculator-last-input): Guard uses
9123         of event-key and key-press-event-p.
9124         (event-key, key-press-event-p): Delete definitions.
9126         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
9127         (find-gc-source-directory, find-gc-subrs-callers)
9128         (find-gc-noreturn-list, find-gc-source-files)
9129         (find-gc-subrs-called): Vars renamed and defvar'd.
9131         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
9132         (checkdoc-overlay-put, checkdoc-delete-overlay)
9133         (checkdoc-overlay-start, checkdoc-overlay-end)
9134         (checkdoc-mode-line-update, checkdoc-char=):
9135         Define such that compiler knows they are defined.
9136         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
9137         (checkdoc-read-event): Delete.  Use read-event directly.
9139         * whitespace.el (whitespace-make-overlay)
9140         (whitespace-overlay-put, whitespace-delete-overlay)
9141         (whitespace-overlay-start, whitespace-overlay-end):
9142         Define such that compiler knows they are defined.
9143         (whitespace): Move conditional inside.
9145         * tempo.el (tempo-insert-template): Suppress warning.
9147         * ediff-diff.el (longlines-mode): Add defvar.
9149 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
9151         * server.el: Bind "C-x #" in a way that works even if C-x is
9152         redefined to a command key, not a prefix key.
9154 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
9156         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
9157         cl-make-type-test till execution time.
9159 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
9161         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
9162         arg ARG and use it.
9164 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
9166         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
9168 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
9170         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
9171         a defcustom with two :set or :type keywords.
9173 2005-07-15  Richard M. Stallman  <rms@gnu.org>
9175         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9176         Don't give ^M comment-end syntax.
9178 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
9180         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
9181         Don't consider gdbmi (gdb-mi.el has its own update functions).
9182         (gdb-var-delete): Make it work for gdbmi as well.
9183         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
9185         * progmodes/gud.el (etags, sdb): Only require etags when needed.
9186         (gud-speedbar-menu-items): Correct logic for enabling items.
9188 2005-07-15  Kim F. Storm  <storm@cua.dk>
9190         * ido.el: Fix commentary.
9191         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
9192         Use with-no-warnings around ffap-guesser.
9193         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
9194         Let bind minibuffer-completing-file-name to t.
9196 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
9198         * startup.el (site-run-file, keyboard-type): Doc fixes.
9199         (command-line): Check for "--basic-display" argument; also for
9200         "--quick", not "--bare-bones" (which was renamed).
9201         (fancy-splash-text): Add missing item "Getting New Versions".
9202         (normal-splash-screen): Fix typos and improve consistency with
9203         `fancy-splash-text'.  Update copyright year.
9205         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
9206         valid binding for `help-char'.
9208         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
9210 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
9212         * term.el (term-mode): Disable cua-mode for term buffers.
9214 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
9216         * add-log.el (add-log-mailing-address, change-log-merge):
9217         Doc fixes.
9218         (change-log-get-method-definition): Fix typo in docstring.
9220 2005-07-14  Kim F. Storm  <storm@cua.dk>
9222         * emulation/cua-base.el:
9223         (cua--pre-command-handler-1, cua--pre-command-handler)
9224         (cua--post-command-handler-1, cua--post-command-handler):
9225         Split in two.  Check (buffer local) value of cua-mode.
9226         (cua-selection-mode): New command.
9228 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
9230         * custom.el (custom-initialize-safe-set)
9231         (custom-initialize-safe-default): Doc fixes.
9233         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
9234         and simplify :init-value again.
9236         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
9237         and simplify :init-value again.  Delete autoload.
9239         * startup.el (command-line): Use `custom-reevaluate-setting' again
9240         for tooltip-mode.
9242         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
9243         a defcustom with two :initialize keywords.
9245 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
9247         * allout.el (my-mark-marker, allout-isearch-prior-pos)
9248         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
9249         (allout-post-command-business, allout-flag-region)
9250         (isearch-reenable-font-lock, allout-yank)
9251         (allout-insert-latex-header, allout-insert-latex-trailer)
9252         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
9253         (allout-latex-verb-quote): Fix typos in docstrings.
9254         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
9255         (allout-unprotected, allout-prefix-data):
9256         Improve argument/docstring consistency.
9257         (allout-chart-subtree): Fix argument spec.
9258         (allout-open-topic): Rename `use_sib_bullet' argument to
9259         `use-sib-bullet'.  Doc fix.
9261         * whitespace.el (whitespace-check-buffer-leading)
9262         (whitespace-check-buffer-trailing)
9263         (whitespace-check-buffer-indent)
9264         (whitespace-check-buffer-spacetab)
9265         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
9266         (whitespace-check-leading-whitespace)
9267         (whitespace-check-trailing-whitespace)
9268         (whitespace-check-spacetab-whitespace)
9269         (whitespace-check-indent-whitespace)
9270         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
9271         (whitespace-modes): Fix typos in docstrings.
9272         (defgroup, defcustom): Doc fixes.
9274         * winner.el (winner-mode, winner-boring-buffers)
9275         (winner-pending-undo-ring): Doc fixes.
9276         (winner-ring): Remove unneeded `progn'.
9277         (winner-equal): `defsubst' it.
9278         (winner-redo): Fix message.
9280 2005-07-13  Kim F. Storm  <storm@cua.dk>
9282         * simple.el (line-move-1): Always use vertical-motion to
9283         do the last (or only) line move to ensure some movement.
9284         Undo 2005-06-23 change--don't check for overlays.
9286 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9288         * term/mac-win.el (ccl-encode-mac-roman-font)
9289         (ccl-encode-mac-centraleurroman-font)
9290         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
9291         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
9292         Change charset-id boundary of dimension to ?\xef.
9293         (mac-char-fontspec-list): New constant.
9294         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
9295         argument.  Nil uses itself as family in font-spec.  Previous
9296         behavior for nil is now provided by non-nil non-string argument.
9297         All callers changed.  Add font-specs for Mac fonts to
9298         "fontset-default" unless iso8859-1 fonts are installed.
9300 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9302         * progmodes/sh-script.el (sh-get-indent-info): Only indent
9303         a continuation line if the \ is preceded by SPC or TAB.
9304         (sh-get-indent-info): Simplify.
9305         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
9306         Use with-current-buffer.
9308         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
9309         when the matched text is empty.
9311 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
9313         * startup.el (command-line): Revert to previous handling of
9314         tooltip-mode.  Explain in comment why the complexity is needed.
9316         * tooltip.el (tooltip-mode): Revert to previous implementation of
9317         its defcustom.
9319         * frame.el (blink-cursor-mode): Revert to previous implementation
9320         of its defcustom.  Update comment.
9322 2005-07-12  Lars Hansen  <larsh@soem.dk>
9324         * desktop.el: Update e-mail address.
9326 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9328         * term/mac-win.el (mac-services-mail-selection)
9329         (mac-services-mail-to): New functions.
9330         (mac-application-menu-map): Bind them.
9332 2005-07-12  wulei <milton@wulei.net>  (tiny change)
9334         * progmodes/gdb-ui.el: Add note about buffering with Windows.
9336 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
9338         * custom.el (custom-reevaluate-setting): Doc fix.
9340 2005-07-11  Jay Belanger  <belanger@truman.edu>
9342         * calc/calc.el (calc-embedded-announce-formula-alist)
9343         (calc-embedded-open-close-plain-alist)
9344         (calc-embedded-open-close-mode-alist): Add checks for additional
9345         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
9347 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
9349         * custom.el (custom-enable-theme): Don't add theme to
9350         `custom-enabled-themes' with `push' because there is no
9351         setf-method for `delq'.
9353 2005-07-11  Richard M. Stallman  <rms@gnu.org>
9355         * custom.el (custom-declare-variable): Doc fix.
9357         * dired-aux.el (dired-compare-directories): Remove "." and ".."
9358         from the alists.
9360         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
9361         Do nothing if edebug-active.
9363         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
9364         (edebug-display): Do it here instead.
9366 2005-07-10  Richard M. Stallman  <rms@gnu.org>
9368         * cus-face.el (custom-theme-set-faces): Make it work.
9369         (custom-reset-faces): Doc fix.
9370         (custom-theme-reset-internal-face, custom-theme-face-value):
9371         Functions deleted.
9373         * custom.el (custom-push-theme): Maintain list of the settings
9374         of a given theme in its theme-settings property.
9375         Maintain position of old settings in the theme-value
9376         or theme-face property.
9377         (custom-enabled-themes): New variable.
9378         (custom-theme-enabled-p): New function.
9379         (provide-theme): Update custom-enabled-themes.
9380         Disable and reenable the `user' theme.
9381         (require-theme): Doc fix.
9382         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
9383         (custom-theme-value, custom-theme-variable-value): Likewise.
9384         (custom-theme-reset-internal): Likewise.
9385         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
9386         (custom-enable-theme, custom-disable-theme): New functions.
9387         (custom-variable-theme-value, custom-face-theme-value): Likewise.
9388         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
9389         (custom-theme-reset-variables): Simplify.
9390         (deftheme, custom-declare-theme, custom-make-theme-feature):
9391         Definitions moved.
9393 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
9395         * longlines.el (longlines-show-region)
9396         (longlines-unshow-hard-newlines): Recognize hard newlines by
9397         non-nil hard property, instead of t.
9399 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
9401         * viper-cmd.el (viper--key-maps): New variable.
9402         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
9403         emulation-mode-map-alists.
9404         (viper-envelop-ESC-key): Use viper-subseq.
9405         (viper-search-forward/backward/next): Disable debug-on-error.
9407         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
9408         (viper-ESC-key): New defcustoms.
9410         * viper-macs.el (ex-map-read-args): Use viper-subseq.
9412         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
9413         (viper-subseq): Copy of subseq from cl.el.
9415         * viper.el (viper-go-away, viper-set-hooks): Use
9416         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
9418         * viper-mous.el (viper-current-frame-saved): Use defvar.
9420         * viper-init.el: Get rid of -face in face names.
9422         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
9423         Make it work with longlines mode
9425         * ediff-mult.el (ediff-meta-mode-hook): New variable.
9427         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
9429         * ediff-init.el: Get rid of -face in face names.
9431 2005-07-10  Richard M. Stallman  <rms@gnu.org>
9433         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
9434         and with-timeout-unsuspend.
9436         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
9437         and with-timeout-unsuspend.
9439         * emacs-lisp/timer.el (with-timeout-timers): New variable.
9440         (with-timeout): Bind that variable to record timers.
9441         (with-timeout-suspend, with-timeout-unsuspend): New functions.
9443         * emacs-lisp/debug.el (debug-help-follow): New function.
9444         (debugger-mode-map): Use that instead of help-follow.
9445         (debugger-setup-buffer): Use eval-buffer-list
9446         to handle eval-buffer frames.
9448 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
9450         * timezone.el (timezone-parse-date): Change first regexp
9451         so it will not mistakenly match dates with no time zone.
9453 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
9455         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
9457 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
9459         * custom.el (custom-initialize-safe-set)
9460         (custom-initialize-safe-default): New functions.
9462         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
9463         and simplify :init-value.
9465         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
9466         and simplify :init-value.  Delete obsolete comment.
9468         * startup.el (command-line): Use `custom-reevaluate-setting' to
9469         handle `tooltip-mode'.  Delete obsolete comment.
9471         * files.el (set-visited-file-name): Avoid calling
9472         `file-name-nondirectory' with a nil argument.
9474 2005-07-09  Richard M. Stallman  <rms@gnu.org>
9476         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
9477         was called with nil for the buffer, handle the read position right.
9478         Handle read position for eval-region, too.
9480 2005-07-09  Juri Linkov  <juri@jurta.org>
9482         * fringe.el (fringe-mode): Add period in docstring.
9483         (fringe-query-style): Build prompt depending on `all-frames' arg.
9485         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
9486         to not create links to unrelated functions in the Help buffer.
9488         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
9489         Doc fix.
9491         * simple.el (next-error-hook): New variable.
9492         (next-error): Use it.  Doc fix.
9494         * textmodes/ispell.el (ispell-command-loop): Add current
9495         dictionary name and program name to mode-line-format.
9496         (ispell-region, ispell-process-line): Add current dictionary name
9497         and program name to messages.
9499 2005-07-08  Jay Belanger  <belanger@truman.edu>
9501         * calc/calc.el (calc-embedded-announce-formula-alist)
9502         (calc-embedded-open-close-formula-alist)
9503         (calc-embedded-open-close-word-alist)
9504         (calc-embedded-open-close-plain-alist)
9505         (calc-embedded-open-close-new-formula-alist)
9506         (calc-embedded-open-close-mode-alist)
9507         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
9508         (calc-embedded-mode-hook): New variables.
9510         * calc/calc-embed.el (calc-embedded-firsttime)
9511         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
9512         New variables.
9513         (calc-do-embedded): Use calc-embedded-firsttime,
9514         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
9515         determine whether or not to run hooks.
9516         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
9517         calc-embedded-firsttime-formula appropriately.
9518         Set calc-embedded delimiter variables according to mode.
9520 2005-07-08  Richard M. Stallman  <rms@gnu.org>
9522         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
9523         Check for "emacs", etc., as entire symbol, not just as word.
9524         (checkdoc-file-comments-engine): Use regexp-quote on FN.
9526         * files.el (set-visited-file-name): Report the error
9527         for "empty filename" earlier.
9528         (kill-some-buffers): Ignore buffers already dead.
9530         * fringe.el (fringe-mode): Doc fix.
9532         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
9533         Check for (featurep 'xemacs) and turn off warnings in what it guards.
9534         Use unwind-protect to ensure byte-compile-unresolved-functions
9535         is updated.
9537         * whitespace.el (whitespace-buffer-leading-cleanup):
9538         Simplify w/ skip-chars-forward.
9539         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
9541         * mail/rmail.el (rmail-only-expunge): Fix paren error.
9542         Unconditionally try to leave point at the same old place.
9544 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
9546         * comint.el (comint-postoutput-scroll-to-bottom)
9547         (comint-show-maximum-output): Take scroll-margin into consideration.
9549 2005-07-08  Kim F. Storm  <storm@cua.dk>
9551         * ido.el (ido-use-filename-at-point): New choice `guess'.
9552         (ido-file-internal): Try ffap-guesser if selected.
9554         * ido.el (ido-before-fallback-functions): New hook.
9555         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
9556         (ido-read-file-name): Run it.
9558 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9560         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
9561         strings rather than a list of symbols to the completion function.
9563 2005-07-07  Jay Belanger  <belanger@truman.edu>
9565         * calc/calc-units.el (math-apply-units): Change the places in
9566         which units are simplified.
9568 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
9570         * cus-edit.el (customize-option, customize-option-other-window):
9571         Make them handle aliases.
9573         * custom.el (custom-variable-p): Make it recursively follow
9574         aliases.  Mention that in the docstring.
9576 2005-07-07  Richard M. Stallman  <rms@gnu.org>
9578         * cus-start.el (exec-path): Use `directory' instead of `file'.
9579         Fix tag for nil.
9581 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
9583         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
9584         when called non-interactively.  Doc fix.
9586 2005-07-07  Lute Kamstra  <lute@gnu.org>
9588         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
9589         new address as well.
9591 2005-07-07  Kenichi Handa  <handa@m17n.org>
9593         * international/mule.el (make-coding-system):
9594         Describe `ascii-incompatible' property in the docstring.
9595         (set-file-name-coding-system): Signal an error if coding-system is
9596         ascii-incompatible.
9597         (set-keyboard-coding-system): Likewise.
9599         * international/mule-cmds.el (set-default-coding-systems):
9600         Don't set default-file-name-coding-system and
9601         default-keyboard-coding-system if coding-system is ASCII-incompatible.
9603         * international/utf-16.el: Declare that all UTF-16-based coding
9604         systems are ASCII-incompatible.
9606 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
9608         * progmodes/gud.el: Require font-lock for displaying errors.
9609         Used by gdb-ui.el.
9611 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
9613         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
9614         values for the pattern lists which are `read'able but not
9615         `append'able (like symbols).
9617 2005-07-06  Richard M. Stallman  <rms@gnu.org>
9619         * progmodes/flymake.el (flymake-float-time): Instead of
9620         with-no-warnings, test for xemacs.
9621         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
9622         to avoid warning.
9624 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
9626         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
9628 2005-07-05  Lute Kamstra  <lute@gnu.org>
9630         * battery.el: Add support for Darwin (with much debugging help
9631         from Samuel Lauber <sam124@operamail.com>).
9632         (battery-status-function, battery-echo-area-format)
9633         (battery-mode-line-format): Add support for pmset on Darwin.
9634         (battery-load-low, battery-load-critical): New user options.
9635         (battery-pmset): New function.
9637 2005-07-05  Lute Kamstra  <lute@gnu.org>
9639         Update FSF's address in GPL notices.
9641         * textmodes/page-ext.el: Update FSF's address.
9643 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9645         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
9646         filling from using prefix when filling a single-line docstring.
9648         * progmodes/flymake.el: Remove useless eval-when-compile.
9650         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
9652 2005-07-04  Richard M. Stallman  <rms@gnu.org>
9654         * textmodes/org.el (org-file-apps-defaults-gnu):
9655         Rename from org-file-apps-defaults-linux.
9656         (org-default-apps): Don't test system-type for `linux'.
9657         (org-file-apps): Doc fix.
9659 2005-07-04  David Ponce  <david@dponce.com>
9661         * tree-widget.el: Improve header Commentary section.
9662         (tree-widget) [defgroup]
9663         (tree-widget-image-enable, tree-widget-themes-directory)
9664         (tree-widget-theme, tree-widget-image-properties-emacs)
9665         (tree-widget-image-properties-xemacs, tree-widget-create-image)
9666         (tree-widget-image-formats, tree-widget-control)
9667         (tree-widget-empty-control, tree-widget-leaf-control
9668         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
9669         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
9670         (tree-widget-keep, tree-widget-after-toggle-functions)
9671         (tree-widget-open-node, tree-widget-close-node): Doc fix.
9672         (tree-widget-open-control, tree-widget-close-control): Fix doc and
9673         :help-echo message.
9674         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
9675         (tree-widget-image-properties): Doc fix.  Clearer implementation.
9676         (tree-widget--cursors): New constant.
9677         (tree-widget-lookup-image): New function split from
9678         `tree-widget-find-image'.  Clearer implementation.
9679         (tree-widget-find-image): Use it.
9680         (tree-widget-button-keymap): Use `set-keymap-parent'.
9681         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
9682         Define the sub-widgets here.
9683         (tree-widget-node): Check that :node is not a tree-widget.
9684         (tree-widget-get-super, tree-widget-open-control)
9685         (tree-widget-close-control, tree-widget-empty-control)
9686         (tree-widget-leaf-control, tree-widget-guide)
9687         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
9688         (tree-widget-no-handle, tree-widget-value-delete)
9689         (tree-widget-map): Remove.
9690         (tree-widget-children-value-save): Doc fix.  Simplified.
9691         (tree-widget-value-create): Update according to previous changes.
9693 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
9695         * textmodes/org.el: Leading space replaced by TABS.
9696         (org-recalc-marks, org-table-rotate-recalc-marks)
9697         (org-table-get-specials): Treat "^" and "_" marks.
9698         (org-table-justify-field-maybe): Optional argument NEW.
9699         (org-table-eval-formula): Parsing of the format simplified.
9700         New modes C,I.  Honor the %= parameter in the current table.
9701         Avoid unnecessary re-align by using the NEW argument to
9702         `org-table-justify-field-maybe'.
9703         (org-calc-default-modes): Default for date-format mimicks org-mode.
9704         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
9706 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
9708         * cus-face.el (custom-theme-set-faces): Make it handle face
9709         aliases whose alias declarations are pre- or autoloaded.
9711 2005-07-04  Juri Linkov  <juri@jurta.org>
9713         * faces.el (read-face-name): Put the code for getting a face name
9714         from the buffer before adding the faces from the `face' property.
9715         Use `completing-read-multiple' instead of `completing-read'.
9716         Require `crm'.  Add default value and post-process the returned
9717         list of faces.
9719         * emacs-lisp/crm.el (crm-find-current-element)
9720         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
9722         * emacs-lisp/lisp-mode.el (eval-defun-1):
9723         * emacs-lisp/edebug.el (edebug-eval-defun):
9724         Remove unnecessary quotes.
9726 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9728         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
9729         (prolog-indent-level): Fix typo in docstring.
9731         * info.el (Info-history, Info-history-forward)
9732         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
9734         * add-log.el (add-change-log-entry):
9735         * comint.el (comint-dynamic-list-input-ring)
9736         (comint-dynamic-list-completions):
9737         * dabbrev.el (dabbrev-expand):
9738         * delim-col.el (delimit-columns-rectangle-line):
9739         * diff-mode.el (diff-context->unified, diff-reverse-direction)
9740         (diff-unified->context):
9741         * ediff-init.el (ediff-abbrev-jobname):
9742         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
9743         (ediff-replace-session-activity-marker-in-meta-buffer):
9744         * info.el (Info-summary):
9745         * lpr.el (printify-region):
9746         * printing.el (pr-create-interface):
9747         * ps-print.el (ps-print-quote):
9748         * ses.el (ses-column-widths, ses-print-cell)
9749         (ses-adjust-print-width, ses-center):
9750         * shell.el (shell-file-name-quote-list):
9751         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
9752         (strokes-fill-current-buffer-with-whitespace)
9753         (strokes-xpm-for-stroke, strokes-list-strokes)
9754         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
9755         * term.el (term-dynamic-list-input-ring)
9756         (term-dynamic-list-completions):
9757         * calc/calc.el (math-format-stack-value):
9758         * emacs-lisp/edebug.el (edebug-display-freq-count):
9759         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
9760         (delphi-new-comment-line):
9761         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
9762         * progmodes/executable.el (executable-set-magic):
9763         * progmodes/python.el (inferior-python-mode):
9764         * progmodes/scheme.el (scheme-mode-syntax-table):
9765         * progmodes/sh-script.el (sh-maybe-here-document):
9766         * progmodes/sql.el (sql-copy-column):
9767         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
9768         * textmodes/bibtex.el (bibtex-mode):
9769         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
9770         (sgml-auto-attributes):
9771         * textmodes/table.el (table-insert, table-shorten-cell)
9772         (table--generate-source-scan-lines, table-delete-row)
9773         (*table--cell-delete-char, table--spacify-frame)
9774         (table--horizontally-shift-above-and-below)
9775         (table--cell-insert-char, table--cell-blank-str)
9776         (table--fill-region-strictly):
9777         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
9778         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
9780         * add-log.el (change-log):
9781         * apropos.el (apropos):
9782         * comint.el (comint-completion, comint-source):
9783         * dabbrev.el (dabbrev):
9784         * delim-col.el (columns):
9785         * diff-mode.el (diff-mode):
9786         * ediff.el (ediff):
9787         * ediff-diff.el (ediff-diff):
9788         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
9789         * ediff-mult.el (ediff-mult):
9790         * ediff-ptch.el (ediff-ptch):
9791         * ediff-wind.el (ediff-window):
9792         * facemenu.el (facemenu):
9793         * indent.el (indent):
9794         * info.el (info):
9795         * jka-cmpr-hook.el (compression, jka-compr):
9796         * lpr.el (lpr):
9797         * outline.el (outlines):
9798         * pcmpl-cvs.el (pcmpl-cvs):
9799         * pcmpl-rpm.el (pcmpl-rpm):
9800         * printing.el (printing):
9801         * ps-print.el (postscript, ps-print, ps-print-horizontal)
9802         (ps-print-vertical, ps-print-headers, ps-print-font)
9803         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
9804         (ps-print-background, ps-print-printer, ps-print-page)
9805         (ps-print-miscellany):
9806         * ses.el (ses):
9807         * shell.el (shell, shell-directories, shell-faces):
9808         * startup.el (initialization):
9809         * strokes.el (strokes):
9810         * term.el (term):
9811         * uniquify.el (uniquify):
9812         * w32-vars.el (w32):
9813         * calc/calc.el (calc):
9814         * emacs-lisp/bytecomp.el (bytecomp):
9815         * emacs-lisp/cl-indent.el (lisp-indent):
9816         * emacs-lisp/edebug.el (edebug):
9817         * emacs-lisp/elp.el (elp):
9818         * emacs-lisp/testcover.el (testcover):
9819         * emacs-lisp/trace.el (trace):
9820         * emulation/viper-ex.el (viper-ex):
9821         * emulation/viper-mous.el (viper-mouse):
9822         * mail/mailalias.el (mailalias):
9823         * mail/supercite.el (supercite, supercite-frames)
9824         (supercite-attr, supercite-cite, supercite-hooks):
9825         * net/rcompile.el (remote-compile):
9826         * net/rlogin.el (rlogin):
9827         * obsolete/ooutline.el (outlines):
9828         * progmodes/delphi.el (delphi):
9829         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
9830         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
9831         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
9832         (ebnf-optimization):
9833         * progmodes/etags.el (etags):
9834         * progmodes/executable.el (executable):
9835         * progmodes/idlwave.el (idlwave):
9836         * progmodes/pascal.el (pascal):
9837         * progmodes/prolog.el (prolog):
9838         * progmodes/python.el (python):
9839         * progmodes/scheme.el (scheme):
9840         * progmodes/sh-script.el (sh, sh-script):
9841         * progmodes/sql.el (SQL):
9842         * progmodes/tcl.el (tcl):
9843         * textmodes/bibtex.el (bibtex, bibtex-autokey):
9844         * textmodes/enriched.el (enriched):
9845         * textmodes/makeinfo.el (makeinfo):
9846         * textmodes/sgml-mode.el (sgml):
9847         * textmodes/table.el (table-hooks):
9848         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
9849         * textmodes/texinfo.el (texinfo):
9850         * textmodes/two-column.el (two-column):
9851         Finish `defgroup' description with period.
9853         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
9854         * eshell/esh-var.el (eshell-var):
9855         * progmodes/vhdl-mode.el (vhdl-testbench):
9856         * textmodes/org.el (org): Fix typos in docstrings.
9858         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
9859         consistency.
9861         * progmodes/flymake.el (flymake-find-file): Remove.
9862         (flymake-float-time): Use `with-no-warnings'.
9863         (flymake-check-start-time, flymake-check-was-interrupted)
9864         (flymake-err-info, flymake-is-running, flymake-last-change-time)
9865         (flymake-new-err-info): `defvar' at compile time.
9867 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
9869         * replace.el (occur-hook): Doc fix.
9870         (occur-1): Don't call `occur-hook' if there are no matches.
9872 2005-07-03  Richard M. Stallman  <rms@gnu.org>
9874         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
9875         global-map, save the same map.
9876         (global-map): Don't alter it at top level.
9877         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
9878         Then alter it here instead.
9879         (tpu-edt-off): Set global-map to the saved one.
9881         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
9882         All references simplified.
9883         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
9884         (zmacs-regions): Add defvar.
9885         (repeat-complex-command-map): Everything about that deleted.
9887         * textmodes/artist.el (artist-key-is-drawing)
9888         (artist-key-endpoint1, artist-key-poly-point-list)
9889         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
9890         (artist-key-compl-table, artist-rb-save-data)
9891         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
9892         Don't put them in eval-when-compile.
9893         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
9895         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
9896         Use with-no-warnings.
9898         * net/browse-url.el (dos-windows-version): Add defvar.
9900         * mail/supercite.el (filladapt-prefix-table): Add defvar.
9902         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
9903         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
9904         (rmail-new-summary-line-count): Rename from new-summary-line-count.
9905         Add defvar.
9906         (rmail-summary-beginning-of-message): Use with-no-warnings.
9907         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
9909         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
9910         Use with-no-warnings.
9912         * emulation/vi.el (vi-mark-region): Use c-mark-function.
9913         (c-mark-function): Add point-moving-unit property.
9914         (vi-goto-line): Use with-no-warnings.
9916         * emulation/edt.el (edt-last-copied-word): Add defvar.
9917         (zmacs-region-stays): Likewise.
9918         (edt-mark-section-wisely): Use c-mark-function for C.
9919         Use makr-defun for Fortran.
9920         (time-string): defvar deleted.
9921         (edt-display-the-time): Don't set time-string.
9923         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
9925         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
9926         Don't warn when name is not constant
9927         or for defining the group `emacs'.
9929         * tooltip.el (gud-tooltip-mode): Add defvar.
9931         * startup.el (default-frame-background-mode): Add defvar.
9933         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
9935         * info.el (tool-bar-map): Add defvar.
9937         * dired.el (dnd-protocol-alist): Add defvar.
9939         * dired-aux.el (dired-query): Display question with answer, when
9940         the user answers.
9942         * custom.el (custom-add-option): Doc fix.
9944         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
9946 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
9948         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
9949         bogus name from the last change.
9951 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
9953         * custom.el (custom-declare-variable): Fix typos in comment.
9954         (custom-known-themes): Doc fix.
9955         (custom-theme-directory): New defcustom.
9956         (require-theme): Make it check `custom-theme-directory'.
9958         * cus-theme.el (custom-new-theme-mode): New function.
9959         (custom-theme-name, custom-theme-variables, custom-theme-faces)
9960         (custom-theme-description): Add compiler defvars.
9961         (customize-create-theme): Add doc to the "*New Custom Theme*"
9962         buffer.  Use `custom-new-theme-mode'.
9963         (custom-theme-write): Put the created buffer in emacs-lisp-mode
9964         and save it to the `custom-theme-directory'.  Make this the
9965         default directory of the buffer.
9967 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
9969         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
9970         Fix unbalanced parentheses.
9972 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9974         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
9975         into flymake-mode and delegate to flymake-mode.
9977         * find-file.el (ff-which-function-are-we-in): Clean up.
9979 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
9981         * replace.el (occur-rename-buffer): Fix docstring.
9983         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
9984         (edt-last-copied-word, edt-learn-macro-count)
9985         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
9986         (edt-rect-start-point, edt-user-global-map, rect-start-point)
9987         (time-string, zmacs-region-stays):
9988         * emulation/edt-mapper.el (edt-save-function-key-map)
9989         (EDT-key-name): `defvar' to silence the byte-compiler.
9991 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
9993         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
9994         font-lock-regexp-backslash.  Doc fix.
9995         (font-lock-regexp-backslash-grouping-construct): Rename from
9996         font-lock-regexp-backslash-construct.  Doc fix.
9997         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
9998         grouping constructs.
10000 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
10002         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
10003         updating all the prerequisites.
10005 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
10007         * textmodes/org.el (org-agenda-start-on-weekday)
10008         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
10009         (org-agenda-use-time-grid, org-archive-location)
10010         (org-allow-space-in-links, org-usenet-links-prefer-google)
10011         (org-enable-table-editor, org-export-default-language)
10012         (org-export-html-show-new-buffer, org-fill-paragraph)
10013         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
10014         (org-goto-quit, org-occur, org-eval-in-calendar)
10015         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
10016         (org-agenda-diary-entry, org-remember-help)
10017         (org-table-convert-region, org-at-table-p)
10018         (org-table-move-row-down, org-table-move-row-up)
10019         (org-table-copy-region, org-table-toggle-vline-visibility)
10020         (org-table-get-stored-formulas, org-table-get-specials)
10021         (org-recalc-commands, org-table-eval-formula)
10022         (org-table-formula-substitute-names, orgtbl-make-binding)
10023         (org-format-org-table-html, org-format-table-table-html)
10024         (org-format-table-table-html-using-table-generate-source)
10025         (org-customize): Fix typos in docstrings.
10026         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
10027         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
10028         (org-back-to-heading): Doc fixes.
10029         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
10030         (org-agenda-change-all-lines, org-get-header):
10031         Improve argument/docstring consistency.
10032         (orgtbl-error): Fix error message.
10034         * progmodes/flymake.el (flymake-find-possible-master-files)
10035         (flymake-master-file-compare, flymake-get-line-err-count)
10036         (flymake-highlight-line, flymake-gui-warnings-enabled):
10037         Fix typos in docstrings.
10038         (flymake-parse-line, flymake-get-project-include-dirs-function)
10039         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
10040         Doc fixes.
10041         (flymake-get-project-include-dirs-function)
10042         (flymake-make-err-menu-data):
10043         Improve argument/docstring consistency.
10045 2005-07-01  Lute Kamstra  <lute@gnu.org>
10047         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
10048         Catch errors with ignore-errors.  Use temporary buffer.
10049         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
10051         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
10052         background color faces.
10053         (facemenu-set-foreground, facemenu-set-background):
10054         Use facemenu-set-face-from-menu.
10055         (facemenu-set-face-from-menu): Treat face names that start with
10056         "fg:" or "bg:" as special.
10057         (facemenu-add-new-color): Don't create faces.  Simplify.
10059 2005-06-30  Richard M. Stallman  <rms@gnu.org>
10061         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
10062         (crm-find-current-element): Likewise.
10064 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
10066         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
10068 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10070         * arc-mode.el (archive-extract): Make it work as a mouse binding.
10071         (archive-mouse-extract): Make it an obsolete alias.
10072         (archive-mode-map): Don't use archive-mouse-extract any more.
10073         (archive-mode, archive-extract): write-contents-hooks ->
10074         write-contents-functions.
10075         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
10076         first arg.
10077         (archive-rename-entry): Update the call.
10078         (archive-zip-summarize): Remove unused var `method'.
10079         (archive-lzh-summarize): Remove unused var `creator'.
10081         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
10082         dedicated frame upon exit.
10084         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
10085         (archive-zip-extract, archive-zip-expunge)
10086         (archive-zip-update, archive-zip-update-case): Use executable-find.
10087         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
10088         Use restore-buffer-modified-p.
10089         (archive-extract, archive-add-new-member, archive-write-file-member):
10090         Use with-current-buffer.
10091         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
10093 2005-06-30  Andreas Schwab  <schwab@suse.de>
10095         * progmodes/gud.el (gud-filter): Remove unneeded progn.
10097 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
10099         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
10101 2005-06-30  Juri Linkov  <juri@jurta.org>
10103         * faces.el (vertical-border): Inherit from mode-line-inactive
10104         only on tty.
10106 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
10108         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
10109         example, -NLINES in the `occur' docstring).
10111         * replace.el (occur-1): When no matches are found, do not set the
10112         `buffer-read-only' and modified flags for the occur buffer,
10113         because it is deleted.
10115         * emulation/cua-base.el (cua-check-pending-input)
10116         (cua-repeat-replace-region, cua-mode, cua-debug)
10117         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
10118         Fix typos in docstrings.
10120         * emulation/cua-gmrk.el (cua-toggle-global-mark)
10121         (cua-cut-region-to-global-mark)
10122         (cua--cut-rectangle-to-global-mark):
10123         Remove period from end of messages.
10125         * emulation/cua-rect.el (cua-do-rectangle-padding):
10126         Remove period from end of messages.
10127         (cua--rectangle-seq-format): Fix typo in docstring.
10128         (cua-sequence-rectangle, cua-fill-char-rectangle):
10129         Improve argument/docstring consistency.
10131 2005-06-29  Juri Linkov  <juri@jurta.org>
10133         * faces.el (default-frame-background-mode): New internal variable.
10134         (frame-set-background-mode): Use it.
10136         * startup.el (normal-top-level): Set default-frame-background-mode
10137         instead of frame-background-mode.  Before setting it, test for its
10138         nil value.  Remove tests for frame-background-mode and frame
10139         parameter `reverse'.  Add test for "unspecified-fg".
10141         * term/xterm.el (xterm-rxvt-set-background-mode):
10142         * term/rxvt.el (rxvt-set-background-mode):
10143         Set default-frame-background-mode instead of frame-background-mode.
10145 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
10147         * simple.el (set-variable): Warn about obsolete user variables.
10149         * imenu.el (imenu--completion-buffer):
10150         * mouse.el (mouse-buffer-menu-alist):
10151         * msb.el (msb-invisible-buffer-p):
10152         * calendar/diary-lib.el (diary-header-line-format):
10153         * emacs-lisp/pp.el (pp-buffer):
10154         * progmodes/cperl-mode.el (cperl-do-auto-fill):
10155         * textmodes/picture.el (picture-replace-match):
10156         Change space constants followed by a sexp to "?\s ".
10158         * play/decipher.el (decipher-loop-with-breaks):
10159         * textmodes/texinfo.el (texinfo-insert-@item): Change space
10160         constants "protected" from end of line by a comment to "?\s".
10162 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10164         * font-lock.el (save-buffer-state): Use `declare'.
10166         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
10167         reset the syntax-table to cperl-mode-syntax-table.
10168         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
10169         "foo_print_bar" is not matched as a reserved keyword.
10171 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
10173         * textmodes/org.el (orgtbl-setup): New function, for delayed
10174         setup for the orgtbl commands.
10175         (org-calc-default-modes): New option.
10176         (orgtbl-make-binding): Use `defun' to get better help display.
10177         (org-diary): Call `org-compile-prefix-format'.
10178         (org-table-formula-substitute-names): New function.
10179         (org-agenda-day-view, org-agenda-week-view): New commands.
10180         (org-agenda-toggle-week-view): Command removed.
10181         (org-tbl-menu): Split off from org-org-menu.
10182         (org-mode): Move removal of outline-mode menus to here.
10183         (org-table-formula-debug): New option.
10184         (org-table-insert-row): Keep first field if just "#" or "*".
10185         (org-mode): Paragraph regexps fixed.
10186         (org-table-recalculate-regexp): New constant.
10187         (org-table-justify-field-maybe): Avoid replace if not necessary.
10188         (org-copy-special, org-cut-special): Use `call-interactively'.
10189         (org-table-copy-region): Take region from `interactive' call.
10190         (org-trim): Return string even if no match.
10191         (org-formula): New face.
10192         (org-set-font-lock-defaults): No longer highlight "FIXME".
10193         But highlight formula-related fields in table.
10194         (org-table-p): Use regexp, not fontification.
10195         (org-table-align): Handle white space at end of line.
10196         (org-table-formula-evaluate-inline): New option.
10197         (org-mode): Auto-wrapping in comment lines turned off.
10198         (org-table-copy-down): Evaluate only in copied field, not in
10199         destination.
10200         (org-table-current-formula): Variable removed.
10201         (org-table-store-formulas, org-table-get-stored-formulas)
10202         (org-table-modify-formulas, org-table-replace-in-formulas)
10203         (org-table-maybe-eval-formula): New functions.
10204         (org-table-get-formula): Modify to use stored formulas.
10205         (org-table-insert-column, org-table-delete-column)
10206         (org-table-move-column): Call `org-table-modify-formulas'.
10207         (org-complete): Add completion for keyword formulas.
10208         (orgtbl-mode): Pull orgtbl-mode-map to start of
10209         minor-mode-map-alist.
10211 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10213         * progmodes/python.el (python-check): Require `compile' before
10214         modifying its variables.
10216         * newcomment.el (comment-indent-default): Don't get fooled by an early
10217         end of buffer.
10219 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10221         * ps-print.el (ps-print-version): Fix version number.
10223 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
10225         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
10227 2005-06-28  Richard M. Stallman  <rms@gnu.org>
10229         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
10230         (flyspell-local-mouse-map): Declaration deleted.
10231         (flyspell-mouse-map): Bind only mouse-2.
10232         (flyspell-mode-map): Don't test flyspell-use-local-map.
10233         (flyspell-overlay-keymap-property-name): Var deleted.
10234         (flyspell-mode-on): Don't make local bindings for
10235         flyspell-mouse-map and flyspell-mode-map.
10236         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
10238         * textmodes/ispell.el (ispell-word): Do not ignore short words.
10240         * progmodes/compile.el (compilation-next-error-function):
10241         Don't switch buffers; operate on the current buffer.
10243         * progmodes/compile.el (compilation-error-file-name)
10244         (compilation-warning-file-name, compilation-info-file-name)
10245         (compilation-line-number, compilation-column-number): New faces.
10246         (compilation-error-face, compilation-warning-face)
10247         (compilation-info-face, compilation-line-face)
10248         (compilation-column-face): Use them.
10250         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
10252         * comint.el (comint-password-prompt-regexp): Accept ", try again".
10254         * bindings.el (global-map): Bind insertchar and its variants.
10256 2005-06-27  Richard M. Stallman  <rms@gnu.org>
10258         * textmodes/artist.el (artist-text-overwrite)
10259         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
10261 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10263         * ps-print.el: It was not working the page selection for printing.
10264         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
10265         (ps-print-version): New version 6.6.7.
10266         (ps-end-sheet): New fun.
10267         (ps-header-sheet, ps-end-job): Call it.
10269 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
10271         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
10273 2005-06-27  Lute Kamstra  <lute@gnu.org>
10275         * facemenu.el (facemenu-unlisted-faces): Add foreground and
10276         background color faces.
10277         (facemenu-get-face): Delete function.
10278         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
10279         (facemenu-add-new-color): Make second argument mandatory.
10280         Create the appropriate face and return it.  Simplify.
10281         (facemenu-set-foreground, facemenu-set-background): Don't check if
10282         color is defined.  Use return value of facemenu-add-new-color.
10284 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
10286         * progmodes/gud.el (gud-filter): Add missing argument to
10287         with-selected-window.
10289 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10291         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
10292         a :require to the defcustom.
10294         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
10295         defcustoms corresponding to minor modes.
10297 2005-06-26  David Ponce  <david@dponce.com>
10299         * recentf.el: Require tree-widget instead of wid-edit.
10300         (recentf-filename-handler): Fix widget :type.
10301         (recentf-cancel-dialog, recentf-open-more-files)
10302         (recentf-open-files-action): Doc fix.
10303         (recentf-dialog-goto-first): New function.
10304         (recentf-dialog-mode-map): Set parent keymap first.
10305         (recentf-dialog-mode): Define with define-derived-mode.
10306         Don't display continuation lines in dialogs.
10307         (recentf-edit-list): Rename from recentf-edit-selected-items.
10308         (recentf-edit-list-select): Rename from recentf-edit-list-action.
10309         Simplify.
10310         (recentf-edit-list-validate): New function.
10311         (recentf-edit-list): Update accordingly.
10312         (recentf-open-files-item-shift): Remove.
10313         (recentf-open-files-item): Convert menu elements into tree and
10314         link widgets.  Don't create the widgets.
10315         (recentf-open-files): Update accordingly.
10316         (recentf-save-list): Untabify.
10318 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
10320         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
10321         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
10322         partially contained in the active region.  Do not take active
10323         region into account when called from Lisp, unless INTERACTIVE arg
10324         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
10325         avoid trouble with fields.  Make marker point nowhere when no
10326         longer used.  Always return nil.  Doc fix.
10327         (flush-lines): Add INTERACTIVE arg.  Do not take active region
10328         into account when called from Lisp, unless INTERACTIVE arg is
10329         non-nil.  Use `forward-line' instead of `beginning-of-line' to
10330         avoid trouble with fields.  Make marker point nowhere when no
10331         longer used.  Always return nil.  Doc fix.
10332         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
10333         interchangeable.  Do not take active region into account when
10334         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
10335         message in echo area when called from Lisp, unless INTERACTIVE arg
10336         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
10337         Return the number of matches.  Doc fix.
10338         (occur): Doc fix.
10339         (perform-replace): Make comment follow double space convention for
10340         the sake of `outline-minor-mode'.
10342         * faces.el (facep): Doc fix.
10344 2005-06-25  Richard M. Stallman  <rms@gnu.org>
10346         * facemenu.el (facemenu-enable-faces-p): New function.
10347         (facemenu-background-menu, facemenu-foreground-menu)
10348         (facemenu-face-menu): Add menu-enable property.
10350         * jka-compr.el (jka-compr-insert-file-contents):
10351         Special handling if cannot find the uncompression program.
10353         * cus-face.el (custom-face-attributes): Add autoload.
10355         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10356         Bind comment-indent-function locally.
10358         * window.el (save-selected-window): Use save-current-buffer.
10360         * subr.el (with-selected-window): Use save-current-buffer.
10362         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
10363         and with-current-buffer.
10365 2005-06-24  Richard M. Stallman  <rms@gnu.org>
10367         * simple.el (line-move-1): Fix previous change.
10369 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10371         * replace.el (occur-1): Set `buffer-read-only' and the
10372         buffer-modified flag before running `occur-hook' to protect
10373         against unintentional buffer switches that can lead to data loss.
10375 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
10377         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
10378         (gud-gdb-marker-filter): Use font-lock-warning-face for any
10379         initial error.
10381         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
10382         after fresh input.
10383         (gdb-var-create-handler): Put name of expression in quotes.
10385 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
10387         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
10388         elements of RING in order, and without bogus nil elements.
10390 2005-06-23  Richard M. Stallman  <rms@gnu.org>
10392         * simple.el (set-variable): Args renamed; doc fix.
10393         (line-move-1): When there are overlays around, use vertical-motion.
10395         * faces.el (escape-glyph): Use brown against light background.
10396         (nobreak-space): Rename from no-break-space.
10397         Fix previous change.
10399         * dired-aux.el (dired-do-copy): Fix arg prompt.
10401         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
10403 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
10405         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
10406         rather than "Distributor".
10408 2005-06-23  Lute Kamstra  <lute@gnu.org>
10410         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
10411         (debug-on-entry): Use it.  New interactive declaration that uses
10412         function-called-at-point.
10414 2005-06-23  Kim F. Storm  <storm@cua.dk>
10416         * subr.el (save-match-data): Add comment about using evaporate arg
10417         to set-match-data.
10419 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
10421         * cus-edit.el (customize-face)
10422         (customize-face-other-window): Handle face aliases.
10424         * faces.el (face-documentation, set-face-attribute)
10425         (face-spec-set): Handle face aliases.
10427 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
10429         * help-mode.el (help-make-xrefs): If a symbol representing a face
10430         name is not followed by the word "face", it could still be a
10431         function or variable name, so don't bypass other checks.
10433 2005-06-22  Juri Linkov  <juri@jurta.org>
10435         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
10436         Replace aliased functions with calls where second arg `inherit' is t.
10438 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
10440         * progmodes/gdb-ui.el (gdb-error): New variable.
10441         (gdb-error): New function.
10442         (gdb-annotation-rules): Act on error-begin and error annotations.
10443         (gdb-concat-output): Use font-lock-warning-face for errors.
10445 2005-06-22  Miles Bader  <miles@gnu.org>
10447         * bindings.el (propertized-buffer-identification): Use renamed
10448         `Buffer-menu-buffer' face.
10450         * faces.el (vertical-border): Rename from `vertical-divider'.
10451         (escape-glyph): Change dark-background color back to `cyan'.
10453 2005-06-21  Juri Linkov  <juri@jurta.org>
10455         * faces.el (face-user-default-spec): Try getting `customized-face'
10456         prior to `saved-face'.
10457         (frame-background-mode): Refill docstring.
10459         * emacs-lisp/lisp-mode.el (eval-defun-1):
10460         * emacs-lisp/edebug.el (edebug-eval-defun):
10461         Set `saved-face' temporarily to nil before calling form.
10462         Set `customized-face' to the new spec after that.
10464 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10466         * subr.el (1value, lambda, key-substitution-in-progress):
10467         Doc fixes.
10469         * autoinsert.el (auto-insert-alist):
10470         * ses.el (ses-call-printer):
10471         * subr.el (noreturn):
10472         * emacs-lisp/lisp.el (check-parens):
10473         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
10474         * net/browse-url.el (browse-url-mosaic):
10475         * progmodes/cc-defs.el (c-safe-scan-lists):
10476         * progmodes/ebnf-abn.el (ebnf-abn-lex):
10477         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
10478         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
10479         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
10480         * progmodes/ebnf-iso.el (ebnf-iso-lex):
10481         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
10483 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10485         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
10487 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
10489         * calendar/appt.el (appt-make-list): Activate the package, if
10490         not already active (for backwards compatibility).
10492 2005-06-20  Kim F. Storm  <storm@cua.dk>
10494         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
10496 2005-06-20  Miles Bader  <miles@gnu.org>
10498         * faces.el (vertical-divider): New face.
10500 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
10502         * simple.el (kill-whole-line): Doc fix.
10503         (next-error-buffer-p, next-error-find-buffer)
10504         (clone-indirect-buffer): Fix typos in docstrings.
10505         (comment-line-break-function): Doc fix: don't say variable
10506         is automatically buffer-local (it isn't).
10508 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
10510         * net/tramp-ftp.el (top):
10511         * net/tramp-smb.el (top):
10512         * net/tramp-util.el (top):
10513         * net/tramp-uu.el (top):
10514         * net/tramp-vc.el (top):
10515         * net/tramp.el (top): Revert copyright years back to original
10516         ones.  Tramp has a life outside GNU Emacs.
10518 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
10520         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
10522 2005-06-18  Juri Linkov  <juri@jurta.org>
10524         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
10525         end of first regexp to limit the match to the position between
10526         line number and source line with same separator character as used
10527         between file name and line number.  In the second regexp limit
10528         mouse-face area to file name and line number by adding new group
10529         for them and referring it in HYPERLINK arg.
10530         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
10531         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
10532         previous line where grep markers may be already removed.
10534 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
10536         * progmodes/ps-mode.el: Update version and maintainer's email address.
10538 2005-06-18  Steve Youngs  <steve@xemacs.org>
10540         * net/browse-url.el (browse-url-browser-function)
10541         (browse-url-default-browser): Add firefox.
10542         (browse-url-firefox-program, browse-url-firefox-arguments)
10543         (browse-url-firefox-startup-arguments)
10544         (browse-url-firefox-new-window-is-tab): New defcustoms.
10545         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
10547 2005-06-17  Richard M. Stallman  <rms@gnu.org>
10549         * startup.el (command-line): Warn if specified user name has
10550         no home directory.
10552         * term.el (term-get-old-input, term-input-filter, term-input-sender)
10553         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
10555         * longlines.el (longlines-mode, longlines-show-hard-newlines):
10556         Doc fixes.
10558         * faces.el (underline): Try bold if terminal doesn't support underline.
10560         * mail/sendmail.el (mail-setup-with-from): New variable.
10561         (mail-insert-from-field): New function.
10562         (sendmail-send-it): Call it.
10563         (mail-setup): Optionally call it here.
10565         * term/linux.el: Call tty-no-underline.
10567 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
10569         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
10571 2005-06-17  Miles Bader  <miles@gnu.org>
10573         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
10574         (ediff-current-diff-C, ediff-current-diff-Ancestor)
10575         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
10576         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
10577         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
10578         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
10579         Remove "-face" suffix from face names.
10580         (ediff-current-diff-face-A, ediff-current-diff-face-B)
10581         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
10582         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10583         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10584         (ediff-even-diff-face-A, ediff-even-diff-face-B)
10585         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10586         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10587         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10588         New backward-compatibility aliases for renamed faces.
10589         (ediff-current-diff-face-A, ediff-current-diff-face-B)
10590         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
10591         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10592         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10593         (ediff-even-diff-face-A, ediff-even-diff-face-B)
10594         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10595         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10596         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10597         Use renamed ediff faces.
10599         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
10600         Remove "-face" suffix from face names.
10601         (eshell-test-ok-face, eshell-test-failed-face):
10602         New backward-compatibility aliases for renamed faces.
10603         (eshell-run-test): Use renamed eshell-test faces.
10605         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
10606         face name.
10607         (eshell-prompt-face): New backward-compatibility alias for renamed
10608         face.
10609         (eshell-emit-prompt): Use renamed eshell-prompt face.
10611         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
10612         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
10613         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
10614         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
10615         Remove "-face" suffix from face names.
10616         (eshell-ls-directory-face, eshell-ls-symlink-face)
10617         (eshell-ls-executable-face, eshell-ls-readonly-face)
10618         (eshell-ls-unreadable-face, eshell-ls-special-face)
10619         (eshell-ls-missing-face, eshell-ls-archive-face)
10620         (eshell-ls-backup-face, eshell-ls-product-face)
10621         (eshell-ls-clutter-face):
10622         New backward-compatibility aliases for renamed faces.
10623         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
10625         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
10626         Remove "-face" suffix from face name.
10627         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
10628         instead of literal face.
10630 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
10632         * emacs-lisp/warnings.el (display-warning, lwarn)
10633         (warning-minimum-log-level): Doc fixes.
10634         (warning-minimum-level, warning-minimum-log-level):
10635         Add :debug to :type choices.
10637         * progmodes/ada-mode.el (ada-format-paramlist)
10638         (ada-get-indent-case, ada-check-matching-start)
10639         (ada-check-defun-name, ada-goto-matching-decl-start)
10640         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
10641         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
10642         (ada-make-subprogram-body): Follow error conventions.
10643         (ada-case-exception-file, ada-indent-comment-as-code)
10644         (ada-indent-handle-comment-special, ada-indent-renames)
10645         (ada-indent-return, ada-search-directories-internal)
10646         (ada-tab-policy, ada-case-exception-substring)
10647         (ada-other-file-alist, ada-matching-start-re)
10648         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
10649         (ada-imenu-generic-expression, ada-compile-goto-error)
10650         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
10651         (ada-popup-menu, ada-add-extensions, ada-mode)
10652         (ada-region-selected, ada-create-case-exception)
10653         (ada-create-case-exception-substring, ada-after-keyword-p)
10654         (ada-activate-keys-for-case, ada-adjust-case-region)
10655         (ada-adjust-case-buffer, ada-format-paramlist)
10656         (ada-scan-paramlist, ada-insert-paramlist)
10657         (ada-indent-newline-indent)
10658         (ada-indent-newline-indent-conditional)
10659         (ada-justified-indent-current, ada-goto-previous-word)
10660         (ada-indent-current, ada-get-indent-open-paren)
10661         (ada-get-indent-paramlist, ada-get-indent-end)
10662         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
10663         (ada-get-indent-block-start, ada-get-indent-subprog)
10664         (ada-get-indent-noindent, ada-get-indent-label)
10665         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
10666         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
10667         (ada-goto-stmt-end, ada-goto-next-word)
10668         (ada-check-matching-start, ada-check-defun-name)
10669         (ada-goto-matching-decl-start, ada-goto-matching-start)
10670         (ada-goto-matching-end, ada-search-ignore-string-comment)
10671         (ada-in-decl-p, ada-looking-at-semi-or)
10672         (ada-looking-at-semi-private, ada-in-paramlist-p)
10673         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
10674         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
10675         (ada-next-procedure, ada-previous-procedure, ada-next-package)
10676         (ada-previous-package, ada-create-menu)
10677         (ada-fill-comment-paragraph-justify)
10678         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
10679         (ada-other-file-name, ada-last-which-function-line)
10680         (ada-last-which-function-subprog, ada-which-function)
10681         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
10682         (ada-gen-treat-proc, ada-check-emacs-version)
10683         (ada-continuation-indent, ada-align-region-separate):
10684         Fix typos in docstrings.
10685         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
10687 2005-06-16  Lute Kamstra  <lute@gnu.org>
10689         * simple.el (fundamental-mode): Run after-change-major-mode-hook
10690         conditionally.
10692 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10694         * comint.el (comint-replace-by-expanded-filename)
10695         (comint-prompt-regexp, comint-delimiter-argument-list)
10696         (comint-preinput-scroll-to-bottom):
10697         * info.el (Info-hide-cookies-node):
10698         * ls-lisp.el (ls-lisp-classify):
10699         * find-file.el (ff-search-directories, ff-special-constructs)
10700         (ff-find-other-file):
10701         * font-lock.el (font-lock-keywords):
10702         * shell.el (shell-prompt-pattern)
10703         (shell-dynamic-complete-functions, shell-mode)
10704         (shell-delimiter-argument-list):
10705         * term.el (term-replace-by-expanded-filename)
10706         (term-prompt-regexp, term-delimiter-argument-list):
10707         * woman.el (woman-ignore, woman0-if):
10708         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
10709         * emacs-lisp/elint.el (elint-init-env):
10710         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
10711         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
10712         * language/ethio-util.el (ethio-tilde-escape)
10713         (ethio-use-three-dot-question):
10714         * net/zone-mode.el (zone-mode-load-time-setup):
10715         * progmodes/cc-align.el (c-lineup-argcont):
10716         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
10717         * progmodes/cperl-mode.el (cperl-set-style-back):
10718         * progmodes/inf-lisp.el (inferior-lisp-prompt):
10719         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
10720         Fix spellings in docstrings.
10722         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
10723         * progmodes/modula2.el (m2-for): Fix spellings.
10725         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
10727         * simple.el (undo-more): Don't use `format' on `error' arguments.
10728         Improve argument/docstring consistency.
10729         (pending-undo-list): Doc fix.
10731         * smerge-mode.el (smerge-ensure-match):
10732         * emulation/vip.el (vip-ex):
10733         * net/zone-mode.el (zone-mode-update-serial):
10734         * progmodes/idlwave.el (idlwave-complete):
10735         * progmodes/vhdl-mode.el (vhdl-visit-file)
10736         (vhdl-compose-wire-components):
10737         Don't use `format' on `error' arguments.
10739         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
10740         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
10741         (tooltip-help-tips): Fix typos in docstrings.
10743 2005-06-16  David Ponce  <david@dponce.com>
10745         * tree-widget.el (tree-widget-value-create): Simplify last change.
10747 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
10749         * ido.el (ido-incomplete-regexp): New variable.
10750         (ido-set-matches-1): Handle invalid-regexp error and set
10751         ido-incomplete-regexp.
10752         (ido-incomplete-regexp): New face.
10753         (ido-completions): Use it.
10754         (ido-complete, ido-exit-minibuffer, ido-completions):
10755         Handle incomplete regexps.
10756         (ido-completions): Add check for complete match when entering a regexp.
10758 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10760         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
10762 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10764         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
10765         by field delimiters.
10767 2005-06-15  David Ponce  <david@dponce.com>
10769         * tree-widget.el: eval-and-compile inlined functions so they will
10770         be available at run-time too.
10771         (tree-widget-super-format-handler)
10772         (tree-widget-format-handler): Remove.
10773         (tree-widget-value-create): Handle the :indent property.
10775 2005-06-15  Miles Bader  <miles@gnu.org>
10777         * progmodes/which-func.el (which-func): Only inherit
10778         `font-lock-function-name-face' when that makes sense against the
10779         default mode-line face, otherwise set the face color explicitly.
10781         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
10782         faces instead of (non-existent) variables.
10784 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10786         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
10787         (iswitchb-get-matched-buffers): Likewise.  Simplify.
10789 2005-06-14  Miles Bader  <miles@gnu.org>
10791         * progmodes/ld-script.el (ld-script-location-counter):
10792         Remove "-face" suffix from face name.
10793         (ld-script-location-counter-face):
10794         New backward-compatibility alias for renamed face.
10795         (ld-script-location-counter-face): Use renamed face.
10797         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
10798         (cperl-hash): Remove "-face" suffix from face names.
10799         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
10800         New backward-compatibility aliases for renamed faces.
10801         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
10802         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
10804         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
10805         name.
10806         (which-func-face): New backward-compatibility alias for renamed face.
10807         (which-func-format): Use renamed which-func face.
10809         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
10810         (vhdl-function, vhdl-directive, vhdl-reserved-word)
10811         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
10812         names.
10813         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
10814         (vhdl-speedbar-configuration, vhdl-speedbar-package)
10815         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
10816         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
10817         (vhdl-speedbar-architecture-selected)
10818         (vhdl-speedbar-configuration-selected)
10819         (vhdl-speedbar-package-selected)
10820         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
10821         names.
10822         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
10823         Use renamed faces.
10824         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
10825         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
10826         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
10827         Use renamed faces.
10828         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
10829         names.
10830         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
10831         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
10832         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
10833         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
10834         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
10835         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
10837         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
10838         face name.
10839         (sh-heredoc-face): New backward-compatibility alias for renamed face.
10840         (sh-heredoc-face): Use renamed sh-heredoc face.
10842         * progmodes/idlw-help.el (idlwave-help-link):
10843         Remove "-face" suffix from face name.
10844         (idlwave-help-link-face):
10845         New backward-compatibility alias for renamed face.
10846         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
10848         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
10849         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
10850         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
10851         New backward-compatibility aliases for renamed faces.
10852         (idlwave-shell-disabled-breakpoint-face)
10853         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
10855         * progmodes/flymake.el (flymake-errline, flymake-warnline):
10856         Remove "-face" suffix from face names.
10857         (flymake-errline-face, flymake-warnline-face):
10858         New backward-compatibility aliases for renamed faces.
10859         (flymake-highlight-line): Use renamed flymake faces.
10861         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
10862         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
10863         (ebrowse-member-class, ebrowse-progress):
10864         Remove "-face" suffix from face names.
10865         (ebrowse-tree-mark-face, ebrowse-root-class-face)
10866         (ebrowse-file-name-face, ebrowse-default-face)
10867         (ebrowse-member-attribute-face, ebrowse-member-class-face)
10868         (ebrowse-progress-face):
10869         New backward-compatibility aliases for renamed faces.
10870         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
10871         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
10872         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
10873         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
10875         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
10876         antlr-syntax)
10877         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
10878         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
10879         names.
10880         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
10881         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
10882         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
10883         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
10884         backward-compatibility aliases for renamed faces.
10885         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
10886         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
10887         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
10888         remove "font-lock-".  Use renamed antlr-mode faces.
10889         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
10890         literal face-names with face variable references.
10892         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
10893         face name.
10894         (Buffer-menu-buffer-face): New backward-compatibility alias for
10895         renamed face.
10896         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
10898 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
10900         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
10901         Eliminate "-face" suffix.
10902         (makefile-targets): Inherit from font-lock-function-name-face and
10903         eliminate "-face" suffix.
10904         (makefile-shell): Remove attributes and eliminate "-face" suffix.
10905         (makefile-*-font-lock-keywords): Append makefile-targets in rule
10906         actions, instead of prepending, to make it less visible.
10907         (makefile-previous-dependency, makefile-match-dependency):
10908         Don't match a target on a continuation line.
10910         * files.el (auto-mode-alist): Put Makefile in gmake mode.
10912 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
10914         * progmodes/gdb-ui.el (menu): Re-order menu items.
10915         (gdb-tooltip-print): Respect tooltip-use-echo-area.
10917         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
10918         Define in tooltip.el.
10919         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
10920         (gud-tooltip-tips): Respect tooltip-use-echo-area and
10921         gud-tooltip-echo-area.
10923         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
10924         backward compatibility and make obsolete.
10925         (tooltip-help-tips): Use tooltip-use-echo-area.
10926         (tooltip-show-help-function): Rename to...
10927         (tooltip-show-help): ...this, because it is a function.
10928         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
10930 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
10932         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
10933         (edebug-print-length, edebug-print-level, edebug-print-circle)
10934         (edebug-modify-breakpoint, edebug-eval-last-sexp)
10935         (edebug-eval-print-last-sexp): Doc fixes.
10937 2005-06-14  Kim F. Storm  <storm@cua.dk>
10939         * ido.el (ido-mode): Make a new keymap every time we enable ido,
10940         as the coverage buffer/file/both may change.
10942 2005-06-14  Lute Kamstra  <lute@gnu.org>
10944         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
10945         and run-mode-hooks.  Simplify.
10947         * mail/rmailedit.el (rmail-edit-mode):
10948         * progmodes/octave-inf.el (inferior-octave-mode):
10949         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
10951         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
10952         and run-mode-hooks.
10953         (recentf-edit-list, recentf-open-files): Don't call
10954         kill-all-local-variables directly.
10956         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
10958 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10960         * emacs-lisp/byte-run.el (make-obsolete)
10961         (define-obsolete-function-alias): Rename arguments FUNCTION and
10962         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
10963         (make-obsolete-variable, define-obsolete-variable-alias):
10964         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
10965         respectively.
10967         * isearchb.el (isearchb-activate):
10968         * pcvs.el (cvs-mode):
10969         * ses.el (ses-load):
10970         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
10971         * net/tramp.el (tramp-find-file-exists-command)
10972         (tramp-find-shell):
10973         * progmodes/ada-mode.el (ada-create-case-exception)
10974         (ada-create-case-exception-substring, ada-make-subprogram-body):
10975         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
10976         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
10977         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
10978         * textmodes/org.el (org-promote, org-evaluate-time-range)
10979         (org-agenda-next-date-line, org-agenda-previous-date-line)
10980         (org-agenda-error, org-open-at-point, org-table-move-row)
10981         (org-format-table-table-html-using-table-generate-source)
10982         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
10983         * textmodes/reftex.el (reftex-access-scan-info):
10984         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
10985         (reftex-toc-promote-prepare): Follow error conventions.
10987         * diff-mode.el (diff-mode): Fix typo in docstring.
10989         * forms.el (forms--intuit-from-file): Fix reference to
10990         `forms-number-of-fields' in error message.
10991         (forms-print): Fix quoting in error message.
10993         * forms.el (forms-mode):
10994         * emulation/vi.el (vi-goto-insert-state):
10995         * progmodes/flymake.el (flymake-new-err-info)
10996         (flymake-start-syntax-check-for-current-buffer)
10997         (flymake-simple-cleanup):
10998         * eshell/esh-var.el (eshell/export):
10999         * progmodes/gud.el (xdb):
11000         * textmodes/flyspell.el (flyspell-incorrect-hook)
11001         (flyspell-maybe-correct-transposition)
11002         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
11004 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
11006         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
11007         minibuffer prompt.
11009 2005-06-13  Kim F. Storm  <storm@cua.dk>
11011         * subr.el (add-to-ordered-list): New defun.
11013         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
11014         add cua--keymap-alist to emulation-mode-map-alists.
11016 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11018         * subr.el (complete-in-turn): New macro.
11019         (dynamic-completion-table, lazy-completion-table): Add debug info.
11021         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
11022         in preference to face aliases.
11024         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
11025         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
11026         Remove unused vars `start' and `firstline'.
11027         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
11028         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
11030 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
11032         * cus-start.el (all): Don't complain about missing GTK-related
11033         variables, unless either `gtk' is boundp or this isn't a
11034         `windows-nt' build.
11036 2005-06-13  Lute Kamstra  <lute@gnu.org>
11038         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
11039         run-mode-hooks.
11041         * ediff-mult.el (ediff-meta-mode):
11042         * ediff-util.el (ediff-mode): Use run-mode-hooks.
11044         * ledit.el (ledit-mode): Use delay-mode-hooks.
11046         * woman.el (woman-mode-line-format): Delete constant.
11047         (woman-mode-map): Initialize it properly.
11048         (woman-mode): Set mode-class property to special.
11049         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
11050         Set major-mode and mode-name.  Don't set mode-line-format directly.
11051         (Man-getpage-in-background): Don't reference woman-mode-line-format.
11053         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
11054         string argument obsolete.
11056 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
11058         * textmodes/org.el (org-CUA-compatible): New option.
11059         (org-disputed-keys): New variable.
11060         (org-key): New function.
11061         (orgtbl-make-binding): Add docstring to the created function.
11062         (org-mode): Set paragraph start/separate regexps.
11063         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
11064         (org-archive-location, org-archive-mark-done)
11065         (org-archive-stamp-time): New options.
11066         (org-archive-subtree): New command.
11067         (org-fill-paragraph): New function.
11068         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
11069         (org-fake-empty-table-line): Function removed.
11070         (org-format-org-table-html): Do not create empty table lines at
11071         separator lines.  Improved table header treatment.
11072         (org-link-format): New option.
11073         (org-make-link): New function.
11074         (org-insert-link, org-store-link): Use org-make-link.
11075         (org-open-file): Quote file name for shell command, to allow
11076         spaces in file names.
11077         (org-link-regexp): Fix bug with mailto link.
11078         (org-link-maybe-angles-regexp, org-protected-link-regexp):
11079         New constants.
11080         (org-export-as-html): Deal with the optional angles around a link.
11081         Better treatment of file: links.
11082         (org-open-at-point): Replace @{ and @} with < and >.
11083         (org-run-mode-hooks): Function removed.
11084         (org-agenda-mode): No longer use `org-run-mode-hooks'.
11086 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
11088         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
11089         MI command -data-list-register-values.
11090         (gdb-post-prompt): Indent properly.
11092 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
11094         * hilit-chg.el (highlight-changes-colors): Rename from
11095         `highlight-changes-colours'.
11096         (highlight-changes-colours): Keep as obsolete alias.
11097         (highlight-changes-face-list): Doc fix.
11098         (hilit-chg-make-list): Use `highlight-changes-colors'.
11100 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
11102         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
11103         defun-prompt-regexp.
11105 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
11107         * loadup.el: Don't say we are dumping under 2 names on windows-nt
11108         and cygwin.
11110         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
11111         Don't use an old loaddefs.el, as in Makefile.in.
11113 2005-06-12  Lute Kamstra  <lute@gnu.org>
11115         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
11117         * man.el (Man-mode-map): Initialize it properly.
11118         (Man-mode): Set mode-class property to special.
11120         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
11122 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
11124         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
11125         A newline is needed in the docstring there.
11127         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
11128         Doc fixes.
11130 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11132         * printing.el: Doc fix.  The menubar is no more changed when printing
11133         is loaded, it only changes when pr-menu-bind or pr-update-menus is
11134         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
11135         (pr-version): New version number (6.8.4).
11136         (pr-menu-bind): New command.
11137         (pr-update-menus): Docstring and code fix.
11138         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
11139         Docstring fix.
11140         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
11141         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
11143 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
11145         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
11146         "Returns" to "return", document useful return values, etc.
11148 2005-06-11  Alan Mackenzie  <acm@muc.de>
11150         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
11151         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
11152         (adaptive-file-function): Minor amendment to doc-string.
11154 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
11156         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
11157         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
11158         Fix :type--it is `integer', not `string'.
11160         * faces.el (modeline-highlight): Rename from (the erroneous)
11161         `modeline-higilight'.
11163 2005-06-11  Lute Kamstra  <lute@gnu.org>
11165         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
11166         lisp-interaction-mode-map but make it the parent.
11167         (edebug-eval-mode): Use define-derived-mode.
11169 2005-06-11  Andreas Schwab  <schwab@suse.de>
11171         * bindings.el: Add binding of `ESC functionkey' for every
11172         `M-functionkey'.
11173         * hexl.el (hexl-mode-map): Likewise.
11175 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
11177         * progmodes/compile.el (compilation-error-regexp-alist-alist)
11178         [msft]: update regexp for newer msft compilers.
11180 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
11182         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
11183         ATTLIST portions of included DTDs.
11184         (xml-parse-dtd): Eliminate use of inefficient match-data.
11186 2005-06-10  Miles Bader  <miles@gnu.org>
11188         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11189         (mpuz-text): Remove "-face" suffix from face names.
11190         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
11191         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
11192         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
11194         * play/gomoku.el (gomoku-O, gomoku-X):
11195         Remove "-face" suffix from face names.
11196         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
11197         New backward-compatibility aliases for renamed faces.
11198         (gomoku-font-lock-keywords): Use renamed gomoku faces.
11200 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
11202         * thumbs.el: Fixes for changes of 2005-06-09.
11203         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
11204         as a directory.
11205         (thumbs-thumbname): Remove directory separator from format string;
11206         `thumbs-thumbsdir' now returns a valid directory name.
11207         (thumbs-temp-dir): New defsubst.
11208         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
11209         Use it.
11211         * cus-edit.el (minibuffer):
11212         * files.el (make-backup-file-name-function):
11213         * filesets.el (filesets-external-viewers):
11214         * hilit-chg.el (highlight-changes-colours)
11215         (highlight-changes-face-list, highlight-changes-rotate-faces):
11216         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
11217         * kmacro.el (kmacro-call-macro):
11218         * log-edit.el (log-edit-changelog-full-paragraphs):
11219         * mouse.el (mouse-1-click-follows-link):
11220         * skeleton.el (skeleton-autowrap):
11221         * subr.el (insert-for-yank-1):
11222         * tempo.el (tempo-insert-region):
11223         * terminal.el (terminal-emulator):
11224         * time.el (display-time-mail-face):
11225         * vc.el (vc-annotate):
11226         * vcursor.el (vcursor-copy-line):
11227         * woman.el (woman-bold-headings, woman-ignore)
11228         (woman-default-faces, woman-monochrome-faces):
11229         * calendar/todo-mode.el (todo-insert-threshold):
11230         * emulation/pc-select.el (pc-select-selection-keys-only)
11231         (pc-selection-mode):
11232         * emulation/vip.el (vip-find-char-forward):
11233         * emulation/viper-cmd.el (viper-find-char-forward):
11234         * international/mule-cmds.el
11235         (select-safe-coding-system-accept-default-p)
11236         (input-method-exit-on-invalid-key):
11237         * international/mule-diag.el (describe-coding-system):
11238         * international/ucs-tables.el (unify-8859-on-encoding-mode):
11239         * net/browse-url.el (browse-url-xterm-program):
11240         * obsolete/lazy-lock.el (lazy-lock-mode):
11241         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
11242         (cperl-mode):
11243         * progmodes/cpp.el (cpp-face-light-name-list)
11244         (cpp-face-dark-name-list):
11245         * progmodes/delphi.el (delphi-newline-always-indents):
11246         Fix spellings in docstrings.
11248         * ido.el (ido-mode, ido-file-extensions-order)
11249         (ido-default-file-method, ido-default-buffer-method)
11250         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
11251         (ido-decorations, ido-read-file-name-as-directory-commands)
11252         (ido-read-file-name-non-ido, ido-work-directory-list)
11253         (ido-ignore-item-temp-list, ido-current-directory)
11254         (ido-magic-forward-char, ido-enter-find-file)
11255         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
11256         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
11258 2005-06-10  Lute Kamstra  <lute@gnu.org>
11260         * play/dunnet.el (dun-mode): Use define-derived-mode.
11261         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
11262         obsolete alias.
11264         * play/doctor.el (doctor-mode-map): Remove defvar.
11265         (doctor-mode): Use define-derived-mode.
11267         * mail/mspools.el (mspools-mode):
11268         * net/eudc-hotlist.el (eudc-hotlist-mode):
11269         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
11271 2005-06-10  Miles Bader  <miles@gnu.org>
11273         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11274         Remove "-face" suffix from face names.
11275         (flyspell-incorrect-face, flyspell-duplicate-face):
11276         New backward-compatibility aliases for renamed faces.
11277         (flyspell-mode-on, make-flyspell-overlay)
11278         (flyspell-highlight-incorrect-region)
11279         (flyspell-highlight-duplicate-region)
11280         (flyspell-display-next-corrections)
11281         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
11283         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
11284         from face name.
11285         (texinfo-heading-face): New backward-compatibility alias for
11286         renamed face.
11287         (texinfo-heading-face): Use renamed texinfo-heading face.
11289         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
11290         suffix from face names.
11291         (tex-math-face, tex-verbatim-face):
11292         New backward-compatibility aliases for renamed faces.
11293         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
11294         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
11295         literal face name.
11297         * textmodes/table.el (table-cell): Remove "-face" suffix from face
11298         name.
11299         (table-cell-face): New backward-compatibility alias for renamed face.
11300         (table--put-cell-face-property, table--update-cell-face):
11301         Use renamed table-cell face.
11303         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
11304         from face name.
11305         (sgml-namespace-face): New backward-compatibility alias for
11306         renamed face.
11307         (sgml-namespace-face): Use renamed sgml-namespace face.
11309         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
11310         (org-level-4, org-level-5, org-level-6, org-level-7)
11311         (org-level-8, org-warning, org-headline-done)
11312         (org-deadline-announce, org-scheduled-today)
11313         (org-scheduled-previously, org-link, org-done, org-table)
11314         (org-time-grid): Remove "-face" suffix from face names.
11315         (org-level-1-face, org-level-2-face, org-level-3-face)
11316         (org-level-4-face, org-level-5-face, org-level-6-face)
11317         (org-level-7-face, org-level-8-face, org-warning-face)
11318         (org-headline-done-face, org-deadline-announce-face)
11319         (org-scheduled-today-face, org-scheduled-previously-face)
11320         (org-link-face, org-done-face, org-table-face)
11321         (org-time-grid-face):
11322         New backward-compatibility aliases for renamed faces.
11323         (org-level-faces, org-set-font-lock-defaults, org-timeline)
11324         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
11325         (org-agenda-get-timestamps, org-agenda-get-scheduled)
11326         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
11328         * emulation/viper-init.el (viper-search, viper-replace-overlay)
11329         (viper-minibuffer-emacs, viper-minibuffer-insert)
11330         (viper-minibuffer-vi): Remove "-face" suffix from face names.
11331         (viper-search-face, viper-replace-overlay-face)
11332         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
11333         (viper-minibuffer-vi-face):
11334         New backward-compatibility aliases for renamed faces.
11335         (viper-search-face, viper-replace-overlay-face)
11336         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
11337         (viper-minibuffer-vi-face): Use renamed viper faces.
11339         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
11340         Remove "-face" suffix from face names.
11341         (testcover-nohits-face, testcover-1value-face):
11342         New backward-compatibility aliases for renamed faces.
11343         (testcover-mark): Use renamed testcover faces.
11345         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
11346         face name.
11347         (diary-button-face): New backward-compatibility alias for renamed face.
11348         (diary-entry): Use renamed diary-button face.
11350         * calendar/calendar.el (diary, calendar-today, holiday)
11351         (mark-visible-calendar-date): Remove "-face" suffix from face names.
11352         (diary-face, calendar-today-face, holiday-face):
11353         New backward-compatibility aliases for renamed faces.
11354         (eval-after-load "facemenu", diary-entry-marker)
11355         (calendar-today-marker, calendar-holiday-marker, diary-face):
11356         Use renamed calendar faces.
11358         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
11359         (compare-windows-face): New backward-compatibility alias for
11360         renamed face.
11361         (compare-windows-highlight): Use renamed compare-windows face.
11363         * strokes.el (strokes-char): Remove "-face" suffix from face name.
11364         (strokes-char-face): New backward-compatibility alias for renamed face.
11365         (strokes-encode-buffer): Use renamed strokes-char face.
11367         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
11368         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
11369         Remove "-face" suffix from face names.
11370         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
11371         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
11372         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
11373         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
11374         Use renamed pcvs faces.
11375         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
11376         * pcvs-defs.el (cvs-mode-map): Likewise.
11377         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
11379         * info.el (info-title-1, info-title-2, info-title-3)
11380         (info-title-4): Remove "-face" suffix from and downcase face names.
11381         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
11382         (Info-title-4-face):
11383         New backward-compatibility aliases for renamed faces.
11384         (Info-fontify-node): Use renamed info faces.
11386         * hilit-chg.el (highlight-changes, highlight-changes-delete):
11387         Remove "-face" suffix from face names.
11388         (highlight-changes-face, highlight-changes-delete-face):
11389         New backward-compatibility aliases for renamed faces.
11390         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
11391         (hilit-chg-make-list): Use renamed highlight-changes faces.
11393         * generic-x.el (show-tabs-tab, show-tabs-space):
11394         Remove "-face" suffix from face names.
11395         (show-tabs-tab-face, show-tabs-space-face):
11396         New backward-compatibility aliases for renamed faces.
11397         (show-tabs-generic-mode-font-lock-defaults-1)
11398         (show-tabs-generic-mode-font-lock-defaults-2):
11399         Use renamed show-tabs faces.
11401         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
11402         (smerge-markers): Remove "-face" suffix from face names.
11403         (smerge-mine-face, smerge-other-face, smerge-base-face)
11404         (smerge-markers-face):
11405         New backward-compatibility aliases for renamed faces.
11406         (smerge-mine-face, smerge-other-face, smerge-base-face)
11407         (smerge-markers-face): Use renamed smerge faces.
11409         * log-view.el (log-view-file, log-view-message): Remove "-face"
11410         suffix from face names.
11411         (log-view-file-face, log-view-message-face):
11412         New backward-compatibility aliases for renamed faces.
11413         (log-view-file-face, log-view-message-face): Use renamed log-view
11414         faces.
11416         * paren.el (show-paren-match, show-paren-mismatch):
11417         Remove "-face" suffix from face names.
11418         (show-paren-match-face, show-paren-mismatch-face):
11419         New backward-compatibility aliases for renamed faces.
11420         (show-paren-function): Use renamed show-paren faces.
11422         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
11423         (ruler-mode-margins, ruler-mode-fringes)
11424         (ruler-mode-column-number, ruler-mode-fill-column)
11425         (ruler-mode-comment-column, ruler-mode-goal-column)
11426         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
11427         suffix from face names.
11428         (ruler-mode-default-face, ruler-mode-pad-face)
11429         (ruler-mode-margins-face, ruler-mode-fringes-face)
11430         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
11431         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
11432         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
11433         New backward-compatibility aliases for renamed faces.
11434         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
11435         (ruler-mode-column-number, ruler-mode-fill-column)
11436         (ruler-mode-comment-column, ruler-mode-goal-column)
11437         (ruler-mode-tab-stop, ruler-mode-current-column)
11438         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
11439         faces.
11441         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
11442         face name.
11443         (whitespace-highlight-the-space): Use renamed face.
11444         (whitespace-highlight-face): New backward-compatibility alias for
11445         renamed face.
11447         * woman.el (woman-italic, woman-bold, woman-unknown)
11448         (woman-addition, woman-symbol-face):
11449         Remove "-face" suffix from face names.
11450         (woman-italic-face, woman-bold-face, woman-unknown-face)
11451         (woman-addition-face):
11452         New backward-compatibility aliases for renamed faces.
11453         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
11454         (woman-decode-region, woman-replace-match)
11455         (woman-display-extended-fonts, woman-special-characters)
11456         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
11457         Use renamed woman faces.
11459         * longlines.el (longlines-visible-face): Face removed.
11461         * diff-mode.el (diff-header, diff-file-header, diff-index)
11462         (diff-hunk-header, diff-removed, diff-added, diff-changed)
11463         (diff-function, diff-context, diff-nonexistent): Remove "-face"
11464         suffix from face names.
11465         (diff-header-face, diff-file-header-face, diff-index-face)
11466         (diff-hunk-header-face, diff-removed-face, diff-added-face)
11467         (diff-changed-face, diff-function-face, diff-context-face)
11468         (diff-nonexistent-face): New backward-compatibility aliases for
11469         renamed faces.
11470         (diff-header-face, diff-file-header-face)
11471         (diff-index, diff-index-face, diff-hunk-header)
11472         (diff-hunk-header-face, diff-removed, diff-removed-face)
11473         (diff-added, diff-added-face, diff-changed-face, diff-function)
11474         (diff-function-face, diff-context-face, diff-nonexistent)
11475         (diff-nonexistent-face): Use renamed diff-mode faces.
11477         * progmodes/compile.el (compilation-warning-face)
11478         (compilation-info-face): Remove "-face" suffix from face names.
11479         (compilation-warning-face, compilation-info-face):
11480         New backward-compatibility aliases for renamed faces.
11481         (compilation-warning-face, compilation-info-face):
11482         Use renamed compilation faces.
11484         * add-log.el (change-log-date, change-log-name)
11485         (change-log-email, change-log-file, change-log-list)
11486         (change-log-conditionals, change-log-function)
11487         (change-log-acknowledgement): Remove "-face" suffix from face names.
11488         (change-log-date-face, change-log-name-face)
11489         (change-log-email-face, change-log-file-face)
11490         (change-log-list-face, change-log-conditionals-face)
11491         (change-log-function-face, change-log-acknowledgement-face):
11492         New backward-compatibility aliases for renamed faces.
11493         (change-log-font-lock-keywords): Use renamed change-log faces.
11495         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
11496         (custom-set, custom-changed, custom-saved, custom-button)
11497         (custom-button-pressed, custom-documentation, custom-state)
11498         (custom-comment, custom-comment-tag, custom-variable-tag)
11499         (custom-variable-button, custom-face-tag, custom-group-tag-1)
11500         (custom-group-tag): Remove "-face" suffix from face names.
11501         (custom-magic-alist, custom-magic-value-create)
11502         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
11503         (custom-invalid-face, custom-rogue-face, custom-modified-face)
11504         (custom-set-face, custom-changed-face, custom-saved-face)
11505         (custom-button-face, custom-button-pressed-face)
11506         (custom-documentation-face, custom-state-face)
11507         (custom-comment-face, custom-comment-tag-face)
11508         (custom-variable-tag-face, custom-variable-button-face)
11509         (custom-face-tag-face, custom-group-tag-face-1)
11510         (custom-group-tag-face):
11511         New backward-compatibility aliases for renamed faces.
11513         * wid-edit.el (widget-documentation, widget-button)
11514         (widget-field, widget-single-line-field, widget-inactive)
11515         (widget-button-pressed): "-face" suffix removed from face names.
11516         (widget-documentation-face, widget-button-face)
11517         (widget-field-face, widget-single-line-field-face)
11518         (widget-inactive-face, widget-button-pressed-face):
11519         New backward-compatibility aliases for renamed faces.
11520         (widget-documentation-face, widget-button-face)
11521         (widget-button-pressed-face, widget-specify-field)
11522         (widget-specify-inactive): Use renamed widget faces.
11524 2005-06-10  Kenichi Handa  <handa@m17n.org>
11526         * term/x-win.el (x-clipboard-yank): Remove condition-case
11527         wrapping.
11529 2005-06-11  Kenichi Handa  <handa@m17n.org>
11531         * add-log.el (change-log-font-lock-keywords): Make the regexp for
11532         date lines stricter.
11534 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
11536         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
11537         of x-get-selection.
11539 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
11541         * comint.el (comint-mode, comint-snapshot-last-prompt):
11542         * frame.el (frame-current-scroll-bars):
11543         * term.el (term-mode, term-check-proc, term-input-sender)
11544         (term-simple-send, term-extract-string, term-word)
11545         (term-match-partial-filename):
11546         * window.el (window-current-scroll-bars):
11547         * emulation/cua-base.el (cua-normal-cursor-color)
11548         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
11549         (cua-global-mark-cursor-color):
11550         * mail/undigest.el (rmail-forward-separator-regex):
11551         Fix typos in docstrings.
11553         * comint.el (comint-check-proc, make-comint-in-buffer)
11554         (comint-source-default): Doc fixes.
11556         * term.el (term-send-string): Improve argument/docstring consistency.
11558 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
11560         * comint.el (comint-send-input): Bind `inhibit-read-only' around
11561         call to `delete-region'.
11562         (comint-mode-hook): Do not enable Font Lock by default.
11564 2005-06-09  Lute Kamstra  <lute@gnu.org>
11566         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
11567         could be void.
11569 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11571         * emacs-lisp/debug.el (debugger-will-be-back): New var.
11572         (debug): Use it.
11573         (debugger-step-through, debugger-continue, debugger-jump)
11574         (debugger-return-value): Set it when needed.
11575         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
11576         Use inhibit-read-only.
11578 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
11580         * window.el (shrink-window-if-larger-than-buffer)
11581         (window-size-fixed): Fix typo in docstring.
11583         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
11584         thumbnails directory on loading.
11585         (thumbs-conversion-program): Use `eq' to check the system type,
11586         not `equal'.
11587         (thumbs-temp-dir): Initialize to `temporary-file-directory',
11588         not "/tmp".  Fix docstring.
11589         (thumbs-thumbsdir): New function to return the thumbnails
11590         directory, creating it if needed.
11591         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
11592         (thumbs-temp-file): Delete variable and make it into a function.
11593         (thumbs-resize-image, thumbs-modify-image): Use it.
11594         (thumbs-kill-buffer): Simplify.
11595         (thumbs-gensym): Defalias or duplicate CL `gensym'.
11596         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
11597         docstrings.
11599 2005-06-09  Kim F. Storm  <storm@cua.dk>
11601         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
11602         set-match-data to free markers in match-data.
11604         * replace.el (replace-match-data): Pass RESEAT arg `t' to
11605         match-data to unchain markers in match-data.
11607 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11609         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
11610         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
11611         unnecessary now.
11613 2005-06-08  Richard M. Stallman  <rms@gnu.org>
11615         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
11616         give the variable a doc string that doesn't say don't set it directly.
11618         * textmodes/ispell.el (ispell-check-version):
11619         Use match-string-no-properties.
11620         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
11621         (ispell-buffer-local-words): Likewise.
11623         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
11624         except on terminals with enough colors to really display it.
11625         (makefile-dependency-regex): Delete spurious `bb'.
11627         * faces.el (escape-glyph): Use blue once again in last case.
11628         (no-break-space): Redefine so that it isn't invisible on a tty.
11630 2005-06-08  Kim F. Storm  <storm@cua.dk>
11632         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
11633         also when reading directory name.
11635 2005-06-08  Lute Kamstra  <lute@gnu.org>
11637         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
11638         (flyspell-mode-line-string): Remove autoload cookie.
11639         (flyspell-mode): Remove defvar.
11641 2005-06-07  Lute Kamstra  <lute@gnu.org>
11643         * textmodes/org.el (org-run-mode-hooks): New function.
11644         (org-agenda-mode): Use it.
11646 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
11648         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
11650 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11652         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
11654 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
11656         * font-lock.el (font-lock-add-keywords): Doc fix.
11658 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11660         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
11661         (tex-compile-default): In the absence of any history, use the order in
11662         tex-compile-alist to choose the preferred command.
11663         (tex-compile-commands): Reorder a bit.
11665         * textmodes/flyspell.el (flyspell-auto-correct-binding)
11666         (flyspell-incorrect-face, flyspell-duplicate-face):
11667         Use (X)Emacs-agnostic code.
11668         (flyspell-mode-map): Don't overwrite at each load.  Remove code
11669         redundant with the subsequent add-minor-mode.  Merge Emacs and
11670         XEmacs code.
11671         (flyspell-word): Minor simplification.
11672         (flyspell-math-tex-command-p): Quieten the byte-compiler.
11673         (flyspell-external-point-words): Remove unused vars `size' and `start'.
11674         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
11675         Merge the corresponding Emacs code.
11676         (flyspell-correct-word, flyspell-xemacs-popup):
11677         Use flyspell-do-correct.
11679         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
11680         a dedicated window.
11682         * international/latexenc.el (latexenc-find-file-coding-system):
11683         Undo part of last patch, to turn off a compiler warning.
11685 2005-06-06  Juri Linkov  <juri@jurta.org>
11687         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
11688         Rename `tmm-inactive-face' to `tmm-inactive'.
11690 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
11692         * iswitchb.el: Rename faces.
11694 2005-06-06  Kim F. Storm  <storm@cua.dk>
11696         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
11697         (cua-global-mark): Remove -face suffix from face names.
11699         * emulation/cua-gmrk.el (cua--init-global-mark):
11700         Remove cua-global-mark face setup.
11702 2005-06-06  Richard M. Stallman  <rms@gnu.org>
11704         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
11705         just like other allowed characters.
11706         (makefile-match-dependency): Exclude leading and training whitespace
11707         from the range of regexp subexp 1.
11708         (makefile-macroassign-regex): Don't try to match the body,
11709         just the name of the macro being defined.
11711         * info.el (Info-read-node-name-2): New function.
11712         (Info-read-node-name-1): Use that.
11713         Add a completion-base-size-function property.
11715         * simple.el (completion-setup-function): Look for
11716         completion-base-size-function property of minibuffer-completion-table.
11718         * files.el (locate-file-completion): Doc fix.
11720         * printing.el: Don't call pr-update-menus; user must do that.
11722         * emacs-lisp/debug.el (debugger-window): New variable.
11723         (debug): Use debugger-window if it is set and still alive.
11724         Record debugger-window for next entry.
11726         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
11728 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
11730         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
11731         (hack-one-local-variable, hack-local-variables)
11732         (hack-local-variables-prop-line): Pass that arg.
11734 2005-06-06  Kim F. Storm  <storm@cua.dk>
11736         * ido.el (ido-first-match, ido-only-match, ido-subdir)
11737         (ido-indicator): Remove -face suffix from face names.
11739 2005-06-06  Juri Linkov  <juri@jurta.org>
11741         * font-lock.el (font-lock-regexp-backslash)
11742         (font-lock-regexp-backslash-construct): New faces.
11743         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
11744         after `('.  Add `while-no-input' to control structures.
11746         * faces.el (no-break-space, shadow): New faces.
11747         (escape-glyph): Use less loud colors pink2 and red4.
11749         * diff-mode.el (diff-context-face)
11750         * dired.el (dired-ignored)
11751         * rfn-eshadow.el (file-name-shadow)
11752         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
11754         * info.el (Info-title-1-face): Use green instead of yellow because
11755         bold yellow is not readable on light backgrounds.
11757         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
11758         before selecting the desired mode to not spend time fontifying
11759         old contents.
11761 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
11763         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
11764         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
11766         * ps-print.el (ps-default-fg, ps-default-bg):
11767         Fix typos in docstrings.
11769         * isearchb.el (isearchb): Don't pass a spurious second argument to
11770         `iswitchb-completions'.
11772 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
11774         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
11775         to preserve point.
11776         (gdb-find-file-hook): Add doc string.
11778         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
11779         C dereferenced pointer expression.
11780         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
11782         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
11784         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
11785         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
11786         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
11787         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
11788         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
11789         Make background transparent.
11791 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11793         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
11794         (font-lock-remove-keywords): Doc fix.
11795         (font-lock-mode-major-mode): Compiler defvar.
11796         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
11798         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
11799         (font-lock-mode): Update `font-lock-mode-major-mode'.
11800         (font-lock-set-defaults): Compiler defvar.
11801         (font-lock-default-function): Take `font-lock-mode-major-mode'
11802         into account.
11804         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
11805         keep track of which major mode it enabled the minor mode for.
11806         Use find-file-hook again.  Update docstring.
11808         * simple.el (eval-expression-print-level)
11809         (eval-expression-print-length, eval-expression-debug-on-error):
11810         Doc fixes.
11812 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
11814         * iswitchb.el (iswitchb-single-match-face)
11815         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
11816         (iswitchb-invalid-regexp-face): New faces.
11817         (iswitchb-completions): Use them.
11818         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
11819         now marked as an obsolete alias.
11820         (iswitchb-read-buffer): Remove check for bound font variables.
11821         (iswitchb-invalid-regexp): New free variable.
11822         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
11823         set iswitchb-invalid-regexp.
11824         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
11825         invalid regexps.
11826         (iswitchb-completions): Add check for complete match when entering
11827         a regexp.
11828         (iswitchb-completions): Remove require-match argument.
11829         (iswitchb-exhibit): Fix caller.
11830         (iswitchb-common-match-inserted): New variable.
11831         (iswitchb-complete, iswitchb-completion-help): Use it.
11833 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
11835         * url-http.el (url-http-chunked-encoding-after-change-function):
11836         Use `url-http-debug' instead of `message'.
11838 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
11840         * url-http.el (url-http-parse-headers): Pass redirected URL as a
11841         callback argument.
11843 2005-06-04  Kim F. Storm  <storm@cua.dk>
11845         * simple.el (line-move): Only call sit-for when moving backwards.
11847         * ido.el (ido-make-merged-file-list-1): New defun split from
11848         ido-make-merged-file-list.
11849         (ido-make-merged-file-list): Bind throw-on-input around call to
11850         ido-make-merged-file-list-1.  Return input-pending-p if
11851         interrupted by more input available.
11852         (ido-read-internal): Handle input-pending-p return value from
11853         ido-make-merged-file-list.
11855 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11857         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
11858         compatibility code.
11860         * international/latexenc.el (latexenc-find-file-coding-system):
11861         Don't inherit the EOL part of the coding-system from the
11862         tex-main buffer.  Fit within 80 columns.
11864 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
11866         * tmm.el (tmm-inactive-face): New face.
11867         (tmm-remove-inactive-mouse-face): New function.
11868         (tmm-prompt, tmm-add-one-shortcut)
11869         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
11870         but not selectable.
11872 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
11874         * faces.el (face-equal): Improve argument/docstring consistency.
11876 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
11878         * progmodes/make-mode.el (makefile-targets-face)
11879         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
11880         (makefile-bsdmake-dependency-regex)
11881         (makefile-makepp-rule-action-regex)
11882         (makefile-bsdmake-rule-action-regex): New constants.
11883         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
11885         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11886         Allow (...) within `...' for makepp messages.
11888 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
11890         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
11892         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
11893         "." files are deleted from all file lists before comparison.
11895         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
11896         (viper-ESC-key): Made them customizable.
11898         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
11900 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
11902         * autorevert.el (auto-revert-buffers): Use save-match-data.
11904 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11906         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
11907         menu items with a nil command binding.
11909 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
11911         * emacs-lisp/cl-macs.el (defsetf):
11912         Improve argument/docstring consistency.
11914         * faces.el (list-faces-display): Improve the formatting by
11915         computing the maximum length required for any face-name (reworked
11916         patch of 1999-01-11, accidentally deleted on 1999-07-21).
11917         (internal-find-face): Remove redundant info in docstring.
11919 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
11921         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
11922         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
11923         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
11924         (gdb-assembler-custom): Improve regexps.
11925         (def-gdb-auto-update-handler): Use window point to preserve point.
11927 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11929         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
11931 2005-05-31  Jay Belanger  <belanger@truman.edu>
11933         * calc/calc-embed.el (calc-embedded-word): Change argument passed
11934         to calc-embedded.
11935         (calc-embedded-make-info): Have plain prefix argument select
11936         entire line.
11938 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
11940         * faces.el (list-faces-display): Signal error if passed a regexp
11941         that matches no face name.
11943         * simple.el (filter-buffer-substring): Fix typo in docstring.
11945 2005-05-31  Richard M. Stallman  <rms@gnu.org>
11947         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
11948         (vhdl-emacs-21): Doc fix.
11949         (vhdl-mode): Unconditionally set comment-padding.
11950         (vhdl-fixup-whitespace-region): Insert spaces only where
11951         there are none.
11952         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
11954 2005-05-30  John Wiegley  <johnw@newartisans.com>
11956         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
11957         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
11958         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
11959         `directory-sep-char' to ?/, and all uses of `string-to-int' to
11960         `string-to-number'.
11962 2005-05-30  Jay Belanger  <belanger@truman.edu>
11964         * calc/calc.el (calc-bug-address): Fix docstring.
11965         (calc-window-hook, calc-trail-window-hook): New variables.
11966         (calc-trail-display): Restore use of calc-trail-window-hook.
11967         (calc): Restore use of calc-window-hook.
11969 2005-05-31  Masatake YAMATO  <jet@gyve.org>
11971         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
11973         * help-fns.el (help-C-file-name): Add autoload mark for
11974         `find-function-noselect'.
11976 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11978         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
11979         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
11981 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
11983         * calendar/diary-lib.el (mark-included-diary-files): Only kill
11984         included diary buffer if it was not already being visited.
11985         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
11987         * calendar/icalendar.el (top-level): Do not require 'appt.
11989         * mail/supercite.el (sc-select-attribution): Only use a list
11990         element from sc-attrib-selection-list if it returns a string.
11991         Reported by Davide G. M. Salvetti <salve@debian.org>.
11993 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
11995         * thumbs.el (thumbs-thumbname): The resulting thumbname now
11996         includes a hash value to improve its uniqueness, and has a ".jpg"
11997         extension.  Also, it is now a valid filename on all systems.
11998         (thumbs-make-thumb): Use `let', not `let*'.
11999         (thumbs-show-thumbs-list): Check for JPEG availability.
12001 2005-05-30  Richard M. Stallman  <rms@gnu.org>
12003         * filesets.el (filesets-menu-ensure-use-cached):
12004         Prevent warning when emacs-version>= is undefined.
12006         * printing.el (pr-interactive-n-up): Use string-to-number.
12008         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
12010         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
12011         Warn only when name to be defined is quoted.
12013 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
12015         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
12016         Make regexp more robust.
12017         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
12018         Force regeneration of disassembly.
12020 2005-05-29  Jay Belanger  <belanger@truman.edu>
12022         * calc/calc.el (calc-user-invocation): Check if
12023         calc-invocation-macro is non-nil.
12025 2005-05-29  Juri Linkov  <juri@jurta.org>
12027         * add-log.el (change-log-font-lock-keywords):
12028         Add `+' to e-mail regexp to accept mail address with keywords.
12030         * man.el (Man-name-regexp): Add `:' to accept qualified names.
12032 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
12034         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
12036         * ielm.el (inferior-emacs-lisp-mode): Ditto.
12038 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12040         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
12041         Undo the change that moves to end of the current word.
12043 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
12045         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
12046         Throw error when count <= 0 to ensure input is a number.
12047         (gdb-read-memory-custom): Pick up address from buffer.
12048         (gdb-memory-mode): Allow user to increment and decrement
12049         memory address from header line.
12051 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12053         * flyspell.el (flyspell-version): Function deleted.
12054         (flyspell-auto-correct-previous-hook): Doc fix.
12056         * jit-lock.el (jit-lock-function, jit-lock-after-change):
12057         Do nothing if memory is full.
12059         * font-lock.el (font-lock-fontify-syntactically-region):
12060         Pass t for GREEDY to looking-back.
12062         * saveplace.el (save-place-alist-to-file): Write the file
12063         using write-region.
12065         * subr.el (looking-back): New argument GREEDY.
12067         * progmodes/compile.el (compilation-start): Set the mode
12068         before inserting the initial text.
12070         * progmodes/which-func.el (which-func-update-1): Turn the mode
12071         off in case of error by setting which-func-mode.
12073 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
12075         * flyspell.el (flyspell-auto-correct-previous-word):
12076         Narrow down to what's on the screen, and recenter overlays
12077         at the end of the next word.
12079 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
12081         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
12082         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
12083         (flyspell-abbrev-p): Default to nil.
12084         (flyspell-use-global-abbrev-table-p): Doc fix.
12085         (flyspell-large-region): Allow nil as value.
12086         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
12088         (mail-mode-flyspell-verify): More robust handling
12089         of `mail-header-separator'.  More efficient signature detection.
12090         Allow for regexp metacharacters in message-header-separator.
12091         Adding `To' not to be checked in mail-mode-flyspell-verify.
12093         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
12094         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
12095         Bind flyspell-auto-correct-binding.
12096         Bind C-. and C-, .
12097         (flyspell-mode-map): Likewise.
12098         (flyspell-mode): Doc fix.
12099         (flyspell-accept-buffer-local-defs): Preserve current buffer.
12100         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
12101         (flyspell-word-cache-result): New var, always local.
12102         (flyspell-check-pre-word-p): Doc fix.
12103         (flyspell-check-changed-word-p): Handle spc like newline.
12104         (flyspell-post-command-hook): Set flyspell-word-cache-result.
12105         (flyspell-word-search-backward, flyspell-word-search-forward):
12106         New functions.
12107         (flyspell-word): Return t if nothing to check.
12108         When parsing TeX code, check for after } or \.
12109         Use flyspell-word-search-backward to find previous word.
12110         Return nil if duplicated word.
12111         For word already checked, return same value as last time.
12112         Set flyspell-word-cache-result after checking.
12113         Don't clobber the return value.
12114         (flyspell-get-word): Major rewrite.
12115         (flyspell-external-point-words): New locals pword, pcount.
12116         Fix size used in progress message.
12117         Find the proper corresponding word in flyspell-large-region-buffer.
12118         (flyspell-region): Check for flyspell-large-region = nil.
12119         (flyspell-highlight-incorrect-region): Clean up overlays in region.
12120         (flyspell-auto-correct-word): Check that WORD is a cons.
12121         (flyspell-correct-word): Likewise.
12123 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
12125         * progmodes/make-mode.el (makefile-rule-action-regex)
12126         (makefile-macroassign-regex, makefile-makepp-mode)
12127         (makefile-bsdmake-mode): Continuation lines may be empty.
12128         Reported by Joshua Varner.
12129         (makefile-makepp-font-lock-keywords): Add $(stem).
12131 2005-05-28  Karl Berry  <karl@gnu.org>
12133         * textmodes/tex-mode.el: Now that tex-send-command calls
12134         shell-quote-argument (2005-03-31 change), remove all calls to
12135         shell-quote-argument; they all end up invoking tex-send-command.
12136         The double quoting loses on filenames with non-safe characters,
12137         such as "@".  Reported by Frederik Fouvry.
12139 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
12141         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
12142         about preserving point.
12144 2005-05-27  Jay Belanger  <belanger@truman.edu>
12146         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
12147         Info-goto-node.
12149         * calc/calc-embed.el (calc-embed-arg): New variable.
12150         (calc-do-embedded-activate, calc-embedded-activate-formula)
12151         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
12152         variable by new variable.
12153         (calc-embedded-make-info): Replace undeclared variable by new
12154         variable.  When selecting region with positive prefix
12155         argument, use end of previous line instead of beginning of line.
12157         * calc/calc-aent.el (calc-arg-values): Declare it.
12159         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
12160         Declare them.
12162         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
12164         * calc/calc.el (calc-alg-map): Declare it.
12166         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
12168 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
12170         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
12171         (gdb-registers-buffer, toggle-gdb-all-registers):
12172         Toggle display of floating point registers.
12173         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
12175         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
12176         (toggle-gud-tooltip-dereference):
12177         Rename from gud-toggle-tooltip-dereference.
12179 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12181         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
12183 2005-05-27  Jay Belanger  <belanger@truman.edu>
12185         * calc/calc-prog.el (calc-kbd-report): Remove.
12186         (calc-kbd-query): Rewrite.
12188 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
12190         * image.el (image-library-alist): Move to image.c.
12191         (image-type-available-p): Doc fix.
12193 2005-05-27  Lute Kamstra  <lute@gnu.org>
12195         * calc/calc.el (calc):
12196         * outline.el (outline-1, outline-2, outline-3, outline-4)
12197         (outline-5, outline-6, outline-7, outline-8):
12198         * textmodes/dns-mode.el (dns-mode):
12199         * textmodes/sgml-mode.el (sgml-namespace-face):
12200         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
12201         (tex-verbatim-face, tex-use-reftex):
12202         * textmodes/texinfo.el (texinfo-heading-face):
12203         Specify customization group.
12205         * longlines.el: Don't require easy-mmode.
12206         (longlines-visible-face): Specify customization group.
12208 2005-05-27  Kenichi Handa  <handa@m17n.org>
12210         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
12211         encoding table of windows-1251.
12213         * international/ucs-tables.el (ucs-set-table-for-input):
12214         If translation-table-for-input of a coding system is a symbol, get
12215         its translation-table property.
12217         * international/code-pages.el: Don't register a coding system into
12218         non-iso-charset-alist more than once.
12219         (cp-make-coding-system): Likewise.
12221 2005-05-26  John Wiegley  <johnw@newartisans.com>
12223         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
12224         `eshell-resume-eval' is wrapped in a list, it indicates that the
12225         command was run asynchronously.  In that case, unwrap the value
12226         before checking the delimiter value.
12228         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
12229         character before a space at the end of a line is \, assume the space
12230         is part of the last argument rather than a final argument separator.
12232         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
12233         is in use, and the target is `t' or `nil' (which are the most common
12234         values), don't assume that the symbol target is a buffer.
12236 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12238         * calendar/calendar.el (calendar-mode-line-format):
12239         Use mode-line-highlight as mouse-face.
12241         * time.el (display-time-string-forms, display-time-update):
12242         Use mode-line-highlight as mouse-face.
12244 2005-05-26  Jay Belanger  <belanger@truman.edu>
12246         * calc/calc.el (calc-language-alist): Remove extra defvar.
12248 2005-05-26  Lute Kamstra  <lute@gnu.org>
12250         * arc-mode.el (archive-mode):
12251         * bookmark.el (bookmark-read-annotation-mode)
12252         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
12253         * bs.el (bs-mode):
12254         * calc/calc-yank.el (calc-edit-mode):
12255         * calc/calc.el (calc-mode, calc-trail-mode):
12256         * calculator.el (calculator-mode):
12257         * chistory.el (command-history-mode):
12258         * comint.el:
12259         * cus-edit.el (custom-mode):
12260         * descr-text.el (describe-text-mode):
12261         * ebuff-menu.el (Electric-buffer-menu-mode):
12262         * ediff-util.el (ediff-mode):
12263         * emacs-lisp/re-builder.el (reb-mode):
12264         * emulation/vi.el (vi-mode-setup):
12265         * emulation/ws-mode.el (wordstar-mode):
12266         * eshell/esh-mode.el (eshell-mode):
12267         * forms.el (forms-mode):
12268         * help-mode.el (help-mode):
12269         * hexl.el (hexl-mode):
12270         * ibuffer.el (ibuffer-mode):
12271         * ielm.el (inferior-emacs-lisp-mode):
12272         * info.el (Info-mode, Info-edit-mode):
12273         * international/swedish.el:
12274         * ledit.el (ledit-from-lisp-mode):
12275         * locate.el (locate-mode):
12276         * mail/rmail.el (rmail-mode):
12277         * mail/rmailedit.el (rmail-edit-mode):
12278         * mail/rmailsum.el (rmail-summary-mode):
12279         * mail/supercite.el (sc-electric-mode):
12280         * net/eudc.el (eudc-mode):
12281         * net/quickurl.el (quickurl-list-mode):
12282         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
12283         * obsolete/ooutline.el (outline-mode):
12284         * obsolete/options.el (Edit-options-mode):
12285         * obsolete/rnews.el (news-mode):
12286         * obsolete/rnewspost.el (news-reply-mode):
12287         * play/5x5.el (5x5-mode):
12288         * play/decipher.el (decipher-mode, decipher-stats-mode):
12289         * play/gomoku.el (gomoku-mode):
12290         * play/snake.el (snake-mode):
12291         * play/solitaire.el (solitaire-mode):
12292         * play/tetris.el (tetris-mode):
12293         * progmodes/ada-mode.el (ada-mode):
12294         * progmodes/antlr-mode.el (antlr-mode):
12295         * progmodes/autoconf.el (autoconf-mode):
12296         * progmodes/dcl-mode.el (dcl-mode):
12297         * progmodes/delphi.el (delphi-mode):
12298         * progmodes/ebrowse.el (ebrowse-tree-mode)
12299         (ebrowse-electric-list-mode, ebrowse-member-mode)
12300         (ebrowse-electric-position-mode):
12301         * progmodes/f90.el (f90-mode):
12302         * progmodes/fortran.el (fortran-mode):
12303         * progmodes/icon.el (icon-mode):
12304         * progmodes/idlw-help.el (idlwave-help-mode):
12305         * progmodes/idlw-shell.el (idlwave-shell-mode):
12306         * progmodes/idlwave.el (idlwave-mode):
12307         * progmodes/inf-lisp.el (inferior-lisp-mode):
12308         * progmodes/m4-mode.el (m4-mode):
12309         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
12310         * progmodes/modula2.el (modula-2-mode):
12311         * progmodes/octave-inf.el (inferior-octave-mode):
12312         * progmodes/octave-mod.el (octave-mode):
12313         * progmodes/pascal.el (pascal-mode):
12314         * progmodes/sh-script.el (sh-mode):
12315         * progmodes/sql.el (sql-mode, sql-interactive-mode):
12316         * progmodes/vhdl-mode.el (vhdl-mode):
12317         * progmodes/xscheme.el (scheme-interaction-mode):
12318         * replace.el (occur-mode):
12319         * ses.el (ses-mode):
12320         * simple.el (completion-list-mode):
12321         * skeleton.el:
12322         * speedbar.el (speedbar-mode):
12323         * term.el (term-mode):
12324         * terminal.el (terminal-edit-mode):
12325         * textmodes/reftex-index.el (reftex-index-mode)
12326         (reftex-index-phrases-mode):
12327         * textmodes/reftex-sel.el (reftex-select-label-mode)
12328         (reftex-select-bib-mode):
12329         * textmodes/reftex-toc.el (reftex-toc-mode):
12330         * wdired.el (wdired-change-to-wdired-mode):
12331         * wid-browse.el (widget-browse-mode):
12332         Use run-mode-hooks.
12334         * array.el (array-mode):
12335         * calendar/todo-mode.el (todo-mode):
12336         * man.el (Man-mode):
12337         * play/landmark.el (lm-mode):
12338         * play/mpuz.el (mpuz-mode):
12339         Use kill-all-local-variables and run-mode-hooks.
12341         * subr.el (delay-mode-hooks): Specify indentation.
12343 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
12345         * xml.el (xml-substitute-special): Don't die for undefined xml
12346         entities.
12348 2005-05-26  Jay Belanger  <belanger@truman.edu>
12350         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
12351         of nil.
12353 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
12355         * progmodes/gdb-ui.el (gdb-frame-address):
12356         Rename from gdb-current-address.
12357         (gdb-previous-frame-address): Rename from gdb-previous-address.
12358         (gdb-selected-frame): Rename from gdb-current-frame.
12359         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
12360         (gdb-frame-number): Rename from gdb-current-stack-level.
12361         (gdb-ann3): Match new mode-name for disassembly buffer.
12362         Extend initialization of variables.
12363         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
12364         (gdb-memory-mode): Use mouse-face in header line.
12365         (gdb-assembler-buffer-name): Call it disassembly and give frame
12366         in mode line.
12367         (gdb-source-spec-regexp, gdb-assembler-custom)
12368         (gdb-invalidate-assembler, gdb-frame-handler):
12369         Make robust to leading zeroes in address format.
12371 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
12373         * textmodes/org.el (org-mode): Use `define-derived-mode' to
12374         define `org-mode'.
12375         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
12377 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12379         * log-edit.el (log-edit-changelog-entries): Distinguish between
12380         filenames like xfns.c and fns.c.
12382 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
12384         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
12385         point after reverting.
12386         (Buffer-menu-make-sort-button): Handle the case where
12387         `Buffer-menu-use-header-line' is nil.
12389 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
12391         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
12392         New funcs.  In minibuffer-local-completion-map bind `]', `/'
12393         and `:' to them.
12395 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12397         * startup.el (normal-top-level): Allow modification of load-path while
12398         we're iterating over it.
12400 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
12402         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
12403         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
12404         (thumbs-resize-interactive, thumbs-insert-image)
12405         (thumbs-insert-thumb, thumbs-dired-show-marked)
12406         (thumbs-find-image-at-point, thumbs-delete-images)
12407         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
12408         (thumbs-increment-image-size, thumbs-decrement-image-size):
12409         Fix typos in docstrings.
12411 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
12413         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
12414         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
12415         (cperl-mode): Use them.
12417 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
12419         * window.el (quit-window, shrink-window-if-larger-than-buffer):
12420         Doc fixes.
12422 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
12424         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
12425         Bind C-d to gdb-inferior-io-eof.
12427         * dired.el (dired-dnd-popup-notice): Use message-box.
12429 2005-05-23  Masatake YAMATO  <jet@gyve.org>
12431         * bindings.el (mode-line-major-mode-keymap):
12432         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
12434         * faces.el (mode-line-highlight): New face.
12436         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
12437         as mouse-face.
12439         * bindings.el (top-level, help-echo, mode-line-modified)
12440         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
12441         as mouse-face.
12443 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
12445         * progmodes/cc-engine.el (c-guess-basic-syntax):
12446         Remove spurious call to `zerop'.
12448         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
12450 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
12452         CC Mode update to 5.30.10:
12454         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
12455         could go past the limit in decoration level 2, thereby causing
12456         errors during interactive fontification.
12458         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
12459         the file is evaluated interactively.
12461         * cc-engine.el (c-guess-basic-syntax): Handle operator
12462         declarations somewhat better in C++.
12464         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
12465         make use of `run-mode-hooks' which has been added in Emacs 21.1.
12466         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
12467         (awk-mode): Use it.
12468         (make-local-hook): Suppress warning about obsoleteness.
12470         * cc-engine.el, cc-align.el, cc-cmds.el
12471         (c-append-backslashes-forward, c-delete-backslashes-forward)
12472         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
12473         Compensate for return value from `forward-line' when it has moved
12474         but not to a different line due to eob.
12476         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
12477         `objc-method-intro' and `objc-method-args-cont'.
12479 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
12481         CC Mode update to 5.30.10:
12483         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
12484         in the copyright statement.  Incidentally, change "along with GNU
12485         Emacs" to "along with this program" where it occurs.
12487         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
12488         so that it is interactive, hence can be found by M-x awk-mode
12489         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
12490         <gmorris+emacs@ast.cam.ac.uk>.
12492         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
12493         Mode's regexps.
12495 2005-05-23  Kevin Ryde  <user42@zip.com.au>
12497         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
12498         c-parse-state, to avoid a lisp error (on bad code).
12500 2005-05-23  Lute Kamstra  <lute@gnu.org>
12502         * subr.el (font-lock-defaults): Remove defvar as it's already
12503         defined in font-core.el.
12505         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
12507 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
12509         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
12510         more general and work when GDB variable "print pretty" is on,
12511         as with Emacs, for example.
12513 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
12515         * font-core.el: Update comment.
12517         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12518         Use `after-change-major-mode-hook' instead of `find-file-hook'.
12520         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
12522 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
12524         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
12525         and `yank-handler' in the doc strings.
12527 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12529         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
12531 2005-05-22  Richard M. Stallman  <rms@gnu.org>
12533         * help.el (describe-key): Move print-help-return-message call
12534         out of conditional.
12536         * progmodes/etags.el (list-tags): Use with-no-warnings.
12538         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
12539         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
12540         (starttls-extra-args, starttls-extra-arguments): Add defvars.
12542         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
12544         * language/viet-util.el (viet-viscii-nonascii-translation-table):
12545         Add defvar.
12547         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
12548         Use defvar, not defconst.
12550         * hexl.el (hexl-follow-line): Use with-no-warnings.
12552         * emulation/tpu-extras.el: Use write-file-functions instead of
12553         write-file-hooks.
12555         * dired.el (dired-font-lock-keywords): Fontify files with junk
12556         extensions even if marked by -F.
12558 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
12560         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
12561         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
12562         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
12563         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
12564         (concatenate, list-length, get*, getf, cl-remprop):
12565         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
12566         (etypecase, progv, lexical-let, lexical-let*)
12567         (multiple-value-bind, multiple-value-setq, shiftf):
12568         Improve argument/docstring consistency.
12570         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
12572 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
12574         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
12575         doesn't exist.
12577         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
12578         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
12580 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
12582         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
12583         already deleted variables: auto-fill-hook, blink-paren-hook,
12584         lisp-indent-hook, inhibit-local-variables, unread-command-event,
12585         suspend-hooks, comment-indent-hook, meta-flag,
12586         before-change-function, after-change-function,
12587         font-lock-doc-string-face.
12589 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
12591         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
12593 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
12595         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
12596         rmail-dont-reply-to.
12598 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
12600         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
12601         literal blank when splitting new-header-values.
12603 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
12605         * calendar/cal-menu.el (cal-menu-update): Add separator as a
12606         string so that tmm doesn't create a completion entry for it.
12608         * textmodes/table.el (table-disable-menu): Ditto.
12610 2005-05-21  Richard M. Stallman  <rms@gnu.org>
12612         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
12614         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
12616         * net/rcompile.el (remote-compile): Use compilation-start.
12618         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
12620 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
12622         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
12623         Default to makefile-bsdmake-mode on BSD systems.
12625         * imenu.el (imenu-generic-expression, imenu--generic-function'):
12626         REGEXP may also be a search function now.  The part of doc-string
12627         for describing the structure was 95% identical to that of
12628         `imenu--generic-function'.  Unify it there.
12630         * progmodes/make-mode.el (makefile-imenu-generic-expression):
12631         Use function to find dependencies, because regexp alone is so complex,
12632         it easily goes into an endless loop.
12633         (makefile-makepp-mode): Also add submenu for Perl functions
12634         defined in the makefile.
12635         (makefile-bsdmake-mode): Special imenu-generic-expression no
12636         longer needed, due to function call.
12637         (makefile-match-dependency): Take BOUND into account when checking
12638         if we're through.
12640 2005-05-20  Jay Belanger  <belanger@truman.edu>
12642         * calc/calc-units.el (calc-invalidate-units-table):
12643         Use inhibit-read-only.
12644         (math-build-units-table-buffer): Use view-mode.
12646 2005-05-20  David Kastrup  <dak@gnu.org>
12648         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
12649         easy-menu-add is not a nop on Emacs; and clarify when to call it.
12651 2005-05-20  Lute Kamstra  <lute@gnu.org>
12653         * diff-mode.el (diff-header-face, diff-file-header-face)
12654         (diff-index-face, diff-hunk-header-face, diff-removed-face)
12655         (diff-added-face, diff-changed-face, diff-function-face)
12656         (diff-context-face, diff-nonexistent-face): Put them in the
12657         diff-mode customization group.
12659 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12661         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
12663         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
12665         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
12666         Minor regexp-optimization.
12668 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
12670         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
12671         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
12672         (org-agenda-add-time-grid-maybe): New function.
12673         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
12674         (org-table-create): `dotimes' instead of `mapcar'.
12675         (org-xor): Simplify implementation.
12676         (org-agenda): `inhibit-redisplay' turned on.
12677         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
12678         a consistent line after a state change.
12679         (org-agenda-remove-times-when-in-prefix): New option.
12680         (org-prefix-has-time): New variable.
12681         (org-parse-time-string): Optional argument NODEFAULT.
12682         (org-format-agenda-item): Parse items for time-of-day
12683         specifications and move these into the prefix if possible.
12684         (org-agenda-priority): Get current heading, not previous heading
12685         during agenda remote editing.
12687 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
12689         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
12690         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
12691         (remove-duplicates, delete-duplicates, substitute)
12692         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
12693         (nsubstitute-if-not, find, find-if, find-if-not, position)
12694         (position-if, position-if-not, count, count-if, count-if-not)
12695         (mismatch, search, sort*, stable-sort, merge, member*)
12696         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
12697         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
12698         (intersection, nintersection, set-difference, nset-difference)
12699         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
12700         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
12701         (nsublis, tree-equal): Improve argument/docstring consistency.
12703         * subr.el (send-string, send-region): Remove obsolescence declaration.
12704         (window-dot, set-window-dot, read-input, show-buffer)
12705         (eval-current-buffer, string-to-int):
12706         Add release number to obsolescence declarations.
12708 2005-05-19  Kim F. Storm  <storm@cua.dk>
12710         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
12711         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
12713 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
12715         * faces.el (list-faces-display): Make back button respect optional
12716         regexp arg.
12718 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
12720         * calculator.el (calculator-radix-grouping-mode)
12721         (calculator-radix-grouping-digits, calculator-displayer)
12722         (calculator-radix-grouping-separator, calculator-copy-displayer):
12723         * dabbrev.el (dabbrev-search-these-buffers-only):
12724         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
12725         (diff-advance-after-apply-hunk, diff-mode-hook)
12726         (diff-minor-mode-prefix):
12727         * imenu.el (imenu-use-popup-menu):
12728         * jit-lock.el (jit-lock-context-time):
12729         * newcomment.el (comment-fill-column, comment-column)
12730         (comment-style, comment-padding, comment-multi-line)
12731         (comment-empty-lines, comment-auto-fill-only-comments):
12732         * reveal.el (reveal-around-mark):
12733         * uniquify.el (uniquify-buffer-name-style)
12734         (uniquify-after-kill-buffer-p)
12735         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
12736         (uniquify-min-dir-content, uniquify-separator)
12737         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
12738         * w32-vars.el (w32-fixed-font-alist):
12739         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
12740         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
12741         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
12742         * progmodes/perl-mode.el (perl-indent-level)
12743         (perl-continued-statement-offset, perl-continued-brace-offset)
12744         (perl-brace-offset, perl-brace-imaginary-offset)
12745         (perl-label-offset, perl-indent-continued-arguments)
12746         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
12747         * progmodes/tcl.el (tcl-indent-level)
12748         (tcl-continued-indent-level, tcl-auto-newline)
12749         (tcl-tab-always-indent, tcl-electric-hash-style)
12750         (tcl-help-directory-list, tcl-use-smart-word-finder)
12751         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
12752         (inferior-tcl-source-command):
12753         * textmodes/fill.el (enable-kinsoku):
12754         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
12755         * textmodes/table.el (table-yank-handler):
12756         Specify missing group (and type, if simple) in defcustom.
12758 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
12760         * progmodes/compile.el (compilation-finish-function): Fix defvar.
12762 2005-05-19  Richard M. Stallman  <rms@gnu.org>
12764         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
12766         * subr.el (event-basic-type): Don't get an error.
12767         (left-fringe-p): Function deleted.
12769         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
12770         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
12772         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
12773         in recursive copy.
12775         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
12777         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
12779         * emacs-lisp/bytecomp.el
12780         (byte-compile-file-form-custom-declare-variable):
12781         Call byte-compile-nogroup-warn if appropriate.
12783         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
12784         (compilation-set-window): Don't call left-fringe-p; do it directly.
12786 2005-05-19  Jay Belanger  <belanger@truman.edu>
12788         * calc/calc-graph.el (calc-graph-format-data): Make sure
12789         var-PlotRejects is bound before trying to check its value.
12791 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
12793         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
12794         definition of this variable from reftex-global.el to reftex.el,
12795         because it is needed in the menu.
12797 2005-05-19  Lute Kamstra  <lute@gnu.org>
12799         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
12800         years are fixed.  Don't insert a space after a dash.
12802 2005-05-19  Kim F. Storm  <storm@cua.dk>
12804         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
12806 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
12808         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
12809         strings, because (eq ... ?\\) is fairly frequent.
12811         * progmodes/make-mode.el (makefile-add-this-line-targets):
12812         Simplify and integrate into `makefile-pickup-targets'.
12813         (makefile-add-this-line-macro): Simplify and integrate into
12814         `makefile-pickup-macros.
12815         (makefile-pickup-filenames-as-targets): Simplify.
12816         (makefile-previous-dependency, makefile-match-dependency):
12817         Don't stumble over `::'.
12819 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
12821         * subr.el (post-command-idle-hook, post-command-idle-delay):
12822         Remove obsoletion of post-command-idle-hook and
12823         post-command-idle-delay.
12825         * faces.el (list-faces-display): Provide button when describe-face
12826         is called to take user back to the list of faces.
12828         * help-fns.el (describe-variable): Remove hyperlinks in a
12829         variable's value as these are quite frequently inappropriate.
12831         * follow.el (follow-submit-feedback, follow-mode):
12832         Remove references to post-command-idle-hook.
12834 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
12836         * progmodes/make-mode.el (makefile-previous-dependency)
12837         (makefile-match-dependency): Check for := (and in bsd mode also
12838         !=) to give a better result, even when font-lock is not on.
12840 2005-05-18  Jay Belanger  <belanger@truman.edu>
12842         * calc/calc-help.el (calc-s-prefix-help):
12843         Add `calc-copy-special-constant' to help string.
12845 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
12847         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
12849 2005-05-18  Jay Belanger  <belanger@truman.edu>
12851         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
12852         in linear factors are in proper order.
12854 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
12856         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12857         Support for jurabib.
12859         * textmodes/reftex.el (featurep): Define aliases for overlay
12860         commands, for XEmacs compatibility, and use these aliases in
12861         overlay initializations.
12862         (reftex-highlight): Use `reftex-move-overlay'.
12863         (reftex-unhighlight): Use `reftex-delete-overlay'.
12864         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
12865         (reftex-access-search-path): Use `reftex-uniquify' instead of
12866         `reftex-uniq'
12868         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
12869         `before-string' property modification enables for Emacs as well.
12870         (reftex-select-item): Use `reftex-delete-overlay'.
12871         (reftex-select-mark): Use `reftex-make-overlay' and
12872         `reftex-overlay-put'.
12873         (reftex-select-unmark): Use `reftex-delete-overlay' and
12874         `reftex-overlay-put'.
12876 2005-05-18  Lute Kamstra  <lute@gnu.org>
12878         * emacs-lisp/lisp.el (check-parens): Fix docstring.
12880 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
12882         * add-log.el (add-change-log-entry):
12883         * array.el (array-make-template, array-reconfigure-rows)
12884         (array-init-max-row, array-init-max-column)
12885         (array-init-columns-per-line, array-init-field-width):
12886         * replace.el (replace-match-maybe-edit, perform-replace):
12887         * textmodes/spell.el (spell-region):
12888         Replace `read-input' by `read-string'.
12890         * forms.el (forms-mode):
12891         * finder.el (finder-compile-keywords):
12892         * shadowfile.el (shadow-read-files):
12893         Replace `eval-current-buffer' by `eval-buffer'.
12895         * terminal.el (te-pass-through):
12896         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
12897         (ange-ftp-raw-send-cmd):
12898         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
12899         (send-process-next-char, telnet-initial-filter, telnet):
12900         Replace `send-string' by `process-send-string'.
12902         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
12903         (prolog-consult-region): Replace `send-string' by
12904         `process-send-string'; replace `send-region' by `process-send-region'.
12906         * progmodes/delphi.el (delphi-log-msg):
12907         Replace `set-window-dot' by `set-window-point'.
12909         * subr.el (window-dot, set-window-dot, read-input, send-string)
12910         (send-region, show-buffer, eval-current-buffer):
12911         Make really obsolete, as the comment says.
12913 2005-05-17  Kim F. Storm  <storm@cua.dk>
12915         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
12916         (cua--init-keymaps): Bind C-return instead of S-return to set
12917         rectangle mark.
12919         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
12920         instead of S-return to toggle/clear rectangle mark.
12922 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
12924         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
12925         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
12926         Also fontify plain strings assigned to variables, mostly so that a
12927         colon has a face and is thus not taken as a dependency separator.
12928         (makefile-previous-dependency): Inline the new matcher, because it
12929         is too complex to work in both directions.
12930         (makefile-match-dependency): Eliminate `backward' arg (see above).
12931         Completely reimplemented so as to not sometimes go into an endless
12932         loop.  It should also be more efficient, because first it only
12933         searches for `:', instead of applying the very complex regexp.
12934         (makefile-mode): Cancel `font-lock-support-mode', because blocks
12935         to be fontified in one piece can be too long for JIT.
12936         Makefiles are never *that* big.
12938 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
12940         * dired.el (dired-mode): Simplify.
12942 2005-05-17  Lute Kamstra  <lute@gnu.org>
12944         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
12945         defcustom for the mode hook variable.
12947         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
12948         Emacs Lisp Reference Manual.
12950 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
12952         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
12953         (evenp, list*):
12954         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
12955         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
12957         * net/tramp-smb.el (tramp-smb-open-connection):
12958         Pass `tramp-chunksize' as fifth (required) argument.
12960 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
12962         * font-lock.el (lisp-font-lock-keywords-1):
12963         Set `font-lock-negation-char-face' for [^...] char group.
12964         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
12966         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
12967         a var, and refine it to mask one more level of nested vars.
12968         (makefile-rule-action-regex): Turn it into a var, and refine it so
12969         it recognizes backslashed continuation lines as belonging to the
12970         same command.
12971         (makefile-macroassign-regex): Refine it so it recognizes
12972         backslashed continuation lines as belonging to the same command.
12973         (makefile-var-use-regex): Don't look at the next char, because it
12974         might be the same one to be skipped by the initial [^$], leading
12975         to an overlooked variable use.
12976         (makefile-make-font-lock-keywords): Remove two parameters, which
12977         are now variables that some of the modes set locally.
12978         Handle dependency and rule action matching through functions, because
12979         regexps alone match too often.  Dependency matching now comes
12980         last, so it can check, whether a colon already matched something else.
12981         (makefile-mode): Inform that font-lock improves makefile parsing
12982         capabilities.
12983         (makefile-match-dependency, makefile-match-action): New functions.
12985 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
12987         * emacs-lisp/cl-extra.el (equalp): Doc fix.
12989         * align.el (align-regexp):
12990         * ansi-color.el (ansi-color-get-face):
12991         * array.el (array-reconfigure-rows, array-init-max-row)
12992         (array-init-max-column, array-init-columns-per-line)
12993         (array-init-field-width):
12994         * dired-aux.el (dired-trample-file-versions):
12995         * dired-x.el (dired-mark-sexp):
12996         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
12997         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
12998         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
12999         * faces.el (face-read-integer):
13000         * files.el (backup-extract-version, insert-directory):
13001         * hexl.el (hexl-insert-decimal-char):
13002         * server.el (server-process-filter):
13003         * shell.el (shell-extract-num):
13004         * startup.el (command-line-1):
13005         * term.el (term-command-hook):
13006         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
13007         (time-stamp-do-number):
13008         * time.el (display-time-update):
13009         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
13010         (timezone-fix-time):
13011         * vms-patch.el (vms-suspend-resume-hook):
13012         * calendar/appt.el (appt-convert-time):
13013         * calendar/cal-bahai.el (mark-bahai-diary-entries):
13014         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
13015         * calendar/cal-islam.el (mark-islamic-diary-entries):
13016         * calendar/calendar.el (calendar-cursor-to-date)
13017         (calendar-star-date):
13018         * calendar/diary-lib.el (diary-attrtype-convert)
13019         (mark-diary-entries, diary-entry-time):
13020         * calendar/solar.el (solar-get-number):
13021         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
13022         * emacs-lisp/re-builder.el (reb-display-subexp):
13023         * emulation/edt.el (edt-set-scroll-margins):
13024         * emulation/tpu-extras.el (tpu-set-scroll-margins):
13025         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
13026         (vip-get-ex-count):
13027         * emulation/viper-ex.el (viper-get-ex-token)
13028         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
13029         * international/fontset.el (fontset-plain-name):
13030         * mail/feedmail.el (feedmail-look-at-queue-directory):
13031         * mail/mailalias.el (mail-get-names):
13032         * mail/rmail.el (rmail-convert-to-babyl-format):
13033         * mail/rmailsum.el (rmail-make-basic-summary-line)
13034         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
13035         (rmail-summary-goto-msg):
13036         * mail/smtpmail.el (smtpmail-read-response):
13037         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
13038         (ange-ftp-vms-add-file-entry):
13039         * play/gametree.el (gametree-looking-at-ply)
13040         (gametree-current-branch-score):
13041         * progmodes/ada-xref.el (ada-prj-find-prj-file)
13042         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
13043         * progmodes/cperl-mode.el (condition-case):
13044         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
13045         (ebrowse-set-member-buffer-column-width)
13046         (ebrowse-select-1st-to-9nth):
13047         * progmodes/etags.el (etags-snarf-tag):
13048         * progmodes/flymake.el (flymake-parse-line):
13049         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
13050         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
13051         (idlwave-shell-menu-def):
13052         * progmodes/ps-mode.el (ps-run-goto-error):
13053         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
13054         (vhdl-speedbar-contract-level):
13055         * term/mac-win.el (x-handle-numeric-switch):
13056         * term/sun-mouse.el (sun-get-frame-data):
13057         * term/w32-win.el (x-handle-numeric-switch):
13058         * term/x-win.el (x-handle-numeric-switch):
13059         * textmodes/ispell.el (ispell-parse-output):
13060         * textmodes/nroff-mode.el (nroff-outline-level):
13061         * textmodes/reftex-cite.el (reftex-bib-sort-year)
13062         (reftex-bib-sort-year-reverse, reftex-format-citation):
13063         * textmodes/reftex-parse.el (reftex-init-section-numbers)
13064         (reftex-section-number):
13065         * textmodes/texinfmt.el (texinfo-paragraphindent):
13066         Replace `string-to-int' by `string-to-number'.
13068         * international/latexenc.el: Add page marker to force the "Local
13069         Variables:" string out of the last page.
13071 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
13073         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
13074         tooltip-change-major-mode.
13075         (gud-tooltip-print-command): Remove case where gud-minor-mode
13076         is gdb ("--fullname").
13077         (gud-tooltip-tips): Turn GUD tooltips off for this case and
13078         explain to user.
13080 2005-05-16  Jay Belanger  <belanger@truman.edu>
13082         * calc/calc-store.el (calc-copy-special-constant): New function.
13084         * calc/calc-ext.el (calc-init-extensions): Add binding for
13085         `calc-copy-special-constant'.
13087         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
13088         for the `calc-copy-special-constant' command.
13090 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
13092         * subr.el (left-fringe-p): New function.
13094         * progmodes/compile.el (compilation-setup): Set local value of
13095         overlay-arrow-string to "" always.
13096         (compilation-set-window): Left fringe then don't scroll.
13097         No left fringe then no arrow and scroll message to top.
13098         (compilation-context-lines): Adjust doc string accordingly.
13100 2005-05-16  Kim F. Storm  <storm@cua.dk>
13102         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
13103         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
13104         (ido-wide-find-dir-or-delete-dir): New command for M-d.
13105         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
13106         (ido-read-file-name): Handle commands with ido property value
13107         equal to find-file as reading a file name, to allow C-d to enter dired.
13108         (ibuffer-find-file): Add ido property with value find-file.
13110 2005-05-15  Kim F. Storm  <storm@cua.dk>
13112         * subr.el (open-network-stream-nowait): Remove.
13113         (open-network-stream-server): Remove.
13115 2005-05-15  Richard M. Stallman  <rms@gnu.org>
13117         * faces.el (describe-face): Output a definition link button.
13119         * help-mode.el (help-face-def): New button type.
13121         * emacs-lisp/copyright.el (copyright-fix-years):
13122         Match properly if the first year is 2-digit.
13123         Don't mess up the whitespace after the years by filling.
13125         * dired-aux.el (dired-mark-confirm):
13126         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
13128         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
13129         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
13130         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
13132         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13133         Set font-lock-comment-start-skip.
13135         * font-lock.el (font-lock-comment-start-skip): New variable.
13136         (font-lock-comment-end-skip): New variable.
13137         (font-lock-fontify-syntactically-region): Use them if non-nil.
13139 2005-05-15  Jay Belanger  <belanger@truman.edu>
13141         * calc/calc-store.el (calc-store-value): Return a string rather
13142         than display it as a message.
13143         Use calc-var-name for variable name.
13144         (calc-store-into): Add the result of calc-store-value to message.
13145         (calc-copy-variable): Add a message.
13146         (calc-store-exchange): Improve error messages.
13147         (calc-store-binary, calc-store-map): Don't reset the values of
13148         special constants.
13150 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
13152         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
13153         manual to docstring.
13155         * files.el (hack-local-variables-confirm): Add STRING argument.
13156         Make the function handle non file visiting buffers correctly.
13157         (hack-local-variables-prop-line, hack-local-variables)
13158         (hack-one-local-variable): Use STRING arg of
13159         `hack-local-variables-confirm'.
13161 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
13163         Sync with Tramp 2.0.49.
13165         * net/tramp.el (tramp-handle-dired-call-process)
13166         (tramp-handle-insert-directory):`insert-buffer' cannot be used
13167         because the contents of the Tramp buffer is changed before
13168         insertion (`expand-file' and alike).
13169         (tramp-handle-insert-directory): If `localname' has an empty
13170         nondirectory name, it must not be quoted.
13171         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
13172         variable `tramp-chunksize'.  Change callees.
13173         (tramp-open-connection-setup-interactive-shell): Check remote host
13174         for buggy `send-process-string' implementation.
13175         Set `tramp-chunksize' if found.  Reported by Michael Kifer
13176         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
13177         (tramp-handle-shell-command): `insert-buffer' cannot be used
13178         because the contents of the Tramp buffer is changed before
13179         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
13180         <frederic.bothamy@free.fr>.
13181         (tramp-set-auto-save): Actions should be done for Tramp file name
13182         handler only.  Ange-FTP has its own auto-save mechanism.
13183         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
13184         (tramp-set-auto-save-file-modes): Set file modes of
13185         `buffer-auto-save-file-name' to ?\600 as fallback solution.
13186         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
13187         (tramp-bug): Remove obsolete variable.
13188         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
13189         for presence of `mml-mode'.  Make it running for older Emacsen as well.
13191 2005-05-14  John Paul Wallington  <jpw@pobox.com>
13193         * ibuf-ext.el (define-ibuffer-filter filename):
13194         If `dired-directory' is a list, use its car.
13196 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
13198         * ibuffer.el (define-ibuffer-column filename):
13199         If `dired-directory' is a list, use its car.
13201 2005-05-14  Richard M. Stallman  <rms@gnu.org>
13203         * subr.el (symbol-file): Doc fix.
13205         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
13206         (byte-compile-form): Call byte-compile-nogroup-warn.
13207         (byte-compile-warning-types): Doc fix.
13209         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
13211         * progmodes/cc-engine.el (c-literal-faces):
13212         Add font-lock-comment-delimiter-face.
13214         * net/net-utils.el (dig): Use with-no-warnings.
13216         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
13217         (sc-recite-frame-alist, sc-default-cite-frame)
13218         (sc-default-uncite-frame, sc-default-recite-frame)
13219         (sc-attrib-selection-list, sc-rewrite-header-list):
13220         Mark as risky-local-variable.
13222         * international/ogonek.el (ogonek-jak, ogonek-how):
13223         Don't use beginning-of-buffer.
13225         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
13227         * calendar/solar.el (solar-data-list): Move definition up.
13229         * dnd.el (dnd-protocol-alist): Add autoload.
13231         * progmodes/sh-script.el: Many doc usage fixes.
13232         (sh-indent-after-do): Change default to match common styles.
13234 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
13236         * files.el (interpreter-mode-alist)
13237         (auto-mode-interpreter-regexp): Doc fixes.
13239 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
13241         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
13243         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
13245 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13247         * dired.el (dired-mode): make-variable-buffer-local =>
13248         make-local-variable.
13250 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13252         * term/mac-win.el (mac-select-convert-to-string): Try coding
13253         systems in mac-script-code-coding-systems if specified one cannot
13254         encode string for `com.apple.traditional-mac-plain-text'.
13256 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
13258         * progmodes/make-mode.el (makefile-targets-face)
13259         (makefile-shell-face, makefile-makepp-perl-face): New faces.
13260         (makefile-dependency-regex): Fix it to not make the colon in
13261         $(var:a=b) special.
13262         (makefile-rule-action-regex): New regexp for highlighting embedded
13263         Shell strings.
13264         (makefile-macroassign-regex): Handle != for highlighting as
13265         embedded Shell strings.
13266         (makefile-var-use-regex): New const.
13267         (makefile-statements, makefile-automake-statements)
13268         (makefile-gmake-statements, makefile-makepp-statements)
13269         (makefile-bsdmake-statements): New consts.
13270         (makefile-make-font-lock-keywords): New function.
13271         (makefile-automake-font-lock-keywords)
13272         (makefile-gmake-font-lock-keywords)
13273         (makefile-makepp-font-lock-keywords)
13274         (makefile-bsdmake-font-lock-keywords): New consts.
13275         (makefile-mode-map): Add switchers between the various submodes.
13276         (makefile-mode): Document the availability of the variants.
13277         (makefile-automake-mode, makefile-gmake-mode)
13278         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
13280         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
13281         new variants of makefile-mode.
13283 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13285         * font-lock.el (font-lock-comment-delimiter-face): Fix up
13286         the inheritance.
13288 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
13290         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
13291         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
13293         * files.el (normal-mode): Extend the scope of the
13294         `enable-local-variables' binding to include the `set-auto-mode' call.
13295         (magic-mode-alist): Doc fix.
13297 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13299         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
13300         font-lock-comment-face rather than copying its setting.
13302 2005-05-12  Andreas Schwab  <schwab@suse.de>
13304         * eshell/esh-mode.el (eshell-send-input): Doc fix.
13306 2005-05-12  Lute Kamstra  <lute@gnu.org>
13308         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
13309         defcustom for the mode hook variable.  Delete the last argument.
13310         * generic-x.el: Fix callers of define-generic-mode.
13311         (generic-x-modes): Delete group.
13312         (show-tabs-tab-face, show-tabs-space-face): Put them in the
13313         generic-x customization group.
13315 2005-05-12  Kim F. Storm  <storm@cua.dk>
13317         * font-lock.el (font-lock-negation-char-face): Default to "off".
13319         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
13320         font-lock-negation-char-face to ! in !=.
13322 2005-05-12  Masatake YAMATO  <jet@gyve.org>
13324         * add-log.el (find-change-log): Fix typos in the docstring
13325         of function.
13327 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
13329         * international/latexenc.el (latexenc-find-file-coding-system):
13330         Avoid `re-search-forward' when looking for input encoding because
13331         of speed and safety.  Better regular expressions for recognizing
13332         input encoding.  Limit a search for TeX-master/tex-main-file to
13333         the local variable section.
13335 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
13337         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
13338         syntax of $ to "'" (quote).
13340 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
13342         * dnd.el (dnd-protocol-alist): Improve custom type.
13344         * dired.el (dired-dnd-protocol-alist): New variable.
13345         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
13346         `dired-mode-hook' to the end.
13348 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13350         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
13351         comment-end if comment-start-skip is not set.
13352         Obey the font-lock-comment-delimiter-face variables.
13354 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13356         * files.el (executable-find): Move from executable.el.  Use
13357         locate-file.
13358         * progmodes/executable.el (executable-find): Move to files.el.
13360         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
13361         when trying to ensure forward progress.
13363 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
13365         * mouse-sel.el (mouse-sel-follow-link-p): New function.
13366         (mouse-select, mouse-select-internal, mouse-extend-internal):
13367         Use it to implement mouse-1-click-follows-link functionality.
13369 2005-05-11  Richard M. Stallman  <rms@gnu.org>
13371         * font-lock.el (font-lock-fontify-syntactically-region):
13372         Use font-lock-comment-delimiter-face for comment delimiters.
13374 2005-05-10  Jay Belanger  <belanger@truman.edu>
13376         * calc/calc-help.el (calc-m-prefix-help): Add mention of
13377         preserving embedded modes.
13379 2005-05-10  Richard M. Stallman  <rms@gnu.org>
13381         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
13383         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
13384         Move from ada-stmt.el.
13385         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
13387         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
13388         Move to ada-mode.el.
13389         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
13391         * cus-edit.el (custom-file): Call file-chase-links.
13393         * files.el (read-directory-name): Fix previous change.
13394         (hack-local-variables-confirm): New function.
13395         (hack-local-variables-prop-line, hack-local-variables)
13396         (hack-one-local-variable): Use it.
13398 2005-05-10  Lute Kamstra  <lute@gnu.org>
13400         * font-lock.el (font-lock-keywords-alist)
13401         (font-lock-removed-keywords-alist): Clarify docstrings.
13403 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
13405         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
13406         (gdb-source-info): Check for preprocessor info.
13407         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
13408         a macro for a function.
13409         (gdb-info-breakpoints-custom): Try to find file again if not already
13410         found (user might have used GDB dir command).
13411         (gdb-get-location): Update gdb-location-alist correctly for change
13412         to gdb-info-breakpoints-custom.
13414         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
13415         (gud-tooltip-print-command): Add gdbmi case.
13416         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
13417         preprocessor info.
13419 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
13421         * startup.el (fancy-splash-insert): Fix typo in doc string.
13423 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
13425         * obsolete/float.el (string-to-float):
13426         * obsolete/hilit19.el (hilit-add-pattern):
13427         * obsolete/rnews.el (news-parse-range, news-select-message)
13428         (news-get-pruned-list-of-files): Replace `string-to-int' by
13429         `string-to-number'.
13431         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
13432         `find-file-not-found-hooks'; use `add-hook'.
13433         (uncompress-while-visiting): Set `write-file-functions', not
13434         `write-file-hooks'; use `add-hook'.
13436 2005-05-09  Kim F. Storm  <storm@cua.dk>
13438         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
13439         (cua-paste): Handle clipboard action.
13440         (cua--init-keymaps): Remap clipboard-kill-region and
13441         clipboard-kill-ring-save.
13443 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
13445         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
13446         Improve commentary.
13448         * simple.el (next-error-overlay-arrow-position): Revert the change
13449         made on 2005-04-30.
13451 2005-05-07  Jay Belanger  <belanger@truman.edu>
13453         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
13454         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
13455         `calc-sel-reselect'.
13457         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
13458         Calc is in embedded mode.
13460 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
13462         * progmodes/compile.el (compilation-setup):
13463         Set overlay-arrow-string to an empty string on text terminals.
13465         * textmodes/ispell.el (ispell-program-name): Try looking for
13466         "aspell" along exec-path, and if found, use it as the default
13467         speller program.
13469 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
13471         * international/mule.el (sgml-xml-auto-coding-function):
13472         Recognize encoding='FOO' in single quotes as well as in double quotes.
13474 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
13476         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
13477         as well as `interactive', so that defmacro* would recognize
13478         `declare' forms.
13480 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
13482         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
13483         Explain more about the LIGHTER arg's usage in the doc string.
13484         Add commentary to clarify what the code does.  Fix the regexp that
13485         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
13486         since it could have characters special to regular expressions.
13488 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
13490         * replace.el (occur-1): Bind inhibit-read-only so that
13491         erase-buffer doesn't barf on read-only text properties (likewise
13492         for add-text-properties in occur-engine).  Mark buffer as unmodified.
13493         (occur-engine): Don't set buffer-read-only here.
13495 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13497         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
13498         list-buffers-directory.  This caused the *cvs-commit* buffer to be
13499         sometimes mistakenly reused as a *cvs* buffer.
13501 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
13503         * tooltip.el: Move code for GUD tooltips into gud.el.
13504         (require): CL no longer needed to compile case.
13505         (tooltip-mode): Do not toggle functions for GUD tooltips.
13506         (tooltip-gud-tips-p): Remove.  Replace with minor mode
13507         gud-tooltip-mode in gud.el.
13508         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
13509         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
13510         tooltip-gud prefix with gud-tooltip and obsolete.
13511         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
13512         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
13513         (tooltip-mouse-motion): Mouse movement functions/variable.
13514         Rename in gud.el by adding gud prefix.
13515         (tooltip-gud-original-filter, tooltip-gud-dereference)
13516         (tooltip-gud-event, tooltip-toggle-gud-tips)
13517         (tooltip-gud-process-output, tooltip-gud-print-command)
13518         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
13519         gud.el by replacing tooltip-gud prefix with gud-tooltip.
13520         (gdb-tooltip-print): Move to gdb-ui.el.
13522         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
13523         (require): CL needed to compile case.
13524         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
13525         tooltip-gud-tips-p.  Make it a minor-mode.
13526         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
13527         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
13528         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
13529         (gud-tooltip-change-major-mode)
13530         (gud-tooltip-activate-mouse-motions-if-enabled)
13531         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
13532         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
13533         (gud-tooltip-original-filter, gud-tooltip-dereference)
13534         (gud-tooltip-event, tooltip-toggle-gud-tips)
13535         (gud-tooltip-process-output, gud-tooltip-print-command)
13536         (gud-tooltip-tips): Move from tooltip.el.
13538         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
13539         (gdb-cpp-define-alist-flags): Doc fix.
13540         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
13541         gud-tooltip-mode is t.
13543 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13545         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
13546         evaporate if their text is deleted.
13547         (goto-address-at-point): Make it work as a mouse binding as well.
13548         (goto-address-at-mouse): Obsolete it.  Update users.
13550 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
13552         * calendar/appt.el (top-level): No longer activate on load.
13554 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
13556         * calendar/cal-bahai.el (mark-bahai-diary-entries):
13557         * net/webjump.el (webjump):
13558         * progmodes/idlw-help.el (idlwave-do-context-help1)
13559         (idlwave-highlight-linked-completions):
13560         * textmodes/po.el (po-find-file-coding-system-guts):
13561         Replace `assoc-ignore-case' by `assoc-string'.
13563 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
13565         * files.el (locate-file): Doc fix.
13567         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
13568         Remove the redundant test for ms-dos.
13570         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
13571         look for the preprocessor with exec-suffixes.  If not found in
13572         standard places, look in exec-path.  Remove most of the tests that
13573         used system-type.
13575         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
13577         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
13579         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
13580         file-name clash with jka-compr.el on 8+3 filesystems.
13582 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13584         * term/mac-win.el: Don't define or bind scroll bar functions if
13585         x-toolkit-scroll-bars is t.
13586         (x-select-text, x-get-selection-value): Clear
13587         x-last-selected-text-clipboard if x-select-enable-clipboard is
13588         nil.
13589         (PRIMARY): Put mac-scrap-name property.
13590         (mac-select-convert-to-file-url): New function.
13591         (public.file-url): New selection target type.  Add to
13592         selection-converter-alist.
13593         (x-get-selection, x-selection-value): Handle it.
13594         (x-cut-buffer-or-selection-value): New alias.
13596 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13598         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
13599         entry to avoid calling bibtex-find-entry with arg global
13600         being t.  Remove arg key.
13601         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
13602         (bibtex-copy-summary-as-kill): Change accordingly.
13604 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13606         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
13607         (org-agenda-date-later): Use with-current-buffer.
13609 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
13611         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
13612         (define-obsolete-variable-alias): Doc Fixes.
13614 2005-05-06  Kim F. Storm  <storm@cua.dk>
13616         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
13617         vertical-motion when selective-display is active.
13619         * ido.el (ido-setup-hook): New hook.
13620         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
13621         (ido-input-stack): New var.
13622         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
13623         ido-next-work-file binding to M-O.
13624         Bind M-f to ido-wide-find-file-or-pop-dir.
13625         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
13626         (ido-read-internal): Run ido-setup-hook.
13627         Catch quit in read-file-name and read-string to cancel edit.
13628         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
13629         Automatically pop-all when completing a directory name (RET).
13630         (ido-file-internal): Add with-no-warnings around ffap and dired code.
13631         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
13632         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
13633         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
13634         New functions for M-b/M-f to move among the directory components.
13635         (ido-make-merged-file-list): Catch quit to cancel merge.
13636         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
13637         (ido-completion-help): No warnings for ido-completion-buffer-full.
13639 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
13641         * font-lock.el (font-lock-negation-char-face): New face and variable.
13642         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
13643         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
13644         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
13645         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
13647 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
13649         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
13650         Fix typo in docstring.
13652         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
13653         (ebrowse-print-statistics-line)
13654         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
13656         * term/w32-win.el (image-library-alist): Add additional name for
13657         Xpm library.
13659 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
13661         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
13662         use gcc instead of cpp.
13664         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
13665         (gdb-create-define-alist): Use it.
13666         (gdb-cpp-define-alist-program): Update for MS-DOS.
13668 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
13670         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
13672 2005-05-04  Richard M. Stallman  <rms@gnu.org>
13674         * help.el (describe-key): No error when UNTRANSLATED is nil.
13676         * simple.el (line-move-1): Fix previous change to signal errors
13677         appropriately.
13679 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
13681         * calendar/icalendar.el (icalendar-version): Now at 0.12.
13682         (icalendar-duration-correction): Remove.
13683         (icalendar--get-event-properties): Split result at commas.
13684         (icalendar--decode-isoduration): New optional argument
13685         DURATION-CORRECTION.
13686         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
13687         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
13688         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
13689         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
13690         (icalendar--convert-anniversary-to-ical): New functions, extracted
13691         from icalendar-export-region, with bug fixes.
13692         (icalendar-export-region): Use the above functions.
13693         (icalendar-import-buffer): Check before saving diary file.
13694         (icalendar--convert-recurring-to-diary)
13695         (icalendar--convert-non-recurring-all-day-to-diary)
13696         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
13697         extracted from icalendar--convert-ical-to-diary, with bug fixes.
13698         (icalendar--convert-ical-to-diary): Use the above functions.
13700 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
13702         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
13703         Remove these recent additions.
13704         (c-mode): Restore to before 2005-04-28.
13706         * progmodes/cc-vars.el (cc-define-list-program): Remove this
13707         recent addition.
13709         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
13710         (gdb-define-alist): New variables.
13711         (gdb-create-define-alist): New function.
13712         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
13713         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
13714         with string-to-number.
13715         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
13717         * progmodes/gud.el: Replace string-to-int with string-to-number.
13718         (gud-find-file): Handle gdb-define-alist.
13720         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
13722 2005-05-02  Jay Belanger  <belanger@truman.edu>
13724         * calc/calc-aent.el (math-read-token):
13725         * calc/calc-bin.el (calc-word-size):
13726         * calc/calc-ext.el (calc-read-number-fancy):
13727         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
13728         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
13729         * calc/calc-frac.el (calc-over-notation):
13730         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
13731         (calc-graph-num-points, calc-graph-init):
13732         * calc/calc-prog.el (calc-read-parse-table-part)
13733         (calc-edit-macro-repeats):
13734         * calc/calc-yank.el (calc-do-grab-rectangle):
13735         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
13736         Replace `string-to-int' by `string-to-number'.
13738 2005-05-02  Kim F. Storm  <storm@cua.dk>
13740         * kmacro.el: Use executing-kbd-macro-index variable.
13742 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
13744         * net/rlogin.el (rlogin-parse-words): Delete func.
13745         (rlogin): Use split-string, not rlogin-parse-words.
13746         Also, if there are option-like elements in the parsed args,
13747         take the host to be the first arg immediately following them.
13748         Suggested by Michael Mauger.
13750 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
13752         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
13754 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
13756         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
13757         (cc-mode-cpp-program): Rename to cc-define-list-program and
13758         move to cc-vars.el.
13760         * progmodes/cc-vars.el (cc-define-list-program):
13761         Change to "gcc -E -dM -".  Make customizable.
13763 2005-05-02  Kim F. Storm  <storm@cua.dk>
13765         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
13767 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
13769         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
13771         * international/mule-util.el (truncate-string): Remove alias and
13772         obsolete declaration.
13774         * international/mule-cmds.el (update-iso-coding-systems):
13775         Remove alias and obsolete declaration.
13777         * international/mule.el (coding-system-parent): Remove alias and
13778         obsolete declaration.
13780         * subr.el (define-function, sref): Remove aliases and obsolete
13781         declarations.
13782         (chars-in-region): Remove obsolete declaration.
13784 2005-05-01  Richard M. Stallman  <rms@gnu.org>
13786         * info.el (Info-mode): Set widen-automatically to nil, locally.
13788         * simple.el (widen-automatically): New variable.
13789         (pop-global-mark): Obey widen-automatically.
13791 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
13793         * term/xterm.el (function-key-map): Call substitute-key-definition
13794         before the keymap size is increased by a lot of define-key calls.
13796 2005-05-01  Richard M. Stallman  <rms@gnu.org>
13798         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
13799         Rename ARG to ELEMENT.  Doc fix.
13801 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
13803         * allout.el (allout-exposure): Remove macro and obsolete declaration.
13804         Remove references to allout-exposure/change to allout-new-exposure.
13806         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
13807         bytecode symbols.
13809         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
13810         (compiled-function-p, focus-frame, unfocus-frame):
13811         Remove aliases and obsolete declarations.
13812         Back out inadvertent changes from previous commit.
13814 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
13816         * files.el (require-final-newline): Make Custom tags consistent
13817         with mode-require-final-newline.
13818         (mode-require-final-newline): Doc fix.
13820 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
13822         * international/latexenc.el (latexenc-find-file-coding-system):
13823         Fix regular expressions.
13825 2005-05-01  David Kastrup <dak@gnu.org>
13827         * international/latexenc.el (latexenc-find-file-coding-system):
13828         Fix regular expressions.
13830 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
13832         * subr.el (string-to-int): Make obsolete.
13834 2005-04-30  Richard M. Stallman  <rms@gnu.org>
13836         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
13838         * loadup.el: load jka-comp-hook.
13840         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
13841         (jka-compr-handler): Add autoload.  `put' calls moved
13842         to jka-comp-hook.el.
13843         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
13844         (jka-compr-inhibit): Autoload.
13846         * jka-comp-hook.el: New file.
13847         Enable the mode by default.
13849         * files.el (backup-buffer-copy): Use copy-file instead
13850         of write-region, and put back the 'excl.
13852 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
13854         * progmodes/flymake.el (flymake-split-string)
13855         (flymake-split-string, flymake-log, flymake-pid-to-names)
13856         (flymake-reg-names, flymake-get-source-buffer-name)
13857         (flymake-unreg-names, flymake-add-line-err-info)
13858         (flymake-add-err-info): Clarify docstrings.
13859         (flymake-popup-menu, flymake-make-emacs-menu)
13860         (flymake-make-xemacs-menu): Add docstrings.
13861         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
13862         Set variables directly throughout.
13864 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
13866         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
13867         exists.  Initialize cc-define-alist.
13868         (c-mode): Add cc-create-define-alist locally to after-save-hook.
13869         If there is no file (Macroexpansion) don't create an alist.
13871 2005-04-29  Sam Steingold  <sds@gnu.org>
13873         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
13874         (cc-create-define-alist): Use it instead of the hard-coded string.
13876 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13878         * international/mule-conf.el (file-coding-system-alist): Fix regexp
13879         for latexenc.
13881 2005-04-29  Lute Kamstra  <lute@gnu.org>
13883         * emacs-lisp/generic.el: Improve commentary section.
13884         (define-generic-mode): Improve docstring.
13886 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
13888         * textmodes/org.el (many places): Change to quiet the byte compiler.
13889         (org-prefix-format-compiled): New variable.
13890         (org-compile-prefix-format): New function.
13891         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
13892         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
13893         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
13894         (org-get-entries-from-diary): Use `org-get-time-of-day' for
13895         consistency with entries from `org-mode' files.
13896         (org-get-time-of-day): Fix bug with partial matches early in a line.
13897         (org-non-link-chars): New constant.
13898         (org-link-regexp): Respect `org-non-link-chars'.
13899         (org-agenda-day-view): Remove command.
13900         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
13901         (org-follow-bbdb-link, org-store-link): Search also company field.
13902         (org-highlight-overlay): New variable.
13903         (org-highlight, org-unhighlight): New functions.
13904         (org-agenda-mode): Add pre-command-hook to remove highlight.
13905         (org-evaluate-time-range): Behavior depends upon whether time stamp
13906         contains a time or not.
13907         (org-show-subtree, org-show-entry): New functions.
13908         (org-agenda-cleanup-fancy-diary): Remove empty lines.
13910 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
13912         * comint.el (comint-output-filter-functions): Add autoload cookie.
13914 2005-04-28  Kim F. Storm  <storm@cua.dk>
13916         * ido.el (ido-everywhere): Fix last change.
13918 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
13920         * international/latexenc.el: New file.
13921         * international/mule-conf.el (file-coding-system-alist): For .tex,
13922         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
13924 2005-04-28  Lute Kamstra  <lute@gnu.org>
13926         * font-lock.el (font-lock-add-keywords)
13927         (font-lock-remove-keywords): Clarify docstring.
13928         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
13929         Don't start docstrings with a `*'.
13930         (font-lock-update-removed-keyword-alist): Give it a docstring.
13932         * generic-x.el: Update commentary section.
13933         Only require font-lock when compiling.
13934         Define all modes conditionally.
13935         Place all generic modes in the generic-x-modes customization group.
13936         (generic-x-modes): New customization group.
13937         (generic-default-modes, generic-mswindows-modes)
13938         (generic-unix-modes, generic-other-modes): New constants.
13939         (generic-define-mswindows-modes, generic-define-unix-modes):
13940         Update docstrings.  Make them obsolete.
13941         (generic-extras-enable-list): New default value.  Update docstring.
13942         Improve :type.  Change :set function.
13943         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
13944         Fix docstring.
13946         * emacs-lisp/generic.el (generic-mode-internal):
13947         Simplify font-lock-defaults.
13948         (define-generic-mode): Fix docstring.
13950 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13952         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
13953         font-lock-face property to highlight matches.
13955 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
13957         * progmodes/cc-mode.el (cc-create-define-alist): New function.
13958         (cc-define-alist): New variable.
13959         (c-mode): Make it local and initialize it.
13961         * progmodes/gdb-ui.el (gdb-active-process): New variable.
13962         (gdb-exited): New function.
13963         (gdb-annotation-rules): Use it.
13964         (gdb-starting): Set gdb-active-process to t.
13965         (gdb-stopping): Amend doc string.
13966         (gdb-reset): Set gdb-active-process to nil.
13968         * tooltip.el (tooltip-gud-tips): Show the associated #define
13969         directives when a C program under GDB is not executing.
13971 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13973         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
13974         font-lock-fontify-syntactic-keywords.
13976         * font-lock.el (font-lock-default-fontify-region): Don't force
13977         parse-sexp-lookup-properties to nil.
13979 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
13981         * man.el (man-mode-syntax-table): Set up `:' to have
13982         word-constituent syntax.
13984 2005-04-27  Lute Kamstra  <lute@gnu.org>
13986         * novice.el (disable-command): Don't add spurious newlines to the
13987         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
13989 2005-04-26  Jay Belanger  <belanger@truman.edu>
13991         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
13992         than one window before deleting window.
13994 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
13996         * shell.el (shell-prompt-pattern): Doc fix.
13997         (shell-mode): Set paragraph-separate buffer locally to "\\'".
13999         * comint.el (comint-prompt-regexp, comint-get-old-input)
14000         (comint-use-prompt-regexp)
14001         (comint-use-prompt-regexp-instead-of-fields)
14002         (comint-replace-by-expanded-history, comint-send-input)
14003         (comint-output-filter, comint-get-old-input-default)
14004         (comint-line-beginning-position, comint-bol, comint-show-output)
14005         (comint-backward-matching-input, comint-forward-matching-input)
14006         (comint-next-prompt, comint-previous-prompt):
14007         Rename `comint-use-prompt-regexp-instead-of-fields' to
14008         `comint-use-prompt-regexp'.  Keep old name as alias and declare
14009         obsolete.
14010         (comint-use-prompt-regexp): Shorten first line of doc string.
14012         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
14013         Set paragraph-separate buffer locally to "\\'".
14015         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
14016         Adapt to above name change.
14018         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
14019         (smbclient-prompt-regexp): Ditto.
14021         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
14023 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
14025         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
14026         gdb-location-list.
14027         Break lines that are over 80 characters wide.
14029 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14031         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
14032         New fun and var, to preserve compatibility.
14034         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
14036 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
14038         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
14039         name to file-newer-than-file-p.
14041 2005-04-26  Richard M. Stallman  <rms@gnu.org>
14043         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
14045         * progmodes/python.el (python-mode):
14046         Use new name eldoc-documentation-function.
14048         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
14050         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
14051         (eldoc-documentation-function):
14052         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
14054 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
14056         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
14058 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
14060         * term/xterm.el (function-key-map): Fix strings for
14061         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
14062         {C,S,A,C-S}-{f1-f12}.
14064 2005-04-26  Kenichi Handa  <handa@m17n.org>
14066         * international/mule-cmds.el (select-safe-coding-system):
14067         Fix previous change.
14069 2005-04-26  Lute Kamstra  <lute@gnu.org>
14071         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
14073         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
14074         (font-lock-comment-delimiter-face): Ditto.
14076         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
14078 2005-04-25  Jay Belanger  <belanger@truman.edu>
14080         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
14081         to t while inserting information; use help-mode.
14083 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
14085         * term.el (ansi-term-color-vector): Use the xterm colors.
14086         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
14088 2005-04-25  Lute Kamstra  <lute@gnu.org>
14090         * font-core.el (font-lock-defaults): Fix docstring.
14092         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
14094 2005-04-25  Kenichi Handa  <handa@m17n.org>
14096         * international/mule-cmds.el (select-safe-coding-system):
14097         Don't check consistency with coding: spec, etc if raw-text or
14098         no-conversion was found to be safe.
14100 2005-04-24  Richard M. Stallman  <rms@gnu.org>
14102         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
14103         citation markers at start of each line.
14105         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
14106         citation markers at start of each line.
14108         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
14110         * files.el (mode-require-final-newline): Fix previous change.
14111         (require-final-newline): Fix type label.
14113 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
14115         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
14116         statement in buffer (broken by 2004-11-24 change).
14118 2005-04-24  Kim F. Storm  <storm@cua.dk>
14120         * ido.el (ido-everywhere): Save and restore old read-buffer-function
14121         and read-file-name-function values.  Don't overwrite existing
14122         non-nil values if ido-mode is enabled without ido-everywhere.
14124 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
14126         * files.el (mode-require-final-newline): Minor doc fix.
14128 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
14130         * subr.el (syntax-after): Doc fix.
14131         (syntax-class): If argument is nil, return nil.  Mask off upper 16
14132         bits, not 8 bits.
14134         * files.el (mode-require-final-newline): Doc fix.
14135         (backup-buffer-copy): Fix last change.
14137 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14139         * term/mac-win.el: Require select.  Set selection-coding-system to
14140         mac-system-coding-system.  Call menu-bar-enable-clipboard.
14141         (x-last-selected-text-clipboard, x-last-selected-text-primary)
14142         (x-select-enable-clipboard): New variables.
14143         (x-select-text, x-get-selection, x-selection-value)
14144         (x-get-selection-value, mac-select-convert-to-string)
14145         (mac-services-open-file, mac-services-open-selection)
14146         (mac-services-insert-text): New functions.
14147         (CLIPBOARD, FIND): Put mac-scrap-name property.
14148         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
14149         (public.tiff): Put mac-ostype property.
14150         (selection-converter-alist): Add entries for them.
14151         (mac-application-menu-map): New keymap.
14152         (interprogram-cut-function, interprogram-paste-function): Set to
14153         x-select-text and x-get-selection-value, respectively.
14154         (split-window-keep-point): Set to t.
14156 2005-04-23  Richard M. Stallman  <rms@gnu.org>
14158         * files.el (read-directory-name): Always pass non-nil
14159         DEFAULT-FILENAME arg to read-file-name.
14160         (backup-buffer-copy, basic-save-buffer-2): Take care against
14161         writing thru an unexpected existing symlink.
14162         (revert-buffer): In indirect buffer, revert the base buffer.
14163         (magic-mode-alist): Doc fix.
14164         (buffer-stale-function): Doc fix.
14165         (minibuffer-with-setup-hook): Avoid warning.
14166         (mode-require-final-newline): Doc and custom fix.
14168         * follow.el (follow-end-of-buffer): Use with-no-warnings.
14170         * font-lock.el (font-lock-comment-face): On terminals with few colors,
14171         use the default appearance.
14172         (font-lock-comment-delimiter-face): New face, new variable.
14174         * imenu.el (imenu--generic-function): The official position of a
14175         definition is the start of the line that BEG is in.
14177         * midnight.el (midnight-timer): Move defvar up.
14179         * mouse.el (mouse-drag-region-1): Delete some debugging code.
14181         * saveplace.el (save-place-to-alist): Use with-no-warnings.
14183         * startup.el (command-line): Use with-no-warnings.
14185         * window.el (window-size-fixed): New defvar.
14187         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
14189         * mail/rmail.el (rmail-font-lock-keywords):
14190         Use font-lock-comment-delimiter-face.
14192         * mail/sendmail.el (mail-font-lock-keywords):
14193         Use font-lock-comment-delimiter-face.
14195         * progmodes/compile.el (next-error-highlight-timer): New defvar.
14197 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
14199         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14200         Specify t for LAXMATCH when matching directories.
14201         Save match data around compilation-compat-error-properties form.
14203 2005-04-23  David Kastrup  <dak@gnu.org>
14205         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
14206         Mention that the autoloaded aliases should be kept for AUCTeX.
14208 2005-04-23  Andreas Schwab  <schwab@suse.de>
14210         * isearch.el (isearch-forward): Doc fix.
14212 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
14214         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
14215         (jit-lock-stealth-nice): Change default value to 0.5.
14217 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
14219         * abbrev.el (write-abbrev-file): Write table entries in
14220         alphabetical order by table name.
14222 2005-04-22  Kim F. Storm  <storm@cua.dk>
14224         * ido.el (ido-read-internal): Fix `list' completion.
14226 2005-04-22  Kenichi Handa  <handa@m17n.org>
14228         * recentf.el (recentf-save-file-coding-system): New variable.
14229         (recentf-save-list): Encode the file by
14230         recentf-save-file-coding-system and add coding: tag.
14232 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
14234         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
14236 2005-04-21  Lute Kamstra  <lute@gnu.org>
14238         * loadhist.el (unload-feature): Don't remove a function from hooks
14239         if it is about to be restored to an autoload .  Remove functions
14240         that will become unbound from auto-mode-alist.  Simplify the code.
14242         * subr.el (assq-delete-all): New implementation that is linear,
14243         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
14244         (rassq-delete-all): New function.
14246         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
14247         Add size-indication-mode.
14249 2005-04-21  Kenichi Handa  <handa@m17n.org>
14251         * international/mule-cmds.el: Add autoload for widget-value in
14252         eval-when-compile.
14254 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
14256         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
14257         Add tooltip-mode.
14259         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
14261 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
14263         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
14264         (inferior-lisp-filter-regexp, inferior-lisp-program)
14265         (inferior-lisp-load-command, inferior-lisp-prompt)
14266         (inferior-lisp-mode-hook, lisp-source-modes)
14267         (inferior-lisp-load-hook): defvar->defcustom.
14268         (inferior-lisp-program, inferior-lisp-prompt)
14269         (inferior-lisp-load-hook): Doc fixes.
14270         (inferior-lisp-install-letter-bindings): Small change in
14271         introductory comment.
14273 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
14275         * vc.el (vc-annotate-color-map): Change some colors so that text
14276         using them as foreground is readable on both white and black
14277         backgrounds.
14279 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14281         * international/mule-conf.el (translation-table-for-input):
14282         Remove redundant declaration.
14284 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
14286         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
14288         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
14289         (tooltip-toggle-gud-tips): New function.
14291 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14293         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
14294         right angle brackets.
14296 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
14298         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
14300 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14302         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
14303         Remove.  Update callers to use expand-file-name instead.
14305         * subr.el (syntax-class): New function.
14307         * simple.el (blink-matching-open): Use it.
14309         * paren.el (show-paren-function): Use it to recognize parens that are
14310         also used in 2-char comment markers.
14312 2005-04-19  Lute Kamstra  <lute@gnu.org>
14314         * loadhist.el (unload-feature): Update for new format of
14315         load-history.  Simplify the code.
14317 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14319         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
14320         (mac-add-charset-info): New function.  Initialize variable
14321         mac-charset-info-alist using it.
14322         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
14323         for translation.
14324         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
14325         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
14326         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
14327         New CCL programs.
14329 2005-04-19  Kim F. Storm  <storm@cua.dk>
14331         * simple.el (next-buffer, prev-buffer, next-error)
14332         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
14333         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
14335         * bindings.el (next-buffer, prev-buffer, next-error)
14336         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
14337         (clone-indirect-buffer-other-window): Move bindings from simple.el.
14338         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
14339         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
14341 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14343         * isearch.el (isearch-edit-string): Make the search-ring available for
14344         minibuffer history commands.
14345         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
14346         the default history commands now work just as well.
14347         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
14349 2005-04-18  Kim F. Storm  <storm@cua.dk>
14351         * emulation/cua-base.el (cua--pre-command-handler): Add more
14352         elaborate check for shift modifier on non-window systems.
14354 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
14356         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
14358 2005-04-18  Kim F. Storm  <storm@cua.dk>
14360         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
14361         and make it optional.  Don't test tooltip-gud-echo-area here.
14362         (tooltip-gud-process-output, gdb-tooltip-print):
14363         Pass tooltip-gud-echo-area to tooltip-show.
14364         (tooltip-help-tips): Remove second optional arg to tooltip-show.
14366 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14368         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
14369         `display-graphic-p' may not be bound yet.
14371 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
14373         * startup.el (command-line): No longer enable Xterm Mouse mode by
14374         default in terminals compatible with xterm.
14376         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
14378 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
14380         * tooltip.el (tooltip-gud-echo-area): Rename from
14381         tooltip-use-echo-area.
14382         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
14383         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
14384         area independently of where help tooltips are displayed.
14386 2005-04-17  David Kastrup  <dak@gnu.org>
14388         * cus-theme.el (custom-theme-write-variables): Quote variables
14389         where necessary.
14391 2005-04-17  Richard M. Stallman  <rms@gnu.org>
14393         * simple.el (yank-excluded-properties): Add follow-link to value.
14395         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
14397         * startup.el (fancy-splash-max-time): Just 30 seconds.
14398         (fancy-splash-delay): Just 7.
14399         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
14401         * loadhist.el (unload-feature): Update for new format of load-history.
14402         Simplify the code.
14404         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
14405         (rmail-font-lock-keywords): Don't fontify the text of a citation.
14407         * mail/sendmail.el (mail-font-lock-keywords):
14408         Don't fontify subject text.
14409         Don't fontify the text of a citation.
14411 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
14413         * comint.el (comint-output-filter): Run comint-output-filter-functions
14414         with point where the user had it.
14416 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14418         * international/ucs-tables.el (ucs-set-table-for-input):
14419         Disable when using unify-on-decoding.
14421 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
14423         * emulation/cua-base.el (cua-global-mark-face): Add special case
14424         for displays supporting a high number of colors.
14426 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
14428         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
14430 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
14432         * filesets.el (filesets-add-buffer): If user supplies a name of a
14433         non-existing fileset, create a new fileset.
14435 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
14437         * textmodes/org.el (org-up-heading-all): Fix bug with
14438         `outline-up-heading-all'.
14440 2005-04-16  Andreas Schwab  <schwab@suse.de>
14442         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
14443         /etc/permissions.d/* and /etc/aliases.d/*.
14445 2005-04-16  Kenichi Handa  <handa@m17n.org>
14447         * international/code-pages.el (cp-make-coding-system):
14448         Set `translation-table-for-input' property value to the symbol
14449         ucs-mule-to-mule-unicode, not to that value.
14450         (pt154): Escape guillemet by `\'.
14452 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
14454         * loadup.el: Load tooltip if x-show-tip is fboundp.
14456         * startup.el (command-line): Add comment.
14458         * tooltip.el (tooltip-mode): Specify correct standard value for
14459         Custom in init-value.
14461 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
14463         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
14464         possible.
14466 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
14468         * textmodes/org.el (org-agenda-date-prompt): Rename from
14469         `org-agenda-date-today'.
14470         (org-evaluate-time-range): Insert at point instead of directly
14471         after time range.
14472         (org-first-headline-recenter, org-subtree-end-visible-p)
14473         (org-optimize-window-after-visibility-change): New functions
14474         (org-agenda-post-command-hook): Don't allow point at end of line,
14475         to make sure it always hits the text properties.
14476         (org-agenda-next-date-line, org-agenda-previous-date-line):
14477         New commands.
14478         (org-set-regexps-and-options): Category may contain white space.
14479         (org-agenda-get-deadlines, org-agenda-get-scheduled):
14480         Improve marker positions.
14481         (org-agenda-new-marker): Argument POS made optional.
14482         (org-agenda-get-timestamps): Deadlines which are done are listed
14483         in org-done-face now.
14484         (org-agenda-get-todos, org-agenda-get-timestamps)
14485         (org-agenda-get-deadlines, org-agenda-get-scheduled):
14486         Set `undone-face' and `done-face' properties.
14487         (org-last-todo-state-is-todo): New variable.
14488         (org-todo): Set `org-last-todo-state-is-todo'.
14489         (org-agenda-todo): Change face according to
14490         `org-last-todo-state-is-todo'.  And change other lines referring to
14491         the same entry.
14492         (org-calendar-goto-agenda): New command.
14493         (org-calendar-to-agenda-key): New option.
14494         (org-startup-folded): New allowed value `content'.
14495         (org-set-regexps-and-options): Accept new value `content' for
14496         `org-startup-folded'.
14497         (org-get-current-options): Handle new value `content' for
14498         `org-startup-folded'.
14499         (org-insert-todo-heading): New command.
14500         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
14501         interactively in empty file and option
14502         `org-insert-mode-line-in-empty-file' has been set.
14503         (org-agenda-todo,org-agenda-priority): Modify to use
14504         `org-agenda-change-all-lines'.
14505         (org-warning-face): Change color on dark background
14507 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14509         * international/mule-cmds.el (set-locale-environment): On Mac OS,
14510         use preferences AppleLocale and AppleLanguages, and variable
14511         mac-system-locale for default locale.  On Mac OS Classic, use
14512         mac-system-coding-system for default coding systems.
14514         * term/mac-win.el: Don't set file-name-coding-system.
14515         Decode variables system-name, emacs-build-system, user-login-name, and
14516         user-full-name by mac-system-coding-system on Mac OS Classic.
14517         (mac-system-coding-system): New variable.
14519 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
14521         * startup.el (command-line): Handle `xterm-mouse-mode' before
14522         reading init file.
14524         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
14526 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
14528         * progmodes/sh-script.el (sh-here-document-word): Make it a
14529         defcustom.  Doc fix.
14530         (sh-add): Bash uses $(( )) for arithmetic.
14531         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
14532         (sh-maybe-here-document): Remove quotes and leading whitespace
14533         from heredoc word when closing.  Indent heredoc with tabs if word
14534         starts with "-".
14536 2005-04-13  Richard M. Stallman  <rms@gnu.org>
14538         * simple.el (undo): Fix previous change.
14540         * custom.el (defface): Doc fix.
14542 2005-04-13  Lute Kamstra  <lute@gnu.org>
14544         * Makefile.in (DONTCOMPILE): Remove list.
14545         (compile, compile-always): Don't use DONTCOMPILE.
14546         (update-authors): Load the library in which batch-update-authors
14547         is defined.
14548         * makefile.w32-in (DONTCOMPILE): Remove list.
14549         (compile, compile-always): Fix comments.
14550         (update-authors): Load the library in which batch-update-authors
14551         is defined.
14553         * generic-x.el (generic-mode-ini-file-find-file-hook):
14554         Rename to ini-generic-mode-find-file-hook.
14555         Keep generic-mode-ini-file-find-file-hook as an alias.
14556         (ini-generic-mode-find-file-hook): Rename from
14557         generic-mode-ini-file-find-file-hook.  Fix docstring.
14558         (ini-generic-mode): Docstring change.
14559         (bat-generic-mode-run-as-comint): Silence the byte compiler.
14561         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
14562         called from lisp.
14564         * generic.el: Move to the emacs-lisp subdir.
14566 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
14568         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
14569         and C-S- function and cursor motion keys.
14571 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
14573         * startup.el (command-line): Enable Xterm Mouse mode by default.
14574         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
14575         for Custom.  No longer show "Mouse" in mode line when enabled.
14576         Doc fix.
14578 2005-04-12  Kim F. Storm  <storm@cua.dk>
14580         * emulation/cua-base.el (cua-rectangle-face)
14581         (cua-rectangle-noselect-face): Define face attributes here.
14583         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
14585 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14587         * startup.el (command-line): Turn off blinking cursor if
14588         cursorBlink in resources is off or false.
14590 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14592         * term/mac-win.el (dnd): Require dnd.
14593         (mac-drag-n-drop): Call dnd-handle-one-url.
14594         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
14595         (kTextEncodingISOLatin2): Remove constants.
14596         (mac-script-code-coding-systems): New constant.
14597         (mac-handle-language-change): New function.
14598         (special-event-map): Bind it to `language-change' event.
14599         (mac-centraleurroman, mac-cyrillic): New coding systems.
14600         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
14601         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
14602         and mac-cyrillic-encoder to encode-mac-centraleurroman and
14603         encode-mac-cyrillic, respectively.
14605 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
14607         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
14608         Don't set overlay-arrow-string to "=>" as this is done
14609         globally in C now.
14611 2005-04-12  Lute Kamstra  <lute@gnu.org>
14613         * generic-x.el (rc-generic-mode, rul-generic-mode):
14614         Fix auto-mode-alist entries.
14615         (etc-fstab-generic-mode): Tweak fontification.
14617         * generic.el (generic-make-keywords-list): Fix docstring.
14618         (generic-mode-internal): Simplify generic-font-lock-keywords.
14620 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
14622         * whitespace.el (whitespace-buffer-leading)
14623         (whitespace-buffer-trailing): Revert the incorrect test inversion.
14624         However, fix the highlight area for the leading and
14625         trailing whitespaces to show space.
14627 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
14629         * whitespace.el (whitespace-version): Bump to 3.5
14631         (whitespace-buffer-leading, whitespace-buffer-trailing):
14632         Invert sense of the test to highlight the whitespace.
14634 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
14636         * progmodes/gud.el (gud-display-line): GUD uses its own
14637         overlay arrow now so don't set overlay-arrow-string.
14638         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
14640 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
14642         * term.el (term-ansi-current-bold, term-ansi-current-underline)
14643         (term-ansi-current-reverse, term-ansi-current-invisible)
14644         (term-ansi-face-already-done): Change to boolean.
14645         (term-reset-terminal, term-handle-colors-array): Handle the above
14646         vars accordingly.
14647         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
14648         (term-emulate-terminal): Use the new name.
14650         * faces.el (secondary-selection): Use yellow1, not yellow.
14651         (trailing-whitespace): Use red1, not red.
14653 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14655         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
14656         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
14657         (dired-dnd-handle-file): Call dnd-get-local-file-uri
14659         * cus-edit.el (dnd): New group.
14661         * term/w32-win.el (dnd): Require dnd
14662         (w32-drag-n-drop): Call dnd-handle-one-url.
14664         * x-dnd.el: Require dnd.
14665         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
14666         Call dnd-handle-one-url.
14667         (x-dnd-types-alist, x-dnd-insert-utf8-text)
14668         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
14669         to dnd-insert-text.
14670         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
14671         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
14672         (x-dnd-get-local-file-name, x-dnd-open-local-file)
14673         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
14675         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
14677 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
14679         * wdired.el: Doc fixes.
14680         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
14681         (wdired-use-dired-vertical-movement): Rename from
14682         wdired-always-move-to-filename-beginning.
14683         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
14684         (wdired-change-to-wdired-mode): Change mode name.
14685         (wdired-newline): Delete.
14687 2005-04-11  Richard M. Stallman  <rms@gnu.org>
14689         * whitespace.el (whitespace-highlight-the-space):
14690         Don't call whitespace-unhighlight-the-space here.
14692         * simple.el (undo): Record t in undo-equiv-table
14693         for the redo record made by an undo-in-region.
14695 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
14697         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
14698         (gdb-frame-inferior-io-buffer): New Functions to control
14699         display of separate IO buffer.
14700         (menu): Add them to menu-bar.
14701         (gdb-display-buffer): Check for buffer another frame.
14702         Protect GUD buffer.
14703         (gdb-setup-windows): Create IO buffer if not already there.
14704         (gdb-memory-mode): Remove purecopy noops.
14706 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
14708         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
14709         and pass to self-insert-command.
14711 2005-04-11  Lute Kamstra  <lute@gnu.org>
14713         * generic.el: Commentary section cleanup.
14714         (generic): Delete.
14715         (generic-use-find-file-hook, generic-lines-to-scan)
14716         (generic-find-file-regexp, generic-ignore-files-regexp)
14717         (default-generic-mode, generic-mode-find-file-hook)
14718         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
14719         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
14720         (generic-use-find-file-hook, generic-lines-to-scan)
14721         (generic-find-file-regexp, generic-ignore-files-regexp)
14722         (default-generic-mode, generic-mode-find-file-hook)
14723         (generic-mode-ini-file-find-file-hook): Move from generic.el.
14725 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
14727         * bookmark.el (bookmark-write-file): Catch errors writing file.
14728         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
14730 2005-04-10  Richard M. Stallman  <rms@gnu.org>
14732         * startup.el (fancy-splash-tail): Update copyright year.
14733         (command-line): Split part of -Q into -D.
14734         (emacs-basic-display): New defvar.
14735         (fancy-splash-text): Correct name of menu item.
14737         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
14739         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
14740         lines in one node.
14742         * comint.el (comint-send-input): New arg ARTIFICIAL.
14743         Callers in this file changed.
14745         * abbrev.el (define-abbrevs): Read system abbrevs properly.
14747         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
14749 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
14751         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
14752         `ldap-search-internal'.
14754 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14756         * files.el (set-auto-mode-1): Use line-end-position.
14758         * international/latin-1.el:
14759         * international/latin-2.el:
14760         * international/latin-3.el:
14761         * international/latin-4.el:
14762         * international/latin-5.el:
14763         * international/latin-8.el:
14764         * international/latin-9.el: Give punctuation syntax to NBSP.
14766         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
14767         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
14768         Use char-classes to accept non-ascii letters, accepted in some recent
14769         bibtex implementations.
14771 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
14773         * custom.el (custom-set-minor-mode): Any non-nil value for the
14774         variable should enable the mode when set through Custom.
14776 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14778         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
14779         TAB binding so tab-always-indent is obeyed.
14780         (vhdl-minibuffer-local-map): Move initialization into declaration.
14781         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
14782         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
14783         (vhdl-hooked-abbrev): Avoid test for XEmacs.
14784         (vhdl-current-line): Use line-beginning-position.
14785         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
14786         with-output-to-temp-buffer, so the current position can be recorded.
14788 2005-04-10  Masatake YAMATO  <jet@gyve.org>
14790         * progmodes/compile.el (compilation-error-regexp-alist-alist):
14791         Add regexp for gcov.
14793 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14795         * calendar/time-date.el (time-to-seconds, seconds-to-time)
14796         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
14797         syntax which Emacs 20 doesn't support.
14799 2005-04-09  Richard M. Stallman  <rms@gnu.org>
14801         * help.el (describe-key-briefly, describe-key):
14802         Replace strings as event types with "(any string)".
14804 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14806         * arc-mode.el (archive-mode-map): Move initialization into
14807         the declaration.  Override *all* bindings of `undo'.
14808         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
14810 2005-04-09  Jay Belanger  <belanger@truman.edu>
14812         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
14814 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
14816         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
14817         (xterm-register-default-colors): Update color values computation
14818         to match xterm-200.
14820 2005-04-09  Kenichi Handa  <handa@m17n.org>
14822         * international/code-pages.el (iso-latin-7): Fix the map.
14824 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
14826         * emacs-lisp/lisp.el (defun-prompt-regexp)
14827         (parens-require-spaces, buffer-end, end-of-defun)
14828         (insert-parentheses): Doc fixes.
14830 2005-04-08  Kim F. Storm  <storm@cua.dk>
14832         * comint.el (comint-highlight-prompt): Fix face spec.
14833         * hi-lock.el (hi-green): Likewise.
14835 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
14837         * cus-edit.el (custom-modified-face):
14838         * comint.el (comint-highlight-input): Fix previous changes.
14839         * term.el (term-handle-ansi-escape): Add a comment.
14841 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14843         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
14844         in the buffer and in whitespace-highlighted-space.
14845         (whitespace-unhighlight-the-space): Simplify.
14846         (whitespace-buffer): Simplify.
14848 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
14850         * textmodes/table.el (table-cell-face): Add special case for
14851         displays supporting a high number of colors.
14852         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
14853         (vhdl-font-lock-reserved-words-face)
14854         (vhdl-speedbar-architecture-face)
14855         (vhdl-speedbar-instantiation-face)
14856         (vhdl-speedbar-architecture-selected-face)
14857         (vhdl-speedbar-instantiation-selected-face): Likewise.
14858         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
14859         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
14860         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14861         (ebrowse-root-class-face, ebrowse-member-attribute-face)
14862         (ebrowse-progress-face): Likewise.
14863         * progmodes/compile.el (compilation-info-face): Likewise.
14864         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
14865         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
14866         * calendar/calendar.el (diary-face): Likewise.
14867         * woman.el (woman-italic-face, woman-bold-face)
14868         (woman-unknown-face): Likewise.
14869         * wid-edit.el (widget-button-pressed-face): Likewise.
14870         * whitespace.el (whitespace-highlight-face): Likewise.
14871         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
14872         * pcvs-info.el (cvs-marked-face): Likewise.
14873         * info.el (info-xref): Likewise.
14874         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
14875         * hilit-chg.el (highlight-changes-face)
14876         (highlight-changes-delete-face): Likewise.
14877         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
14878         (hi-red-b): Likewise.
14879         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
14880         * font-lock.el (font-lock-keyword-face)
14881         (font-lock-function-name-face, font-lock-warning-face): Likewise.
14882         * cus-edit.el (custom-invalid-face, custom-modified-face)
14883         (custom-set-face, custom-changed-face, custom-variable-tag-face)
14884         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
14885         * comint.el (comint-highlight-prompt): Likewise.
14887 2005-04-08  Lute Kamstra  <lute@gnu.org>
14889         * font-lock.el (font-lock-keywords): Docstring fixes.
14891 2005-04-08  Kenichi Handa  <handa@m17n.org>
14893         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
14894         chars are more than a limit, print " and more..." at the tail.
14896 2005-04-08  Kim F. Storm  <storm@cua.dk>
14898         * emacs-lisp/authors.el (authors-aliases): Update list.
14899         (authors-ignored-files): New list.
14900         (authors-fixed-entries): Fix typo.
14901         (authors-renamed-files-alist): Update list.
14902         (authors-add): Check authors-ignored-files.
14904 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
14906         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
14907         optional, to ensure backward compatibility.
14909 2005-04-08  Stephen Eglen  <stephen@gnu.org>
14911         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
14913 2005-04-08  Kim F. Storm  <storm@cua.dk>
14915         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
14917         * mouse.el (mouse-on-link-p): Doc fix.
14919 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
14921         * ielm.el (ielm-prompt-read-only): Doc fix.
14923         * comint.el (comint-prompt-read-only): Doc fix.
14925 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
14927         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
14928         ensure dired always handles wildcards passed to ffap.
14929         (find-file-at-point): Use it.
14930         (ffap-dired-wildcards): Doc fix.
14932 2005-04-07  Juri Linkov  <juri@jurta.org>
14934         * simple.el (next-error-overlay-arrow-position): New defvar.
14935         Put "=>" on its property `overlay-arrow-string'.  Add it to
14936         `overlay-arrow-variable-list'.
14938         * progmodes/compile.el (compilation-setup):
14939         Set `next-error-overlay-arrow-position' to nil.  Also set it to
14940         nil in the local hook `kill-buffer-hook'.  Make local variable
14941         `overlay-arrow-string' and set it to "=>".
14942         (compilation-goto-locus): Set BOL position to
14943         `next-error-overlay-arrow-position' instead of
14944         `overlay-arrow-position'.
14946         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
14947         locally instead of adding it to the global hook.
14948         (Info-kill-buffer): Move up.
14950 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
14952         * term/xterm.el (xterm-standard-colors): Update color values from
14953         xterm-200.
14955 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14957         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
14959         * fast-lock.el:
14960         * lazy-lock.el: Move them to the obsolete subdir.
14962 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
14964         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
14965         (wdired-add-replace-advice): Remove.
14966         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
14968 2005-04-06  Kim F. Storm  <storm@cua.dk>
14970         * startup.el (command-line): Add --bare-bones alias for -Q.
14972 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14974         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
14975         create the startup fontset if a font specification ends with
14976         `mac-roman'.
14978 2005-04-06  Lute Kamstra  <lute@gnu.org>
14980         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
14981         change.
14983         * emacs-lisp/copyright.el (copyright-update-year): Replace the
14984         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
14986 2005-04-05  Lute Kamstra  <lute@gnu.org>
14988         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
14989         (define-generic-mode): Ditto.  Fix debug declaration.
14991         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14992         Put them in the generic-x group.
14994         * calendar/timeclock.el (timeclock): Doc fix.
14996         * generic.el (define-generic-mode): Don't use custom-current-group.
14997         Document default :group value.
14998         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
14999         (define-global-minor-mode): Don't use custom-current-group.
15001 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
15003         * startup.el (command-line-1): Display startup-echo-area-message
15004         when fancy splash screen is in use.
15006         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
15007         (sh-escaped-newline): New face.
15008         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
15009         newline, and use sh-escaped-newline face.
15011         * progmodes/tcl.el (tcl-escaped-newline): New face.
15012         (tcl-builtin-list): New variable.
15013         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
15014         newlines.  Fix keywords subexpression number.
15016 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
15018         * textmodes/org.el (org-diary-default-entry): Fix call to
15019         `add-to-diary-entry'.
15021 2005-04-05  Kim F. Storm  <storm@cua.dk>
15023         * ediff-init.el: Use (featurep 'xemacs).
15025 2005-04-05  David Ponce  <david@dponce.com>
15027         * cus-edit.el (face): Derive from symbol widget.  Display sample
15028         of the current face on the fly.
15029         (widget-face-sample-face-get, widget-face-notify): New functions.
15030         (widget-face-value-create): Remove.
15032         * wid-edit.el (widget-field-end): Temporarily remove field
15033         narrowing before to call `get-char-property'.
15035 2005-04-04  Jay Belanger  <belanger@truman.edu>
15037         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
15038         (math-read-subscripts): New variable.
15039         (math-read-preprocess-string): Process subscripts.
15041 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
15043         * comint.el (comint-prompt-read-only): Doc fix.
15045         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
15046         `-1'.  Doc fix.
15048 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
15050         * textmodes/org.el (org-insert-mode-line-in-empty-file):
15051         Change default value to nil.
15053 2005-04-04  Lute Kamstra  <lute@gnu.org>
15055         * autorevert.el (auto-revert-mode): Specify :group.
15056         * battery.el (display-battery-mode): Specify :group.
15057         * diff-mode.el (diff-minor-mode): Specify :group.
15058         * font-core.el (font-lock-mode): Specify :group.
15059         * hl-line.el (hl-line-mode): Specify :group.
15060         * iimage.el (iimage): New customization group.
15061         (iimage-mode): Specify :group.
15062         * longlines.el (longlines-mode): Specify :group.
15063         * master.el: Don't require easy-mmode.
15064         (master): New customization group.
15065         (master-mode): Specify :group.
15066         * msb.el (msb-mode): Specify :group.
15067         * reveal.el (reveal-mode): Specify :group.
15068         * simple.el (next-error-follow-minor-mode): Specify :group.
15069         * smerge-mode.el (smerge-mode): Specify :group.
15070         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
15071         * emulation/cua-base.el (cua-mode): Specify :group.
15072         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
15073         * language/thai-util.el (thai-auto-composition-mode)
15074         (thai-word-mode): Specify :group.
15075         * mail/supercite.el (sc-minor-mode): Specify :group.
15076         * progmodes/cwarn.el (cwarn-mode): Specify :group.
15077         * progmodes/flymake.el (flymake-mode): Specify :group.
15078         * progmodes/glasses.el (glasses-mode): Specify :group.
15079         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
15080         * textmodes/enriched.el (enriched-mode): Specify :group.
15081         * textmodes/refill.el (refill-mode): Specify :group.
15083         * add-log.el (change-log-font-lock-keywords): Names in
15084         parenthesized lists can contain spaces.
15086 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
15088         * startup.el (fancy-splash-text): Shorten default text of
15089         "Emacs Tutorial" line.  Also, if the current language env
15090         indicates an available tutorial file other than TUTORIAL,
15091         extract its title and append it to the line in parentheses.
15092         (fancy-splash-insert): If arg is a thunk, funcall it.
15094 2005-04-04  Jay Belanger  <belanger@truman.edu>
15096         * calc.el (calc-language-alist): Add tags to customization type.
15098 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
15100         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
15101         Doc fix.
15103 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
15105         * add-log.el (change-log-font-lock-keywords): The manual
15106         describing a Change Log entry, says: (...) "Aside from these
15107         header lines, every line in the change log starts with a space or
15108         a tab.".  The font-lock was not highlighting lines started with
15109         spaces, added support for it.
15111 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15113         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
15114         (bibtex-generate-url-list): Update docstring accordingly.  Put the
15115         complex example in the docstring.
15116         (bibtex-font-lock-url): Use pop.
15118 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15120         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
15122         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
15124 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
15126         * filesets.el (filesets-set-default): Doc fix.
15128 2005-04-03  Lute Kamstra  <lute@gnu.org>
15130         * generic.el (define-generic-mode): Add argument to specify
15131         keywords for defcustom.
15132         (default-generic-mode): Specify :group.
15134         * generic-x.el: Specify :group for all generic modes.
15136         * desktop.el (desktop-no-desktop-file-hook)
15137         (desktop-after-read-hook): Doc fix.
15139 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
15141         * simple.el (visible-mode): Use explicit :group keyword.
15142         This changes the group of `visible-mode-hook' from paren-blinking
15143         to editing-basics.
15145 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
15147         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
15148         mailbox specifications as well as URLs.
15149         (rmail-insert-inbox-text): Remove unused conditional branches.
15151 2005-04-01  Jay Belanger  <belanger@truman.edu>
15153         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
15154         (calc-gnuplot-print-command): Move definitions to calc.el.
15156         * calc/calc-embed.el (calc-embedded-announce-formula)
15157         (calc-embedded-open-formula, calc-embedded-close-formula)
15158         (calc-embedded-open-word, calc-embedded-close-word)
15159         (calc-embedded-open-plain, calc-embedded-close-plain)
15160         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
15161         (calc-embedded-open-mode, calc-embedded-close-mode):
15162         Move definitions to calc.el.
15164         * calc/calc.el (calc-settings-file, calc-language-alist):
15165         Make customizable.
15166         (calc-embedded-announce-formula, calc-embedded-open-formula)
15167         (calc-embedded-close-formula, calc-embedded-open-word)
15168         (calc-embedded-close-word, calc-embedded-open-plain)
15169         (calc-embedded-close-plain, calc-embedded-open-new-formula)
15170         (calc-embedded-close-new-formula, calc-embedded-open-mode)
15171         (calc-embedded-close-mode, calc-gnuplot-name)
15172         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
15173         from other files and make customizable.
15175 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15177         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
15178         Use buffer-live-p.
15179         (cvs-mode-run): Don't call cvs-update-header here.
15180         (cvs-run-process): Call cvs-update-header.
15181         Use process properties for cvs-postprocess and cvs-buffer so that
15182         the sentinel can behave better if the temp buffer is killed.
15183         Use a pipe rather than a tty, to better handle unexpected prompts.
15184         (cvs-sentinel): Rewrite.  Call cvs-update-header.
15186 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
15188         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
15189         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
15191 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15193         * generic.el (define-generic-mode): Add indentation rule.
15195 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
15197         * files.el (mode-require-final-newline): Make Custom correctly
15198         report a nil value and allow to set it to nil via Custom.
15199         Doc fix.
15201 2005-04-01  Kenichi Handa  <handa@m17n.org>
15203         * international/characters.el: Enable the correct case setting for
15204         dotless-i and dotted-I.
15206 2005-04-01  Kim F. Storm  <storm@cua.dk>
15208         * ido.el (ido-file-internal): Fall back to non-ido command if
15209         initial directory is on slow ftp (or tramp) host.
15211 2005-03-31  Richard M. Stallman  <rms@gnu.org>
15213         * emacs-lisp/autoload.el (make-autoload):
15214         Handle define-global-minor-mode.
15216         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
15217         Rename from easy-mmode-define-global-mode.
15218         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
15220         * progmodes/scheme.el (scheme-mode-syntax-table):
15221         Update syntax of | and # for two-character comment syntax.
15223 2005-03-31  Lute Kamstra  <lute@gnu.org>
15225         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
15226         (define-minor-mode): Call custom-current-group at load-time.
15228         * generic.el (define-generic-mode): Add debug declaration.
15229         Add defcustom for the mode hook.
15230         (generic-mode-internal): Use run-mode-hooks.
15232 2005-03-31  Kim F. Storm  <storm@cua.dk>
15234         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
15235         (mouse-fixup-help-message): New defun called by show_help_echo
15236         to fixup mouse-2 prefix in help messages when applicable.
15238         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
15240 2005-03-31  Kenichi Handa  <handa@m17n.org>
15242         * language/thai-word.el (thai-find-word-ends): Pay attention to
15243         the case that we reach the end of buffer.
15245         * textmodes/fill.el (fill-text-properties-at): New function.
15246         (fill-newline): Use fill-text-properties-at instead of
15247         text-properties-at.
15249 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
15251         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
15252         not comint-quote-filename.
15254 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
15256         * help-fns.el (help-with-tutorial): Revert last change.
15258 2005-03-31  Kim F. Storm  <storm@cua.dk>
15260         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
15262 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
15264         * calendar/cal-china.el: Update reference to "Calendrical
15265         Calculations" book; there's a new edition.
15266         * calendar/cal-coptic.el: Likewise.
15267         * calendar/cal-french.el: Likewise.
15268         * calendar/cal-hebrew.el: Likewise.
15269         * calendar/cal-islam.el: Likewise.
15270         * calendar/cal-iso.el: Likewise.
15271         * calendar/cal-julian.el: Likewise.
15272         * calendar/cal-mayan.el: Likewise.
15273         * calendar/cal-persia.el: Likewise.
15274         * calendar/calendar.el: Likewise.
15275         * calendar/holidays.el: Likewise.
15276         * calendar/lunar.el: Likewise.
15277         * calendar/solar.el: Likewise.
15279         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
15280         white space from doc string.
15282 2005-03-30  Jay Belanger  <belanger@truman.edu>
15284         * calc/calc-help.el (calc-full-help): Remove email address.
15286 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
15288         * help-fns.el (help-with-tutorial): Delete title line.
15290 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
15292         * calendar/cal-x.el (calendar-one-frame-setup)
15293         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
15294         rather than 'symbol for set-window-dedicated-p.
15296         * calendar/appt.el (appt-buffer-name): Make it a constant.
15297         (appt-add): Doc fix.
15299         * filesets.el (filesets-menu-path, filesets-menu-before)
15300         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
15301         (filesets-menu-cache-file): Use directory ~/.emacs.d.
15302         (filesets-add-submenu): Delete and use add-submenu instead.
15304 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
15306         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
15307         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
15308         (org-diary-default-entry): New function.
15309         (org-get-entries-from-diary): Better parsing of diary entries.
15310         (org-agenda-check-no-diary): New function.
15311         ("diary-lib"): Advice to function `add-to-diary-list', to allow
15312         linking to diary entries.
15313         (org-agenda-execute-calendar-command): New function.
15314         (org-agenda): Improve visible section in window.
15315         Use `org-fit-agenda-window'.
15316         (org-fit-agenda-window): New option.
15317         (org-move-subtree-down): Better handling of empty lines
15318         at end of subtree.
15319         (org-cycle): Numeric prefix is interpreted now as show-subtree N
15320         levels up.
15321         (org-fontify-done-headline): New option.
15322         (org-headline-done-face): New face.
15323         (org-set-font-lock-defaults): Use `org-headline-done-face'.
15324         (org-table-copy-down): Rename from `org-table-copy-from-above'.
15325         When current field is non-empty, it is copied to next row.
15326         (org-table-copy-from-above): Fix bug which made it
15327         impossible to copy fields containing only a single non-white character.
15329 2005-03-30  Kim F. Storm  <storm@cua.dk>
15331         * kmacro.el (kmacro-end-macro): Isearch may store this command
15332         into the macro -- so ignore it when executing keyboard macro.
15334 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
15336         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
15338 2005-03-29  Kenichi Handa  <handa@m17n.org>
15340         * language/thai.el ("Thai"): Set setup-function and exit-function
15341         for Thai language environment.
15343         * language/thai-util.el: Require thai-word.
15344         (thai-word-mode-map): New variable.
15345         (thai-word-mode): New minor mode.
15346         (setup-thai-language-environment-internal): New function.
15347         (exit-thai-language-environment-internal): New function.
15349         * language/thai-word.el (thai-word-table): Declare it by defvar,
15350         use dolist to initialize it.
15351         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
15352         (thai-fill-find-break-point): New functions.
15354 2005-03-29  Richard M. Stallman  <rms@gnu.org>
15356         * simple.el (idle-update-delay): Move definition up.
15357         (set-mark): Doc fix.
15359 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
15361         * longlines.el: New file.
15363         * simple.el (buffer-substring-filters): New variable.
15364         (filter-buffer-substring): New function.
15365         (kill-region, copy-region-as-kill): Use it.
15367         * register.el (copy-to-register, append-to-register)
15368         (prepend-to-register): Use filter-buffer-substring.
15370 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
15372         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
15373         (gud-filter-pending-text): Move in front of gdb.
15374         (gud-overlay-arrow-position): New variable.
15375         (gud-sentinel, gud-display-line): Use it in place of
15376         overlay-arrow-position.
15378 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
15380         * progmodes/fortran.el (fortran-if-indent): Doc fix.
15381         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
15382         (fortran-font-lock-keywords-4): New variable.
15383         (fortran-blocks-re, fortran-end-block-re)
15384         (fortran-start-block-re): New constants, for hideshow.
15385         (hs-special-modes-alist): Add a Fortran entry.
15386         (fortran-mode-map): Bind fortran-end-of-block,
15387         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
15388         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
15389         (fortran-looking-at-if-then, fortran-end-of-block)
15390         (fortran-beginning-of-block): New functions, for hideshow.
15392         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
15393         Doc fix.  Tweak regexp.
15394         (f90-beginning-of-block): Push mark first.
15396 2005-03-29  Jay Belanger  <belanger@truman.edu>
15398         * calc/calc.el: Update copyright date.
15399         (calc-version): Increase to 2.1.
15400         (calc-version-date): Remove.
15402         * calc/calc-help.el: Update copyright date.
15403         (calc-full-help): Remove reference to calc-version-date.
15404         Update copyright date.
15406 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15408         * vc.el (vc-do-command): Use a pipe for async processes, so password
15409         prompts don't show up at places where the user can't reply.
15411 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
15413         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
15414         on the file name we pass to the inferior shell.
15416 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
15418         * progmodes/which-func.el (which-function): Be robust in the face of an
15419         imenu--make-index-alist failure.
15421 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15423         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
15425         * progmodes/python.el (python-preoutput-filter): Fix last change.
15427 2005-03-29  Lute Kamstra  <lute@gnu.org>
15429         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
15430         functions and compiled macros.
15431         (debug-convert-byte-code): Handle macros too.
15432         (debug-on-entry-1): Don't signal an error when trying to clear a
15433         function that is not set to debug on entry.
15435 2005-03-29  Jay Belanger  <belanger@truman.edu>
15437         * calc/calc-lang.el: Add functions to math-function-table
15438         properties of tex and math.
15440 2005-03-29  Kenichi Handa  <handa@m17n.org>
15442         * ps-mule.el (ps-mule-plot-string): Translate characters by
15443         ps-print-translation-table.
15444         (ps-mule-begin-job): Call find-charset-region/string with
15445         ps-print-translation-table.
15446         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
15448         * ps-print.el (ps-print-translation-table): New variable.
15449         (ps-plot-region): Translate characters by ps-print-translation-table.
15451 2005-03-29  Juri Linkov  <juri@jurta.org>
15453         * simple.el (next-error-highlight-timer): New variable.
15455         * progmodes/compile.el (compilation-goto-locus):
15456         Use `next-error-highlight-timer' instead of `sit-for'.
15458 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15460         * mail/supercite.el (sc-mail-field): Use assoc-string.
15461         (sc-get-address): Simplify regexps.
15463         * files.el (minibuffer-with-setup-hook): New macro.
15464         (find-file-read-args): Use it to avoid let-binding
15465         minibuffer-with-setup-hook (which breaks turning on/off
15466         file-name-shadow-mode while in the prompt).
15468         * complete.el (PC-read-include-file-name-internal):
15469         Use test-completion.
15471 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
15473         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
15475 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15477         * window.el (window-buffer-height): Use count-screen-lines.
15479         * progmodes/python.el (python-preoutput-leftover): New var.
15480         (python-preoutput-filter): Use it.
15481         (python-send-receive): Loop until all the result has been received.
15483 2005-03-28  Juri Linkov  <juri@jurta.org>
15485         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
15487         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
15488         "Recover Crashed Session".
15489         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
15490         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
15491         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
15492         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
15493         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
15494         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
15495         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
15496         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
15498         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
15499         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
15500         Ediff Sessions", "Toggle use of separate control buffer frame",
15501         "Use separate frame for Ediff control buffer".
15503         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
15504         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
15505         "Rename Bookmark", "Delete Bookmark".
15507         * info.el (Info-mode-menu): Remove ellipsis from "Index".
15508         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
15509         Add `:active Info-index-alternatives' to "Next Matching Item".
15511         * wdired.el (wdired-change-to-wdired-mode):
15512         Mention `wdired-abort-changes' key in the initial message.
15514         * international/mule.el (auto-coding-alist): Associate non-ascii
15515         image filename extensions with `no-conversion'.
15517 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15519         * international/iso-acc.el:
15520         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
15522 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
15524         * textmodes/sgml-mode.el (html-mode): Doc update.
15526         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
15528 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
15530         * term.el (term-move-columns): Fix face after extending a line.
15531         (term-insert-spaces): Likewise.
15532         (term-reset-terminal): Fix off by one error.
15534 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
15536         * international/mule.el (auto-coding-alist): Add .xpi files.
15538         * files.el (auto-mode-alist): Add .xpi files.
15540 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
15542         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
15544 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
15546         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
15548 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
15550         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
15551         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
15553         * calendar/cal-move.el (calendar-beginning-of-year): Move the
15554         cursor to Jan 1 when needed.
15555         (calendar-end-of-year): Fix -/+ typo.
15556         Reported by Chong Yidong <cyd@stupidchicken.com>.
15558 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15560         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
15562         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
15563         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
15565 2005-03-25  Richard M. Stallman  <rms@gnu.org>
15567         * filesets.el (filesets-init): Add autoload.
15569         * mail/mailalias.el (mail-directory): Doc fix.
15571 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
15573         * mail/mailalias.el (mail-directory-process): Do nothing if
15574         mail-directory-process is an atom.
15575         (mail-get-names): Ignore mail-directory-names if it is an atom.
15576         (mail-directory-process defvar): Doc fix.
15577         (mail-names): Doc fix.
15579 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
15581         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
15583 2005-03-26  Kenichi Handa  <handa@m17n.org>
15585         * international/mule-util.el (detect-coding-with-priority):
15586         Call update-coding-systems-internal before detect-coding-region.
15588 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
15590         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
15591         (gdb-frames-mode-map): Add follow-link property.
15593 2005-03-25  Jay Belanger  <belanger@truman.edu>
15595         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
15596         for variables.
15598 2005-03-25  Juri Linkov  <juri@jurta.org>
15600         * image-mode.el: Optimize image filename extension regexps in
15601         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
15602         in `auto-mode-alist'.
15603         (image-mode): Add `image-toggle-display-text' to local hook
15604         `change-major-mode-hook'.  Display the image as an image by
15605         default.  Set `cursor-type' and `truncate-lines' if the image
15606         is already displayed.  Take into account the current mode (image
15607         or text) in message.
15608         (image-minor-mode): New minor mode.
15609         (image-mode-maybe, image-toggle-display-text): New functions.
15610         (image-toggle-display): Use called-interactively-p.
15611         Let-bind `inhibit-read-only' to t.
15613         * image-mode.el (image-minor-mode): Set `cursor-type' and
15614         `truncate-lines' if the image is already displayed.  Add turning
15615         image-minor-mode off to `change-major-mode-hook'.  Add message.
15616         Call `image-toggle-display-text' after turning image-minor-mode off.
15618 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15620         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
15621         Terminal.app, use utf-8.
15622         (set-display-table-and-terminal-coding-system): Add coding-system arg.
15623         (set-locale-environment): Use it.
15625         * term/xterm.el: Undo last change, better done in mule-cmds.el.
15627         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
15629         * progmodes/python.el (python-close-block-statement-p)
15630         (python-outdent-p, python-current-defun): Use symbol-end.
15632 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
15634         * files.el (save-some-buffers): Doc fix.
15636 2005-03-25  Werner Lemberg  <wl@gnu.org>
15638         * complete.el, thumbs.el: Replace `legal' with `valid'.
15639         * calendar/calendar.el: Replace `legal' with `valid'.
15640         * emacs-lisp/advice.el: Replace `legal' with `valid'.
15641         * mail/supercite.el: Replace `legal' with `valid'.
15642         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
15643         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
15644         Replace `legal' with `valid'.
15645         * textmodes/reftex-vars.el, textmodes/reftex.el:
15646         Replace `legal' with `valid'.
15648 2005-03-25  Werner Lemberg  <wl@gnu.org>
15650         * calc/calc-forms.el, calc/calc-sel.el:
15651         * midnight.el, vc-cvs.el:
15652         * emacs-lisp/cl-macs.el:
15653         * emulation/vip.el:
15654         * eshell/esh-io.el, eshell/esh-var.el:
15655         * mail/supercite.el:
15656         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
15657         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
15658         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
15659         * progmodes/sh-script.el, progmodes/xscheme.el:
15660         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
15661         * textmodes/reftex-index.el, textmodes/reftex-parse.el
15662         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
15663         * textmodes/reftex.el, textmodes/org.el:
15664         Replace `illegal' with `invalid'.
15666 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15668         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
15669         (flymake-find-buildfile, flymake-find-possible-master-files)
15670         (flymake-check-include, flymake-parse-line): Replace loops over the
15671         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
15673         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
15674         Substitute file-name-as-directory in the rest of the file.
15675         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
15676         (flymake-replace-region): Remove unused arg `buffer'.
15677         (flymake-check-patch-master-file-buffer): Update calls to it.
15678         (flymake-add-err-info): Remove unused var `count'.
15679         (flymake-mode): Use define-minor-mode.
15681         * progmodes/flymake.el: Use with-current-buffer.
15682         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
15683         flymake-replace-regexp-in-string, flymake-line-beginning-position)
15684         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
15685         Avoid testing for `xemacs'.
15686         (flymake-nop): Move.
15687         (flymake-region-has-flymake-overlays): Return the computed value.
15688         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
15689         Remove unused var `endline'.
15690         (flymake-get-line-count): Remove unused function.
15691         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
15693         * emulation/vi.el:
15694         * generic.el:
15695         * hilit-chg.el (global-highlight-changes):
15696         * hi-lock.el (hi-lock-mode):
15697         * follow.el: find-file-hooks -> find-file-hook.
15699         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
15701 2005-03-24  Juri Linkov  <juri@jurta.org>
15703         * dired.el (dired-mode-map): Add menu item "Compare directories"
15704         for dired-compare-directories.
15706         * dired-aux.el (dired-compare-directories): Add autoload cookie.
15707         Doc fix.  Replace `read-file-name' with `read-directory-name'.
15709 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15711         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
15713 2005-03-24  Jay Belanger  <belanger@truman.edu>
15715         * calc/calc-embed.el (calc-embedded-mode-change): Save all
15716         relevant mode settings in calc-embedded-original-modes when modes
15717         are permanently changed.
15719 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15721         * autoinsert.el: find-file-hooks -> find-file-hook.
15723 2005-03-24  Lute Kamstra  <lute@gnu.org>
15725         * generic.el (generic-font-lock-defaults): Make it obsolete.
15726         (generic-font-lock-keywords): New variable to replace
15727         generic-font-lock-defaults.
15728         (generic-mode-set-font-lock): Delete it.
15729         (generic-mode-internal): Don't call generic-mode-set-font-lock.
15730         (generic-bracket-support): Add docstring.
15732         * generic-x.el: Rename generic-font-lock-defaults to
15733         generic-font-lock-keywords throughout.
15734         (mailagent-rules-setup-function): Delete it.
15735         (mailagent-rules-generic-mode): Use anonymous function instead.
15736         (show-tabs-generic-mode-font-lock-defaults-1)
15737         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
15738         Quote faces.
15739         (show-tabs-tab-face, show-tabs-space-face): Specify background,
15740         not foreground.
15742         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
15743         Recognize define-generic-mode.
15745 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15747         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
15748         if there's no completion table.
15750 2005-03-23  Miles Bader  <miles@gnu.org>
15752         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15753         Remove tty-specific variants, as they're no longer needed.
15755 2005-03-23  Lute Kamstra  <lute@gnu.org>
15757         * generic-x.el: Code cleanup: make args constant whenever possible.
15758         (installshield-statement-keyword-list)
15759         (installshield-system-functions-list)
15760         (installshield-system-variables-list, installshield-types-list)
15761         (installshield-funarg-constants-list): Make them constants.
15763         * generic.el (generic-make-keywords-list): Add autoload cookie.
15765         * calendar/time-date.el: Add comment on time value formats.
15766         Don't require parse-time.
15767         (with-decoded-time-value): New macro.
15768         (encode-time-value): New function.
15769         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15770         (days-to-time): Return a valid time value when arg is huge.
15771         (time-since): Use time-subtract.
15772         (time-to-number-of-days): Use time-to-seconds.
15774 2005-03-23  David Ponce  <david@dponce.com>
15776         * recentf.el: (recentf-keep): New option.
15777         (recentf-menu-action): Default to `find-file'.
15778         (recentf-keep-non-readable-files-flag)
15779         (recentf-keep-non-readable-files-p)
15780         (recentf-file-readable-p, recentf-find-file)
15781         (recentf-cleanup-remote): Remove.
15782         (recentf-include-p): More robust.
15783         (recentf-keep-p): New function.
15784         (recentf-remove-if-non-kept): Rename from
15785         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
15786         All callers updated.
15787         (recentf-menu-items-for-commands): Fix help string.
15788         (recentf-track-closed-file): Update.  Doc fix.
15789         (recentf-cleanup): Update.  Count removed files.  Doc fix.
15791 2005-03-23  Kim F. Storm  <storm@cua.dk>
15793         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15794         Don't inherit from fringe face (now happens automatically).
15796 2005-03-22  Kim F. Storm  <storm@cua.dk>
15798         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
15799         position values.
15801 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15803         * menu-bar.el (showhide-date-time): Remove.
15804         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
15805         (menu-bar-make-mm-toggle): Simplify.
15807 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
15809         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
15810         Accept qualified variable and function names.
15812 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
15814         * bindings.el (completion-ignored-extensions):
15815         Remove ".lis" for `vax-vms'.
15817 2005-03-22  Andreas Schwab  <schwab@suse.de>
15819         * generic-x.el: Revert last change.
15820         * ldefs-boot.el: Update.
15822 2005-03-22  Jay Belanger  <belanger@truman.edu>
15824         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
15825         (calc-embedded-save-original-modes)
15826         (calc-embedded-restore-original-modes): New functions.
15827         (calc-do-embedded): Save original modes when entering embedded mode
15828         and restore when leaving embedded mode.
15829         (calc-embedded-modes-change): Change the value of
15830         calc-embedded-original-modes to reflect permanent changes.
15832 2005-03-22  Lute Kamstra  <lute@gnu.org>
15834         * generic-x.el: Require generic again.
15836 2005-03-22  Miles Bader  <miles@gnu.org>
15838         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15839         Tweak details to look good on both ttys and bitmap displays, light
15840         or dark background, etc.
15842 2005-03-21  Kim F. Storm  <storm@cua.dk>
15844         * tooltip.el (tooltip-show-help-function): Check car and cdr of
15845         mouse position.
15847 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15849         * icomplete.el: Don't forcibly turn on the mode upon load.
15850         (icomplete-mode): Use define-minor-mode.
15851         (icomplete-eoinput): Default to nil.
15852         (icomplete-minibuffer-setup): Remove autoload.
15853         (icomplete-tidy): Simplify.
15854         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
15855         in the initial state or if the user has modified the field.
15856         Fix handling of icomplete-max-delay-chars.
15857         Remove code that handles the oddball case where
15858         minibuffer-completion-table is an integer.
15859         Wrap icomplete-completions in while-no-input in case building
15860         completions takes more time than expected.
15861         (icomplete-completions): Simplify.
15863 2005-03-21  Richard M. Stallman  <rms@gnu.org>
15865         * jka-compr.el (jka-compr-really-do-compress):
15866         Make variable buffer-local.
15868         * image-mode.el: Handle .xpm files too.
15869         (image-toggle-display): Preserve modification flag.
15871         * help.el (where-is): Don't mention aliases with no key bindings.
15873 2005-03-21  Lute Kamstra  <lute@gnu.org>
15875         * generic.el: Fix commentary section.  Don't require cl for
15876         compilation.
15877         (generic-mode-list): Add autoload cookie.
15878         (generic-use-find-file-hook, generic-lines-to-scan)
15879         (generic-find-file-regexp, generic-ignore-files-regexp)
15880         (generic-mode, generic-mode-find-file-hook)
15881         (generic-mode-ini-file-find-file-hook): Fix docstrings.
15882         (define-generic-mode): Make it a defmacro.  Fix docstring.
15883         (generic-mode-internal): Code cleanup.  Add autoload cookie.
15884         (generic-mode-set-comments): Code cleanup.
15885         * generic-x.el: Don't prevent compilation.  Don't require generic.
15886         Follow coding conventions.  Minor code cleanup.
15887         (etc-fstab-generic-mode): Add some keywords.
15888         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
15889         define-generic-mode like a function declaration.
15891 2005-03-21  Jay Belanger  <belanger@truman.edu>
15893         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
15894         changing modes.
15896 2005-03-21  Sam Steingold  <sds@gnu.org>
15898         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
15900 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
15902         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
15903         Add underscore to "f$ lexicals" regexp.
15905 2005-03-20  Juri Linkov  <juri@jurta.org>
15907         * subr.el (progress-reporter-do-update): When `min-value' is equal
15908         to `max-value', set `percentage' to 0 and prevent division by zero.
15910 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
15912         Sync with Tramp 2.0.48.
15914         * net/tramp.el (all): Change all addresses to .gnu.org.
15915         (tramp-append-tramp-buffers): New defun.
15916         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
15917         Catch `dont-send' signal.
15918         (tramp-set-auto-save-file-modes): Set always permissions, because
15919         there might be an old auto-saved file belonging to another
15920         original file.  This could be a security threat.  Reported by
15921         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
15922         Check for Emacs 21.3.50 removed.
15924         * net/tramp-smb.el (all): Remove debug construct for
15925         `with-parsed-tramp-file-name'.
15926         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
15927         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
15928         No error message if DIRECTORY or FILENAME doesn't exist.
15929         (tramp-smb-open-connection): Check existence of
15930         `tramp-smb-program'.
15932 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15934         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
15935         Properly handle the case where the `m' or `s' command's argument is not
15936         yet terminated.
15937         (perl-indent-new-calculate): New function.
15938         (perl-indent-line): Use it.
15940 2005-03-20  Miles Bader  <miles@gnu.org>
15942         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
15943         in text-mode too.  Change to new face names.
15944         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
15945         Add `:weight bold' attribute.
15946         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
15948 2005-03-19  Juri Linkov  <juri@jurta.org>
15950         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
15952         * international/mule.el (auto-coding-alist): Sync with
15953         `auto-mode-alist' by adding upper case archive file extensions
15954         and adding ear/war to jar extension.
15956 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
15958         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
15959         running, restart it.
15961 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
15963         * finder.el (finder-current-item): Throw an error on an empty line.
15965         * man.el (Man-follow-manual-reference): If current-word returns
15966         nil, use "".
15968 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
15970         * simple.el (goto-line): Doc fix.
15972 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
15974         * files.el (save-buffer): Doc fix.
15976 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
15978         * recentf.el (recentf-cleanup-remote): New variable.
15979         (recentf-cleanup): Use it to conditionally check availability of
15980         remote files.
15982 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
15984         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
15985         function names.
15987 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
15989         * language/thai-word.el: New file.
15991 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
15993         * files.el (backup-buffer): If the file's directory is not
15994         writable, use copy instead of move to backup the file.
15996 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
15998         * obsolete/keyswap.el: Moved to obsolete/ from term/.
16000 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16002         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
16003         Use functionp instead of symbolp and fboundp.  Reported by Drkm
16004         <darkman_spam@yahoo.fr>.
16005         (ps-print-version): New version 6.6.6.
16007 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
16009         * textmodes/table.el (table--line-column-position): New idiom.
16010         (table--row-column-insertion-point-p): New function to test
16011         validity of row and column insertion operation at a location.
16012         (table-global-menu, table-cell-menu): Use above functions for
16013         deterministic test operation.
16014         (table--editable-cell-p): Behave in deterministic fashion.
16016 2005-03-18  Juri Linkov  <juri@jurta.org>
16018         * isearch.el (isearch-lazy-highlight-new-loop):
16019         Make arguments beg and end optional.
16020         (isearch-update): Remove optional arguments nil from
16021         isearch-lazy-highlight-new-loop.
16022         (isearch-lazy-highlight-search): Let-bind case-fold-search to
16023         isearch-lazy-highlight-case-fold-search instead of
16024         isearch-case-fold-search, and let-bind isearch-regexp to
16025         isearch-lazy-highlight-regexp.
16026         Use isearch-lazy-highlight-last-string instead of isearch-string.
16028         * replace.el (perform-replace): Remove bindings of global
16029         variables isearch-string, isearch-regexp, isearch-case-fold-search.
16030         Add three new arguments to `replace-highlight'.
16031         (replace-highlight): Add arguments string, regexp, case-fold.
16032         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
16033         to allow isearch-lazy-highlight-new-loop to use these values
16034         to set corresponding isearch-lazy-highlight-* internal
16035         variables whose values lazy highlighting will use regardless of
16036         changes to global variables isearch-string, isearch-regexp,
16037         isearch-case-fold-search during lazy highlighting loop.
16038         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
16039         to `lazy-highlight-cleanup'.
16041         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
16042         (ispell-highlight-face): Set default face to `isearch' when
16043         lazy highlighting is enabled.
16044         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
16045         priority to 1.  Add lazy highlighting.
16046         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
16047         from `isearch-dehighlight'.
16049 2005-03-18  David Ponce  <david@dponce.com>
16051         * files.el (hack-local-variables): Do a case-insensitive search
16052         for End.
16054 2005-03-18  Juri Linkov  <juri@jurta.org>
16056         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
16057         `isearch-lazy-highlight-cleanup', add alias to old name and
16058         declare obsolete.  Add release numbers to other obsolete vars.
16059         (isearch-done, isearch-lazy-highlight-new-loop):
16060         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
16061         (lazy-highlight-cleanup) <variable>: Doc fix.
16062         (isearch-lazy-highlight-update): Rename obsolete
16063         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
16065 2005-03-18  Kenichi Handa  <handa@m17n.org>
16067         * language/thai-util.el: Fix categorization of Thai characters in
16068         thai-category-table.
16069         (thai-composition-pattern): Adjust it for the above change.
16070         (thai-self-insert-command, thai-compose-syllable): New functions.
16071         (thai-compose-region): Use thai-compose-syllable.
16072         (thai-compose-string): Likewise.
16073         (thai-composition-function): Likewise.
16074         (thai-auto-composition): New function.
16075         (thai-auto-composition-mode): New minor mode.
16077         * language/thai.el: Fix patterns to be registered in
16078         composition-function-table.
16080         * international/quail.el (quail-input-method): Locally bind
16081         inhibit-modification-hooks to t.
16083 2005-03-17  Richard M. Stallman  <rms@gnu.org>
16085         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
16086         (perl-mode): Use run-mode-hooks.
16088         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
16089         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
16090         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
16092         * mail/sendmail.el (sendmail-send-it): Reenable the code
16093         to compute resend-to-address and use it.
16095         * tar-mode.el (tar-mode): Turn off undo unconditionally.
16097         * image-mode.el: New file.
16099         * image.el (insert-sliced-image): Add autoload cookie.
16101         * font-lock.el (font-lock-lines-before): New user option.
16102         (font-lock-after-change-function): Obey it.
16104         * bindings.el (esc-map): Make M-g a prefix.
16105         Bind M-g g and M-g M-g to goto-line.
16107         * faces.el (face-id): Doc fix.
16109 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
16111         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
16112         (rmail-show-message): Use rmail-unknown-mail-followup-to.
16113         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
16115         * mail/sendmail.el (mail-yank-ignored-headers)
16116         (mail-font-lock-keywords, mail-mode-fill-paragraph):
16117         Add Mail-Followup-To and Mail-Reply-To headers.
16118         (mail-citation-hook): Add autoload cookie.
16119         (mail-mode): Doc fix.
16120         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
16121         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
16122         (mail-mode-fill-paragraph): Handle those headers.
16123         (mail-mailing-lists): New variable.
16124         (mail-mail-reply-to, mail-mail-followup-to): New functions.
16126 2005-03-17  Juri Linkov  <juri@jurta.org>
16128         * isearch.el (isearch-fallback): Check for `(car previous)'
16129         before calling `isearch-other-end-state'.
16131 2005-03-17  Kim F. Storm  <storm@cua.dk>
16133         * simple.el (move-beginning-of-line): Move to beginning of buffer
16134         line, as well as beginning of screen line.
16136 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
16138         * calendar/diary-lib.el (mark-diary-entries): Use new optional
16139         argument REDRAW rather than calendar-redrawing variable.
16140         * calendar/calendar.el (calendar-redrawing): Delete.
16141         (redraw-calendar): Do not bind calendar-redrawing.
16143 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
16145         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
16146         diary-file buffer.
16148 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16150         * help.el (describe-mode): Allow a :minor-mode-function property to
16151         specify a different minor mode toggle function than the variable.
16152         * simple.el (auto-fill-function):
16153         * subr.el (add-minor-mode): Use it.
16155 2005-03-16  Kenichi Handa  <handa@m17n.org>
16157         * language/ethio-util.el (sera-being-called-by-w3): New variable.
16158         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
16159         (ethio-fidel-to-sera-buffer): Likewise.
16161 2005-03-16  Juri Linkov  <juri@jurta.org>
16163         * emacs-lisp/find-func.el (find-function-regexp):
16164         Add defun-emitting macro `menu-bar-make-toggle'.
16166         * isearch.el: Put `isearch-scroll' property to
16167         `split-window-horizontally'.
16169         * info.el: Update error messages for `debug-ignored-errors'.
16170         (Info-isearch-search): Doc fix.
16171         (Info-find-node): Move up code to go into info buffer before
16172         recording the node to the history.
16173         (Info-fontify-node): Fontify titles only if the next line
16174         has two or more `*', `=', `-', `.'.
16175         Display "go to this node" for empty (match-string 3).
16177 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16179         * term/mac-win.el: Add mouse pointer shape constants.
16181 2005-03-15  Kim F. Storm  <storm@cua.dk>
16183         * simple.el (move-beginning-of-line): Use vertical-motion.
16185 2005-03-15  Juri Linkov  <juri@jurta.org>
16187         * isearch.el (isearch-error): New variable.
16188         (isearch-invalid-regexp, isearch-within-brackets): Remove.
16189         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
16190         (isearch-within-brackets-state): Remove.
16191         (isearch-case-fold-search-state, isearch-pop-fun-state):
16192         Decrease frame index.
16193         (isearch-mode, isearch-top-state, isearch-push-state)
16194         (isearch-edit-string, isearch-abort, isearch-search-and-update)
16195         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
16196         (isearch-search, isearch-lazy-highlight-new-loop):
16197         Replace `isearch-invalid-regexp' with `isearch-error'.
16198         Remove `isearch-within-brackets'.
16199         (isearch-search): Add `search-failed' handler to `condition-case'.
16200         (isearch-lazy-highlight-search): Add `condition-case' to catch
16201         errors and allow `isearch-lazy-highlight-update' to try
16202         highlighting from the beginning of the window.
16203         (isearch-repeat): Move up code to set isearch-wrapped to t
16204         before calling isearch-wrap-function.
16206         * info.el (Info-isearch-initial-node): New internal variable.
16207         (Info-search): Signal an error in isearch mode when search leaves
16208         the initial node.  Signal an error when `bound' is non-nil and
16209         nothing was found in the current subfile.
16210         (Info-isearch-search): Remove `condition-case'.
16211         (Info-isearch-wrap): Don't wrap when search failed during leaving
16212         the initial node.  If `Info-isearch-search' is nil, wrap around
16213         the current node.
16214         (Info-isearch-start): New fun.
16215         (Info-mode): Add buffer-local hook `Info-isearch-start' to
16216         `isearch-mode-hook'.
16218 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16220         * simple.el (normal-erase-is-backspace): Set default to t if
16221         running on Mac.
16223         * term/mac-win.el (function-key-map): Sync with x-win.el.
16225 2005-03-15  Kenichi Handa  <handa@m17n.org>
16227         * international/mule-cmds.el (locale-language-names): Modify the
16228         format of elements and add more entries.
16229         (locale-preferred-coding-systems): Add more entries.
16230         (set-locale-environment): Adjust for the change of
16231         locale-language-names.
16233 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16235         * pcvs.el (smerge-ediff): Remove bogus autoload.
16237 2005-03-14  Lute Kamstra  <lute@gnu.org>
16239         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
16240         Ignore a `*' at the beginning of a line.
16242         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
16243         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
16244         subr.el.
16245         (dont-compile, eval-when-compile, eval-and-compile): Use declare
16246         to specify indentation.
16248         * generic.el (define-generic-mode): Let generic-mode-list be a
16249         list of strings; test membership with equal.
16251 2005-03-14  Kim F. Storm  <storm@cua.dk>
16253         * simple.el (next-line, previous-line): Add optional try-vscroll
16254         arg to recognize interactive use.  Pass it on to line-move.
16255         (line-move): Don't perform auto-window-vscroll when defining or
16256         executing keyboard macro to ensure consistent behavior.
16258 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16260         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
16262 2005-03-13  Lute Kamstra  <lute@gnu.org>
16264         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
16265         debugger-setup-buffer so that backtrace marks the frames set to
16266         debug-on-exit and we don't have to do it manually.  Set an extra
16267         debug-on-exit for macro's.
16268         (debugger-setup-buffer): Don't mark the top frame manually.
16270 2005-03-12  Lute Kamstra  <lute@gnu.org>
16272         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
16273         lisp-indent-function throughout.
16274         (with-no-warnings): Set lisp-indent-function property.
16276 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
16278         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
16279         Add entry for backslash.
16281 2005-03-12  Juri Linkov  <juri@jurta.org>
16283         * info.el (Info-search): Four fixes for backward search.
16285 2005-03-11  Jay Belanger  <belanger@truman.edu>
16287         * calc/calc.el (calc-language-alist): New variable.
16288         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
16289         (calc-embedded-find-modes): Use calc-language-alist instead of
16290         calc-embedded-language-alist.
16292 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
16294         * calendar/calendar.el (calendar-redrawing): New internal
16295         variable.
16296         (redraw-calendar): Remove bogus save-excursion from previous
16297         change.  Bind calendar-redrawing to t for mark-diary-entries.
16298         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
16299         calendar if that is why we were called.
16301 2005-03-11  Kenichi Handa  <handa@m17n.org>
16303         * international/mule.el (make-coding-system): Set property
16304         coding-system-define-form to nil.
16305         (define-coding-system-alias): Likewise.
16307 2005-03-11  Kenichi Handa  <handa@m17n.org>
16309         These changes are suggested by Dave Love <fx@gnu.org>.
16311         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
16312         coding: tag.
16313         (adaptive-fill-regexp): Add more bullets.
16314         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
16315         regexps.
16317 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16319         * help.el (describe-mode): Properly handle non-trivial lighters.
16320         Don't ignore minor modes that are not listed in minor-mode-list.
16322         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
16323         feature ON when the user requests to turn it OFF.
16325 2005-03-10  Lute Kamstra  <lute@gnu.org>
16327         * emacs-lisp/debug.el (debug-entry-code): Delete it.
16328         (implement-debug-on-entry): New function to replace debug-entry-code.
16329         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
16330         second argument as the 2005-03-07 change makes it obsolete.
16331         (debug-on-entry, cancel-debug-on-entry): Update call to
16332         debug-on-entry-1.
16333         (debug, debugger-setup-buffer): Comment update.
16334         (debugger-frame-number): Update to work with implement-debug-on-entry.
16336 2005-03-10  Jay Belanger  <belanger@truman.edu>
16338         * calc/calc-embed.el (math-ms-args): Declare it.
16339         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
16340         math-ms-args.
16341         (calc-embedded-subst): Use math-multi-subst-rec to substitute
16342         variables.
16344 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
16346         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
16347         Use message-box.
16349         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
16350         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
16351         (tooltip-gud-tips): Simplify.
16352         (tooltip-gud-tips-p): Remove superfluous :set.
16353         (tooltip-gud-modes): Add fortran-mode.
16354         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
16356         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
16358 2005-03-09  Kim F. Storm  <storm@cua.dk>
16360         * play/animate.el (animate-place-char): Use forward-line instead
16361         of next-line to improve performance.
16363 2005-03-09  Simon Josefsson  <jas@extundo.com>
16365         * net/browse-url.el (browse-url-default-browser): Doc fix.
16367 2005-03-09  Miles Bader  <miles@gnu.org>
16369         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
16370         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
16372 2005-03-09  Kenichi Handa  <handa@m17n.org>
16374         * international/latin-1.el: Set case and syntax for 255 only if
16375         set-case-syntax-set-multibyte is nil.
16377         * textmodes/ispell.el (ispell-insert-word): New function.
16378         (ispell-word): Use ispell-insert-word to insert a new word.
16379         (ispell-process-line): Likewise.
16380         (ispell-complete-word): Likewise.
16382 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
16384         * calendar/calendar.el (redraw-calendar): Preserve point.
16385         Reported by Matt Hodges <MPHodges@member.fsf.org>.
16386         (calendar-week-start-day): Move after definition of
16387         redraw-calendar.  Delete buffer test, since redraw-calendar has
16388         that now.
16390         * calendar/diary-lib.el (mark-diary-entries): Only call
16391         redraw-calendar in the first of any recursive calls.
16392         Reported by Alan Shutko <ats@acm.org>.
16394 2005-03-08  Juri Linkov  <juri@jurta.org>
16396         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
16397         (html-horizontal-rule, html-line, html-image, html-checkboxes)
16398         (html-radio-buttons): Add a space before the trailing `/>' where
16399         sgml-xml-mode is non-nil.
16400         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
16401         the subsequent tag of the empty XML tag.
16402         (html-href-anchor): Don't set initial input to "http:".
16403         (html-image): Ask for the image URL and set point inside alt="".
16404         (html-name-anchor): Duplicate the name in the `id' attribute when
16405         sgml-xml-mode is non-nil.
16406         (html-paragraph): Remove \n before <p>.
16407         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
16408         instead of `checked' when sgml-xml-mode is non-nil.
16410         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
16411         Remove 1 space before #RRGGBB to not truncate it on terminal
16412         windows w/o fringes.  Remove 1 space between bg and fg examples
16413         to get more space.
16414         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
16415         avoid byte-compile warnings.
16417         * image-file.el (image-file-handler): Put `safe-magic' property to
16418         `image-file-handler'.
16420         * info.el (Info-isearch-search): Emulate word search in
16421         isearching through multiple Info nodes with Info-search.
16422         (Info-isearch-wrap): Allow isearch-word.
16424 2005-03-08  Lute Kamstra  <lute@gnu.org>
16426         * emacs-lisp/debug.el (debugger-step-through): Make sure that
16427         stepping into the debugger's code is not possible.
16428         (debugger-jumping-flag): Docstring update.
16430 2005-03-08  Jay Belanger  <belanger@truman.edu>
16432         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
16433         embedded mode begins.
16434         (calc-embedded-language-alist): New variable.
16435         (calc-embedded-find-modes): Use calc-embedded-language-alist to
16436         set default language mode.
16438 2005-03-08  Kenichi Handa  <handa@m17n.org>
16440         * international/ccl.el (define-ccl-program): Fix docstring about
16441         extra 256 bytes assured for the output buffer.
16443         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
16444         Fix BUFFER_MAGNIFICATION to 2.
16445         (ccl-encode-mule-utf-16be-with-signature): Likewise.
16447 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
16449         * align.el (align-rules-list): Added an alignment rule for CSS
16450         declarations (applies to css-mode and html-mode buffers).
16452 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16454         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
16456 2005-03-07  Kim F. Storm  <storm@cua.dk>
16458         * simple.el (move-beginning-of-line): New command.
16460         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
16462         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
16464         * emulation/cua-base.el: Put CUA move property on move-end-of-line
16465         and move-beginning-of-line.
16467         * apropos.el (apropos-print): Omit command from M-x ... RET.
16469 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
16471         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
16472         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
16474 2005-03-06  Richard M. Stallman  <rms@gnu.org>
16476         * bindings.el (esc-map): Bind M-g to goto-line.
16478         * facemenu.el (global-map): Bind M-o, not M-g.
16480 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16482         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
16483         "Open Directory" as for "Open File".
16485 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
16487         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
16488         (push-mark-command): Run activate-mark-hook.
16490 2005-03-06  Richard M. Stallman  <rms@gnu.org>
16492         * help-mode.el (help-mode-finish): Don't alter the element
16493         in view-return-to-alist if there already is one.
16495         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
16496         make sure the current buffer is the expected one.
16498         * novice.el (disabled-command-function): Output in *Disabled Command*.
16499         Explicitly ignore non-keyboard events, and explicitly handle C-g.
16501         * textmodes/flyspell.el (flyspell-large-region):
16502         Pass args differently for aspell.
16504         * files.el (mode-require-final-newline): Doc fix.
16506 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
16508         * progmodes/which-func.el (which-function):
16509         Specify NOERROR when calling imenu--make-index-alist.
16511 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16513         * simple.el (normal-erase-is-backspace): Define default value.
16515         * custom.el (custom-theme-set-variables): Remove unused var
16516         `immediate'.
16517         (custom-reevaluate-setting): Simple function to handle variables
16518         that are defined before their default value can really be
16519         computed.
16521         * startup.el (command-line): Use it for temporary-file-directory,
16522         small-emporary-file-directory, auto-save-file-name-transforms,
16523         blink-cursor-mode, and normal-erase-is-backspace.
16525         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
16526         progress, even with buggy anchored keywords.
16528 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
16530         * simple.el (goto-line): Remove unbalanced final parenthesis.
16532 2005-03-05  Richard M. Stallman  <rms@gnu.org>
16534         * simple.el (goto-line): Use a number at point as the default.
16535         With C-u as arg, switch buffers.
16537 2005-03-05  Juri Linkov  <juri@jurta.org>
16539         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
16540         with `no-blinking-cursor'.
16542         * startup.el (no-blinking-cursor): New defvar.
16543         (command-line): Add `--no-blinking-cursor' to longopts.
16544         Set `no-blinking-cursor' to t for command line arguments
16545         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
16546         with `no-blinking-cursor' in the condition for calling
16547         `blink-cursor-mode'.
16549 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
16551         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
16552         (menu-bar-options-save): Add blink-cursor-mode.
16553         (menu-bar-options-menu): Add blink-cursor-mode.
16555 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
16557         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
16558         (icalendar-export-file, icalendar-export-region)
16559         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
16560         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
16562 2005-03-04  Lute Kamstra  <lute@gnu.org>
16564         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
16565         (debug-function-list): Ditto.
16567 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
16569         * textmodes/texinfmt.el (texinfo-append-refill):
16570         Redefine the types of line to which @refill
16571         is not appended by replacing a search for `@refill\\|@bye' with
16572         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
16573         itemize@refill' bug and the unfilled long lines bug.
16574         (texinfmt-version): Update number and date.
16576 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16578         * international/code-pages.el (windows-1250, windows-125[2-8])
16579         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
16581 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16583         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
16584         bound yet.
16586 2005-03-02  Romain Francoise  <romain@orebokech.com>
16588         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
16589         buffer after removing limits.
16590         (ibuffer-pop-filter): Ditto.
16591         Update copyright.
16593 2005-03-02  Miles Bader  <miles@gnu.org>
16595         * button.el (make-text-button): If the user doesn't specify a
16596         type, use the default.  Rewrite to use `add-text-properties' and
16597         plist functions.
16599 2005-03-01  Lute Kamstra  <lute@gnu.org>
16601         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
16602         (debugger-jumping-flag): New var.
16603         (debug-entry-code): Use it.
16604         (debugger-jump): Use debugger-jumping-flag and add
16605         debugger-reenable to post-command-hook.
16606         (debugger-reenable): Use debugger-jumping-flag and remove itself
16607         from post-command-hook.
16608         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
16609         debugger-reenable.
16611 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
16613         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
16614         inclusion of "itemize\\|", which may be unnecessary, is certainly
16615         inelegant, and stops refilling in itemize lists when formatting
16616         Japanese Texinfo files to Info.
16617         Update copyright to 2005.
16619 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
16621         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
16622         of an error if GDB can't find the source file.
16624 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
16626         * calendar/calendar.el (redraw-calendar): Work from any buffer,
16627         not just the calendar.
16629         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
16630         first.
16631         (diary-redraw-calendar): New function.
16632         (make-diary-entry): Add diary-redraw-calendar to local
16633         write-contents-functions.  Turn off selective display before
16634         inserting in diary.
16636 2005-03-01  Kim F. Storm  <storm@cua.dk>
16638         * emacs-lisp/copyright.el (copyright-fix-years): New command.
16640 2005-03-01  Lute Kamstra  <lute@gnu.org>
16642         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
16643         that debug-entry-code can be safely removed from a function while
16644         this code is being evaluated.  Revert the 2005-02-27 change as the
16645         new implementation no longer requires it.  Make sure that a
16646         function body containing just a string is not mistaken for a docstring.
16647         (debug): Skip one more frame in case of debug on entry.
16648         (debugger-setup-buffer): Delete one more frame line in case of
16649         debug on entry.
16650         (debugger-frame-number): Update to use the new text introduced by
16651         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
16653 2005-02-28  Kim F. Storm  <storm@cua.dk>
16655         * double.el (double-translate-key): Call force-window-update after
16656         read-event to avoid crash in redisplay.
16658 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16660         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
16661         (debug): Use it.  Move the inhibit-trace earlier.
16662         (debug-entry-code): New const.
16663         (debug-on-entry-1): Use it.
16665 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
16667         * international/utf-16.el (ccl-encode-mule-utf-16le):
16668         Fix BUFFER_MAGNIFICATION to 2.
16669         (ccl-encode-mule-utf-16be): Likewise.
16671 2005-02-28  Kenichi Handa  <handa@m17n.org>
16673         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
16674         Fix BUFFER_MAGNIFICATION to 4.
16675         (ccl-encode-mule-utf-16be-with-signature): Likewise.
16677 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
16679         * speedbar.el (speedbar-update-flag): Doc fix.
16680         (speedbar-show-info-under-mouse): Give set-mouse-position the right
16681         argument.
16683 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16685         * reveal.el (reveal-post-command): Don't try to reveal overlays which
16686         have a non-nil `invisible' property but are actually visible.
16688         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
16689         for perldoc sections.
16690         (perl-outline-regexp, perl-outline-level): New var and function.
16691         (perl-mode): Use them.
16693 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
16695         * calendar/diary-lib.el (diary-remind): Discard any mark portion
16696         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
16698 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
16700         * cus-edit.el: Comment change.
16701         (custom-buffer-create-internal): Slightly reword text at top of
16702         Custom buffers.  Mention there that saving an option edits the
16703         init file.  Add link to Emacs manual node on `custom-file'.
16704         (custom-magic-alist): Rewrite individual State messages to use
16705         capitalized keywords.  Doc fix.
16707 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
16709         * calendar/calendar.el (calendar-buffer): Move above
16710         calendar-week-start-day.
16711         (calendar-week-start-day): Doc fix.  Add :set function.
16712         (calendar-minimum-window-height): New variable.
16713         (generate-calendar-window): Only resize window if selected-window
16714         is displaying the calendar buffer.  Use new variable
16715         calendar-minimum-window-height.
16716         (generate-calendar): Reword error message.
16717         (calendar-mode-map): Bind DEL to scroll-other-window-down.
16719 2005-02-27  Andreas Schwab  <schwab@suse.de>
16721         * vc.el (vc-do-command): Don't run command asynchronously when
16722         operating in a remote directory.
16724         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
16725         change from sync with Tramp 2.0.47.
16727 2005-02-27  Richard M. Stallman  <rms@gnu.org>
16729         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
16731         * textmodes/flyspell.el (flyspell-mode-on):
16732         Call ispell-change-dictionary only if necessary.
16734         * emacs-lisp/re-builder.el (regexp-builder): New function.
16736         * register.el (describe-register-1): Explicitly handle
16737         yank-excluded-properties = t.
16739         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
16740         (custom-magic-alist): Change the status descriptions again.
16741         (face widget-type): Total rewrite based on `restricted-sexp'
16742         to eliminate the confusing double hiding levels.
16744         * emacs-lisp/debug.el (debug-on-entry-1):
16745         If function body is empty, add nil as body form.
16747 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16749         * emacs-lisp/trace.el (inhibit-trace): New var.
16750         (trace-make-advice): Use it.
16752         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
16754 2005-02-26  Kim F. Storm  <storm@cua.dk>
16756         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
16757         (mouse-on-link-p, mouse-drag-region-1): Use it.
16759 2005-02-25  Lute Kamstra  <lute@gnu.org>
16761         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
16763 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
16765         * frame.el (blink-cursor-mode): Add :group keyword.
16767 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
16769         * calendar/icalendar.el (icalendar--decode-isodatetime):
16770         New optional argument DAY-SHIFT.
16771         (icalendar-export-region): Fix coding-system-for-write.
16772         (icalendar--convert-ical-to-diary): Shift end-day of all-day
16773         events by one.
16775 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16777         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
16779 2005-02-24  Kim F. Storm  <storm@cua.dk>
16781         * international/iso-acc.el (iso-accents-compose): Fix crash
16782         during redisplay.  Call force-window-update after read-event
16783         and delete-region to signal that window is not accurate.
16785 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16787         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
16788         Remove unused and inexistent var `inhibit-trace'.
16789         (debugger-mode): Use run-mode-hooks.
16790         (debugger-list-functions): Add buttons; setup xref stack.
16792 2005-02-23  Richard M. Stallman  <rms@gnu.org>
16794         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
16795         appointment says it was explicitly made.
16796         (appt-add): Set the 3rd element.
16797         (appt-make-list): Preserve explicit appointments.
16799         * subr.el (find-tag-default): Catch errors in forward-sexp.
16801 2005-02-23  Juri Linkov  <juri@jurta.org>
16803         * info.el (Info-isearch-search): New defcustom.
16804         (Info-isearch-search): Call the default isearch function
16805         when Info-isearch-search is nil.
16806         (Info-isearch-wrap): Use variable Info-isearch-search.
16808 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
16810         * cus-edit.el: Comment change.
16812 2005-02-22  Kim F. Storm  <storm@cua.dk>
16814         * progmodes/hideif.el (hide-ifdef-use-define-alist):
16815         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
16817 2005-02-22  Simon Josefsson  <jas@extundo.com>
16819         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
16820         New variable.
16821         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
16822         Oskarsson" <myrkraverk@users.sourceforget.net>.
16824 2005-02-22  Kim F. Storm  <storm@cua.dk>
16826         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
16827         check that window of that event is the selected window.
16828         (mouse-drag-region-1): Compare mouse event window to selected
16829         window before setting point.
16831         * tooltip.el (tooltip-show-help-function): Pass event to
16832         mouse-on-link-p so it can check selected window.
16834 2005-02-22  Kenichi Handa  <handa@m17n.org>
16836         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
16837         (ps-mule-show-warning): New function.
16838         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
16839         characters are found.
16841         * ps-print.el (ps-header-footer-string): Return a list of header
16842         and footer strings.
16844 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16846         * pcvs.el (cvs-retrieve-revision): Fix thinko.
16848 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16850         * frame.el (blink-cursor-mode): Use define-minor-mode.
16852         * term/mac-win.el (function-key-map): Use char-names more consistently.
16853         (file-name-coding-system): Only set it for MacOS-9.  The other case is
16854         already handled in mule-cmds.el (where it also works when mac-win.el
16855         is not used).
16857 2005-02-21  Kenichi Handa  <handa@m17n.org>
16859         * international/mule.el (ctext-pre-write-conversion): Always use
16860         " *code-converting-work*" buffer for work.
16862         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
16864 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
16866         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
16868 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
16870         * ses.el (undo-more): Restore defadvice, but only the part that
16871         allows changes outside the restricted area of the buffer.
16873 2005-02-20  Kim F. Storm  <storm@cua.dk>
16875         * simple.el (line-move): Add fourth optional arg try-vscroll which
16876         must be set to perform auto-window-vscroll.
16877         When moving backwards and doing auto-window-vscroll, automatically
16878         vscroll to the last part of lines which are taller than the window.
16879         (next-line, previous-line): Set try-vscroll arg on line-move.
16881 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
16883         * replace.el (query-replace, query-replace-regexp)
16884         (replace-string, replace-regexp): When operating on region, make
16885         the minibuffer prompt say so.
16887         * isearch.el (isearch-forward): Document isearch-query-replace and
16888         isearch-query-replace-regexp keybindings.
16890 2005-02-19  Jay Belanger  <belanger@truman.edu>
16892         * calc/calc-aent.el (math-read-token): Add local variable.
16894         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
16895         (calc-edit-top): Move declaration to earlier in file.
16896         (calc-edit-macro-repeats): Add local variables.
16898         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
16899         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
16900         calcFunc-tanh.
16901         Adjust integration rule for calcFunc-tan.
16903 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
16905         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
16906         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
16907         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
16908         (viper-skip-separators): Bug fix.
16909         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
16910         particular major mode.
16911         (viper-del-backward-char-in-replace): Don't put deleted char on the
16912         kill ring.
16914         * viper-ex.el (viper-color-display-p): New function.
16915         (viper-has-face-support-p): Use viper-color-display-p.
16917         * viper-keym.el (viper-gnus-modifier-map): New keymap.
16919         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
16921         * viper-util.el (viper-glob-unix-files): Fix shell status check.
16922         (viper-file-remote-p): Make equivalent to file-remote-p.
16924         * viper.el (viper-major-mode-modifier-list):
16925         Use viper-gnus-modifier-map.
16927 2005-02-19  David Kastrup  <dak@gnu.org>
16929         * subr.el (subregexp-context-p): Fix garbled doc string by adding
16930         quoting.
16932 2005-02-19  Jay Belanger  <belanger@truman.edu>
16934         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
16935         Remove extra definitions.
16936         (calc-coth): New function.
16937         (calcFunc-cot): Fix `let'.
16939 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
16941         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
16942         the reasons we use "type pc" in these faces.
16944         * button.el (button): Ditto.
16946 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
16948         * replace.el (query-replace-read-from): Set the value of
16949         query-replace-from-history-variable to handle the case of an empty
16950         string entered to accept the suggested default.
16952         * net/tramp.el (tramp-file-name-for-operation):
16953         Use dired-call-process instead of dired-call-process-command.
16955 2005-02-19  Jay Belanger  <belanger@truman.edu>
16957         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
16958         (math-div-non-trig): New variables.
16959         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
16960         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
16961         (math-combine-prod, math-div-symb-fancy): Add simplifications for
16962         trig expressions.
16964 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
16966         * progmodes/gdb-ui.el (gdb-var-update-handler)
16967         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
16968         for watch expressions,
16969         (gdb-var-create-handler): Don't set speedbar-update-flag.
16970         (gdb-post-prompt): Simplify test for speedbar.
16972 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
16974         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
16975         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
16976         we use the syntax table of the correct buffer.
16977         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
16978         Felix Gatzemeier.
16980         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
16981         (ediff-file-remote-p): Make synonymous with file-remote-p.
16982         In all deffaces ediff-*-face-*, use min-colors.
16984         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
16985         ediff-recurse-to-subdirectories.
16986         (ediff-mark-if-equal): Check that the arguments are strings, use
16987         ediff-same-contents (after to Felix Gatzemeier).
16989         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
16990         nil.
16992 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16994         * log-view.el (log-view-message-re): Fix up Subversion regexp.
16996 2005-02-18  David Kastrup  <dak@gnu.org>
16998         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
16999         use `mark-active' when defined.
17001 2005-02-18  Kenichi Handa  <handa@m17n.org>
17003         * ps-print.el (ps-font-info-database): New entry
17004         ZapfChancery-MediumItalic with correct font name.  Fix font name
17005         of the entry Zapf-Chancery-MediumItalic.
17007 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
17009         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
17011 2005-02-16  Kim F. Storm  <storm@cua.dk>
17013         * ido.el (ido-fallback-command): Pass user input to fallback command.
17015 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
17017         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
17018         (gdb-find-file-hook): Add server prefix.
17020 2005-02-16  Richard M. Stallman  <rms@gnu.org>
17022         * replace.el (perform-replace): Pass new args to replace-highlight.
17023         (replace-highlight): Take region args,
17024         and pass them to isearch-lazy-highlight-new-loop.
17026         * novice.el (disabled-command-hook): Autoload the defalias
17027         and the make-obsolete-variable call.
17029         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
17031         * isearch.el (isearch-lazy-highlight-start-limit)
17032         (isearch-lazy-highlight-end-limit): New variables limit
17033         the region for highlighting.
17034         (isearch-lazy-highlight-new-loop): New args BEG and END.
17035         (isearch-lazy-highlight-search): Use the new vars.
17036         (isearch-lazy-highlight-update): Likewise.
17038         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
17040         * cus-start.el (all): Use default-boundp.
17042 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
17044         * menu-bar.el (menu-bar-select-frame): Handle current frame.
17046 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
17048         * autorevert.el (auto-revert-stop-on-user-input)
17049         (auto-revert-verbose): Doc fixes.
17051 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
17053         * international/mule-cmds.el (set-locale-environment): Remove call
17054         to set-selection-coding-system on Windows.
17056 2005-02-15  Jay Belanger  <belanger@truman.edu>
17058         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
17059         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
17060         calcFunc-coth.
17061         (math-simplify-sqrt): Add simplifications.
17063         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
17064         to list.
17066         * calc/calc-ext.el: Add functions to autoloads.
17068         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
17069         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
17070         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
17071         (math-csc-raw, math-cot-raw): New functions.
17073         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
17075         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
17076         the variable name in a message.
17078         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
17079         calcFunc-csc, calcFunc-cot.
17081         * calc/calcalg2.el: Add derivative and integration rules for
17082         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
17083         calcFunc-csch, calcFunc-coth.
17084         (math-do-integral-methods): Add to checks for when to use
17085         substitutions.
17087         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
17089 2005-02-15  Lute Kamstra  <lute@gnu.org>
17091         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17092         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
17093         <monnier@iro.umontreal.ca>
17094         (lisp-outline-level): Improve efficiency.  Suggested by David
17095         Kastrup <dak@gnu.org>.
17097 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
17099         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
17100         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
17101         (gdb-set-gud-minor-mode-existing-buffers): New functions.
17102         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
17103         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
17105 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
17107         * cus-start.el (all): Comment change.
17109 2005-02-14  Lute Kamstra  <lute@gnu.org>
17111         * cus-start.el (all): Check if symbol is void.
17113 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
17115         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
17116         optional argument to \cite.
17118 2005-02-14  Richard M. Stallman  <rms@gnu.org>
17120         * cus-edit.el (custom-buffer-create-internal): Update help message.
17121         (custom-magic-alist): Update help messages.
17123         * cus-start.el (all): Allow a var to specify a standard value.
17125 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
17127         * custom.el (custom-theme-set-variables): Handle variable aliases.
17129         * frame.el (blink-cursor-timer): Doc fix.
17130         (blink-cursor): Make it an alias for `blink-cursor-mode' and
17131         declare obsolete.
17132         (blink-cursor-mode): Define with defcustom and use correct
17133         standard expression in that defcustom.
17134         * startup.el (command-line): Adapt to above changes in frame.el.
17136 2005-02-11  Lute Kamstra  <lute@gnu.org>
17138         * apropos.el (apropos-score-doc): Prevent division by zero.
17140 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
17142         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
17143         (icalendar--get-event-property-attributes)
17144         (icalendar--get-event-properties)
17145         (icalendar--datetime-to-diary-date): New functions.
17146         (icalendar--split-value): Doc fix.
17147         (icalendar--datetime-to-noneuropean-date)
17148         (icalendar--datetime-to-european-date): New optional argument
17149         SEPARATOR.  Return result as a string instead of a list.
17150         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
17151         (icalendar--convert-string-for-export): Rename arg S to STRING.
17152         (icalendar-export-region): Doc fix.  Change name of error buffer.
17153         Save output buffer.
17154         (icalendar-import-file): Add blank at end of prompt.
17155         (icalendar-import-buffer): Doc fix.  Do not switch to error
17156         buffer.  Indicate status in return value.
17157         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
17158         buffer.  Save output buffer.  Handle exception from recurrence
17159         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
17160         events.  Fix problems with weekly all-day events.
17162 2005-02-10  Richard M. Stallman  <rms@gnu.org>
17164         * simple.el (eval-expression-print-format):
17165         Avoid warning about edebug-active.
17167         * help.el (help-for-help-internal): Rename from help-for-help.
17168         (help-for-help): Define with defalias.
17170         * font-core.el (font-lock-default-function): Use with-no-warnings.
17172         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
17174         * custom.el (defface): Doc fix.
17176 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
17178         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
17179         width 0" to prevent word wrapping problems.
17181 2005-02-09  Kim F. Storm  <storm@cua.dk>
17183         * ido.el (ido-file-extensions-order): New defcustom.
17184         (ido-file-extension-lessp, ido-file-extension-aux)
17185         (ido-file-extension-order): New advanced file ordering.
17186         (ido-file-lessp): New simple file ordering.
17187         (ido-sort-list): Remove.
17188         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
17189         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
17191 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
17193         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
17194         that some versions of grep produce.
17195         (grep-mode-font-lock-keywords): Likewise.
17197 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
17199         * progmodes/gdb-ui.el (gdb-location-list): New variable.
17200         (gdb-cdir): Delete.
17201         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
17202         (gdb-source-info): Treat case when source file is in another
17203         directory properly.
17204         (gdb-get-location): New function.
17206 2005-02-07  Jay Belanger  <belanger@truman.edu>
17208         * calc/calc-prog.el (calc-write-parse-table-part)
17209         (calc-fix-token-name): Fix a check for language type.
17211         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
17213 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
17215         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
17216         as directory not writable.
17218 2005-02-07  Kim F. Storm  <storm@cua.dk>
17220         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
17221         (cua--standard-movement-commands): Remove list.
17222         Instead, set CUA property value to move for movement commands.
17223         (cua-movement-commands): Remove.  Users must set CUA prop instead.
17224         (cua--pre-command-handler): Check CUA property.
17225         (cua--init-keymaps): Don't remap undo commands.
17226         (cua-mode): Don't call cua--rectangle-on-off.
17228         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
17229         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
17230         (cua--rect-undo-set-point): New var.
17231         (cua--rectangle-undo-boundary): Setup undo apply entry.
17232         (cua--rect-undo-handler): New function for rectangle undo.
17233         (cua--rect-start-position, cua--rect-end-position): Add.
17234         (cua--rectangle-post-command): Call cua--rectangle-set-corners
17235         for restored rectangle.  Set point if cua--rect-undo-set-point.
17237 2005-02-06  Jay Belanger  <belanger@truman.edu>
17239         * calc/calc-lang.el (calc-tex-language): Display more information
17240         in messages.
17242         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
17243         in TeX mode.
17245 2005-02-06  Richard M. Stallman  <rms@gnu.org>
17247         * emacs-lisp/lisp.el (buffer-end): Doc fix.
17249 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
17251         * net/ldap.el (ldap-search-internal): Support attributes with
17252         optional descriptions separated by a semi-colon, as in
17253         "userCertificate;binary".
17255 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17257         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
17258         isn't a cons (i.e. the version is 0).
17260 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
17262         * help.el (help-for-help): Doc fix.
17264 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
17266         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
17267         GDB-Windows on the menu-bar as this works better.
17269 2005-02-04  Jay Belanger  <belanger@truman.edu>
17271         * calc/calc-embed.el (calc-embedded-update): Don't put in
17272         unnecessary newlines.  Adjust the end of formula marker.
17274         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
17275         (math-latex-parse-two-args): New function.
17277 2005-02-03  Lute Kamstra  <lute@gnu.org>
17279         * help-fns.el (help-with-tutorial): Make sure that users cannot
17280         remove the entire text of the tutorial by means of `undo'.
17282 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17284         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
17285         in recent changes, where the ispell process was repeatedly
17286         killed & restarted.
17288         * international/mule-cmds.el (set-locale-environment): Set file-name
17289         coding system to utf-8 on Darwin systems.
17290         (set-default-coding-systems): Don't set default-file-name-coding-system
17291         on Darwin systems.
17293 2005-02-03  Richard M. Stallman  <rms@gnu.org>
17295         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
17297 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
17299         * faces.el (list-faces-display): Add optional argument.
17301 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17303         * font-core.el (font-lock-default-function): Handle the rare case where
17304         only font-lock-keywords is set.
17306 2005-02-02  Kenichi Handa  <handa@m17n.org>
17308         * international/characters.el: Cancel previous change for
17309         I-WITH-DOT-ABOVE and DOTLESS-i.
17311         * international/latin-5.el: Cancel previous change.
17313 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
17315         * progmodes/gud.el: Correction to syntax in gud-menu-map.
17317 2005-02-02  Kenichi Handa  <handa@m17n.org>
17319         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
17320         DOTLESS-i.
17322         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
17323         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
17325         * case-table.el (get-upcase-table): New function.
17326         (copy-case-table): Copy upcaes table too if non-nil.
17327         (set-case-syntax-delims): Maintain upcase table too.
17328         (set-case-syntax-pair): Likewise.
17329         (set-upcase-syntax, set-downcase-syntax): New functions.
17330         (set-case-syntax): Maintain upcase table too.
17332 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
17334         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
17336         * progmodes/gud.el (gud-goto-info): New function.
17337         (gud-tool-bar-map): Use correct icon.
17339 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
17341         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
17342         When delegating, order args in the funcall correctly.
17344 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
17346         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
17348 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
17350         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
17351         buffer not visiting a file.
17353 2005-01-31  Jay Belanger  <belanger@truman.edu>
17355         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
17356         bound on the line with the formula.
17358 2005-01-31  Kim F. Storm  <storm@cua.dk>
17360         * ses.el (ses-create-cell-variable-range)
17361         (ses-destroy-cell-variable-range, ses-reset-header-string)
17362         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
17363         (ses-insert-row): Fix format of apply undo entries.
17365 2005-01-31  Jay Belanger  <belanger@truman.edu>
17367         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
17368         parts.
17370         * calc/calc-embed.el (calc-embedded-open-formula)
17371         (calc-embedded-close-formula): Ignore matrix environments.
17373         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
17374         TeX mode.
17376         * calc/calc-lang.el (math-function-table, math-oper-table)
17377         (math-variable-table): Adjust the LaTeX portions.
17379         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
17380         (math-latex-ignore-words): New constant.
17382 2005-01-31  Richard M. Stallman  <rms@gnu.org>
17384         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
17385         (ispell-local-dictionary): Doc fix.
17386         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
17387         Don't reinitialize at run time.  Don't defcustom.
17388         All uses changed to append ispell-local-dictionary-alist,
17389         or check it first.
17390         (ispell-current-dictionary): New variable for dictionary in use.
17391         (ispell-dictionary): Now used only for global default.
17392         (ispell-start-process): Set ispell-current-dictionary,
17393         not ispell-dictionary.
17394         (ispell-change-dictionary): Use this only for setting
17395         user preferences.
17396         (ispell-internal-change-dictionary): New function
17397         to change the current dictionary in use.
17398         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
17399         Use ispell-current-dictionary.
17400         Handle ispell-local-dictionary-overridden.
17401         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
17403 2005-01-31  Jay Belanger  <belanger@truman.edu>
17405         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
17407         * calc/calc-ext.el: Add calc-latex-language to autoloads.
17408         (calc-mode-map): Add calc-latex-language.
17410         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
17411         (math-latex-print-frac): New functions.
17412         (math-oper-table, math-function-table, math-variable-table)
17413         (math-complex-format, math-input-filter): Add latex properties.
17414         (calc-set-language): Set math-expr-special-function-mapping.
17416         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
17417         (calc-write-parse-table-part): Add LaTeX support.
17419         * calc/calc.el (calc-language): Adjust docstring.
17420         (calc-set-mode-line): Add LaTeX support.
17421         (math-expr-special-function-mapping): New variable.
17422         (math-tex-ignore-words): Add to list.
17424         * calc/calccomp.el (math-compose-expr, math-compose-rows):
17425         Add LaTeX support.
17426         (math-compose-expr): Add support for special functions.
17428         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
17430 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
17432         * progmodes/gdb-ui.el (gdb-memory-address)
17433         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
17434         (gdb-memory-mode-map, gdb-memory-format-keymap)
17435         (gdb-memory-format-menu, gdb-memory-unit-keymap)
17436         (gdb-memory-unit-menu): New variables for a buffer
17437         that lets the user examine program memory.
17438         (gdb-memory-set-address, gdb-memory-set-repeat-count)
17439         (gdb-memory-format-binary, gdb-memory-format-octal)
17440         (gdb-memory-format-unsigned, gdb-memory-format-signed)
17441         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
17442         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
17443         (gdb-memory-unit-word, gdb-memory-unit-halfword)
17444         (gdb-memory-unit-byte, gdb-memory-unit-menu)
17445         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
17446         (gdb-memory-mode, gdb-memory-buffer-name)
17447         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
17448         New functions for above buffer.
17450 2005-01-30  Richard M. Stallman  <rms@gnu.org>
17452         * cus-edit.el (custom-bury-buffer): Function deleted.
17453         (custom-buffer-done-function): Option deleted.
17454         (custom-buffer-done-kill): New replacement option.
17455         (Custom-buffer-done): Call quit-window.
17456         (custom-buffer-create-internal): Update for above changes.
17458 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
17460         * simple.el (undo-ask-before-discard): New var.
17461         (undo-outer-limit-truncate): Implement it.
17462         (undo-extra-outer-limit): Doc update.
17464 2005-01-29  Richard M. Stallman  <rms@gnu.org>
17466         * ses.el (undo-more): Delete defadvice.
17467         (ses-begin-change): Doc fix.
17469         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
17470         instead of rebinding C-x u and C-_.
17472         * files.el (normal-backup-enable-predicate): Return nil for files
17473         in /tmp, regardless of temporary-file-directory.
17475         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
17477         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
17478         (open-rectangle, delete-whitespace-rectangle-line)
17479         (clear-rectangle-line): If FILL, pass t instead of FILL
17480         for move-to-column's 2nd arg.
17482         * simple.el (undo): Fix the test for continuing a series of undos.
17483         (undo-more): Set pending-undo-list to t when we reach end.
17484         (pending-undo-list): Move up defvar.
17486         * wid-edit.el (widget-button-click):
17487         Shorten the range of the track-mouse binding.
17489         * comint.el (comint-insert-input): Undo previous changes;
17490         use last-input-event in interactive spec.
17492 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
17494         * progmodes/compile.el (compilation-start): Bind buffer-read-only
17495         to nil before invoking call-process.  Reset buffer's modified flag
17496         after fontifying it in the no-async branch.
17498         * wid-edit.el (widget-specify-button): If mouse pointer shape
17499         cannot be changed, use mouse face instead.
17501 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
17503         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17504         (gdb-goto-breakpoint): Make breakpoint handling work on template
17505         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
17506         (gdb-assembler-custom): Update to recognize breakpoint information
17507         added on 2005-01-19.
17509 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17511         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
17512         (dsssl-mode): Use define-derived-mode.
17513         (scheme-mode-initialize): Remove.
17514         (scheme-mode): Use run-mode-hooks.
17516         * cus-edit.el (customize-group-other-window)
17517         (custom-buffer-create-other-window): Don't override special-display-*.
17518         (custom-mode-map): Make it dense.
17520         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
17521         sets the default value.
17523 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
17525         * descr-text.el: Add more keywords.
17527 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17529         * speedbar.el: Avoid unnecessary use of locate-library.
17531         * international/mule-cmds.el (standard-display-european-internal):
17532         Don't fiddle with latin-1 non-break space any more since it's now
17533         special cased in the C code.
17534         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
17536 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
17538         * cus-start.el (all): Add `undo-outer-limit'.
17540 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17542         * textmodes/bibtex.el (bibtex-format-entry):
17543         Use `bibtex-empty-field-re' only on the text of fields, not on entire
17544         field lines.
17545         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
17546         not on part of a buffer.
17548 2005-01-25  Lute Kamstra  <lute@gnu.org>
17550         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
17551         nonempty field text strings like "{letters\\macro{}more letters}".
17552         Clarify docstring.
17553         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
17554         (bibtex-entry-offset, bibtex-parse-association)
17555         (bibtex-parse-field-name): Fix typos in docstrings.
17556         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
17558 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
17560         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
17561         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
17562         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
17563         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
17565         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
17566         isearch minor mode.
17568 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
17570         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
17572 2005-01-24  Lute Kamstra  <lute@gnu.org>
17574         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
17575         CASECHARS and NOT-CASECHARS regular expressions of the
17576         "nederlands" and "nederlands8" dictionaries to prevent a "Range
17577         striding over charsets" error.
17579 2005-01-24  Jay Belanger  <belanger@truman.edu>
17581         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
17582         display variable name.
17584 2005-01-24  Kenichi Handa  <handa@m17n.org>
17586         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
17587         Fix setting of the element of encoded-kbd-iso2022-invocations.
17589 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
17591         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
17592         (gdb-threads-select): Change to also accept mouse events.
17593         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
17594         (gdb-threads-mouse-select): Delete.
17596 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
17598         * files.el (insert-directory): Take care of empty directory,
17599         listed without -a switch.
17601 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17603         * textmodes/refill.el (refill-post-command-function):
17604         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
17605         to the list of functions that we should be careful not to undo.
17606         (refill-late-fill-paragraph-function): Remove.
17607         (refill-saved-state): New var.
17608         (refill-mode): Use it to save fill-paragraph-function.
17609         Save also the value of auto-fill-function.
17611         * term/w32-win.el: Simplify code.
17613 2005-01-23  Kim F. Storm  <storm@cua.dk>
17615         * simple.el (line-move): Adapt to new return value from
17616         pos-visible-in-window-p.
17618         * simple.el (line-move): Fix last change.  Check partial
17619         visibility at point rather than at window-start.
17621 2005-01-22  Jason Rumney  <jasonr@gnu.org>
17623         * term/w32-win.el (xw-defined-colors): Remove debug-message.
17625 2005-01-22  David Kastrup  <dak@gnu.org>
17627         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
17629 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
17631         * type-break.el (type-break-mode): Add a test for
17632         type-break-file-name being non-nil.
17634 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
17636         * net/eudc.el (top level): Call (message "") via progn, so that
17637         eudc-options-file is loaded.
17639 2005-01-22  Kim F. Storm  <storm@cua.dk>
17641         * simple.el (line-move-1): Rename from line-move.
17642         (line-move): New function that adjusts vscroll for partially
17643         visible rows, and calls line-move-1 otherwise.
17645 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
17647         * pcomplete.el: Define pcomplete-read-event instead of read-event,
17648         since it's not a complete read-event implementation
17650 2005-01-20  Jay Belanger  <belanger@truman.edu>
17652         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
17653         for called function.
17655 2005-01-20  Steven Tamm  <steventamm@mac.com>
17657         * term/mac-win.el (process-connection-type): Remove.
17658         Controlled now by s/darwin.h:PTY_ITERATION.
17660 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17662         * window.el (handle-select-window): Don't switch window when we're
17663         in the minibuffer.
17665 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
17667         * subr.el (dotimes-with-progress-reporter): New macro.
17669         * ses.el (ses-dotimes-msg): Remove macro.
17670         Use `dotimes-with-progress-reporter' instead.
17672 2005-01-19  Steven Tamm  <steventamm@mac.com>
17674         * term/mac-win.el (process-connection-type): Use new
17675         operating-system-release variable to use ptys on Darwin 7 (OS X
17676         10.3) when using carbon build.
17678 2005-01-19  Jay Belanger  <belanger@truman.edu>
17680         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
17681         flags if the last command was a tab or M-tab.
17683         * calc/calc-prog.el (calc-user-define-edit): Put original formula
17684         in formula editing buffer.
17686 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
17688         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
17689         breakpoint image symbol in margin.
17691 2005-01-19  Jay Belanger  <belanger@truman.edu>
17693         * calc/calc-prog.el (calc-execute-kbd-macro):
17694         Ignore calc-keep-arg-flag.
17696 2005-01-19  Kenichi Handa  <handa@m17n.org>
17698         * textmodes/ispell.el (ispell-looking-at): New function.
17699         (ispell-process-line): Use ispell-looking-at to compare the ispell
17700         output and the buffer contents.
17702 2005-01-18  Jay Belanger  <belanger@truman.edu>
17704         * calc/calc.el (calc-display-raw): Fix docstring.
17706 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17708         * simple.el (blink-matching-open): Strip extra info from syntax.
17710         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
17711         funny chars in the end-of-here-doc marker.
17713 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
17715         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
17716         that enable/disabled state of breakpoints is shown correctly in
17717         fringe and on ttys.
17718         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
17719         Add breakpoint information as text properties.
17720         (gdb-mouse-toggle-breakpoint):
17721         Rename to gdb-mouse-set-clear-breakpoint.
17722         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
17723         breakpoints in the margin.
17724         (gdb-remove-strings): Simplify.
17726 2005-01-17  Jay Belanger  <belanger@truman.edu>
17728         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
17729         erasing buffer.
17731 2005-01-17  Richard M. Stallman  <rms@gnu.org>
17733         * progmodes/grep.el (grep-find): Copy from `grep' the condition
17734         for calling grep-compute-defaults.
17736         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
17737         if buffer is empty.
17739         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
17741 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17743         * hilit-chg.el (highlight-changes-mode): Don't autoload.
17745         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
17746         non-preloaded variables.
17748 2005-01-17  Steven Tamm  <steventamm@mac.com>
17750         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
17751         tex-shell cause to force interactivity when using pipes.
17753 2005-01-17  Kim F. Storm  <storm@cua.dk>
17755         * simple.el (just-one-space): Make arg optional.
17757 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
17759         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
17760         posn-at-x-y to t to access left-margin.
17762 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
17764         Sync with Tramp 2.0.47.
17766         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
17767         catching keep-date problems in cp/scp operations.
17768         (tramp-handle-copy-file): Don't call `set-file-modes'
17769         unconditionally.  Specialized functions should know better what is
17770         necessary.  This improves performance a little bit, and the
17771         functions could catch errors with `cp -p' and `scp -p'.
17772         (tramp-do-copy-or-rename-file-via-buffer)
17773         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
17774         when appropriate.
17775         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
17776         Call `set-file-modes' when appropriate.
17777         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
17778         Johnsson <isak@hypergene.com>
17779         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
17780         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
17781         <joakim@verona.se>
17782         (tramp-file-name-for-operation): Mark `shell-command' as magic for
17783         Emacs only.
17785         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
17786         `find-file-hooks' and `dired-mode-hook'.
17787         (tramp-minor-mode-map): Respective map.  Add remapping for
17788         `compile' and `recompile'.
17789         (tramp-remap-command, tramp-recompile): New defuns.
17790         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
17791         in buffer "*Compilation*".  Call the commands asynchronously.
17793         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
17794         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
17795         `shell-command', because it isn't magic in XEmacs.  Reported by
17796         Adrian Aichner <adrian@xemacs.org>.
17798         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
17799         `substitute-in-file-name.
17800         (tramp-smb-handle-substitute-in-file-name): New defun.
17801         (tramp-smb-advice-PC-do-completion): Delete advice.
17803 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
17805         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
17806         Fix error in deleting region.
17808 2005-01-15  Richard M. Stallman  <rms@gnu.org>
17810         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
17811         In non-temp buffer, switch syntax table temporarily.
17813         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
17815         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
17817         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
17819         * imenu.el (imenu--split-menu): Copy menulist before sorting.
17820         (imenu--generic-function): Use START, not BEG, as pos of definition.
17822         * simple.el (just-one-space): Argument specifies number of spaces.
17824         * simple.el (eval-expression-print-format): Avoid warning
17825         about edebug-active.
17827 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
17829         * progmodes/sh-script.el: Code copied from make-mode.el
17830         with small changes,
17831         (sh-mode-map): Bind C-c C-\.
17832         (sh-backslash-column, sh-backslash-align): New variables.
17833         (sh-backslash-region, sh-append-backslash): New functions.
17835 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17837         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
17838         (rmail-pop-password, rmail-pop-password-required): Move to
17839         rmail-obsolete group.
17840         (rmail-set-pop-password): Rename to rmail-set-remote-password.
17841         All callers updated.
17842         (rmail-get-pop-password): Rename to rmail-get-remote-password.
17843         Take an argument specifying whether it is POP or IMAP mailbox we
17844         are using.  All callers updated.
17845         (rmail-pop-password-error): Rename to
17846         rmail-remote-password-error.  Added mailutils-specific error message.
17847         (rmail-movemail-search-path)
17848         (rmail-movemail-variant-in-use): New variables.
17849         (rmail-remote-password, rmail-remote-password-required):
17850         New customization variables.
17851         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
17852         (rmail-parse-url): New function.
17853         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
17854         with GNU mailutils movemail.
17856 2005-01-15  Kevin Ryde  <user42@zip.com.au>
17858         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
17859         suffix to space, $ or '$, to correctly position point when going
17860         to @table style constants like DBL_MAX.
17862 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
17864         * type-break.el (type-break-mode, type-break-file-time)
17865         (type-break-file-keystroke-count, type-break-choose-file):
17866         Don't store data in or load data from the file if type-break-file-name
17867         is nil.
17868         (type-break-file-name): Doc update as per the above.
17870 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
17872         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
17873         lookup-key might return nil; handle that.
17875 2005-01-15  Alan Mackenzie  <acm@muc.de>
17877         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
17878         rather than the element found, thus enabling the tree to be setcar'd.
17880 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
17882         * textmodes/org.el (org-show-following-heading): New option.
17883         (org-show-hierarchy-above): Use `org-show-following-heading'.
17884         (org-cycle): Documentation fix.
17886         * textmodes/org.el (orgtbl-optimized): New option
17887         (orgtbl-mode): New command, a minor mode.
17888         (orgtbl-mode-map): New variable.
17889         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
17890         (orgtbl-error, orgtbl-self-insert-command)
17891         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
17893         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
17894         a local variable in each org-mode buffer.
17896         * textmodes/org.el (org-set-regexps-and-options): Rename from
17897         `org-set-regexps'.  Added checking for STARTUP keyword.
17898         (org-get-current-options): Add STARTUP options.
17899         (org-table-insert-row): Make mode intelligent about when
17900         realignment is needed.
17901         (org-self-insert-command, org-delete-backward-char, org-delete-char):
17902         New commands.
17903         (org-enable-table-editor): New default value `optimized'.
17904         (org-table-blank-field): Support blanking regions if active.
17906 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
17908         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
17909         if the year is not given.
17911         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
17912         Add new escapes %m and %M, fixed bug with %F by adding
17913         save-match-data.
17914         (reftex-reference): Remove ?. from list of spaces.
17915         (reftex-label-info): Add automatic label prefix recognition.
17917         * textmodes/reftex-index.el (reftex-index-next-phrase):
17918         Add slave parameter to call of `reftex-index-this-phrase'.
17919         (reftex-index-this-phrase): New optional argument.
17920         (reftex-index-region-phrases): Add slave parameter to call of
17921         `reftex-index-this-phrase'.
17922         (reftex-display-index): New argument redo.
17923         (reftex-index-rescan): Add 'redo to arguments of
17924         `reftex-display-index'.
17925         (reftex-index-Rescan, reftex-index-revert)
17926         (reftex-index-switch-index-tag): Add 'redo to arguments of
17927         `reftex-display-index'.
17928         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
17929         indexing.  Fix bug with matching is there is a quote before or
17930         after the word.
17932         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
17933         Fix bug when collecting citation keys in lines with comments.
17934         (reftex-citation): Prefix argument no longer rescans the document,
17935         but forces prompting for optional arguments of cite macros.
17936         (reftex-do-citation): Prompting for optional arguments implemented.
17938         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17939         Add optional arguments to most cite commands.
17940         (reftex-cite-cleanup-optional-args): New option
17941         (reftex-cite-prompt-optional-args): New option.
17942         (reftex-trust-label-prefix): New option.
17944         * textmodes/reftex-toc.el (reftex-toc-find-section):
17945         Add push-mark before changing the position in the buffer.
17947         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
17948         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
17950 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
17952         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
17953         more carefully.
17955 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17957         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
17958         (sgml-mode): Use it.
17959         (sgml-get-context): Better keep track of implicitly closed tags.
17961 2005-01-13  Kenichi Handa  <handa@m17n.org>
17963         * textmodes/ispell.el: These changes are to fix misalignment error
17964         caused by equivalent characters of different Emacs charsets.
17965         (ispell-unified-chars-table): New variable.
17966         (ispell-get-decoded-string): New function.
17967         (ispell-get-casechars, ispell-get-not-casechars)
17968         (ispell-get-otherchars): Call ispell-get-decoded-string.
17970 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
17972         * custom.el (custom-declare-variable): Just put symbol instead
17973         of (defvar . symbol) in `current-load-list'.
17975 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
17977         * emacs-lisp/elint.el: Fixed typo in Commentary section.
17979 2005-01-12  Jay Belanger  <belanger@truman.edu>
17981         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
17982         to create a Calc summary.
17984 2005-01-12  Kim F. Storm  <storm@cua.dk>
17986         * mouse.el (mouse-on-link-p): Change functionality and doc
17987         string to comply with latest description in lisp ref.
17989 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
17991         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
17992         Enable mouse clicks on mode-line, header-line and margin.
17993         (event-type): Give mouse event symbols an 'event-kind property
17994         with value 'mouse-click.
17996 2005-01-12  Juri Linkov  <juri@jurta.org>
17998         * facemenu.el (list-colors-display): Add new arg buffer-name.
17999         Use it.  Fix docstring.  Replace code for identifying duplicate
18000         colors by the name with call to `list-colors-duplicates' which
18001         identifies duplicate colors by the value unless the color
18002         is one of special Windows colors.  Set truncate-lines to t.
18003         Print sorted duplicate color names on each line.  Indent to 22
18004         \(the longest color name in rgb.txt) instead of 20.  Optimize.
18005         (list-colors-duplicates): New function.
18006         (facemenu-color-name-equal): Delete function.
18008         * facemenu.el (list-colors-print): New function created from code
18009         in list-colors-display.  Print #RRGGBB at the window right edge.
18010         (list-colors-display): When temp-buffer-show-function is not
18011         defined, call list-colors-print from temp-buffer-show-hook
18012         to get the right value of window-width in list-colors-print
18013         after the buffer is displayed.
18015         * simple.el (pop-mark): Move deactivate-mark out of conditional
18016         part to deactivate the active mark regardless of the state of the
18017         mark ring.
18019         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
18020         variables line in desktop files.
18022 2005-01-12  Juri Linkov  <juri@jurta.org>
18024         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
18025         Bring together isearch highlight related options.
18026         (lazy-highlight): Replace group `replace' by `matching'.
18027         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
18028         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
18029         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
18030         and declare them obsolete.
18031         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
18032         (isearch-faces): Remove defgroup.
18033         (isearch-overlay, isearch-highlight, isearch-dehighlight):
18034         Move isearch highlighting code closer to lazy highlighting code.
18036         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
18037         (query-replace-highlight, query-replace-lazy-highlight)
18038         (query-replace): Move definitions to the beginning of the file.
18040 2005-01-11  Juri Linkov  <juri@jurta.org>
18042         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
18043         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
18044         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
18046         * info.el (Info-history-forward): New variable.
18047         (Info-select-node): Reset Info-history-forward to nil.
18048         (Info-last): Turn into defalias.
18049         (Info-history-back): Rename from Info-last.
18050         Add current node to Info-history-forward.
18051         (Info-history-forward): New fun.
18052         (Info-mode-map): Replace Info-last by Info-history-back.
18053         Bind Info-history-forward to "r".
18054         (Info-mode-menu): Replace Info-last by Info-history-back.
18055         Fix menu item text.  Add menu item for Info-history-forward.
18056         (info-tool-bar-map): Replace Info-last by Info-history-back.
18057         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
18058         for Info-history-forward.
18059         (Info-mode): Replace Info-last by Info-history-back in docstring.
18060         Add local variable Info-history-forward.
18061         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
18063 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18065         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
18066         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
18067         Ignore select-window events rather than fiddle with
18068         mouse-autoselect-window.
18070 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
18072         * type-break.el (type-break-mode): Fix previous change.
18074 2005-01-10  Jay Belanger  <belanger@truman.edu>
18076         * calc/calc-ext.el (calc-reset): Reset when inside embedded
18077         calculator; only reset when point is inside a calculator.
18078         Don't adjust the window height if the window takes up the whole height
18079         of the frame.
18081 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
18083         * ebuff-menu.el (Electric-buffer-menu-mode):
18084         Preserve value of buffer-local var header-line-format.
18086 2005-01-09  Jay Belanger  <belanger@truman.edu>
18088         * calc/calc.el (calc-mode-var-list-restore-saved-values):
18089         Make sure settings file exists before accessing it.
18091         * calc/calc-embed.el (calc-embedded-subst):
18092         Replace math-multi-subst-rec, which is only supposed to be called
18093         by math-multi-subst, by math-multi-subst.
18095 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
18097         * vc.el (vc-allow-async-revert): New user option.
18098         (vc-disable-async-diff): New internal variable.
18099         (vc-revert-buffer): Use them to disable asynchronous diff.
18101         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
18102         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
18103         asynchronously if vc-disable-async-diff is t.
18105 2005-01-09  Jay Belanger  <belanger@truman.edu>
18107         * calc/calc.el (defcalcmodevar): New macro.
18108         (calc-mode-var-list-restore-default-values)
18109         (calc-mode-var-list-restore-saved-values): New functions.
18110         (calc-mode-var-list): Use defcalcmodevar to define it.
18111         (calc-always-load-extensions, calc-line-numbering)
18112         (calc-line-breaking, calc-display-just, calc-display-origin)
18113         (calc-number-radix, calc-leading-zeros, calc-group-digits)
18114         (calc-group-char, calc-point-char, calc-frac-format)
18115         (calc-prefer-frac, calc-hms-format, calc-date-format)
18116         (calc-float-format, calc-full-float-format, calc-complex-format)
18117         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
18118         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
18119         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
18120         (calc-matrix-brackets, calc-language, calc-language-option)
18121         (calc-left-label, calc-right-label, calc-word-size)
18122         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
18123         (calc-display-raw, calc-internal-prec, calc-angle-mode)
18124         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
18125         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
18126         (calc-window-height, calc-display-trail, calc-show-selections)
18127         (calc-use-selections, calc-assoc-selections)
18128         (calc-display-working-message, calc-auto-why, calc-timing)
18129         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
18130         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
18131         (calc-gnuplot-default-device, calc-gnuplot-default-output)
18132         (calc-gnuplot-print-device, calc-gnuplot-print-output)
18133         (calc-gnuplot-geometry, calc-graph-default-resolution)
18134         (calc-graph-default-resolution-3d, calc-invocation-macro)
18135         (calc-show-banner): Use defcalcmodevar to declare them and set
18136         their default values.
18138         * calc/calc-ext.el (calc-reset): Restore saved values of variables
18139         instead of default values (but restore default values if there is
18140         an argument of 0).
18142 2005-01-09  David Kastrup  <dak@gnu.org>
18144         * desktop.el (desktop-restore-eager): Fix typo in type.
18146 2005-01-08  Richard M. Stallman  <rms@gnu.org>
18148         * cus-edit.el (customize): Delete :link.
18150 2005-01-08  Jay Belanger  <belanger@truman.edu>
18152         * calc/calc.el (calc-mode): Remove the extension from the
18153         `calc-settings-file' file name when loading it.
18155 2005-01-08  Kim F. Storm  <storm@cua.dk>
18157         * info.el (Info-mode-map, Info-next-link-keymap)
18158         (Info-prev-link-keymap, Info-up-link-keymap):
18159         Map follow-link to mouse-face.
18160         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
18162 2005-01-08  Jay Belanger  <belanger@truman.edu>
18164         * calc/calc.el (calc-settings-file): Change default value.
18165         Suggested by cgw in a comment in calc-mode.el.
18167         * calc/calc-mode.el (calc-settings-file-name):
18168         Compare calc-settings-file to user-init-file instead of ~/.emacs.
18169         Replace ~/.emacs in a prompt by calc-settings-file.
18171 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
18173         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
18174         (desktop-lazy-idle-delay): New customizable variables.
18175         (desktop-buffer-args-list): New variable.
18176         (desktop-append-buffer-args): New function.
18177         (desktop-save): Call desktop-append-buffer-args for some buffers.
18178         (desktop-lazy-create-buffer): New function.
18179         (desktop-idle-create-buffers): New function.
18180         (desktop-read): Add message about buffers to restore lazily.
18181         (desktop-lazy-abort): New command.
18182         (desktop-clear): Call desktop-lazy-abort.
18183         (desktop-lazy-complete): New command.
18185 2005-01-06  Richard M. Stallman  <rms@gnu.org>
18187         * emacs-lisp/find-func.el (find-face-definition):
18188         Rename from find-face.
18190 2005-01-06  Kim F. Storm  <storm@cua.dk>
18192         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
18194         * man.el (Man-xref-man-page, Man-xref-header-file)
18195         (Man-xref-normal-file): Add follow-link property.
18197 2005-01-06  Jay Belanger  <belanger@truman.edu>
18199         * calc/calc-units.el: Make sure the proper macro definitions are
18200         available when compiling.
18202 2005-01-06  Juri Linkov  <juri@jurta.org>
18204         * isearch.el (isearch-lazy-highlight-update):
18205         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
18207 2005-01-06  Miles Bader  <miles@gnu.org>
18209         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
18210         (isearch-lazy-highlight-face): Use new name.
18212 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18214         * uniquify.el (uniquify-rationalize-file-buffer-names):
18215         Re-add an interactive spec.
18216         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
18217         to the same name.
18219         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
18220         (isearch-update, isearch-done): Adjust calls accordingly.
18222 2005-01-05  Richard M. Stallman  <rms@gnu.org>
18224         * custom.el (custom-set-variables, custom-theme-set-variables):
18225         Clarify documentation.
18227         * emacs-lisp/find-func.el (find-variable)
18228         (find-variable-other-window, find-variable-other-frame):
18229         Fix the TYPE args to find-function-read and find-function-do-it.
18230         (find-function): Doc fix.
18231         (find-function-at-point): Replace function-at-point alias.
18233 2005-01-04  Richard M. Stallman  <rms@gnu.org>
18235         * cus-face.el (custom-declare-face):
18236         Record defface in current-load-list.
18238         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
18240         * emacs-lisp/find-func.el: Doc fixes.
18241         (find-face-regexp): New variable.
18242         (find-function-regexp-alist): New variable.
18243         (find-function-C-source): Third arg is now TYPE.
18244         (find-function-search-for-symbol): Handle general TYPE.
18245         (find-function-read, find-function-do-it): Handle general TYPE.
18246         (find-definition-noselect, find-face): New functions.
18247         (function-at-point): Alias deleted.
18249 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18251         * battery.el (display-battery-mode): Rename from display-battery.
18252         Handle the case where it gets turned off.
18254 2005-01-04  Richard M. Stallman  <rms@gnu.org>
18256         * cus-edit.el (customize): Make :link point to user doc.
18258         * man.el (Man-fontify-manpage): Turn off undo generation.
18260         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
18262 2005-01-04  Andreas Schwab  <schwab@suse.de>
18264         * files.el (insert-directory): Only look for error lines in
18265         inserted text.  Don't move too far after processing --dired markers.
18267 2005-01-04  Richard M. Stallman  <rms@gnu.org>
18269         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
18270         Don't expand if the character is @, period, dash, etc.
18271         (define-mail-abbrev): Quote names that contain problem characters.
18273 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
18275         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
18277 2005-01-03  Richard M. Stallman  <rms@gnu.org>
18279         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
18280         (query-replace-highlight, query-replace-lazy-highlight)
18281         (query-replace): Definitions moved up.  Doc fix.
18283 2005-01-03  Richard M. Stallman  <rms@gnu.org>
18285         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
18286         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
18287         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
18288         (lazy-highlight-face): Rename from isearch-lazy-...
18289         Change all references to them.
18291 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
18293         * cus-edit.el (custom-file): Doc fix for defcustom.
18294         (custom-file): The function no longer sets the variable
18295         `custom-file' to its return value.
18297         * startup.el (command-line): No longer load `custom-file'.
18299 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18301         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
18303         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
18304         Don't confuse module-prefixed identifiers for labels.
18305         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
18307 2005-01-02  Richard M. Stallman  <rms@gnu.org>
18309         * files.el (basic-save-buffer-1): Fix previous change.
18311         * loadhist.el (file-loadhist-lookup): New function.
18312         (file-provides, file-requires): Use it.
18314         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
18315         instead of calculating the right size.
18317 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
18319         * vc-svn.el (vc-svn-diff): Stay local if possible.
18321 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18323         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
18325         * files.el (hack-local-variables): Fix last change.
18327 2005-01-02  Jay Belanger  <belanger@truman.edu>
18329         * calc/calc-yank.el (calc-edit-top): New variable.
18330         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
18331         object.  Change header properties.
18332         (calc-edit-finish, calc-edit-finish-stack-object)
18333         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
18334         edited object.
18335         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
18336         for the beginning of the edited object.
18337         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
18338         for the beginning of the edited object.
18339         * calc/calc-prog.el (calc-edit-macro-finish-edit)
18340         (calc-finish-formula-edit, calc-macro-repeats)
18341         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
18342         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
18343         beginning of the edited object.
18344         (calc-user-define-edit): Change the header for editing macros.
18345         Remove unnecessary variable.
18347 2005-01-01  Jay Belanger  <belanger@truman.edu>
18349         * calc/calc-yank.el (calc-edit-mode): Change default header.
18350         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
18351         * calc/calc-store.el (calc-edit-variable): Change title to match new
18352         header.
18353         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
18354         mode to match new header.
18355         (calc-user-define-edit): Change titles to include names of commands.
18356         (calc-finish-formula-edit): Adjust to handle new header.
18357         (calc-finish-macro-edit): Remove.
18358         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
18359         (calc-edit-macro-command, calc-edit-macro-command-type)
18360         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
18361         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
18362         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
18363         (calc-edit-macro-finish-edit): New functions.
18364         (calc-user-define-edit): Use new functions to edit named calc macros.
18366 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
18368         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
18370         * ses.el (copy-region-as-kill): Deactivate mark.
18372 2005-01-01  Richard M. Stallman  <rms@gnu.org>
18374         * replace.el (occur-1): If the output buffer is also an input,
18375         don't kill it, rename it.
18377         * faces.el (set-face-background, set-face-foreground): Doc fix.
18379         * cus-face.el (custom-face-attributes): Fix :help-echo strings
18380         for :foreground and :background.
18382         * dired.el (dired-view-command-alist): Variable deleted.
18383         (dired-view-file, dired-mouse-find-file-other-window):
18384         Delete the code to use it.
18386 2005-01-01  Kim F. Storm  <storm@cua.dk>
18388         * image.el (insert-sliced-image): Use t for line-height property.
18390 See ChangeLog.11 for earlier changes.
18392 ;; Local Variables:
18393 ;; coding: iso-2022-7bit
18394 ;; End:
18396     Copyright (C) 2005 Free Software Foundation, Inc.
18397   Copying and distribution of this file, with or without modification,
18398   are permitted provided the copyright notice and this notice are preserved.
18400 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1