(Highlight Interactively): Use double space to separate sentences.
[emacs.git] / lisp / ChangeLog
blobe770fb9f8f5ab101df6cc896ac85305cf1e1cc72
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  David Koppelman  <koppel@ece.lsu.edu>
7         * hi-lock.el (hi-lock-highlight-range): New variable.
8         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
9         only if font-lock-fontified is non-nil.  Remove overlays.
10         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
11         font-lock-fontified is non-nil, otherwise use overlays (instead of
12         text properties).
13         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
14         New variables.
15         (hi-lock-string-serialize) New function.
17 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19         * menu-bar.el (menu-find-file-existing): New function.
20         (menu-bar-file-menu): Use menu-find-file-existing for Open.
22         * tool-bar.el (tool-bar-setup): open changed to menu-find-file-existing.
24 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
26         * vc.el: Remove unnecessary leading * in docstrings.
27         (vc-annotate-mode-map): Move initialization into declaration.
28         (vc-static-header-alist): Nitpick on the regexp.
29         (vc-default-init-version): New fun.
30         (vc-register): Use it.
31         (vc-insert-headers): Use dolist.
32         (vc-annotate-get-backend): Remove unused function.
33         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
34         (vc-annotate-mode): Remove corresponding call.
35         (vc-annotate-car-last-cons): Simplify.
36         (vc-annotate-buffers): Remove var.
37         (vc-annotate-backend): Make it buffer-local.
38         (vc-annotate): Move the interaction to the interactive spec.
39         Add a `buf' argument.
40         (vc-annotate-warp-version): Use this new `buf' argument to avoid
41         killing&creating a vc-annotate buffer, which is very disruptive when
42         the buffers are shown in dedicated frames.
44 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
46         * descr-text.el: Add FSF as maintainer.
47         (describe-text-mode, describe-text-mode-map)
48         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
49         help-mode.
50         (describe-text-widget, describe-text-sexp)
51         (describe-property-list, describe-text-category)
52         (describe-text-properties, describe-text-properties-1)
53         (describe-char): Use help buttons instead of widgets.
54         (describe-char-unicodedata-file): Make URL link in doc string.
56 2005-12-22  Richard M. Stallman  <rms@gnu.org>
58         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
59         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
60         Don't include buttons that write a file when there's no file.
61         (custom-variable-menu, custom-face-menu, custom-group-menu):
62         Don't include commands that write a file when there's no file.
63         (customize-browse): Reword the top-of-buffer help intro.
64         (custom-buffer-create-internal): Fix previous change.
65         (customize-changed-options-previous-release): Prev release is 21.1.
66         (customize-changed-options): Doc fix.
67         (customize-changed): New alias.
68         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
69         Say "standard values".
70         (Custom-reset-standard): Doc fix.
71         (custom-face-reset-standard): Doc fix.
73 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
75         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
76         even if font-lock-mode is non-nil since it may be t without having
77         turned on font-lock-mode-internal.
78         (font-lock-choose-keywords): Minor optimization.
79         (font-lock-add-keywords, font-lock-remove-keywords)
80         (font-lock-set-defaults): Don't call make-local-variable on a variable
81         that we know to already be local.
83 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
85         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
86         messages if in the minibuffer.
88 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
90         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
91         (tex-mode-flyspell-verify, flyspell-get-word)
92         (flyspell-external-point-words): Don't use point-min/max uselessly.
94         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
95         by Kevin Rodgers.  Instead, just hide the completions buffer if we
96         don't need to show it.
98 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
100         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
102 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
104         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
105         delete-windows-on with an inexistent buffer.
107 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
109         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
110         Delete defcustom variable :tag names.
112 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
114         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
115         (log-view-font-lock-keywords): Ajust subgroup numbers.
116         (log-view-current-tag): Don't hard code the number of subgroups.
118 2005-12-20  Juri Linkov  <juri@jurta.org>
120         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
121         (tooltip-x-offset, tooltip-y-offset): Doc fix.
123         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
124         (menu-bar-non-minibuffer-window-p): Instead of checking
125         display-multi-frame-p, use selected-frame when menu-updating-frame
126         is nil.
128 2005-12-20  Davis Herring  <herring@lanl.gov>  (tiny change)
130         * align.el (align-rules-list): Use [ \t] instead of \s-
131         for column separators in text mode.
133 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
135         * help-mode.el (help-customize-variable, help-customize-face):
136         Don't pop help-xref-stack as help-follow no longer pushes
137         anything on to it.
139 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
141         * textmodes/org.el: (org-agenda-custom-commands): New option.
142         (org-agenda): Offer custom commands on splash screen.
143         (org-make-tags-matcher): Parser for Boolean logic added.
144         (org-agenda-set-tags): New command.
145         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
146         (org-set-tags): Efficiency improvements.
147         (org-auto-align-tags): New option.
148         (org-todo, org-demote, org-promote): Realign tags.
149         (org-tags-completion-function): Use also "&" and "|" as separators.
150         (org-org-menu): Agenda commands simplified.
152 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
154         * cus-edit.el (customize-apropos, customize-apropos-options):
155         Docstring changes.
157         * font-lock.el (font-lock): Add tags to the links in the defgroup.
159 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
161         * longlines.el (longlines-mode): Wrap while widened.
162         (longlines-decode-region, longlines-encode-region): Compute max
163         just once.
165 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
167         * cus-edit.el (mac): New group.
169         * cus-start.el (all): Add user options in macterm.c.  Add test for
170         Mac-related built-ins.  Fix test for GTK-related built-ins.
172         * term/mac-win.el (mac-handle-language-change)
173         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
174         (mac-services-open-selection, mac-services-mail-selection)
175         (mac-services-mail-to, mac-services-insert-text)
176         (mac-dispatch-apple-event): Add docstrings.
177         (x-get-selection, mac-select-convert-to-string): Select coding
178         system from `utf-16be' and `utf-16le' using `byteorder'.
180 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
182         * subr.el (lazy-completion-table): Don't be fooled if the var holds
183         a "list" (lambda ...) rather than a real completion list.
185         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
186         lexical-let when encountering ((lambda (...) ...) ...).
188 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
190         * progmodes/sh-script.el (sh-mode):
191         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
192         * textmodes/picture.el (picture-mode): Update docstrings.
194 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
196         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
197         commands enclosed in $(ARGQUOTE)s should not be split between two
198         lines, as that will break with GNU Make >3.80, when sh.exe is used
199         and arg quoting is with '..'.
200         (autoloads): Don't break the quoted --eval expression between
201         several lines.
203 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
205         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
206         Capture error from printing circular structures.
208 2005-12-17  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
210         * wid-edit.el (widget-checkbox-action): Clear undo info.
212 2005-12-16  Bill Wohler  <wohler@newt.com>
214         * menu-bar.el (kill-this-buffer): Set a good example by using menu
215         bar, not menubar in comment.
217 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
219         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
220         After-change-functions should not clobber the match data.
222 2005-12-16  Juri Linkov  <juri@jurta.org>
224         * simple.el (choose-completion): Use `buffer-substring-no-properties'
225         instead of `buffer-substring'.
226         (completion-common-substring): Doc fix.
227         (completion-setup-function): Use minibuffer-completion-contents
228         instead of minibuffer-contents.  Don't set common-string-length
229         initially.  Remove special handling of partial-completion-mode.
230         Move computation of completion-base-size into one cond.
231         Call completion-base-size-function in mainbuf.  In computation of
232         completion-base-size for file name completion don't move point to
233         the end of the minibuffer.  Move computation of common-string-length
234         into one cond.  Start putting faces only when common-string-length>=0.
235         Add condition to put completions-common-part when
236         common-string-length>0.
238         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
239         place point at the first different character in the minibuffer
240         even if this position is at the beginning of the minibuffer.
242         * info.el (Info-read-node-name-1): In completion-base-size-function's
243         lambda return 1 if common-substring or minibuffer-completion-contents
244         starts with (, and 0 otherwise.
246         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
247         Use `crm-current-element' for second arg of `display-completion-list'.
249 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
251         * files.el (set-auto-mode): Look for an interpreter specified on
252         the first line also if search for mode specification succeeded,
253         but the mode is not known.
255 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
257         * textmodes/org.el: (org-tags-match-list-sublevels): New option.
258         (org-open-at-point): Implement tag searches as links.
259         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
260         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
261         (org-tags-sparse-tree, org-tags-view, org-set-tags)
262         (org-agenda-dispatch): New commands.
263         (org-use-tag-inheritance, org-tags-column): New options.
264         (org-tab-follows-link, org-return-follows-link): New options.
265         (org-tags): New customize group.
266         (org-start-icalendar-file): Get local time zone.
267         (org-tags-completion-function): New function.
268         (org-set-font-lock-defaults): Make sure links will also be
269         highlighted inside headlines.
271 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
273         * term.el (term-emulate-terminal):
274         Let term-handle-ansi-terminal-messages override what Bash says about
275         its current directory.
277 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
279         * bindings.el (last-buffer): Move to simple.el.
280         * simple.el (last-buffer): Move here.
281         (get-next-valid-buffer): New function.
282         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
283         (prev-buffer): Ditto. Rename to `previous-buffer'.
285         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
286         * bindings.el (global-map): Ditto.
288 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
290         * cus-edit.el: Introductory comment change.
291         (custom-magic-alist): Change message string for the `rogue' state.
293 2005-12-15  Richard M. Stallman  <rms@gnu.org>
295         * tooltip.el: Delete defcustom variable :tag names.
297         * complete.el (partial-completion-mode): Doc fix.
299         * textmodes/flyspell.el (flyspell-external-point-words):
300         Use save-excursion to ensure we don't move backward in the
301         search loop, not even one character.
302         (flyspell-delete-all-overlays): Use remove-overlays directly.
304         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
305         (ispell-start-process): Set that variable.
306         Clear ispell-buffer-local-name.
307         (ispell-internal-change-dictionary):
308         Set ispell-current-dictionary after killing process.
309         (ispell-buffer-local-dict):
310         Don't set spell-personal-dictionary after killing process.
311         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
312         (ispell-tex-skip-alists)
313         (ispell-html-skip-alists, ispell-skip-region-alist): Mark as risky.
315         * net/newsticker.el (newsticker--retrieval-timer-list)
316         (newsticker--display-timer, newsticker-running-p)
317         (newsticker-ticker-running-p): Definitions moved up.
319 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
321         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
323 2005-12-15  David Ponce  <david@dponce.com>
325         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
326         (recentf-edit-list, recentf-open-files): Signal an error when
327         there is no recent file.
329 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
331         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
332         read-only except for texinfo-format-region evaluation.
334 2005-12-14  Richard M. Stallman  <rms@gnu.org>
336         * vc.el (vc-default-previous-version, vc-default-next-version)
337         (vc-do-command): Doc fixes.
339 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
341         * textmodes/bibtex.el (bibtex-expand-strings)
342         (bibtex-autokey-expand-string, bibtex-name-part)
343         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
344         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
345         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
346         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
347         (bibtex-entry-postfix, bibtex-known-entry-type-re)
348         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
349         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
350         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
351         (bibtex-beginning-of-last-entry): Remove.
352         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
353         message if comma is missing but buffer is read-only.
354         (bibtex-parse-field-text): Handle whitespaces at the end of field
355         text.  Return 3-element list with beginning and end of field text
356         and end of field.
357         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
358         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
359         (bibtex-search-forward-field, bibtex-search-backward-field):
360         Search always delimited by limits of entry.  Use more efficient
361         search algorithms.
362         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
363         bibtex-end-of-name-in-field.
364         (bibtex-text-in-field-bounds): Handle BibTeX strings when
365         extracting the content of a field.
366         (bibtex-text-in-field): Use search limits.
367         (bibtex-parse-string-prefix): Handle empty string keys based on
368         bibtex-string-empty-key.
369         (bibtex-parse-string): Fix docstring.
370         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
371         (bibtex-preamble-prefix, bibtex-strings): New functions.
372         (bibtex-skip-to-valid-entry): Include preceding whitespace in
373         BibTeX entries (consistent with other BibTeX functions).
374         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
375         (bibtex-search-entry): Fix docstring.  Simplify.
376         (bibtex-flash-head, bibtex-complete-string-cleanup)
377         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
378         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
379         (bibtex-parse-entry): New optional arg content.
380         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
381         Use bibtex-text-in-field-bounds.
382         (bibtex-print-help-message): Handle BibTeX strings and preambles.
383         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
384         bibtex-parse-string-postfix.
385         (bibtex-find-text-internal): New function.
386         (bibtex-remove-delimiters): Use it.
387         (bibtex-find-text): Use it.  New optional arg help.
388         (bibtex-complete): Handle BibTeX string and preamble entries.
389         (bibtex-Preamble): Fix order of closing delimiters.
391 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
393         * vc.el (vc-default-revert): New fun.
395         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
397 2005-12-14  Romain Francoise  <romain@orebokech.com>
399         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
400         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
401         (font-lock-remove-keywords): Likewise.
403 2005-12-14  Juri Linkov  <juri@jurta.org>
405         * log-view.el (log-view-diff): Doc fix.
407         * isearch.el (isearch-query-replace): Use (mark) instead of
408         isearch-opoint if mark is active in transient-mark-mode.
410 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
412         * isearch.el (isearch-query-replace): Check for isearch-other-end.
414 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
416         * progmodes/cpp.el (cpp-face): New widget.
417         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
419 2005-12-14  Juri Linkov  <juri@jurta.org>
421         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
422         around `erase-buffer' and `insert'.
424         * descr-text.el (describe-text-properties): Replace buffer name
425         "*Help-2*" with "*Help*<2>".
426         (describe-char): Add functions print-help-return-message,
427         toggle-read-only.  Use help-setup-xref with nil to not store
428         describe-char in help-xref-stack.  Use help-make-xrefs to
429         make [back] button.
431         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
433         * wdired.el (wdired-old-point): New internal variable.
434         (wdired-change-to-wdired-mode): Set it buffer-locally.
435         (wdired-abort-changes): Restore point after aborting changes.
437 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
439         * vc.el (vc-do-command): Add a new value t for okstatus.
441         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
442         frame in case of errors.
444 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
446         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
447         so it comes after "On the Left" in the menu.
449 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
451         * cus-edit.el (customize-apropos, customize-apropos-options)
452         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
454 2005-12-12  Bill Wohler  <wohler@newt.com>
456         * vc-svn.el (vc-svn-registered): Fix problem of visiting
457         non-writable Subversion-controlled files by saving window
458         configuration before calling vc-do-command.  vc-do-command calls
459         pop-to-buffer on error which is unexpected during registration.
461 2005-12-12  Jay Belanger  <belanger@truman.edu>
463         * calc/README: Update the summary of changes.
465 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
467         * descr-text.el (describe-char): Rework last fix to solve the problem
468         is the same way it's solved for everything else in that function
469         (i.e. by extracting the info before setting up the *Help* buffer).
471 2005-12-12  Kim F. Storm  <storm@cua.dk>
473         * subr.el (version-regexp-alist): Allow space as separator before
474         non-numeric part, e.g. "1.0 alpha".
475         (version-to-list): Interpret .X.Y version as 0.X.Y version.
477 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
479         * textmodes/org.el: (org-agenda, org-timeline, org-todo):
480         Implement Logging and the keep-modes setting.
481         (org-get-category): Make sure a string is returned.
482         (org-log-done): New function.
483         (org-log-done, org-closed-string): New options.
485 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
487         * tooltip.el (tooltip-y-offset): Change default to 20.
489 2005-12-12  Richard M. Stallman  <rms@gnu.org>
491         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
493         * frame.el (display-hourglass): Doc fix.
495         * help.el (help-for-help-internal): Simplify entry for `a'.
497         * info.el (Info-on-current-buffer): Doc fix.
498         (info-insert-file-contents): Don't test (featurep 'jka-compr).
500         * startup.el (inhibit-splash-screen): Make this the real name.
501         (inhibit-startup-message): Make this the alias.
502         (command-line): Find only simple.el, and use its directory
503         to fill in other preloaded files' names.
504         (command-line): Deactivate the mark if deactivate-mark is set.
506         * international/mule.el (load-with-code-conversion):
507         Bind deactivate-mark.
509         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
511 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
513         * cus-edit.el (customize-apropos): Avoid listing an option more
514         than once under different aliases.  No longer list user options
515         that are not defined with defcustom (unless a prefix arg is given).
516         Doc fix.
517         (customize-apropos-options): Doc fix.
519 2005-12-11  Juri Linkov  <juri@jurta.org>
521         * frame.el (set-background-color, set-foreground-color)
522         (set-cursor-color, set-mouse-color, set-border-color):
523         Add explicit prompts to read colors by `facemenu-read-color'.
524         (show-trailing-whitespace, blink-cursor-delay)
525         (blink-cursor-interval, display-hourglass, hourglass-delay):
526         Remove tags.
527         (display-hourglass, hourglass-delay): Doc fix.
528         (cursor-in-non-selected-windows): Capitalize words in tag.
530         * faces.el (frame-background-mode): Replace `choice-item' keywords
531         with `const' to not make [default] button.  Change default value tag
532         from `default' to `automatic'.  Doc fix.
533         (trailing-whitespace) <defface>: Change group `whitespace' to
534         `whitespace-faces'.
536 2005-12-11  Richard M. Stallman  <rms@gnu.org>
538         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
540 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
542         * term/mac-win.el: Create keymap for mac-apple-event-map.
544 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
546         * tooltip.el (tooltip-mode): Move to start of file so that it
547         appears at top of customize buffer.
549         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
550         Add the gud groupname.
551         (gud-tooltip-mode): Add the tooltip groupname.
552         (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
553         avoid conflict with tooltip-use-echo-area.
555 2005-12-10  Romain Francoise  <romain@orebokech.com>
557         * help.el (help-for-help-internal): Add `r' in doc string.
559 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
561         * align.el (align-regexp, align-highlight-rule):
562         Use region-beginning and region-end instead of point and mark, so that
563         repetition (with `repeat-complex-command') recomputes the region
564         bounds.
566 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
568         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
569         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
570         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
571         (balance-windows): Rewrite using the above new functions.
573 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
575         * hi-lock.el: (hi-lock-mode) Renamed from hi-lock-buffer-mode;
576         react if global-hi-lock-mode seems intended.
577         (global-hi-lock-mode) Renamed from hi-lock-mode.
578         (hi-lock-archaic-interface-message-used)
579         (hi-lock-archaic-interface-deduce): New variables.
580         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
581         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
582         (hi-lock-find-patterns, hi-lock-font-lock-hook):
583         Replace hi-lock-buffer-mode with hi-lock-mode.
585 2005-12-10  Kevin Rodgers  <ihs_4664@ihs.com>
587         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
588         completion list, even after a partial completion has been
589         inserted in the current buffer.  If there are more than 1
590         completion, redisplay the *Completions* buffer; if the
591         completion is unique, delete the *Completions* window.
593 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
595         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
596         strings and long subject lines that were broken into multiple
597         lines at arbitrary places.  Handle subjects that have "Re: " in
598         the middle.
600 2005-12-10  John W. Eaton  <jwe@octave.org>
602         * emacs/octave-mod.el (octave-electric-space): Don't indent
603         comments or strings if octave-auto-indent is nil.
605 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
607         * term/mac-win.el: Require url when compiling.
608         Call mac-process-deferred-apple-events after loading init files.
609         (mac-apple-event-map): New defvar.  Define event handlers in it.
610         (core-event, internet-event): New Apple event class symbols.
611         (open-application, reopen-application, open-documents)
612         (print-documents, open-contents, quit-application)
613         (application-died, show-preferences, autosave-now, get-url):
614         New Apple event ID symbols.
615         (about): New HICommand ID symbol.
616         (mac-event-spec, mac-event-ae): New macros.
617         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
618         (mac-ae-selection-range, mac-ae-text-for-search)
619         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
620         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
621         and Services menu events are now defined in mac-apple-event-map.
622         (mac-drag-n-drop): Remove selection range handling.
624 2005-12-10  Kenichi Handa  <handa@m17n.org>
626         * simple.el (zap-to-char):
627         * isearch.el (isearch-process-search-char): Translate CHAR by
628         translation-table-for-input.
630 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
632         * foldout.el (foldout-exit-fold): Properly hide subtree.
634 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
636         * files.el (save-buffer):
637         * international/ucs-tables.el (ucs-set-table-for-input):
638         * mail/mail-extr.el (mail-extract-address-components):
639         * mail/sendmail.el (mail-mode): Reformat doc string.
641 2005-12-09  Juri Linkov  <juri@jurta.org>
643         * isearch.el (isearch-highlight): Change main overlay priority
644         from 1 to 1001.  Simplify.
645         (isearch-lazy-highlight-update): Change lazy overlay priority
646         from 0 to 1000.
648         * replace.el (replace-highlight): Change overlay priority from
649         1 to 1001.
651         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
652         Change overlay priority from 1 to 1001.  Reuse existing overlay.
654         * compare-w.el (compare-windows-highlight): Change overlay
655         priority from 1 to 1000.
657         * menu-bar.el (menu-bar-edit-menu): Add listp around
658         pending-undo-list to disable menu item "undo" when pending
659         undo list is empty.
661         * locate.el (locate): Disable undo in *Locate* buffer.
663 2005-12-09  Kim F. Storm  <storm@cua.dk>
665         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
667 2005-12-09  David Ponce  <david@dponce.com>
669         * recentf.el: Improvement of the menu code.
670         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
671         instead of menu hook.
672         (recentf-show-menu, recentf-hide-menu): New functions.
673         (recentf-menu-customization-changed, recentf-mode): Use them.
674         (recentf-menu-action, recentf-max-menu-items)
675         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
676         (recentf-arrange-by-rule-others)
677         (recentf-arrange-by-rules-min-items)
678         (recentf-arrange-by-rule-subfilter) : Don't use
679         `recentf-menu-customization-changed'.
680         (recentf-arrange-rules): Likewise.  Accept functions to compute
681         sub-menu titles.
682         (recentf-menu-filter): Likewise.  Doc fix.
683         (recentf-menu-value-shortcut): Doc fix.
684         (recentf-dump-variable): Quote atom value.
685         (recentf-make-menu-items): Update to use it as a menu filter.
686         (recentf-match-rule): New function.
687         (recentf-arrange-by-rule): Use it.
688         (recentf-indirect-mode-rule): New function.
689         (recentf-build-mode-rules): Use it.
690         (recentf-dir-rule): New function.
691         (recentf-arrange-by-dir): Use it.
692         (recentf-filter-changer-current): Rename from
693         `recentf-filter-changer-state'.  All references updated.
694         (recentf-filter-changer-alist): Update filter names.
695         (recentf-filter-changer-select): New function.
696         (recentf-filter-changer): Use it.  Make a sub-menu from filters
697         available in `recentf-filter-changer-alist'.
698         (recentf-data-cache, recentf-clear-data)
699         (recentf-update-menu): Remove.  All references updated.
700         (recentf-match-rule-p, recentf-build-dir-rules)
701         (recentf-filter-changer-goto-next)
702         (recentf-filter-changer-get-current)
703         (recentf-filter-changer-get-next): Remove.
705 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
707         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
708         buffer "Reset" button to "Reset to Current" for consistency with
709         the State buttons.
711 2005-12-08  John Paul Wallington  <jpw@pobox.com>
713         * ibuf-ext.el (define-ibuffer-filter filename):
714         If `dired-directory' is a list then really use its car.
716 2005-12-08  Kim F. Storm  <storm@cua.dk>
718         * emulation/cua-rect.el (cua--rectangle-aux-replace): Fix
719         indention of text on right side of replaced rectangle.
721 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
723         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
724         No need to check gud-comint-buffer is bound.
725         (gdb): Prevent multiple debugging when first session uses gdba.
727 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
729         CC Mode update to 5.31.
731         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
732         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.  We
733         might do this function properly in the future).
735         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
736         macros c-sentence-end and c-default-value-sentence end, to cope
737         with Emacs 22's new function `sentence-end'.
739 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
741         * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
742         compat issue using `c-put-overlay' and `c-delete-overlay'.
744         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
745         compat macros to handle overlays/extents.
747 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
749         * progmodes/cc-fix.el: Add definitions of the macros push and pop
750         (for GNU Emacs 20.4)
752         * progmodes/cc-defs.el:
753         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
755         * progmodes/cc-cmds.el (c-show-syntactic-information): change the
756         highlighting mechanism so it will work in XEmacs too.
758         * progmodes/cc-defs.el: Insert c-int-to-char.
760         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
761         call to the new macro c-int-to-char.  This solves XEmacs's
762         regarding characters as different from integers.
764 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
766         * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
767         helper.
769         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
770         construct to make the indirect face lookup work in XEmacs.
772         (c-cpp-matchers): Append the negation char face to the existing
773         fontification, so that the cpp face doesn't disappear.  Use
774         `c-make-syntactic-matcher' to avoid negation chars in comments and
775         strings.
777         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
778         to map to `font-lock-negation-char-face' in emacsen where it
779         exists.
781 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
783         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
785         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el: Rename
786         "c-subword-move-mode" as "c-subword-mode".
788         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
789         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
791 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
793         * progmodes/cc-mode.el: Added autoload directive for
794         `c-subword-move-mode' for use in older emacsen.
796 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
798         * progmodes/cc-mode.el:
799         (i) Insert a binding for C-c C-backspace into
800         c-bind-special-erase-keys which works in TTYs.
801         (ii) Make sure that when file styles are used, any explicitly
802         given style variables take priority over those in the style.  Do
803         this by calling `hack-local-variables' a second time.
805         * progmodes/cc-vars.el: Add language specific customization
806         widgets for AWK to c-doc-comment-style, c-require-final-newline
807         and c-default-style.  Add a defcustom for awk-mode-hook.  Give
808         c-syntactic-element and c-syntactic-context doc-strings by
809         directly setting their `variable-documentation' propery.  This
810         allows Emacs 22.1 to read these with C-h v.
812         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
813         Monnier).
815 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
817         * progmodes/cc-fonts.el, cc-vars.el
818         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection,
819         gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
820         Masatake YAMATO.
822         (c-doc-comment-style): Made GtkDoc default in C mode.
824         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
825         and C-c C-<delete>.
827         (c-bind-special-erase-keys): New function for use on
828         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
830         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
831         <delete> key behavior in XEmacs according to `delete-forward-p'.
832         C.f. `c-electric-delete'.
834 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
836         * progmodes/cc-mode.el: Give c-hungry-backspace and
837         c-hungry-delete-forward permanent key bindings.
839         * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
840         c-syntactic-context for calls to "criteria functions", for
841         consistency with other calls to user functions.
843         * progmodes/cc-cmds.el (c-indent-command): expunge use of
844         `current-prefix-arg', since this might be the prefix arg to a
845         command which calls c-indent-command as a function.  Change the
846         interactive spec from "p" to "P".
848         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
849         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
850         was difficult to understand.
852 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
854         * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
855         first char of an identifier.
857         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
858         +" syntax in C++.
860 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
862         * progmodes/cc-cmds.el (c-mask-paragraph): correct, so that
863         auto-fill doesn't split a c-comment's last word from a hanging
864         "*/" when a space is typed between them after fill-column.
866         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
868         * progmodes/cc-styles.el (c-set-style,
869         c-setup-paragraph-variables): Abort the command if we're not in a
870         CC Mode buffer.
872         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
873         with blank comment-prefix, and a blank line as the comment's
874         second line.
876 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
878         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
879         Incorporated the patterns added in the Emacs development branch
880         for the new Emacs 22 face `font-lock-negation-char-face'.
882         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
883         of "red" since it stands out better in xterms and DOS terminals.
885         * progmodes/cc-engine.el (c-literal-faces): Added
886         `font-lock-comment-delimiter-face' which is new in Emacs 22.
888 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
890         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
891         forcibly enable c-electric-flag.
893         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
894         `comment-close-slash' on c-electric-slash: if enabled, typing `/'
895         just after the comment-prefix of a C-style comment will close that
896         comment.
898 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
900         * progmodes/cc-fonts.el (c-basic-matchers-before,
901         c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
902         in Pike.
904         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
905         digraphs.
907         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
908         (c-cpp-message-directives, c-cpp-include-directives,
909         c-opt-cpp-macro-define, c-opt-cpp-macro-define-start,
910         c-cpp-expr-directives): Introduced new language constants to
911         control cpp syntax in a cleaner way.
913         (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
915         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
917         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines,
918         c-multiline-string-start-char): New language constants and
919         variables to specify how newlines in string literals work.
921         (c-font-lock-invalid-string): Use them.
923         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
924         unbalanced close brace is entered.  Optimization by avoiding going
925         back over arbitrarily large blocks.  Removed hints that this
926         function only would be relevant/useful in AWK.
928         (c-electric-brace): Indent syntactically after the cleanups since
929         lineup functions might do it differently then.
931         * progmodes/cc-engine.el, cc-langs.el
932         (c-opt-op-identifier-prefix): New language constant and variable.
934         (c-just-after-func-arglist-p, c-after-special-operator-id,
935         c-search-decl-header-end, c-inside-bracelist-p): Use it.
937         * progmodes/cc-align.el, cc-engine.el
938         (c-after-special-operator-id): New helper to handle C++ operator
939         identifiers.
941         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p,
942         c-guess-basic-syntax): Handle C++ operator identifiers in
943         declarations.
945         * progmodes/cc-langs.el (c-assignment-operators): Added the
946         trigraph version of ^= too.
948         * progmodes/cc-langs.el (c-assignment-operators): Added the
949         trigraph version of |= in C++.
951         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
952         `c-decl-hangon-kwds' after the identifier name.
954         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
955         whether an arglist is "nonempty", ignore a comment after the open
956         paren if it isn't followed by a non-comment token on the same
957         line.
959         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
960         heuristics below the point to cope with classes inside special
961         brace lists in Pike.
963 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
965         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
967 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
969         * progmodes/cc-guess.el (cc-guess-install): New function to
970         install an already guessed style in another buffer.
972         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
973         sets `inhibit-read-only' - `c-save-buffer-state' should be used
974         anyway if the change always is undone.
976 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
978         Implement togglable electricity:
980         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
981         saying when it should be used.
983         * progmodes/cc-engine.el: Add the new buffer-local variable,
984         c-electric-flag.
986         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
987         c-toggle-auto-newline.
989         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
990         c-toggle-auto-newline.  Remove the binding for
991         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
992         c-toggle-electric-state.
994         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
996         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
997         c-\(forward\|backward\)-subword.
998         (c-update-modeline): Add the new modeline flag `l' for
999         `c-electric-flag'.  Make the auto-newline flag `a' dependent on
1000         `l'.
1001         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.  Make
1002         the old name an alias of the new name.
1003         (c-toggle-electric-state): New function.
1004         c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
1005         Adapt these functions to do electric things only when
1006         c-electric-flag is non-nil.
1007         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
1008         new functions from c-electric-brace.
1009         (c-point-syntax): Add a check for "virtual semicolons" in AWK
1010         mode, so that the tentative extra newline doesn't change the
1011         syntax of the following brace.
1012         (c-electric-brace): restructure by extracting the above functions.
1013         Tidy up the coding somewhat.
1014         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
1015         restructure a bit.
1017 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1019         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
1020         anchor position(s) using faces.  Thanks to Masatake YAMATO for the
1021         idea.
1023         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
1024         (c-submode-indicators): Changed name from `c-auto-hungry-string'
1025         since it's now used to track another submode.
1027         (c-update-modeline): Converted to function and extended to check
1028         `c-subword-move-mode'.
1030         (c-forward-into-nomenclature, c-backward-into-nomenclature):
1031         Converted to compat aliases for `c-forward-subword' and
1032         `c-backward-subword'.
1034         * progmodes/cc-subword.el: New functions and minor mode to handle
1035         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
1037         (c-forward-subword, c-backward-subword, c-mark-subword,
1038         c-kill-subword, c-backward-kill-subword, c-transpose-subwords,
1039         c-capitalize-subword, c-downcase-subword, c-upcase-subword):
1040         Functions corresponding to the standard word handling functions.
1042         (c-subword-move-mode): Minor mode that replaces all the standard
1043         word handling functions with their subword equivalences.
1045 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1047         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
1048         entry for one-liner-defun.
1050         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
1051         name in its def-edebug-spec.
1053         * progmodes/cc-cmds.el (c-electric-brace): Make the
1054         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
1055         compacts space before a comment, if this will make things fit on
1056         one line.
1058         Introduce an "awk" style, mainly for auto-newline and clean-ups.
1060         * progmodes/cc-align.el: new function c-snug-1line-defun-close
1062         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
1063         clean-up one-liner-defun.
1065         * progmodes/cc-styles.el: Add the new "awk" style.
1067         * progmodes/cc-vars.el: Add description of one-liner-defun to
1068         c-cleanup-list's doc-string.  New user options,
1069         c-max-one-liner-length.  In c-default-style, set the default style
1070         for AWK to "awk".
1072 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1074         * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
1075         macros inside labels.
1077         * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
1078         `c-at-statement-start-p' and `c-at-expression-start-p'.
1080         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
1081         error if the mark isn't set.
1083         * progmodes/cc-engine.el (c-guess-continued-construct,
1084         c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
1085         accurately detect functions inside functions.
1087         * progmodes/cc-engine.el (c-at-expression-start-p): New function
1088         like `c-at-statement-start-p' that additionally recognizes commas
1089         and expression parentheses as delimiters.
1091         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
1092         to avoid heuristics that doesn't work for unclosed blocks.
1094         (c-at-statement-start-p): New function.
1096         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
1097         Objective-C directives, e.g. directives spanning lines should work
1098         reasonably well now.
1100         (c-put-c-type-property, c-clear-c-type-property): New helpers.
1102         (c-forward-objc-directive): New function to move over any ObjC
1103         directive.
1105         (c-just-after-func-arglist-p, c-guess-basic-syntax,
1106         c-basic-matchers-before): Use it.
1108         (c-font-lock-objc-iip-decl): Removed.
1110         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
1111         in the template arglist recognition.
1113         * progmodes/cc-styles.el (c-style-alist): Fixed several
1114         inconsistencies in the Whitesmith style.
1116         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks): New
1117         lineup function to get lines after Whitesmith style blocks
1118         correctly indented.
1120         (c-lineup-whitesmith-in-block): Backed out the compensation for
1121         opening parens since it's done using `add' lists in the style
1122         definition instead.  Don't use the anchor position since it varies
1123         too much between the syntactic symbols. :P
1125         * progmodes/cc-vars.el (c-valid-offset): Updated.
1127         * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
1128         lists where the offsets are combined according to several
1129         different methods: `first', `min', `max', and `add'.  Report
1130         offset evaluation errors with `c-benign-error' so that some kind
1131         of reindentation still is done.
1133         * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
1134         `arglist-intro' the same way as `arglist-cont-nonempty' and
1135         `arglist-close'.
1137         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
1138         situations for `arglist-cont-nonempty' and `arglist-close'.
1140         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
1141         constant.
1143         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
1144         cc-bytecomp-boundp' in a number of places.
1146         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
1147         macro related issue.
1149 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1151         * progmodes/cc-awk.el: Change the terminology of regexps: A char
1152         list is now
1153         [asdf], a char class [:alpha:].  Include code for char classes.
1154         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
1155         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
1157         Remove (nearly all of) the cruft associated with AWK Mode's former
1158         concept of "virtual semicolons":
1160         Adapt c-beginning-of-statement, c-end-of-statement (together with
1161         subfunctions) to use the new notion of "virtual semicolon" in
1162         place of the old awkward special handling for AWK.  There remains
1163         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
1164         * progmodes/cc-cmds.el:
1165         (c-ascertain-adjacent-literal): In the backwards direction, now
1166         recognises AWK regexp delimiters as string delimiters.
1167         (c-after-statement-terminator-p): Adapt for virtual semicolons;
1168         check more rigorously for "end of macro".
1169         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
1170         virtual semicolons;
1171         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
1172         out the code for forward movement into ...
1173         (c-end-of-statement): Now contains the code for forward movement,
1174         adapted for virtual semicolons.
1176         * progmodes/cc-engine.el:
1177         (c-ws*-string-limit-regexp): new regexp.
1178         (c-forward-single-comment, c-backward-single-comment): Comment out
1179         the (now redundant) "special" AWK stuff.
1181         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
1182         c-string-par-start, c-string-par-separate to be more like Text
1183         Mode than Fundamental Mode.
1185 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1187         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
1188         to the fontified region so that fontification doesn't occur
1189         outside it
1190         (could happen e.g. when fontifying a line with an unfinished
1191         declaration).
1193 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1195         * progmodes/cc-awk.el: Regexps for analysing AWK code have been
1196         moved to near the start of the file.  ^L now separate sections of
1197         the file.  New defconsts: c-awk-non-eol-esc-pair-re,
1198         c-awk-blank-or-comment-line-re,
1199         c-awk-one-line-possibly-open-string-re,
1200         c-awk-regexp-one-line-possibly-open-char-class-re,
1201         c-awk-one-line-possibly-open-regexp-re,
1202         c-awk-one-line-non-syn-ws*-re.  New functions: c-awk-at-vsemi-p,
1203         c-awk-vsemi-status-unknown-p.
1205         Amend the concept of "virtual semicolons" (in the indentation
1206         engine) for languages like AWK, such that they are now
1207         conceptually attached to end of the last token of a statement, not
1208         the end of the line.  (In AWK Mode, however, the pertinent text
1209         property is still physically set on the EOL.)  Remove the specific
1210         tests for awk-mode, thus facilitating the introduction of other
1211         language modes where EOLs can end statements.  (Note: The
1212         funtionality in cc-cmds.el, specifically
1213         c-beginning/end-of-statement has yet to be amended.)
1215         * progmodes/cc-defs.el: New macros c-at-vsemi-p,
1216         c-vsemi-status-unknown-p.
1218         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
1219         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
1220         c-vsemi-status-unknown-p-fn (in a new page).
1222         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
1223         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
1224         numerous awkward forms like
1225         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
1226         with
1227         (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
1228         variable before-ws-ip, the place just after char-before-ip
1229         appears.
1231         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
1232         a comment.
1234 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1236         * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
1237         `c-tentative-buffer-changes'.
1239         * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
1240         converted to macro to choose between Emacs and XEmacs at compile
1241         time.
1243         (c-set-region-active): New set counterpart to
1244         `c-region-is-active-p'.
1246         (c-tentative-buffer-changes): New macro to handle temporary buffer
1247         changes in a convenient way.
1249         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
1250         for `c-tentative-buffer-changes'.
1252         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
1253         the checks for paren sexps between the point and the keyword, to
1254         avoid some false alarms.
1256         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
1257         Fixed a situation where an error could be thrown for unbalanced
1258         parens.  Changed to make use of c-keyword-member' to avoid some
1259         repeated regexp matches.
1261         (c-opt-lambda-key, c-opt-inexpr-block-key,
1262         c-opt-inexpr-class-key): These language variable are no longer
1263         necessary.
1265         (c-block-stmt-kwds): New language constant used by
1266         c-looking-at-inexpr-block'.
1268         (c-guess-basic-syntax): Removed an optional check that looked at
1269         the existence of the now removed language variables.
1271         * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
1272         c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
1273         object instantiation expressions as declarations in some contexts.
1274         This bug only affected languages where the declarator can't be
1275         enclosed in parentheses.
1277         * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
1278         insert newlines before and after substatement braces.
1280         * progmodes/cc-engine.el: Improved the heuristics for recognizing
1281         function declaration headers and the handling of C++ style member
1282         init lists.
1284         (c-just-after-func-arglist-p): Rewritten to use
1285         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
1287         (c-beginning-of-member-init-list): Removed since it isn't used
1288         anymore.
1290         (c-guess-basic-syntax): Case 5B adapted for the new
1291         `c-just-after-func-arglist-p'.  Cases 5B.1 and 5B.3 merged.  Cases
1292         5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
1293         covers all cases now).
1295         * progmodes/cc-defs.el (c-point): Added 'bosws and 'eosws.
1297 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1299         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
1300         c-string-par-start/separate c-sentence-end-with-esc-eol,
1301         initialised in c-setup-paragraph-variables, used in string
1302         scanning subroutines of c-beginning-of-statement.
1304         * progmodes/cc-cmds.el (c-electric-brace): don't delete a comment
1305         which precedes the newly inserted `{'.
1307 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1309         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
1310         function for declaration level blocks.  It should now cope with
1311         templates better and also be a lot more comprehensible.
1313         (c-looking-at-decl-block): The new function.
1315         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
1316         for compatibility.
1318         (c-add-class-syntax, c-guess-continued-construct,
1319         c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
1321         (c-decl-block-key): Changed to tell apart ambiguous and
1322         unambiguous keywords.  Pike specials are now handled directly in
1323         the code instead.
1325         (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
1326         language constants and variables to make the backward skip in
1327         `c-looking-at-decl-block' as tight as possible.
1329         (c-nonsymbol-token-char-list): New language constant.
1331         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
1332         find balanced template arglists backwards.
1334         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
1335         making char classes for `c-syntactic-skip-backward'.
1337         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
1338         16D - can't be a class-close at that point.
1340         * progmodes/cc-engine.el (c-guess-basic-syntax,
1341         c-add-class-syntax): Don't narrow out the enclosing declaration
1342         level.  This makes everything a lot easier, and it was actually
1343         only four small places that needed it to work.  Some places that
1344         previously did `widen' are removed now, which has the effect that
1345         `c-guess-basic-syntax' never will look at things outside the
1346         current narrowment now.  The anchor position for `topmost-intro'
1347         is affected by this, but it was so bogus it was basically useless
1348         before, and now it's equally bogus but in a slightly different
1349         way.
1351         (c-narrow-out-enclosing-class): Gone.
1353         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
1354         the narrowed region.
1356         (c-least-enclosing-brace): Removed silly optional argument.
1358         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
1359         the point could be left directly after an open paren when finding
1360         the beginning of the first decl in the block.
1362         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
1363         Specify which submatch to use.
1365         * progmodes/cc-langs.el (c-symbol-start): Include '@' in ObjC.
1367         (c-decl-start-re): No no longer any need for special treatment of
1368         ObjC due to the above.
1370         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
1371         presumably follows C in that regard.
1373         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
1374         New language constants to specify operator tokens inside
1375         identifiers in a more high level way.
1377         (c-opt-identifier-prefix-key): New internal language constant.
1379         (c-opt-identifier-concat-key, c-opt-after-id-concat-key,
1380         c-identifier-start, c-identifier-key): Now completely calculated
1381         from other constants.
1383         (c-identifier-last-sym-match): Decommissioned since it's no longer
1384         used.
1386         (c-operators): Use `c-identifier-ops'.  Documented
1387         `postfix-if-paren'.
1389         * progmodes/cc-engine.el (c-forward-name): Removed the
1390         optimization when c-identifier-key is equal to c-symbol-key since
1391         it doesn't work in byte compiled files.  Don't record empty
1392         regions as identifiers.
1394         * progmodes/cc-langs.el (c-filter-ops): New helper function to
1395         simplify access to `c-operators' and its likes.
1397         (c-operator-list, c-all-op-syntax-tokens,
1398         c-nonsymbol-token-regexp, c-<>-multichar-token-regexp,
1399         c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds,
1400         c-primary-expr-regexp, c-cast-parens): Use it.
1402         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
1403         an explicit language in functions.
1405         * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
1406         variant of adornment.
1408         * progmodes/cc-langs.el (c-any-class-key): Removed unused language
1409         variable.
1411         (c-type-decl-prefix-key): Removed some now unnecessary cruft from
1412         the Pike value.
1414         * progmodes/cc-engine.el (c-on-identifier,
1415         c-simple-skip-symbol-backward): Small fix for handling "-"
1416         correctly in `skip-chars-backward'.  Affected the operator lfun
1417         syntax in Pike.
1419         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
1420         diagnostic message about precompiled language vars not being used.
1422         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
1423         "__attribute__" is followed by a parenthesis.
1425         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re,
1426         c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
1427         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
1429         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
1430         cleanups to properly detect the declared identifiers in various
1431         declarations.
1433         (c-decl-start-kwds): New language constant to recognize
1434         declarations that can start anywhere.  Used for class declarations
1435         in Pike.
1437         (c-specifier-key, c-not-decl-init-keywords,
1438         c-decl-prefix-or-start-re, c-find-decl-prefix-search,
1439         c-find-decl-spots): Implement `c-decl-start-kwds'.
1441         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds,
1442         c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
1443         handling of the compiler specific extension keywords into a new
1444         language constant `c-decl-hangon-kwds' that defines keyword
1445         clauses to be ignored in declarations.
1447         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
1448         past unrecognized tokens when handling `c-colon-type-list-kwds'.
1449         Necessary to stop at the declared identifier in e.g. IDL valuetype
1450         declarations.
1452         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds,
1453         c-prefix-spec-kwds-re, c-postfix-spec-kwds,
1454         c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key,
1455         c-forward-decl-or-cast-1): Recognize the declared identifier in
1456         class and enum declarations as such and not as part of the type.
1458         (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
1459         interpretation of PRECEDING-TOKEN-END when there's no preceding
1460         token.
1462         (c-forward-decl-or-cast-1): Don't disregard sure signs of
1463         declarations when there's some syntax error later on.
1465         (c-complex-decl-matchers): Did away with a reference to
1466         `c-specifier-key'.
1468         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
1469         value - this variable is always dynamically bound.
1471         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el,
1472         cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el,
1473         cc-cmds.el, cc-defs.el: Changed the policy for marking up
1474         functions that might do hidden buffer changes: All such internal
1475         functions are now marked instead of those that don't.
1477         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments,
1478         c-(forward|backward)-single-comment, c-parse-state, c-on-identifier,
1479         c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments,
1480         c-literal-type): Allow these functions to make hidden buffer changes,
1481         so that they are free to use text property caching later on.
1483         (c-electric-backspace, c-electric-delete-forward, c-electric-pound,
1484         c-electric-brace, c-electric-slash, c-electric-star,
1485         c-electric-semi&comma, c-electric-colon, c-electric-lt-gt,
1486         c-electric-paren, c-electric-continued-statement, c-indent-command,
1487         c-indent-region, c-mask-paragraph, c-indent-new-comment-line,
1488         c-context-line-break): Added `c-save-buffer-state' calls to comply
1489         with the changed semantics of the functions above.
1491         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
1492         when macros occur in obscure places.  Optimized the sexp movement
1493         a bit.
1495 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1497         Enhancements for c-beginning-of-statement to work in AWK Mode:
1499         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
1500         (completed statement) with `}' (statement completed by closing
1501         brace or semicolon) and `$' (statement completed by EOL).
1503         (c-awk-virtual-semicolon-ends-prev-line-p,
1504         c-awk-virtual-semicolon-ends-line-p,
1505         c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward,
1506         c-awk-at-statement-end-p): new functions
1508         * progmodes/cc-cmds.el: Simplify the structure of functions
1509         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
1510         two functions and c-beginning-of-statement to handle AWK Mode.
1512         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
1513         c-backward-single-comment for AWK mode.  Attempt to clarify their
1514         doc-strings.
1516         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
1518 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1520         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
1521         label handling.  Labels are now recognized in a uniform and more
1522         robust way, regardless of context.  Text properties are put on all
1523         labels to recognize the following declarations better.  Multiword
1524         labels are handled both in indentation and fontification for the
1525         benefit of language extensions like Qt.  For consistency, keywords
1526         in labels are now fontified with the label face instead.  That
1527         also applies to "case" and "default".
1529         (c-beginning-of-statement-1): Fixed some bugs in the label
1530         handling.  Disregard `c-nonlabel-token-key' in labels that begin
1531         with `c-label-kwds'.
1533         (c-find-decl-spots): Support that the callback adds more
1534         `c-decl-end' spots to find.
1536         (c-forward-decl-or-cast-1): Don't treat a list of plain
1537         identifiers followed by a colon as a declaration.
1539         (c-forward-label): New function to recognize labels.
1541         (c-guess-basic-syntax): Replaced uses of `c-label-key' with
1542         `c-forward-label'.  Moved the label recognition cases (14 and 15)
1543         earlier since they aren't so context sensitive now.  Handle labels
1544         on the top level gracefully.  Moved access label recognition to
1545         the generic label case (CASE 15) - removed CASE 5E.
1547         (c-font-lock-declarations): Added recognition of labels in the
1548         same round since we need to handle labels in parallell with other
1549         declarations to recognize both accurately.  It should also improve
1550         speed.
1552         (c-simple-decl-matchers, c-basic-matchers-after): Moved
1553         `c-font-lock-labels' so that it only is used on decoration level 2
1554         since `c-font-lock-declarations' handles it otherwise.
1556         (c-complex-decl-matchers): Removed the simplistic recognition of
1557         access labels.
1559         (c-decl-prefix-re): Removed the kludges that was necessary to cope
1560         with labels earlier.
1562         (c-decl-start-re): New language variable to make
1563         `c-font-lock-declarations' stop for the special protection labels
1564         in Objective-C that start with '@'.
1566         (c-label-key): Removed since it's no longer used.
1568         (c-recognize-colon-labels, c-label-prefix-re): New language
1569         constants to support recognition of generic colon-terminated
1570         labels.
1572         (c-type-decl-end-used): `c-decl-end' is now used whenever there
1573         are colon terminated labels.
1575         * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
1576         first argument starts with a special brace list.
1578         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1,
1579         c-font-lock-declarations): Broke out the declaration and cast
1580         recognition from `c-font-lock-declarations' to a new function, so
1581         that it can be used in the indentation engine.
1583         * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
1584         up to the start of the literal.  Fixed bug with the point on the
1585         wrong side of the search limit that could happen when the start
1586         position is inside a literal.
1588         * progmodes/cc-engine.el (c-parse-state,
1589         c-invalidate-state-cache): Modified the use of `c-state-cache-end'
1590         so that it's kept a little bit back to increase the hit rate.
1592         (c-parse-state): Changed the macro handling and fixed some
1593         glitches.  Macro context is checked more often than necessary now,
1594         but otoh less garbage conses are generated.
1596         * progmodes/cc-engine.el (c-parse-state,
1597         c-invalidate-state-cache): Cache the last position where
1598         `c-state-cache' applies.  This can speed up refontification quite
1599         a bit in blocks where there are many non-brace parens before the
1600         point.
1602         (c-state-cache-end): New variable for this.
1604         (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
1605         cache variable.
1607         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
1608         get close initial continue positions when the start position is
1609         inside a literal or macro.  Do not call the callback for spots
1610         before the start position (which can happen e.g. for `c-decl-end'
1611         spots inside comments).  Optimize better in special cases when the
1612         region is a single line inside a literal or macro (typically when
1613         the current line is refontified).
1615         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
1616         to `c-add-stmt-syntax' - there's no need to explicitly whack off
1617         entries from the paren state.
1619         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
1620         special case for "else if" clauses.
1622         * progmodes/cc-engine.el (c-looking-at-inexpr-block,
1623         c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
1625         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
1626         language variable to recognize the gcc extension with statement
1627         blocks inside expressions.
1629         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
1630         it somewhat more comprehensible.  The argument AT-BLOCK-START is
1631         no longer used and hence removed.
1633         (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
1634         to `c-add-stmt-syntax'.
1636         * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
1637         `c-beginning-of-statement-1' instead of duplicating parts of it.
1638         This fixes bogus label recognition.
1640         * progmodes/cc-engine.el (c-add-type, c-check-type,
1641         c-forward-name, c-forward-type): Improved storage of template
1642         types in `c-found-types' so that they can be recognized better.
1644         (c-syntactic-content): Added option to skip past nested parens.
1646         * progmodes/cc-engine.el (c-forward-name): Set
1647         `c-last-identifier-range' all the time.  It's less work that way.
1648         Handle that there might not be an identifier to store in
1649         `c-last-identifier-range'.
1651         (c-forward-type): Handle that `c-last-identifier-range' might be
1652         nil from `c-forward-name'.
1654         * progmodes/cc-defs.el: (c-safe-scan-lists,
1655         c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
1657         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
1658         to work even if the form fails.
1660         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
1661         down in a large file in one go.
1663         (c-get-fallback-start-pos): New helper function for
1664         `c-parse-state'.
1666         * progmodes/cc-align.el (c-lineup-assignments): New lineup
1667         function which is like `c-lineup-math' but returns nil instead of
1668         `c-basic-offset' when it doesn't match.
1670         (c-lineup-math): Changed to use `c-lineup-assignments'.
1672 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1674         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
1675         c-beginning-of-statement.  New subfunctions
1676         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
1678 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1680         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
1681         hardcoded char classes whereever possible.  Changed a couple of
1682         places to use skip by syntax instead of skip by char class.
1684         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
1685         Fixed a bug in the regexp that caused extreme backtracking.
1687         * progmodes/cc-langs.el (c-block-comment-starter,
1688         c-block-comment-ender): New language constants to specify in a
1689         single place how block comments look.
1691         (c-comment-start-regexp, c-block-comment-start-regexp,
1692         comment-start, comment-end, comment-start-skip,
1693         c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws,
1694         c-syntactic-ws, c-nonempty-syntactic-ws,
1695         c-single-line-syntactic-ws, c-syntactic-eol): Now built from
1696         `c-line-comment-starter', `c-block-comment-starter' and
1697         `c-block-comment-ender'.
1699         (c-block-comment-regexp, c-unterminated-block-comment-regexp): New
1700         language constants to break up things a bit.
1702         (c-simple-ws): New language constant for simple whitespace.
1704         * progmodes/cc-defs.el (c-concat-separated): New convenience
1705         function.
1707         * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
1708         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
1709         newlines.  Allow and ignore nil elements in the list.
1711 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1713         * progmodes/cc-cmds.el: Comment out a (n almost certainly
1714         superfluous) check, (eq here (point-max)) in
1715         c-beginning-of-statement.
1717         * progmodes/cc-cmds.el: Tidy up the comments in
1718         c-beginning-of-statement and subfunctions.
1720         * progmodes/cc-awk.el: Replace calls to put-text-property to the
1721         more flexible c-put-char-property and c-clear-char-properties.
1722         Add the author's email address.
1724         * progmodes/cc-langs.el: New variable,
1725         c-block-comment-start-regexp.
1727         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
1728         closing "*/" of a block comment.
1730         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
1731         subfunctions) so that it works at BOB and EOB.
1733         * progmodes/cc-cmds.el, cc-vars.el: More updating of
1734         c-beginning-of-statement, including new variable
1735         c-block-comment-start-regexp.
1737 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1739         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
1740         symbols from `*-font-lock-extra-types' so that there's no need to
1741         use `regexp-opt' on those lists.
1743         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
1744         `c-type-modifier-kwds' is empty.
1746         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
1747         there are several strings on the same line.
1749         * progmodes/cc-engine.el (c-literal-limits): Removed the
1750         compatibility function for older emacsen.  `c-literal-limits-fast'
1751         has now taken the place of this function.
1753         * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
1754         with older emacsen: We now require 'pps-extended-state.
1756 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1758         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
1759         which obviates the need to hack sentence-end.  This now handles
1760         escaped newlines in strings correctly.  Correct minor bugs in
1761         c-move-over-sentence and in c-beginning-of-statement.
1763         * progmodes/cc-cmds.el (c-beginning-of-statement (and
1764         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
1765         that movement over macros and code are rigorously separated from
1766         eachother.  Correct a few incidental bugs.
1768         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
1769         Improve its doc-string.  Improve the handling of certain specific
1770         cases.
1772 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1774         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
1775         (c-guess-basic-syntax): Changed the way class-level labels are
1776         recognized; they can now contain essentially any symbols.
1778         (c-opt-extra-label-key): New language variable to cope with the
1779         special protection label syntax in Objective-C.
1781         (c-opt-access-key): Removed; this is now handled better by
1782         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
1784         (c-complex-decl-matchers): Update to handle that
1785         `c-opt-access-key' no longer exists.
1787         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
1788         improved label recognition in `c-beginning-of-statement-1'.
1790         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1791         Recognize bitfields better.
1793         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
1794         Removed some cruft and fixed a bug that could cause it to go to a
1795         position further down.
1797         * progmodes/cc-langs.el, cc-engine.el
1798         (c-beginning-of-statement-1): Improved detection of labels in
1799         declaration contexts.
1801         (c-beginning-of-decl-1): Use it.
1803         (c-nonlabel-token-key): New language constant and variable needed
1804         by `c-beginning-of-statement-1'.
1806         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
1807         manifested itself due to the correction in `c-forward-sexp'.
1809         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
1810         these behave as documented when used at the buffer limits.
1812         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
1813         (c-type-decl-end-used): Made this a language variable.
1815         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
1816         correctly when `combine-after-change-calls' is used together with
1817         temporary narrowings.
1819         * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
1820         labels correctly when the start point is immediately after the
1821         colon.
1823         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
1824         since it isn't used anymore.
1826         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
1827         bracket arglists such as template parens in C++.
1829         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
1830         in the last check-in.  Some optimization.
1832         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
1833         where it could stop at the same level in a preceding sexp when
1834         PAREN-LEVEL is set.
1836         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
1837         text property lookup only when it's needed.
1839         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
1840         Changed the policy for paren marked angle brackets to be more
1841         persistent; once marked they remain marked even when they're found
1842         to be unbalanced in the searched region.  This should keep the
1843         paren syntax around even when individual lines are refontified in
1844         multiline template arglists.
1846         (c-parse-and-markup-<>-arglists): New dynamically bound variable
1847         to control markup so that incorrect angle bracket arglists aren't
1848         marked in contexts where the correct value for
1849         `c-disallow-comma-in-<>-arglists' isn't known.
1851         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
1852         argument has become `c-parse-and-markup-<>-arglists'.
1854         (c-remove-<>-arglist-properties): Removed - no longer used.
1856         (c-after-change-check-<>-operators): New function used on
1857         `after-change-functions' to avoid that "<" and ">" characters that
1858         are part of longer operators have paren syntax.
1860         (c-<>-multichar-token-regexp): New language variable used by
1861         `c-after-change-check-<>-operators'.
1863         (c-after-change): Call `c-after-change-check-<>-operators'.
1865         (c-font-lock-<>-arglists): Use the context properties set by
1866         `c-font-lock-declarations' to set
1867         `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
1868         markup.
1870         (c-font-lock-declarations): Removed code that undoes the invalid
1871         markup done by `c-font-lock-<>-arglists'.
1873         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
1874         after `c-font-lock-declarations'.
1876         * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
1877         paren-level feature.
1879         (c-guess-basic-syntax): Improved the anchor position for
1880         `template-args-cont' in nested template arglists.  There's still
1881         much to be desired in this area, though.
1883 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1885         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
1886         Make the "Text Filling and Line Breaking" commands work for AWK
1887         buffers.
1889 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1891         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
1892         Removed;
1893         (c-major-mode-is 'awk-mode) can be used instead now.
1895         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
1896         it doesn't work no longer are supported.
1898         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el,
1899         cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
1900         requires support for the syntax-table' text property, which rules
1901         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
1902         cruft associated with those versions.
1904         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
1905         for the `syntax-table' text property, which rules out Emacs 19 and
1906         XEmacs < 21.4.  Removed various compatibility cruft associated
1907         with those versions.
1909         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
1910         support for the `syntax-table' text property.
1912         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
1913         variable and use an extra quoted face name instead.  All the
1914         emacsen flavors handle that correctly.
1916         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare,
1917         c-font-lock-declarators, c-font-lock-declarations,
1918         c-complex-decl-matchers, c-basic-matchers-after): Use a text
1919         property to mark the items in in declarator lists to handle
1920         refontification inside multiline declarations better.
1922         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
1923         construct like "a * b = c;" as a declaration.
1925 2005-12-08  Kim F. Storm  <storm@cua.dk>
1927         * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
1928         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
1929         select either meta, hyper, or super modifier for rectangle commands.
1930         (cua--rectangle-modifier-key): New defvar.
1931         (cua--M/H-key): Use it.  Remove special case for 'space.
1932         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
1933         on X, to meta otherwise.  Always bind C-return to toggle
1934         rectangle.  Pass ?\s instead of 'space to cua--M/H-key.
1936         * emulation/cua-rect.el (cua-help-for-rectangle): Use
1937         cua--rectangle-modifier-key.  Handle super modifier too.
1938         (cua--init-rectangles): Always bind C-return to toggle rectangle.
1939         Pass ?\s instead of 'space to cua--M/H-key and cua--rect-M/H-key.
1941         * ido.el: Move Acknowledgements and History after Commentary.
1942         Minor changes to Commentary.
1944         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
1945         keymap if cua--prefix-override-timer equals 'shift.
1946         (cua--shift-control-prefix): New function; emulate "type prefix
1947         key twice" functionality to handle shifted prefix key override.
1948         (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
1949         commands.
1950         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
1952 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
1954         * textmodes/org.el (org-insert-heading): Try to do items before
1955         headings.
1956         (org-agenda-mode): Quote `org-agenda-mode-hook'.
1957         (org-insert-item): New function.
1958         (org-renumber-ordered-list): Don't skip to higher level lists.
1960 2005-12-08  Juri Linkov  <juri@jurta.org>
1962         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
1964         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
1966         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
1968         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
1969         the constructed function name fun-1.
1971         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
1972         because such links don't lead to parent documentation.
1974 2005-12-08  Kenichi Handa  <handa@m17n.org>
1976         * descr-text.el (describe-char): Use *Help-2* buffer if the
1977         current buffer is *Help*.  Call describe-text-properties while
1978         setting the original buffer.
1980 2005-12-07  Bill Wohler  <wohler@newt.com>
1982         * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
1983         and causes problems with non-MH users (such as Gnus users).
1985 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
1987         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
1988         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
1989         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
1990         command "info sources".  Move calls to GDB command "list".
1991         (gdb-find-file-hook): Just use gdb-source-file-list.
1992         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
1993         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
1994         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
1995         (gdb-data-list-register-values-handler): Use correct trigger name.
1997 2005-12-07  Kim F. Storm  <storm@cua.dk>
1999         * ido.el (ido-completion-map): Renamed from ido-mode-map.
2000         (ido-common-completion-map, ido-file-completion-map)
2001         (ido-file-dir-completion-map, ido-buffer-completion-map):
2002         Renamed from ido-mode-....-map.
2003         (ido-init-completion-maps): Renamed from ido-init-mode-maps.
2004         (ido-setup-completion-map): Renamed from ido-define-mode-map.
2005         (ido-read-internal): Bind minibuffer-local-filename-completion-map
2006         to ido-completion-map.
2008 2005-12-07  Kenichi Handa  <handa@m17n.org>
2010         * international/mule-cmds.el
2011         (set-display-table-and-terminal-coding-system): If the coding
2012         system specified in `unibyte-display' property is different from
2013         the arg coding-system, don't setup standard-display-table.
2015 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2017         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
2018         that comments end at \n, regardless of selective-display.
2020 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
2022         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
2023         (gdb-version): New variables.
2024         (gdb-source-file-list, gdb-register-names)
2025         (gdb-changed-registers): New variables for use with GDB 6.4+.
2026         (gdb-ann3): Replace with...
2027         (gdb-init-1, gdb-init-2): ...two new functions.
2028         (gdba, gdb-prompt): Call gdb-init-1.
2029         (gdb-get-version): New function.  Call gdb-init-2 from here.
2030         (gud-watch): Make it work with mouse events too.
2031         (gdb-post-prompt): Don't add to queue until GDB version is known.
2032         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
2033         (gdb-locals-mode): Use gdb-version.
2034         (gdb-memory-format-map, gdb-memory-unit-map)
2035         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
2036         (gdb-locals-font-lock-keywords-1)
2037         (gdb-locals-font-lock-keywords-2): New variables.
2038         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
2039         (gdb-set-gud-minor-mode-existing-buffers-1)
2040         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
2041         (gdb-var-update-1, gdb-var-update-handler-1)
2042         (gdb-data-list-register-values-handler)
2043         (gdb-data-list-register-values-custom)
2044         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
2045         (gdb-stack-list-locals-handler, gdb-get-register-names):
2046         New functions for use with GDB 6.4+.
2047         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
2048         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
2049         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
2050         (gdb-stack-list-locals-regexp)
2051         (gdb-data-list-register-names-regexp): New regexps for use with
2052         GDB 6.4+.
2054 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2056         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
2058 2005-12-06  Nozomu Ando <nand@mac.com>  (tiny patch)
2060         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
2061         prompts work for AUTH PLAIN.  Also reported by Steve Allan
2062         <seallan@verizon.net>.
2064 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
2066         * frame.el (set-frame-parameter): Add doc string.
2068 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
2070         * textmodes/org.el (org-occur-highlights): New variable.
2071         (org-highlight-new-match, org-remove-occur-highlights): New functions.
2072         (org-highlight-sparse-tree-matches): New option.
2073         (org-do-occur): New function.
2074         (org-get-heading): Make it work also at beginning of line.
2075         (org-category-table): New variable.
2076         (org-get-category-table, org-get-category)
2077         (org-camel-to-words, org-link-search): New functions.
2078         (org-select-this-todo-keyword): New variable.
2079         (org-todo-list): New command.
2080         (org-shiftright, org-shiftleft): New commands.
2081         (org-agenda-todo): Add prefix argument.
2082         (org-show-hierarchy-above): New option.
2083         (org-show-todo-tree): Numerical prefix creates tree for specific
2084         TODO keyword.
2085         (org-outline-level): New function, to assign a level to plain
2086         lists items.
2087         (org-cycle-include-plain-lists): New option.
2088         (org-mode): Use `org-outline-level' as value of `outline-level'.
2089         (org-cycle): Temporarily switch `outline-regexp' if
2090         `org-cycle-include-plain-lists' is non-nil.
2091         (org-start-icalendar-file): Fix format bug.
2092         (org-agenda-get-day-entries): Create category table.
2093         (org-agenda-get-todos, org-agenda-get-timestamps)
2094         (org-agenda-get-deadlines, org-agenda-get-scheduled)
2095         (org-agenda-get-blocks): Use `org-get-category'.
2096         (org-context-in-file-links): Rename from
2097         `org-line-numbers-in-file-links' .
2099 2005-12-06  Romain Francoise  <romain@orebokech.com>
2101         * window.el (balance-windows): Delete extraneous third arg in call
2102         to `enlarge-window'.
2104 2005-12-06  Kenichi Handa  <handa@m17n.org>
2106         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
2108 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
2110         * progmodes/gdb-ui.el (gdb-var-create-handler)
2111         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
2112         (gdb-var-list-children-handler, gdb-var-update-handler):
2113         Current buffer is already gdb-partial-output-buffer, don't
2114         make it current again.
2116 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
2118         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
2119         (list-buffers-noselect): Use it.
2121 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2123         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
2124         (mail-yank-ignored-headers): Use regexp-opt.
2125         (mail-mode-map): Move initialization into declaration.
2126         (mail-sent-via): Remove unused shadowed var `to-line'.
2127         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
2128         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
2129         (mail-do-fcc): Use dolist and push.
2130         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
2131         (mail-yank-ignored-headers): Don't autoload.
2133 2005-12-05  Kenichi Handa  <handa@m17n.org>
2135         * international/mule-cmds.el (set-language-info-internal): New fun.
2136         (set-language-info): Call set-language-info-internal to update
2137         language-info-alist.  If LANG-ENV is the current one, call
2138         set-language-environment to make INFO effective now.
2139         (set-language-info-alist): Likewise.
2140         (locale-language-names): With locale "en", use English
2141         lang. env. but set the default codings to iso-8859-1.
2143 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
2145         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
2146         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
2147         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
2148         for plain strings.
2149         (gdb-frames-mode): Remove redundant call to font-lock-mode.
2150         (gdb-all-registers): Rename from toggle-gdb-all-registers.
2151         Create registers buffer if necessary.  Echo new state in minibuffer.
2152         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
2154 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
2156         * info.el (Info-fontify-node): Match external links using
2157         non-directory part of filename.
2159 2005-12-04  Juri Linkov  <juri@jurta.org>
2161         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
2162         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
2163         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
2164         because there is no customization option for it.
2166         * font-lock.el (lisp-font-lock-keywords-1):
2167         Add define-global-minor-mode.
2169         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
2171         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
2172         properties on the constructed variable names.
2174         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2175         Put `definition-name' properties on the constructed function names
2176         next-sym and prev-sym.
2178         * emacs-lisp/find-func.el (find-function-regexp):
2179         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
2180         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
2181         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
2182         and easy-menu-define.
2184         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
2185         easy-mmode-define-global-mode and define-global-minor-mode.
2186         (lisp-imenu-generic-expression): Add define-global-minor-mode.
2188         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
2189         instead of easy-mmode-define-global-mode.
2191         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
2192         Use define-minor-mode instead of easy-mmode-define-minor-mode.
2194         * cus-edit.el (customize-group, customize-group-other-window):
2195         Filter out autoloaded options from the group completion list by
2196         using heuristics that autoloaded groups don't have `custom-autoload'
2197         property on their symbols (they have only `custom-loads').
2199         * simple.el (completion-setup-function): Put completions-common-part
2200         face on complete completion string too (i.e. completion string
2201         without completions-first-difference face).
2203         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
2205 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
2207         * view.el (view-mode): Doc fix.
2209         * disp-table.el (standard-display-european): Add to the warning
2210         message a reference to the doc string.
2212         * play/yow.el (apropos-zippy): Call print-help-return-message,
2213         similar to other Help and Apropos commands.
2215         * help.el (print-help-return-message): If pop-up-frames is
2216         non-nil, set up help-return-method to delete the help window and,
2217         possibly, its frame as well, and don't display message about
2218         scrolling the help window.  Doc fix.
2219         (help-return-method): Doc fix.
2221 2005-12-03  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2223         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
2224         whereby names of length one or names starting with a
2225         symbol-constituent character would not be returned.
2227 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2229         * subr.el (atomic-change-group): Add edebug and indentation spec.
2231 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2233         * completion.el (save-completions-file-name): Fix typo in last change.
2235 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2237         * info.el: Move back/forward history to the beginning of the tool bar.
2239 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
2241         * allout.el:(eval-when-compile): Remove unnecessary load of 'cl.
2242         Add fset of allout-real-isearch-abort during compile to fix
2243         byte-compilation warnings.
2244         (allout-mode-p): Move definition of this macro above all uses, or
2245         byte compilation in barren emacs (eg, during emacs build) will
2246         lack the definition.
2247         (allout-mode): Move this variable above any uses, or byte
2248         compilation will fail.
2249         (allout-resolve-xref): Remove use of personal file-reference function.
2250         (allout-toggle-current-subtree-encryption): Do the current (ie,
2251         visible containing) topic, rather than nearest around point.  Doc fix.
2252         (allout-toggle-subtree-encryption): New function, workhorse that
2253         works on nearest topic containing point.
2254         (allout-encrypt-string): Signal requirement for newer version of pgg.
2255         (allout-resumptions): Doc fix.
2257 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
2259         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
2261 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
2263         * textmodes/flyspell.el (flyspell-external-point-words):
2264         Consider a misspelling as found in the string search if: (a) misspelling
2265         and found string lengths match, or (b) misspelling is found as
2266         element in a boundary-chars separated longer string, or (c)
2267         ispell-program-name is really ispell and misspelling is found as
2268         part of a TeX string.  After successful match move beginning of
2269         search region to end of match.  Warn about not found misspellings
2270         once the process is done.
2271         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
2273 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
2275         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
2276         tool bar (removed inadvertently).
2278 2005-12-02  Juri Linkov  <juri@jurta.org>
2280         * log-view.el (log-view-diff): Clarify doc string.
2282 2005-12-01  Bill Wohler  <wohler@newt.com>
2284         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
2285         triggers lm-verify errors.
2287 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
2289         * simple.el (transient-mark-mode, line-number-mode)
2290         (column-number-mode, size-indication-mode): Remove `:require nil'.
2292 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
2294         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
2295         in the margin also.
2296         (gdb-breakpoints-mode-map): Use D instead of d for
2297         gdb-delete-breakpoint.
2298         (gdb-get-frame-number): Require a number to match on.
2299         (gdb-threads-mode-map): Add follow-link binding.
2301 2005-11-30  Jason Rumney  <jasonr@gnu.org>
2303         * isearch.el (isearch-mode-map): Avoid exiting search on
2304         language-change event.
2306 2005-11-30  Romain Francoise  <romain@orebokech.com>
2308         * speedbar.el (speedbar-default-position): New defcustom.
2309         (speedbar-frame-reposition-smartly): Use it.
2311         * dframe.el (dframe-reposition-frame-emacs): Fix position
2312         computation for `left' location.
2313         Update copyright year.
2315 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2317         * help.el (help-map): Move initialization into declaration.
2319         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
2321         * help-fns.el (help-argument-name): Don't autoload.
2322         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
2323         to be re-loaded when customizing the `help' group.
2325 2005-11-30  John Paul Wallington  <jpw@gnu.org>
2327         * help-fns.el (describe-function-1): Fill arglist output.
2329 2005-11-30  Kim F. Storm  <storm@cua.dk>
2331         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
2332         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
2333         after revert-buffer (or anything else which kills all local variables).
2335         * apropos.el (apropos-parse-pattern): Doc fix.
2336         Set apropos-regexp directly, rather than expecting callers to do so.
2337         (apropos-command, apropos, apropos-value, apropos-documentation):
2338         Simplify calls to apropos-parse-pattern.
2340 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
2342         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
2343         (hi-lock-face-phrase-buffer): Use hi-yellow face.
2344         (hi-lock-write-interactive-patterns): Use comment-region.
2346         * longlines.el (longlines-mode): Add mail-setup-hook.
2348         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
2350         * simple.el (sendmail-user-agent-compose, next-line):
2351         Conditionally use hard-newline.
2353 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2355         * international/latexenc.el (latex-inputenc-coding-alist):
2356         Reword doc string.
2358 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
2360         * help.el (describe-key-briefly, describe-key): Recognize default
2361         bindings.
2363 2005-11-29  Romain Francoise  <romain@orebokech.com>
2365         * view.el (view-inhibit-help-message): New defcustom.
2366         (view-mode-enter): Use it.
2368 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
2370         * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
2371         Preserve user position.
2373 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
2375         * font-lock.el: Throw error if facemenu is not loaded to prevent
2376         accidental change of loading order in loadup.el.  (Suggested by RMS.)
2378         * loadup.el: Add comment explaining why facemenu must be loaded
2379         before font-lock.
2381 2005-11-28  Jay Belanger  <belanger@truman.edu>
2383         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
2384         (calc-dispatch-map): Add more keys for `calc-same-interface'.
2386         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
2388         * calc/calc-embed.el (calc-do-embedded): Update help message.
2390         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
2392 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2394         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
2396         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
2397         called-interactively-p.
2398         (elp-profilable-p): Rename from elp-not-profilable-p.
2399         Invert result and take into account macros and autoloaded functions.
2400         (elp-instrument-function): Update call.
2401         (elp-instrument-package): Update call.  Add completion.
2402         (elp-pack-number): Use match-string.
2403         (elp-results-jump-to-definition-by-mouse): Merge into
2404         elp-results-jump-to-definition and then remove.
2405         (elp-output-insert-symname): Make help echo text single-line.
2407         * replace.el (query-replace-map): Move initialization into declaration.
2408         (occur-engine): Use with-current-buffer.
2409         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
2410         (occur-mode-mouse-goto): Replace with an alias.
2412 2005-11-28  Juri Linkov  <juri@jurta.org>
2414         * simple.el (quoted-insert): Let-bind input-method-function to nil.
2416         * term/w32-win.el: Bind [S-tab] to [backtab].
2418         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
2419         `Info-find-file' to t.
2421         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
2422         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
2423         and same-window-regexps.
2424         (occur-next-error): Don't move point for arg 0.
2426 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
2428         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
2430 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2432         * log-edit.el (log-edit-changelog-use-first): New var.
2433         (log-edit-changelog-ours-p): Use it.
2434         (log-edit-insert-changelog): Set it with new arg `use-first'.
2435         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
2436         (log-edit-hook): Add them to the list of suggested options.
2438         * textmodes/flyspell.el (flyspell-last-buffer): New var.
2439         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
2440         redundant work.
2441         (flyspell-mode-on): Use add-hook for after-change-functions.
2442         (flyspell-mode-off): Use remove-hook for after-change-functions.
2443         (flyspell-changes): Make it buffer-local.
2444         (flyspell-after-change-function): Make it non-interactive.  Use push.
2445         (flyspell-post-command-hook): Check input-pending-p while processing
2446         the potentially long list of buffer changes.
2448 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
2450         * buff-menu.el (list-buffers-noselect): Display the selected
2451         frame's buffer list, not the global one.
2453 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
2455         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
2456         that (list last-input-event) works as in interactive spec.
2458 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
2460         * loadup.el ("facemenu"): Load facemenu before font-lock, because
2461         `facemenu-keymap' needs to be defined when font-lock is loaded.
2462         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
2464 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2466         * completion.el: Remove useless leading * in defcustom docstrings.
2467         (save-completions-file-name): Use ~/.emacs.d if available.
2468         (completion-standard-syntax-table): Rename from
2469         cmpl-standard-syntax-table and fold initialization into declaration,
2470         thus removing cmpl-make-standard-completion-syntax-table.
2471         (completion-lisp-syntax-table, completion-c-syntax-table)
2472         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
2473         (cmpl-saved-syntax, cmpl-saved-point): Remove.
2474         (symbol-under-point, symbol-before-point)
2475         (symbol-under-or-before-point, symbol-before-point-for-complete)
2476         (add-completions-from-c-buffer): Use with-syntax-table.
2477         (make-completion): Don't return a list of completion entries.
2478         Update callers.
2479         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
2480         (completion-initialize): Rename from initialize-completions.
2481         (completion-find-file-hook): Rename from cmpl-find-file-hook.
2482         (kill-emacs-save-completions): Collect stats here.
2483         (save-completions-to-file, load-completions-from-file):
2484         Use with-current-buffer.
2485         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
2486         into a function.  Move all calls to toplevel.
2487         (completion-lisp-mode-hook): New fun.
2488         (completion-c-mode-hook, completion-setup-fortran-mode):
2489         Set the syntax-table here.  Use local-set-key.
2490         (completion-saved-bindings): New var.
2491         (dynamic-completion-mode): Make it into a proper minor mode.
2492         (load-completions-from-file): Remove unused var `num-uses'.
2494         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
2495         constructor if it is explicitly overridden.
2497         * complete.el (PC-completion-as-file-name-predicate):
2498         Use minibuffer-completing-file-name.
2499         (partial-completion-mode): Use find-file-not-found-functions.
2500         (PC-lisp-complete-symbol): Use with-syntax-table.
2501         (PC-look-for-include-file): Remove dead setq.
2502         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
2503         (PC-complete): Use with-current-buffer.
2505         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
2506         escape single quotes.
2508 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
2510         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
2511         of `if' whose condition always returned nil.  Doc fix.
2513         * buff-menu.el (Buffer-menu-revert-function): Make the selected
2514         window's buffer the current buffer around the call to
2515         `list-buffers-noselect'.  This is necessary to mark that buffer
2516         with a `.' in the Buffer Menu when called from Lisp, for instance
2517         by Auto Revert Mode.
2519 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
2521         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
2522         attaching to it.
2523         (gdb-pre-prompt): Make sure gdb-error is reset.
2525         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
2526         with a child process, detect it.
2527         (gud-speedbar-buttons): Match regexp more carefully.
2529 2005-11-27  Richard M. Stallman  <rms@gnu.org>
2531         * mouse.el (mouse-drag-move-window-bottom):
2532         Use adjust-window-trailing-edge.
2534 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
2536         * simple.el (blink-matching-open): Ignore
2537         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
2538         (blink-matching-paren-on-screen): Update docstring.
2540         * paren.el (show-paren-mode): No longer change
2541         `blink-matching-paren-on-screen'.
2543 2005-11-27  John Paul Wallington  <jpw@pobox.com>
2545         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
2546         (gdb-threads-select, gdb-edit-register-value):
2547         Use `posn-set-point' instead of `mouse-set-point' because the
2548         latter is not fbound when configured without X.
2550 2005-11-27  Kim F. Storm  <storm@cua.dk>
2552         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
2553         existing face when partially highlighting a TAB in a rectangle.
2555 2005-11-26  Kim F. Storm  <storm@cua.dk>
2557         * ido.el (ido-mode-map): Doc fix.
2558         (ido-mode-common-map, ido-mode-file-map)
2559         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
2560         (ido-define-mode-map): Rewrite.  Select one of the new maps as
2561         parent for ido-mode-map instead of building from scratch.
2562         (ido-init-mode-maps): New defun to initialize new maps.
2563         (ido-mode): Call it.
2564         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
2565         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
2567 2005-11-26  John Paul Wallington  <jpw@pobox.com>
2569         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
2570         `mouse-set-point' because the latter is not fbound when configured
2571         without X.
2573 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
2575         * files.el (file-relative-name): Doc fix.
2577 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
2579         * progmodes/octave-inf.el (inferior-octave-startup): Force a
2580         non-empty string for secondary prompt PS2.
2582 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
2584         * progmodes/compile.el (compilation-setup): Fix last change.
2586 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
2588         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
2589         (gdb-mouse-toggle-breakpoint-margin)
2590         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
2591         Add gdb-server-prefix to keep out of command history.
2592         (gdb-edit-register-value): New function.
2593         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
2594         (gdb-info-registers-custom): Use above map.
2596 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
2598         * custom.el (enable-theme): Signal error if argument is not a
2599         theme.  Don't recalculate a face if it's not loaded yet.
2601         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
2602         the `user' theme is in effect.
2604         * info.el (Info-on-current-buffer): Record actual filename in
2605         Info-current-file, instead of t, or a fake filename if a non-file
2606         buffer.  Make autoload.
2607         (Info-find-node, Info-revert-find-node): No need to check for
2608         Info-current-file nil.
2609         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
2610         Info-current-file is now never `t'.
2611         (Info-fontify-node): Many simplifications due to Info-current-file
2612         always being valid.  Use Info-find-file to find node filename.
2614 2005-11-25  David Kastrup  <dak@gnu.org>
2616         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
2617         new character, then delete" in order to preserve markers.
2619 2005-11-25  David Ponce  <david@dponce.com>
2621         * recentf.el (recentf-arrange-by-rule): Handle a special
2622         `auto-mode-alist'-like "strip suffix" rule.
2623         (recentf-build-mode-rules): Handle second level auto-mode entries.
2625 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
2627         * viper-keym.el (viper-ESC-key): Use different values in terminal and
2628         window modes.
2630         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
2631         jde-javadoc-checker-report-mode.
2633         * ediff-wind (ediff-make-wide-display): Slight simplification.
2635         * ediff.el (ediff-date): Change the date of last update.
2637 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
2639         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
2640         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
2641         (hi-lock-mode): New global minor mode.
2642         (turn-on-hi-lock-if-enabled): New function.
2643         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
2644         Change arguments to regexp and face instead of a font-lock pattern.
2645         Directly set face property, instead of refontifying.
2646         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
2647         (hi-lock-find-patterns): Use line-number-at-pos.
2649         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
2650         arguments for hi-lock-set-pattern.
2651         (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
2652         font-lock-fontify-buffer.
2653         (hi-lock-find-file-hook, hi-lock-current-line)
2654         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
2656         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
2657         turned off.
2659         * progmodes/compile.el (compilation-setup): Don't fiddle with
2660         font-lock-defaults.
2662 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
2664         * progmodes/gdb-ui.el (gdb-var-create-handler)
2665         (gdb-var-list-children-handler): Find values for all variable
2666         objects.  gud-speedbar-buttons decides whether to display them.
2668 2005-11-24  Romain Francoise  <romain@orebokech.com>
2670         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
2671         buffer name with a space.
2673 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
2675         * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
2676         `org-export-local-list-max-depth'.  Change default value to 3.
2677         (org-auto-renumber-ordered-lists)
2678         (org-plain-list-ordered-item-terminator): New options.
2679         (org-at-item-p, org-beginning-of-item, org-end-of-item)
2680         (org-get-indentation, org-get-string-indentation)
2681         (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
2682         functions.
2683         (org-move-item-down, org-move-item-up): New commands.
2684         (org-export-as-html): New classes for CSS support.  Bug fix in
2685         regular expression detecting fixed-width regions.  Respect
2686         `org-local-list-ordered-item-terminator'.
2687         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
2688         also a list item.
2689         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
2690         New item moving functions.
2692 2005-11-24  Juri Linkov  <juri@jurta.org>
2694         * isearch.el (isearch-repeat): With empty search ring set
2695         `isearch-error' to the error string instead of signaling error
2696         with the function `error'.
2698 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2700         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
2702 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
2704         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
2705         and variable.
2706         (gdb-var-create-handler, gdb-var-list-children-handler):
2707         Don't match on "char **...".
2708         (gdb-var-update-handler): Find values for all variable objects.
2709         (gdb-info-frames-custom): Identify frames by leading "#".
2711         * progmodes/gud.el (gud-speedbar-menu-items): Add
2712         gdb-speedbar-auto-raise as radio button.
2713         (gud-speedbar-buttons): Raise speedbar if requested.
2714         Don't match on "char **...".
2715         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
2716         Make it editable.
2718 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
2720         * info.el (Info-fontify-node): Handle the case where
2721         Info-current-file is t.
2723 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2725         * simple.el (blink-matching-open): Fix off-by-one in last change.
2727 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2729         * term/mac-win.el: Don't change default directory.
2731 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
2733         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
2734         buffers correctly.  (It used to throw an error in such buffers.)
2735         Make it ask for confirmation in group buffers and other Custom
2736         buffers containing more than one customization item.
2738 2005-11-22  John Paul Wallington  <jpw@gnu.org>
2740         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
2741         property on mail and url overlays.
2742         (goto-address-at-point): Use `posn-set-point' instead of
2743         `mouse-set-point' because the latter is not fbound when configured
2744         without X.
2746 2005-11-22  Lars Hansen  <larsh@soem.dk>
2748         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
2749         (ls-lisp-classify, ls-lisp-format): Delete call to
2750         ls-lisp-parse-symlink.
2751         (ls-lisp-handle-switches): Handle symlinks to directories as
2752         directories when ls-lisp-dirs-first in non-nil.
2754 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
2756         * startup.el (command-line): Make sure that loaddefs.el is handled
2757         correctly in load-history.
2759 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
2761         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
2762         (gdb-struct-string, gdb-array-string): New constants.
2763         (gdb-info-locals-handler): Use them.
2764         (gdb-reset): Reset gdb-var-list to nil.
2766 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2768         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
2769         in patterns.
2771 2005-11-21  Juri Linkov  <juri@jurta.org>
2773         * custom.el (defcustom): Update link types in docstring.
2775 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2777         * custom.el (defgroup): Add doc-string-elt info.
2779         * widget.el (define-widget): Don't use declare for the doc-string-elt.
2781 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2783         * newcomment.el (comment-enter-backward): Fix last fix.
2785         * simple.el (blink-matching-open):
2786         * paren.el (show-paren-function): Allow new paren-class info.
2788 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
2790         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
2791         handled automagically.
2793 2005-11-20  Andreas Schwab  <schwab@suse.de>
2795         * descr-text.el (describe-char): When copying overlays put them
2796         over the full char description instead of just the first character
2797         of it.
2799 2005-11-20  Juri Linkov  <juri@jurta.org>
2801         * simple.el (what-cursor-position):
2802         * descr-text.el (describe-char): Use Lisp-readable syntax
2803         for octal and hex.  Reorder decimal, octal and hex values.
2804         Remove excess whitespace in the output.  Use `=' in `column='
2805         like in `point=' and `Hscroll='.
2807         * international/mule-cmds.el (encoded-string-description):
2808         Use Lisp-readable syntax for hex.
2810 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2812         * newcomment.el (comment-enter-backward): Handle the case where the
2813         comment is closed by EOB.
2815 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
2817         * longlines.el (longlines-before-revert-hook)
2818         (longlines-after-revert-hook): New functions.
2819         (longlines-mode): Turn off longlines temporarily when reverting.
2820         Add a message-setup-hook.
2821         (longlines-decode-buffer): New function.
2822         (longlines-wrap-line): Preserve marker positions.
2824 2005-11-19  Andreas Schwab  <schwab@suse.de>
2826         * emacs-lisp/shadow.el: Handle compressed files.
2828 2005-11-19  Romain Francoise  <romain@orebokech.com>
2830         * net/browse-url.el (browse-url-default-browser): Signal an error
2831         if no usable browser can be found, rather than try to load w3.
2833 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
2835         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
2836         replacing existing properties.
2837         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
2838         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
2839         tty specs.
2840         (rcirc-server-prefix, rcirc-server): New faces.
2841         (rcirc-url-regexp): Generate with rx macro.
2842         (rcirc-last-server-message-time): New variable.
2843         (rcirc-filter): Record time of last message.
2844         (rcirc-keepalive): Kill processes that did not send a message
2845         since the last ping.
2846         (rcirc-mode): Give rcirc-topic a local binding here.
2848 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
2850         * subr.el (read-passwd): Fontify the prompt as we do with other
2851         prompts.
2853 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
2855         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
2856         binding buffer-read-only to nil.
2858 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
2860         * complete.el (partial-completion-mode):
2861         Mention completion-auto-help in the doc string.
2863         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
2864         more Lisp-ish way.
2866 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se> (tiny change)
2868         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
2869         digits, not 8, to avoid misalignment for files larger than 100MB.
2871 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
2873         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
2874         Mention "keyboard shortcuts" in the help text.
2876 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2878         * startup.el (fancy-splash-default-action): Discard only
2879         mouse-down and succeeding mouse-up events in the splash screen
2880         window so that drag-n-drop event can be processed.
2882 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
2884         * longlines.el (longlines-mode): Add hacks for mail-mode and
2885         message-mode.
2887 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
2889         * textmodes/org.el (org-table-sort-lines): New command.
2890         (org-tbl-menu): Add entry for `org-table-sort-lines'.
2891         (org-add-file): Command removed, use `org-agenda-file-to-front'
2892         instead.
2893         (org-export-icalendar): Use `org-icalendar-combined-name'.
2894         (org-cycle-agenda-files, org-agenda-file-to-end)
2895         (org-agenda-file-to-front): New commands.
2896         (org-table-tab-jumps-over-hlines,org-export-html-style): New
2897         options.
2898         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
2899         (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
2900         New functions.
2901         (org-fill-paragraph): Call `org-table-align' in tables.
2902         (org-mode): Call `org-set-autofill-regexps'.
2903         (org-export-as-html): Support for local handformatted lists.
2904         Modified to produce valid HTML 4.0. Use `org-export-html-style'.
2905         (org-export-local-list-max-depth): New option.
2906         (org-html-expand): Use `org-html-protect'.
2908 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
2910         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
2911         to "p".
2912         (gdb): Move definition of gud-pp to...
2914         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
2915         speedbar.
2916         (gdb-find-watch-expression): New function.
2918 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
2920         * faces.el (face-attribute, set-face-attribute): Mention existence
2921         of `:ignore-defface' setting in docstring.
2923 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2925         * simple.el (completion-setup-function): Fix last change.
2927 2005-11-17  John Paul Wallington  <jpw@pobox.com>
2929         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
2930         Use `posn-set-point' instead of `mouse-set-point' because the
2931         latter is not fbound when configured without X.
2933         * comint.el (comint-insert-input): Likewise.
2935 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
2937         * simple.el (hard-newline): New variable.
2938         (sendmail-user-agent-compose, next-line): Use it.
2940         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
2941         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
2942         (mail-mail-reply-to, mail-mail-followup-to)
2943         (mail-position-on-field, mail-signature, mail-yank-original)
2944         (mail-attach-file): Likewise.
2946         * mail/mailheader.el (mail-header-format)
2947         (mail-header-format-function): Likewise.
2949         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
2951 2005-11-17  Juri Linkov  <juri@jurta.org>
2953         * font-lock.el (font-lock-faces): Rename this defgroup from
2954         `font-lock-highlighting-faces'.
2955         (font-lock-comment-face, font-lock-comment-delimiter-face)
2956         (font-lock-string-face, font-lock-doc-face)
2957         (font-lock-keyword-face, font-lock-builtin-face)
2958         (font-lock-function-name-face, font-lock-variable-name-face)
2959         (font-lock-type-face, font-lock-constant-face)
2960         (font-lock-warning-face, font-lock-negation-char-face)
2961         (font-lock-preprocessor-face)
2962         (font-lock-regexp-grouping-backslash)
2963         (font-lock-regexp-grouping-construct): Rename :group from
2964         `font-lock-highlighting-faces' to `font-lock-faces'.
2966         * cus-edit.el (lisp, c, tex):
2967         * progmodes/ada-mode.el (ada):
2968         * progmodes/asm-mode.el (asm):
2969         * progmodes/cperl-mode.el (cperl-faces):
2970         * progmodes/cpp.el (cpp):
2971         * progmodes/dcl-mode.el (dcl):
2972         * progmodes/f90.el (f90):
2973         * progmodes/fortran.el (fortran):
2974         * progmodes/icon.el (icon):
2975         * progmodes/idlwave.el (idlwave-misc):
2976         * progmodes/m4-mode.el (m4):
2977         * progmodes/make-mode.el (makefile):
2978         * progmodes/meta-mode.el (meta-font):
2979         * progmodes/modula2.el (modula2):
2980         * progmodes/octave-mod.el (octave):
2981         * progmodes/pascal.el (pascal):
2982         * progmodes/perl-mode.el (perl):
2983         * progmodes/prolog.el (prolog):
2984         * progmodes/ps-mode.el (PostScript-edit):
2985         * progmodes/scheme.el (scheme):
2986         * progmodes/sh-script.el (sh-script):
2987         * progmodes/simula.el (simula):
2988         * progmodes/tcl.el (tcl):
2989         * textmodes/nroff-mode.el (nroff):
2990         * textmodes/reftex-vars.el (reftex-fontification-configurations):
2991         * textmodes/sgml-mode.el (sgml):
2992         * textmodes/texinfo.el (texinfo):
2993         Add :link (custom-group-link font-lock-faces) to defgroup.
2995         * hi-lock.el (hi-lock): Rename this defgroup from
2996         `hi-lock-interactive-text-highlighting'.  Change parent group from
2997         `faces' to `font-lock'.  Add link to the manual.
2998         (hi-lock-mode, hi-lock-file-patterns-range)
2999         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
3000         `hi-lock-interactive-text-highlighting' to `hi-lock'.
3001         (hi-lock-faces): Add :group `faces'.
3003         * cus-edit.el (custom-variable-prompt): Clarify the code.
3005         * faces.el (face-read-string): Set the default value arg of
3006         completing-read.
3008 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
3010         * rfn-eshadow.el (file-name-shadow-properties)
3011         (file-name-shadow-tty-properties, file-name-shadow-mode):
3012         Remove autoloads, because the file is now preloaded.
3014 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3016         * printing.el (easy-menu-intern): Don't define.
3017         (pr-get-symbol): Use easy-menu-intern only if defined.
3019         * simple.el (blink-matching-open): Simplify a bit.
3020         (completion-setup-function): Fix the case of partial-completion-mode
3021         when the minibuffer's contents start with "-".
3022         Obey completion-base-size-function even when
3023         minibuffer-completing-file-name is non-nil.
3025 2005-11-16  Richard M. Stallman  <rms@gnu.org>
3027         * net/eudcb-ph.el (eudc-ph-open-session):
3028         Use set-process-query-on-exit-flag.
3030         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
3032         * international/ucs-tables.el (ucs-set-table-for-input):
3033         Use make-local-variable, not make-variable-buffer-local.
3035         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3036         Improve warning message text.
3038         * savehist.el (savehist-save-hook): Add :group.
3040         * menu-bar.el (menu-bar-help-menu):
3041         Rename Find Extra Packages to External Packages.
3043         * cus-edit.el (Custom-reset-standard): Verify that
3044         :custom-standard-value prop exists before calling it.
3046         * apropos.el (apropos-calc-scores): Use apropos-pattern.
3048 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3050         * wid-edit.el (color): Enclose %t in %{...%}.
3052         * cus-edit.el (face): Enclose %t in %{...%}.
3054 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
3056         * savehist.el (savehist-mode-hook): Re-add the var.
3057         (savehist-mode): Use it.
3059 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3061         * textmodes/flyspell.el: Fix commenting convention.
3062         Remove unnecessary leading * in custom docstrings.
3063         (flyspell-emacs): Remove unused var.
3064         (flyspell-delete-region-overlays): Use remove-overlays.
3065         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
3066         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
3067         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
3068         (flyspell-debug-signal-word-checked): Use with-current-buffer.
3069         (make-flyspell-overlay): Don't locally reuse a global name.
3070         (flyspell-highlight-incorrect-region)
3071         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
3072         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
3073         (flyspell-notify-misspell): Remove unused args `start' and `end'.
3074         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
3075         Wrap calls to accept-process-output inside with-local-quit since it's
3076         often called from a post-command-hook.
3077         (flyspell-correct-word, flyspell-auto-correct-word):
3078         Use ispell-send-string.
3079         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
3081         * calendar/diary-lib.el (diary-list-entries): Also hide the
3082         terminating newline.
3084 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
3086         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
3087         window-system, to allow fonts on tty.
3089 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
3091         * progmodes/gud.el (gud-speedbar-item-info): New function.
3092         (gud-install-speedbar-variables): Use it to display data type
3093         of watch expression as a tooltip in speedbar.
3095 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
3097         * font-core.el (global-font-lock-mode): Add :version keyword,
3098         because default was changed.
3100         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
3102         * startup.el (command-line): Use `custom-reevaluate-setting' for
3103         `file-name-shadow-mode'.
3105         * loadup.el: Preload rfn-eshadow.
3107         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
3108         Add :version keyword.
3109         (file-name-shadow-properties, file-name-shadow-tty-properties)
3110         (file-name-shadow): Add :version keyword.
3112         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
3113         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
3114         in the custom-group property of the symbol frames and the fringe
3115         group got no link to its parent group frames.
3116         Doc fix.
3118 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3120         * progmodes/gud.el (gud-stop-subjob): New function.
3121         (gud-menu-map, gud-tool-bar-map): Use it.
3123 2005-11-16  Kim F. Storm  <storm@cua.dk>
3125         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
3126         than kill it.
3127         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
3128         to a more useful/logical place.
3130 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3132         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
3133         go buttons complementary.
3135 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3137         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
3138         (rfn-eshadow-sifn-equal): New function.
3139         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
3141 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
3143         * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
3144         string.
3146         * viper.el (viper-emacs-state-mode-list): Ensure that
3147         rcirc-mode buffers come up in Emacs state.
3149         * ediff-util (ediff-make-temp-file): Use proper file-name-handler
3150         operation.
3152 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
3154         * term.el (term-termcap-format): Fix typos.
3155         (term-down): Fix the negative argument case.
3157 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3159         * progmodes/gdb-ui.el: Remove face-alias left over from change on
3160         2005-08-15.
3161         (gdb-ann3): New command gud-go.
3162         (menu): Accomodate gdb-mi.el.
3163         (gdb-assembler-custom): Make buffer of selected window current
3164         so that set-window-point works.
3166         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
3167         buttons and include new ones.
3169 2005-11-16  Kim F. Storm  <storm@cua.dk>
3171         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
3172         (gud-menu-map): Use it.
3174 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
3176         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
3177         that works correctly for Custom and that does not override a user
3178         who disables it.
3180         * help-mode.el (help-make-xrefs, help-xref-on-pp)
3181         (help-xref-interned, help-follow): Make hyperlinks for variables
3182         that are unbound, but have a non-nil variable-documentation property.
3184         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
3185         mode hook.  (It conflicted with defcustoms for some mode hooks.)
3186         Use the `variable-documentation' property to give the mode hook a
3187         docstring and expand that docstring.
3189 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
3191         * savehist.el (savehist-mode): Don't bother with
3192         `custom-set-minor-mode'.
3193         (savehist-coding-system): Check XEmacs version.
3194         (history-length): Declare also at run time.
3195         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
3196         Don't set the customize state.
3197         (savehist-minibuffer-hook): Special case for when
3198         minibuffer-history-variable is equal to t.
3200 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3202         * files.el (write-file): Refresh VC status.
3204         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
3205         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
3206         than fundamental-mode to see if the mode was set.
3208 2005-11-14  Romain Francoise  <romain@orebokech.com>
3210         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
3211         dummy function in `eval-when-compile' to avoid compiler warning.
3212         Require `man' at compile time.
3214 2005-11-14  Jay Belanger  <belanger@truman.edu>
3216         * calc-alg.el (calcFunc-write-out-power): Rename it to
3217         calcFunc-powerexpand.
3218         (math-write-out-power): Rename it to math-powerexpand; have it
3219         handle negative exponents.
3220         (calc-writeoutpower): Rename it to calc-powerexpand.
3222         * calc-ext.el: Change calcFunc-writeoutpower and
3223         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
3224         autoloads.
3225         Add calcFunc-ldiv to autoloads.
3227         * calc-arith.el (calcFunc-ldiv): New function.
3229         * calc.el (calc-left-divide): New function.
3231 2005-11-14  Juri Linkov  <juri@jurta.org>
3233         * cus-edit.el (custom-variable-prompt): Set the default value arg
3234         of completing-read.
3236         * cus-dep.el (custom-make-dependencies): Reverse the list of
3237         found dependencies.
3239 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
3241         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
3242         Highlighting" entry, it is on by default now.
3243         (menu-bar-options-save): Do not save global-font-lock-mode.
3245 2005-11-13  Richard M. Stallman  <rms@gnu.org>
3247         * textmodes/flyspell.el (flyspell-large-region):
3248         Call flyspell-accept-buffer-local-defs.
3250 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
3252         * textmodes/flyspell.el (flyspell-notify-misspell):
3253         Fix misspelling of "Misspelling".
3254         (flyspell-process-localwords): New function.
3255         (flyspell-large-region): Call flyspell-process-localwords and
3256         flyspell-delete-region-overlays.
3257         (flyspell-delete-region-overlays): New function.
3258         (flyspell-delete-all-overlays): Call that.
3260 2005-11-13  Richard M. Stallman  <rms@gnu.org>
3262         * help.el (help-for-help-internal): Improve doc of C-h a.
3263         (describe-key): Improve prompt; doc fix.
3265 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3267         * vc-svn.el (vc-svn-registered): Catch all errors.
3269         * cus-dep.el (custom-make-dependencies): Typo.
3271 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
3273         * net/tramp-util.el (top): Fix compilation warning.
3275 2005-11-13  Kim F. Storm  <storm@cua.dk>
3277         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
3279 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
3281         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
3282         (gud-speedbar-buttons): Match on "const char *" too.
3284         * progmodes/gdb-ui.el (gdb-var-create-handler)
3285         (gdb-var-list-children-handler): Match on "const char *" too.
3286         (gdb-var-evaluate-expression-handler): Match on empty string.
3287         (gdb-var-update-handler): Only call
3288         gdb-var-evaluate-expression-handler when required.
3290 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
3292         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
3293         selected window.  This still doesn't work for speedbar.
3294         (gud-speedbar-buttons): Handle string expressions properly.
3296         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
3297         (gdb-var-create-handler): Handle string expressions properly.
3298         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
3299         Handle string expressions properly.  Move "type" field into regexp.
3301 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
3303         * bookmark.el (bookmark-maybe-message): New function to reduce
3304         code duplication: invokes `message' iff baud-rate is high enough.
3305         (bookmark-write-file): Use above instead of an inline conditional.
3306         (bookmark-load): Same.
3308 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
3310         * bookmark.el (bookmark-write-file): Don't visit the destination
3311         file, just write the data to it using write-region.  This is
3312         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
3313         change to avoid visiting the file in the first place.
3315 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
3317         * hi-lock.el (hi-lock-mode): Set the default value of
3318         font-lock-defaults.
3320 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
3322         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
3323         arg to `file-attributes'.
3324         (find-lisp-format): The UID and GID can now be strings.
3326 2005-11-12  Kim F. Storm  <storm@cua.dk>
3328         * help.el (help-map): Bind C-h d to apropos-documentation.
3330         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
3331         when point is at end-of-buffer.
3333         * apropos.el (apropos-match-face): Doc fix.
3334         (apropos-sort-by-scores): Add new choice `verbose'.
3335         (apropos-documentation-sort-by-scores): New defcustom.
3336         (apropos-pattern): Now contains the pattern entered by the user.
3337         (apropos-pattern-quoted): New defvar.
3338         (apropos-regexp): New defvar, containing the regexp corresponding
3339         to apropos-pattern.
3340         (apropos-all-words-regexp): Rename from apropos-all-regexp.
3341         (apropos-read-pattern): New defun.  Use it to read pattern arg in
3342         interactive calls; returns list of words for a word list, and
3343         string for a regexp.
3344         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
3345         parses a list of words or regexp as returned by apropos-read-pattern.
3346         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
3347         (apropos-score-doc): Return a very high score if the string
3348         entered by the user matches literally.
3349         (apropos-variable): Doc fix.  Use apropos-read-pattern.
3350         (apropos-command): Doc fix.  Use apropos-read-pattern and
3351         apropos-parse-pattern.  Call apropos-print with nosubst=t.
3352         (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
3353         apropos-parse-pattern.
3354         (apropos-documentation): Doc fix. Use apropos-read-pattern and
3355         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
3356         apropos-documentation-sort-by-scores.  Call apropos-print with
3357         nosubst=t.
3358         (apropos-documentation-internal): Pass doc string through
3359         substitute-key-definition before adding text properties.
3360         Highlight substring matching literal user input if possible.
3361         (apropos-documentation-check-doc-file): Remove locals beg and end.
3362         Fix calculation of score (as added twice).  Pass doc string through
3363         substitute-key-definition before adding text properties.
3364         (apropos-documentation-check-elc-file): Pass doc string through
3365         substitute-key-definition before adding text properties.
3366         Highlight substring matching literal user input if possible.
3367         (apropos-print): Add new arg NOSUBST; if set, command and variable
3368         doc strings have already been passed through substitute-key-definition.
3369         Add code to handle apropos-accumulator items without score element
3370         for backwards compatibility (e.g. with woman package).
3371         Only show scores if apropos-sort-by-scores is `verbose'.
3373 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3375         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
3376         Add jka-compr-load-suffixes to load-suffixes.
3378         * jka-compr.el: Require 'jka-cmpr-hook.
3379         (jka-compr-info-compress-message, jka-compr-info-compress-program)
3380         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
3381         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
3382         (jka-compr-info-can-append, jka-compr-info-strip-extension)
3383         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
3384         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
3385         (jka-compr-uninstall): Remove entries from
3386         jka-compr-added-to-file-coding-system-alist after they are used.
3387         (jka-compr-error): Remove unused var `curbuf'.
3388         (jka-compr-file-local-copy): Remove unused var `notfound'.
3390 2005-11-10  Romain Francoise  <romain@orebokech.com>
3392         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
3394 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
3396         * progmodes/gud.el (gud-menu-map): Move parentheses.
3397         (gdb): New command gud-pv.
3399 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3401         * tar-mode.el: Remove spurious or unnecessary leading stars
3402         in docstrings.
3403         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
3404         (tar-parse-octal-integer-safe): Use mapc.
3405         (tar-header-block-summarize): Remove unused var `ck'.
3406         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
3407         cleared before.  Obey default-enable-multibyte-characters.
3408         Use mapconcat.  Simplify setting of tar-header-offset.
3409         (tar-mode-map): Move initialization inside delcaration.
3410         (tar-flag-deleted): Use `abs'.
3411         (tar-expunge-internal): Remove unused var `line'.
3412         (tar-expunge-internal): Don't hardcode point-min==1.
3413         (tar-expunge): Widen while doing set-buffer-multibyte.
3414         (tar-rename-entry): Use file-name-coding-system.
3415         (tar-alter-one-field): Don't hardcode point-min==1.
3416         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
3417         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
3419 2005-11-10  Masatake YAMATO  <jet@gyve.org>
3421         * add-log.el (add-log-current-defun): Handle class::method
3422         notation of c++. Fix incorrect comment.
3424 2005-11-10  Alan Mackenzie  <acm@muc.de>
3426         * help-fns.el (describe-variable): Make C-h v work when a variable
3427         has variable documentation yet is unbound.
3429 2005-11-10  Masatake YAMATO  <jet@gyve.org>
3431         * man.el (Man-highlight-references): Set an empty
3432         string to `Man-arguments' if it is nil.
3433         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
3435 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3437         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
3438         commenting conventions.
3440         * cus-dep.el (custom-make-dependencies): Simplify.
3441         Better follow the commenting conventions.
3443 2005-11-09  Richard M. Stallman  <rms@gnu.org>
3445         * apropos.el (apropos-pattern): Rename from apropos-regexp.
3446         (apropos-orig-pattern): Rename from apropos-orig-regexp.
3447         All uses changed.
3448         (apropos-rewrite-regexp): Doc fix.
3449         (apropos-variable, apropos-command, apropos, apropos-value):
3450         Change prompt; carry through the argument renaming.
3452 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
3454         * find-lisp.el: Require dired.
3455         (find-lisp-find-dired-internal): Do not call
3456         `abbreviate-file-name' on DIR.
3458 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
3460         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
3462 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
3464         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
3465         when using the speedbar.
3466         (gdb): New command gud-pp.
3467         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
3469 2005-11-09  Juri Linkov  <juri@jurta.org>
3471         * replace.el (occur-excluded-properties): New defcustom.
3472         (occur-1, occur-engine, occur-accumulate-lines): Use it.
3474 2005-11-08  Jay Belanger  <belanger@truman.edu>
3476         * calc/calc-units.el (math-convert-units): Replace any composite
3477         unit by its definition.
3479 2005-11-08  Lars Hansen  <larsh@soem.dk>
3481         * emacs-lisp/autoload.el (update-directory-autoloads):
3482         Add obsolete function alias.
3484 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3486         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
3487         comment-indent-function.
3488         (lisp-comment-indent): Replace by an alias for comment-indent-default.
3490         * reveal.el (reveal-post-command): Rework the handling of
3491         reveal-open-spots, so as to be more reliable.  There were several
3492         tricky corner cases where an open spot might be lost, or where
3493         a closed spot might end up on the list of open spots.
3494         Only reveal text that's ellipsised.
3496 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
3498         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
3500 2005-11-07  John Paul Wallington  <jpw@gnu.org>
3502         * ibuffer.el (ibuffer): Search iconified frames too when
3503         getting Ibuffer buffer's window.
3505 2005-11-06  Richard M. Stallman  <rms@gnu.org>
3507         * progmodes/compile.el (compilation-internal-error-properties):
3508         save-excursion around the computation of MARKER.
3510 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
3512         * textmodes/flyspell.el (flyspell-external-point-words):
3513         flyspell-get-word returns a list, not just a string.
3515 2005-11-06  John Paul Wallington  <jpw@pobox.com>
3517         * ibuffer.el (ibuffer): Search all visible frames when getting
3518         Ibuffer buffer's window.
3520 2005-11-07  Masatake YAMATO  <jet@gyve.org>
3522         * man.el (Man-reference-regexp): Accept spaces between
3523         `Man-name-regexp' and `Man-section-regexp'.
3524         (Man-apropos-regexp): New variable.
3525         (Man-abstract-xref-man-page): Use value for `Man-target-string'
3526         if available.
3527         (Man-highlight-references, Man-highlight-references0):
3528         Handle the case when `Man-arguments' includes "-k".
3529         (Man-highlight-references0): Rename the argument `TARGET-POS' to
3530         `TARGET'. `TARGET' can be a number, function or nil.
3532 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
3534         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
3535         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
3536         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
3537         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
3538         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
3539         (gdb-send-item): Use buffer-local-value and simplify.
3541 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
3543         * startup.el (command-line): Use `custom-reevaluate-setting' for
3544         `global-font-lock-mode'.
3546         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
3547         by default, except in batch mode or when the -D option is given.
3549         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
3550         specified keyword args on to `define-minor-mode'.  Update docstring.
3552 2005-11-05  Romain Francoise  <romain@orebokech.com>
3554         * replace.el (occur-engine): Add marker at end of line, too.
3556 2005-11-04 Ken Manheimer  <ken.manheimer@gmail.com>
3558         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3559         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3560         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3561         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
3562         argument to all these routines, so the passphrase can be managed
3563         externally and passed in to the system.
3564         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3565         pgg-add-passphrase-to-cache function.
3567         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3568         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
3569         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
3570         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
3571         argument to all these routines, so the passphrase can be managed
3572         externally and passed in to the system.
3573         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
3574         function.
3576 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
3578         * font-lock.el: Don't deal with font-lock-face-attributes here,
3579         move the code ...
3581         * startup.el (command-line): ... here. Use face-spec-set instead
3582         of custom-declare-face.
3584         * faces.el (face-spec-set): Reset the face if spec is not nil.
3586 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3588         * newcomment.el (comment-region-internal): Box more tightly in the
3589         common case where there's no TAB in the boxed text.
3591 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3593         * info.el (info-tool-bar-map): Use images prev-node, next-node and
3594         up-node.
3596 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
3598         * newsticker.el: Commentary updated. Code formatting changed.
3599         (newsticker-version): Change to "1.9".
3600         (newsticker, newsticker-feed): Doc fix.
3601         (newsticker-url-list): Doc fix.  Add option "Weekly".
3602         (newsticker-retrieval-interval): Add option "Weekly".
3603         (newsticker-headline-processing): Doc fix.
3604         (newsticker-auto-mark-filter): Remove.
3605         (newsticker-auto-mark-filter-list): New.
3606         (newsticker-layout, newsticker-sort-method): Doc fix.
3607         (newsticker-hide-old-items-in-newsticker-buffer)
3608         (newsticker-heading-format, newsticker-item-format)
3609         (newsticker-desc-format): Doc fix.
3610         (newsticker-show-all-rss-elements): Remove.
3611         (newsticker-show-all-news-elements): New.
3612         (newsticker-faces, newsticker-ticker): Doc fix.
3613         (remove-from-invisibility-spec): Code formatting.
3614         (newsticker--process-ids): New.
3615         (newsticker-mode): Doc fix.
3616         (newsticker-mode): Change mode-line-format.
3617         (newsticker-start): Remove debug output.
3618         (newsticker-start-ticker): Doc fix.  Add Autoload cookie.
3619         (newsticker-w3m-show-inline-images): Code formatting.
3620         (newsticker-next-item): Call `force-mode-line-update'.
3621         (newsticker-previous-item): Call `force-mode-line-update'.
3622         (newsticker-next-feed): Call `force-mode-line-update'.
3623         (newsticker-previous-feed): Call `force-mode-line-update'.
3624         (newsticker-mark-all-items-at-point-as-read): Code formatting.
3625         (newsticker-show-old-items): Do not show descs.
3626         (newsticker-hide-entry): Hide too much.
3627         (newsticker-hide-entry, newsticker-show-entry)
3628         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
3629         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
3630         (newsticker-toggle-auto-narrow-to-item): Code formatting.
3631         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
3632         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
3633         (newsticker-get-news): Call `force-mode-line-update'.
3634         Collect process ids.
3635         (newsticker--sentinel): Change coding system handling.
3636         Move image retrieval to new functions newsticker--get-logo-url-*.
3637         Move feed parsing to new functions newsticker--parse-*.
3638         Update list of process ids.
3639         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
3640         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
3641         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
3642         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
3643         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
3644         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
3645         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
3646         (newsticker--decode-coding-string): Remove.
3647         (newsticker--decode-numeric-entities): Check input.  Format code.
3648         (newsticker--remove-whitespace): Check input.
3649         (newsticker--do-forget-preformatted): Doc fix.
3650         (newsticker--decode-rfc822-date): Allow for missing time.
3651         (newsticker--update-process-ids): New.
3652         (newsticker--image-sentinel): Change comment.
3653         (newsticker--image-read): Change error message.
3654         (newsticker--imenu-goto): Doc fix.  Show headline title.
3655         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
3656         (newsticker--buffer-do-insert-text): Clean whitespace in
3657         html-rendered headline title.  Code formatting.
3658         Call `newsticker--buffer-print-extra-elements'.
3659         (newsticker--buffer-print-extra-element): Remove.
3660         (newsticker--buffer-print-extra-elements): New.
3661         (newsticker--buffer-do-print-extra-element): New.
3662         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
3663         large sizes.
3664         (newsticker--run-auto-mark-filter)
3665         (newsticker--do-run-auto-mark-filter):
3666         Use `newsticker-auto-mark-filter-list'.
3668 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
3670         * net/rcirc.el: Use split-string OMIT-NULLS argument.
3671         (rcirc-print): Force redisplay before running hooks.  Do long
3672         buffer truncation after making new text read-only.  Deal with nil
3673         text when decoding strings.  If TARGET is nil, use either the
3674         currently selected buffer, if it is an rcirc buffer and of the
3675         same process or the process buffer.
3676         (rcirc-mode): Remove header-line.  Recompute short buffer names.
3677         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
3678         (rcirc-short-buffer-name): Add variable.
3679         (rcirc-kill-buffer-hook): Recompute short buffer names.
3680         Remove nick from private channel.
3681         (rcirc-send-input): Send command text to current-buffer.
3682         Don't clear overlay arrow here.
3683         (rcirc-short-buffer-name): Return a short buffer name.
3684         (rcirc-update-short-buffer-names, rcirc-abbreviate)
3685         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
3686         buffer-name abbreviations.
3687         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
3688         Do not touch nick-table when killing a parted channel.
3689         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
3690         Clear arrow from current buffer if it is now hidden.
3691         (rcirc-current-buffer): Add variable.
3692         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
3693         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
3694         Remove -face from names.
3695         (rcirc-update-activity-string): Print "DND" when globally ignoring
3696         activity.
3697         (rcirc-ignore-buffer-activity-flag): Rename from
3698         rcirc-ignore-channel-activity.
3699         (rcirc-ignore-all-activity-flag): Doc fix.
3700         (rcirc-channels): Remove variable.
3701         (rcirc-kill-buffer-hook):
3702         (rcirc-get-buffer-create): Add nick to private channel.
3703         (rcirc-multiline-edit-submit): Remove tabs.
3704         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
3705         folded.
3706         (rcirc-remove-nick-channel): Bug fix.
3707         (rcirc-toggle-ignore-buffer-activity): Rename from
3708         rcirc-toggle-ignore-channel-activity.
3709         (rcirc-record-activity): Add buffers to the front of the list.
3710         (rcirc-update-activity): Remove killed buffers from list.
3711         (rcirc-process-server-response-1): Remove last argument if it is
3712         null before calling handler.
3713         (rcirc): Add "rcirc" defcustom prefix.
3714         (rcirc-prompt): Simplify default prompt.
3715         Use custom-initialize-default.
3716         (rcirc-private-chats): Remove variable.
3717         (rcirc-prompt): Change initialization.
3718         (rcirc-version): Remove function.
3719         (rcirc-id-string): Add constant.
3720         (rcirc-last-buffer): Remove variable.
3721         (rcirc-buffer-alist): Add variable.
3722         (rcirc-connect): Update variable setup.
3723         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
3724         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
3725         default.
3726         (rcirc-handler-generic): Trigger activity.
3727         (rcirc-send-message): Create the buffor of the target.
3728         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
3729         (rcirc-get-buffer): Just return nil if there is no matching buffer.
3730         (rcirc-multiline-edit-cancel): Remove function.
3731         (rcirc-set-last-buffer): Remove function.
3732         (rcirc-get-any-buffer): Add function.
3733         (rcirc-join-channels): Don't print /join text.
3734         (rcirc-toggle-ignore-channel-activity): Add and update echo area
3735         messages.
3736         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
3737         (rcirc-handler-NOTICE): Recognize CTCP responses.
3738         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
3739         constructing TOPIC string for buffers we are not JOINed.
3740         (rcirc-handler-CTCP-response): Add handler.
3741         (rcirc-multiline-edit-submit): Restore the window-configuration
3742         before adjusting point.
3743         (rcirc): Add customization group.
3744         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
3745         (rcirc-user-full-name, rcirc-startup-channels-alist)
3746         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
3747         (rcirc-ignore-all-activity-flag, rcirc-time-format)
3748         (rcirc-input-ring-size, rcirc-read-only-flag)
3749         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
3750         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
3751         Change defvar to defcustom.
3752         (rcirc-update-prompt): Add optional ALL arg, which will update
3753         prompts in all rcirc buffers.  Regexp quote replacement text.
3754         (rcirc-fill-column): Accept 'frame-width as a value.
3755         (rcirc-set-changed): Add function.
3756         (rcirc-next-active-buffer): Write more meaningful messages.
3757         (rcirc-faces): Add customization group.
3758         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
3759         (rcirc-nick-in-message-face, rcirc-prompt-face)
3760         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
3761         (with-rcirc-process-buffer): Move before first usage.
3762         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
3763         (rcirc-debug-flag): Rename from `rcirc-log-p'.
3764         (rcirc-debug): Rename from `rcirc-log'.
3765         (rcirc-format-response-string): Do not print '-' chars for a
3766         NOTICE with no sender.  Simplify output of server responses.
3768 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
3770         (rcirc-browse-url-map, rcirc-browse-url-at-point)
3771         (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
3772         mouse and RET clickable.
3774 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
3776         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
3778 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
3780         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3781         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3782         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3783         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
3784         argument to all these routines, so the passphrase can be managed
3785         externally and passed in to the system.
3786         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3787         pgg-add-passphrase-to-cache function.
3789         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3790         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
3791         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
3792         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
3793         argument to all these routines, so the passphrase can be managed
3794         externally and passed in to the system.
3795         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
3796         function.
3798 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
3800         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
3801         from goto-address-url-regexp.
3803 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
3805         * textmodes/org.el (org-read-date, org-goto-calendar)
3806         (org-recenter-calendar, org-agenda-goto-calendar):
3807         Temporarily clear 'calendar-move-hook'.
3809 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
3811         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
3812         merging.
3814         * ediff-util.el (ediff-previous-difference): Don't skip regions that
3815         have merge clashes.
3817 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3819         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3820         Undo previous change.
3822         * startup.el (command-line): Use `custom-reevaluate-setting' for
3823         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
3824         tty-register-default-colors on Mac.
3826 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
3828         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
3829         (gdb-buffer-type): Make it automatically buffer local...
3830         (gdb-get-create-buffer): ...and set it accordingly.
3831         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
3832         actually work.
3834 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
3836         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
3837         not red.
3839 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
3841         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
3842         case GUD buffer is not visible.
3843         (gdb-goto-breakpoint): Try to force display in source buffer.
3844         (gdb-frame-gdb-buffer): Copy other similar functions.
3845         (gdb-restore-windows): Don't display source if not asked for.
3846         (gdb-assembler-buffer-name): Don't capitalise.
3848 2005-11-03  Richard M. Stallman  <rms@gnu.org>
3850         * wid-edit.el (key-sequence): New widget type.
3852         * simple.el (set-mark-command-repeat-pop): New variable.
3853         (set-mark-command): Only interpret plan C-@ after a pop as a pop
3854         if set-mark-command-repeat-pop is true.
3856         * info.el (Info-fontify-node): Don't display extra "see" if there
3857         already is one here.
3859         * mouse.el: Fix special handling of DEL after dragging a region:
3860         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
3861         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
3863         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
3865         * textmodes/ispell.el (ispell-command-loop): Change `i' description
3866         not to assume it pertains to an affix.
3868         * textmodes/flyspell.el (flyspell-post-command-hook):
3869         Bind deactivate-mark to prevent deactivation.
3871 2005-11-03  Lars Hansen  <larsh@soem.dk>
3873         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
3874         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
3875         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
3877 2005-11-03  Romain Francoise  <romain@orebokech.com>
3879         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
3880         Update copyright years.
3882 2005-11-03  Sam Steingold  <sds@gnu.org>
3884         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3885         Use system-type instead of window-system because window-system is not
3886         correctly defined during loadup.
3888 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
3890         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
3891         (xml-parse-tag): Join strings separated by a comment properly.
3893 2005-11-02  Andreas Schwab  <schwab@suse.de>
3895         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
3897 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3899         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
3900         (byte-optimize-pure-func): Quote the eval'd value.
3902         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3903         Rename from perl-font-lock-syntactic-face-function.
3904         Change the calling convention so it can be used as a font-lock MATCHER.
3905         Do the parse-partial-sexp loop outselves.
3906         (perl-font-lock-syntactic-keywords): Use it.
3907         (perl-mode): Don't set font-lock-syntactic-face-function any more.
3909 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
3911         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
3912         disassembly buffer too.
3913         (gdb-exited): Remove overlay arrows when execution has finished.
3914         (gdb-info-frames-custom, gdb-info-threads-custom)
3915         (gdb-info-registers-custom): Don't add inappropriate text
3916         properties if inferior is not active.
3918 2005-11-02  Glenn Morris  <rgm@gnu.org>
3920         * progmodes/fortran.el (fortran-blink-match):
3921         Use `blink-matching-delay'.
3923 2005-11-02  John Mongan <jmongan@mccammon.ucsd.edu>  (tiny change)
3925         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
3927 2005-11-02  Lars Hansen  <larsh@soem.dk>
3929         * net/tramp.el (tramp-action-out-of-band): Handle scp message
3930         "Permission denied".
3932 2005-11-01  Richard M. Stallman  <rms@gnu.org>
3934         * textmodes/flyspell.el (flyspell-external-point-words):
3935         Pass nil to flyspell-get-word.
3937 2005-11-02  Kim F. Storm  <storm@cua.dk>
3939         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
3940         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
3942 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3944         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
3945         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
3946         (calendar-mouse-print-dates): Add optional `event' argument.
3947         Update interactive-spec.
3948         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
3949         Use `calendar-event-to-date' instead of `event'.
3951 2005-11-02  Masatake YAMATO  <jet@gyve.org>
3953         * progmodes/ld-script.el (ld-script-builtins):
3954         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
3955         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
3956         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
3958 2005-11-01  Romain Francoise  <romain@orebokech.com>
3960         * vc-sccs.el: Update copyright year.
3961         * ezimage.el: Likewise.
3963 2005-11-01  KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>  (tiny change)
3965         * info.el (Info-fontify-node): Use `string-width' for fontifying
3966         underlined titles.
3968 2005-11-01  Juri Linkov  <juri@jurta.org>
3970         * info.el (Info-fontify-node): Downcase node header keywords Node,
3971         Prev, Next, Up before comparison.
3972         (Info-history): Insert absolute directory name, and put invisible
3973         property on it.
3975 2005-11-01  Juri Linkov  <juri@jurta.org>
3977         * info.el (Info-file-supports-index-cookies): New variable.
3978         (Info-find-node-2): Check makeinfo version for index cookie support.
3979         (Info-index-nodes): Search for nodes with index cookies only when
3980         Info-file-supports-index-cookies is t.  Otherwise, search nodes
3981         with "Index" in the node name.
3982         (Info-index-node): Search index cookie in the current node only when
3983         Info-file-supports-index-cookies is t.  Otherwise, check the word
3984         "Index" in the node name.
3985         (Info-find-emacs-command-nodes): Remove code that searches nodes
3986         with "Index" node name in the top menu.
3988 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3990         * progmodes/scheme.el (scheme-mode-variables): Use the default
3991         comment-indent-function.
3993         * faces.el (face-attribute): Handle the case where a face inherits from
3994         a non-existent face.
3996         * simple.el (eval-expression-print-format): Use lisp-readable syntax
3997         for octal and hexa output, and merge the char into the paren.
3998         (kill-new): Use push.
3999         (copy-to-buffer): Use with-current-buffer.
4000         (completion-setup-function): Move code in loop to remove redundancy.
4001         (minibuffer-local-must-match-map): Don't add bindings that duplicate
4002         those inherited from minibuffer-local-completion-map.
4004         * savehist.el (savehist-mode) <defcustom>:
4005         Use custom-set-minor-mode if available.
4006         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
4007         and emit a message if applicable.
4009 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
4011         * savehist.el: Sync up to version 19.
4012         (savehist-mode): New minor mode.
4013         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
4014         (savehist-length): Remove (use history-length instead).
4015         (savehist-file-modes): Rename from savehist-modes.
4016         (savehist-save-hook, savehist-loaded): New vars.
4017         (savehist-load): Use savehist-mode.  Try to smooth up transition from
4018         old format to new format.
4019         (savehist-install): Allow savehist-autosave-interval to be nil.
4020         (savehist-save): Run the new hook.  Be more careful to only trim the
4021         history variables.
4022         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
4023         (savehist-printable): Print into a buffer rather than char-by-char.
4025 2005-11-01  John Wiegley  <johnw@newartisans.com>
4027         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
4028         toggle-ignore keybinding (C-a).  The author said it had been
4029         disabled much earlier due to a possible incompatibility, but after
4030         many months of usage I have encountered no problems (and it is a
4031         rather useful option, especially for switching to " *temp*").
4033         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
4034         support for OS/X's AddressBook, by calling out to the open source
4035         program "contacts" (installable through Fink).
4037         * net/eudc.el (eudc-expand-inline): If the
4038         `eudc-multiple-match-handling-method' is set to `all', delete the
4039         query string before inserting the query result.
4041         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
4042         flag, to prevent Eshell from using the system ls when
4043         `eshell-ls-insert-directory' is in used.
4044         (eshell-ls-insert-directory): Disable font-lock in directory
4045         buffer so that Eshell's own fontification is seen.  This broke
4046         recently due to changes in font-lock, so this goes back to version
4047         21 behavior.
4049 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
4051         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
4052         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
4053         (gdb-many-windows): Doc fix.
4055 2005-10-31  Romain Francoise  <romain@orebokech.com>
4057         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
4059 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
4061         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
4062         that global-font-lock-mode can be enabled by default.
4064         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
4065         (font-lock-add-keywords, font-lock-remove-keywords)
4066         (font-lock-fontify-buffer): Remove autoload cookies.
4068         * jit-lock.el (jit-lock-register): Likewise.
4070         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
4072 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
4074         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
4075         intact if there is no gud-comint-buffer.
4077 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
4079         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
4080         old prompt comint-prompt-read-only is t and GDB commands are
4081         issued from tool bar etc.
4083 2005-10-31  Masatake YAMATO  <jet@gyve.org>
4085         * vc.el (vc-directory-exclusion-list): Add "{arch}".
4087 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
4089         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
4090         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
4092 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
4094         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
4095         starting at beginning of line.  Fontification is messed up when
4096         `open-paren-in-column-0-is-defun-start' set to t.
4097         Reported by John Paul Wallington <jpw@pobox.com>.
4099 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
4101         * comint.el (comint-send-input): Call `comint-update-fence' when
4102         `comint-process-echoes' and `comint-prompt-read-only' are both
4103         non-nil, to avoid leftover read-only newline.
4105 2005-10-30  Richard M. Stallman  <rms@gnu.org>
4107         * textmodes/flyspell.el (flyspell-external-point-words):
4108         Detect when WORD can't be checked properly because
4109         flyspell-get-word finds just part of it, and move on.
4111         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
4112         boundarychar for Polish.
4113         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
4114         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
4116 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
4118         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
4119         (gdb-registers-font-lock-keywords): Delete.
4120         (gdb-registers-mode): Don't fontify.
4121         (gdb-info-registers-custom): Use text properties instead as, in
4122         future, changed register values will use font-lock-warning-face.
4123         (gdb-local-font-lock-keywords): Rename to...
4124         (gdb-locals-font-lock-keywords): ...for consistency.
4126 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
4128         * vc.el (vc-switch-backend): Better error message if the buffer is
4129         not visiting a file under version control.
4131         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
4133 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
4135         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
4136         ~/.emacs.d/.emacs.
4138 2005-10-29  Richard M. Stallman  <rms@gnu.org>
4140         * replace.el (occur-mode-mouse-goto): Always go to other window.
4141         (occur-mode-goto-occurrence): Always switch in same window.
4143         * simple.el (undo): Display message at end, not at start.
4145         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
4146         New arg REUSE-CELL.
4147         (cancel-timer-internal): New function.
4148         (timer-event-handler): Use cancel-timer-internal,
4149         and pass the cell it returns to timer-activate...
4151         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
4152         (jit-lock-deferred-fontify, jit-lock-context-fontify)
4153         (jit-lock-after-change): Test memory-full.
4155 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
4157         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4158         part of the decoded armor to find the key-identifier.
4159         (pgg-gpg-lookup-key-owner): New function to return the
4160         human-readable identifier of a key owner.
4161         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
4162         key itself.
4163         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4164         the key value) if we have a key and can match it against a secret
4165         key.  Also, added a note pointing out fact that the prompt only
4166         indicates the first matching key.
4168         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
4169         pgg-decrypt-region.
4170         (pgg-pending-timers): A new hash for tracking the passphrase cache
4171         timers, so that new ones supercede old ones.
4172         (pgg-add-passphrase-to-cache): Rename from
4173         `pgg-add-passphrase-cache' to reduce confusion (all callers
4174         changed).  Modified to cancel old timers when new ones are added.
4175         (pgg-remove-passphrase-from-cache): Rename from
4176         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4177         changed).  Modified to cancel old timers when their keys are
4178         removed from the cache.
4179         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
4180         XEmacs, an indirection to delete-itimer.
4181         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
4182         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
4183         users can only check cache without risk of prompting.  Correct bug in
4184         notruncate behavior.
4185         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
4186         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
4187         Add informative docstrings.
4188         (pgg-decrypt): Convey provided passphrase in subordinate call to
4189         pgg-decrypt-region.
4191         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4192         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4193         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4194         'passphrase' argument, so the passphrase can be managed externally
4195         and then passed in to the system.
4197         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4198         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
4199         so the passphrase cache can be used reliably with identifiers
4200         besides a pgp packet's key id.
4202         * pgg-gpg.el (pgg-pgp-encrypt-region)
4203         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4204         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4205         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
4206         argument to all these routines, so the passphrase can be managed
4207         externally and passed in to the system.
4209         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4210         'notruncate' argument, so the passphrase cache can be used
4211         reliably with identifiers besides a pgp packet's key id.
4213 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
4215         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4216         symmetric encryption.
4217         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4218         encrypted session key.
4219         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4220         message ask for the passphrase in a proper way.
4222         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4223         New user commands for symmetric encryption.
4225 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
4227         * textmodes/conf-mode.el (conf-assignment-sign)
4228         (conf-assignment-regexp): Fix docstrings.
4229         (conf-mode-initialize): New function.
4230         (conf-mode): Remove optional args.  Use delay-mode-hooks to
4231         recognize recursive calls.
4232         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
4233         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
4234         (conf-xdefaults-mode): Use define-derived-mode and
4235         conf-mode-initialize.
4237 2005-10-29  Romain Francoise  <romain@orebokech.com>
4239         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
4241 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
4243         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4244         part of the decoded armor to find the key-identifier.
4245         (pgg-gpg-lookup-key-owner): New function to return the
4246         human-readable identifier of a key owner.
4247         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
4248         key itself.
4249         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4250         the key value) if we have a key and can match it against a secret
4251         key.  Also, added a note pointing out fact that the prompt only
4252         indicates the first matching key.
4254         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
4255         pgg-decrypt-region.
4256         (pgg-pending-timers): A new hash for tracking the passphrase cache
4257         timers, so that new ones supercede old ones.
4258         (pgg-add-passphrase-to-cache): Rename from
4259         `pgg-add-passphrase-cache' to reduce confusion (all callers
4260         changed).  Modified to cancel old timers when new ones are added.
4261         (pgg-remove-passphrase-from-cache): Rename from
4262         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4263         changed).  Modified to cancel old timers when their keys are
4264         removed from the cache.
4265         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
4266         XEmacs, an indirection to delete-itimer.
4267         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
4268         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
4269         users can only check cache without risk of prompting.  Correct bug in
4270         notruncate behavior.
4271         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
4272         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
4273         Add informative docstrings.
4274         (pgg-decrypt): Convey provided passphrase in subordinate call to
4275         pgg-decrypt-region.
4277 2005-10-20  Ken Manheimer <ken.manheimer+emacs@gmail.com>
4279         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4280         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4281         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4282         'passphrase' argument, so the passphrase can be managed externally
4283         and then passed in to the system.
4285         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4286         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
4287         so the passphrase cache can be used reliably with identifiers
4288         besides a pgp packet's key id.
4290         * pgg-gpg.el (pgg-pgp-encrypt-region)
4291         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4292         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4293         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
4294         argument to all these routines, so the passphrase can be managed
4295         externally and passed in to the system.
4297         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4298         'notruncate' argument, so the passphrase cache can be used
4299         reliably with identifiers besides a pgp packet's key id.
4301 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
4303         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4304         symmetric encryption.
4305         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4306         encrypted session key.
4307         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4308         message ask for the passphrase in a proper way.
4310         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4311         New user commands for symmetric encryption.
4313 2005-10-28  Bill Wohler  <wohler@newt.com>
4315         * help-mode.el (help-url): New button type. Calls browse-url.
4316         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
4317         Similar to Info nodes: URL `url'.
4318         (help-make-xrefs): Create help-url buttons for
4319         help-xref-url-regexp matches.
4321 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
4323         * tool-bar.el (tool-bar-add-item-from-menu)
4324         (tool-bar-local-item-from-menu): Fix doc strings.
4326 2005-10-28  Romain Francoise  <romain@orebokech.com>
4328         * ldefs-boot.el: Update.
4330         * subr.el (locate-library): Move from help-fns.el.
4331         * help-fns.el (locate-library): Move to subr.el.
4333 2005-10-28  Richard M. Stallman  <rms@gnu.org>
4335         * net/tramp.el (tramp-completion-mode): defvar moved up.
4337         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
4339         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
4341         * files.el (find-file-noselect): Use %d to format large file size.
4343         * bindings.el (mode-line-format): Add %e.
4345         * loadup.el ("facemenu"): Load unconditionally.
4346         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
4347         ("x-dnd"): Load, when appropriate.
4349         * startup.el (command-line): Call before-init-hook earlier.
4350         Warn about some bad characters in -u user name.
4352         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
4353         (flyspell-external-point-words): Error if misspelled word is not found.
4354         Set flyspell-large-region-beg at end of word.
4356 2005-10-28  Andreas Schwab  <schwab@suse.de>
4358         * view.el (View-revert-buffer-scroll-page-forward):
4359         Use view-page-size-default.
4361 2005-10-28  Juri Linkov  <juri@jurta.org>
4363         * international/quail.el (quail-get-current-str): Translate last
4364         raw character for deterministic input methods.
4366 2005-10-27  Jay Belanger  <belanger@truman.edu>
4368         * calc/calc-ext.el: Add functions to autoloads.
4369         (math-identity-matrix-p, math-ident-row-p): New functions.
4371         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
4372         multiplication by an identity matrix; don't turn multiplication by
4373         an inverse matrix into division.
4374         (math-div-symbol-fancy):  Replace division by matrices with
4375         multiplication by inverse.
4377         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
4379         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
4380         (calc-writeoutpower): New functions.
4382 2005-10-27  Romain Francoise  <romain@orebokech.com>
4384         * replace.el (occur-engine): Include colon in mouse-face highlight.
4386         * dired-x.el: Change Maintainer field.
4388 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
4390         * longlines.el (longlines-mode): Bind after-change-functions to
4391         nil during initial decoding and final encoding.
4393 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
4395         * term.el (term-emulate-terminal, term-handle-colors-array)
4396         (term-handle-ansi-escape): Specify the terminfo capabilities
4397         implemented.
4399 2005-10-26  Richard M. Stallman  <rms@gnu.org>
4401         * info.el (Info-fontify-node): Fix detection of sentence-break
4402         before *Note.
4404 2005-10-26  Romain Francoise  <romain@orebokech.com>
4406         * smerge-mode.el: Add `tools' to file keywords.
4408 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
4410         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
4411         when the fringe is not available.
4413         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
4414         (def-gdb-auto-update-trigger): Simplify construction.
4415         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
4416         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
4417         defined explicitly.
4418         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
4419         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
4420         defined explicitly.
4421         (gdb-info-locals-custom): Remove as it's a no-op.
4423 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
4425         * longlines.el (longlines-mode): Remove narrowing before
4426         performing the initial decoding or final encoding.
4428 2005-10-25  Romain Francoise  <romain@orebokech.com>
4430         * emacs-lisp/find-func.el (find-library-name): Also strip
4431         extension if library name ends in .el, to take advantage of
4432         `find-library-suffixes'.
4434 2005-10-25  Richard M. Stallman  <rms@gnu.org>
4436         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
4438 2005-10-25  Juri Linkov  <juri@jurta.org>
4440         * textmodes/texinfo.el (texinfo-mode): Change charset of one
4441         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
4443 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4445         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
4446         (blackbox-redefine-key): Add argument `map'.
4448         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
4449         regions when moving the jit-lock-context-unfontify-pos boundary.
4451 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4453         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
4455 2005-10-25  Masatake YAMATO  <jet@gyve.org>
4457         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
4459 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
4461         * play/blackbox.el (blackbox-redefine-key): New function.
4462         (blackbox-mode-map): Use it to remap existing bindings for cursor
4463         motion instead of binding literal keys.
4465 2005-10-25  Glenn Morris  <rgm@gnu.org>
4467         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
4468         diary does not end in a newline.  Do not assume a blank line at
4469         the start of the diary file.
4471 2005-10-25  Kenichi Handa  <handa@m17n.org>
4473         * international/quail.el (quail-translate-key): If the input
4474         method is deterministic and failed to handle the last key, restart
4475         the key handling loop from an appropriate key.
4477 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
4479         * vc.el (vc-dired-mode): Extend comment for binding of
4480         `directory-listing-before-filename-regexp'.
4482 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4484         * textmodes/texinfo.el (texinfo-mode):
4485         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
4486         not to unnecessarily expose emacs-mule's internal char codes.
4488 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
4490         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
4491         Display hand pointer and help-echo on disabled icon too.
4492         (gdb-mouse-until): New function.
4493         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
4495 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
4497         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
4498         with 2005-10-23 change to doctor.el.
4500         * finder.el (finder-mode-map): Add follow-link binding.
4502 2005-10-25  Kim F. Storm  <storm@cua.dk>
4504         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
4505         to gdb-mouse-toggle-breakpoint-fringe.
4506         (gdb-mouse-toggle-breakpoint-margin): Rename from
4507         gdb-mouse-toggle-breakpoint. Fix doc.
4508         (gdb-mouse-toggle-breakpoint-fringe): New defun.
4509         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
4510         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
4511         string properties also for fringe breakpoint bitmaps.
4513 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
4515         * textmodes/org.el (org-start-icalendar-file): Fix format form.
4517 2005-10-25  Masatake YAMATO  <jet@gyve.org>
4519         * simple.el (completion-common-substring):
4520         Use `completion-common-substring' prior to `completion-base-size'.
4522 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
4524         * savehist.el: Require CL while compiling.
4525         (savehist-history-variables): Remove.
4526         (savehist-save-minibuffer-history, savehist-additional-variables)
4527         (savehist-minibuffer-history-variables): New vars.
4528         (savehist-save): Use them.
4529         (savehist-uninstall, savehist-minibuffer-hook): New funs.
4530         (savehist-install): New fun, extracted from savehist-load.
4531         (savehist-load): Use them.
4533 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4535         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
4536         a dummy doc-string-elt property.
4537         (defalias, defvaralias, define-category): Add a docstring property.
4539         * image.el (defimage):
4540         * widget.el (define-widget):
4541         * custom.el (defface, defcustom): Add `doc-string' declaration.
4543         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
4544         (defadvice): Add `doc-string' declaration.
4546         * emacs-lisp/byte-run.el (macro-declaration-function):
4547         Handle `doc-string' declarations.
4548         (define-obsolete-function-alias, define-obsolete-variable-alias):
4549         Add `doc-string' declaration.
4551 2005-10-24  Kenichi Handa  <handa@m17n.org>
4553         * international/utf-7.el (utf-7): Add autoload cookie.
4555         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
4557 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
4559         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
4560         list of directories passed to batch-update-autoloads.  Add "." to
4561         the list of the echoed directories.
4563         * pgg-def.el:
4564         * pgg-gpg.el:
4565         * pgg-parse.el:
4566         * pgg-pgp.el:
4567         * pgg-pgp5.el:
4568         * pgg.el: Moved here from the gnus subdirectory.
4570 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
4572         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
4573         in case comint-prompt-read-only is set to t.
4575         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
4576         in case comint-prompt-read-only is set to t.
4578 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
4580         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
4581         Now a string.
4582         (icalendar-import-format): Handle CLASS, STATUS, URL.
4583         Rename `subject' to `summary'.
4584         (icalendar-import-format-summary): Rename from
4585         `icalendar-import-format-subject'.
4586         (icalendar-import-format-url, icalendar-import-format-status)
4587         (icalendar-import-format-class): New variables.
4588         (icalendar--rris): Take variable argument list.
4589         (icalendar--datestring-to-isodate): Remove unnecessary
4590         calendar-style check when converting dates with explicit month names.
4591         (icalendar-export-region): Change return type of conversion
4592         subroutines.  Bury current buffer unless error occurred.
4593         (icalendar--convert-to-ical)
4594         (icalendar--parse-summary-and-rest): New functions.
4595         (icalendar--convert-ordinary-to-ical)
4596         (icalendar--convert-weekly-to-ical)
4597         (icalendar--convert-yearly-to-ical)
4598         (icalendar--convert-block-to-ical)
4599         (icalendar--convert-cyclic-to-ical)
4600         (icalendar--convert-anniversary-to-ical): Change return type.
4601         Strip trailing blanks from subject.
4602         (icalendar--convert-sexp-to-ical): Change return type.
4603         Strip trailing blanks from subject.  Handle simple sexp
4604         entries as generated by icalendar.el.
4605         (icalendar--convert-float-to-ical)
4606         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
4607         (icalendar-import-file): Doc fix.
4608         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
4609         Correct call to icalendar--rris.
4610         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
4611         `summary'.
4612         (icalendar--add-diary-entry): Rename `subject' to `summary'.
4614 2005-10-24  Romain Francoise  <romain@orebokech.com>
4616         * server.el (server-sentinel): Set query-on-exit flag to nil on
4617         new client processes (it isn't inherited from the server process).
4619         * replace.el (occur-engine): Rearrange text properties.
4621 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4623         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
4624         case-fold-search is nil.
4625         (debug-help-follow): Use help-xref-interned directly.
4627 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4629         * thumbs.el (thumbs-image-type): Add .pbm.
4631 2005-10-23  Richard M. Stallman  <rms@gnu.org>
4633         * faces.el (inhibit-face-set-after-frame-default): New variable.
4634         (set-face-attribute): Bind it.
4635         (face-set-after-frame-default): Test it.
4637         * help-fns.el (describe-simplify-lib-file-name): New function.
4638         (describe-function-1, describe-variable): Use it.
4640         * faces.el (describe-face): Use describe-simplify-lib-file-name.
4642         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
4643         Eliminate nil as possible value.
4644         (tooltip-hide-delay): Reduce internal-border-width.
4646         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
4647         (menu-bar-file-menu) <new-file>: Likewise.
4649         * simple.el (line-move-finish): Ignore fields computing LINE-END.
4651         * international/mule.el (load-with-code-conversion):
4652         Pass full file name to `eval-buffer' unless preloading.
4654         * textmodes/flyspell.el (flyspell-large-region):
4655         Call ispell-check-version.
4657         * textmodes/ispell.el (ispell-local-dictionary-overridden):
4658         Fix the make-variable-buffer-local call that was supposed
4659         to be for this variable.
4660         (ispell-aspell-supports-utf8): Doc fix.
4661         (ispell-find-aspell-dictionaries): Preserve elements of
4662         ispell-dictionary-alist for dictionaries that aspell doesn't report.
4663         (ispell-aspell-find-dictionary): Return nil on error.
4665         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
4666         (doctor-symptoms): Likewise.
4668         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
4670 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4672         * cus-edit.el (custom-button, custom-button-pressed): New vars.
4673         (custom-raised-buttons): Add :set spec.
4674         (custom-button-unraised, custom-button-pressed-unraised):
4675         New faces, so that custom-raised-buttons actually does something.
4676         (custom-mode): Use custom-button and custom-button-pressed.
4678         * wid-edit.el (widget-specify-button): Don't ignore
4679         widget-mouse-face on graphic terminals.
4680         (widget-move-and-invoke): Cleanup.
4682 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
4684         * whitespace.el (whitespace-cleanup): Doc fix.
4686 2005-10-23  Romain Francoise  <romain@orebokech.com>
4688         * emulation/viper.el (viper-set-hooks): Quote forms passed to
4689         `eval-after-load' to avoid evaluating their result.
4691 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
4693         * files.el (directory-listing-before-filename-regexp):
4694         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
4696         * dired.el (dired-move-to-filename-regexp): Remove.
4697         All occurences replaced by `directory-listing-before-filename-regexp'.
4699         * dired-x.el, locate.el, vc.el:
4700         Replace `dired-move-to-filename-regexp' by
4701         `directory-listing-before-filename-regexp'.  In vc.el it is
4702         overwritten locally; maybe this can be handled in files.el too.
4704         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
4705         replaced by `directory-listing-before-filename-regexp'.
4707 2005-10-23  Andreas Schwab  <schwab@suse.de>
4709         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
4710         and eval-next-after-load.
4712 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
4714         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
4715         exist, create it.
4717 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
4719         * allout.el: Remove autoloads for mailcrypt and crypt++.
4720         Require pgg, pgg-gpg during compilation.
4721         (allout-version): Increment version number to 2.1, and use a literal
4722         rather than RCS Id.
4723         (allout-default-encryption-scheme): Remove.
4724         (allout-passphrase-verifier-handling)
4725         (allout-passphrase-verifier-string)
4726         (allout-file-passphrase-verifier-string)
4727         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
4728         (allout-passphrase-hint-handling): Rename and simplify.
4729         (allout-init): Use `find-file-hook' if available, otherwise
4730         `find-file-hooks'.
4731         (allout-mode): Use `write-file-functions' if available, otherwise
4732         `local-write-file-hooks' and, instead of making auto-save-hook
4733         buffer local, make the write-file-hook activity contingent to
4734         allout-mode.
4735         (allout-mode): Use key-binding substitution in the docstring.
4736         (allout-kill-line): Spell-out kill ring data structure mutation
4737         instead of using byte-compiler-complaint-provoking `pop'.
4738         (allout-insert-listified): Use `insert' rather than `insert-string'
4739         (allout-toggle-current-subtree-encryption): Update docstring, adjust
4740         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
4741         (allout-encrypt-string): Totally revamped vis new underlying
4742         encryption facilities.
4743         (allout-mc-activate-passwd): Remove.
4744         (allout-obtain-passphrase): New, more or less replaces
4745         allout-mc-activate-passwd.
4746         (allout-encrypted-key-info): More or less replaces
4747         allout-encrypted-text-type.
4748         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
4749         (my-mark-marker): Use `(featurep 'xemacs)'.
4751 2005-10-23  Lars Hansen <larsh@soem.dk>
4753         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
4754         (byte-compile-file-form-defmumble, byte-compile-defun)
4755         (byte-compile-defmacro): Use it.
4756         (byte-compile-form): Don't call byte-compile-set-symbol-position
4757         when a byte-compile handler is called.
4759 2005-10-22  Romain Francoise  <romain@orebokech.com>
4761         * savehist.el (savehist-history-variables): Add `grep-find-history'.
4763         * subr.el (eval-after-load): Convert library name to an absolute
4764         file name using locate-library, since load-history no longer has
4765         library names in it.
4767 2005-10-22  Richard M. Stallman  <rms@gnu.org>
4769         * files.el (make-temp-file): Move from subr.el.
4770         * subr.el (make-temp-file): Move to files.el.
4772         * window.el (get-buffer-window-list): Move from subr.el.
4773         * subr.el (get-buffer-window-list): Move to window.el.
4775         * image.el (image-load-path): Use eval-at-startup to initialize.
4777         * subr.el (eval-at-startup): New macro.
4779         * subr.el: Much rearrangement of functions and division
4780         into pages.  No code changes.
4782 2005-10-22  Kenichi Handa  <handa@m17n.org>
4784         * tar-mode.el (tar-extract): Be sure to call
4785         find-operation-coding-system if set-auto-coding doesn't find a
4786         coding system.
4788 2005-10-22  Kim F. Storm  <storm@cua.dk>
4790         * image.el (image-type-header-regexps): Rename from image-type-regexps.
4791         Change users.
4792         (image-type-file-name-regexps): New defconst.
4793         (image-type-from-data): Simplify loop.
4794         (image-type-from-buffer): New defun.
4795         (image-type-from-file-header): Use it instead of image-type-from-data.
4796         Use image-search-load-path instead of only looking in data-directory.
4797         (image-type-from-file-name): New defun.
4798         (image-search-load-path): Change `pathname' to `filename'.
4799         Make PATH arg optional, default to image-load-path.
4801 2005-10-21  Richard M. Stallman  <rms@gnu.org>
4803         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
4805         * textmodes/paragraphs.el (sentence-end-base): New variable.
4806         (sentence-end): Use sentence-end-base.
4808 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4810         * font-lock.el (font-lock-default-fontify-region): Check the multiline
4811         property independently from the font-lock-multiline variable.
4813 2005-10-21  Richard M. Stallman  <rms@gnu.org>
4815         * emacs-lisp/find-func.el (find-library-name): Doc fix.
4817         * startup.el (command-line): Convert library names
4818         in `load-history' to absolute file names.
4820         * subr.el (symbol-file): Doc fix.
4822         * loadhist.el (file-loadhist-lookup): Call locate-library
4823         instead of find-library-name.  Don't try converting
4824         abs file names to library names, since load-history no longer
4825         has library names in it.
4826         (file-dependents, file-provides, file-requires): Doc fixes.
4828 2005-10-21  Juri Linkov  <juri@jurta.org>
4830         * progmodes/etags.el (tags-table-mode): New function.
4831         (tags-verify-table): Replace initialize-new-tags-table with
4832         tags-table-mode.
4834         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
4835         default value.
4836         (desktop-modes-not-to-save): Add tags-table-mode to the
4837         default value.
4839         * info.el (Info-index-next): Add total number of index
4840         alternatives to the message.
4842         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
4843         backward only space (instead of space and period) before looking
4844         at sentence end.
4846         * simple.el (set-variable): Use user-variable-p instead of symbolp.
4847         Add the old variable value as 4th default-value arg of read-string.
4849 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4851         * cus-face.el (custom-declare-face): Make face from X resources
4852         also on Mac.
4854         * disp-table.el (standard-display-g1, standard-display-graphic):
4855         Refuse to use string glyphs also on Mac.
4856         (standard-display-european): Don't set terminal coding system also
4857         on Mac.
4859         * frame.el (display-screens): Use x-display-screens also on Mac.
4861 2005-10-21  Romain Francoise  <romain@orebokech.com>
4863         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
4865 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4867         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
4868         and $? into sexps.
4870         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
4871         warning face on open-paren-in-column-0.
4873         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
4874         boundary case.  Fix typo.
4875         Suggested by Martin Rudalics <rudalics@gmx.at>.
4877 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
4879         * textmodes/org.el (org-combined-agenda-icalendar-file)
4880         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
4881         (org-export-icalendar-this-file)
4882         (org-export-icalendar-all-agenda-files)
4883         (org-export-icalendar-combine-agenda-files): New commands.
4884         (org-export-icalendar, org-print-icalendar-entries)
4885         (org-start-icalendar-file, org-finish-icalendar-file)
4886         (org-ical-ts-to-string): New functions.
4887         (org-read-date, org-goto-calendar)
4888         (org-agenda-goto-calendar): Inhibit displaying diary entries by
4889         call to `calendar'.
4890         (orgtbl-setup): Remove the :keys arguments from the menu description.
4891         (org-after-save-iCalendar-file-hook): New variable.
4893 2005-10-21  Kenichi Handa  <handa@m17n.org>
4895         * language/vietnamese.el (tcvn-5712): Make it an alias of
4896         vietnamese-tcvn coding-system.
4898 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
4900         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
4901         group id is given.
4903 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4905         * progmodes/sh-script.el (sh-escaped-line-re): New var.
4906         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
4907         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
4908         whose line is either continued or ends with a comment.
4910 2005-10-20  Romain Francoise  <romain@orebokech.com>
4912         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
4914         * replace.el (occur-engine): Add follow-link property.
4916         * font-core.el (font-lock-mode): Doc fix.
4918 2005-10-20  Richard M. Stallman  <rms@gnu.org>
4920         * net/rcirc.el: New file.
4922 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
4924         * term.el (term-term-name): Initialize to "eterm-color".
4926 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
4928         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
4929         for encryption functionality.
4930         Move allout customization subgroup from `editing' to `outlines' group.
4931         Fix commentary 'keywords' to legitimate ones.
4932         Update author info (using my current email address, obscurified).
4933         (allout-encrypt-string, allout-encryption-produce-work-buffer)
4934         (allout-encrypted-topic-p, allout-encrypted-text-type)
4935         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
4936         (allout-situate-encryption-key-verifier)
4937         (allout-get-encryption-key-verifier, allout-verify-key)
4938         (allout-next-topic-pending-encryption)
4939         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
4940         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
4941         (outline-key-verifier-handling, outline-key-hint-handling)
4942         (outline-encrypt-unencrypted-on-saves): New defcustoms.
4943         (allout-file-key-verifier-string, allout-encryption-scheme)
4944         (allout-key-verifier-string, allout-key-hint-string)
4945         (allout-after-save-decrypt): New variables.
4946         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
4947         (allout-after-saves-handler): New hook functions.
4948         (allout-post-command-business): Do allout-after-save-decrypt.
4949         (allout-enable-file-variable-adjustment): Custom var to enable
4950         mechanism for adding and adjusting settings of Emacs file variables.
4951         (allout-adjust-file-variable, allout-file-vars-section-data):
4952         New functions, implement the mechanism.
4953         (outlineify-sticky): Use the file vars mechanism.
4954         (allout-inhibit-protection, allout-during-write-cue)
4955         (allout-override-protect, allout-before-change-protect): Remove.
4956         (allout-flag-region, allout-open-topic): Adjust read-only text.
4957         (allout-open-line-not-read-only): Add to facilitate read-only
4958         text based protection.
4959         (allout-kill-line): Revise to adjust read-only text, clue the
4960         user about the inhibition.
4961         (allout-unprotected): Use unwind-protect.
4962         (allout-shift-in, allout-shift-out): Disallow manually shifting a
4963         topic deeper than the offspring depth of the previous topic -
4964         avoiding confusing "containment discontinuities".
4965         (allout-reindent-bodies): Fix retention of body relative hanging
4966         indent during promotion of collapsed bodies.
4967         (allout-open-topic): Make it easy to open new topic with same
4968         bullet as current topic - topic creation functions provided with
4969         any universal argument provokes now prompt for bullet, defaulting
4970         to the bullet of the previous topic.
4971         (allout-plain-bullets-string, allout-distinctive-bullets-string):
4972         Plain bullet alternates '.' period and ',' comma only.  All other
4973         bullets are relegated to special status (but customizable).
4974         (allout-end-of-entry): Rename from 'allout-end-of-current-entry
4975         since it actually operates w.r.t. most immediately containing
4976         entry, visible or not.
4977         (allout-hide-current-entry, allout-show-current-entry): Use the
4978         revised version.
4979         (allout-old-expose-topic): Solidify deprecation.
4980         (allout-end-of-subtree): Add so we can span concealed as well
4981         as visible topics.
4982         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
4983         (allout-end-of-current-heading): Tweak to just respect the first line.
4984         (allout-get-body-text): Add.
4985         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
4986         when invoked interactively.
4987         (allout-up-current-level): Use `interactive-p'.
4988         (allout-mode, allout-init): Miscellaneous docstring and
4989         operational refinements, as well as hookups of new encryption stuff.
4990         (allout-beginning-of-current-entry): Now works as advertised.
4991         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
4992         (allout-isearch-rectification): Refine condition for isearching.
4993         (allout-isearch-abort, allout-enwrap-isearch)
4994         (allout-flag-region, my-region-active-p): Relocate some macros.
4995         (allout-title): Fallback title is '(buffer-name)', not
4996         non-existing '(current-buffer-name)'.
4997         (subst-char-in-string): Define if absent (for some XEmacs versions).
4999 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
5001         * mail/sendmail.el (mail-setup-hook, mail-aliases)
5002         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
5003         (mail-citation-prefix-regexp, mail-signature-file)
5004         (mail-default-headers, mail-bury-selects-summary)
5005         (mail-send-nonascii): Add autoload cookies.
5007 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
5009         * frame.el (blink-cursor-mode): Add `mac' to the list of
5010         window-system's that support blinking cursor.
5012 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5014         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
5016 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
5018         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
5019         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
5020         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
5022 2005-10-20  Kim F. Storm  <storm@cua.dk>
5024         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
5025         (ido-set-current-directory): Don't add / after final @.
5026         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
5027         Explicitly handle ange-ftp completion oddities.
5028         (ido-make-file-list): Don't rotate list at tramp root to avoid
5029         triggering tramp file handler for expand-file-name via get-file-buffer.
5031 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5033         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
5035 2005-10-19  Jay Belanger  <belanger@truman.edu>
5037         * calc/calc-units.el (math-standard-units): Add units, adjust
5038         symbols and update values.
5039         (math-unit-prefixes):  Add more prefixes.
5041 2005-10-19  Romain Francoise  <romain@orebokech.com>
5043         * bookmark.el (bookmark-menu-heading): New face.
5044         (bookmark-bmenu-list): Use it.
5045         Don't fiddle with `baud-rate' at top-level.
5047 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
5049         * image.el (create-image, find-image): Mention max-image-size in
5050         docstring.
5052 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5054         * savehist.el (savehist-load): Revert to checking XEmacs.
5056         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
5057         Various docstring and line-width fixups.
5058         (conf-mode): Use cond.
5059         Set font-lock-defaults.  Don't set comment-use-syntax.
5061 2005-10-18  David Ponce  <david@dponce.com>
5063         * tree-widget.el (tree-widget-button-click): New function.
5064         (tree-widget-button-keymap): Use it.
5066 2005-10-18  Romain Francoise  <romain@orebokech.com>
5068         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5069         (bookmark-bmenu-hide-filenames): Add follow-link property.
5070         Improve help-echo text.
5072         * ffap.el (find-file-at-point): Doc fix.
5074 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5076         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
5078 2005-10-18  Masatake YAMATO  <jet@gyve.org>
5080         Install to the CVS repository what I forgot to install in my
5081         2005-10-16 changes.
5083         * progmodes/python.el (python-complete-symbol): Pass the common
5084         prefix substring of completion to `display-completion-list'.
5086         * textmodes/org.el (org-complete): Ditto.
5088 2005-10-18  Masatake YAMATO  <jet@gyve.org>
5090         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
5092         * woman.el (WoMan-xref-man-page): New button type derived
5093         from `Man-abstract-xref-man-page'.
5094         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
5096         * man.el (Man-abstract-xref-man-page): New button type.
5097         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
5098         (Man-highlight-references): Add new optional argument `xref-man-type'.
5100 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
5102         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
5104 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
5106         * cus-edit.el (Custom-move-and-invoke): Delete.
5107         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
5109         * wid-edit.el (widget-move-and-invoke): New function, from
5110         Custom-move-and-invoke.
5112 2005-10-17  Bill Wohler  <wohler@newt.com>
5114         Move all remaining images from lisp/toolbar to etc/images, move
5115         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
5116         the low resolution images in their own directory (low-color).
5118         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
5119         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
5120         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
5121         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
5122         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
5123         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
5124         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
5126         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
5127         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
5128         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
5129         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
5130         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
5131         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
5132         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
5133         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
5134         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
5135         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
5136         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
5137         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
5138         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
5139         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
5140         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
5142         To conform with convention, replace the underscore (_) in the
5143         following image names with dash (-) or (/) as appropriate.
5145         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
5146         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
5147         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
5148         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
5149         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
5150         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
5151         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
5152         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
5153         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
5154         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
5155         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
5156         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
5157         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
5158         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
5159         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
5161         * info.el (info-tool-bar-map): Replace underscores in image names
5162         with dashes.
5164         * makefile.w32-in (WINS): Remove toolbar.
5166         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
5168         * tool-bar.el: Move to lisp from toolbar.  Now that
5169         toolbar is empty, it should be deleted when folks run "cvs up -P".
5171 2005-10-18  Jay Belanger  <belanger@truman.edu>
5173         * calc/calc-store.el (calc-store-into): Get the proper variable name
5174         to display in message.
5176 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
5178         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
5179         expressions display in speedbar for all buffers when debugging.
5180         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
5182         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
5183         (speedbar-insert-button, speedbar-make-button):
5184         Use add-text-properties.
5185         (speedbar-update-localized-contents)
5186         (speedbar-update-directory-contents)
5187         (speedbar-update-special-contents): Use dolist.
5188         (speedbar-buffer-easymenu-definition): Add a menu separator.
5190 2005-10-17  Jason Rumney  <jasonr@gnu.org>
5192         * makefile.w32-in: Use $(lisp) consistently.
5193         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
5194         for shell specific generation of mh-autoloads.
5196 2005-10-17  Richard M. Stallman  <rms@gnu.org>
5198         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
5200 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5202         * jit-lock.el (jit-lock-fontify-now):
5203         Move jit-lock-context-unfontify-pos to avoid wasted work.
5205 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
5207         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
5208         `tramp-completion-mode' for checking if we are in completion mode.
5209         (tramp-completion-handle-file-name-all-completions): Reorder code
5210         in order to complete for file names only in case there are no
5211         method/user/host completions.  This is necessary for cooperation
5212         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
5214 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
5216         * longlines.el (longlines-search-forward)
5217         (longlines-search-backward): Match any number of spaces.
5219 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
5221         * diff-mode.el (diff-mode): Doc fix.
5223 2005-10-16  David Reitter <david.reitter@gmail.com>
5225         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
5226         as default on darwin and windows systems.
5228 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
5230         * arc-mode.el (archive-zip-extract): Doc fix.
5232 2005-10-16  Romain Francoise  <romain@orebokech.com>
5234         * mouse.el (mouse-1-click-follows-link): Doc fix.
5236 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5238         * savehist.el: Don't require CL at runtime.
5239         (savehist-xemacs): Remove.
5240         (savehist-coding-system): Use utf-8 if present, regardless of religion.
5241         (savehist-no-conversion): Use (featurep 'xemacs).
5242         (savehist-load): Check existence of start-itimer rather than XEmacs.
5243         Use an idle timer.
5244         (savehist-process-for-saving): Replace use of CL funs `subseq' and
5245         `delete-if-not'.
5247 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
5249         * savehist.el: Newer version.
5250         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
5251         (savehist-last-checksum, savehist-no-conversion): New vars.
5252         (savehist-autosave, savehist-process-for-saving, savehist-printable):
5253         New functions.
5254         (savehist-load, savehist-save): Use them.
5255         (savehist-delimit): Remove.
5257 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5259         * progmodes/compile.el (compilation-goto-locus): Display the
5260         compilation buffer first and the source buffer second, in case they're
5261         in overlapping frames.  Don't raise the compilation frame if it was the
5262         selected window upon entry.  Pass the `other-window' arg to
5263         pop-to-buffer.
5265         * info.el (Info-fontify-node): Use dolist.
5266         Change add-text-properties to put-text-property.
5268 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5270         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
5271         bound of search.
5273 2005-10-16  Masatake YAMATO  <jet@gyve.org>
5275         * dabbrev.el (dabbrev-completion): Pass the common
5276         prefix substring of completion to `display-completion-list'.
5278         * filecache.el (file-cache-minibuffer-complete)
5279         (file-cache-complete): Ditto.
5281         * tempo.el (tempo-display-completions): Ditto.
5283         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
5285         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
5287         * eshell/em-hist.el (eshell-list-history): Ditto.
5289         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
5291         * mail/mailalias.el (mail-complete): Ditto.
5293         * progmodes/etags.el (complete-tag): Ditto.
5295         * progmodes/make-mode.el (makefile-complete): Ditto.
5297         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
5299         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
5301         * progmodes/pascal.el (pascal-complete-word)
5302         (pascal-show-completions): Ditto.
5304         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
5306         * simple.el (completion-common-substring): New variable.
5307         (completion-setup-function): Use `completion-common-substring'
5308         to put faces.
5310 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5312         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
5313         (x-get-selection, mac-select-convert-to-string): Convert from/to
5314         UTF-16 clipboard data as in native byte order, no BOM.
5316 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
5318         * progmodes/gud.el (gud-tool-bar-map): Rename the images
5319         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
5320         (gud-sentinel): Use speedbar-frame to check for speedbar.
5322 2005-10-15  Richard M. Stallman  <rms@gnu.org>
5324         * savehist.el: New file.
5326 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
5328         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
5329         Fix bug in \bf fontification.
5331 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5333         * pcvs.el (cvs-edit-log-files): New var.
5334         (cvs-mode-edit-log): New arg `file'.
5335         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
5336         Instead force the use of the original file and nothing else.
5337         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
5338         the cvs-minor-wrap-function is set.
5339         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
5341 2005-10-14  Bill Wohler  <wohler@newt.com>
5343         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
5344         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
5345         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
5346         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
5347         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
5348         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
5349         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
5350         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
5351         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
5352         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
5353         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
5354         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
5355         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
5356         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
5357         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
5359         * progmodes/gud.el (gud-tool-bar-map): Rename the images
5360         appropriately (for example, gud-break to gud/break).
5362 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
5364         * longlines.el (longlinges-search-function)
5365         (longlines-search-forward, longlines-search-backward): New functions.
5366         (longlines-mode): Set isearch-search-fun-function to
5367         longlinges-search-function.
5369         * mouse.el (mouse-drag-region-1): Handle the case where a
5370         double-click event is bound to an arbitrary function.
5372 2005-10-14  David Ponce  <david@dponce.com>
5374         * recentf.el (recentf-track-opened-file)
5375         (recentf-track-closed-file, recentf-update-menu)
5376         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
5377         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
5378         mouse-1-click-follows-link.
5380 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5382         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
5383         Gnome file-manager.png.  Suggested by
5384         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
5386         * toolbar/README: Add diropen.xpm.
5388 2005-10-13  Bill Wohler  <wohler@newt.com>
5390         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
5391         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
5393 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5395         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
5396         Don't waste the byte-compiler's time on constant data.
5398 2005-10-13  Kenichi Handa  <handa@m17n.org>
5400         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
5401         byte with `escape-glyph' face.
5403         * international/fontset.el (ccl-encode-unicode-font):
5404         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
5405         Handle the case that ucs-mule-to-mule-unicode translates a character to
5406         ASCII (usually for IPA characters).
5408 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5410         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
5411         Don't hide the underline of titles if font-lock-mode is disabled.
5413 2005-10-12  Bill Wohler  <wohler@newt.com>
5415         * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
5416         (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
5417         files in MH-E-SRC have been updated.
5418         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
5420 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5422         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
5423         (mixal-mode-syntax-table): Add \n as end-comment.
5424         (mixal-operation-codes-alist): Immediately initialize to full value.
5425         (mixal-add-operation-code): Remove.
5426         (mixal-describe-operation-code): Make the arg non-optional.
5427         Use the interactive spec instead.
5428         Use mixal-operation-codes-alist rather than mixal-operation-codes.
5429         (mixal-font-lock-keywords): Don't highlight comments here any more.
5430         (mixal-font-lock-syntactic-keywords): New var.
5431         (mixal-mode): Use it.  Fix comment-start-skip.
5433 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5435         * startup.el (command-line-x-option-alist): -nb => -nbi
5437 2005-10-12  Kim F. Storm  <storm@cua.dk>
5439         * startup.el (fancy-splash-default-action): Discard mouse click in
5440         the splash screen window, as it has no sensible meaning in the
5441         next window to be selected.  Fixes error reported by Jan D.
5443 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5445         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
5447 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5449         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
5450         Try to fix up minor layout issues like indentation, line break, etc...
5451         (mixal-mode-syntax-table): Don't try to specify comment syntax,
5452         because it doesn't work.
5453         (mixal-operation-codes): Add some more codes.
5454         (mixal-font-lock-keywords): Process comments here.
5455         (mixal-mode): mixasm no longer needs -g option.
5457 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
5459         * progmodes/sh-script.el (sh-tmp-file):
5460         Use mktemp -t.  Finish support for es and rc shells.
5462 2005-10-11  Jay Belanger  <belanger@truman.edu>
5464         * calc/calcalg2.el (calc-integral): With an argument, compute the
5465         definite integral.
5467 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
5469         * mouse.el (mouse-drag-region-1): Don't try to catch a
5470         double-click when doing follow-link (it's overridden anyway).
5472 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
5474         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
5475         (autoload-print-form-outbuf): Add docstring.
5477 2005-10-11  Juri Linkov  <juri@jurta.org>
5479         * info.el (Info-mode-menu): Delete menu item "Edit".
5480         (Info-mode): Delete description of Info-edit from docstring,
5481         and rearrange descriptions of Info commands in the order
5482         they are documented in the Info manual.
5484 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5486         * calendar/appt.el (appt-check): Use diary-selective-display var.
5488 2005-10-10  Richard M. Stallman  <rms@gnu.org>
5490         * net/newsticker.el (newsticker-start, newsticker-show-news):
5491         Add autoload cookies.
5493 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
5495         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
5497 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
5499         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
5501 2005-10-10  Jay Belanger  <belanger@truman.edu>
5503         * calc/calc-arith.el (math-check-known-scalarp)
5504         (math-check-known-matrixp): Check the values of arguments that are
5505         variables.
5506         (math-check-known-square-matrixp): New function.
5507         (math-known-square-matrixp): Use math-check-known-square-matrixp.
5508         (math-super-types): Add sqmatrix type.
5510         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
5511         mode name `square' to 'sqmatrix'.
5513         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
5514         mode name `square' to 'sqmatrix'.
5516 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5518         * progmodes/etags.el (select-tags-table-mode): Don't use
5519         selective-display.
5520         (tags-select-tags-table): Pass `button' to the action function.
5521         (select-tags-table): Place the side-info on button properties rather
5522         than in hidden text.  Abbreviate file names.
5523         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
5524         (select-tags-table-select): Add `button' argument.
5525         Get side-info from the button property rather than from hidden text.
5527 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
5529         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
5530         (gud-speedbar-buttons): Preserve point if possible.
5531         (gud-sentinel): Restore previous speedbar display type.
5533         * progmodes/gdb-ui.el (gdba): Improve diagram.
5534         (def-gdb-auto-update-handler, gdb-info-locals-handler)
5535         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
5536         Call get-buffer-window once.
5538 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5540         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
5541         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
5542         (pascal-indent-command): Remove unused var `ind'.
5543         (pascal-indent-case): Remove unused var `oldpos'.
5544         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
5545         since it's now used as a proper minor mode map.
5546         (pascal-outline): Rename to pascal-outline-mode.
5547         (pascal-outline-mode): Use define-minor-mode.
5548         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
5549         selective-display.
5551 2005-10-10  Andreas Schwab  <schwab@suse.de>
5553         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
5554         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
5556         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
5557         outside source directory.
5559 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
5561         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
5562         C-x' as a prefix.
5563         (orgtbl-mode-map): Full keymap instead of sparse, because all
5564         `self-insert-command' keys are redefined in this map.
5565         (org-export-as-html): Specify charset for HTML file, by taking it
5566         from the coding system.
5568 2005-10-10  Kenichi Handa  <handa@m17n.org>
5570         * textmodes/flyspell.el (flyspell-check-word-p):
5571         If unread-command-events is non-empty, don't call sit-for.
5573 2005-10-09  Richard M. Stallman  <rms@gnu.org>
5575         * font-lock.el (font-lock-syntactic-keywords)
5576         (font-lock-keywords): Doc fixes.
5578         * textmodes/flyspell.el (flyspell-external-point-words):
5579         Simplify logic, and don't try to check for consecutive appearances
5580         of one incorrect word.
5582 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
5584         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
5585         separator.
5587         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
5588         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
5589         (gud-expansion-speedbar-buttons): New function.
5590         (gud-speedbar-buttons): Check for gud-comint-buffer.
5592 2005-10-09  Bill Wohler  <wohler@newt.com>
5594         * Makefile.in (updates): Add mh-loaddefs dependency.
5596 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
5598         * speedbar.el (speedbar-file-key-map): Fix typo.
5600 2005-10-09  Daniel Brockman  <daniel@brockman.se>
5602         * cus-start.el (line-spacing): Add custom spec.
5604 2005-10-09  Romain Francoise  <romain@orebokech.com>
5606         * textmodes/ispell.el (ispell-check-version): Fix last change.
5608 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5610         * term/x-win.el: Remove -i, --icon-type from comment.
5612         * startup.el (command-line-x-option-alist): Remove options -i,
5613         -itype, --icon-type, added -nb, --no-bitmap-icon
5615 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
5617         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
5618         instead of :active.
5620 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5622         * textmodes/ispell.el (ispell-check-version):
5623         Ignore hyphen, and all that follows, in aspell's version text.
5625 2005-10-08  Jay Belanger  <belanger@truman.edu>
5627         * calc/calc-arith.el (math-known-square-matrixp): New function.
5628         (math-pow-fancy): Check for matrices before distributing exponent
5629         across products.
5631         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
5632         fullscreen keypad.  Suggested by Luc Teirlinck.
5633         (calc-keypad-show-input): Add space for formatting.
5635         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
5636         Add square matrix option.
5638         * calc/calc-poly.el (math-expand-term): Check for matrices instead
5639         of checking calc-matrix-mode when deciding how to expand.
5641         * calc/calc.el (calc-set-mode-line): Add square matrix option.
5643 2005-10-08  Lars Hansen  <larsh@soem.dk>
5645         * net/tramp.el (tramp-perl-directory-files-and-attributes):
5646         Add error handling.
5647         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
5649 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
5651         Sync with Tramp 2.0.51.
5653         * net/tramp.el (tramp-handle-set-visited-file-modtime)
5654         (tramp-handle-insert-file-contents, tramp-handle-write-region):
5655         Insert special handling for `last-coding-system-used', again
5656         it still seems to be necessary (unlike stated before).
5657         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
5658         (tramp-password-prompt-regexp): There might be other words before
5659         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
5660         (tramp-chunksize): Improve docstring.
5661         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
5662         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
5663         Christian Joergensen <bugs@razor.dk>.
5665 2005-10-07  Glenn Morris  <rgm@gnu.org>
5667         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
5668         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
5669         precision'.
5671 2005-10-07  Romain Francoise  <romain@orebokech.com>
5673         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
5674         (ibuffer-do-shell-command-pipe-replace)
5675         (ibuffer-do-shell-command-file, ibuffer-do-eval)
5676         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
5677         (ibuffer-do-revert, ibuffer-do-replace-regexp)
5678         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
5679         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
5680         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
5681         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
5682         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
5683         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
5684         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
5685         Autoload file sans suffix.
5687         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
5689 2005-10-07  David Ponce  <david@dponce.com>
5691         * recentf.el (recentf-menu-open-all-flag): New option.
5692         (recentf-digit-shortcut-command-name): New function.
5693         (recentf--shortcuts-keymap): New variable.
5694         (recentf-menu-shortcuts): New variable.
5695         (recentf-make-menu-items): Initialize it.  Replace the "More..."
5696         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
5697         (recentf-menu-value-shortcut): New function.
5698         (recentf-make-menu-item): Use it.  No more in-lined.
5699         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
5700         (recentf-open-most-recent-file): Rename from
5701         `recentf-open-file-with-key'.  Don't depend on key binding.
5702         (recentf-mode-map): New variable.
5703         (recentf-mode): Use it.
5705 2005-10-06  Bill Wohler  <wohler@newt.com>
5707         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
5709         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
5710         (MH-E-SRC): New.  Used by mh-autoloads.
5711         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
5712         files in MH-E-SRC have been updated.
5713         (compile, recompile, bootstrap): Depend on mh-autoloads.
5715 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
5717         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
5718         gud-break and gud-remove icons when the fringe is not available.
5720         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
5721         Typo.
5723 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
5725         * play/zone.el (zone): Wrap body with save-window-excursion.
5727 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5729         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
5730         Use the new `list-only' arg to diary-list-entries.
5732         * calendar/diary-lib.el: Use overlays rather than selective-display.
5733         (diary-selective-display): New var.
5734         (diary-header-line-format): Use it.
5735         (diary-list-entries): Add argument `list-only'.
5736         Put the buffer in diary-mode.  Don't add \^M at beg and end.
5737         Replace \^M by invisible overlays.
5738         (diary-unhide-everything): Replace \^M by invisible overlays.
5739         (print-diary-entries): Look for overlays rather than \^M.
5740         Add a space to the temp buffer name.
5741         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
5742         Put the buffer in diary-mode.
5743         (list-sexp-diary-entries): Replace \^M by invisible overlays.
5744         (diary-anniversary): Make the year arg optional.
5745         (diary-time-regexp): New const.
5746         (diary-font-lock-keywords): Use it to accept a few more time formats.
5748         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
5750 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
5752         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
5753         Fix bug introduced 2005-07-03: Use (car (last ...))
5754         to faithfully reproduce replaced artist-last.
5755         (artist-set-arrow-points-for-poly): Likewise.
5756         Suggested by Johan Bockg\e,Ae\e(Brd.
5758 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
5760         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
5761         * wid-edit.el (widget):
5762         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
5763         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
5765 2005-10-06  Kenichi Handa  <handa@m17n.org>
5767         * international/mule-cmds.el (set-language-environment):
5768         Fix setting up of case-table for unibyte mode.
5770         * simple.el (what-cursor-position): If the character is displayed
5771         by some `display' text property, show that.  Don't use
5772         single-key-description for eight-bit characters in multibyte mode.
5774 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
5776         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
5777         (gdb-ann3): Set it.
5778         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
5779         (gdb-info-frames-custom): Use inverse-video for first five
5780         characters of selected frame only.
5781         (gdb-get-frame-number): Select frame even when point is on frame
5782         number.
5784 2005-10-06  Masatake YAMATO  <jet@gyve.org>
5786         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
5787         Put `font-lock-function-name-face'.
5788         (gdb-info-frames-custom): Put `font-lock-function-name-face'
5789         and `font-lock-variable-name-face'
5790         (gdb-registers-font-lock-keywords): New font lock keywords definition.
5791         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
5792         (gdb-memory-font-lock-keywords): New font lock keywords definition.
5793         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
5794         (gdb-local-font-lock-keywords): New font lock keywords definition.
5795         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
5796         (gdb-threads-font-lock-keywords): New font lock keywords definition.
5797         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
5799 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
5801         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
5802         (ediff-merge-region-is-non-clash-to-skip): Previously called
5803         ediff-merge-region-is-non-clash.
5805         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
5806         Use insert-buffer-substring.
5808         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
5809         selecting files to patch.  Also bug fixes.
5811         * ediff-util.el (ediff-setup): Bug fix.
5812         (ediff-next-difference): Never skip clashes that differ in white
5813         space only.
5815         * ediff-wind.el (ediff-setup-control-frame)
5816         (ediff-destroy-control-frame): Check the menubar feature.
5818         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
5819         (viper-refresh-mode-line): Use make-local-variable to localize
5820         some vars instead of make-variable-buffer-local.  Suggested by
5821         Stefan Monnier.
5823         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
5824         (viper-restore-cursor-type, viper-set-insert-cursor-type):
5825         Use make-local-variable instead of make-variable-buffer-local.
5826         Suggested by Stefan Monnier.
5828         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
5829         (viper-comint-mode-hook): Use make-local-variable on
5830         require-final-newline.
5831         (viper-non-hook-settings): Don't use make-variable-buffer-local.
5833 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5835         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
5836         also the second char of a comment-start sequence.
5837         (scheme-sexp-comment-syntax-table): New var.
5838         (lambda, define): Set their scheme-doc-string-elt property.
5839         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
5840         Use lisp-font-lock-syntactic-face-function now that it properly
5841         handles |...| symbols.
5842         (scheme-mode-variables): Set lisp-doc-string-elt-property,
5843         parse-sexp-lookup-properties and font-lock-extra-managed-props.
5845         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
5846         bit from # to |.
5847         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
5849         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
5850         (lisp-doc-string-elt-property): New var.
5851         (lisp-font-lock-syntactic-face-function): Use it.
5852         Rewrite to recognize docstrings even for forms not at toplevel.
5854         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
5855         annotation on the | part of #| rather than on the # part.
5856         (scheme-font-lock-syntactic-face-function): New function, to
5857         distinguish strings from |...| symbols.
5858         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
5859         syntax-table so that #|...|# is properly highlighted.
5861         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
5862         Don't mark as docstring the 3rd elem of an unknown toplevel form.
5864 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5866         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
5867         and C-e.
5869         * emacs-lisp/eldoc.el: Move comments into docstrings.
5870         (eldoc-message-commands): Initialize in its declaration.
5871         Add move-beginning-of-line and move-end-of-line.
5872         (eldoc-add-command, eldoc-add-command-completions)
5873         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
5875         * outline.el (outline-mark-subtree): Activate the mark.
5877         * calendar/appt.el (appt-time-regexp): New var.
5878         (appt-add, appt-make-list): Use it.
5879         (appt-convert-time): Clean up.
5881         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
5882         Don't set any syntax-table property here.
5883         (tex-font-lock-verb): New function.  Do it here.
5884         (tex-font-lock-syntactic-keywords): Use it.
5886 2005-10-04  Richard M. Stallman  <rms@gnu.org>
5888         * wid-edit.el (widget-file-complete): Get the widget start point
5889         the right way.  Default directory to `/' if file has none.
5891         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
5893         * textmodes/flyspell.el (flyspell-mode-on):
5894         Call ispell-maybe-find-aspell-dictionaries.
5896         * textmodes/ispell.el (ispell-word, ispell-region):
5897         Call ispell-maybe-find-aspell-dictionaries.
5898         (ispell-accept-buffer-local-defs):
5899         Don't call ispell-maybe-find-aspell-dictionaries
5901 2005-10-04  Richard M. Stallman  <rms@gnu.org>
5903         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
5905 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
5907         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
5908         instead of `fboundp' in order to allow for anonymous functions.
5910 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
5912         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
5913         case the user clicks on the link while another window is selected.
5914         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
5916         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
5917         functionality.
5918         (dframe-help-echo): Save point in case mouse tracking is off.
5920 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
5922         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
5924 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5926         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
5927         not change the global value of those vars.
5929         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
5930         make-local-variable which we do not need any more.
5932 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
5934         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
5935         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
5936         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
5937         (speedbar-path-line): Define obsolete aliases.
5938         (speedbar-line-directory): Doc fix.
5940         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
5941         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
5942         instead of speedbar-line-path.
5944 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5946         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
5947         to nil if dropping on a window.  Handle dropping on a minibuffer window
5948         like dropping on a non-window part of Emacs.
5950 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5952         * net/ange-ftp.el: Use with-current-buffer.
5953         (ange-ftp-insert-directory): Do not follow symlinks any more.
5955         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
5956         Remove interactive spec.
5958 2005-10-03  Kim F. Storm  <storm@cua.dk>
5960         * ido.el (ido-mode): Use custom-initialize-set.
5962 2005-10-02  Richard M. Stallman  <rms@gnu.org>
5964         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
5965         Use insert-buffer-substring.
5967         * net/tramp.el: Pacify byte compiler warnings in pacification code.
5968         (tramp-handle-file-local-copy): Use insert-buffer-substring.
5970 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5972         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
5973         in last change.
5974         (ange-ftp-insert-directory): Fix up the search for the case where
5975         `file' is absolute.
5977 2005-10-02  Romain Francoise  <romain@orebokech.com>
5979         * progmodes/compile.el (compile-goto-error): Delete extra paren.
5981 2005-10-02  Andreas Schwab  <schwab@suse.de>
5983         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
5984         directory component in the session info.
5986 2005-10-01  Richard M. Stallman  <rms@gnu.org>
5988         * comint.el (comint-redirect-subvert-readonly): Doc fix.
5990         * simple.el (next-error-internal): New function.
5992         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
5993         (compilation-start): Pass new arg to compilation-buffer-name.
5994         (compile-goto-error): Use next-error-internal.
5996 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
5998         * speedbar.el: Remove RCS tag.
5999         (speedbar-check-read-only): Handle non-existent files.
6001         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
6003         * info.el (Info-speedbar-hierarchy-buttons)
6004         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
6006 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6008         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
6009         Do not match newline.
6010         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
6011         (bibtex-summary): Remove unnecessary save-excursion.
6012         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
6014 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6016         * term/mac-win.el: Add charset info for "iso10646-1".
6017         Modify default fontset to use ATSUI-compatible fonts for some charsets
6018         if available.
6020 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
6022         * speedbar.el: Re-apply arch tag.
6023         (speedbar-version): Rename to version 1.0.  Suggested by Eric
6024         M. Ludlam.
6025         Reapply two changes from Emacs CVS' version of speedbar lost
6026         during the merge:
6027         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
6028         (speedbar-frame-parameters): Improve customize type.
6030 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6032         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
6033         (ange-ftp-file-directory-p): Fix the symlink case.
6034         (ange-ftp-insert-directory): When listing a single file, get a list of
6035         the parent buffer and extract the relevant line.  Inspired from a patch
6036         by Katsumi Yamaoka <yamaoka@jpl.org>.
6037         (ange-ftp-file-name-sans-versions): Simplify.
6039 2005-09-30  Bill Wohler  <wohler@newt.com>
6041         Move MH-E image files from toolbar and mail directories into
6042         etc/images.
6044         * mail/reply2.*: Move to etc/images/mail/reply*.
6046         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
6047         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
6048         etc/images.
6050         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
6051         * toolbar/reply*: Move to etc/images/mail.
6053         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
6055 2005-09-30  Eric M. Ludlam <zappo@gnu.org>
6057         * speedbar.el: New version 1.0pre3.
6059         Frame management code (including timer, and mouse click specifics)
6060         moved to dframe.el:
6061         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
6062         (speedbar-timer): Removed.  Use dframe-timer.
6063         (speedbar-close-frame): Removed.  Use dframe-close-frame.
6064         (speedbar-activity-change-focus-flag): Removed.  Use
6065         dframe-activity-change-focus-flag.
6066         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
6067         dframe-update-speed.
6069         (speedbar-current-frame): New macro.  Use this instead of the
6070         variable speedbar-frame.
6072         (speedbar-use-images, speedbar-expand-image-button-alist)
6073         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
6075         (speedbar-find-image-on-load-path): Removed.  Replaced by
6076         defezimage in ezimage.el.
6077         (speedbar-expand-image-button-alist): Removed.  Replaced by
6078         ezimage-expand-image-button-alist in ezimage.el.
6080         (speedbar-ignored-directory-regexp)
6081         (speedbar-add-ignored-directory-regexp)
6082         (speedbar-ignored-directory-expressions)
6083         (speedbar-line-directory, speedbar-buffers-line-directory)
6084         (speedbar-directory-line, speedbar-buffers-line-directory):
6085         Renamed, replacing `path' with `directory'.
6087         (speedbar-create-directory, speedbar-expand-line-descendants)
6088         (speedbar-toggle-line-expansion)
6089         (speedbar-contract-line-descendants): New commands.
6091         (speedbar-query-confirmation-method, speedbar-select-frame-method)
6092         (speedbar-use-tool-tips-flag): New options.
6094         (speedbar-check-read-only, speedbar-require-version)
6095         (speedbar-insert-separator, speedbar-buffers-tail-notes)
6096         (speedbar-handle-delete-frame, speedbar-try-completion)
6097         (speedbar-update-localized-contents): New functions.
6099         (speedbar-incompatible-version, speedbar-ro-to-do-point)
6100         (speedbar-object-read-only-indicator): New variables.
6102         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
6103         New hooks.
6105         (speedbar-separator-face): New face.
6107         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
6108         (speedbar-ignored-modes): Add fundamental-mode.
6109         (speedbar-directory-unshown-regexp): Add . directories.
6111         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
6112         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
6113         `]' for full expand/close.
6114         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
6116         (speedbar-check-vc): Support hidden files.
6117         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
6118         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
6119         state is nil, it is not checked out.
6121         (speedbar-line-text, speedbar-line-token): Support expand buttons
6122         with no text.
6123         (speedbar-refresh): Universal argument acts as power-click.
6124         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
6125         that buffer to get variable values.
6127         And many other bugfixes.
6129         * dframe.el, ezimage.el, sb-image.el: New files.
6131         * sb-*.xpm: Remove files.  New image files installed into
6132         etc/images/ezimage.
6134 2005-09-30  Kenichi Handa  <handa@m17n.org>
6136         * ps-mule.el (ps-mule-show-warning): If a character is in
6137         ps-print-translation-table, don't treat it as non-printable.
6139 2005-09-30  David Ponce  <david@dponce.com>
6141         * tree-widget.el (tree-widget-themes-load-path): New variable.
6142         (tree-widget-themes-directory): Doc fix.
6143         (tree-widget-image-formats) [Emacs]: Doc fix.
6144         (tree-widget--locate-sub-directory): New function.
6145         (tree-widget-themes-directory): Use it.
6147         * recentf.el (recentf-filename-handlers): Rename from
6148         `recentf-filename-handler'.  Allow a list of functions.
6149         (recentf-menu-items-for-commands): Fix :help strings.
6150         (recentf-apply-filename-handlers): New function.
6151         (recentf-expand-file-name): Use it.
6152         (recentf-cleanup): Remove duplicates too.
6154 2005-09-29  Juri Linkov  <juri@jurta.org>
6156         * faces.el: Rearrange face definitions to be in the same order as
6157         their face descriptions in "(emacs)Standard Faces".
6159         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
6161         * tooltip.el (tooltip): Add group `basic-faces'.
6163         * buff-menu.el (Buffer-menu-buffer): Remove group
6164         `font-lock-highlighting-faces'.
6166         * progmodes/compile.el (compilation-error, compilation-warning)
6167         (compilation-info, compilation-line-number, compilation-column-number):
6168         Change group from `font-lock-highlighting-faces' to `compilation'.
6170         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
6171         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
6172         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
6173         (vhdl-font-lock-reserved-words-face)
6174         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
6175         `font-lock-highlighting-faces'.
6177         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
6179 2005-09-28  Kim F. Storm  <storm@cua.dk>
6181         * emulation/cua-base.el: Set CUA move property on additional commands:
6182         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
6183         forward-sexp, backward-sexp, forward-list, backward-list.
6185 2005-09-28  Romain Francoise  <romain@orebokech.com>
6187         * comint.el (comint-show-output): Really set point at the
6188         beginning of the output when not using `comint-use-prompt-regexp'.
6190 2005-09-27  Jay Belanger  <belanger@truman.edu>
6192         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
6193         in TeX mode.
6195 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
6197         * textmodes/org.el (org-table-sum): Fix format string.
6199         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
6200         Quote face names.
6202 2005-09-26  Romain Francoise  <romain@orebokech.com>
6204         * isearch.el (isearch-forward-regexp): Close doc string.
6206 2005-09-25  Richard M. Stallman  <rms@gnu.org>
6208         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
6210         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
6212         * progmodes/compile.el (compilation-error-properties):
6213         When getting the file from the previous error message,
6214         correctly decode the new data format.
6216         * progmodes/cc-cmds.el (c-electric-paren):
6217         Call old-blink-paren only for close-paren.
6219 2005-09-24  Andreas Schwab  <schwab@suse.de>
6221         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
6222         condition.
6224 2005-09-25  Romain Francoise  <romain@orebokech.com>
6226         * dired-aux.el (dired-copy-file-recursive):
6227         * dired.el (dired-delete-file):
6228         * ediff-mult.el (ediff-dir-diff-copy-file):
6229         * ediff-util.el (ediff-test-save-region):
6230         * forms.el (forms-mode):
6231         * ido.el (ido-file-internal, ido-delete-file-at-head):
6232         * log-edit.el (log-edit-done):
6233         * ses.el (ses-yank-resize):
6234         * play/gomoku.el (gomoku-human-plays, gomoku)
6235         (gomoku-human-resigns, gomoku-prompt-for-other-game)
6236         (gomoku-offer-a-draw):
6237         * play/landmark.el (lm-human-resigns, lm):
6238         * net/eudcb-ldap.el (eudc-ldap-check-base):
6239         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
6240         * progmodes/ebrowse.el (ebrowse-find-pattern):
6241         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
6242         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
6243         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
6245         * vc.el (vc-delete-file):
6246         * play/gomoku.el (gomoku-terminate-game, gomoku)
6247         (gomoku-prompt-for-move, gomoku-human-takes-back):
6248         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
6249         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
6251 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
6253         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
6254         color rxvt terminals by using the code xterm.el used to use before
6255         2005-04-09 in order to match the colors used by rxvt.
6257 2005-09-24  Emanuele Giaquinta <emanuele.giaquinta@gmail.com>  (tiny change)
6259         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
6260         colors rxvt-unicode terminals by using the same code as xterm.el.
6262 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6264         * textmodes/tex-mode.el (tex-font-lock-append-prop)
6265         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
6266         new symbol used for the tex-verbatim face.
6268 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
6270         * woman.el (woman-file-name):
6271         * wid-edit.el (widget-file-prompt-value)
6272         (widget-coding-system-prompt-value):
6273         * w32-fns.el (set-w32-system-coding-system):
6274         * vc.el (vc-version-diff, vc-annotate):
6275         * textmodes/reftex-auc.el (reftex-arg-cite)
6276         (reftex-arg-index-tag):
6277         * textmodes/refer.el (refer-get-bib-files):
6278         * textmodes/artist.el (artist-figlet-choose-font):
6279         * terminal.el (terminal-emulator):
6280         * replace.el (occur-read-primary-args):
6281         * rect.el (string-rectangle, string-insert-rectangle):
6282         * ps-print.el (ps-print-preprint):
6283         * progmodes/pascal.el (pascal-goto-defun):
6284         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
6285         * progmodes/compile.el (compilation-find-file):
6286         * printing.el (pr-interactive-n-up):
6287         * play/animate.el (animate-birthday-present):
6288         * net/rcompile.el (remote-compile):
6289         * man.el (man, Man-goto-section, Man-follow-manual-reference):
6290         * mail/rmailsum.el (rmail-summary-search-backward)
6291         (rmail-summary-search):
6292         * mail/rmailout.el (rmail-output-read-rmail-file-name)
6293         (rmail-output-read-file-name):
6294         * mail/rmail.el (rmail-search, rmail-search-backwards):
6295         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
6296         * locate.el (locate):
6297         * international/quail.el (quail-show-keyboard-layout):
6298         * international/mule.el (set-buffer-file-coding-system)
6299         (revert-buffer-with-coding-system, set-file-name-coding-system)
6300         (set-terminal-coding-system, set-keyboard-coding-system)
6301         (set-next-selection-coding-system):
6302         * international/mule-diag.el (describe-coding-system)
6303         (describe-font, describe-fontset):
6304         * international/mule-cmds.el (universal-coding-system-argument)
6305         (search-unencodable-char, describe-input-method)
6306         (set-language-environment, describe-language-environment):
6307         * international/codepage.el (codepage-setup):
6308         * international/code-pages.el (codepage-setup):
6309         * info.el (Info-search, Info-follow-reference)
6310         (Info-search-backward):
6311         * emacs-lisp/advice.el (ad-read-advised-function)
6312         (ad-read-advice-class, ad-clear-cache, ad-activate)
6313         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
6314         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
6315         (ad-read-regexp):
6316         * ediff-util.el (ediff-toggle-regexp-match):
6317         * ediff-ptch.el (ediff-prompt-for-patch-file):
6318         * dired-aux.el (dired-diff):
6319         * diff.el (diff):
6320         * cus-edit.el (custom-variable-prompt):
6321         * calendar/timeclock.el (timeclock-ask-for-project):
6322         * calc/calcalg3.el (calc-get-fit-variables):
6323         * calc/calc-store.el (calc-edit-variable)
6324         (calc-permanent-variable):
6325         * vc-mcvs.el (vc-mcvs-register):
6326         * shadowfile.el (shadow-define-literal-group):
6327         * woman.el (woman-file-name):
6328         * vc.el (vc-version-diff, vc-merge):
6329         * textmodes/reftex-index.el (reftex-index-complete-tag):
6330         * format.el (format-decode-buffer, format-decode-region):
6331         * emulation/viper-cmd.el (viper-read-string-with-history):
6332         * emacs-lisp/debug.el (cancel-debug-on-entry):
6333         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6334         * ediff.el (ediff-merge-revisions)
6335         (ediff-merge-revisions-with-ancestor, ediff-revision):
6336         * completion.el (interactive-completion-string-reader):
6337         * calc/calc-prog.el (calc-user-define-formula):
6338         Follow convention for reading with the minibuffer.
6340 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
6342         * progmodes/python.el (python-describe-symbol): Add globals() and
6343         locals() to the arguments of emacs.ehelp.
6345 2005-09-24  Magnus Henoch  <mange@freemail.hu>
6347         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
6348         New function, code extracted from ispell-valid-dictionary-list.
6349         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
6350         Call it.
6352 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
6354         * subr.el (version-regexp-alist): Extend valid syntax for version
6355         strings: allow any of the characters -,_,+ to separate the
6356         alpha/beta/rc part from the version part.  Doc fix.
6357         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
6359 2005-09-23  David Reitter  <david.reitter@gmail.com>
6361         * mail/mailclient.el: New file.
6363 2005-09-23  Richard M. Stallman  <rms@gnu.org>
6365         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
6366         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
6367         Doc fixes.
6369         * progmodes/cc-mode.el (c-font-lock-init):
6370         Specify font-lock-lines-before.
6372 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6374         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
6375         whole conflict.
6377 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
6379         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
6380         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
6381         of `remap' feature when available.  Additional key bindings for
6382         better tty support.
6383         (org-mode-restart, org-force-self-insert): New commands.
6384         (org-time-stamp-inactive): New command.
6385         (org-remap): New function.
6386         (org-table-auto-blank-field, org-level-color-stars-only): New options.
6387         (org-enable-fixed-width-editor): Move to `org-structure'
6388         customization group.
6389         (org-self-insert-command, orgtbl-self-insert-command): Modify to
6390         blank field after field motion commands.
6392 2005-09-23  Kenichi Handa  <handa@m17n.org>
6394         * international/mule-cmds.el (set-language-environment):
6395         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
6396         have to call utf-translate-cjk-load-tables.
6398 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6400         * mouse.el (mouse-move-drag-overlay): Fix last change.
6402 2005-09-22  David Ponce  <david@dponce.com>
6404         * tree-widget.el (tree-widget-value-create): Fix previous change.
6406 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
6408         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
6410 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6412         * mouse.el (mouse-move-drag-overlay): New function.
6413         (mouse-drag-region-1): Use it.
6414         Try to simplify a bit the state handling.  Handle clicks on links
6415         inside intangible areas.
6416         (mouse-save-then-kill): Minor simplification.
6417         (mouse-secondary-overlay): Make it always non-nil instead of
6418         recreating it each time.
6419         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
6420         (mouse-kill-secondary, mouse-secondary-save-then-kill):
6421         Simplify accordingly.
6423 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
6425         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
6427 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
6429         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
6430         (ediff-file-name-sans-prefix): Treat nil as an empty string.
6431         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
6432         to patch.
6434         * ediff-util.el: Use insert-buffer-substring.
6436         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
6438         * emulation/viper-cmd.el (viper-change-state): Don't move over the
6439         field boundaries in the minibuffer.
6440         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
6441         (viper-minibuffer-post-command-hook): New hook.
6442         (viper-line): Don't move cursor at bolp.
6444         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
6446         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
6447         avoid compiler warnings.
6449         * emulation/viper-macs.el (ex-map): Better messages.
6451         * emulation/viper-utils.el (viper-beginning-of-field): New function.
6453         * emulation/viper.el: Replace make-variable-buffer-local with
6454         viper-make-variable-buffer-local everywhere, to avoid warnings.
6456 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6458         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
6459         Delete unused var `old-selected-window'.
6460         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
6461         (mouse-drag-secondary): Delete unused var `start-frame'.
6463 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
6465         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
6467 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6469         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
6470         Re-indent within 80 columns.  Use inhibit-read-only.
6472 2005-09-19  Romain Francoise  <romain@orebokech.com>
6474         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
6476 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6478         * font-lock.el (font-lock-default-fontify-region): Don't add a line
6479         unconditionally, since the after-change-function already did it.
6481 2005-09-19  Miles Bader  <miles@gnu.org>
6483         * net/newsticker.el: Get rid of CVS keyword.
6485 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
6487         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
6488         The prompt is formatted later.
6490 2005-09-19  David Ponce  <david@dponce.com>
6492         * tree-widget.el (tree-widget-value-create): Save the converted
6493         tree :node widget.
6495 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
6497         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
6498         variable `message'.
6500 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
6502         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
6503         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
6504         <slawomir.nowaczyk.847@student.lu.se>.
6506 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
6508         * image.el (image-load-path): Use symbol `data-directory' instead
6509         of its value, for backward compatibility with packages that bind
6510         it during `find-image'.  Suggested by Katsumi Yamaoka.
6511         (image-search-load-path): Handle symbols whose values are strings.
6513 2005-09-18  Romain Francoise  <romain@orebokech.com>
6515         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
6516         with-current-buffer form in save-excursion.
6518 2005-09-18  D Goel  <deego@gnufans.org>
6520         * apropos.el (apropos-command): Fix `message' call: first arg
6521         should be a format spec.  In this and all other cases that appear
6522         below and elsewhere in the source code, I made a change only when
6523         two conditions were satisfied: [1] I can think of a possibility
6524         that the arguments would cause an error, for example, the code in
6525         question relies on external variables such as filenames.  [2] I
6526         was sure that the arg to `message' could not have been nil in the code.
6528         * textmodes/tildify.el (tildify-region): Ditto.
6530         * textmodes/reftex-index.el (reftex-index-change-entry)
6531         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
6532         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
6533         * textmodes/org.el (org-complete, org-deadline, org-schedule)
6534         (org-priority, org-table-sum):
6535         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
6536         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
6537         (flyspell-word, flyspell-display-next-corrections):
6538         * textmodes/bibtex.el (bibtex-print-help-message):
6539         * textmodes/artist.el (artist-key-set-point-poly):
6540         * term/mac-win.el (mac-services-insert-text):
6541         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
6542         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
6543         (vhdl-port-paste-testbench, vhdl-compose-new-component)
6544         (vhdl-compose-configuration):
6545         * progmodes/sh-script.el (sh-blink, sh-show-indent)
6546         (sh-set-indent, sh-learn-line-indent):
6547         * progmodes/ps-mode.el (ps-mode-target-column):
6548         * progmodes/idlwave.el (idlwave-make-tags)
6549         (idlwave-scan-library-catalogs):
6550         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
6551         * progmodes/gud.el (gud-jdb-analyze-source):
6552         * progmodes/flymake.el (flymake-log):
6553         * progmodes/ebnf2ps.el (ebnf-generate-region):
6554         * progmodes/cmacexp.el (c-macro-expansion):
6555         * progmodes/ada-xref.el (ada-treat-cmd-string):
6556         * progmodes/ada-mode.el (ada-create-case-exception-substring)
6557         (ada-justified-indent-current, ada-batch-reformat):
6558         * play/zone.el (zone):
6559         * play/landmark.el (lm-move):
6560         * play/decipher.el (decipher-show-alphabet):
6561         * net/newsticker.el (newsticker--display-jump)
6562         (newsticker--display-scroll):
6563         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
6564         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
6565         * mail/feedmail.el (feedmail-dump-message-to-queue):
6566         * eshell/esh-proc.el (eshell-remove-process-entry):
6567         * emulation/ws-mode.el (ws-last-error):
6568         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
6569         (viper-record-kbd-macro):
6570         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
6571         * emacs-lisp/lisp-mnt.el (lm-report-bug):
6572         * emacs-lisp/find-func.el (find-function-noselect):
6573         * calendar/timeclock.el (timeclock-status-string)
6574         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
6575         (timeclock-when-to-leave-string):
6576         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
6577         * calc/calc-units.el (calc-enter-units-table):
6578         * calc/calc-mode.el (calc-mode-record-mode):
6579         * woman.el (woman-mini-help):
6580         * wdired.el (wdired-change-to-wdired-mode):
6581         * vc.el (vc-retrieve-snapshot):
6582         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
6583         * startup.el (display-startup-echo-area-message):
6584         * simple.el (set-goal-column):
6585         * ses.el (ses-command-hook, ses-recalculate-cell):
6586         * server.el (server-process-filter):
6587         * printing.el (pr-interface-txt-print, pr-interface-printify)
6588         (pr-interface-ps):
6589         * pcvs.el (cvs-help):
6590         * log-edit.el (log-edit, log-edit-mode-help):
6591         * iswitchb.el (iswitchb-possible-new-buffer):
6592         * isearch.el (isearch-edit-string):
6593         * image-mode.el (image-mode, image-minor-mode):
6594         * ibuf-macs.el (define-ibuffer-filter):
6595         * hi-lock.el (hi-lock-find-patterns):
6596         * files.el (toggle-read-only):
6597         * ediff-util.el (ediff-copy-diff)
6598         (ediff-write-merge-buffer-and-maybe-kill):
6599         * echistory.el (Electric-history-undefined):
6600         * dnd.el (dnd-insert-text):
6601         * dired-aux.el (dired-query):
6602         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
6603         * bookmark.el (bookmark-bmenu-locate):
6604         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
6605         Fix `message' calls to ensure first arg is a format string.
6606         The change was made only when these two conditions were satisfied:
6607         [1] when there is a possibility that the arguments would cause an error
6608         for example, if the code in question relies on external variables
6609         such as filenames, and
6610         [2] if the arg to `message' could not have been nil in the code.
6612         * pcomplete.el (pcomplete--help): Fix `message' format spec.
6613         Not having a %s would be weird, though not technically wrong.
6615 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6617         * term/mac-win.el (mac-add-charset-info): Doc fix.
6619 2005-09-17  Romain Francoise  <romain@orebokech.com>
6621         * shell.el (shell-resync-dirs): Handle echoing processes more
6622         reliably.  Don't insert resync command if `comint-process-echoes'
6623         is non-nil.
6625 2005-09-17  Magnus Henoch  <mange@freemail.hu>
6627         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
6628         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
6629         aspell versions >= 0.60.
6630         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
6631         only if ispell-aspell-supports-utf8 is non-nil.
6633 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6635         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
6636         buffer-local value to lisp-indent-function.
6638 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
6640         * progmodes/glasses.el (glasses-make-readable): If
6641         glasses-separator differs from underscore, put appropriate
6642         overlays over underscore characters.
6643         (glasses-convert-to-unreadable): If glasses-separator differs from
6644         underscore, try to convert glasses-separator characters to
6645         underscores.
6647 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6649         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
6650         Use with-syntax-table and dolist.
6652 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
6654         * textmodes/reftex-auc.el:
6655         * textmodes/reftex-cite.el:
6656         * textmodes/reftex-dcr.el:
6657         * textmodes/reftex-global.el:
6658         * textmodes/reftex-parse.el:
6659         * textmodes/reftex-ref.el:
6660         * textmodes/reftex-sel.el:
6661         * textmodes/reftex-toc.el:
6662         * textmodes/reftex-vars.el:
6663         * textmodes/reftex.el: Small changes to remove compiler warnings.
6665         * textmodes/reftex-index.el: Likewise.
6666         (reftex-query-index-phrase): More efficient use of markers.
6668 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
6670         * image.el (image-load-path): New variable.
6671         (image-search-load-path): New function.
6672         (find-image): Search for images in `image-load-path'.
6674 2005-09-15  Richard M. Stallman  <rms@gnu.org>
6676         * follow.el: Change Maintainer field.
6678 2005-09-15  David Ponce  <david@dponce.com>
6680         * recentf.el (recentf-save-file-modes): New option.
6681         (recentf-save-list): Use it.
6683 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
6685         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
6686         (mode-line-mule-info, mode-line-modified): Move bindings from
6687         mouse-3 to mouse-1.
6689 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
6691         * simple.el (sendmail-user-agent-compose): Revert last change.
6693 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6695         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
6696         Use with-current-buffer.
6697         (ange-ftp-gwp-start): Remove unused var `gw-user'.
6698         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
6699         (ange-ftp-insert-directory): Remove unused var `short'.
6700         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
6702         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
6703         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
6705         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
6706         (check-calendar-holidays, diary-list-entries): Autoload.
6707         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
6708         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
6710         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
6711         which mistakenly removed a call to display-buffer.
6713 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
6715         * obsolete/iso-insert.el: Move to obsolete/ from international/.
6717 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
6719         * progmodes/hideshow.el
6720         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
6721         (hs-allow-nesting): New user var.
6722         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
6723         (hs-hide-block-at-point): When nesting allowed,
6724         if there is already an overlay in place, delete it.
6725         (hs-safety-is-job-n): Delete func; remove call sites.
6726         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
6727         (hs-overlay-at): New func.
6728         (hs-already-hidden-p, hs-show-block): Use it.
6729         (hs-hide-all): Don't pre-clean if nesting allowed.
6730         (hs-show-all): Temporarily disallow
6731         nesting around call to `hs-discard-overlays'.
6733 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
6735         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
6736         Delete unused local var.
6738 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
6740         * help-fns.el (describe-categories): "?\ " -> "?\s".
6741         (help-do-arg-highlight): Recognize also ARG-n, as in
6742         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
6744         * international/codepage.el (dos-unsupported-char-glyph):
6745         * net/newsticker.el (tool-bar-map, w3-mode-map)
6746         (w3m-minor-mode-map):
6747         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
6748         (ent-alist):
6749         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
6751 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
6753         * custom.el (custom-push-theme): Handle the case where a symbol is
6754         bound but face properties have not yet been assigned.
6756         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
6757         Fix behavior if noerase is `t' and there is no mail buffer.
6759         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
6760         if `continue' is nil, rather than signal an error.
6762 2005-09-12  Richard M. Stallman  <rms@gnu.org>
6764         * font-lock.el (font-lock-keywords): Add autoload.
6766         * help-fns.el (describe-variable): Rearrange to put source link
6767         in a predictable place.
6769         * net/newsticker.el: New file.
6771 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6773         * calendar/calendar.el (calendar-for-loop): Add edebug info.
6774         (calendar-basic-setup): Use the new nil arg.
6775         (number-of-diary-entries): Move to diary-lib.el.
6777         * calendar/diary-lib.el: Use with-current-buffer, match-string.
6778         (diary-list-entries): Use with-syntax-table and dolist.
6779         Rename from list-diary-entries.
6780         Use number-of-diary-entries if `number' is nil.
6781         (diary, diary-view-entries): Use this new name and new nil arg value.
6782         (number-of-diary-entries): Move from calendar.el.
6783         (diary-unhide-everything): New function.
6784         (include-other-diary-files, fancy-diary-display)
6785         (diary-show-all-entries, make-diary-entry): Use it.
6786         (diary-mail-entries): Use buffer-string.
6787         (mark-diary-entries): Fix long standing paren typo.
6788         (diary-sexp-entry): Use count-lines.
6789         (make-diary-entry): Avoid `previous-line'.
6790         (diary-mode-map): New var.
6791         (diary-mode): Redraw cal after saving.  Setup header-line.
6792         (fancy-diary-display-mode): Use local-set-key.
6794         * startup.el (command-line): Try calling various terminal-init-foo-bar
6795         functions by stripping hyphenated suffixes from $TERM.
6797         * files.el (normal-mode): Check boundness of font-lock-keywords.
6799 2005-09-12  Richard M. Stallman  <rms@gnu.org>
6801         * progmodes/compile.el: Don't decide a file's directory
6802         until the user actually tries to go there.
6803         (compilation-next-error-function):
6804         Pass compilation-find-file the directory from the file-struct.
6805         (compilation-internal-error-properties): Separate local FILE-STRUCT
6806         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
6807         (compilation-find-file): Arg DIR renamed to DIRECTORY.
6808         Expand it, and if nil, use default-directory.
6809         (compilation-get-file-structure): Don't mix specified directory
6810         with default directory.  Put specified directory into
6811         file-struct.  Don't make the file name absolute.
6813         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
6814         (compile-command): Add autoload.
6815         (compilation-disable-input): Add autoload.
6817 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
6819         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
6820         strings of the variables it can override.
6821         (time-stamp): New (as yet undocumented) time-stamp-format escapes
6822         %Q and %q, for fully-qualified domain name and unqualified host name.
6824 2005-09-11  Kim F. Storm  <storm@cua.dk>
6826         * emacs-lisp/authors.el (authors-aliases): Update list.
6827         (authors-fixed-entries): Update mldrag.el entry.
6829 2005-09-10  Alan Mackenzie  <acm@muc.de>
6831         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
6832         from the region narrowed to.
6834 2005-09-10  Magnus Henoch  <mange@freemail.hu>
6836         * textmodes/ispell.el (ispell-check-version): Signal an error if
6837         aspell version is less than 0.60.
6839 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
6841         * progmodes/octave-inf.el (inferior-octave-startup):
6842         Resync current dir at the end.
6844 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
6846         * woman.el (woman-topic-at-point-default):
6847         Rename to woman-use-topic-at-point-default.
6848         (woman-topic-at-point): Rename to woman-use-topic-at-point.
6849         (woman-file-name): Reflect renames above.  Automatically use the
6850         word at point as topic if woman-use-topic-at-point is non-nil.
6851         Otherwise offer it as default but don't insert it in the
6852         minibuffer.  Also use `test-completion' instead of `assoc' as
6853         suggested by Stefan Monnier.
6855 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
6857         * vc.el (vc-directory, vc-update-change-log): Throw an error on
6858         the attempt to do it over Tramp.  This is not yet supported.
6860 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
6862         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
6863         (menu-bar-non-minibuffer-window-p): New functions.
6864         ("Split Window", "Save As..."): Use them.
6865         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
6866         ("Print Buffer", "Truncate Long Lines in this Buffer"):
6867         Use menu-bar-menu-frame-live-and-visible-p.
6868         ("Save Buffer", "Insert File", "Open Directory...")
6869         ("Open File...", "Visit New File..."):
6870         Use menu-bar-non-minibuffer-window-p.
6871         (kill-this-buffer-enabled-p, dired <menu-enable>):
6872         Use menu-bar-non-minibuffer-window-p.
6874 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
6876         * cus-start.el (all): Don't complain about fringe-related
6877         built-ins if fringes are not supported.  Ditto about
6878         selection-related built-ins.  Fix the test for GTK-related built-ins.
6880         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
6881         ("Postscript Print Buffer", "Print Region", "Save As...")
6882         ("Save", "Insert File...", "Open Directory...")
6883         ("Open File...", "Visit New File..."")
6884         ("Truncate Long Lines in this Buffer"): Don't look at
6885         menu-updating-frame if this display does not support multiple frames.
6887 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
6889         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
6891 2005-09-09  Emilio Lopes  <eclig@gmx.net>
6893         * woman.el: Format- and whitespace-related changes.
6895 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
6897         * woman.el: Fix my email address.
6899 2005-09-08  Richard M. Stallman  <rms@gnu.org>
6901         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
6902         (sh-mode): Locally set skeleton-pair-default-alist.
6904         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
6906         * progmodes/flymake.el: Require `compile' unconditionally.
6908         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
6910         * woman.el (woman-file-name): Provide a default, not initial input.
6912         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
6914         * font-lock.el (font-lock-support-mode): Doc fix.
6916         * descr-text.el (describe-property-list): Handle non-symbol prop names.
6918 2005-09-08  Richard M. Stallman  <rms@gnu.org>
6920         * simple.el (blink-matching-open): Get rid of text props from
6921         the string shown in echo area.  Don't permanently set point.
6922         Some rearrangements.
6924 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
6926         * recentf.el (recentf-filename-handler): Add custom choice
6927         `abbreviate-file-name'.
6929         * msb.el (msb--very-many-menus): Fix typo.
6931         * disp-table.el (standard-display-european): Don't set
6932         enable-multibyte-characters to nil.
6934 2005-09-08  David Ponce  <david@dponce.com>
6936         * recentf.el (recentf-show-file-shortcuts-flag): New option.
6937         (recentf-expand-file-name): Doc fix.
6938         (recentf-dialog-mode-map): Define digit shortcuts.
6939         (recentf--files-with-key): New variable.
6940         (recentf-show-digit-shortcut-filter): New function.
6941         (recentf-open-files-items): New function.
6942         (recentf-open-files): Use it.
6943         (recentf-open-file-with-key): New command.
6945 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
6947         * buff-menu.el (Buffer-menu-sort-by-column): New function.
6948         Suggested by Kim F. Storm.
6949         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
6950         (Buffer-menu-make-sort-button): Use global keymap.
6952 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
6954         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
6955         (Man-getpage-in-background-advice): Remove defadvice; it isn't
6956         necessary any longer with the remapped command.
6957         (Man-bgproc-sentinel-advice): Remove defadvice which counts
6958         formatting time only.
6960         * net/tramp.el (tramp-action-password)
6961         (tramp-multi-action-password): Compile the password prompt from
6962         `method', `user' and `host'.  Sometimes it isn't obvious which
6963         password to enter, for example with remote files offered by
6964         recentf.el, or with multiple steps.  Suggested by Robert Marshall
6965         <robert@chezmarshall.freeserve.co.uk>.
6967 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6969         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6970         Fix regexp for when "s///" is at the beginning of line.
6972 2005-09-07  Jay Belanger  <belanger@truman.edu>
6974         * calc/calc-poly.el (math-expand-term): Multiply out any powers
6975         when in matrix mode.
6977 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6979         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
6980         non-anonymous functions.
6982 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
6984         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
6985         when using a header line.  Otherwise, use mouse-1-click-follows-link.
6987         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
6988         can't be moved; don't signal an error.
6990 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
6992         * cus-theme.el (custom-theme-write-faces): Save the current face
6993         spec, not the defface spec.
6995         * custom.el (custom-known-themes): Clarify meaning of "standard".
6996         (custom-push-theme): Save old values in the standard theme.
6997         (disable-theme): Correct typo.
6998         (custom-face-theme-value) Deleted unused function.
6999         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
7001 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7003         * progmodes/compile.el (compilation-goto-locus): Take into account
7004         iconified frames when determining whether the buffer is
7005         already visible.
7006         Don't reset window height if the window already existed.
7008 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
7010         * custom.el (load-theme): Rename from require-theme.
7011         Add interactive spec.
7012         (enable-theme): Rename from custom-enable-theme.
7013         Add interactive spec.
7014         (disable-theme): Rename from custom-disable-theme.
7015         Add interactive spec.
7016         (custom-make-theme-feature): Doc fix.
7017         (custom-theme-directory): Doc fix.
7018         (provide-theme): Call enable-theme.
7020 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7022         * obsolete/lazy-lock.el (lazy-lock-mode):
7023         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
7024         font-lock-mode if it's off.  Print a warning instead.
7026         * progmodes/compile.el (compilation-start): Ignore errors if the
7027         process died before we get to send-eof.
7029         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
7030         Undo last change.  Enclosing the result in quotes broke things on Unix
7031         since tex-send-command passes it through shell-quote-argument.
7032         (tex-send-command): Pass `file' through convert-standard-filename
7033         when possible.
7034         (tex-uptodate-p): Handle the case where TeX hasn't put additional
7035         info in a transcript.
7037 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
7039         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
7040         fix compilation warning. Reorder the key definitions to group
7041         together keys emitted by the current version of xterm.
7043         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
7044         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
7045         Reorder predicates to correct min-color usage.
7047 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
7049         * longlines.el (longlines-mode): Inhibit read-only when encoding.
7050         Kill local variables when longlines-mode is turned off.
7052 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7054         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
7056         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
7058         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
7060         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
7061         (font-lock-lines-before): Change default to being inactive.
7062         (font-lock-default-fontify-region): Obey font-lock-lines-before.
7063         (font-lock-after-change-function): Don't handle f-l-lines-before here.
7065 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
7067         * net/tramp.el (tramp-handle-make-auto-save-file-name):
7068         Deactivate temporarily advice if active (not needed for Emacs 22,
7069         but for backwards compatibility).
7070         (tramp-exists-file-name-handler): Rewrite.  First implementation
7071         was too simple.
7072         (tramp-advice-make-auto-save-file-name):
7073         Call `tramp-handle-make-auto-save-file-name' (again, just for
7074         backwards compatibility).
7076 2005-08-31  Reto Zimmermann  <reto@gnu.org>
7078         * progmodes/vhdl-mode.el
7079         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
7080         (vhdl-end-p): Fix indentation bug "else" after "-- when".
7081         (vhdl-set-default-project): New function (easier setting of default).
7082         (vhdl-port-copy): Handle extended identifiers for generics.
7083         (vhdl-compiler-alist): Better description for error message regexp.
7084         (vhdl-make): Query for target, use previous as default.
7085         (vhdl-port-copy): Fix port copy for port names starting with "signal".
7086         (vhdl-font-lock-keywords-2): Fix fontification for record
7087         el. assign.
7088         (vhdl-speedbar-make-subpack-line): Add package body link.
7089         (vhdl-generate-makefile-1): Not include itself as dependency.
7090         (vhdl-font-lock-init): Highlight c-preprocessor directives.
7091         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
7092         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
7093         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
7094         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
7095         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
7096         (vhdl-import-project): Add string argument for `error'.
7097         (vhdl-compose-configuration)
7098         (vhdl-compose-configuration-architecture): Add configuration
7099         declaration generation.
7100         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
7101         (vhdl-trailer-re): Add "record" keyword (better indentation).
7102         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
7103         "[^ \t-\"]+".
7104         (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
7105         (vhdl-testbench-entity-file-name)
7106         (vhdl-testbench-architecture-file-name): Allow separate
7107         customization of testbench file names.
7108         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
7109         (vhdl-get-visible-signals): Allow newline within alias declaration.
7110         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
7111         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
7112         (member-ignore-case): Alias for missing function in XEmacs.
7113         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
7114         (vhdl-update-sensitivity-list): Ignore case on read signals.
7115         (vhdl-replace-string): Adjust case only for file names.
7116         (vhdl-update-sensitivity-list): Fix search for read signals.
7117         (vhdl-update-sensitivity-list): Exclude formal parameters.
7118         (vhdl-get-visible-signals): Include aliases of signals.
7119         (vhdl-get-visible-signals): Fix signal name searching.
7120         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
7121         (vhdl-fixup-whitespace-region): Fix for character
7122         literals (e.g. ':').
7124 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7126         * ansi-color.el (comint-last-output-start):
7127         * bs.el (font-lock-verbose):
7128         * diff-mode.el (add-log-buffer-file-name-function):
7129         * dired-x.el (vm-folder-directory):
7130         * faces.el (help-xref-stack-item):
7131         * files.el (font-lock-keywords):
7132         * find-lisp.el (dired-buffers, dired-subdir-alist):
7133         * ido.el (cua-inhibit-cua-keys):
7134         * log-view.el (cvs-minor-wrap-function):
7135         * outline.el (font-lock-warning-face):
7136         * simple.el (compilation-current-error):
7137         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
7138         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
7139         * tooltip.el (comint-prompt-regexp):
7140         * w32-fns.el (explicit-shell-file-name):
7141         * term/mac-win.el (mac-charset-info-alist)
7142         (mac-services-selection, mac-system-script-code):
7143         * term/tty-colors.el (msdos-color-values):
7144         * term/w32-win.el (xlfd-regexp-registry-subnum):
7145         * term/x-win.el (x-keysym-table, x-selection-timeout)
7146         (x-session-id, x-session-previous-id):
7147         * textmodes/ispell.el (mail-yank-prefix):
7148         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
7149         * textmodes/org.el (calc-embedded-close-formula)
7150         (calc-embedded-open-formula)
7151         (font-lock-unfontify-region-function):
7152         * textmodes/reftex-global.el (isearch-next-buffer-function)
7153         (TeX-master):
7154         * textmodes/reftex.el (font-lock-keywords):
7155         * textmodes/tex-mode.el (font-lock-comment-face)
7156         (font-lock-doc-face):
7157         * textmodes/texinfo.el (outline-heading-alist):
7158         Add defvars.
7160         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
7161         (artist-spray-chars, artist-mode-init, artist-replace-string)
7162         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
7163         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
7164         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
7166         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
7167         (conf-align-assignments): "?\ " -> "?\s".
7169         * textmodes/reftex-index.el (TeX-master): Add defvar.
7170         (reftex-index-phrases-marker): Move up defvar.
7172         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
7173         (reftex-toc-include-labels-indicator)
7174         (reftex-toc-include-index-indicator)
7175         (reftex-toc-max-level-indicator): Move up declarations.
7177         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
7178         of args to `tramp-run-real-handler', even if it's empty in this case.
7180 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7182         * dired.el (dired-move-to-filename-regexp): Add date format for
7183         Mac OS X 10.3 in East Asian locales.
7185 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
7187         * files.el (make-auto-save-file-name): Add file name handler call
7188         if applicable.
7190         * net/tramp.el (tramp-file-name-handler-alist)
7191         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
7192         (tramp-handle-make-auto-save-file-name): Rename from
7193         `tramp-make-auto-save-file-name'.
7194         (tramp-exists-file-name-handler): New defun.
7195         (tramp-advice-make-auto-save-file-name): Make defadvice only when
7196         `make-auto-save-file-name' is not a magic file name operation.
7198 2005-08-30  Richard M. Stallman  <rms@gnu.org>
7200         * files.el (risky-local-variable-p):
7201         Match `-predicates' and `-commands.
7203         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
7204         (custom-save-all): Visit the file if necessary;
7205         kill the buffer if we created it.
7206         (custom-save-delete): Don't visit file or kill buffer here.
7208 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
7210         * textmodes/org.el (org-special-keyword): New face.
7211         (org-table-copy-down, org-table-eval-formula)
7212         (org-table-recalculate, org-init-section-numbers):
7213         Use `string-to-number' instead of `string-to-int'.
7214         (org-get-location): Use `insert-buffer-substring' instead of
7215         `insert-buffer'.
7216         (org-modify-diary-entry-string): New function.
7217         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
7218         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
7219         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
7220         active region.
7221         (org-export-as-html): Handle QUOTE keyword.
7222         (org-quote-string): New option.
7223         (org-bookmark-jump-unhide): New function, used for
7224         `bookmark-after-jump-hook'.
7225         (org-diary-default-entry): Apply only when not called through
7226         `org-agenda'.
7228 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
7230         * net/eudc.el (mode-popup-menu):
7231         * play/handwrite.el (ps-printer-name, ps-lpr-command):
7232         * progmodes/ada-mode.el (compile-auto-highlight)
7233         (skeleton-further-elements):
7234         * progmodes/autoconf.el (font-lock-syntactic-keywords):
7235         * progmodes/cmacexp.el (msdos-shells):
7236         * progmodes/compile.el (font-lock-extra-managed-props)
7237         (font-lock-keywords, font-lock-maximum-size)
7238         (font-lock-support-mode):
7239         * progmodes/grep.el (font-lock-lines-before):
7240         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
7241         * progmodes/mixal-mode.el (compile-command):
7242         * progmodes/perl-mode.el (font-lock-comment-face)
7243         (font-lock-doc-face, font-lock-string-face):
7244         * progmodes/prolog.el (comint-prompt-regexp):
7245         * progmodes/sh-script.el (font-lock-comment-face)
7246         (font-lock-set-defaults, font-lock-string-face):
7247         * progmodes/sql.el (font-lock-keyword-face)
7248         (font-lock-set-defaults, font-lock-string-face):
7249         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
7250         (itimer-version, lazy-lock-defer-contextually)
7251         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
7252         Add defvars.
7254         * progmodes/cperl-mode.el (cperl-electric-lbrace)
7255         (cperl-electric-keyword, cperl-electric-pod)
7256         (cperl-electric-backspace, cperl-forward-re)
7257         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
7258         (vc-rcs-header, vc-sccs-header): Add defvars.
7260         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
7261         (font-lock-syntactic-keywords, gud-find-expr-function):
7262         Add defvars.
7264         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
7265         (gdb-frame-parameters): Declare before use.
7267         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
7268         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
7269         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
7270         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
7272         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
7273         (idlwave-help-with-source): Use `insert-buffer-substring', not
7274         `insert-buffer'.
7276 2005-08-29  Juri Linkov  <juri@jurta.org>
7278         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
7279         Put outline-back-to-heading function call inside save-excursion.
7281 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
7283         * man.el (Man-init-defvars, Man-translate-references)
7284         (Man-support-local-filenames, Man-highlight-references):
7285         * progmodes/sql.el (sql-interactive-mode):
7286         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
7288         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
7289         (compilation-mode-font-lock-keywords): Add defvars.
7290         (checkdoc-interactive-loop): "?\ " -> "?\s".
7292         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
7293         (font-lock-doc-face, font-lock-string-face)
7294         (font-lock-keywords-case-fold-search): Add defvars.
7295         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
7297         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
7298         Don't pass X and Y (they are ignored anyway).
7299         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
7300         (mouse-delete-window): Make arguments optional.
7302         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
7303         (caesar-translate-table, minor-modes, news-buffer-save)
7304         (news-group-name, news-minor-modes): Add defvars.
7306         * emacs-lisp/lselect.el (mouse-highlight-priority)
7307         (x-lost-selection-functions, zmacs-regions):
7308         * emacs-lisp/pp.el (font-lock-verbose):
7309         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
7310         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
7311         (ses-mode-map):
7312         * emacs-lisp/tcover-unsafep.el (safe-functions):
7313         * international/mule-cmds.el (mac-system-coding-system)
7314         (mac-system-locale):
7315         * language/ethio-util.el (rmail-current-message)
7316         (rmail-message-vector):
7317         * language/thai-util.el (thai-auto-composition-mode):
7318         * mail/metamail.el (rmail-current-message, rmail-message-vector):
7319         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
7320         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
7321         (vm-primary-inbox, vm-spool-files):
7322         * mail/rmail.el (deleted-head, font-lock-fontified)
7323         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
7324         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
7325         (total-messages):
7326         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
7327         (rmail-summary-mode-map):
7328         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
7329         (rmail-last-label, rmail-last-multi-labels)
7330         (rmail-summary-vector, rmail-total-messages):
7331         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
7332         * mail/rmailsum.el (msgnum):
7333         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
7334         (rmail-current-message):
7335         * obsolete/fast-lock.el (font-lock-face-list):
7336         * obsolete/rnewspost.el (mail-reply-buffer):
7337         * obsolete/scribe.el (compile-command):
7338         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
7340 2005-08-28  John Paul Wallington  <jpw@gnu.org>
7342         * ibuf-ext.el (ibuffer-auto-update-changed):
7343         Use `frame-or-buffer-changed-p' to check whether we need to update.
7344         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
7345         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
7346         as a `frame-or-buffer-changed-p' state vector instead.
7348 2005-08-27  Romain Francoise  <romain@orebokech.com>
7350         * textmodes/makeinfo.el (makeinfo-compile):
7351         Use `compilation-start'.  Set `next-error-function' according to
7352         `disable-errors'.
7353         (makeinfo-next-error): New function.
7354         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
7355         (makeinfo-buffer): Likewise.
7357         * progmodes/compile.el (compilation-start): Add autoload cookie.
7359         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
7360         * textmodes/sgml-mode.el: Likewise.
7361         * progmodes/python.el: Likewise.
7363 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
7365         * simple.el (blink-matching-paren-distance): Document the meaning
7366         of nil value, and allow to customize to nil.
7368         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
7369         command.com, not command.exe.
7371 2005-08-26  John Wiegley  <johnw@newartisans.com>
7373         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
7374         code around a bit so that an extraneous nil argument is not added
7375         to a command when no args are given.
7377         * eshell/esh-arg.el (eshell-parse-double-quote): If a
7378         double-quoted argument resolves to nil, return it as an empty
7379         string rather than as nil.  This made it impossible to pass "" to
7380         a shell script as a null string argument.
7382 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7384         * outline.el (outline-invent-heading): New fun.
7385         (outline-promote, outline-demote): Use it.
7386         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
7387         (outline-end-of-subtree): Remove unused var `opoint'.
7389 2005-08-26  David Reitter  <david.reitter@gmail.com>
7391         * menu-bar.el (truncate-lines, write-file, print-buffer)
7392         (ps-print-buffer-faces, ps-print-buffer, split-window):
7393         Disable menu items when the frame they refer to is invisible, or when
7394         they refer to a buffer and the minibuffer is selected.
7396 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
7398         * progmodes/flymake.el (flymake-highlight-err-lines):
7399         Use save-excursion around flymake-highlight-line to preserve point.
7401 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
7403         * progmodes/octave-mod.el: Change Author and Maintainer address.
7404         (octave-maintainer-address): Change Kurt's email address.
7405         * progmodes/octave-inf.el: Change Author and Maintainer address.
7406         * progmodes/octave-hlp.el: Change Author and Maintainer address.
7408 2005-08-26  Kim F. Storm  <storm@cua.dk>
7410         * subr.el (version-list-<, version-list-<=, version-list-=):
7411         Rename from integer-list-*.
7412         (version-list-not-zero): Likewise.  Fix while loop.
7413         (version=): Use version-list-= instead of string-equal.
7415 2005-08-26  Richard M. Stallman  <rms@gnu.org>
7417         * outline.el (outline-promote): Try shortening the heading.
7418         As last resort, read the heading to use.
7419         (outline-demote): As last resort, read the heading to use.
7421 2005-08-26  Romain Francoise  <romain@orebokech.com>
7423         * progmodes/compile.el (compilation-start): Doc fix.
7425         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
7426         (antlr-font-lock-additional-keywords): Fix reference to
7427         `antlr-font-lock-literal-regexp' erroneously changed during the
7428         mass face rename.
7429         (antlr-run-tool): Use `compilation-start'.
7431         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
7432         instead of the obsolete `compile-internal'.
7434 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
7436         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
7437         (number, original-date):
7438         * calendar/cal-china.el (date):
7439         * calendar/cal-coptic.el (date):
7440         * calendar/cal-french.el (date):
7441         * calendar/cal-hebrew.el (date, entry, number, original-date):
7442         * calendar/cal-islam.el (date, number, original-date):
7443         * calendar/cal-iso.el (date):
7444         * calendar/cal-julian.el (date):
7445         * calendar/cal-mayan.el (date):
7446         * calendar/cal-menu.el (date, event):
7447         * calendar/cal-persia.el (date):
7448         * calendar/lunar.el (date):
7449         * calendar/solar.el (date): Add defvars.
7451         * emerge.el:
7452         * ibuffer.el:
7453         * info-xref.el:
7454         * obsolete/bg-mouse.el:
7455         * obsolete/sun-curs.el:
7456         * obsolete/swedish.el: Move the `defvar's to the top level.
7458         * smerge-mode.el (smerge-refined-change): Add :group.
7460 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7462         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
7463         (smerge-keep-n): Remove props.
7464         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
7465         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
7466         now that it's done in smerge-keep-n.
7467         (smerge-refined-change): New face.
7468         (smerge-refine-chopup-region, smerge-refine-highlight-change)
7469         (smerge-refine): New funs.
7470         (smerge-basic-map): Bind smerge-refine.
7472 2005-08-25  Juri Linkov  <juri@jurta.org>
7474         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
7475         compilation-process-setup-function and compilation-disable-input
7476         in grep-mode instead of let-bindings in grep.
7478         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
7479         Delete "Automatic File De/compression" (auto-compression-mode).
7481 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
7483         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
7484         Silence warning about non-existent variable.
7486 2005-08-25  Richard M. Stallman  <rms@gnu.org>
7488         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
7489         Rename "Describe Key" to "Describe Key or Mouse Operation".
7491         * mail/mailalias.el (build-mail-aliases): Delete comments
7492         from the contents before processing them.
7494         * isearch.el (isearch-edit-string): Erase the Search prompt
7495         if user enters an empty string and there is no default.
7497         * comint.el (comint-file-name-prefix): Add autoload.
7499 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
7501         * subr.el (play-sound): Rearrange to avoid warning.
7503 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
7505         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
7506         New hook.
7507         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
7509 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7511         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
7513         * custom.el (custom-theme-set-variables): Sort minor modes last.
7515 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7517         * subr.el (version-separator, version-regexp-alist): New vars used by
7518         version comparison funs.
7519         (integer-list-<, integer-list-=, integer-list-<=)
7520         (integer-list-not-zero): New funs for integer list comparison.
7521         (version-to-list, version=, version<, version<=): New funs for version
7522         comparison.
7524 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
7526         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
7527         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
7528         time to silence the byte-compiler.
7530         * ibuffer.el (ibuffer-compile-make-eliding-form)
7531         (ibuffer-check-formats): Use `with-no-warnings' to hide references
7532         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
7533         so it's silly to get warnings for it).
7534         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
7535         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
7536         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
7537         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
7538         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
7539         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
7540         Defvar at compile time.
7541         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
7542         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
7543         Declare them before use.
7545         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
7546         (info-xref-good, info-xref-bad): Defvar at compile time.
7548         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
7549         Use `let*' instead of `let'.
7551         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
7552         (*mouse-y*, menu, char): Defvar at compile time.
7553         (sc::menu): Declare it before use.
7554         (sc::pack-one-line): Use `let', not `let*'.
7556         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
7557         (mail-send-hook): Defvar at compile time.
7559         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
7560         Defvar at compile time.
7562         * term/sun-mouse.el (current-global-mousemap)
7563         (current-local-mousemap): Declare them before use.
7565 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
7567         * bookmark.el (bookmark-after-jump-hook): New hook.
7568         (bookmark-jump): Run `bookmark-after-jump-hook'.
7570 2005-08-23  Juri Linkov  <juri@jurta.org>
7572         * faces.el (minibuffer-prompt): Doc fix.
7574 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
7576         * progmodes/xscheme.el: Trivial changes to silence warnings.
7577         (xscheme-previous-mode, xscheme-previous-process-state):
7578         Add defvars.
7579         (xscheme-last-input-end, xscheme-process-command-line)
7580         (xscheme-process-name, xscheme-buffer-name)
7581         (xscheme-expressions-ring-max, xscheme-expressions-ring)
7582         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
7583         (xscheme-control-g-synchronization-p)
7584         (xscheme-control-g-disabled-p, xscheme-string-receiver)
7585         (default-xscheme-runlight, xscheme-runlight)
7586         (xscheme-runlight-string, xscheme-process-filter-state)
7587         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
7588         Move to beginning of file.
7589         (scheme-interaction-mode-commands-alist)
7590         (scheme-interaction-mode-map, scheme-debugger-mode-map):
7591         Declare them before use.  Note: the initialization code for the variables
7592         has not been moved because it uses functions that reference the variables.
7593         (xscheme-control-g-message-string, xscheme-process-filter-alist)
7594         (xscheme-prompt-for-expression-map): Declare them before use.
7595         (scheme-debugger-mode-commands): "?\ " -> "?\s".
7597 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
7599         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
7601 2005-08-22  Juri Linkov  <juri@jurta.org>
7603         * faces.el (set-face-underline): Delete this duplicate function
7604         and make an obsolete alias to set-face-underline-p.
7605         (set-face-underline-p): Use docstring of set-face-underline.
7606         (describe-face): Create hyperlink to parent face.
7608         * info.el (Info-insert-dir): Use save-excursion around
7609         insert-buffer-substring.
7610         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
7611         (Info-escape-percent): Delete function.
7612         (Info-fontify-node): Replace Info-escape-percent by
7613         replace-regexp-in-string with REP arg set to lambda that
7614         duplicates `%' and preserves text properties.
7616         * progmodes/compile.el (compilation-disable-input): Doc fix.
7617         (define-compilation-mode): Doc fix and refill.
7618         (kill-compilation): Use `mode-name' in the error message.
7619         (compilation-find-file): Use `compilation-error' in the
7620         read-file-name's prompt.
7622 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7624         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
7625         (smerge-auto-leave): Make undo re-enable the mode.
7626         (debug-ignored-errors): Add the user-error of impossible resolution.
7627         (smerge-resolve): Move things around a bit, in preparation for later.
7628         (smerge-diff): Don't fail if the buffer has no associated file.
7629         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
7630         (smerge-conflict-overlay): New function.
7631         (smerge-match-conflict): Don't add text properties here.
7632         (smerge-find-conflict): Instead, add an overlay here.
7633         Also check for the case where we're inside a conflict already, so as to
7634         obviate the need for font-lock-multiline, which is unbearably slow with
7635         large conflicts and ciomplex font-lock patterns.
7636         (smerge-remove-props): Remove overlay rather than text-properties.
7637         (smerge-mode): Don't set font-lock-multiline.
7638         Remove overlays when turned off.
7640 2005-08-21  Kim F. Storm  <storm@cua.dk>
7642         * ido.el (ido-ignore-item-p): Use save-match-data.
7643         Bind case-fold-search to ido-case-fold locally.
7645 2005-08-20  Richard M. Stallman  <rms@gnu.org>
7647         * files.el (normal-mode): If font lock is on, turn it off and on.
7649         * subr.el (replace-regexp-in-string): Doc fix.
7651         * startup.el (command-line-1): Don't suppress startup screen
7652         due to existing processes.
7654         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
7656         * progmodes/compile.el (compilation-disable-input): Default to nil.
7658 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
7660         * progmodes/compile.el (compilation-disable-input): New defcustom.
7661         (compilation-start): If compilation-disable-input is non-nil, send
7662         EOF to the compilation process.
7664 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
7666         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
7667         Run the argument of tex-shell-cd-command through
7668         convert-standard-filename, to get the correct style of slashes on
7669         Windows, and enclose the result in quotes, in case the file name
7670         includes whitespace or other special characters.
7672 2005-08-19  Andreas Schwab  <schwab@suse.de>
7674         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
7675         process.
7677 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
7679         * cus-start.el (minibuffer-prompt-properties): Correct typo.
7681 2005-08-18  Kim F. Storm  <storm@cua.dk>
7683         * scroll-lock.el: Fix errors due to incorrect line wrapping.
7685 2005-08-18  Richard M. Stallman  <rms@gnu.org>
7687         * scroll-lock.el: New file.
7689 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
7691         * dired.el (dired-move-to-end-of-filename):
7692         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
7694 2005-08-18  Kim F. Storm  <storm@cua.dk>
7696         * ido.el (ido-everywhere): Fix defcustom :set function to disable
7697         rather than toggle mode when custom value is nil.
7698         (ido-everywhere): Fix defun doc string.
7700 2005-08-17  Richard M. Stallman  <rms@gnu.org>
7702         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
7703         as tag instead of "Inviolable".
7705 2005-08-17  Kim F. Storm  <storm@cua.dk>
7707         * windmove.el (windmove-coordinates-of-position): Remove.
7708         (windmove-coordinates-of-window-position): Remove.
7709         (windmove-reference-loc): Use posn-at-point instead.
7711         * subr.el (insert-for-yank-1): Doc fix.
7713         * ido.el (ido-enter-matching-directory): Rename from
7714         ido-enter-single-matching-directory.  Change 'slash choice to
7715         'only.  Add 'first choice.
7716         (ido-exhibit): Adapt to above changes.
7718 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
7720         * Makefile.in: Expand comment about building loaddefs.el.
7722 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
7724         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
7725         Comment use of defadvice.
7727         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
7729 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
7731         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
7732         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
7733         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
7734         * progmodes/idlw-shell.el, progmodes/ld-script.el,
7735         * progmodes/which-func.el, ruler-mode.el, strokes.el,
7736         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
7737         for backward compatibility for faces that did not appear in the
7738         previous Emacs release.
7740         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
7742 2005-08-15  Kim F. Storm  <storm@cua.dk>
7744         * emulation/cua-base.el (cua-delete-region): Return t if
7745         deleted region was non-empty.
7746         (cua-replace-region): Inhibit overwrite-mode for
7747         self-insert-command if replaced region was non-empty.
7748         (cua--explicit-region-start, cua--status-string): Make them
7749         buffer-local at top-level...
7750         (cua-mode): ...rather than when mode is enabled.
7752 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
7754         * progmodes/vhdl-mode.el (vhdl-emacs-21):
7755         Set t for Emacs 21, 22, and so on.
7757 2005-08-15  David Ponce  <david@dponce.com>
7759         * tree-widget.el: Update Commentary header.
7760         (tree-widget-theme): Doc fix.
7761         (tree-widget-space-width): New option.
7762         (tree-widget-image-properties): Look up in the default theme too.
7763         (tree-widget--cursors): Only for images with arrow pointer shape.
7764         (tree-widget-lookup-image): Pointer shape is hand by default.
7765         (tree-widget-icon): Rename generic icon widget from
7766         `tree-widget-control'.
7767         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
7768         derive from `tree-widget-icon'.
7769         (tree-widget-handle): Improve default look and feel of the text
7770         representation.
7771         (tree-widget): Rename :*-control properties to :*-icon properties.
7772         Add :action and :help-echo properties.
7773         (tree-widget-after-toggle-functions): Move.
7774         (tree-widget-close-node, tree-widget-open-node): Remove.
7775         (tree-widget-before-create-icon-functions): New hook.
7776         (tree-widget-value-create): Update to allow customization of icons
7777         and nodes at run-time via that new hook.
7778         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
7779         (tree-widget-icon-action, tree-widget-icon-help-echo)
7780         (tree-widget-action, tree-widget-help-echo): New functions.
7782 2005-08-15  Kim F. Storm  <storm@cua.dk>
7784         * ido.el (ido-buffer-internal): Use with-no-warnings.
7785         (ido-make-merged-file-list): Use while-no-input.
7787 2005-08-15  Richard M. Stallman  <rms@gnu.org>
7789         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
7790         (flyspell-large-region): Fix doc and custom type.
7792 2005-08-14  Richard M. Stallman  <rms@gnu.org>
7794         * files.el (interpreter-mode-alist): Doc fix.
7796         * mail/rmail.el (rmail-nonignored-headers): New variable.
7797         (rmail-clear-headers): Use it.
7798         (rmail-reply): Better handling of mail-followup-to header.
7800         * progmodes/sh-script.el (sh-font-lock-keywords-var):
7801         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
7802         don't try to refer to executable-font-lock-keywords.
7803         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
7804         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
7805         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
7806         (sh-mode): Set comment-start-skip, local-abbrev-table,
7807         imenu-case-fold-search.
7808         (sh-set-shell): Don't set them here.
7809         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
7810         Don't cache the results in the original alist; don't ever modify
7811         that alist.
7813         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
7815         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
7816         empty.
7818 2005-08-15  Andreas Schwab  <schwab@suse.de>
7820         * desktop.el: Put autoload cookie at risky-local-variable declarations.
7822         * dired.el, info.el, mail/rmail.el: Revert last change.
7824 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
7826         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
7827         modification in `eval-after-load' form.
7828         * info.el: Likewise.
7829         * mail/rmail.el: Likewise.
7831 2005-08-14  Juri Linkov  <juri@jurta.org>
7833         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7834         Remove highlighting of "Compilation started".  Highlight only
7835         the word "finished" in "Compilation finished".  Add highlighting
7836         of "interrupt", "killed", "terminated" and the exit code.
7837         (compilation-start): Add newline after header.  Use exactly the
7838         same time stamp format as the finishing message.
7839         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
7841         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
7842         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
7843         Add highlighting of "interrupt", "killed", "terminated".
7845         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
7846         enabled and the current command is self-insert-command, call it
7847         explicitly with overwrite-mode bound to nil, to not allow it
7848         to delete the character after the selected region.
7850 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
7852         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
7853         move-end-of-line, end-of-line, and beginning-of-line to the list
7854         of commands after which the echo area is updated.
7856 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
7858         * cus-edit.el (custom-save-all, custom-save-delete):
7859         Bind recentf-exclude to exclude custom-file.
7861 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
7863         * mail/rmailsum.el (rmail-summary-end-of-message): New command
7864         to go to the bottom of the mail message.  Added to
7865         `rmail-summary-mode-map' with key "/".
7866         (rmail-summary-show-message): New (internal) function for use by
7867         both `rmail-summary-beginning/end-of-message'.
7868         (rmail-summary-beginning-of-message): Change to use
7869         rmail-summary-show-message.
7871         * mail/rmail.el (rmail-end-of-message): New command to go to the
7872         end of the current message.  Added to `rmail-mode-map' with key "/".
7873         (rmail-beginning-of-message): Fix to work as documented.
7874         (rmail-mode): Change documentation.
7876         * progmodes/compile.el (compilation-start): Add the line
7877         "Compilation started" with compilation start time.
7878         (compilation-mode-font-lock-keywords): Add `started' to keywords.
7880 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
7882         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
7883         of menu items.
7885 2005-08-11  Richard M. Stallman  <rms@gnu.org>
7887         * simple.el (pop-global-mark): Reverse test of widen-automatically.
7889         * battery.el (battery-status-function): Don't use ignore-errors.
7891 2005-08-11  Lute Kamstra  <lute@gnu.org>
7893         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
7894         define-obsolete-variable-alias.
7896 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7898         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
7899         (ange-ftp-send-cmd): Revert last change, and expand
7900         the comment explaining the problem.
7902 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
7904         * ldefs-boot.el: Update.
7906         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
7907         item to "Time, Load and Mail".  Change help echo text.
7909         * time.el (display-time-use-mail-icon, display-time-format)
7910         (display-time-string-forms): Shorten first line of docstrings.
7912 2005-08-10  Lars Hansen  <larsh@soem.dk>
7914         * desktop.el (desktop-buffer-mode-handlers):
7915         Make non-customizable. Add autoload cookie.  Change initial value to
7916         nil; add elements in respective modules instead.  Fix doc string.
7917         (desktop-load-file): New function.
7918         (desktop-minor-mode-handlers): New autoloaded variable.
7919         (desktop-create-buffer): Call minor mode handlers.
7920         Use desktop-load-file to load major and minor mode modules prior to
7921         checking for a handler.
7922         (desktop-save): Don't add nil to desktop-minor-modes for minor
7923         modes with nil function in desktop-minor-mode-table.  Don't delete
7924         desktop file before rewriting it.
7925         (desktop-locals-to-save): Add autoload cookie.  Don't make
7926         automatically buffer-local.  Add variables column-number-mode,
7927         size-indication-mode, indent-tabs-mode,
7928         indicate-buffer-boundaries, indicate-empty-lines and
7929         show-trailing-whitespace.
7930         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
7931         regexps. Don't use desktop-clear-preserve-buffers-regexp.
7932         (desktop-clear-preserve-buffers-regexp): Delete.
7933         (desktop-clear-preserve-buffers): Update initial value and docstring.
7934         (desktop-save-buffer): Fix doc string.
7936         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
7937         (hilit-chg-desktop-restore): New function.
7938         (highlight-changes-mode): Add highlight-changes-mode to
7939         desktop-locals-to-save.
7941         * dired.el: Add handler to desktop-buffer-mode-handlers.
7942         (dired-restore-desktop-buffer): Remove autoload cookie.
7943         (dired-mode): Add autoload cookie.
7945         * info.el: Add handler to desktop-buffer-mode-handlers.
7946         (Info-restore-desktop-buffer): Remove autoload cookie.
7947         (Info-mode): Add autoload cookie.
7949         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
7950         (mh-restore-desktop-buffer): Remove autoload cookie.
7951         (mh-folder-mode): Add autoload cookie.
7953         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
7954         (rmail-restore-desktop-buffer): Remove autoload cookie.
7956 2005-08-11  Masatake YAMATO  <jet@gyve.org>
7958         * hexl.el (hexl-address-region):
7959         (hexl-ascii-region, hexl-font-lock-keywords):
7960         (hexl-highlight-line-range): Use the term "region"
7961         instead of "area" for consistency with the other symbols
7962         defined in hexl.el.
7964 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
7966         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
7967         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
7968         out by Juri Linkov).  Add `display-battery-mode'.
7970 2005-08-09  Juri Linkov  <juri@jurta.org>
7972         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7973         Remove `-text' from face variable names.
7974         (compilation-error-file-name, compilation-warning-file-name)
7975         (compilation-info-file-name): Delete faces.
7976         (compilation-line-number, compilation-column-number):
7977         Remove face underlining.
7978         (compilation-message-face): Set to `underline' value by default.
7979         (compilation-error-face, compilation-warning-face)
7980         (compilation-info-face): Remove `-file-name' from face names.
7981         (compilation-error-text-face, compilation-warning-text-face)
7982         (compilation-info-text-face): Delete face variables.
7983         (compilation-text-face): Delete function.
7985         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
7986         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
7987         (grep-error-face): Set to `compilation-error' instead of
7988         `compilation-error-face' (which is redefined to `grep-hit-face' in
7989         grep buffers).
7990         (grep-mode-font-lock-keywords): Remove `-text' from face variable
7991         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
7993         * dired-aux.el (dired-do-query-replace-regexp):
7994         Use `query-replace-read-args'.
7996         * replace.el (query-replace-read-from, query-replace-read-to)
7997         (query-replace-read-args): Rename arg `string' to `prompt'.
7999         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
8001 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
8003         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
8004         uploading files.
8005         (ange-ftp-canonize-filename): Handle file names beginning with ~
8006         correctly.
8008 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
8010         * textmodes/fill.el (canonically-space-region)
8011         (fill-context-prefix, fill-french-nobreak-p)
8012         (fill-delete-newlines, fill-comment-paragraph)
8013         (justify-current-line): "?\ " -> "?\s".
8015 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
8017         * textmodes/fill.el (fill-nonuniform-paragraphs):
8018         Improve argument/docstring consistency.
8020 2005-08-09  Richard M. Stallman  <rms@gnu.org>
8022         * textmodes/ispell.el (ispell-word): More fboundp checks.
8024         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
8025         (find-file-noselect-1): Call it here, only if RAWFILE.
8026         (normal-mode): Always set some major mode.
8027         (save-some-buffers-action-alist): Change some explanation strings.
8028         (file-name-non-special): In the `quote' method, use unwind-protect.
8030 2005-08-09  Magnus Henoch  <mange@freemail.hu>
8032         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
8033         (ispell-have-aspell-dictionaries): New variable.
8034         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
8035         (ispell-get-aspell-config-value): New function.
8036         (ispell-aspell-find-dictionary): New function.
8037         (ispell-aspell-add-aliases): New function.
8038         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
8039         appropriate.  Don't look for ispell dictionaries if we use aspell.
8040         (ispell-menu-map): Don't build a submenu of dictionaries.
8042 2005-08-09  Richard M. Stallman  <rms@gnu.org>
8044         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
8045         (sql-read-passwd): Use read-passwd.
8047         * progmodes/idlw-toolbar.el (idlwave-toolbar)
8048         (idlwave-toolbar-is-possible): Add defvars.
8050         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
8051         Avoid warnings.
8053         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
8054         (idlwave-system-class-info, idlwave-executive-commands-alist):
8055         Use defvar.
8057         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
8059         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
8060         Avoid warnings.
8062         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
8063         and content-type: headers.
8065         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
8067         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
8068         and rename some of them to be more self-explanatory.
8070         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
8072         * startup.el (command-line-1): Implement -scriptload.
8074         * replace.el (occur-engine): Initial *Occur* output not undoable.
8076         * menu-bar.el (menu-bar-file-menu): Rename some menu items
8077         and improve help strings.
8079         * isearch.el (isearch-repeat): When changing direction,
8080         mark search successful.
8082         * ediff-init.el: Use (featurep 'xemacs).
8084         * comint.el (send-invisible): Identify buffer, if not selected.
8086         * align.el: Delete autoload for c-guess-basic-syntax.
8088 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
8090         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
8091         Improve argument/docstring consistency.  Doc fixes.
8092         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
8093         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
8094         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
8095         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
8096         (r2bv-organization, r2bv-pages, r2bv-primary-author)
8097         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
8098         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
8099         Defvar at compile time.
8101 2005-08-09  Juri Linkov  <juri@jurta.org>
8103         * info.el: Replace `info' with upper-case `Info' where appropriate.
8104         (info-title-1, info-title-2, info-title-3, info-title-4)
8105         (info-menu-header): Move up face definitions.
8106         (info-menu-star): Rename from `info-menu-5'.
8107         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
8108         (Info-fontify-visited-nodes): Fix docstring.
8109         (Info-hide-note-references): Fix docstring.
8110         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
8111         menu items in the same way as on cross-references.
8112         (info-apropos): Fix sorting order and formatting to be like in the
8113         stand-alone Info browser.  Display error messages for 1 sec.
8114         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
8115         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
8116         from the menu bar.
8117         (Info-insert-dir): Restore point after calling
8118         `insert-buffer-substring'.
8120 2005-08-08  Richard M. Stallman  <rms@gnu.org>
8122         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
8123         (recompute-lucid-menubar): Add defvars.
8125         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
8127         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
8129         * net/net-utils.el (run-dig): Rename from `dig'.
8131         * play/gametree.el (gametree-mode): Use make-local-variable,
8132         not make-variable-buffer-local.
8134         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
8136         * ansi-color.el (ansi-color-make-extent)
8137         (ansi-color-set-extent-face): Use fboundp, not functionp.
8139         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
8140         not make-variable-buffer-local.
8142         * bookmark.el (Info-current-file): Add defvar.
8143         (bookmark-jump-noselect): Use with-no-warnings.
8145         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
8147         * ebuff-menu.el (Helper-return-blurb): Add defvar.
8149         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
8151         * find-file.el (ada-procedure-start-regexp)
8152         (ada-package-start-regexp): Add defvars.
8154         * info.el (Info-insert-dir): Use insert-buffer-substring.
8156         * xml.el (xml-att-def-re): Add defvar.
8158         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
8159         calling convention.
8161         * subr.el (while-no-input): Return t if there is input.
8163 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
8165         * cus-start.el (all): Add `overflow-newline-into-fringe'.
8167 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
8169         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
8170         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
8172 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
8174         * cmuscheme.el (scheme-start-file): Replace reference to
8175         `user-emacs-directory' by "~/.emacs.d/".
8177 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
8179         * info.el (Info-dir-remove-duplicates): Avoid case folding
8180         in loop; instead, keep downcased strings for comparison.
8181         Suggested by Helmut Eller.
8183 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
8185         Sync with Tramp 2.0.50.
8187         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
8188         XEmacs case; not necessary anymore.
8189         (tramp-user-regexp): Allow "@" as part of user name.
8190         (tramp-handle-set-visited-file-modtime)
8191         (tramp-handle-insert-file-contents)
8192         (tramp-handle-write-region): No special handling for
8193         `last-coding-system-used, because this is done in
8194         `tramp-accept-process-output' now.
8195         (tramp-accept-process-output): New defun.
8196         (tramp-process-one-action, tramp-process-one-multi-action)
8197         (tramp-wait-for-regexp, tramp-wait-for-output)
8198         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
8199         Howells <dhowells@redhat.com>.
8200         (clear-visited-file-modtime): Defadvice removed.  The check for
8201         unset buffer's modtime does not need to be based on
8202         `tramp-buffer-file-attributes'.  Suggested by RMS.
8203         (tramp-message): Insert "\n" if not being at beginning of line.
8204         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
8205         sequence with same logic.
8206         (tramp-completion-handle-expand-file-name): Discard call of
8207         `tramp-drop-volume-letter'.  It is not necessary, and there have
8208         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
8209         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
8210         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
8211         should always be visible.
8212         (tramp-handle-insert-directory, tramp-setup-complete)
8213         (tramp-set-process-query-on-exit-flag)
8214         (tramp-append-tramp-buffers): Pacify byte-compiler.
8215         (tramp-bug): Delete non-existing variables from list.
8216         Apply `tramp-load-report-modules' as pre-hook.
8217         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
8218         `shell-prompt-pattern' because of non-7bit characters.
8219         Reported by Sebastian Luque <sluque@mun.ca>.
8220         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
8221         (tramp-match-string-list): Remove function.
8222         (tramp-wait-for-regexp): Remove call of that function.
8223         Suggested by Kim F. Storm <storm@cua.dk>.
8224         (tramp-set-auto-save-file-modes): Use octal integer code #o600
8225         instead of octal character code ?\600.  The latter resulted in a
8226         syntax error with XEmacs.
8228         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
8229         XEmacs case; not necessary anymore.
8230         (tramp-smb-handle-write-region): No special handling for
8231         `last-coding-system-used, because this is done in
8232         `tramp-accept-process-output' now.
8233         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
8235 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
8237         * wid-edit.el (widget-choice-value-create):
8238         Unconditionally respect user choice.  Set :explicit-choice back to nil
8239         when no longer needed.
8240         (widget-choice-action): Unconditionally respect user choice.
8241         Eliminate :explicit-choice-value.
8243         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
8245         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
8246         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
8247         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
8248         running new function `toggle-indicate-empty-lines'.
8249         Rename "Customize" item to "Customize fringe".
8250         Rename "Indicators" item to "Buffer boundaries" and change help echo.
8251         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
8252         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
8253         Delete "Empty lines only" item.
8254         (menu-bar-showhide-fringe-ind-customize): New function.
8255         (menu-bar-showhide-fringe-ind-mixed)
8256         (menu-bar-showhide-fringe-ind-box)
8257         (menu-bar-showhide-fringe-ind-right)
8258         (menu-bar-showhide-fringe-ind-left)
8259         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
8260         instead of `fringe-indicators'.
8262 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
8264         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
8265         Change the date of last update.
8267 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
8269         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
8270         (viper-exec-yank, viper-put-back): Don't display modification msg
8271         if in the minibuffer.
8273         * viper-init.el (viper-replace-overlay-cursor-color)
8274         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
8275         Make variables frame local.
8277         * viper-util.el (viper-append-filter-alist): Use append instead of
8278         nconc.
8280         * viper.el (viper-vi-state-mode-list)
8281         (viper-emacs-state-mode-list): Move help-mode and
8282         completion-list-mode from the first list to the second.
8283         (viper-mode): Docstring.
8284         (viper-go-away, viper-non-hook-settings): Don't localize
8285         minor-mode-alist in newer Emacsen.  Add advice to
8286         set-cursor-color.  Don't bind "\C-c\\".
8288 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
8290         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
8291         (scheme-macro-expand-command): New user options.
8292         (scheme-trace-procedure, scheme-expand-current-form): New commands.
8293         (scheme-form-at-point, scheme-start-file)
8294         (scheme-interactively-start-process): New functions.
8295         (scheme-get-process): New function, extracted from `scheme-proc'.
8296         (run-scheme): Call `scheme-start-file' to get start file, and pass
8297         it to `make-comint'.
8298         (switch-to-scheme, scheme-proc):
8299         Call `scheme-interactively-start-process' if no Scheme buffer/process
8300         is available.
8302 2005-08-06  Juri Linkov  <juri@jurta.org>
8304         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8305         Use `compilation-text-face', `compilation-info-text-face' and
8306         `compilation-error-text-face' instead of `font-lock-keyword-face'.
8307         (compilation-error): New face.
8308         (compilation-error-file-name): Inherit from
8309         `compilation-error' instead of `font-lock-warning-face'.
8310         (compilation-warning-file-name): Inherit from
8311         `compilation-warning' instead of `font-lock-warning-face'.
8312         (compilation-info, compilation-error-file-name)
8313         (compilation-warning-file-name, compilation-info-file-name)
8314         (compilation-line-number, compilation-column-number): Doc fix.
8315         (compilation-error-text-face, compilation-warning-text-face)
8316         (compilation-info-text-face): New face variables.
8317         (compilation-line-face, compilation-column-face)
8318         (compilation-enter-directory-face)
8319         (compilation-leave-directory-face): Doc fix.
8320         (compilation-text-face): New function.
8322         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
8323         instead of 1 to display binary file names as info file links.
8324         (grep-error-face): Use `compilation-error-face' instead of
8325         `font-lock-keyword-face'.
8326         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
8327         and `compilation-warning-text-face' instead of
8328         `font-lock-keyword-face'.  Use `compilation-error-text-face'
8329         instead of `grep-error-face'.
8331 2005-08-05  Kenichi Handa  <handa@m17n.org>
8333         * international/code-pages.el: Add autoload cookies for all coding
8334         systems.
8336 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
8338         * cus-start.el (all): Put undo.c where it alphabetically belongs.
8340 2005-08-04  Juri Linkov  <juri@jurta.org>
8342         * progmodes/compile.el (compilation-mode-map):
8343         * progmodes/grep.el (grep-mode-map):
8344         Bind TAB to `compilation-next-error' and [backtab] to
8345         `compilation-previous-error'.
8347         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
8348         matching line numbers, column numbers and their ranges with regexp
8349         matching only line numbers.
8350         (grep-context-face): New face variable.
8351         (grep-mode-font-lock-keywords): Use it.
8353         * faces.el (read-face-name): Delete duplicate faces.
8355 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
8357         * thumbs.el (thumbs-find-image): Don't make variables
8358         automatically buffer local.
8359         (thumbs-current-tmp-filename, thumbs-current-image-filename)
8360         (thumbs-image-num): Make automatically buffer local.
8361         (thumbs-show-thumbs-list): Use `make-local-variable', not
8362         `make-variable-buffer-local'.
8363         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
8365         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
8366         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
8367         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
8368         (bother, bye, canyou, chatlst, continue, deathlst, describe)
8369         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
8370         (feelings-about, foullst, found, hello, history, howareyoulst)
8371         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
8372         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
8373         (neglst, obj, object, owner, please, problems, qlist)
8374         (random-adjective, relation, remlst, repetitive-shortness)
8375         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
8376         (shortlst, something, sportslst, stallmanlst, states, subj)
8377         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
8378         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
8379         Defvar at compile time.
8381         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
8382         not `make-variable-buffer-local'.
8384 2005-08-02  Kim F. Storm  <storm@cua.dk>
8386         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
8387         rectangle overlay in selected window.
8389 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
8391         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
8392         instead of display group.  Make `indicate-buffer-boundaries'
8393         customizable through Custom.
8395 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
8397         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
8398         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
8399         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
8400         (gdb-put-string): Fix typos in docstrings.
8402 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
8404         Update copyright notices of files in progmodes directory for
8405         release of Emacs 22.1.
8407         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
8409         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
8410         Don't barf if the GUD buffer has been killed.
8412 2005-08-01  Kim F. Storm  <storm@cua.dk>
8414         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
8416 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8418         * simple.el (next-error-follow-minor-mode):
8419         make-variable-buffer-local -> make-local-variable.
8421         * emacs-lisp/cl-extra.el: Require CL also when compiling.
8423         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
8424         (byte-compile-form-make-variable-buffer-local): New functions to warn
8425         about misuses of make-variable-buffer-local where make-local-variable
8426         was meant.
8428 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
8430         * bs.el (bs-attributes-list): Doc fix.
8431         (bs): Update url-link.
8433         * desktop.el (desktop-save-buffer): Fix typos in docstring.
8434         (desktop-load-default): Simplify.
8436         * ibuffer.el (ibuffer-columnize-and-insert-list)
8437         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
8438         (ibuffer-unmark-all, ibuffer-toggle-marks)
8439         (ibuffer-unmark-forward, ibuffer-unmark-backward)
8440         (ibuffer-compile-make-format-form, ibuffer-format-column)
8441         (ibuffer-current-buffers-with-marks)
8442         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
8443         (ibuffer): Doc fix.
8444         (ibuffer-mode): Fix typo in docstring.
8445         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
8446         with `define-obsolete-variable-alias'.
8447         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
8449 2005-07-29  Kenichi Handa  <handa@m17n.org>
8451         * international/mule-cmds.el (select-message-coding-system):
8452         Be sure to use LF for end-of-line.  If no coding system is decided,
8453         return iso-8859-1-unix.
8455 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8457         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
8458         (ange-ftp-pending-error-line): New vars.
8459         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
8460         to handle the non-fatal no-route-to-host messages.
8461         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
8463 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
8465         * isearch.el (isearch-mode-map, isearch-other-meta-char)
8466         (isearch-quote-char, isearch-printing-char)
8467         (isearch-text-char-description): "?\ " -> "?\s".
8468         (isearch-lazy-highlight-cleanup)
8469         (isearch-lazy-highlight-initial-delay)
8470         (isearch-lazy-highlight-interval)
8471         (isearch-lazy-highlight-max-at-a-time)
8472         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
8473         Declare with define-obsolete-*-alias macros.
8474         (isearch-forward): Fix typo in docstring.
8475         (search-invisible, search-ring-yank-pointer)
8476         (regexp-search-ring-yank-pointer): Doc fixes.
8478         * recentf.el (recentf-menu-append-commands-p): Declare with
8479         `define-obsolete-variable-alias'.
8480         (recentf-max-saved-items, recentf-menu-filter)
8481         (recentf-arrange-by-rule-subfilter): Doc fixes.
8482         (recentf-menu-append-commands-flag)
8483         (recentf-initialize-file-name-history, recentf-expand-file-name)
8484         (recentf-clear-data): Fix typos in docstrings.
8486 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
8488         * progmodes/gdb-ui.el: Smarten comments.
8489         (gdb-info-breakpoints-custom): Use nowarn when finding file.
8491 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
8493         * term/apollo.el (terminal-init-apollo): New function containing
8494         all former top level forms in the file.
8495         * term/bobcat.el (terminal-init-bobcat):
8496         * term/cygwin.el (terminal-init-cygwin):
8497         * term/iris-ansi.el (terminal-init-iris-ansi):
8498         * term/linux.el (terminal-init-linux):
8499         * term/news.el (terminal-init-news):
8500         * term/rxvt.el (terminal-init-rxvt):
8501         * term/sun.el (terminal-init-sun):
8502         * term/tvi970.el (terminal-init-tvi970):
8503         * term/vt100.el (terminal-init-vt100):
8504         * term/vt102.el (terminal-init-vt102):
8505         * term/vt125.el (terminal-init-vt125):
8506         * term/vt200.el (terminal-init-vt200):
8507         * term/vt201.el (terminal-init-vt201):
8508         * term/vt220.el (terminal-init-vt220):
8509         * term/vt240.el (terminal-init-vt240):
8510         * term/vt300.el (terminal-init-vt300):
8511         * term/vt320.el (terminal-init-vt320):
8512         * term/vt400.el (terminal-init-vt400):
8513         * term/vt420.el (terminal-init-vt420):
8514         * term/wyse50.el (terminal-init-wyse50):
8515         * term/xterm.el (terminal-init-xterm): Likewise.
8517         * term/README: Describe the terminal-init-* functionality.
8519         * startup.el (command-line): After loading the terminal initialization
8520         file call the corresponding terminal initialization function.
8522 2005-07-27  Kenichi Handa  <handa@m17n.org>
8524         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
8525         negative.
8527         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
8528         (ps-mule-composition-prologue): Fix for the case that
8529         RelativeCompose is false.
8531 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8533         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
8535         * descr-text.el (describe-char): Handle the case where the list of
8536         chars is displayed in a separate frame.
8537         Be a bit more discriminating when looking for the char.
8539 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
8541         * bookmark.el (bookmark-automatically-show-annotations)
8542         (bookmark-read-annotation-text-func): Doc fixes.
8543         (bookmark-save): Improve argument/docstring consistency.
8544         (bookmark-get-bookmark, bookmark-get-bookmark-record)
8545         (bookmark-alist-from-buffer)
8546         (bookmark-upgrade-file-format-from-0)
8547         (bookmark-grok-file-format-version)
8548         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
8549         (bookmark-read-annotation-mode)
8550         (bookmark-insert-current-bookmark, bookmark-jump)
8551         (bookmark-exit-hook): Fix typos in docstrings.
8552         (bookmark-exit-hooks): Define as obsolete alias.
8553         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
8554         not `bookmark-exit-hooks'.  Fix docstring.
8555         (bookmark-bmenu-select): "?\ " -> "?\s".
8557 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
8559         * startup.el (command-line): Fix typo.
8561 2005-07-24  Richard M. Stallman  <rms@gnu.org>
8563         * tooltip.el (tooltip-mode): Test emacs-basic-display,
8564         not emacs-quick-startup.
8566 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
8568         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
8569         (reb-next-match, reb-show-subexp): Use `with-selected-window'
8570         instead of `reb-with-current-window'.
8571         (reb-prev-match): Likewise.  Also, don't move left if the search
8572         was unsuccessful.
8573         (reb-initialize-buffer): New function.
8574         (re-builder, reb-change-syntax): Use it.
8576         * man.el (Man-goto-page): Make second argument NOERROR optional.
8578 2005-07-23  Richard M. Stallman  <rms@gnu.org>
8580         * man.el (Man-bgproc-sentinel): Check here for failure to find
8581         any man page in the output, and report the error here.
8582         (Man-arguments): Make it permanent local.
8583         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
8584         (Man-mode): Pass t for NOERROR.
8586         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
8587         (grep-mode-font-lock-keywords):
8588         Don't use compilation-...-face for messages that are not file names.
8590         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8591         Don't use compilation-...-face for messages that are not file names.
8593 2005-07-22  Juri Linkov  <juri@jurta.org>
8595         * startup.el (normal-splash-screen): Update menu name.
8597         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
8599 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8601         * term/xterm.el: Load term/rxvt if the terminal is actually an
8602         rxvt terminal.
8603         (xterm-rxvt-set-background-mode): Remove, not used anymore.
8605         * term/rxvt.el (function-key-map): Use substitute-key-definition
8606         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
8608         * term/cygwin.el: New file.
8610 2005-07-22  Kim F. Storm  <storm@cua.dk>
8612         * image-file.el (insert-image-file, image-file-yank-handler):
8613         Fix last change to maintain a (unique) yank-handler on yanked images.
8615 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
8617         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
8618         of the file size (as in "177B" for 177 bytes).  This happens with
8619         "ls -lh" on FreeBSD.
8621 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
8623         * hilit-chg.el (highlight-changes-global-initial-state)
8624         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
8625         (hilit-chg-fixup, highlight-changes-mode):
8626         Fix typos in docstrings.
8627         (highlight-changes-global-modes, highlight-changes-rotate-faces):
8628         Doc fixes.
8630 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
8632         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
8633         mode function using `eval-after-load'.
8635 2005-07-21  Kim F. Storm  <storm@cua.dk>
8637         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
8638         included when reporting an emacs crash, and tell about the DEBUG file.
8640         * image-file.el (insert-image-file): Add yank-handler.
8641         (image-file-yank-handler): Yank handler to make unique copies of
8642         images when they are yanked into a buffer next to each other.
8644 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
8646         * comint.el (comint-use-prompt-regexp, comint-send-input)
8647         (comint-source-default, comint-extract-string)
8648         (comint-get-source, comint-word, comint-completion)
8649         (comint-source, comint-prompt-read-only, comint-update-fence):
8650         Fix typos in docstrings.
8651         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
8652         Declare with define-obsolete-*-alias macros.
8653         (comint-previous-matching-input-from-input)
8654         (comint-next-matching-input-from-input)
8655         (comint-previous-matching-input, comint-next-matching-input)
8656         (comint-forward-matching-input):
8657         Improve argument/docstring consistency.
8659         * desktop.el (desktop-clear-preserve-buffers-regexp):
8660         Also preserve the *server* buffer.
8662         * simple.el (clone-indirect-buffer): Doc fix.
8663         (fixup-whitespace, just-one-space)
8664         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
8665         (next-error, next-error-highlight)
8666         (next-error-highlight-no-select, next-error-last-buffer)
8667         (next-error-buffer-p, next-error-find-buffer, next-error)
8668         (previous-error, next-error-no-select, previous-error-no-select)
8669         (open-line, split-line, minibuffer-prompt-width, kill-new)
8670         (binary-overwrite-mode): Fix typos in docstrings.
8671         (set-fill-column): Fix typo in message.
8673         * skeleton.el (skeleton-proxy-new): Doc fix.
8675         * strokes.el (strokes-load-hook): Doc fix.
8676         (strokes-grid-resolution, strokes-get-grid-position)
8677         (strokes-renormalize-to-grid, strokes-read-stroke)
8678         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
8679         (strokes-global-map): Fix typos in docstrings.
8680         (strokes-help): Doc fix.  Fix help message and pass it through
8681         `substitute-command-keys'.
8683         * tempo.el (tempo-insert-prompt, tempo-interactive)
8684         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
8685         (tempo-insert-string-functions, tempo-local-tags)
8686         (tempo-define-template, tempo-insert-template)
8687         (tempo-insert-prompt-compat, tempo-is-user-element)
8688         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
8689         Fix typos in docstrings.
8691         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
8692         (vcursor-key-bindings, vcursor-use-vcursor-map)
8693         (vcursor-find-window, vcursor-scroll-down)
8694         (vcursor-disable, vcursor-beginning-of-buffer)
8695         (vcursor-end-of-buffer): Fix typos in docstrings.
8696         (vcursor-relative-move, vcursor-get-char-count):
8697         Improve argument/docstring consistency.
8699         * version.el: "?\ " -> "?\s".
8701         * wid-edit.el (widget-default-create, widget-after-change)
8702         (widget-default-format-handler, widget-checklist-add-item)
8703         (widget-radio-add-item, widget-choose, widget-specify-secret)
8704         (widget-field-value-create, widget-field-value-get)
8705         (widget-editable-list-format-handler)
8706         (widget-editable-list-entry-create, widget-group-value-create)
8707         (widget-documentation-link-add)
8708         (widget-documentation-string-value-create): "?\ " -> "?\s".
8709         (widget-convert-text): Doc fix.
8710         (widget-narrow-to-field, widget-field-find)
8711         (widget-url-link-action, widget-emacs-library-link-action)
8712         (widget-color-notify): Fix typos in docstrings.
8714         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
8715         (x-select-text, set-w32-system-coding-system)
8716         (w32-add-charset-info): Fix typos in docstrings.
8718         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
8719         (cua-enable-cua-keys, cua-use-hyper-key)
8720         (cua-virtual-rectangle-edges): Fix typos in docstrings.
8721         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
8723         * net/tramp.el (tramp-handle-load): Fix typo in error message.
8725         * emacs-lisp/re-builder.el (regexp-builder): Declare with
8726         `defalias' instead of faking it.
8728         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
8729         (eshell-ls-missing, eshell-ls-dired-initial-args)
8730         (eshell-ls-use-in-dired): Fix typos in docstrings.
8732 2005-07-20  Kim F. Storm  <storm@cua.dk>
8734         * emulation/cua-base.el (cua-mode): Improve doc string.
8736 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
8738         * abbrev.el (expand-region-abbrevs): Doc fix.
8739         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
8740         Improve argument/docstring consistency.
8742         * arc-mode.el (archive-get-descr, archive-alternate-display):
8743         Doc fixes.
8744         (archive-l-e): Improve argument/docstring consistency.
8745         (archive-tmpdir, archive-unixdate, archive-unixtime)
8746         (archive-chmod-entry): Fix typos in docstrings.
8747         (archive-unflag, archive-unflag-backwards)
8748         (archive-unmark-all-files): "?\ " -> "?\s".
8750         * buff-menu.el (Buffer-menu-unmark): Doc fix.
8751         (Buffer-menu-not-modified, Buffer-menu-execute)
8752         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
8753         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
8755         * composite.el (compose-string, encode-composition-rule)
8756         (compose-last-chars): Fix typos in docstrings.
8758         * desktop.el (desktop-enable, desktop-basefilename):
8759         Declare with `define-obsolete-variable-alias'.
8760         (desktop-internal-v2s): Don't quote keywords.
8761         (desktop-clear): "?\ " -> "?\s".
8763         * dired.el (dired-align-file, dired-flag-backup-files)
8764         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
8765         (dired-listing-switches, dired-ls-F-marks-symlinks)
8766         (dired-dwim-target, dired-load-hook, dired-mode-hook)
8767         (dired-directory, dired-faces, dired, dired-revert)
8768         (dired-mode, dired-summary, dired-view-file)
8769         (dired-copy-filename-as-kill, dired-delete-file)
8770         (dired-no-confirm, dired-unmark-all-marks)
8771         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
8772         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
8773         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
8774         Fix typos in message strings.
8776         * dired-x.el (virtual-dired): Declare with `defalias'.
8777         (dired-mark-unmarked-files, dired-local-variables-file)
8778         (dired-omit-here-always): Doc fix.
8779         (dired-omit-mode, dired-find-subdir)
8780         (dired-enable-local-variables, dired-clean-up-buffers-too)
8781         (dired-extra-startup, dired-mark-extension, dired-jump)
8782         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
8783         (dired-smart-shell-command, dired-guess-shell-alist-user)
8784         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
8785         (dired-x-bind-find-file, dired-x-submit-report):
8786         Fix typos in docstrings.
8787         (dired-mark-unmarked-files): "?\ " -> "?\s".
8789         * dirtrack.el (dirtrack-list): Fix typos in docstring.
8791         * faces.el (describe-face): "?\ " -> "?\s".
8792         (read-all-face-attributes, read-face-font, modify-face)
8793         (face-attr-construct, italic): Fix typos in docstrings.
8794         (frame-update-face-colors): Declare with
8795         `define-obsolete-function-alias'.
8797         * files.el (find-file-noselect, recode-file-name): Doc fixes.
8798         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
8799         (magic-mode-alist, buffer-file-numbers-unique)
8800         (write-file-functions, get-free-disk-space):
8801         Fix typos in docstrings.
8802         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
8803         (write-contents-hooks, write-file-hooks):
8804         Declare with `define-obsolete-variable-alias'.
8806         * forms-d2.el (arch-rj): Fix typo in docstrings.
8807         (arch-tocol): Likewise.  "?\ " -> "?\s".
8809         * frame.el (set-frame-font, cursor-in-non-selected-windows):
8810         Fix typo in docstring.
8811         (set-screen-width, set-screen-height): Delete redundant info in
8812         doctrings.
8813         (new-frame, screen-height, screen-width): Declare with
8814         `define-obsolete-function-alias'.
8815         (delete-frame-hook, blink-cursor): Declare with
8816         `define-obsolete-variable-alias'.
8818         * paths.el (prune-directory-list): Fix typos in docstring.
8820         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
8821         (cvs-prefix-get): Fix typos in docstrings.
8823         * ps-print.el (ps-extend-face-list, ps-extend-face)
8824         (ps-print-background-image): Fix typos in docstrings.
8825         (ps-default-fg, ps-default-bg): Doc fixes.
8827         * s-region.el (s-region-bind): Doc fix.
8828         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
8830         * textmodes/org.el (org-table-formula-substitute-names)
8831         (org-table-get-vertical-vector): Doc fixes.
8832         (org-table-recalculate): Remove unused argument to `message'.
8834 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
8836         * textmodes/org.el (org-table-column-names)
8837         (org-table-column-name-regexp)
8838         (org-table-named-field-locations): New variables.
8839         (org-archive-subtree): Protect `this-command' when calling
8840         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
8841         the kill buffer.
8842         (org-complete): Remove fixed-formula completion.
8843         (org-edit-formulas-map): New variable.
8844         (org-table-edit-formulas): New command.
8845         (org-finish-edit-formulas, org-abort-edit-formulas)
8846         (org-show-variable, org-table-get-vertical-vector): New functions.
8847         (org-table-maybe-eval-formula): Handle `:=' fields.
8848         (org-table-get-stored-formulas, org-table-store-formulas)
8849         (org-table-get-formula, org-table-modify-formulas)
8850         (org-table-replace-in-formulas): Handle named field formulas.
8851         (org-table-get-specials): Store locations of named fields.
8853 2005-07-19  Juri Linkov  <juri@jurta.org>
8855         * progmodes/grep.el (grep-regexp-alist)
8856         (grep-mode-font-lock-keywords, grep-process-setup):
8857         Use default GNU grep match color "01;31m" instead of "01;41m".
8858         (grep-regexp-alist, grep-mode-font-lock-keywords):
8859         Use `\\[[0-9]*m' instead of `\\[00m'.
8860         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
8861         sgr_start where its handling is more important.  Use the real
8862         length of sgr_start instead of constant 8.
8863         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
8864         specially.  Delete all remaining escape sequences.
8865         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
8866         (grep-regexp-alist): Make hyperlink only for binary file name
8867         instead of the whole line.
8868         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
8869         (grep-mode): Add autoload.
8871         * emacs-lisp/find-func.el (find-function-regexp):
8872         Add `define-compilation-mode'.
8874 2005-07-19  Juri Linkov  <juri@jurta.org>
8876         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
8877         (compare-windows-sync-string-size, compare-windows-recenter)
8878         (compare-windows-highlight, compare-windows): Add version 22.1.
8879         (compare-windows) <defface>: Inherit from lazy-highlight instead
8880         of duplicating its default value.
8882         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
8883         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
8885         * descr-text.el (describe-char): Create link buttons for `charset'
8886         and `code point'.  Add the current input method name with a link
8887         button to `to input' field.  Print face names of display table
8888         characters in `The display table entry is displayed by' section
8889         instead of printing face-id in the `display' field.
8890         Guess hardcoded faces and create a link button for them.
8891         Skip empty fields when calculating max-width.
8892         Treat `widget-create' specially while inserting strings from the
8893         collected field list.
8894         (describe-char-after): Made obsolete in version 22.1, not 21.5.
8896         * diff-mode.el (diff-file-header): Change foreground color from
8897         yellow to green on light backgrounds.
8898         (diff-context): Inherit from `shadow' only for color/grayscale
8899         with more than 88 colors.
8900         (diff-indicator-removed, diff-indicator-added)
8901         (diff-indicator-changed): New faces.
8902         (diff-font-lock-keywords): Use new faces.  Regroup rules.
8903         Add "^---$" for `normal' diff format.  Fontify `#' lines with
8904         font-lock-comment-delimiter-face and font-lock-comment-face.
8905         Add `#' to ^[^...] in the rule for `diff-context-face'.
8907         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
8908         a button-like box.  Inherit from `highlight' on low colors.
8909         (shadow): Use shades of gray only for color/grayscale with
8910         more than 88 colors.  Use green for light backgrounds with
8911         8 colors, and yellow for dark backgrounds with 8 colors.
8913         * font-lock.el (font-lock-regexp-grouping-backslash):
8914         Don't inherit from escape-glyph (use bold for all cases).
8916         * info.el (info-xref-visited): Use light foreground color `violet'
8917         for dark backgrounds instead of dark color `magenta3'.
8918         (info-title-1): Use `yellow' color for dark backgrounds.
8920         * isearch.el (isearch): Use not-too-dark magenta3 instead of
8921         too-light magenta2.
8923         * replace.el (match): Use slightly more light RoyalBlue3 instead
8924         of dark RoyalBlue4.
8926         * wid-edit.el (widget-inactive): Inherit from `shadow'.
8928 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
8930         * novice.el (disabled-command-hook): Declare it with
8931         `define-obsolete-variable-alias'.
8933         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
8934         (desktop-buffer-misc-functions, desktop-buffer-handlers)
8935         (desktop-load-default): Add release to obsolescence info.
8936         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
8937         (desktop-append-buffer-args, desktop-read):
8938         Fix typos in docstrings.
8939         (desktop-kill): Fix typo in message.
8940         (desktop-save): Doc fix.
8942 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
8944         * viper-cmd.el (viper-escape-to-state): Bug fix.
8945         (viper-envelop-ESC-key): Change the definition of fast
8946         keysequence so it'll work with keyboard macros.
8948         * ediff.el (ediff-patch-buffer): Change the docstring.
8950 2005-07-19  Kenichi Handa  <handa@m17n.org>
8952         * international/mule-cmds.el (select-safe-coding-system): Try to
8953         use an auto-coding (if any) before anything else.  If the found
8954         auto-coding is invalid, show a warning message.
8956         * international/mule.el (find-auto-coding): New function created
8957         by modifying the body of set-auto-coding.
8958         (set-auto-coding): Use find-auto-coding to find a coding.
8960 2005-07-18  Richard M. Stallman  <rms@gnu.org>
8962         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
8963         not isearch-mode-end-hook-error.
8964         (allout-before-change-protect): Fix error message.
8966 2005-07-18  Juri Linkov  <juri@jurta.org>
8968         * allout.el (allout-mode):
8969         * calculator.el (calculator-copy):
8970         * custom.el (custom-known-themes):
8971         * dired.el (dired-desktop-buffer-misc-data)
8972         (dired-restore-desktop-buffer):
8973         * dired-x.el (dired-omit-marker-char):
8974         * files.el (basic-save-buffer):
8975         * font-core.el (font-lock-mode):
8976         * calendar/calendar.el (calendar-goto-hebrew-date)
8977         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
8978         (calendar-goto-persian-date):
8979         * language/ethio-util.el (ethio-sera-to-fidel-region):
8980         * textmodes/picture.el (picture-mode):
8981         Delete duplicate duplicate words.
8983 2005-07-18  Juri Linkov  <juri@jurta.org>
8985         * isearch.el (isearch-mode-map): Remove key bindings for regexp
8986         chars * ? } |.
8987         (isearch-fallback): Don't call `isearch-process-search-char'.
8988         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
8989         (isearch-process-search-char): Call `isearch-fallback' for regexp
8990         chars * ? } |.
8991         (isearch-return-char): Make obsolete with `make-obsolete' instead
8992         of simply documenting it as obsolete in the docstring.
8993         (isearch-fallback): Refill docstring.
8995         * international/isearch-x.el
8996         (isearch-process-search-multibyte-characters): Remove unneeded
8997         `concat'.  Add intermediate values to `junk-hist' instead of
8998         `minibuffer-history'.  Test the length of `str'.
9000 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
9002         * allout.el (allout-resolve-xref): Fix typos in error strings.
9003         (allout-before-change-protect): Remove unneeded `concat'.
9005         * array.el (array-mode, array-reconfigure-rows)
9006         (untabify-backward): Fix typos in docstrings.
9007         (array-reconfigure-rows): Use `insert-buffer-substring', not
9008         `insert-buffer'.
9010         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
9011         * progmodes/ada-mode.el (ada-make-body):
9012         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
9014         * dired.el (dired-log):
9015         * tar-mode.el (tar-subfile-save-buffer):
9016         * play/zone.el (zone-pgm-stress-destress):
9017         Use `insert-buffer-substring', not `insert-buffer'.
9019 2005-07-17  Simon Josefsson  <jas@extundo.com>
9021         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
9023 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
9025         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
9026         Add plain auth method.
9027         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
9029 2005-07-17  Kim F. Storm  <storm@cua.dk>
9031         * ido.el (dired-other-window): Add ido property.
9033 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
9035         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
9036         Fix typo in docstring.
9037         (byte-compile-interactive-only-functions): Add `insert-buffer' and
9038         `insert-file-literally'.
9040         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
9041         info and delete redundant message.  Doc fix.
9042         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
9043         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
9045 2005-07-16  Richard M. Stallman  <rms@gnu.org>
9047         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
9048         (byte-compile-and): Use byte-compile-and-recursion.
9049         (byte-compile-or-recursion): New function.
9050         (byte-compile-or): Use that.
9051         (byte-compile-if): Guard the else-clause too.
9052         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
9054         * isearch.el (isearch-mode-end-hook-quit): New variable.
9055         (isearch-done): Bind it.
9056         (isearch-mode-end-hook): Doc fix.
9058         * allout.el (allout-isearch-did-quit): Variable deleted.
9059         (allout-real-isearch-abort): Function name no longer used.
9060         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
9061         (allout-isearch-rectification): isearch-mode always exists.
9062         Don't set allout-isearch-did-quit.
9063         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
9064         allout-isearch-did-quit.
9065         (allout-enwrap-isearch): Just add the hook.
9066         (allout-isearch-abort): Function deleted.
9067         (allout-pre-command-business): Avoid warning.
9069         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
9070         Correctly avoid warnings.
9071         (pascal-outline): Likewise.
9073         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
9075         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
9077         * play/tetris.el (tetris-mode): Avoid warning.
9079         * play/snake.el (snake-mode): Avoid warning.
9081         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
9082         (gamegrid-set-display-table): Avoid warning.
9083         (gamegrid-set-timer): Likewise.
9084         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
9085         (gamegrid-add-score-with-update-game-score-1): Take FILE
9086         as argument.
9087         (gamegrid-add-score-with-update-game-score): Pass that argument.
9088         Rename have-shared-game-dir to gamegrid-shared-game-dir.
9090         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
9092         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
9093         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
9095         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
9096         and insert-file.
9098         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
9099         (sc-ask): Avoid warnings.
9101         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
9102         (eshell-hist-initialize): Use that var the natural way.
9104         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
9106         * emacs-lisp/re-builder.el (reb-cook-regexp):
9107         Avoid warning calling lre-compile-string.
9108         (reb-color-display-p): Avoid warning.
9110         * calculator.el (calculator-last-input): Guard uses
9111         of event-key and key-press-event-p.
9112         (event-key, key-press-event-p): Delete definitions.
9114         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
9115         (find-gc-source-directory, find-gc-subrs-callers)
9116         (find-gc-noreturn-list, find-gc-source-files)
9117         (find-gc-subrs-called): Vars renamed and defvar'd.
9119         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
9120         (checkdoc-overlay-put, checkdoc-delete-overlay)
9121         (checkdoc-overlay-start, checkdoc-overlay-end)
9122         (checkdoc-mode-line-update, checkdoc-char=):
9123         Define such that compiler knows they are defined.
9124         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
9125         (checkdoc-read-event): Delete.  Use read-event directly.
9127         * whitespace.el (whitespace-make-overlay)
9128         (whitespace-overlay-put, whitespace-delete-overlay)
9129         (whitespace-overlay-start, whitespace-overlay-end):
9130         Define such that compiler knows they are defined.
9131         (whitespace): Move conditional inside.
9133         * tempo.el (tempo-insert-template): Suppress warning.
9135         * ediff-diff.el (longlines-mode): Add defvar.
9137 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
9139         * server.el: Bind "C-x #" in a way that works even if C-x is
9140         redefined to a command key, not a prefix key.
9142 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
9144         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
9145         cl-make-type-test till execution time.
9147 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
9149         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
9150         arg ARG and use it.
9152 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
9154         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
9156 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
9158         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
9159         a defcustom with two :set or :type keywords.
9161 2005-07-15  Richard M. Stallman  <rms@gnu.org>
9163         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9164         Don't give ^M comment-end syntax.
9166 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
9168         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
9169         Don't consider gdbmi (gdb-mi.el has its own update functions).
9170         (gdb-var-delete): Make it work for gdbmi as well.
9171         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
9173         * progmodes/gud.el (etags, sdb): Only require etags when needed.
9174         (gud-speedbar-menu-items): Correct logic for enabling items.
9176 2005-07-15  Kim F. Storm  <storm@cua.dk>
9178         * ido.el: Fix commentary.
9179         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
9180         Use with-no-warnings around ffap-guesser.
9181         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
9182         Let bind minibuffer-completing-file-name to t.
9184 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
9186         * startup.el (site-run-file, keyboard-type): Doc fixes.
9187         (command-line): Check for "--basic-display" argument; also for
9188         "--quick", not "--bare-bones" (which was renamed).
9189         (fancy-splash-text): Add missing item "Getting New Versions".
9190         (normal-splash-screen): Fix typos and improve consistency with
9191         `fancy-splash-text'.  Update copyright year.
9193         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
9194         valid binding for `help-char'.
9196         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
9198 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
9200         * term.el (term-mode): Disable cua-mode for term buffers.
9202 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
9204         * add-log.el (add-log-mailing-address, change-log-merge):
9205         Doc fixes.
9206         (change-log-get-method-definition): Fix typo in docstring.
9208 2005-07-14  Kim F. Storm  <storm@cua.dk>
9210         * emulation/cua-base.el:
9211         (cua--pre-command-handler-1, cua--pre-command-handler)
9212         (cua--post-command-handler-1, cua--post-command-handler):
9213         Split in two.  Check (buffer local) value of cua-mode.
9214         (cua-selection-mode): New command.
9216 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
9218         * custom.el (custom-initialize-safe-set)
9219         (custom-initialize-safe-default): Doc fixes.
9221         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
9222         and simplify :init-value again.
9224         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
9225         and simplify :init-value again.  Delete autoload.
9227         * startup.el (command-line): Use `custom-reevaluate-setting' again
9228         for tooltip-mode.
9230         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
9231         a defcustom with two :initialize keywords.
9233 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
9235         * allout.el (my-mark-marker, allout-isearch-prior-pos)
9236         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
9237         (allout-post-command-business, allout-flag-region)
9238         (isearch-reenable-font-lock, allout-yank)
9239         (allout-insert-latex-header, allout-insert-latex-trailer)
9240         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
9241         (allout-latex-verb-quote): Fix typos in docstrings.
9242         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
9243         (allout-unprotected, allout-prefix-data):
9244         Improve argument/docstring consistency.
9245         (allout-chart-subtree): Fix argument spec.
9246         (allout-open-topic): Rename `use_sib_bullet' argument to
9247         `use-sib-bullet'.  Doc fix.
9249         * whitespace.el (whitespace-check-buffer-leading)
9250         (whitespace-check-buffer-trailing)
9251         (whitespace-check-buffer-indent)
9252         (whitespace-check-buffer-spacetab)
9253         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
9254         (whitespace-check-leading-whitespace)
9255         (whitespace-check-trailing-whitespace)
9256         (whitespace-check-spacetab-whitespace)
9257         (whitespace-check-indent-whitespace)
9258         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
9259         (whitespace-modes): Fix typos in docstrings.
9260         (defgroup, defcustom): Doc fixes.
9262         * winner.el (winner-mode, winner-boring-buffers)
9263         (winner-pending-undo-ring): Doc fixes.
9264         (winner-ring): Remove unneeded `progn'.
9265         (winner-equal): `defsubst' it.
9266         (winner-redo): Fix message.
9268 2005-07-13  Kim F. Storm  <storm@cua.dk>
9270         * simple.el (line-move-1): Always use vertical-motion to
9271         do the last (or only) line move to ensure some movement.
9272         Undo 2005-06-23 change--don't check for overlays.
9274 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9276         * term/mac-win.el (ccl-encode-mac-roman-font)
9277         (ccl-encode-mac-centraleurroman-font)
9278         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
9279         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
9280         Change charset-id boundary of dimension to ?\xef.
9281         (mac-char-fontspec-list): New constant.
9282         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
9283         argument.  Nil uses itself as family in font-spec.  Previous
9284         behavior for nil is now provided by non-nil non-string argument.
9285         All callers changed.  Add font-specs for Mac fonts to
9286         "fontset-default" unless iso8859-1 fonts are installed.
9288 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9290         * progmodes/sh-script.el (sh-get-indent-info): Only indent
9291         a continuation line if the \ is preceded by SPC or TAB.
9292         (sh-get-indent-info): Simplify.
9293         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
9294         Use with-current-buffer.
9296         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
9297         when the matched text is empty.
9299 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
9301         * startup.el (command-line): Revert to previous handling of
9302         tooltip-mode.  Explain in comment why the complexity is needed.
9304         * tooltip.el (tooltip-mode): Revert to previous implementation of
9305         its defcustom.
9307         * frame.el (blink-cursor-mode): Revert to previous implementation
9308         of its defcustom.  Update comment.
9310 2005-07-12  Lars Hansen  <larsh@soem.dk>
9312         * desktop.el: Update e-mail address.
9314 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9316         * term/mac-win.el (mac-services-mail-selection)
9317         (mac-services-mail-to): New functions.
9318         (mac-application-menu-map): Bind them.
9320 2005-07-12  wulei <milton@wulei.net>  (tiny change)
9322         * progmodes/gdb-ui.el: Add note about buffering with Windows.
9324 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
9326         * custom.el (custom-reevaluate-setting): Doc fix.
9328 2005-07-11  Jay Belanger  <belanger@truman.edu>
9330         * calc/calc.el (calc-embedded-announce-formula-alist)
9331         (calc-embedded-open-close-plain-alist)
9332         (calc-embedded-open-close-mode-alist): Add checks for additional
9333         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
9335 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
9337         * custom.el (custom-enable-theme): Don't add theme to
9338         `custom-enabled-themes' with `push' because there is no
9339         setf-method for `delq'.
9341 2005-07-11  Richard M. Stallman  <rms@gnu.org>
9343         * custom.el (custom-declare-variable): Doc fix.
9345         * dired-aux.el (dired-compare-directories): Remove "." and ".."
9346         from the alists.
9348         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
9349         Do nothing if edebug-active.
9351         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
9352         (edebug-display): Do it here instead.
9354 2005-07-10  Richard M. Stallman  <rms@gnu.org>
9356         * cus-face.el (custom-theme-set-faces): Make it work.
9357         (custom-reset-faces): Doc fix.
9358         (custom-theme-reset-internal-face, custom-theme-face-value):
9359         Functions deleted.
9361         * custom.el (custom-push-theme): Maintain list of the settings
9362         of a given theme in its theme-settings property.
9363         Maintain position of old settings in the theme-value
9364         or theme-face property.
9365         (custom-enabled-themes): New variable.
9366         (custom-theme-enabled-p): New function.
9367         (provide-theme): Update custom-enabled-themes.
9368         Disable and reenable the `user' theme.
9369         (require-theme): Doc fix.
9370         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
9371         (custom-theme-value, custom-theme-variable-value): Likewise.
9372         (custom-theme-reset-internal): Likewise.
9373         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
9374         (custom-enable-theme, custom-disable-theme): New functions.
9375         (custom-variable-theme-value, custom-face-theme-value): Likewise.
9376         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
9377         (custom-theme-reset-variables): Simplify.
9378         (deftheme, custom-declare-theme, custom-make-theme-feature):
9379         Definitions moved.
9381 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
9383         * longlines.el (longlines-show-region)
9384         (longlines-unshow-hard-newlines): Recognize hard newlines by
9385         non-nil hard property, instead of t.
9387 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
9389         * viper-cmd.el (viper--key-maps): New variable.
9390         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
9391         emulation-mode-map-alists.
9392         (viper-envelop-ESC-key): Use viper-subseq.
9393         (viper-search-forward/backward/next): Disable debug-on-error.
9395         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
9396         (viper-ESC-key): New defcustoms.
9398         * viper-macs.el (ex-map-read-args): Use viper-subseq.
9400         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
9401         (viper-subseq): Copy of subseq from cl.el.
9403         * viper.el (viper-go-away, viper-set-hooks): Use
9404         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
9406         * viper-mous.el (viper-current-frame-saved): Use defvar.
9408         * viper-init.el: Get rid of -face in face names.
9410         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
9411         Make it work with longlines mode
9413         * ediff-mult.el (ediff-meta-mode-hook): New variable.
9415         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
9417         * ediff-init.el: Get rid of -face in face names.
9419 2005-07-10  Richard M. Stallman  <rms@gnu.org>
9421         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
9422         and with-timeout-unsuspend.
9424         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
9425         and with-timeout-unsuspend.
9427         * emacs-lisp/timer.el (with-timeout-timers): New variable.
9428         (with-timeout): Bind that variable to record timers.
9429         (with-timeout-suspend, with-timeout-unsuspend): New functions.
9431         * emacs-lisp/debug.el (debug-help-follow): New function.
9432         (debugger-mode-map): Use that instead of help-follow.
9433         (debugger-setup-buffer): Use eval-buffer-list
9434         to handle eval-buffer frames.
9436 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
9438         * timezone.el (timezone-parse-date): Change first regexp
9439         so it will not mistakenly match dates with no time zone.
9441 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
9443         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
9445 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
9447         * custom.el (custom-initialize-safe-set)
9448         (custom-initialize-safe-default): New functions.
9450         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
9451         and simplify :init-value.
9453         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
9454         and simplify :init-value.  Delete obsolete comment.
9456         * startup.el (command-line): Use `custom-reevaluate-setting' to
9457         handle `tooltip-mode'.  Delete obsolete comment.
9459         * files.el (set-visited-file-name): Avoid calling
9460         `file-name-nondirectory' with a nil argument.
9462 2005-07-09  Richard M. Stallman  <rms@gnu.org>
9464         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
9465         was called with nil for the buffer, handle the read position right.
9466         Handle read position for eval-region, too.
9468 2005-07-09  Juri Linkov  <juri@jurta.org>
9470         * fringe.el (fringe-mode): Add period in docstring.
9471         (fringe-query-style): Build prompt depending on `all-frames' arg.
9473         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
9474         to not create links to unrelated functions in the Help buffer.
9476         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
9477         Doc fix.
9479         * simple.el (next-error-hook): New variable.
9480         (next-error): Use it.  Doc fix.
9482         * textmodes/ispell.el (ispell-command-loop): Add current
9483         dictionary name and program name to mode-line-format.
9484         (ispell-region, ispell-process-line): Add current dictionary name
9485         and program name to messages.
9487 2005-07-08  Jay Belanger  <belanger@truman.edu>
9489         * calc/calc.el (calc-embedded-announce-formula-alist)
9490         (calc-embedded-open-close-formula-alist)
9491         (calc-embedded-open-close-word-alist)
9492         (calc-embedded-open-close-plain-alist)
9493         (calc-embedded-open-close-new-formula-alist)
9494         (calc-embedded-open-close-mode-alist)
9495         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
9496         (calc-embedded-mode-hook): New variables.
9498         * calc/calc-embed.el (calc-embedded-firsttime)
9499         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
9500         New variables.
9501         (calc-do-embedded): Use calc-embedded-firsttime,
9502         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
9503         determine whether or not to run hooks.
9504         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
9505         calc-embedded-firsttime-formula appropriately.
9506         Set calc-embedded delimiter variables according to mode.
9508 2005-07-08  Richard M. Stallman  <rms@gnu.org>
9510         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
9511         Check for "emacs", etc., as entire symbol, not just as word.
9512         (checkdoc-file-comments-engine): Use regexp-quote on FN.
9514         * files.el (set-visited-file-name): Report the error
9515         for "empty filename" earlier.
9516         (kill-some-buffers): Ignore buffers already dead.
9518         * fringe.el (fringe-mode): Doc fix.
9520         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
9521         Check for (featurep 'xemacs) and turn off warnings in what it guards.
9522         Use unwind-protect to ensure byte-compile-unresolved-functions
9523         is updated.
9525         * whitespace.el (whitespace-buffer-leading-cleanup):
9526         Simplify w/ skip-chars-forward.
9527         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
9529         * mail/rmail.el (rmail-only-expunge): Fix paren error.
9530         Unconditionally try to leave point at the same old place.
9532 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
9534         * comint.el (comint-postoutput-scroll-to-bottom)
9535         (comint-show-maximum-output): Take scroll-margin into consideration.
9537 2005-07-08  Kim F. Storm  <storm@cua.dk>
9539         * ido.el (ido-use-filename-at-point): New choice `guess'.
9540         (ido-file-internal): Try ffap-guesser if selected.
9542         * ido.el (ido-before-fallback-functions): New hook.
9543         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
9544         (ido-read-file-name): Run it.
9546 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9548         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
9549         strings rather than a list of symbols to the completion function.
9551 2005-07-07  Jay Belanger  <belanger@truman.edu>
9553         * calc/calc-units.el (math-apply-units): Change the places in
9554         which units are simplified.
9556 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
9558         * cus-edit.el (customize-option, customize-option-other-window):
9559         Make them handle aliases.
9561         * custom.el (custom-variable-p): Make it recursively follow
9562         aliases.  Mention that in the docstring.
9564 2005-07-07  Richard M. Stallman  <rms@gnu.org>
9566         * cus-start.el (exec-path): Use `directory' instead of `file'.
9567         Fix tag for nil.
9569 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
9571         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
9572         when called non-interactively.  Doc fix.
9574 2005-07-07  Lute Kamstra  <lute@gnu.org>
9576         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
9577         new address as well.
9579 2005-07-07  Kenichi Handa  <handa@m17n.org>
9581         * international/mule.el (make-coding-system):
9582         Describe `ascii-incompatible' property in the docstring.
9583         (set-file-name-coding-system): Signal an error if coding-system is
9584         ascii-incompatible.
9585         (set-keyboard-coding-system): Likewise.
9587         * international/mule-cmds.el (set-default-coding-systems):
9588         Don't set default-file-name-coding-system and
9589         default-keyboard-coding-system if coding-system is ASCII-incompatible.
9591         * international/utf-16.el: Declare that all UTF-16-based coding
9592         systems are ASCII-incompatible.
9594 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
9596         * progmodes/gud.el: Require font-lock for displaying errors.
9597         Used by gdb-ui.el.
9599 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
9601         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
9602         values for the pattern lists which are `read'able but not
9603         `append'able (like symbols).
9605 2005-07-06  Richard M. Stallman  <rms@gnu.org>
9607         * progmodes/flymake.el (flymake-float-time): Instead of
9608         with-no-warnings, test for xemacs.
9609         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
9610         to avoid warning.
9612 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
9614         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
9616 2005-07-05  Lute Kamstra  <lute@gnu.org>
9618         * battery.el: Add support for Darwin (with much debugging help
9619         from Samuel Lauber <sam124@operamail.com>).
9620         (battery-status-function, battery-echo-area-format)
9621         (battery-mode-line-format): Add support for pmset on Darwin.
9622         (battery-load-low, battery-load-critical): New user options.
9623         (battery-pmset): New function.
9625 2005-07-05  Lute Kamstra  <lute@gnu.org>
9627         Update FSF's address in GPL notices.
9629         * textmodes/page-ext.el: Update FSF's address.
9631 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9633         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
9634         filling from using prefix when filling a single-line docstring.
9636         * progmodes/flymake.el: Remove useless eval-when-compile.
9638         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
9640 2005-07-04  Richard M. Stallman  <rms@gnu.org>
9642         * textmodes/org.el (org-file-apps-defaults-gnu):
9643         Rename from org-file-apps-defaults-linux.
9644         (org-default-apps): Don't test system-type for `linux'.
9645         (org-file-apps): Doc fix.
9647 2005-07-04  David Ponce  <david@dponce.com>
9649         * tree-widget.el: Improve header Commentary section.
9650         (tree-widget) [defgroup]
9651         (tree-widget-image-enable, tree-widget-themes-directory)
9652         (tree-widget-theme, tree-widget-image-properties-emacs)
9653         (tree-widget-image-properties-xemacs, tree-widget-create-image)
9654         (tree-widget-image-formats, tree-widget-control)
9655         (tree-widget-empty-control, tree-widget-leaf-control
9656         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
9657         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
9658         (tree-widget-keep, tree-widget-after-toggle-functions)
9659         (tree-widget-open-node, tree-widget-close-node): Doc fix.
9660         (tree-widget-open-control, tree-widget-close-control): Fix doc and
9661         :help-echo message.
9662         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
9663         (tree-widget-image-properties): Doc fix.  Clearer implementation.
9664         (tree-widget--cursors): New constant.
9665         (tree-widget-lookup-image): New function split from
9666         `tree-widget-find-image'.  Clearer implementation.
9667         (tree-widget-find-image): Use it.
9668         (tree-widget-button-keymap): Use `set-keymap-parent'.
9669         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
9670         Define the sub-widgets here.
9671         (tree-widget-node): Check that :node is not a tree-widget.
9672         (tree-widget-get-super, tree-widget-open-control)
9673         (tree-widget-close-control, tree-widget-empty-control)
9674         (tree-widget-leaf-control, tree-widget-guide)
9675         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
9676         (tree-widget-no-handle, tree-widget-value-delete)
9677         (tree-widget-map): Remove.
9678         (tree-widget-children-value-save): Doc fix.  Simplified.
9679         (tree-widget-value-create): Update according to previous changes.
9681 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
9683         * textmodes/org.el: Leading space replaced by TABS.
9684         (org-recalc-marks, org-table-rotate-recalc-marks)
9685         (org-table-get-specials): Treat "^" and "_" marks.
9686         (org-table-justify-field-maybe): Optional argument NEW.
9687         (org-table-eval-formula): Parsing of the format simplified.
9688         New modes C,I.  Honor the %= parameter in the current table.
9689         Avoid unnecessary re-align by using the NEW argument to
9690         `org-table-justify-field-maybe'.
9691         (org-calc-default-modes): Default for date-format mimicks org-mode.
9692         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
9694 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
9696         * cus-face.el (custom-theme-set-faces): Make it handle face
9697         aliases whose alias declarations are pre- or autoloaded.
9699 2005-07-04  Juri Linkov  <juri@jurta.org>
9701         * faces.el (read-face-name): Put the code for getting a face name
9702         from the buffer before adding the faces from the `face' property.
9703         Use `completing-read-multiple' instead of `completing-read'.
9704         Require `crm'.  Add default value and post-process the returned
9705         list of faces.
9707         * emacs-lisp/crm.el (crm-find-current-element)
9708         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
9710         * emacs-lisp/lisp-mode.el (eval-defun-1):
9711         * emacs-lisp/edebug.el (edebug-eval-defun):
9712         Remove unnecessary quotes.
9714 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9716         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
9717         (prolog-indent-level): Fix typo in docstring.
9719         * info.el (Info-history, Info-history-forward)
9720         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
9722         * add-log.el (add-change-log-entry):
9723         * comint.el (comint-dynamic-list-input-ring)
9724         (comint-dynamic-list-completions):
9725         * dabbrev.el (dabbrev-expand):
9726         * delim-col.el (delimit-columns-rectangle-line):
9727         * diff-mode.el (diff-context->unified, diff-reverse-direction)
9728         (diff-unified->context):
9729         * ediff-init.el (ediff-abbrev-jobname):
9730         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
9731         (ediff-replace-session-activity-marker-in-meta-buffer):
9732         * info.el (Info-summary):
9733         * lpr.el (printify-region):
9734         * printing.el (pr-create-interface):
9735         * ps-print.el (ps-print-quote):
9736         * ses.el (ses-column-widths, ses-print-cell)
9737         (ses-adjust-print-width, ses-center):
9738         * shell.el (shell-file-name-quote-list):
9739         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
9740         (strokes-fill-current-buffer-with-whitespace)
9741         (strokes-xpm-for-stroke, strokes-list-strokes)
9742         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
9743         * term.el (term-dynamic-list-input-ring)
9744         (term-dynamic-list-completions):
9745         * calc/calc.el (math-format-stack-value):
9746         * emacs-lisp/edebug.el (edebug-display-freq-count):
9747         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
9748         (delphi-new-comment-line):
9749         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
9750         * progmodes/executable.el (executable-set-magic):
9751         * progmodes/python.el (inferior-python-mode):
9752         * progmodes/scheme.el (scheme-mode-syntax-table):
9753         * progmodes/sh-script.el (sh-maybe-here-document):
9754         * progmodes/sql.el (sql-copy-column):
9755         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
9756         * textmodes/bibtex.el (bibtex-mode):
9757         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
9758         (sgml-auto-attributes):
9759         * textmodes/table.el (table-insert, table-shorten-cell)
9760         (table--generate-source-scan-lines, table-delete-row)
9761         (*table--cell-delete-char, table--spacify-frame)
9762         (table--horizontally-shift-above-and-below)
9763         (table--cell-insert-char, table--cell-blank-str)
9764         (table--fill-region-strictly):
9765         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
9766         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
9768         * add-log.el (change-log):
9769         * apropos.el (apropos):
9770         * comint.el (comint-completion, comint-source):
9771         * dabbrev.el (dabbrev):
9772         * delim-col.el (columns):
9773         * diff-mode.el (diff-mode):
9774         * ediff.el (ediff):
9775         * ediff-diff.el (ediff-diff):
9776         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
9777         * ediff-mult.el (ediff-mult):
9778         * ediff-ptch.el (ediff-ptch):
9779         * ediff-wind.el (ediff-window):
9780         * facemenu.el (facemenu):
9781         * indent.el (indent):
9782         * info.el (info):
9783         * jka-cmpr-hook.el (compression, jka-compr):
9784         * lpr.el (lpr):
9785         * outline.el (outlines):
9786         * pcmpl-cvs.el (pcmpl-cvs):
9787         * pcmpl-rpm.el (pcmpl-rpm):
9788         * printing.el (printing):
9789         * ps-print.el (postscript, ps-print, ps-print-horizontal)
9790         (ps-print-vertical, ps-print-headers, ps-print-font)
9791         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
9792         (ps-print-background, ps-print-printer, ps-print-page)
9793         (ps-print-miscellany):
9794         * ses.el (ses):
9795         * shell.el (shell, shell-directories, shell-faces):
9796         * startup.el (initialization):
9797         * strokes.el (strokes):
9798         * term.el (term):
9799         * uniquify.el (uniquify):
9800         * w32-vars.el (w32):
9801         * calc/calc.el (calc):
9802         * emacs-lisp/bytecomp.el (bytecomp):
9803         * emacs-lisp/cl-indent.el (lisp-indent):
9804         * emacs-lisp/edebug.el (edebug):
9805         * emacs-lisp/elp.el (elp):
9806         * emacs-lisp/testcover.el (testcover):
9807         * emacs-lisp/trace.el (trace):
9808         * emulation/viper-ex.el (viper-ex):
9809         * emulation/viper-mous.el (viper-mouse):
9810         * mail/mailalias.el (mailalias):
9811         * mail/supercite.el (supercite, supercite-frames)
9812         (supercite-attr, supercite-cite, supercite-hooks):
9813         * net/rcompile.el (remote-compile):
9814         * net/rlogin.el (rlogin):
9815         * obsolete/ooutline.el (outlines):
9816         * progmodes/delphi.el (delphi):
9817         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
9818         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
9819         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
9820         (ebnf-optimization):
9821         * progmodes/etags.el (etags):
9822         * progmodes/executable.el (executable):
9823         * progmodes/idlwave.el (idlwave):
9824         * progmodes/pascal.el (pascal):
9825         * progmodes/prolog.el (prolog):
9826         * progmodes/python.el (python):
9827         * progmodes/scheme.el (scheme):
9828         * progmodes/sh-script.el (sh, sh-script):
9829         * progmodes/sql.el (SQL):
9830         * progmodes/tcl.el (tcl):
9831         * textmodes/bibtex.el (bibtex, bibtex-autokey):
9832         * textmodes/enriched.el (enriched):
9833         * textmodes/makeinfo.el (makeinfo):
9834         * textmodes/sgml-mode.el (sgml):
9835         * textmodes/table.el (table-hooks):
9836         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
9837         * textmodes/texinfo.el (texinfo):
9838         * textmodes/two-column.el (two-column):
9839         Finish `defgroup' description with period.
9841         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
9842         * eshell/esh-var.el (eshell-var):
9843         * progmodes/vhdl-mode.el (vhdl-testbench):
9844         * textmodes/org.el (org): Fix typos in docstrings.
9846         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
9847         consistency.
9849         * progmodes/flymake.el (flymake-find-file): Remove.
9850         (flymake-float-time): Use `with-no-warnings'.
9851         (flymake-check-start-time, flymake-check-was-interrupted)
9852         (flymake-err-info, flymake-is-running, flymake-last-change-time)
9853         (flymake-new-err-info): `defvar' at compile time.
9855 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
9857         * replace.el (occur-hook): Doc fix.
9858         (occur-1): Don't call `occur-hook' if there are no matches.
9860 2005-07-03  Richard M. Stallman  <rms@gnu.org>
9862         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
9863         global-map, save the same map.
9864         (global-map): Don't alter it at top level.
9865         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
9866         Then alter it here instead.
9867         (tpu-edt-off): Set global-map to the saved one.
9869         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
9870         All references simplified.
9871         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
9872         (zmacs-regions): Add defvar.
9873         (repeat-complex-command-map): Everything about that deleted.
9875         * textmodes/artist.el (artist-key-is-drawing)
9876         (artist-key-endpoint1, artist-key-poly-point-list)
9877         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
9878         (artist-key-compl-table, artist-rb-save-data)
9879         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
9880         Don't put them in eval-when-compile.
9881         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
9883         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
9884         Use with-no-warnings.
9886         * net/browse-url.el (dos-windows-version): Add defvar.
9888         * mail/supercite.el (filladapt-prefix-table): Add defvar.
9890         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
9891         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
9892         (rmail-new-summary-line-count): Rename from new-summary-line-count.
9893         Add defvar.
9894         (rmail-summary-beginning-of-message): Use with-no-warnings.
9895         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
9897         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
9898         Use with-no-warnings.
9900         * emulation/vi.el (vi-mark-region): Use c-mark-function.
9901         (c-mark-function): Add point-moving-unit property.
9902         (vi-goto-line): Use with-no-warnings.
9904         * emulation/edt.el (edt-last-copied-word): Add defvar.
9905         (zmacs-region-stays): Likewise.
9906         (edt-mark-section-wisely): Use c-mark-function for C.
9907         Use makr-defun for Fortran.
9908         (time-string): defvar deleted.
9909         (edt-display-the-time): Don't set time-string.
9911         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
9913         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
9914         Don't warn when name is not constant
9915         or for defining the group `emacs'.
9917         * tooltip.el (gud-tooltip-mode): Add defvar.
9919         * startup.el (default-frame-background-mode): Add defvar.
9921         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
9923         * info.el (tool-bar-map): Add defvar.
9925         * dired.el (dnd-protocol-alist): Add defvar.
9927         * dired-aux.el (dired-query): Display question with answer, when
9928         the user answers.
9930         * custom.el (custom-add-option): Doc fix.
9932         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
9934 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
9936         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
9937         bogus name from the last change.
9939 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
9941         * custom.el (custom-declare-variable): Fix typos in comment.
9942         (custom-known-themes): Doc fix.
9943         (custom-theme-directory): New defcustom.
9944         (require-theme): Make it check `custom-theme-directory'.
9946         * cus-theme.el (custom-new-theme-mode): New function.
9947         (custom-theme-name, custom-theme-variables, custom-theme-faces)
9948         (custom-theme-description): Add compiler defvars.
9949         (customize-create-theme): Add doc to the "*New Custom Theme*"
9950         buffer.  Use `custom-new-theme-mode'.
9951         (custom-theme-write): Put the created buffer in emacs-lisp-mode
9952         and save it to the `custom-theme-directory'.  Make this the
9953         default directory of the buffer.
9955 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
9957         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
9958         Fix unbalanced parentheses.
9960 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9962         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
9963         into flymake-mode and delegate to flymake-mode.
9965         * find-file.el (ff-which-function-are-we-in): Clean up.
9967 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
9969         * replace.el (occur-rename-buffer): Fix docstring.
9971         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
9972         (edt-last-copied-word, edt-learn-macro-count)
9973         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
9974         (edt-rect-start-point, edt-user-global-map, rect-start-point)
9975         (time-string, zmacs-region-stays):
9976         * emulation/edt-mapper.el (edt-save-function-key-map)
9977         (EDT-key-name): `defvar' to silence the byte-compiler.
9979 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
9981         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
9982         font-lock-regexp-backslash.  Doc fix.
9983         (font-lock-regexp-backslash-grouping-construct): Rename from
9984         font-lock-regexp-backslash-construct.  Doc fix.
9985         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
9986         grouping constructs.
9988 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
9990         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
9991         updating all the prerequisites.
9993 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
9995         * textmodes/org.el (org-agenda-start-on-weekday)
9996         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
9997         (org-agenda-use-time-grid, org-archive-location)
9998         (org-allow-space-in-links, org-usenet-links-prefer-google)
9999         (org-enable-table-editor, org-export-default-language)
10000         (org-export-html-show-new-buffer, org-fill-paragraph)
10001         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
10002         (org-goto-quit, org-occur, org-eval-in-calendar)
10003         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
10004         (org-agenda-diary-entry, org-remember-help)
10005         (org-table-convert-region, org-at-table-p)
10006         (org-table-move-row-down, org-table-move-row-up)
10007         (org-table-copy-region, org-table-toggle-vline-visibility)
10008         (org-table-get-stored-formulas, org-table-get-specials)
10009         (org-recalc-commands, org-table-eval-formula)
10010         (org-table-formula-substitute-names, orgtbl-make-binding)
10011         (org-format-org-table-html, org-format-table-table-html)
10012         (org-format-table-table-html-using-table-generate-source)
10013         (org-customize): Fix typos in docstrings.
10014         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
10015         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
10016         (org-back-to-heading): Doc fixes.
10017         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
10018         (org-agenda-change-all-lines, org-get-header):
10019         Improve argument/docstring consistency.
10020         (orgtbl-error): Fix error message.
10022         * progmodes/flymake.el (flymake-find-possible-master-files)
10023         (flymake-master-file-compare, flymake-get-line-err-count)
10024         (flymake-highlight-line, flymake-gui-warnings-enabled):
10025         Fix typos in docstrings.
10026         (flymake-parse-line, flymake-get-project-include-dirs-function)
10027         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
10028         Doc fixes.
10029         (flymake-get-project-include-dirs-function)
10030         (flymake-make-err-menu-data):
10031         Improve argument/docstring consistency.
10033 2005-07-01  Lute Kamstra  <lute@gnu.org>
10035         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
10036         Catch errors with ignore-errors.  Use temporary buffer.
10037         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
10039         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
10040         background color faces.
10041         (facemenu-set-foreground, facemenu-set-background):
10042         Use facemenu-set-face-from-menu.
10043         (facemenu-set-face-from-menu): Treat face names that start with
10044         "fg:" or "bg:" as special.
10045         (facemenu-add-new-color): Don't create faces.  Simplify.
10047 2005-06-30  Richard M. Stallman  <rms@gnu.org>
10049         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
10050         (crm-find-current-element): Likewise.
10052 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
10054         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
10056 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10058         * arc-mode.el (archive-extract): Make it work as a mouse binding.
10059         (archive-mouse-extract): Make it an obsolete alias.
10060         (archive-mode-map): Don't use archive-mouse-extract any more.
10061         (archive-mode, archive-extract): write-contents-hooks ->
10062         write-contents-functions.
10063         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
10064         first arg.
10065         (archive-rename-entry): Update the call.
10066         (archive-zip-summarize): Remove unused var `method'.
10067         (archive-lzh-summarize): Remove unused var `creator'.
10069         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
10070         dedicated frame upon exit.
10072         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
10073         (archive-zip-extract, archive-zip-expunge)
10074         (archive-zip-update, archive-zip-update-case): Use executable-find.
10075         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
10076         Use restore-buffer-modified-p.
10077         (archive-extract, archive-add-new-member, archive-write-file-member):
10078         Use with-current-buffer.
10079         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
10081 2005-06-30  Andreas Schwab  <schwab@suse.de>
10083         * progmodes/gud.el (gud-filter): Remove unneeded progn.
10085 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
10087         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
10089 2005-06-30  Juri Linkov  <juri@jurta.org>
10091         * faces.el (vertical-border): Inherit from mode-line-inactive
10092         only on tty.
10094 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
10096         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
10097         example, -NLINES in the `occur' docstring).
10099         * replace.el (occur-1): When no matches are found, do not set the
10100         `buffer-read-only' and modified flags for the occur buffer,
10101         because it is deleted.
10103         * emulation/cua-base.el (cua-check-pending-input)
10104         (cua-repeat-replace-region, cua-mode, cua-debug)
10105         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
10106         Fix typos in docstrings.
10108         * emulation/cua-gmrk.el (cua-toggle-global-mark)
10109         (cua-cut-region-to-global-mark)
10110         (cua--cut-rectangle-to-global-mark):
10111         Remove period from end of messages.
10113         * emulation/cua-rect.el (cua-do-rectangle-padding):
10114         Remove period from end of messages.
10115         (cua--rectangle-seq-format): Fix typo in docstring.
10116         (cua-sequence-rectangle, cua-fill-char-rectangle):
10117         Improve argument/docstring consistency.
10119 2005-06-29  Juri Linkov  <juri@jurta.org>
10121         * faces.el (default-frame-background-mode): New internal variable.
10122         (frame-set-background-mode): Use it.
10124         * startup.el (normal-top-level): Set default-frame-background-mode
10125         instead of frame-background-mode.  Before setting it, test for its
10126         nil value.  Remove tests for frame-background-mode and frame
10127         parameter `reverse'.  Add test for "unspecified-fg".
10129         * term/xterm.el (xterm-rxvt-set-background-mode):
10130         * term/rxvt.el (rxvt-set-background-mode):
10131         Set default-frame-background-mode instead of frame-background-mode.
10133 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
10135         * simple.el (set-variable): Warn about obsolete user variables.
10137         * imenu.el (imenu--completion-buffer):
10138         * mouse.el (mouse-buffer-menu-alist):
10139         * msb.el (msb-invisible-buffer-p):
10140         * calendar/diary-lib.el (diary-header-line-format):
10141         * emacs-lisp/pp.el (pp-buffer):
10142         * progmodes/cperl-mode.el (cperl-do-auto-fill):
10143         * textmodes/picture.el (picture-replace-match):
10144         Change space constants followed by a sexp to "?\s ".
10146         * play/decipher.el (decipher-loop-with-breaks):
10147         * textmodes/texinfo.el (texinfo-insert-@item): Change space
10148         constants "protected" from end of line by a comment to "?\s".
10150 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10152         * font-lock.el (save-buffer-state): Use `declare'.
10154         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
10155         reset the syntax-table to cperl-mode-syntax-table.
10156         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
10157         "foo_print_bar" is not matched as a reserved keyword.
10159 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
10161         * textmodes/org.el (orgtbl-setup): New function, for delayed
10162         setup for the orgtbl commands.
10163         (org-calc-default-modes): New option.
10164         (orgtbl-make-binding): Use `defun' to get better help display.
10165         (org-diary): Call `org-compile-prefix-format'.
10166         (org-table-formula-substitute-names): New function.
10167         (org-agenda-day-view, org-agenda-week-view): New commands.
10168         (org-agenda-toggle-week-view): Command removed.
10169         (org-tbl-menu): Split off from org-org-menu.
10170         (org-mode): Move removal of outline-mode menus to here.
10171         (org-table-formula-debug): New option.
10172         (org-table-insert-row): Keep first field if just "#" or "*".
10173         (org-mode): Paragraph regexps fixed.
10174         (org-table-recalculate-regexp): New constant.
10175         (org-table-justify-field-maybe): Avoid replace if not necessary.
10176         (org-copy-special, org-cut-special): Use `call-interactively'.
10177         (org-table-copy-region): Take region from `interactive' call.
10178         (org-trim): Return string even if no match.
10179         (org-formula): New face.
10180         (org-set-font-lock-defaults): No longer highlight "FIXME".
10181         But highlight formula-related fields in table.
10182         (org-table-p): Use regexp, not fontification.
10183         (org-table-align): Handle white space at end of line.
10184         (org-table-formula-evaluate-inline): New option.
10185         (org-mode): Auto-wrapping in comment lines turned off.
10186         (org-table-copy-down): Evaluate only in copied field, not in
10187         destination.
10188         (org-table-current-formula): Variable removed.
10189         (org-table-store-formulas, org-table-get-stored-formulas)
10190         (org-table-modify-formulas, org-table-replace-in-formulas)
10191         (org-table-maybe-eval-formula): New functions.
10192         (org-table-get-formula): Modify to use stored formulas.
10193         (org-table-insert-column, org-table-delete-column)
10194         (org-table-move-column): Call `org-table-modify-formulas'.
10195         (org-complete): Add completion for keyword formulas.
10196         (orgtbl-mode): Pull orgtbl-mode-map to start of
10197         minor-mode-map-alist.
10199 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10201         * progmodes/python.el (python-check): Require `compile' before
10202         modifying its variables.
10204         * newcomment.el (comment-indent-default): Don't get fooled by an early
10205         end of buffer.
10207 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10209         * ps-print.el (ps-print-version): Fix version number.
10211 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
10213         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
10215 2005-06-28  Richard M. Stallman  <rms@gnu.org>
10217         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
10218         (flyspell-local-mouse-map): Declaration deleted.
10219         (flyspell-mouse-map): Bind only mouse-2.
10220         (flyspell-mode-map): Don't test flyspell-use-local-map.
10221         (flyspell-overlay-keymap-property-name): Var deleted.
10222         (flyspell-mode-on): Don't make local bindings for
10223         flyspell-mouse-map and flyspell-mode-map.
10224         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
10226         * textmodes/ispell.el (ispell-word): Do not ignore short words.
10228         * progmodes/compile.el (compilation-next-error-function):
10229         Don't switch buffers; operate on the current buffer.
10231         * progmodes/compile.el (compilation-error-file-name)
10232         (compilation-warning-file-name, compilation-info-file-name)
10233         (compilation-line-number, compilation-column-number): New faces.
10234         (compilation-error-face, compilation-warning-face)
10235         (compilation-info-face, compilation-line-face)
10236         (compilation-column-face): Use them.
10238         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
10240         * comint.el (comint-password-prompt-regexp): Accept ", try again".
10242         * bindings.el (global-map): Bind insertchar and its variants.
10244 2005-06-27  Richard M. Stallman  <rms@gnu.org>
10246         * textmodes/artist.el (artist-text-overwrite)
10247         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
10249 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10251         * ps-print.el: It was not working the page selection for printing.
10252         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
10253         (ps-print-version): New version 6.6.7.
10254         (ps-end-sheet): New fun.
10255         (ps-header-sheet, ps-end-job): Call it.
10257 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
10259         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
10261 2005-06-27  Lute Kamstra  <lute@gnu.org>
10263         * facemenu.el (facemenu-unlisted-faces): Add foreground and
10264         background color faces.
10265         (facemenu-get-face): Delete function.
10266         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
10267         (facemenu-add-new-color): Make second argument mandatory.
10268         Create the appropriate face and return it.  Simplify.
10269         (facemenu-set-foreground, facemenu-set-background): Don't check if
10270         color is defined.  Use return value of facemenu-add-new-color.
10272 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
10274         * progmodes/gud.el (gud-filter): Add missing argument to
10275         with-selected-window.
10277 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10279         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
10280         a :require to the defcustom.
10282         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
10283         defcustoms corresponding to minor modes.
10285 2005-06-26  David Ponce  <david@dponce.com>
10287         * recentf.el: Require tree-widget instead of wid-edit.
10288         (recentf-filename-handler): Fix widget :type.
10289         (recentf-cancel-dialog, recentf-open-more-files)
10290         (recentf-open-files-action): Doc fix.
10291         (recentf-dialog-goto-first): New function.
10292         (recentf-dialog-mode-map): Set parent keymap first.
10293         (recentf-dialog-mode): Define with define-derived-mode.
10294         Don't display continuation lines in dialogs.
10295         (recentf-edit-list): Rename from recentf-edit-selected-items.
10296         (recentf-edit-list-select): Rename from recentf-edit-list-action.
10297         Simplify.
10298         (recentf-edit-list-validate): New function.
10299         (recentf-edit-list): Update accordingly.
10300         (recentf-open-files-item-shift): Remove.
10301         (recentf-open-files-item): Convert menu elements into tree and
10302         link widgets.  Don't create the widgets.
10303         (recentf-open-files): Update accordingly.
10304         (recentf-save-list): Untabify.
10306 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
10308         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
10309         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
10310         partially contained in the active region.  Do not take active
10311         region into account when called from Lisp, unless INTERACTIVE arg
10312         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
10313         avoid trouble with fields.  Make marker point nowhere when no
10314         longer used.  Always return nil.  Doc fix.
10315         (flush-lines): Add INTERACTIVE arg.  Do not take active region
10316         into account when called from Lisp, unless INTERACTIVE arg is
10317         non-nil.  Use `forward-line' instead of `beginning-of-line' to
10318         avoid trouble with fields.  Make marker point nowhere when no
10319         longer used.  Always return nil.  Doc fix.
10320         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
10321         interchangeable.  Do not take active region into account when
10322         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
10323         message in echo area when called from Lisp, unless INTERACTIVE arg
10324         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
10325         Return the number of matches.  Doc fix.
10326         (occur): Doc fix.
10327         (perform-replace): Make comment follow double space convention for
10328         the sake of `outline-minor-mode'.
10330         * faces.el (facep): Doc fix.
10332 2005-06-25  Richard M. Stallman  <rms@gnu.org>
10334         * facemenu.el (facemenu-enable-faces-p): New function.
10335         (facemenu-background-menu, facemenu-foreground-menu)
10336         (facemenu-face-menu): Add menu-enable property.
10338         * jka-compr.el (jka-compr-insert-file-contents):
10339         Special handling if cannot find the uncompression program.
10341         * cus-face.el (custom-face-attributes): Add autoload.
10343         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10344         Bind comment-indent-function locally.
10346         * window.el (save-selected-window): Use save-current-buffer.
10348         * subr.el (with-selected-window): Use save-current-buffer.
10350         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
10351         and with-current-buffer.
10353 2005-06-24  Richard M. Stallman  <rms@gnu.org>
10355         * simple.el (line-move-1): Fix previous change.
10357 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10359         * replace.el (occur-1): Set `buffer-read-only' and the
10360         buffer-modified flag before running `occur-hook' to protect
10361         against unintentional buffer switches that can lead to data loss.
10363 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
10365         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
10366         (gud-gdb-marker-filter): Use font-lock-warning-face for any
10367         initial error.
10369         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
10370         after fresh input.
10371         (gdb-var-create-handler): Put name of expression in quotes.
10373 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
10375         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
10376         elements of RING in order, and without bogus nil elements.
10378 2005-06-23  Richard M. Stallman  <rms@gnu.org>
10380         * simple.el (set-variable): Args renamed; doc fix.
10381         (line-move-1): When there are overlays around, use vertical-motion.
10383         * faces.el (escape-glyph): Use brown against light background.
10384         (nobreak-space): Rename from no-break-space.
10385         Fix previous change.
10387         * dired-aux.el (dired-do-copy): Fix arg prompt.
10389         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
10391 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
10393         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
10394         rather than "Distributor".
10396 2005-06-23  Lute Kamstra  <lute@gnu.org>
10398         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
10399         (debug-on-entry): Use it.  New interactive declaration that uses
10400         function-called-at-point.
10402 2005-06-23  Kim F. Storm  <storm@cua.dk>
10404         * subr.el (save-match-data): Add comment about using evaporate arg
10405         to set-match-data.
10407 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
10409         * cus-edit.el (customize-face)
10410         (customize-face-other-window): Handle face aliases.
10412         * faces.el (face-documentation, set-face-attribute)
10413         (face-spec-set): Handle face aliases.
10415 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
10417         * help-mode.el (help-make-xrefs): If a symbol representing a face
10418         name is not followed by the word "face", it could still be a
10419         function or variable name, so don't bypass other checks.
10421 2005-06-22  Juri Linkov  <juri@jurta.org>
10423         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
10424         Replace aliased functions with calls where second arg `inherit' is t.
10426 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
10428         * progmodes/gdb-ui.el (gdb-error): New variable.
10429         (gdb-error): New function.
10430         (gdb-annotation-rules): Act on error-begin and error annotations.
10431         (gdb-concat-output): Use font-lock-warning-face for errors.
10433 2005-06-22  Miles Bader  <miles@gnu.org>
10435         * bindings.el (propertized-buffer-identification): Use renamed
10436         `Buffer-menu-buffer' face.
10438         * faces.el (vertical-border): Rename from `vertical-divider'.
10439         (escape-glyph): Change dark-background color back to `cyan'.
10441 2005-06-21  Juri Linkov  <juri@jurta.org>
10443         * faces.el (face-user-default-spec): Try getting `customized-face'
10444         prior to `saved-face'.
10445         (frame-background-mode): Refill docstring.
10447         * emacs-lisp/lisp-mode.el (eval-defun-1):
10448         * emacs-lisp/edebug.el (edebug-eval-defun):
10449         Set `saved-face' temporarily to nil before calling form.
10450         Set `customized-face' to the new spec after that.
10452 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10454         * subr.el (1value, lambda, key-substitution-in-progress):
10455         Doc fixes.
10457         * autoinsert.el (auto-insert-alist):
10458         * ses.el (ses-call-printer):
10459         * subr.el (noreturn):
10460         * emacs-lisp/lisp.el (check-parens):
10461         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
10462         * net/browse-url.el (browse-url-mosaic):
10463         * progmodes/cc-defs.el (c-safe-scan-lists):
10464         * progmodes/ebnf-abn.el (ebnf-abn-lex):
10465         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
10466         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
10467         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
10468         * progmodes/ebnf-iso.el (ebnf-iso-lex):
10469         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
10471 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10473         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
10475 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
10477         * calendar/appt.el (appt-make-list): Activate the package, if
10478         not already active (for backwards compatibility).
10480 2005-06-20  Kim F. Storm  <storm@cua.dk>
10482         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
10484 2005-06-20  Miles Bader  <miles@gnu.org>
10486         * faces.el (vertical-divider): New face.
10488 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
10490         * simple.el (kill-whole-line): Doc fix.
10491         (next-error-buffer-p, next-error-find-buffer)
10492         (clone-indirect-buffer): Fix typos in docstrings.
10493         (comment-line-break-function): Doc fix: don't say variable
10494         is automatically buffer-local (it isn't).
10496 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
10498         * net/tramp-ftp.el (top):
10499         * net/tramp-smb.el (top):
10500         * net/tramp-util.el (top):
10501         * net/tramp-uu.el (top):
10502         * net/tramp-vc.el (top):
10503         * net/tramp.el (top): Revert copyright years back to original
10504         ones.  Tramp has a life outside GNU Emacs.
10506 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
10508         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
10510 2005-06-18  Juri Linkov  <juri@jurta.org>
10512         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
10513         end of first regexp to limit the match to the position between
10514         line number and source line with same separator character as used
10515         between file name and line number.  In the second regexp limit
10516         mouse-face area to file name and line number by adding new group
10517         for them and referring it in HYPERLINK arg.
10518         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
10519         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
10520         previous line where grep markers may be already removed.
10522 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
10524         * progmodes/ps-mode.el: Update version and maintainer's email address.
10526 2005-06-18  Steve Youngs  <steve@xemacs.org>
10528         * net/browse-url.el (browse-url-browser-function)
10529         (browse-url-default-browser): Add firefox.
10530         (browse-url-firefox-program, browse-url-firefox-arguments)
10531         (browse-url-firefox-startup-arguments)
10532         (browse-url-firefox-new-window-is-tab): New defcustoms.
10533         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
10535 2005-06-17  Richard M. Stallman  <rms@gnu.org>
10537         * startup.el (command-line): Warn if specified user name has
10538         no home directory.
10540         * term.el (term-get-old-input, term-input-filter, term-input-sender)
10541         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
10543         * longlines.el (longlines-mode, longlines-show-hard-newlines):
10544         Doc fixes.
10546         * faces.el (underline): Try bold if terminal doesn't support underline.
10548         * mail/sendmail.el (mail-setup-with-from): New variable.
10549         (mail-insert-from-field): New function.
10550         (sendmail-send-it): Call it.
10551         (mail-setup): Optionally call it here.
10553         * term/linux.el: Call tty-no-underline.
10555 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
10557         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
10559 2005-06-17  Miles Bader  <miles@gnu.org>
10561         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
10562         (ediff-current-diff-C, ediff-current-diff-Ancestor)
10563         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
10564         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
10565         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
10566         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
10567         Remove "-face" suffix from face names.
10568         (ediff-current-diff-face-A, ediff-current-diff-face-B)
10569         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
10570         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10571         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10572         (ediff-even-diff-face-A, ediff-even-diff-face-B)
10573         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10574         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10575         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10576         New backward-compatibility aliases for renamed faces.
10577         (ediff-current-diff-face-A, ediff-current-diff-face-B)
10578         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
10579         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10580         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10581         (ediff-even-diff-face-A, ediff-even-diff-face-B)
10582         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10583         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10584         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10585         Use renamed ediff faces.
10587         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
10588         Remove "-face" suffix from face names.
10589         (eshell-test-ok-face, eshell-test-failed-face):
10590         New backward-compatibility aliases for renamed faces.
10591         (eshell-run-test): Use renamed eshell-test faces.
10593         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
10594         face name.
10595         (eshell-prompt-face): New backward-compatibility alias for renamed
10596         face.
10597         (eshell-emit-prompt): Use renamed eshell-prompt face.
10599         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
10600         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
10601         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
10602         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
10603         Remove "-face" suffix from face names.
10604         (eshell-ls-directory-face, eshell-ls-symlink-face)
10605         (eshell-ls-executable-face, eshell-ls-readonly-face)
10606         (eshell-ls-unreadable-face, eshell-ls-special-face)
10607         (eshell-ls-missing-face, eshell-ls-archive-face)
10608         (eshell-ls-backup-face, eshell-ls-product-face)
10609         (eshell-ls-clutter-face):
10610         New backward-compatibility aliases for renamed faces.
10611         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
10613         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
10614         Remove "-face" suffix from face name.
10615         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
10616         instead of literal face.
10618 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
10620         * emacs-lisp/warnings.el (display-warning, lwarn)
10621         (warning-minimum-log-level): Doc fixes.
10622         (warning-minimum-level, warning-minimum-log-level):
10623         Add :debug to :type choices.
10625         * progmodes/ada-mode.el (ada-format-paramlist)
10626         (ada-get-indent-case, ada-check-matching-start)
10627         (ada-check-defun-name, ada-goto-matching-decl-start)
10628         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
10629         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
10630         (ada-make-subprogram-body): Follow error conventions.
10631         (ada-case-exception-file, ada-indent-comment-as-code)
10632         (ada-indent-handle-comment-special, ada-indent-renames)
10633         (ada-indent-return, ada-search-directories-internal)
10634         (ada-tab-policy, ada-case-exception-substring)
10635         (ada-other-file-alist, ada-matching-start-re)
10636         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
10637         (ada-imenu-generic-expression, ada-compile-goto-error)
10638         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
10639         (ada-popup-menu, ada-add-extensions, ada-mode)
10640         (ada-region-selected, ada-create-case-exception)
10641         (ada-create-case-exception-substring, ada-after-keyword-p)
10642         (ada-activate-keys-for-case, ada-adjust-case-region)
10643         (ada-adjust-case-buffer, ada-format-paramlist)
10644         (ada-scan-paramlist, ada-insert-paramlist)
10645         (ada-indent-newline-indent)
10646         (ada-indent-newline-indent-conditional)
10647         (ada-justified-indent-current, ada-goto-previous-word)
10648         (ada-indent-current, ada-get-indent-open-paren)
10649         (ada-get-indent-paramlist, ada-get-indent-end)
10650         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
10651         (ada-get-indent-block-start, ada-get-indent-subprog)
10652         (ada-get-indent-noindent, ada-get-indent-label)
10653         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
10654         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
10655         (ada-goto-stmt-end, ada-goto-next-word)
10656         (ada-check-matching-start, ada-check-defun-name)
10657         (ada-goto-matching-decl-start, ada-goto-matching-start)
10658         (ada-goto-matching-end, ada-search-ignore-string-comment)
10659         (ada-in-decl-p, ada-looking-at-semi-or)
10660         (ada-looking-at-semi-private, ada-in-paramlist-p)
10661         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
10662         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
10663         (ada-next-procedure, ada-previous-procedure, ada-next-package)
10664         (ada-previous-package, ada-create-menu)
10665         (ada-fill-comment-paragraph-justify)
10666         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
10667         (ada-other-file-name, ada-last-which-function-line)
10668         (ada-last-which-function-subprog, ada-which-function)
10669         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
10670         (ada-gen-treat-proc, ada-check-emacs-version)
10671         (ada-continuation-indent, ada-align-region-separate):
10672         Fix typos in docstrings.
10673         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
10675 2005-06-16  Lute Kamstra  <lute@gnu.org>
10677         * simple.el (fundamental-mode): Run after-change-major-mode-hook
10678         conditionally.
10680 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10682         * comint.el (comint-replace-by-expanded-filename)
10683         (comint-prompt-regexp, comint-delimiter-argument-list)
10684         (comint-preinput-scroll-to-bottom):
10685         * info.el (Info-hide-cookies-node):
10686         * ls-lisp.el (ls-lisp-classify):
10687         * find-file.el (ff-search-directories, ff-special-constructs)
10688         (ff-find-other-file):
10689         * font-lock.el (font-lock-keywords):
10690         * shell.el (shell-prompt-pattern)
10691         (shell-dynamic-complete-functions, shell-mode)
10692         (shell-delimiter-argument-list):
10693         * term.el (term-replace-by-expanded-filename)
10694         (term-prompt-regexp, term-delimiter-argument-list):
10695         * woman.el (woman-ignore, woman0-if):
10696         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
10697         * emacs-lisp/elint.el (elint-init-env):
10698         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
10699         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
10700         * language/ethio-util.el (ethio-tilde-escape)
10701         (ethio-use-three-dot-question):
10702         * net/zone-mode.el (zone-mode-load-time-setup):
10703         * progmodes/cc-align.el (c-lineup-argcont):
10704         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
10705         * progmodes/cperl-mode.el (cperl-set-style-back):
10706         * progmodes/inf-lisp.el (inferior-lisp-prompt):
10707         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
10708         Fix spellings in docstrings.
10710         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
10711         * progmodes/modula2.el (m2-for): Fix spellings.
10713         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
10715         * simple.el (undo-more): Don't use `format' on `error' arguments.
10716         Improve argument/docstring consistency.
10717         (pending-undo-list): Doc fix.
10719         * smerge-mode.el (smerge-ensure-match):
10720         * emulation/vip.el (vip-ex):
10721         * net/zone-mode.el (zone-mode-update-serial):
10722         * progmodes/idlwave.el (idlwave-complete):
10723         * progmodes/vhdl-mode.el (vhdl-visit-file)
10724         (vhdl-compose-wire-components):
10725         Don't use `format' on `error' arguments.
10727         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
10728         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
10729         (tooltip-help-tips): Fix typos in docstrings.
10731 2005-06-16  David Ponce  <david@dponce.com>
10733         * tree-widget.el (tree-widget-value-create): Simplify last change.
10735 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
10737         * ido.el (ido-incomplete-regexp): New variable.
10738         (ido-set-matches-1): Handle invalid-regexp error and set
10739         ido-incomplete-regexp.
10740         (ido-incomplete-regexp): New face.
10741         (ido-completions): Use it.
10742         (ido-complete, ido-exit-minibuffer, ido-completions):
10743         Handle incomplete regexps.
10744         (ido-completions): Add check for complete match when entering a regexp.
10746 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10748         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
10750 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10752         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
10753         by field delimiters.
10755 2005-06-15  David Ponce  <david@dponce.com>
10757         * tree-widget.el: eval-and-compile inlined functions so they will
10758         be available at run-time too.
10759         (tree-widget-super-format-handler)
10760         (tree-widget-format-handler): Remove.
10761         (tree-widget-value-create): Handle the :indent property.
10763 2005-06-15  Miles Bader  <miles@gnu.org>
10765         * progmodes/which-func.el (which-func): Only inherit
10766         `font-lock-function-name-face' when that makes sense against the
10767         default mode-line face, otherwise set the face color explicitly.
10769         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
10770         faces instead of (non-existent) variables.
10772 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10774         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
10775         (iswitchb-get-matched-buffers): Likewise.  Simplify.
10777 2005-06-14  Miles Bader  <miles@gnu.org>
10779         * progmodes/ld-script.el (ld-script-location-counter):
10780         Remove "-face" suffix from face name.
10781         (ld-script-location-counter-face):
10782         New backward-compatibility alias for renamed face.
10783         (ld-script-location-counter-face): Use renamed face.
10785         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
10786         (cperl-hash): Remove "-face" suffix from face names.
10787         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
10788         New backward-compatibility aliases for renamed faces.
10789         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
10790         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
10792         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
10793         name.
10794         (which-func-face): New backward-compatibility alias for renamed face.
10795         (which-func-format): Use renamed which-func face.
10797         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
10798         (vhdl-function, vhdl-directive, vhdl-reserved-word)
10799         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
10800         names.
10801         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
10802         (vhdl-speedbar-configuration, vhdl-speedbar-package)
10803         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
10804         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
10805         (vhdl-speedbar-architecture-selected)
10806         (vhdl-speedbar-configuration-selected)
10807         (vhdl-speedbar-package-selected)
10808         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
10809         names.
10810         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
10811         Use renamed faces.
10812         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
10813         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
10814         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
10815         Use renamed faces.
10816         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
10817         names.
10818         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
10819         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
10820         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
10821         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
10822         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
10823         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
10825         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
10826         face name.
10827         (sh-heredoc-face): New backward-compatibility alias for renamed face.
10828         (sh-heredoc-face): Use renamed sh-heredoc face.
10830         * progmodes/idlw-help.el (idlwave-help-link):
10831         Remove "-face" suffix from face name.
10832         (idlwave-help-link-face):
10833         New backward-compatibility alias for renamed face.
10834         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
10836         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
10837         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
10838         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
10839         New backward-compatibility aliases for renamed faces.
10840         (idlwave-shell-disabled-breakpoint-face)
10841         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
10843         * progmodes/flymake.el (flymake-errline, flymake-warnline):
10844         Remove "-face" suffix from face names.
10845         (flymake-errline-face, flymake-warnline-face):
10846         New backward-compatibility aliases for renamed faces.
10847         (flymake-highlight-line): Use renamed flymake faces.
10849         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
10850         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
10851         (ebrowse-member-class, ebrowse-progress):
10852         Remove "-face" suffix from face names.
10853         (ebrowse-tree-mark-face, ebrowse-root-class-face)
10854         (ebrowse-file-name-face, ebrowse-default-face)
10855         (ebrowse-member-attribute-face, ebrowse-member-class-face)
10856         (ebrowse-progress-face):
10857         New backward-compatibility aliases for renamed faces.
10858         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
10859         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
10860         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
10861         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
10863         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
10864         antlr-syntax)
10865         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
10866         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
10867         names.
10868         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
10869         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
10870         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
10871         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
10872         backward-compatibility aliases for renamed faces.
10873         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
10874         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
10875         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
10876         remove "font-lock-".  Use renamed antlr-mode faces.
10877         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
10878         literal face-names with face variable references.
10880         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
10881         face name.
10882         (Buffer-menu-buffer-face): New backward-compatibility alias for
10883         renamed face.
10884         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
10886 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
10888         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
10889         Eliminate "-face" suffix.
10890         (makefile-targets): Inherit from font-lock-function-name-face and
10891         eliminate "-face" suffix.
10892         (makefile-shell): Remove attributes and eliminate "-face" suffix.
10893         (makefile-*-font-lock-keywords): Append makefile-targets in rule
10894         actions, instead of prepending, to make it less visible.
10895         (makefile-previous-dependency, makefile-match-dependency):
10896         Don't match a target on a continuation line.
10898         * files.el (auto-mode-alist): Put Makefile in gmake mode.
10900 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
10902         * progmodes/gdb-ui.el (menu): Re-order menu items.
10903         (gdb-tooltip-print): Respect tooltip-use-echo-area.
10905         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
10906         Define in tooltip.el.
10907         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
10908         (gud-tooltip-tips): Respect tooltip-use-echo-area and
10909         gud-tooltip-echo-area.
10911         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
10912         backward compatibility and make obsolete.
10913         (tooltip-help-tips): Use tooltip-use-echo-area.
10914         (tooltip-show-help-function): Rename to...
10915         (tooltip-show-help): ...this, because it is a function.
10916         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
10918 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
10920         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
10921         (edebug-print-length, edebug-print-level, edebug-print-circle)
10922         (edebug-modify-breakpoint, edebug-eval-last-sexp)
10923         (edebug-eval-print-last-sexp): Doc fixes.
10925 2005-06-14  Kim F. Storm  <storm@cua.dk>
10927         * ido.el (ido-mode): Make a new keymap every time we enable ido,
10928         as the coverage buffer/file/both may change.
10930 2005-06-14  Lute Kamstra  <lute@gnu.org>
10932         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
10933         and run-mode-hooks.  Simplify.
10935         * mail/rmailedit.el (rmail-edit-mode):
10936         * progmodes/octave-inf.el (inferior-octave-mode):
10937         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
10939         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
10940         and run-mode-hooks.
10941         (recentf-edit-list, recentf-open-files): Don't call
10942         kill-all-local-variables directly.
10944         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
10946 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10948         * emacs-lisp/byte-run.el (make-obsolete)
10949         (define-obsolete-function-alias): Rename arguments FUNCTION and
10950         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
10951         (make-obsolete-variable, define-obsolete-variable-alias):
10952         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
10953         respectively.
10955         * isearchb.el (isearchb-activate):
10956         * pcvs.el (cvs-mode):
10957         * ses.el (ses-load):
10958         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
10959         * net/tramp.el (tramp-find-file-exists-command)
10960         (tramp-find-shell):
10961         * progmodes/ada-mode.el (ada-create-case-exception)
10962         (ada-create-case-exception-substring, ada-make-subprogram-body):
10963         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
10964         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
10965         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
10966         * textmodes/org.el (org-promote, org-evaluate-time-range)
10967         (org-agenda-next-date-line, org-agenda-previous-date-line)
10968         (org-agenda-error, org-open-at-point, org-table-move-row)
10969         (org-format-table-table-html-using-table-generate-source)
10970         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
10971         * textmodes/reftex.el (reftex-access-scan-info):
10972         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
10973         (reftex-toc-promote-prepare): Follow error conventions.
10975         * diff-mode.el (diff-mode): Fix typo in docstring.
10977         * forms.el (forms--intuit-from-file): Fix reference to
10978         `forms-number-of-fields' in error message.
10979         (forms-print): Fix quoting in error message.
10981         * forms.el (forms-mode):
10982         * emulation/vi.el (vi-goto-insert-state):
10983         * progmodes/flymake.el (flymake-new-err-info)
10984         (flymake-start-syntax-check-for-current-buffer)
10985         (flymake-simple-cleanup):
10986         * eshell/esh-var.el (eshell/export):
10987         * progmodes/gud.el (xdb):
10988         * textmodes/flyspell.el (flyspell-incorrect-hook)
10989         (flyspell-maybe-correct-transposition)
10990         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
10992 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
10994         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
10995         minibuffer prompt.
10997 2005-06-13  Kim F. Storm  <storm@cua.dk>
10999         * subr.el (add-to-ordered-list): New defun.
11001         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
11002         add cua--keymap-alist to emulation-mode-map-alists.
11004 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11006         * subr.el (complete-in-turn): New macro.
11007         (dynamic-completion-table, lazy-completion-table): Add debug info.
11009         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
11010         in preference to face aliases.
11012         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
11013         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
11014         Remove unused vars `start' and `firstline'.
11015         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
11016         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
11018 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
11020         * cus-start.el (all): Don't complain about missing GTK-related
11021         variables, unless either `gtk' is boundp or this isn't a
11022         `windows-nt' build.
11024 2005-06-13  Lute Kamstra  <lute@gnu.org>
11026         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
11027         run-mode-hooks.
11029         * ediff-mult.el (ediff-meta-mode):
11030         * ediff-util.el (ediff-mode): Use run-mode-hooks.
11032         * ledit.el (ledit-mode): Use delay-mode-hooks.
11034         * woman.el (woman-mode-line-format): Delete constant.
11035         (woman-mode-map): Initialize it properly.
11036         (woman-mode): Set mode-class property to special.
11037         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
11038         Set major-mode and mode-name.  Don't set mode-line-format directly.
11039         (Man-getpage-in-background): Don't reference woman-mode-line-format.
11041         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
11042         string argument obsolete.
11044 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
11046         * textmodes/org.el (org-CUA-compatible): New option.
11047         (org-disputed-keys): New variable.
11048         (org-key): New function.
11049         (orgtbl-make-binding): Add docstring to the created function.
11050         (org-mode): Set paragraph start/separate regexps.
11051         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
11052         (org-archive-location, org-archive-mark-done)
11053         (org-archive-stamp-time): New options.
11054         (org-archive-subtree): New command.
11055         (org-fill-paragraph): New function.
11056         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
11057         (org-fake-empty-table-line): Function removed.
11058         (org-format-org-table-html): Do not create empty table lines at
11059         separator lines.  Improved table header treatment.
11060         (org-link-format): New option.
11061         (org-make-link): New function.
11062         (org-insert-link, org-store-link): Use org-make-link.
11063         (org-open-file): Quote file name for shell command, to allow
11064         spaces in file names.
11065         (org-link-regexp): Fix bug with mailto link.
11066         (org-link-maybe-angles-regexp, org-protected-link-regexp):
11067         New constants.
11068         (org-export-as-html): Deal with the optional angles around a link.
11069         Better treatment of file: links.
11070         (org-open-at-point): Replace @{ and @} with < and >.
11071         (org-run-mode-hooks): Function removed.
11072         (org-agenda-mode): No longer use `org-run-mode-hooks'.
11074 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
11076         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
11077         MI command -data-list-register-values.
11078         (gdb-post-prompt): Indent properly.
11080 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
11082         * hilit-chg.el (highlight-changes-colors): Rename from
11083         `highlight-changes-colours'.
11084         (highlight-changes-colours): Keep as obsolete alias.
11085         (highlight-changes-face-list): Doc fix.
11086         (hilit-chg-make-list): Use `highlight-changes-colors'.
11088 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
11090         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
11091         defun-prompt-regexp.
11093 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
11095         * loadup.el: Don't say we are dumping under 2 names on windows-nt
11096         and cygwin.
11098         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
11099         Don't use an old loaddefs.el, as in Makefile.in.
11101 2005-06-12  Lute Kamstra  <lute@gnu.org>
11103         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
11105         * man.el (Man-mode-map): Initialize it properly.
11106         (Man-mode): Set mode-class property to special.
11108         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
11110 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
11112         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
11113         A newline is needed in the docstring there.
11115         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
11116         Doc fixes.
11118 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11120         * printing.el: Doc fix.  The menubar is no more changed when printing
11121         is loaded, it only changes when pr-menu-bind or pr-update-menus is
11122         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
11123         (pr-version): New version number (6.8.4).
11124         (pr-menu-bind): New command.
11125         (pr-update-menus): Docstring and code fix.
11126         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
11127         Docstring fix.
11128         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
11129         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
11131 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
11133         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
11134         "Returns" to "return", document useful return values, etc.
11136 2005-06-11  Alan Mackenzie  <acm@muc.de>
11138         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
11139         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
11140         (adaptive-file-function): Minor amendment to doc-string.
11142 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
11144         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
11145         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
11146         Fix :type--it is `integer', not `string'.
11148         * faces.el (modeline-highlight): Rename from (the erroneous)
11149         `modeline-higilight'.
11151 2005-06-11  Lute Kamstra  <lute@gnu.org>
11153         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
11154         lisp-interaction-mode-map but make it the parent.
11155         (edebug-eval-mode): Use define-derived-mode.
11157 2005-06-11  Andreas Schwab  <schwab@suse.de>
11159         * bindings.el: Add binding of `ESC functionkey' for every
11160         `M-functionkey'.
11161         * hexl.el (hexl-mode-map): Likewise.
11163 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
11165         * progmodes/compile.el (compilation-error-regexp-alist-alist)
11166         [msft]: update regexp for newer msft compilers.
11168 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
11170         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
11171         ATTLIST portions of included DTDs.
11172         (xml-parse-dtd): Eliminate use of inefficient match-data.
11174 2005-06-10  Miles Bader  <miles@gnu.org>
11176         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11177         (mpuz-text): Remove "-face" suffix from face names.
11178         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
11179         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
11180         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
11182         * play/gomoku.el (gomoku-O, gomoku-X):
11183         Remove "-face" suffix from face names.
11184         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
11185         New backward-compatibility aliases for renamed faces.
11186         (gomoku-font-lock-keywords): Use renamed gomoku faces.
11188 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
11190         * thumbs.el: Fixes for changes of 2005-06-09.
11191         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
11192         as a directory.
11193         (thumbs-thumbname): Remove directory separator from format string;
11194         `thumbs-thumbsdir' now returns a valid directory name.
11195         (thumbs-temp-dir): New defsubst.
11196         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
11197         Use it.
11199         * cus-edit.el (minibuffer):
11200         * files.el (make-backup-file-name-function):
11201         * filesets.el (filesets-external-viewers):
11202         * hilit-chg.el (highlight-changes-colours)
11203         (highlight-changes-face-list, highlight-changes-rotate-faces):
11204         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
11205         * kmacro.el (kmacro-call-macro):
11206         * log-edit.el (log-edit-changelog-full-paragraphs):
11207         * mouse.el (mouse-1-click-follows-link):
11208         * skeleton.el (skeleton-autowrap):
11209         * subr.el (insert-for-yank-1):
11210         * tempo.el (tempo-insert-region):
11211         * terminal.el (terminal-emulator):
11212         * time.el (display-time-mail-face):
11213         * vc.el (vc-annotate):
11214         * vcursor.el (vcursor-copy-line):
11215         * woman.el (woman-bold-headings, woman-ignore)
11216         (woman-default-faces, woman-monochrome-faces):
11217         * calendar/todo-mode.el (todo-insert-threshold):
11218         * emulation/pc-select.el (pc-select-selection-keys-only)
11219         (pc-selection-mode):
11220         * emulation/vip.el (vip-find-char-forward):
11221         * emulation/viper-cmd.el (viper-find-char-forward):
11222         * international/mule-cmds.el
11223         (select-safe-coding-system-accept-default-p)
11224         (input-method-exit-on-invalid-key):
11225         * international/mule-diag.el (describe-coding-system):
11226         * international/ucs-tables.el (unify-8859-on-encoding-mode):
11227         * net/browse-url.el (browse-url-xterm-program):
11228         * obsolete/lazy-lock.el (lazy-lock-mode):
11229         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
11230         (cperl-mode):
11231         * progmodes/cpp.el (cpp-face-light-name-list)
11232         (cpp-face-dark-name-list):
11233         * progmodes/delphi.el (delphi-newline-always-indents):
11234         Fix spellings in docstrings.
11236         * ido.el (ido-mode, ido-file-extensions-order)
11237         (ido-default-file-method, ido-default-buffer-method)
11238         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
11239         (ido-decorations, ido-read-file-name-as-directory-commands)
11240         (ido-read-file-name-non-ido, ido-work-directory-list)
11241         (ido-ignore-item-temp-list, ido-current-directory)
11242         (ido-magic-forward-char, ido-enter-find-file)
11243         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
11244         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
11246 2005-06-10  Lute Kamstra  <lute@gnu.org>
11248         * play/dunnet.el (dun-mode): Use define-derived-mode.
11249         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
11250         obsolete alias.
11252         * play/doctor.el (doctor-mode-map): Remove defvar.
11253         (doctor-mode): Use define-derived-mode.
11255         * mail/mspools.el (mspools-mode):
11256         * net/eudc-hotlist.el (eudc-hotlist-mode):
11257         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
11259 2005-06-10  Miles Bader  <miles@gnu.org>
11261         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11262         Remove "-face" suffix from face names.
11263         (flyspell-incorrect-face, flyspell-duplicate-face):
11264         New backward-compatibility aliases for renamed faces.
11265         (flyspell-mode-on, make-flyspell-overlay)
11266         (flyspell-highlight-incorrect-region)
11267         (flyspell-highlight-duplicate-region)
11268         (flyspell-display-next-corrections)
11269         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
11271         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
11272         from face name.
11273         (texinfo-heading-face): New backward-compatibility alias for
11274         renamed face.
11275         (texinfo-heading-face): Use renamed texinfo-heading face.
11277         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
11278         suffix from face names.
11279         (tex-math-face, tex-verbatim-face):
11280         New backward-compatibility aliases for renamed faces.
11281         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
11282         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
11283         literal face name.
11285         * textmodes/table.el (table-cell): Remove "-face" suffix from face
11286         name.
11287         (table-cell-face): New backward-compatibility alias for renamed face.
11288         (table--put-cell-face-property, table--update-cell-face):
11289         Use renamed table-cell face.
11291         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
11292         from face name.
11293         (sgml-namespace-face): New backward-compatibility alias for
11294         renamed face.
11295         (sgml-namespace-face): Use renamed sgml-namespace face.
11297         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
11298         (org-level-4, org-level-5, org-level-6, org-level-7)
11299         (org-level-8, org-warning, org-headline-done)
11300         (org-deadline-announce, org-scheduled-today)
11301         (org-scheduled-previously, org-link, org-done, org-table)
11302         (org-time-grid): Remove "-face" suffix from face names.
11303         (org-level-1-face, org-level-2-face, org-level-3-face)
11304         (org-level-4-face, org-level-5-face, org-level-6-face)
11305         (org-level-7-face, org-level-8-face, org-warning-face)
11306         (org-headline-done-face, org-deadline-announce-face)
11307         (org-scheduled-today-face, org-scheduled-previously-face)
11308         (org-link-face, org-done-face, org-table-face)
11309         (org-time-grid-face):
11310         New backward-compatibility aliases for renamed faces.
11311         (org-level-faces, org-set-font-lock-defaults, org-timeline)
11312         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
11313         (org-agenda-get-timestamps, org-agenda-get-scheduled)
11314         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
11316         * emulation/viper-init.el (viper-search, viper-replace-overlay)
11317         (viper-minibuffer-emacs, viper-minibuffer-insert)
11318         (viper-minibuffer-vi): Remove "-face" suffix from face names.
11319         (viper-search-face, viper-replace-overlay-face)
11320         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
11321         (viper-minibuffer-vi-face):
11322         New backward-compatibility aliases for renamed faces.
11323         (viper-search-face, viper-replace-overlay-face)
11324         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
11325         (viper-minibuffer-vi-face): Use renamed viper faces.
11327         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
11328         Remove "-face" suffix from face names.
11329         (testcover-nohits-face, testcover-1value-face):
11330         New backward-compatibility aliases for renamed faces.
11331         (testcover-mark): Use renamed testcover faces.
11333         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
11334         face name.
11335         (diary-button-face): New backward-compatibility alias for renamed face.
11336         (diary-entry): Use renamed diary-button face.
11338         * calendar/calendar.el (diary, calendar-today, holiday)
11339         (mark-visible-calendar-date): Remove "-face" suffix from face names.
11340         (diary-face, calendar-today-face, holiday-face):
11341         New backward-compatibility aliases for renamed faces.
11342         (eval-after-load "facemenu", diary-entry-marker)
11343         (calendar-today-marker, calendar-holiday-marker, diary-face):
11344         Use renamed calendar faces.
11346         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
11347         (compare-windows-face): New backward-compatibility alias for
11348         renamed face.
11349         (compare-windows-highlight): Use renamed compare-windows face.
11351         * strokes.el (strokes-char): Remove "-face" suffix from face name.
11352         (strokes-char-face): New backward-compatibility alias for renamed face.
11353         (strokes-encode-buffer): Use renamed strokes-char face.
11355         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
11356         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
11357         Remove "-face" suffix from face names.
11358         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
11359         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
11360         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
11361         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
11362         Use renamed pcvs faces.
11363         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
11364         * pcvs-defs.el (cvs-mode-map): Likewise.
11365         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
11367         * info.el (info-title-1, info-title-2, info-title-3)
11368         (info-title-4): Remove "-face" suffix from and downcase face names.
11369         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
11370         (Info-title-4-face):
11371         New backward-compatibility aliases for renamed faces.
11372         (Info-fontify-node): Use renamed info faces.
11374         * hilit-chg.el (highlight-changes, highlight-changes-delete):
11375         Remove "-face" suffix from face names.
11376         (highlight-changes-face, highlight-changes-delete-face):
11377         New backward-compatibility aliases for renamed faces.
11378         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
11379         (hilit-chg-make-list): Use renamed highlight-changes faces.
11381         * generic-x.el (show-tabs-tab, show-tabs-space):
11382         Remove "-face" suffix from face names.
11383         (show-tabs-tab-face, show-tabs-space-face):
11384         New backward-compatibility aliases for renamed faces.
11385         (show-tabs-generic-mode-font-lock-defaults-1)
11386         (show-tabs-generic-mode-font-lock-defaults-2):
11387         Use renamed show-tabs faces.
11389         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
11390         (smerge-markers): Remove "-face" suffix from face names.
11391         (smerge-mine-face, smerge-other-face, smerge-base-face)
11392         (smerge-markers-face):
11393         New backward-compatibility aliases for renamed faces.
11394         (smerge-mine-face, smerge-other-face, smerge-base-face)
11395         (smerge-markers-face): Use renamed smerge faces.
11397         * log-view.el (log-view-file, log-view-message): Remove "-face"
11398         suffix from face names.
11399         (log-view-file-face, log-view-message-face):
11400         New backward-compatibility aliases for renamed faces.
11401         (log-view-file-face, log-view-message-face): Use renamed log-view
11402         faces.
11404         * paren.el (show-paren-match, show-paren-mismatch):
11405         Remove "-face" suffix from face names.
11406         (show-paren-match-face, show-paren-mismatch-face):
11407         New backward-compatibility aliases for renamed faces.
11408         (show-paren-function): Use renamed show-paren faces.
11410         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
11411         (ruler-mode-margins, ruler-mode-fringes)
11412         (ruler-mode-column-number, ruler-mode-fill-column)
11413         (ruler-mode-comment-column, ruler-mode-goal-column)
11414         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
11415         suffix from face names.
11416         (ruler-mode-default-face, ruler-mode-pad-face)
11417         (ruler-mode-margins-face, ruler-mode-fringes-face)
11418         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
11419         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
11420         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
11421         New backward-compatibility aliases for renamed faces.
11422         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
11423         (ruler-mode-column-number, ruler-mode-fill-column)
11424         (ruler-mode-comment-column, ruler-mode-goal-column)
11425         (ruler-mode-tab-stop, ruler-mode-current-column)
11426         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
11427         faces.
11429         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
11430         face name.
11431         (whitespace-highlight-the-space): Use renamed face.
11432         (whitespace-highlight-face): New backward-compatibility alias for
11433         renamed face.
11435         * woman.el (woman-italic, woman-bold, woman-unknown)
11436         (woman-addition, woman-symbol-face):
11437         Remove "-face" suffix from face names.
11438         (woman-italic-face, woman-bold-face, woman-unknown-face)
11439         (woman-addition-face):
11440         New backward-compatibility aliases for renamed faces.
11441         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
11442         (woman-decode-region, woman-replace-match)
11443         (woman-display-extended-fonts, woman-special-characters)
11444         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
11445         Use renamed woman faces.
11447         * longlines.el (longlines-visible-face): Face removed.
11449         * diff-mode.el (diff-header, diff-file-header, diff-index)
11450         (diff-hunk-header, diff-removed, diff-added, diff-changed)
11451         (diff-function, diff-context, diff-nonexistent): Remove "-face"
11452         suffix from face names.
11453         (diff-header-face, diff-file-header-face, diff-index-face)
11454         (diff-hunk-header-face, diff-removed-face, diff-added-face)
11455         (diff-changed-face, diff-function-face, diff-context-face)
11456         (diff-nonexistent-face): New backward-compatibility aliases for
11457         renamed faces.
11458         (diff-header-face, diff-file-header-face)
11459         (diff-index, diff-index-face, diff-hunk-header)
11460         (diff-hunk-header-face, diff-removed, diff-removed-face)
11461         (diff-added, diff-added-face, diff-changed-face, diff-function)
11462         (diff-function-face, diff-context-face, diff-nonexistent)
11463         (diff-nonexistent-face): Use renamed diff-mode faces.
11465         * progmodes/compile.el (compilation-warning-face)
11466         (compilation-info-face): Remove "-face" suffix from face names.
11467         (compilation-warning-face, compilation-info-face):
11468         New backward-compatibility aliases for renamed faces.
11469         (compilation-warning-face, compilation-info-face):
11470         Use renamed compilation faces.
11472         * add-log.el (change-log-date, change-log-name)
11473         (change-log-email, change-log-file, change-log-list)
11474         (change-log-conditionals, change-log-function)
11475         (change-log-acknowledgement): Remove "-face" suffix from face names.
11476         (change-log-date-face, change-log-name-face)
11477         (change-log-email-face, change-log-file-face)
11478         (change-log-list-face, change-log-conditionals-face)
11479         (change-log-function-face, change-log-acknowledgement-face):
11480         New backward-compatibility aliases for renamed faces.
11481         (change-log-font-lock-keywords): Use renamed change-log faces.
11483         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
11484         (custom-set, custom-changed, custom-saved, custom-button)
11485         (custom-button-pressed, custom-documentation, custom-state)
11486         (custom-comment, custom-comment-tag, custom-variable-tag)
11487         (custom-variable-button, custom-face-tag, custom-group-tag-1)
11488         (custom-group-tag): Remove "-face" suffix from face names.
11489         (custom-magic-alist, custom-magic-value-create)
11490         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
11491         (custom-invalid-face, custom-rogue-face, custom-modified-face)
11492         (custom-set-face, custom-changed-face, custom-saved-face)
11493         (custom-button-face, custom-button-pressed-face)
11494         (custom-documentation-face, custom-state-face)
11495         (custom-comment-face, custom-comment-tag-face)
11496         (custom-variable-tag-face, custom-variable-button-face)
11497         (custom-face-tag-face, custom-group-tag-face-1)
11498         (custom-group-tag-face):
11499         New backward-compatibility aliases for renamed faces.
11501         * wid-edit.el (widget-documentation, widget-button)
11502         (widget-field, widget-single-line-field, widget-inactive)
11503         (widget-button-pressed): "-face" suffix removed from face names.
11504         (widget-documentation-face, widget-button-face)
11505         (widget-field-face, widget-single-line-field-face)
11506         (widget-inactive-face, widget-button-pressed-face):
11507         New backward-compatibility aliases for renamed faces.
11508         (widget-documentation-face, widget-button-face)
11509         (widget-button-pressed-face, widget-specify-field)
11510         (widget-specify-inactive): Use renamed widget faces.
11512 2005-06-10  Kenichi Handa  <handa@m17n.org>
11514         * term/x-win.el (x-clipboard-yank): Remove condition-case
11515         wrapping.
11517 2005-06-11  Kenichi Handa  <handa@m17n.org>
11519         * add-log.el (change-log-font-lock-keywords): Make the regexp for
11520         date lines stricter.
11522 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
11524         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
11525         of x-get-selection.
11527 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
11529         * comint.el (comint-mode, comint-snapshot-last-prompt):
11530         * frame.el (frame-current-scroll-bars):
11531         * term.el (term-mode, term-check-proc, term-input-sender)
11532         (term-simple-send, term-extract-string, term-word)
11533         (term-match-partial-filename):
11534         * window.el (window-current-scroll-bars):
11535         * emulation/cua-base.el (cua-normal-cursor-color)
11536         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
11537         (cua-global-mark-cursor-color):
11538         * mail/undigest.el (rmail-forward-separator-regex):
11539         Fix typos in docstrings.
11541         * comint.el (comint-check-proc, make-comint-in-buffer)
11542         (comint-source-default): Doc fixes.
11544         * term.el (term-send-string): Improve argument/docstring consistency.
11546 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
11548         * comint.el (comint-send-input): Bind `inhibit-read-only' around
11549         call to `delete-region'.
11550         (comint-mode-hook): Do not enable Font Lock by default.
11552 2005-06-09  Lute Kamstra  <lute@gnu.org>
11554         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
11555         could be void.
11557 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11559         * emacs-lisp/debug.el (debugger-will-be-back): New var.
11560         (debug): Use it.
11561         (debugger-step-through, debugger-continue, debugger-jump)
11562         (debugger-return-value): Set it when needed.
11563         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
11564         Use inhibit-read-only.
11566 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
11568         * window.el (shrink-window-if-larger-than-buffer)
11569         (window-size-fixed): Fix typo in docstring.
11571         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
11572         thumbnails directory on loading.
11573         (thumbs-conversion-program): Use `eq' to check the system type,
11574         not `equal'.
11575         (thumbs-temp-dir): Initialize to `temporary-file-directory',
11576         not "/tmp".  Fix docstring.
11577         (thumbs-thumbsdir): New function to return the thumbnails
11578         directory, creating it if needed.
11579         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
11580         (thumbs-temp-file): Delete variable and make it into a function.
11581         (thumbs-resize-image, thumbs-modify-image): Use it.
11582         (thumbs-kill-buffer): Simplify.
11583         (thumbs-gensym): Defalias or duplicate CL `gensym'.
11584         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
11585         docstrings.
11587 2005-06-09  Kim F. Storm  <storm@cua.dk>
11589         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
11590         set-match-data to free markers in match-data.
11592         * replace.el (replace-match-data): Pass RESEAT arg `t' to
11593         match-data to unchain markers in match-data.
11595 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11597         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
11598         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
11599         unnecessary now.
11601 2005-06-08  Richard M. Stallman  <rms@gnu.org>
11603         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
11604         give the variable a doc string that doesn't say don't set it directly.
11606         * textmodes/ispell.el (ispell-check-version):
11607         Use match-string-no-properties.
11608         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
11609         (ispell-buffer-local-words): Likewise.
11611         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
11612         except on terminals with enough colors to really display it.
11613         (makefile-dependency-regex): Delete spurious `bb'.
11615         * faces.el (escape-glyph): Use blue once again in last case.
11616         (no-break-space): Redefine so that it isn't invisible on a tty.
11618 2005-06-08  Kim F. Storm  <storm@cua.dk>
11620         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
11621         also when reading directory name.
11623 2005-06-08  Lute Kamstra  <lute@gnu.org>
11625         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
11626         (flyspell-mode-line-string): Remove autoload cookie.
11627         (flyspell-mode): Remove defvar.
11629 2005-06-07  Lute Kamstra  <lute@gnu.org>
11631         * textmodes/org.el (org-run-mode-hooks): New function.
11632         (org-agenda-mode): Use it.
11634 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
11636         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
11638 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11640         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
11642 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
11644         * font-lock.el (font-lock-add-keywords): Doc fix.
11646 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11648         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
11649         (tex-compile-default): In the absence of any history, use the order in
11650         tex-compile-alist to choose the preferred command.
11651         (tex-compile-commands): Reorder a bit.
11653         * textmodes/flyspell.el (flyspell-auto-correct-binding)
11654         (flyspell-incorrect-face, flyspell-duplicate-face):
11655         Use (X)Emacs-agnostic code.
11656         (flyspell-mode-map): Don't overwrite at each load.  Remove code
11657         redundant with the subsequent add-minor-mode.  Merge Emacs and
11658         XEmacs code.
11659         (flyspell-word): Minor simplification.
11660         (flyspell-math-tex-command-p): Quieten the byte-compiler.
11661         (flyspell-external-point-words): Remove unused vars `size' and `start'.
11662         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
11663         Merge the corresponding Emacs code.
11664         (flyspell-correct-word, flyspell-xemacs-popup):
11665         Use flyspell-do-correct.
11667         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
11668         a dedicated window.
11670         * international/latexenc.el (latexenc-find-file-coding-system):
11671         Undo part of last patch, to turn off a compiler warning.
11673 2005-06-06  Juri Linkov  <juri@jurta.org>
11675         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
11676         Rename `tmm-inactive-face' to `tmm-inactive'.
11678 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
11680         * iswitchb.el: Rename faces.
11682 2005-06-06  Kim F. Storm  <storm@cua.dk>
11684         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
11685         (cua-global-mark): Remove -face suffix from face names.
11687         * emulation/cua-gmrk.el (cua--init-global-mark):
11688         Remove cua-global-mark face setup.
11690 2005-06-06  Richard M. Stallman  <rms@gnu.org>
11692         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
11693         just like other allowed characters.
11694         (makefile-match-dependency): Exclude leading and training whitespace
11695         from the range of regexp subexp 1.
11696         (makefile-macroassign-regex): Don't try to match the body,
11697         just the name of the macro being defined.
11699         * info.el (Info-read-node-name-2): New function.
11700         (Info-read-node-name-1): Use that.
11701         Add a completion-base-size-function property.
11703         * simple.el (completion-setup-function): Look for
11704         completion-base-size-function property of minibuffer-completion-table.
11706         * files.el (locate-file-completion): Doc fix.
11708         * printing.el: Don't call pr-update-menus; user must do that.
11710         * emacs-lisp/debug.el (debugger-window): New variable.
11711         (debug): Use debugger-window if it is set and still alive.
11712         Record debugger-window for next entry.
11714         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
11716 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
11718         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
11719         (hack-one-local-variable, hack-local-variables)
11720         (hack-local-variables-prop-line): Pass that arg.
11722 2005-06-06  Kim F. Storm  <storm@cua.dk>
11724         * ido.el (ido-first-match, ido-only-match, ido-subdir)
11725         (ido-indicator): Remove -face suffix from face names.
11727 2005-06-06  Juri Linkov  <juri@jurta.org>
11729         * font-lock.el (font-lock-regexp-backslash)
11730         (font-lock-regexp-backslash-construct): New faces.
11731         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
11732         after `('.  Add `while-no-input' to control structures.
11734         * faces.el (no-break-space, shadow): New faces.
11735         (escape-glyph): Use less loud colors pink2 and red4.
11737         * diff-mode.el (diff-context-face)
11738         * dired.el (dired-ignored)
11739         * rfn-eshadow.el (file-name-shadow)
11740         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
11742         * info.el (Info-title-1-face): Use green instead of yellow because
11743         bold yellow is not readable on light backgrounds.
11745         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
11746         before selecting the desired mode to not spend time fontifying
11747         old contents.
11749 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
11751         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
11752         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
11754         * ps-print.el (ps-default-fg, ps-default-bg):
11755         Fix typos in docstrings.
11757         * isearchb.el (isearchb): Don't pass a spurious second argument to
11758         `iswitchb-completions'.
11760 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
11762         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
11763         to preserve point.
11764         (gdb-find-file-hook): Add doc string.
11766         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
11767         C dereferenced pointer expression.
11768         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
11770         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
11772         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
11773         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
11774         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
11775         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
11776         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
11777         Make background transparent.
11779 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11781         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
11782         (font-lock-remove-keywords): Doc fix.
11783         (font-lock-mode-major-mode): Compiler defvar.
11784         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
11786         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
11787         (font-lock-mode): Update `font-lock-mode-major-mode'.
11788         (font-lock-set-defaults): Compiler defvar.
11789         (font-lock-default-function): Take `font-lock-mode-major-mode'
11790         into account.
11792         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
11793         keep track of which major mode it enabled the minor mode for.
11794         Use find-file-hook again.  Update docstring.
11796         * simple.el (eval-expression-print-level)
11797         (eval-expression-print-length, eval-expression-debug-on-error):
11798         Doc fixes.
11800 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
11802         * iswitchb.el (iswitchb-single-match-face)
11803         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
11804         (iswitchb-invalid-regexp-face): New faces.
11805         (iswitchb-completions): Use them.
11806         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
11807         now marked as an obsolete alias.
11808         (iswitchb-read-buffer): Remove check for bound font variables.
11809         (iswitchb-invalid-regexp): New free variable.
11810         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
11811         set iswitchb-invalid-regexp.
11812         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
11813         invalid regexps.
11814         (iswitchb-completions): Add check for complete match when entering
11815         a regexp.
11816         (iswitchb-completions): Remove require-match argument.
11817         (iswitchb-exhibit): Fix caller.
11818         (iswitchb-common-match-inserted): New variable.
11819         (iswitchb-complete, iswitchb-completion-help): Use it.
11821 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
11823         * url-http.el (url-http-chunked-encoding-after-change-function):
11824         Use `url-http-debug' instead of `message'.
11826 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
11828         * url-http.el (url-http-parse-headers): Pass redirected URL as a
11829         callback argument.
11831 2005-06-04  Kim F. Storm  <storm@cua.dk>
11833         * simple.el (line-move): Only call sit-for when moving backwards.
11835         * ido.el (ido-make-merged-file-list-1): New defun split from
11836         ido-make-merged-file-list.
11837         (ido-make-merged-file-list): Bind throw-on-input around call to
11838         ido-make-merged-file-list-1.  Return input-pending-p if
11839         interrupted by more input available.
11840         (ido-read-internal): Handle input-pending-p return value from
11841         ido-make-merged-file-list.
11843 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11845         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
11846         compatibility code.
11848         * international/latexenc.el (latexenc-find-file-coding-system):
11849         Don't inherit the EOL part of the coding-system from the
11850         tex-main buffer.  Fit within 80 columns.
11852 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
11854         * tmm.el (tmm-inactive-face): New face.
11855         (tmm-remove-inactive-mouse-face): New function.
11856         (tmm-prompt, tmm-add-one-shortcut)
11857         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
11858         but not selectable.
11860 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
11862         * faces.el (face-equal): Improve argument/docstring consistency.
11864 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
11866         * progmodes/make-mode.el (makefile-targets-face)
11867         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
11868         (makefile-bsdmake-dependency-regex)
11869         (makefile-makepp-rule-action-regex)
11870         (makefile-bsdmake-rule-action-regex): New constants.
11871         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
11873         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11874         Allow (...) within `...' for makepp messages.
11876 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
11878         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
11880         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
11881         "." files are deleted from all file lists before comparison.
11883         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
11884         (viper-ESC-key): Made them customizable.
11886         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
11888 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
11890         * autorevert.el (auto-revert-buffers): Use save-match-data.
11892 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11894         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
11895         menu items with a nil command binding.
11897 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
11899         * emacs-lisp/cl-macs.el (defsetf):
11900         Improve argument/docstring consistency.
11902         * faces.el (list-faces-display): Improve the formatting by
11903         computing the maximum length required for any face-name (reworked
11904         patch of 1999-01-11, accidentally deleted on 1999-07-21).
11905         (internal-find-face): Remove redundant info in docstring.
11907 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
11909         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
11910         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
11911         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
11912         (gdb-assembler-custom): Improve regexps.
11913         (def-gdb-auto-update-handler): Use window point to preserve point.
11915 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11917         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
11919 2005-05-31  Jay Belanger  <belanger@truman.edu>
11921         * calc/calc-embed.el (calc-embedded-word): Change argument passed
11922         to calc-embedded.
11923         (calc-embedded-make-info): Have plain prefix argument select
11924         entire line.
11926 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
11928         * faces.el (list-faces-display): Signal error if passed a regexp
11929         that matches no face name.
11931         * simple.el (filter-buffer-substring): Fix typo in docstring.
11933 2005-05-31  Richard M. Stallman  <rms@gnu.org>
11935         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
11936         (vhdl-emacs-21): Doc fix.
11937         (vhdl-mode): Unconditionally set comment-padding.
11938         (vhdl-fixup-whitespace-region): Insert spaces only where
11939         there are none.
11940         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
11942 2005-05-30  John Wiegley  <johnw@newartisans.com>
11944         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
11945         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
11946         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
11947         `directory-sep-char' to ?/, and all uses of `string-to-int' to
11948         `string-to-number'.
11950 2005-05-30  Jay Belanger  <belanger@truman.edu>
11952         * calc/calc.el (calc-bug-address): Fix docstring.
11953         (calc-window-hook, calc-trail-window-hook): New variables.
11954         (calc-trail-display): Restore use of calc-trail-window-hook.
11955         (calc): Restore use of calc-window-hook.
11957 2005-05-31  Masatake YAMATO  <jet@gyve.org>
11959         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
11961         * help-fns.el (help-C-file-name): Add autoload mark for
11962         `find-function-noselect'.
11964 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11966         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
11967         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
11969 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
11971         * calendar/diary-lib.el (mark-included-diary-files): Only kill
11972         included diary buffer if it was not already being visited.
11973         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
11975         * calendar/icalendar.el (top-level): Do not require 'appt.
11977         * mail/supercite.el (sc-select-attribution): Only use a list
11978         element from sc-attrib-selection-list if it returns a string.
11979         Reported by Davide G. M. Salvetti <salve@debian.org>.
11981 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
11983         * thumbs.el (thumbs-thumbname): The resulting thumbname now
11984         includes a hash value to improve its uniqueness, and has a ".jpg"
11985         extension.  Also, it is now a valid filename on all systems.
11986         (thumbs-make-thumb): Use `let', not `let*'.
11987         (thumbs-show-thumbs-list): Check for JPEG availability.
11989 2005-05-30  Richard M. Stallman  <rms@gnu.org>
11991         * filesets.el (filesets-menu-ensure-use-cached):
11992         Prevent warning when emacs-version>= is undefined.
11994         * printing.el (pr-interactive-n-up): Use string-to-number.
11996         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
11998         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
11999         Warn only when name to be defined is quoted.
12001 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
12003         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
12004         Make regexp more robust.
12005         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
12006         Force regeneration of disassembly.
12008 2005-05-29  Jay Belanger  <belanger@truman.edu>
12010         * calc/calc.el (calc-user-invocation): Check if
12011         calc-invocation-macro is non-nil.
12013 2005-05-29  Juri Linkov  <juri@jurta.org>
12015         * add-log.el (change-log-font-lock-keywords):
12016         Add `+' to e-mail regexp to accept mail address with keywords.
12018         * man.el (Man-name-regexp): Add `:' to accept qualified names.
12020 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
12022         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
12024         * ielm.el (inferior-emacs-lisp-mode): Ditto.
12026 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12028         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
12029         Undo the change that moves to end of the current word.
12031 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
12033         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
12034         Throw error when count <= 0 to ensure input is a number.
12035         (gdb-read-memory-custom): Pick up address from buffer.
12036         (gdb-memory-mode): Allow user to increment and decrement
12037         memory address from header line.
12039 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12041         * flyspell.el (flyspell-version): Function deleted.
12042         (flyspell-auto-correct-previous-hook): Doc fix.
12044         * jit-lock.el (jit-lock-function, jit-lock-after-change):
12045         Do nothing if memory is full.
12047         * font-lock.el (font-lock-fontify-syntactically-region):
12048         Pass t for GREEDY to looking-back.
12050         * saveplace.el (save-place-alist-to-file): Write the file
12051         using write-region.
12053         * subr.el (looking-back): New argument GREEDY.
12055         * progmodes/compile.el (compilation-start): Set the mode
12056         before inserting the initial text.
12058         * progmodes/which-func.el (which-func-update-1): Turn the mode
12059         off in case of error by setting which-func-mode.
12061 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
12063         * flyspell.el (flyspell-auto-correct-previous-word):
12064         Narrow down to what's on the screen, and recenter overlays
12065         at the end of the next word.
12067 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
12069         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
12070         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
12071         (flyspell-abbrev-p): Default to nil.
12072         (flyspell-use-global-abbrev-table-p): Doc fix.
12073         (flyspell-large-region): Allow nil as value.
12074         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
12076         (mail-mode-flyspell-verify): More robust handling
12077         of `mail-header-separator'.  More efficient signature detection.
12078         Allow for regexp metacharacters in message-header-separator.
12079         Adding `To' not to be checked in mail-mode-flyspell-verify.
12081         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
12082         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
12083         Bind flyspell-auto-correct-binding.
12084         Bind C-. and C-, .
12085         (flyspell-mode-map): Likewise.
12086         (flyspell-mode): Doc fix.
12087         (flyspell-accept-buffer-local-defs): Preserve current buffer.
12088         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
12089         (flyspell-word-cache-result): New var, always local.
12090         (flyspell-check-pre-word-p): Doc fix.
12091         (flyspell-check-changed-word-p): Handle spc like newline.
12092         (flyspell-post-command-hook): Set flyspell-word-cache-result.
12093         (flyspell-word-search-backward, flyspell-word-search-forward):
12094         New functions.
12095         (flyspell-word): Return t if nothing to check.
12096         When parsing TeX code, check for after } or \.
12097         Use flyspell-word-search-backward to find previous word.
12098         Return nil if duplicated word.
12099         For word already checked, return same value as last time.
12100         Set flyspell-word-cache-result after checking.
12101         Don't clobber the return value.
12102         (flyspell-get-word): Major rewrite.
12103         (flyspell-external-point-words): New locals pword, pcount.
12104         Fix size used in progress message.
12105         Find the proper corresponding word in flyspell-large-region-buffer.
12106         (flyspell-region): Check for flyspell-large-region = nil.
12107         (flyspell-highlight-incorrect-region): Clean up overlays in region.
12108         (flyspell-auto-correct-word): Check that WORD is a cons.
12109         (flyspell-correct-word): Likewise.
12111 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
12113         * progmodes/make-mode.el (makefile-rule-action-regex)
12114         (makefile-macroassign-regex, makefile-makepp-mode)
12115         (makefile-bsdmake-mode): Continuation lines may be empty.
12116         Reported by Joshua Varner.
12117         (makefile-makepp-font-lock-keywords): Add $(stem).
12119 2005-05-28  Karl Berry  <karl@gnu.org>
12121         * textmodes/tex-mode.el: Now that tex-send-command calls
12122         shell-quote-argument (2005-03-31 change), remove all calls to
12123         shell-quote-argument; they all end up invoking tex-send-command.
12124         The double quoting loses on filenames with non-safe characters,
12125         such as "@".  Reported by Frederik Fouvry.
12127 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
12129         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
12130         about preserving point.
12132 2005-05-27  Jay Belanger  <belanger@truman.edu>
12134         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
12135         Info-goto-node.
12137         * calc/calc-embed.el (calc-embed-arg): New variable.
12138         (calc-do-embedded-activate, calc-embedded-activate-formula)
12139         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
12140         variable by new variable.
12141         (calc-embedded-make-info): Replace undeclared variable by new
12142         variable.  When selecting region with positive prefix
12143         argument, use end of previous line instead of beginning of line.
12145         * calc/calc-aent.el (calc-arg-values): Declare it.
12147         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
12148         Declare them.
12150         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
12152         * calc/calc.el (calc-alg-map): Declare it.
12154         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
12156 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
12158         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
12159         (gdb-registers-buffer, toggle-gdb-all-registers):
12160         Toggle display of floating point registers.
12161         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
12163         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
12164         (toggle-gud-tooltip-dereference):
12165         Rename from gud-toggle-tooltip-dereference.
12167 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12169         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
12171 2005-05-27  Jay Belanger  <belanger@truman.edu>
12173         * calc/calc-prog.el (calc-kbd-report): Remove.
12174         (calc-kbd-query): Rewrite.
12176 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
12178         * image.el (image-library-alist): Move to image.c.
12179         (image-type-available-p): Doc fix.
12181 2005-05-27  Lute Kamstra  <lute@gnu.org>
12183         * calc/calc.el (calc):
12184         * outline.el (outline-1, outline-2, outline-3, outline-4)
12185         (outline-5, outline-6, outline-7, outline-8):
12186         * textmodes/dns-mode.el (dns-mode):
12187         * textmodes/sgml-mode.el (sgml-namespace-face):
12188         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
12189         (tex-verbatim-face, tex-use-reftex):
12190         * textmodes/texinfo.el (texinfo-heading-face):
12191         Specify customization group.
12193         * longlines.el: Don't require easy-mmode.
12194         (longlines-visible-face): Specify customization group.
12196 2005-05-27  Kenichi Handa  <handa@m17n.org>
12198         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
12199         encoding table of windows-1251.
12201         * international/ucs-tables.el (ucs-set-table-for-input):
12202         If translation-table-for-input of a coding system is a symbol, get
12203         its translation-table property.
12205         * international/code-pages.el: Don't register a coding system into
12206         non-iso-charset-alist more than once.
12207         (cp-make-coding-system): Likewise.
12209 2005-05-26  John Wiegley  <johnw@newartisans.com>
12211         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
12212         `eshell-resume-eval' is wrapped in a list, it indicates that the
12213         command was run asynchronously.  In that case, unwrap the value
12214         before checking the delimiter value.
12216         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
12217         character before a space at the end of a line is \, assume the space
12218         is part of the last argument rather than a final argument separator.
12220         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
12221         is in use, and the target is `t' or `nil' (which are the most common
12222         values), don't assume that the symbol target is a buffer.
12224 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12226         * calendar/calendar.el (calendar-mode-line-format):
12227         Use mode-line-highlight as mouse-face.
12229         * time.el (display-time-string-forms, display-time-update):
12230         Use mode-line-highlight as mouse-face.
12232 2005-05-26  Jay Belanger  <belanger@truman.edu>
12234         * calc/calc.el (calc-language-alist): Remove extra defvar.
12236 2005-05-26  Lute Kamstra  <lute@gnu.org>
12238         * arc-mode.el (archive-mode):
12239         * bookmark.el (bookmark-read-annotation-mode)
12240         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
12241         * bs.el (bs-mode):
12242         * calc/calc-yank.el (calc-edit-mode):
12243         * calc/calc.el (calc-mode, calc-trail-mode):
12244         * calculator.el (calculator-mode):
12245         * chistory.el (command-history-mode):
12246         * comint.el:
12247         * cus-edit.el (custom-mode):
12248         * descr-text.el (describe-text-mode):
12249         * ebuff-menu.el (Electric-buffer-menu-mode):
12250         * ediff-util.el (ediff-mode):
12251         * emacs-lisp/re-builder.el (reb-mode):
12252         * emulation/vi.el (vi-mode-setup):
12253         * emulation/ws-mode.el (wordstar-mode):
12254         * eshell/esh-mode.el (eshell-mode):
12255         * forms.el (forms-mode):
12256         * help-mode.el (help-mode):
12257         * hexl.el (hexl-mode):
12258         * ibuffer.el (ibuffer-mode):
12259         * ielm.el (inferior-emacs-lisp-mode):
12260         * info.el (Info-mode, Info-edit-mode):
12261         * international/swedish.el:
12262         * ledit.el (ledit-from-lisp-mode):
12263         * locate.el (locate-mode):
12264         * mail/rmail.el (rmail-mode):
12265         * mail/rmailedit.el (rmail-edit-mode):
12266         * mail/rmailsum.el (rmail-summary-mode):
12267         * mail/supercite.el (sc-electric-mode):
12268         * net/eudc.el (eudc-mode):
12269         * net/quickurl.el (quickurl-list-mode):
12270         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
12271         * obsolete/ooutline.el (outline-mode):
12272         * obsolete/options.el (Edit-options-mode):
12273         * obsolete/rnews.el (news-mode):
12274         * obsolete/rnewspost.el (news-reply-mode):
12275         * play/5x5.el (5x5-mode):
12276         * play/decipher.el (decipher-mode, decipher-stats-mode):
12277         * play/gomoku.el (gomoku-mode):
12278         * play/snake.el (snake-mode):
12279         * play/solitaire.el (solitaire-mode):
12280         * play/tetris.el (tetris-mode):
12281         * progmodes/ada-mode.el (ada-mode):
12282         * progmodes/antlr-mode.el (antlr-mode):
12283         * progmodes/autoconf.el (autoconf-mode):
12284         * progmodes/dcl-mode.el (dcl-mode):
12285         * progmodes/delphi.el (delphi-mode):
12286         * progmodes/ebrowse.el (ebrowse-tree-mode)
12287         (ebrowse-electric-list-mode, ebrowse-member-mode)
12288         (ebrowse-electric-position-mode):
12289         * progmodes/f90.el (f90-mode):
12290         * progmodes/fortran.el (fortran-mode):
12291         * progmodes/icon.el (icon-mode):
12292         * progmodes/idlw-help.el (idlwave-help-mode):
12293         * progmodes/idlw-shell.el (idlwave-shell-mode):
12294         * progmodes/idlwave.el (idlwave-mode):
12295         * progmodes/inf-lisp.el (inferior-lisp-mode):
12296         * progmodes/m4-mode.el (m4-mode):
12297         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
12298         * progmodes/modula2.el (modula-2-mode):
12299         * progmodes/octave-inf.el (inferior-octave-mode):
12300         * progmodes/octave-mod.el (octave-mode):
12301         * progmodes/pascal.el (pascal-mode):
12302         * progmodes/sh-script.el (sh-mode):
12303         * progmodes/sql.el (sql-mode, sql-interactive-mode):
12304         * progmodes/vhdl-mode.el (vhdl-mode):
12305         * progmodes/xscheme.el (scheme-interaction-mode):
12306         * replace.el (occur-mode):
12307         * ses.el (ses-mode):
12308         * simple.el (completion-list-mode):
12309         * skeleton.el:
12310         * speedbar.el (speedbar-mode):
12311         * term.el (term-mode):
12312         * terminal.el (terminal-edit-mode):
12313         * textmodes/reftex-index.el (reftex-index-mode)
12314         (reftex-index-phrases-mode):
12315         * textmodes/reftex-sel.el (reftex-select-label-mode)
12316         (reftex-select-bib-mode):
12317         * textmodes/reftex-toc.el (reftex-toc-mode):
12318         * wdired.el (wdired-change-to-wdired-mode):
12319         * wid-browse.el (widget-browse-mode):
12320         Use run-mode-hooks.
12322         * array.el (array-mode):
12323         * calendar/todo-mode.el (todo-mode):
12324         * man.el (Man-mode):
12325         * play/landmark.el (lm-mode):
12326         * play/mpuz.el (mpuz-mode):
12327         Use kill-all-local-variables and run-mode-hooks.
12329         * subr.el (delay-mode-hooks): Specify indentation.
12331 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
12333         * xml.el (xml-substitute-special): Don't die for undefined xml
12334         entities.
12336 2005-05-26  Jay Belanger  <belanger@truman.edu>
12338         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
12339         of nil.
12341 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
12343         * progmodes/gdb-ui.el (gdb-frame-address):
12344         Rename from gdb-current-address.
12345         (gdb-previous-frame-address): Rename from gdb-previous-address.
12346         (gdb-selected-frame): Rename from gdb-current-frame.
12347         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
12348         (gdb-frame-number): Rename from gdb-current-stack-level.
12349         (gdb-ann3): Match new mode-name for disassembly buffer.
12350         Extend initialization of variables.
12351         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
12352         (gdb-memory-mode): Use mouse-face in header line.
12353         (gdb-assembler-buffer-name): Call it disassembly and give frame
12354         in mode line.
12355         (gdb-source-spec-regexp, gdb-assembler-custom)
12356         (gdb-invalidate-assembler, gdb-frame-handler):
12357         Make robust to leading zeroes in address format.
12359 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
12361         * textmodes/org.el (org-mode): Use `define-derived-mode' to
12362         define `org-mode'.
12363         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
12365 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12367         * log-edit.el (log-edit-changelog-entries): Distinguish between
12368         filenames like xfns.c and fns.c.
12370 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
12372         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
12373         point after reverting.
12374         (Buffer-menu-make-sort-button): Handle the case where
12375         `Buffer-menu-use-header-line' is nil.
12377 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
12379         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
12380         New funcs.  In minibuffer-local-completion-map bind `]', `/'
12381         and `:' to them.
12383 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12385         * startup.el (normal-top-level): Allow modification of load-path while
12386         we're iterating over it.
12388 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
12390         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
12391         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
12392         (thumbs-resize-interactive, thumbs-insert-image)
12393         (thumbs-insert-thumb, thumbs-dired-show-marked)
12394         (thumbs-find-image-at-point, thumbs-delete-images)
12395         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
12396         (thumbs-increment-image-size, thumbs-decrement-image-size):
12397         Fix typos in docstrings.
12399 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
12401         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
12402         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
12403         (cperl-mode): Use them.
12405 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
12407         * window.el (quit-window, shrink-window-if-larger-than-buffer):
12408         Doc fixes.
12410 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
12412         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
12413         Bind C-d to gdb-inferior-io-eof.
12415         * dired.el (dired-dnd-popup-notice): Use message-box.
12417 2005-05-23  Masatake YAMATO  <jet@gyve.org>
12419         * bindings.el (mode-line-major-mode-keymap):
12420         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
12422         * faces.el (mode-line-highlight): New face.
12424         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
12425         as mouse-face.
12427         * bindings.el (top-level, help-echo, mode-line-modified)
12428         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
12429         as mouse-face.
12431 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
12433         * progmodes/cc-engine.el (c-guess-basic-syntax):
12434         Remove spurious call to `zerop'.
12436         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
12438 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
12440         CC Mode update to 5.30.10:
12442         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
12443         could go past the limit in decoration level 2, thereby causing
12444         errors during interactive fontification.
12446         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
12447         the file is evaluated interactively.
12449         * cc-engine.el (c-guess-basic-syntax): Handle operator
12450         declarations somewhat better in C++.
12452         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
12453         make use of `run-mode-hooks' which has been added in Emacs 21.1.
12454         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
12455         (awk-mode): Use it.
12456         (make-local-hook): Suppress warning about obsoleteness.
12458         * cc-engine.el, cc-align.el, cc-cmds.el
12459         (c-append-backslashes-forward, c-delete-backslashes-forward)
12460         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
12461         Compensate for return value from `forward-line' when it has moved
12462         but not to a different line due to eob.
12464         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
12465         `objc-method-intro' and `objc-method-args-cont'.
12467 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
12469         CC Mode update to 5.30.10:
12471         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
12472         in the copyright statement.  Incidentally, change "along with GNU
12473         Emacs" to "along with this program" where it occurs.
12475         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
12476         so that it is interactive, hence can be found by M-x awk-mode
12477         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
12478         <gmorris+emacs@ast.cam.ac.uk>.
12480         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
12481         Mode's regexps.
12483 2005-05-23  Kevin Ryde  <user42@zip.com.au>
12485         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
12486         c-parse-state, to avoid a lisp error (on bad code).
12488 2005-05-23  Lute Kamstra  <lute@gnu.org>
12490         * subr.el (font-lock-defaults): Remove defvar as it's already
12491         defined in font-core.el.
12493         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
12495 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
12497         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
12498         more general and work when GDB variable "print pretty" is on,
12499         as with Emacs, for example.
12501 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
12503         * font-core.el: Update comment.
12505         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12506         Use `after-change-major-mode-hook' instead of `find-file-hook'.
12508         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
12510 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
12512         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
12513         and `yank-handler' in the doc strings.
12515 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12517         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
12519 2005-05-22  Richard M. Stallman  <rms@gnu.org>
12521         * help.el (describe-key): Move print-help-return-message call
12522         out of conditional.
12524         * progmodes/etags.el (list-tags): Use with-no-warnings.
12526         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
12527         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
12528         (starttls-extra-args, starttls-extra-arguments): Add defvars.
12530         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
12532         * language/viet-util.el (viet-viscii-nonascii-translation-table):
12533         Add defvar.
12535         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
12536         Use defvar, not defconst.
12538         * hexl.el (hexl-follow-line): Use with-no-warnings.
12540         * emulation/tpu-extras.el: Use write-file-functions instead of
12541         write-file-hooks.
12543         * dired.el (dired-font-lock-keywords): Fontify files with junk
12544         extensions even if marked by -F.
12546 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
12548         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
12549         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
12550         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
12551         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
12552         (concatenate, list-length, get*, getf, cl-remprop):
12553         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
12554         (etypecase, progv, lexical-let, lexical-let*)
12555         (multiple-value-bind, multiple-value-setq, shiftf):
12556         Improve argument/docstring consistency.
12558         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
12560 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
12562         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
12563         doesn't exist.
12565         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
12566         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
12568 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
12570         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
12571         already deleted variables: auto-fill-hook, blink-paren-hook,
12572         lisp-indent-hook, inhibit-local-variables, unread-command-event,
12573         suspend-hooks, comment-indent-hook, meta-flag,
12574         before-change-function, after-change-function,
12575         font-lock-doc-string-face.
12577 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
12579         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
12581 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
12583         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
12584         rmail-dont-reply-to.
12586 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
12588         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
12589         literal blank when splitting new-header-values.
12591 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
12593         * calendar/cal-menu.el (cal-menu-update): Add separator as a
12594         string so that tmm doesn't create a completion entry for it.
12596         * textmodes/table.el (table-disable-menu): Ditto.
12598 2005-05-21  Richard M. Stallman  <rms@gnu.org>
12600         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
12602         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
12604         * net/rcompile.el (remote-compile): Use compilation-start.
12606         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
12608 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
12610         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
12611         Default to makefile-bsdmake-mode on BSD systems.
12613         * imenu.el (imenu-generic-expression, imenu--generic-function'):
12614         REGEXP may also be a search function now.  The part of doc-string
12615         for describing the structure was 95% identical to that of
12616         `imenu--generic-function'.  Unify it there.
12618         * progmodes/make-mode.el (makefile-imenu-generic-expression):
12619         Use function to find dependencies, because regexp alone is so complex,
12620         it easily goes into an endless loop.
12621         (makefile-makepp-mode): Also add submenu for Perl functions
12622         defined in the makefile.
12623         (makefile-bsdmake-mode): Special imenu-generic-expression no
12624         longer needed, due to function call.
12625         (makefile-match-dependency): Take BOUND into account when checking
12626         if we're through.
12628 2005-05-20  Jay Belanger  <belanger@truman.edu>
12630         * calc/calc-units.el (calc-invalidate-units-table):
12631         Use inhibit-read-only.
12632         (math-build-units-table-buffer): Use view-mode.
12634 2005-05-20  David Kastrup  <dak@gnu.org>
12636         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
12637         easy-menu-add is not a nop on Emacs; and clarify when to call it.
12639 2005-05-20  Lute Kamstra  <lute@gnu.org>
12641         * diff-mode.el (diff-header-face, diff-file-header-face)
12642         (diff-index-face, diff-hunk-header-face, diff-removed-face)
12643         (diff-added-face, diff-changed-face, diff-function-face)
12644         (diff-context-face, diff-nonexistent-face): Put them in the
12645         diff-mode customization group.
12647 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12649         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
12651         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
12653         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
12654         Minor regexp-optimization.
12656 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
12658         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
12659         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
12660         (org-agenda-add-time-grid-maybe): New function.
12661         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
12662         (org-table-create): `dotimes' instead of `mapcar'.
12663         (org-xor): Simplify implementation.
12664         (org-agenda): `inhibit-redisplay' turned on.
12665         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
12666         a consistent line after a state change.
12667         (org-agenda-remove-times-when-in-prefix): New option.
12668         (org-prefix-has-time): New variable.
12669         (org-parse-time-string): Optional argument NODEFAULT.
12670         (org-format-agenda-item): Parse items for time-of-day
12671         specifications and move these into the prefix if possible.
12672         (org-agenda-priority): Get current heading, not previous heading
12673         during agenda remote editing.
12675 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
12677         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
12678         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
12679         (remove-duplicates, delete-duplicates, substitute)
12680         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
12681         (nsubstitute-if-not, find, find-if, find-if-not, position)
12682         (position-if, position-if-not, count, count-if, count-if-not)
12683         (mismatch, search, sort*, stable-sort, merge, member*)
12684         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
12685         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
12686         (intersection, nintersection, set-difference, nset-difference)
12687         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
12688         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
12689         (nsublis, tree-equal): Improve argument/docstring consistency.
12691         * subr.el (send-string, send-region): Remove obsolescence declaration.
12692         (window-dot, set-window-dot, read-input, show-buffer)
12693         (eval-current-buffer, string-to-int):
12694         Add release number to obsolescence declarations.
12696 2005-05-19  Kim F. Storm  <storm@cua.dk>
12698         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
12699         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
12701 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
12703         * faces.el (list-faces-display): Make back button respect optional
12704         regexp arg.
12706 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
12708         * calculator.el (calculator-radix-grouping-mode)
12709         (calculator-radix-grouping-digits, calculator-displayer)
12710         (calculator-radix-grouping-separator, calculator-copy-displayer):
12711         * dabbrev.el (dabbrev-search-these-buffers-only):
12712         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
12713         (diff-advance-after-apply-hunk, diff-mode-hook)
12714         (diff-minor-mode-prefix):
12715         * imenu.el (imenu-use-popup-menu):
12716         * jit-lock.el (jit-lock-context-time):
12717         * newcomment.el (comment-fill-column, comment-column)
12718         (comment-style, comment-padding, comment-multi-line)
12719         (comment-empty-lines, comment-auto-fill-only-comments):
12720         * reveal.el (reveal-around-mark):
12721         * uniquify.el (uniquify-buffer-name-style)
12722         (uniquify-after-kill-buffer-p)
12723         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
12724         (uniquify-min-dir-content, uniquify-separator)
12725         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
12726         * w32-vars.el (w32-fixed-font-alist):
12727         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
12728         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
12729         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
12730         * progmodes/perl-mode.el (perl-indent-level)
12731         (perl-continued-statement-offset, perl-continued-brace-offset)
12732         (perl-brace-offset, perl-brace-imaginary-offset)
12733         (perl-label-offset, perl-indent-continued-arguments)
12734         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
12735         * progmodes/tcl.el (tcl-indent-level)
12736         (tcl-continued-indent-level, tcl-auto-newline)
12737         (tcl-tab-always-indent, tcl-electric-hash-style)
12738         (tcl-help-directory-list, tcl-use-smart-word-finder)
12739         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
12740         (inferior-tcl-source-command):
12741         * textmodes/fill.el (enable-kinsoku):
12742         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
12743         * textmodes/table.el (table-yank-handler):
12744         Specify missing group (and type, if simple) in defcustom.
12746 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
12748         * progmodes/compile.el (compilation-finish-function): Fix defvar.
12750 2005-05-19  Richard M. Stallman  <rms@gnu.org>
12752         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
12754         * subr.el (event-basic-type): Don't get an error.
12755         (left-fringe-p): Function deleted.
12757         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
12758         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
12760         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
12761         in recursive copy.
12763         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
12765         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
12767         * emacs-lisp/bytecomp.el
12768         (byte-compile-file-form-custom-declare-variable):
12769         Call byte-compile-nogroup-warn if appropriate.
12771         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
12772         (compilation-set-window): Don't call left-fringe-p; do it directly.
12774 2005-05-19  Jay Belanger  <belanger@truman.edu>
12776         * calc/calc-graph.el (calc-graph-format-data): Make sure
12777         var-PlotRejects is bound before trying to check its value.
12779 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
12781         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
12782         definition of this variable from reftex-global.el to reftex.el,
12783         because it is needed in the menu.
12785 2005-05-19  Lute Kamstra  <lute@gnu.org>
12787         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
12788         years are fixed.  Don't insert a space after a dash.
12790 2005-05-19  Kim F. Storm  <storm@cua.dk>
12792         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
12794 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
12796         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
12797         strings, because (eq ... ?\\) is fairly frequent.
12799         * progmodes/make-mode.el (makefile-add-this-line-targets):
12800         Simplify and integrate into `makefile-pickup-targets'.
12801         (makefile-add-this-line-macro): Simplify and integrate into
12802         `makefile-pickup-macros.
12803         (makefile-pickup-filenames-as-targets): Simplify.
12804         (makefile-previous-dependency, makefile-match-dependency):
12805         Don't stumble over `::'.
12807 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
12809         * subr.el (post-command-idle-hook, post-command-idle-delay):
12810         Remove obsoletion of post-command-idle-hook and
12811         post-command-idle-delay.
12813         * faces.el (list-faces-display): Provide button when describe-face
12814         is called to take user back to the list of faces.
12816         * help-fns.el (describe-variable): Remove hyperlinks in a
12817         variable's value as these are quite frequently inappropriate.
12819         * follow.el (follow-submit-feedback, follow-mode):
12820         Remove references to post-command-idle-hook.
12822 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
12824         * progmodes/make-mode.el (makefile-previous-dependency)
12825         (makefile-match-dependency): Check for := (and in bsd mode also
12826         !=) to give a better result, even when font-lock is not on.
12828 2005-05-18  Jay Belanger  <belanger@truman.edu>
12830         * calc/calc-help.el (calc-s-prefix-help):
12831         Add `calc-copy-special-constant' to help string.
12833 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
12835         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
12837 2005-05-18  Jay Belanger  <belanger@truman.edu>
12839         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
12840         in linear factors are in proper order.
12842 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
12844         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12845         Support for jurabib.
12847         * textmodes/reftex.el (featurep): Define aliases for overlay
12848         commands, for XEmacs compatibility, and use these aliases in
12849         overlay initializations.
12850         (reftex-highlight): Use `reftex-move-overlay'.
12851         (reftex-unhighlight): Use `reftex-delete-overlay'.
12852         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
12853         (reftex-access-search-path): Use `reftex-uniquify' instead of
12854         `reftex-uniq'
12856         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
12857         `before-string' property modification enables for Emacs as well.
12858         (reftex-select-item): Use `reftex-delete-overlay'.
12859         (reftex-select-mark): Use `reftex-make-overlay' and
12860         `reftex-overlay-put'.
12861         (reftex-select-unmark): Use `reftex-delete-overlay' and
12862         `reftex-overlay-put'.
12864 2005-05-18  Lute Kamstra  <lute@gnu.org>
12866         * emacs-lisp/lisp.el (check-parens): Fix docstring.
12868 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
12870         * add-log.el (add-change-log-entry):
12871         * array.el (array-make-template, array-reconfigure-rows)
12872         (array-init-max-row, array-init-max-column)
12873         (array-init-columns-per-line, array-init-field-width):
12874         * replace.el (replace-match-maybe-edit, perform-replace):
12875         * textmodes/spell.el (spell-region):
12876         Replace `read-input' by `read-string'.
12878         * forms.el (forms-mode):
12879         * finder.el (finder-compile-keywords):
12880         * shadowfile.el (shadow-read-files):
12881         Replace `eval-current-buffer' by `eval-buffer'.
12883         * terminal.el (te-pass-through):
12884         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
12885         (ange-ftp-raw-send-cmd):
12886         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
12887         (send-process-next-char, telnet-initial-filter, telnet):
12888         Replace `send-string' by `process-send-string'.
12890         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
12891         (prolog-consult-region): Replace `send-string' by
12892         `process-send-string'; replace `send-region' by `process-send-region'.
12894         * progmodes/delphi.el (delphi-log-msg):
12895         Replace `set-window-dot' by `set-window-point'.
12897         * subr.el (window-dot, set-window-dot, read-input, send-string)
12898         (send-region, show-buffer, eval-current-buffer):
12899         Make really obsolete, as the comment says.
12901 2005-05-17  Kim F. Storm  <storm@cua.dk>
12903         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
12904         (cua--init-keymaps): Bind C-return instead of S-return to set
12905         rectangle mark.
12907         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
12908         instead of S-return to toggle/clear rectangle mark.
12910 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
12912         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
12913         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
12914         Also fontify plain strings assigned to variables, mostly so that a
12915         colon has a face and is thus not taken as a dependency separator.
12916         (makefile-previous-dependency): Inline the new matcher, because it
12917         is too complex to work in both directions.
12918         (makefile-match-dependency): Eliminate `backward' arg (see above).
12919         Completely reimplemented so as to not sometimes go into an endless
12920         loop.  It should also be more efficient, because first it only
12921         searches for `:', instead of applying the very complex regexp.
12922         (makefile-mode): Cancel `font-lock-support-mode', because blocks
12923         to be fontified in one piece can be too long for JIT.
12924         Makefiles are never *that* big.
12926 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
12928         * dired.el (dired-mode): Simplify.
12930 2005-05-17  Lute Kamstra  <lute@gnu.org>
12932         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
12933         defcustom for the mode hook variable.
12935         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
12936         Emacs Lisp Reference Manual.
12938 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
12940         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
12941         (evenp, list*):
12942         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
12943         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
12945         * net/tramp-smb.el (tramp-smb-open-connection):
12946         Pass `tramp-chunksize' as fifth (required) argument.
12948 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
12950         * font-lock.el (lisp-font-lock-keywords-1):
12951         Set `font-lock-negation-char-face' for [^...] char group.
12952         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
12954         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
12955         a var, and refine it to mask one more level of nested vars.
12956         (makefile-rule-action-regex): Turn it into a var, and refine it so
12957         it recognizes backslashed continuation lines as belonging to the
12958         same command.
12959         (makefile-macroassign-regex): Refine it so it recognizes
12960         backslashed continuation lines as belonging to the same command.
12961         (makefile-var-use-regex): Don't look at the next char, because it
12962         might be the same one to be skipped by the initial [^$], leading
12963         to an overlooked variable use.
12964         (makefile-make-font-lock-keywords): Remove two parameters, which
12965         are now variables that some of the modes set locally.
12966         Handle dependency and rule action matching through functions, because
12967         regexps alone match too often.  Dependency matching now comes
12968         last, so it can check, whether a colon already matched something else.
12969         (makefile-mode): Inform that font-lock improves makefile parsing
12970         capabilities.
12971         (makefile-match-dependency, makefile-match-action): New functions.
12973 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
12975         * emacs-lisp/cl-extra.el (equalp): Doc fix.
12977         * align.el (align-regexp):
12978         * ansi-color.el (ansi-color-get-face):
12979         * array.el (array-reconfigure-rows, array-init-max-row)
12980         (array-init-max-column, array-init-columns-per-line)
12981         (array-init-field-width):
12982         * dired-aux.el (dired-trample-file-versions):
12983         * dired-x.el (dired-mark-sexp):
12984         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
12985         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
12986         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
12987         * faces.el (face-read-integer):
12988         * files.el (backup-extract-version, insert-directory):
12989         * hexl.el (hexl-insert-decimal-char):
12990         * server.el (server-process-filter):
12991         * shell.el (shell-extract-num):
12992         * startup.el (command-line-1):
12993         * term.el (term-command-hook):
12994         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
12995         (time-stamp-do-number):
12996         * time.el (display-time-update):
12997         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
12998         (timezone-fix-time):
12999         * vms-patch.el (vms-suspend-resume-hook):
13000         * calendar/appt.el (appt-convert-time):
13001         * calendar/cal-bahai.el (mark-bahai-diary-entries):
13002         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
13003         * calendar/cal-islam.el (mark-islamic-diary-entries):
13004         * calendar/calendar.el (calendar-cursor-to-date)
13005         (calendar-star-date):
13006         * calendar/diary-lib.el (diary-attrtype-convert)
13007         (mark-diary-entries, diary-entry-time):
13008         * calendar/solar.el (solar-get-number):
13009         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
13010         * emacs-lisp/re-builder.el (reb-display-subexp):
13011         * emulation/edt.el (edt-set-scroll-margins):
13012         * emulation/tpu-extras.el (tpu-set-scroll-margins):
13013         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
13014         (vip-get-ex-count):
13015         * emulation/viper-ex.el (viper-get-ex-token)
13016         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
13017         * international/fontset.el (fontset-plain-name):
13018         * mail/feedmail.el (feedmail-look-at-queue-directory):
13019         * mail/mailalias.el (mail-get-names):
13020         * mail/rmail.el (rmail-convert-to-babyl-format):
13021         * mail/rmailsum.el (rmail-make-basic-summary-line)
13022         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
13023         (rmail-summary-goto-msg):
13024         * mail/smtpmail.el (smtpmail-read-response):
13025         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
13026         (ange-ftp-vms-add-file-entry):
13027         * play/gametree.el (gametree-looking-at-ply)
13028         (gametree-current-branch-score):
13029         * progmodes/ada-xref.el (ada-prj-find-prj-file)
13030         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
13031         * progmodes/cperl-mode.el (condition-case):
13032         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
13033         (ebrowse-set-member-buffer-column-width)
13034         (ebrowse-select-1st-to-9nth):
13035         * progmodes/etags.el (etags-snarf-tag):
13036         * progmodes/flymake.el (flymake-parse-line):
13037         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
13038         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
13039         (idlwave-shell-menu-def):
13040         * progmodes/ps-mode.el (ps-run-goto-error):
13041         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
13042         (vhdl-speedbar-contract-level):
13043         * term/mac-win.el (x-handle-numeric-switch):
13044         * term/sun-mouse.el (sun-get-frame-data):
13045         * term/w32-win.el (x-handle-numeric-switch):
13046         * term/x-win.el (x-handle-numeric-switch):
13047         * textmodes/ispell.el (ispell-parse-output):
13048         * textmodes/nroff-mode.el (nroff-outline-level):
13049         * textmodes/reftex-cite.el (reftex-bib-sort-year)
13050         (reftex-bib-sort-year-reverse, reftex-format-citation):
13051         * textmodes/reftex-parse.el (reftex-init-section-numbers)
13052         (reftex-section-number):
13053         * textmodes/texinfmt.el (texinfo-paragraphindent):
13054         Replace `string-to-int' by `string-to-number'.
13056         * international/latexenc.el: Add page marker to force the "Local
13057         Variables:" string out of the last page.
13059 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
13061         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
13062         tooltip-change-major-mode.
13063         (gud-tooltip-print-command): Remove case where gud-minor-mode
13064         is gdb ("--fullname").
13065         (gud-tooltip-tips): Turn GUD tooltips off for this case and
13066         explain to user.
13068 2005-05-16  Jay Belanger  <belanger@truman.edu>
13070         * calc/calc-store.el (calc-copy-special-constant): New function.
13072         * calc/calc-ext.el (calc-init-extensions): Add binding for
13073         `calc-copy-special-constant'.
13075         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
13076         for the `calc-copy-special-constant' command.
13078 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
13080         * subr.el (left-fringe-p): New function.
13082         * progmodes/compile.el (compilation-setup): Set local value of
13083         overlay-arrow-string to "" always.
13084         (compilation-set-window): Left fringe then don't scroll.
13085         No left fringe then no arrow and scroll message to top.
13086         (compilation-context-lines): Adjust doc string accordingly.
13088 2005-05-16  Kim F. Storm  <storm@cua.dk>
13090         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
13091         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
13092         (ido-wide-find-dir-or-delete-dir): New command for M-d.
13093         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
13094         (ido-read-file-name): Handle commands with ido property value
13095         equal to find-file as reading a file name, to allow C-d to enter dired.
13096         (ibuffer-find-file): Add ido property with value find-file.
13098 2005-05-15  Kim F. Storm  <storm@cua.dk>
13100         * subr.el (open-network-stream-nowait): Remove.
13101         (open-network-stream-server): Remove.
13103 2005-05-15  Richard M. Stallman  <rms@gnu.org>
13105         * faces.el (describe-face): Output a definition link button.
13107         * help-mode.el (help-face-def): New button type.
13109         * emacs-lisp/copyright.el (copyright-fix-years):
13110         Match properly if the first year is 2-digit.
13111         Don't mess up the whitespace after the years by filling.
13113         * dired-aux.el (dired-mark-confirm):
13114         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
13116         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
13117         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
13118         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
13120         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13121         Set font-lock-comment-start-skip.
13123         * font-lock.el (font-lock-comment-start-skip): New variable.
13124         (font-lock-comment-end-skip): New variable.
13125         (font-lock-fontify-syntactically-region): Use them if non-nil.
13127 2005-05-15  Jay Belanger  <belanger@truman.edu>
13129         * calc/calc-store.el (calc-store-value): Return a string rather
13130         than display it as a message.
13131         Use calc-var-name for variable name.
13132         (calc-store-into): Add the result of calc-store-value to message.
13133         (calc-copy-variable): Add a message.
13134         (calc-store-exchange): Improve error messages.
13135         (calc-store-binary, calc-store-map): Don't reset the values of
13136         special constants.
13138 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
13140         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
13141         manual to docstring.
13143         * files.el (hack-local-variables-confirm): Add STRING argument.
13144         Make the function handle non file visiting buffers correctly.
13145         (hack-local-variables-prop-line, hack-local-variables)
13146         (hack-one-local-variable): Use STRING arg of
13147         `hack-local-variables-confirm'.
13149 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
13151         Sync with Tramp 2.0.49.
13153         * net/tramp.el (tramp-handle-dired-call-process)
13154         (tramp-handle-insert-directory):`insert-buffer' cannot be used
13155         because the contents of the Tramp buffer is changed before
13156         insertion (`expand-file' and alike).
13157         (tramp-handle-insert-directory): If `localname' has an empty
13158         nondirectory name, it must not be quoted.
13159         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
13160         variable `tramp-chunksize'.  Change callees.
13161         (tramp-open-connection-setup-interactive-shell): Check remote host
13162         for buggy `send-process-string' implementation.
13163         Set `tramp-chunksize' if found.  Reported by Michael Kifer
13164         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
13165         (tramp-handle-shell-command): `insert-buffer' cannot be used
13166         because the contents of the Tramp buffer is changed before
13167         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
13168         <frederic.bothamy@free.fr>.
13169         (tramp-set-auto-save): Actions should be done for Tramp file name
13170         handler only.  Ange-FTP has its own auto-save mechanism.
13171         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
13172         (tramp-set-auto-save-file-modes): Set file modes of
13173         `buffer-auto-save-file-name' to ?\600 as fallback solution.
13174         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
13175         (tramp-bug): Remove obsolete variable.
13176         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
13177         for presence of `mml-mode'.  Make it running for older Emacsen as well.
13179 2005-05-14  John Paul Wallington  <jpw@pobox.com>
13181         * ibuf-ext.el (define-ibuffer-filter filename):
13182         If `dired-directory' is a list, use its car.
13184 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
13186         * ibuffer.el (define-ibuffer-column filename):
13187         If `dired-directory' is a list, use its car.
13189 2005-05-14  Richard M. Stallman  <rms@gnu.org>
13191         * subr.el (symbol-file): Doc fix.
13193         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
13194         (byte-compile-form): Call byte-compile-nogroup-warn.
13195         (byte-compile-warning-types): Doc fix.
13197         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
13199         * progmodes/cc-engine.el (c-literal-faces):
13200         Add font-lock-comment-delimiter-face.
13202         * net/net-utils.el (dig): Use with-no-warnings.
13204         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
13205         (sc-recite-frame-alist, sc-default-cite-frame)
13206         (sc-default-uncite-frame, sc-default-recite-frame)
13207         (sc-attrib-selection-list, sc-rewrite-header-list):
13208         Mark as risky-local-variable.
13210         * international/ogonek.el (ogonek-jak, ogonek-how):
13211         Don't use beginning-of-buffer.
13213         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
13215         * calendar/solar.el (solar-data-list): Move definition up.
13217         * dnd.el (dnd-protocol-alist): Add autoload.
13219         * progmodes/sh-script.el: Many doc usage fixes.
13220         (sh-indent-after-do): Change default to match common styles.
13222 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
13224         * files.el (interpreter-mode-alist)
13225         (auto-mode-interpreter-regexp): Doc fixes.
13227 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
13229         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
13231         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
13233 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13235         * dired.el (dired-mode): make-variable-buffer-local =>
13236         make-local-variable.
13238 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13240         * term/mac-win.el (mac-select-convert-to-string): Try coding
13241         systems in mac-script-code-coding-systems if specified one cannot
13242         encode string for `com.apple.traditional-mac-plain-text'.
13244 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
13246         * progmodes/make-mode.el (makefile-targets-face)
13247         (makefile-shell-face, makefile-makepp-perl-face): New faces.
13248         (makefile-dependency-regex): Fix it to not make the colon in
13249         $(var:a=b) special.
13250         (makefile-rule-action-regex): New regexp for highlighting embedded
13251         Shell strings.
13252         (makefile-macroassign-regex): Handle != for highlighting as
13253         embedded Shell strings.
13254         (makefile-var-use-regex): New const.
13255         (makefile-statements, makefile-automake-statements)
13256         (makefile-gmake-statements, makefile-makepp-statements)
13257         (makefile-bsdmake-statements): New consts.
13258         (makefile-make-font-lock-keywords): New function.
13259         (makefile-automake-font-lock-keywords)
13260         (makefile-gmake-font-lock-keywords)
13261         (makefile-makepp-font-lock-keywords)
13262         (makefile-bsdmake-font-lock-keywords): New consts.
13263         (makefile-mode-map): Add switchers between the various submodes.
13264         (makefile-mode): Document the availability of the variants.
13265         (makefile-automake-mode, makefile-gmake-mode)
13266         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
13268         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
13269         new variants of makefile-mode.
13271 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13273         * font-lock.el (font-lock-comment-delimiter-face): Fix up
13274         the inheritance.
13276 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
13278         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
13279         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
13281         * files.el (normal-mode): Extend the scope of the
13282         `enable-local-variables' binding to include the `set-auto-mode' call.
13283         (magic-mode-alist): Doc fix.
13285 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13287         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
13288         font-lock-comment-face rather than copying its setting.
13290 2005-05-12  Andreas Schwab  <schwab@suse.de>
13292         * eshell/esh-mode.el (eshell-send-input): Doc fix.
13294 2005-05-12  Lute Kamstra  <lute@gnu.org>
13296         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
13297         defcustom for the mode hook variable.  Delete the last argument.
13298         * generic-x.el: Fix callers of define-generic-mode.
13299         (generic-x-modes): Delete group.
13300         (show-tabs-tab-face, show-tabs-space-face): Put them in the
13301         generic-x customization group.
13303 2005-05-12  Kim F. Storm  <storm@cua.dk>
13305         * font-lock.el (font-lock-negation-char-face): Default to "off".
13307         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
13308         font-lock-negation-char-face to ! in !=.
13310 2005-05-12  Masatake YAMATO  <jet@gyve.org>
13312         * add-log.el (find-change-log): Fix typos in the docstring
13313         of function.
13315 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
13317         * international/latexenc.el (latexenc-find-file-coding-system):
13318         Avoid `re-search-forward' when looking for input encoding because
13319         of speed and safety.  Better regular expressions for recognizing
13320         input encoding.  Limit a search for TeX-master/tex-main-file to
13321         the local variable section.
13323 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
13325         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
13326         syntax of $ to "'" (quote).
13328 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
13330         * dnd.el (dnd-protocol-alist): Improve custom type.
13332         * dired.el (dired-dnd-protocol-alist): New variable.
13333         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
13334         `dired-mode-hook' to the end.
13336 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13338         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
13339         comment-end if comment-start-skip is not set.
13340         Obey the font-lock-comment-delimiter-face variables.
13342 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13344         * files.el (executable-find): Move from executable.el.  Use
13345         locate-file.
13346         * progmodes/executable.el (executable-find): Move to files.el.
13348         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
13349         when trying to ensure forward progress.
13351 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
13353         * mouse-sel.el (mouse-sel-follow-link-p): New function.
13354         (mouse-select, mouse-select-internal, mouse-extend-internal):
13355         Use it to implement mouse-1-click-follows-link functionality.
13357 2005-05-11  Richard M. Stallman  <rms@gnu.org>
13359         * font-lock.el (font-lock-fontify-syntactically-region):
13360         Use font-lock-comment-delimiter-face for comment delimiters.
13362 2005-05-10  Jay Belanger  <belanger@truman.edu>
13364         * calc/calc-help.el (calc-m-prefix-help): Add mention of
13365         preserving embedded modes.
13367 2005-05-10  Richard M. Stallman  <rms@gnu.org>
13369         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
13371         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
13372         Move from ada-stmt.el.
13373         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
13375         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
13376         Move to ada-mode.el.
13377         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
13379         * cus-edit.el (custom-file): Call file-chase-links.
13381         * files.el (read-directory-name): Fix previous change.
13382         (hack-local-variables-confirm): New function.
13383         (hack-local-variables-prop-line, hack-local-variables)
13384         (hack-one-local-variable): Use it.
13386 2005-05-10  Lute Kamstra  <lute@gnu.org>
13388         * font-lock.el (font-lock-keywords-alist)
13389         (font-lock-removed-keywords-alist): Clarify docstrings.
13391 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
13393         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
13394         (gdb-source-info): Check for preprocessor info.
13395         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
13396         a macro for a function.
13397         (gdb-info-breakpoints-custom): Try to find file again if not already
13398         found (user might have used GDB dir command).
13399         (gdb-get-location): Update gdb-location-alist correctly for change
13400         to gdb-info-breakpoints-custom.
13402         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
13403         (gud-tooltip-print-command): Add gdbmi case.
13404         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
13405         preprocessor info.
13407 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
13409         * startup.el (fancy-splash-insert): Fix typo in doc string.
13411 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
13413         * obsolete/float.el (string-to-float):
13414         * obsolete/hilit19.el (hilit-add-pattern):
13415         * obsolete/rnews.el (news-parse-range, news-select-message)
13416         (news-get-pruned-list-of-files): Replace `string-to-int' by
13417         `string-to-number'.
13419         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
13420         `find-file-not-found-hooks'; use `add-hook'.
13421         (uncompress-while-visiting): Set `write-file-functions', not
13422         `write-file-hooks'; use `add-hook'.
13424 2005-05-09  Kim F. Storm  <storm@cua.dk>
13426         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
13427         (cua-paste): Handle clipboard action.
13428         (cua--init-keymaps): Remap clipboard-kill-region and
13429         clipboard-kill-ring-save.
13431 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
13433         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
13434         Improve commentary.
13436         * simple.el (next-error-overlay-arrow-position): Revert the change
13437         made on 2005-04-30.
13439 2005-05-07  Jay Belanger  <belanger@truman.edu>
13441         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
13442         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
13443         `calc-sel-reselect'.
13445         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
13446         Calc is in embedded mode.
13448 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
13450         * progmodes/compile.el (compilation-setup):
13451         Set overlay-arrow-string to an empty string on text terminals.
13453         * textmodes/ispell.el (ispell-program-name): Try looking for
13454         "aspell" along exec-path, and if found, use it as the default
13455         speller program.
13457 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
13459         * international/mule.el (sgml-xml-auto-coding-function):
13460         Recognize encoding='FOO' in single quotes as well as in double quotes.
13462 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
13464         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
13465         as well as `interactive', so that defmacro* would recognize
13466         `declare' forms.
13468 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
13470         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
13471         Explain more about the LIGHTER arg's usage in the doc string.
13472         Add commentary to clarify what the code does.  Fix the regexp that
13473         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
13474         since it could have characters special to regular expressions.
13476 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
13478         * replace.el (occur-1): Bind inhibit-read-only so that
13479         erase-buffer doesn't barf on read-only text properties (likewise
13480         for add-text-properties in occur-engine).  Mark buffer as unmodified.
13481         (occur-engine): Don't set buffer-read-only here.
13483 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13485         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
13486         list-buffers-directory.  This caused the *cvs-commit* buffer to be
13487         sometimes mistakenly reused as a *cvs* buffer.
13489 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
13491         * tooltip.el: Move code for GUD tooltips into gud.el.
13492         (require): CL no longer needed to compile case.
13493         (tooltip-mode): Do not toggle functions for GUD tooltips.
13494         (tooltip-gud-tips-p): Remove.  Replace with minor mode
13495         gud-tooltip-mode in gud.el.
13496         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
13497         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
13498         tooltip-gud prefix with gud-tooltip and obsolete.
13499         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
13500         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
13501         (tooltip-mouse-motion): Mouse movement functions/variable.
13502         Rename in gud.el by adding gud prefix.
13503         (tooltip-gud-original-filter, tooltip-gud-dereference)
13504         (tooltip-gud-event, tooltip-toggle-gud-tips)
13505         (tooltip-gud-process-output, tooltip-gud-print-command)
13506         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
13507         gud.el by replacing tooltip-gud prefix with gud-tooltip.
13508         (gdb-tooltip-print): Move to gdb-ui.el.
13510         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
13511         (require): CL needed to compile case.
13512         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
13513         tooltip-gud-tips-p.  Make it a minor-mode.
13514         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
13515         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
13516         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
13517         (gud-tooltip-change-major-mode)
13518         (gud-tooltip-activate-mouse-motions-if-enabled)
13519         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
13520         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
13521         (gud-tooltip-original-filter, gud-tooltip-dereference)
13522         (gud-tooltip-event, tooltip-toggle-gud-tips)
13523         (gud-tooltip-process-output, gud-tooltip-print-command)
13524         (gud-tooltip-tips): Move from tooltip.el.
13526         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
13527         (gdb-cpp-define-alist-flags): Doc fix.
13528         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
13529         gud-tooltip-mode is t.
13531 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13533         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
13534         evaporate if their text is deleted.
13535         (goto-address-at-point): Make it work as a mouse binding as well.
13536         (goto-address-at-mouse): Obsolete it.  Update users.
13538 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
13540         * calendar/appt.el (top-level): No longer activate on load.
13542 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
13544         * calendar/cal-bahai.el (mark-bahai-diary-entries):
13545         * net/webjump.el (webjump):
13546         * progmodes/idlw-help.el (idlwave-do-context-help1)
13547         (idlwave-highlight-linked-completions):
13548         * textmodes/po.el (po-find-file-coding-system-guts):
13549         Replace `assoc-ignore-case' by `assoc-string'.
13551 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
13553         * files.el (locate-file): Doc fix.
13555         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
13556         Remove the redundant test for ms-dos.
13558         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
13559         look for the preprocessor with exec-suffixes.  If not found in
13560         standard places, look in exec-path.  Remove most of the tests that
13561         used system-type.
13563         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
13565         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
13567         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
13568         file-name clash with jka-compr.el on 8+3 filesystems.
13570 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13572         * term/mac-win.el: Don't define or bind scroll bar functions if
13573         x-toolkit-scroll-bars is t.
13574         (x-select-text, x-get-selection-value): Clear
13575         x-last-selected-text-clipboard if x-select-enable-clipboard is
13576         nil.
13577         (PRIMARY): Put mac-scrap-name property.
13578         (mac-select-convert-to-file-url): New function.
13579         (public.file-url): New selection target type.  Add to
13580         selection-converter-alist.
13581         (x-get-selection, x-selection-value): Handle it.
13582         (x-cut-buffer-or-selection-value): New alias.
13584 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13586         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
13587         entry to avoid calling bibtex-find-entry with arg global
13588         being t.  Remove arg key.
13589         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
13590         (bibtex-copy-summary-as-kill): Change accordingly.
13592 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13594         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
13595         (org-agenda-date-later): Use with-current-buffer.
13597 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
13599         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
13600         (define-obsolete-variable-alias): Doc Fixes.
13602 2005-05-06  Kim F. Storm  <storm@cua.dk>
13604         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
13605         vertical-motion when selective-display is active.
13607         * ido.el (ido-setup-hook): New hook.
13608         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
13609         (ido-input-stack): New var.
13610         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
13611         ido-next-work-file binding to M-O.
13612         Bind M-f to ido-wide-find-file-or-pop-dir.
13613         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
13614         (ido-read-internal): Run ido-setup-hook.
13615         Catch quit in read-file-name and read-string to cancel edit.
13616         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
13617         Automatically pop-all when completing a directory name (RET).
13618         (ido-file-internal): Add with-no-warnings around ffap and dired code.
13619         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
13620         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
13621         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
13622         New functions for M-b/M-f to move among the directory components.
13623         (ido-make-merged-file-list): Catch quit to cancel merge.
13624         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
13625         (ido-completion-help): No warnings for ido-completion-buffer-full.
13627 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
13629         * font-lock.el (font-lock-negation-char-face): New face and variable.
13630         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
13631         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
13632         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
13633         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
13635 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
13637         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
13638         Fix typo in docstring.
13640         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
13641         (ebrowse-print-statistics-line)
13642         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
13644         * term/w32-win.el (image-library-alist): Add additional name for
13645         Xpm library.
13647 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
13649         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
13650         use gcc instead of cpp.
13652         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
13653         (gdb-create-define-alist): Use it.
13654         (gdb-cpp-define-alist-program): Update for MS-DOS.
13656 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
13658         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
13660 2005-05-04  Richard M. Stallman  <rms@gnu.org>
13662         * help.el (describe-key): No error when UNTRANSLATED is nil.
13664         * simple.el (line-move-1): Fix previous change to signal errors
13665         appropriately.
13667 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
13669         * calendar/icalendar.el (icalendar-version): Now at 0.12.
13670         (icalendar-duration-correction): Remove.
13671         (icalendar--get-event-properties): Split result at commas.
13672         (icalendar--decode-isoduration): New optional argument
13673         DURATION-CORRECTION.
13674         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
13675         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
13676         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
13677         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
13678         (icalendar--convert-anniversary-to-ical): New functions, extracted
13679         from icalendar-export-region, with bug fixes.
13680         (icalendar-export-region): Use the above functions.
13681         (icalendar-import-buffer): Check before saving diary file.
13682         (icalendar--convert-recurring-to-diary)
13683         (icalendar--convert-non-recurring-all-day-to-diary)
13684         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
13685         extracted from icalendar--convert-ical-to-diary, with bug fixes.
13686         (icalendar--convert-ical-to-diary): Use the above functions.
13688 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
13690         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
13691         Remove these recent additions.
13692         (c-mode): Restore to before 2005-04-28.
13694         * progmodes/cc-vars.el (cc-define-list-program): Remove this
13695         recent addition.
13697         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
13698         (gdb-define-alist): New variables.
13699         (gdb-create-define-alist): New function.
13700         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
13701         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
13702         with string-to-number.
13703         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
13705         * progmodes/gud.el: Replace string-to-int with string-to-number.
13706         (gud-find-file): Handle gdb-define-alist.
13708         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
13710 2005-05-02  Jay Belanger  <belanger@truman.edu>
13712         * calc/calc-aent.el (math-read-token):
13713         * calc/calc-bin.el (calc-word-size):
13714         * calc/calc-ext.el (calc-read-number-fancy):
13715         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
13716         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
13717         * calc/calc-frac.el (calc-over-notation):
13718         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
13719         (calc-graph-num-points, calc-graph-init):
13720         * calc/calc-prog.el (calc-read-parse-table-part)
13721         (calc-edit-macro-repeats):
13722         * calc/calc-yank.el (calc-do-grab-rectangle):
13723         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
13724         Replace `string-to-int' by `string-to-number'.
13726 2005-05-02  Kim F. Storm  <storm@cua.dk>
13728         * kmacro.el: Use executing-kbd-macro-index variable.
13730 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
13732         * net/rlogin.el (rlogin-parse-words): Delete func.
13733         (rlogin): Use split-string, not rlogin-parse-words.
13734         Also, if there are option-like elements in the parsed args,
13735         take the host to be the first arg immediately following them.
13736         Suggested by Michael Mauger.
13738 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
13740         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
13742 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
13744         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
13745         (cc-mode-cpp-program): Rename to cc-define-list-program and
13746         move to cc-vars.el.
13748         * progmodes/cc-vars.el (cc-define-list-program):
13749         Change to "gcc -E -dM -".  Make customizable.
13751 2005-05-02  Kim F. Storm  <storm@cua.dk>
13753         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
13755 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
13757         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
13759         * international/mule-util.el (truncate-string): Remove alias and
13760         obsolete declaration.
13762         * international/mule-cmds.el (update-iso-coding-systems):
13763         Remove alias and obsolete declaration.
13765         * international/mule.el (coding-system-parent): Remove alias and
13766         obsolete declaration.
13768         * subr.el (define-function, sref): Remove aliases and obsolete
13769         declarations.
13770         (chars-in-region): Remove obsolete declaration.
13772 2005-05-01  Richard M. Stallman  <rms@gnu.org>
13774         * info.el (Info-mode): Set widen-automatically to nil, locally.
13776         * simple.el (widen-automatically): New variable.
13777         (pop-global-mark): Obey widen-automatically.
13779 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
13781         * term/xterm.el (function-key-map): Call substitute-key-definition
13782         before the keymap size is increased by a lot of define-key calls.
13784 2005-05-01  Richard M. Stallman  <rms@gnu.org>
13786         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
13787         Rename ARG to ELEMENT.  Doc fix.
13789 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
13791         * allout.el (allout-exposure): Remove macro and obsolete declaration.
13792         Remove references to allout-exposure/change to allout-new-exposure.
13794         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
13795         bytecode symbols.
13797         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
13798         (compiled-function-p, focus-frame, unfocus-frame):
13799         Remove aliases and obsolete declarations.
13800         Back out inadvertent changes from previous commit.
13802 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
13804         * files.el (require-final-newline): Make Custom tags consistent
13805         with mode-require-final-newline.
13806         (mode-require-final-newline): Doc fix.
13808 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
13810         * international/latexenc.el (latexenc-find-file-coding-system):
13811         Fix regular expressions.
13813 2005-05-01  David Kastrup <dak@gnu.org>
13815         * international/latexenc.el (latexenc-find-file-coding-system):
13816         Fix regular expressions.
13818 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
13820         * subr.el (string-to-int): Make obsolete.
13822 2005-04-30  Richard M. Stallman  <rms@gnu.org>
13824         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
13826         * loadup.el: load jka-comp-hook.
13828         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
13829         (jka-compr-handler): Add autoload.  `put' calls moved
13830         to jka-comp-hook.el.
13831         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
13832         (jka-compr-inhibit): Autoload.
13834         * jka-comp-hook.el: New file.
13835         Enable the mode by default.
13837         * files.el (backup-buffer-copy): Use copy-file instead
13838         of write-region, and put back the 'excl.
13840 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
13842         * progmodes/flymake.el (flymake-split-string)
13843         (flymake-split-string, flymake-log, flymake-pid-to-names)
13844         (flymake-reg-names, flymake-get-source-buffer-name)
13845         (flymake-unreg-names, flymake-add-line-err-info)
13846         (flymake-add-err-info): Clarify docstrings.
13847         (flymake-popup-menu, flymake-make-emacs-menu)
13848         (flymake-make-xemacs-menu): Add docstrings.
13849         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
13850         Set variables directly throughout.
13852 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
13854         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
13855         exists.  Initialize cc-define-alist.
13856         (c-mode): Add cc-create-define-alist locally to after-save-hook.
13857         If there is no file (Macroexpansion) don't create an alist.
13859 2005-04-29  Sam Steingold  <sds@gnu.org>
13861         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
13862         (cc-create-define-alist): Use it instead of the hard-coded string.
13864 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13866         * international/mule-conf.el (file-coding-system-alist): Fix regexp
13867         for latexenc.
13869 2005-04-29  Lute Kamstra  <lute@gnu.org>
13871         * emacs-lisp/generic.el: Improve commentary section.
13872         (define-generic-mode): Improve docstring.
13874 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
13876         * textmodes/org.el (many places): Change to quiet the byte compiler.
13877         (org-prefix-format-compiled): New variable.
13878         (org-compile-prefix-format): New function.
13879         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
13880         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
13881         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
13882         (org-get-entries-from-diary): Use `org-get-time-of-day' for
13883         consistency with entries from `org-mode' files.
13884         (org-get-time-of-day): Fix bug with partial matches early in a line.
13885         (org-non-link-chars): New constant.
13886         (org-link-regexp): Respect `org-non-link-chars'.
13887         (org-agenda-day-view): Remove command.
13888         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
13889         (org-follow-bbdb-link, org-store-link): Search also company field.
13890         (org-highlight-overlay): New variable.
13891         (org-highlight, org-unhighlight): New functions.
13892         (org-agenda-mode): Add pre-command-hook to remove highlight.
13893         (org-evaluate-time-range): Behavior depends upon whether time stamp
13894         contains a time or not.
13895         (org-show-subtree, org-show-entry): New functions.
13896         (org-agenda-cleanup-fancy-diary): Remove empty lines.
13898 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
13900         * comint.el (comint-output-filter-functions): Add autoload cookie.
13902 2005-04-28  Kim F. Storm  <storm@cua.dk>
13904         * ido.el (ido-everywhere): Fix last change.
13906 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
13908         * international/latexenc.el: New file.
13909         * international/mule-conf.el (file-coding-system-alist): For .tex,
13910         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
13912 2005-04-28  Lute Kamstra  <lute@gnu.org>
13914         * font-lock.el (font-lock-add-keywords)
13915         (font-lock-remove-keywords): Clarify docstring.
13916         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
13917         Don't start docstrings with a `*'.
13918         (font-lock-update-removed-keyword-alist): Give it a docstring.
13920         * generic-x.el: Update commentary section.
13921         Only require font-lock when compiling.
13922         Define all modes conditionally.
13923         Place all generic modes in the generic-x-modes customization group.
13924         (generic-x-modes): New customization group.
13925         (generic-default-modes, generic-mswindows-modes)
13926         (generic-unix-modes, generic-other-modes): New constants.
13927         (generic-define-mswindows-modes, generic-define-unix-modes):
13928         Update docstrings.  Make them obsolete.
13929         (generic-extras-enable-list): New default value.  Update docstring.
13930         Improve :type.  Change :set function.
13931         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
13932         Fix docstring.
13934         * emacs-lisp/generic.el (generic-mode-internal):
13935         Simplify font-lock-defaults.
13936         (define-generic-mode): Fix docstring.
13938 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13940         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
13941         font-lock-face property to highlight matches.
13943 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
13945         * progmodes/cc-mode.el (cc-create-define-alist): New function.
13946         (cc-define-alist): New variable.
13947         (c-mode): Make it local and initialize it.
13949         * progmodes/gdb-ui.el (gdb-active-process): New variable.
13950         (gdb-exited): New function.
13951         (gdb-annotation-rules): Use it.
13952         (gdb-starting): Set gdb-active-process to t.
13953         (gdb-stopping): Amend doc string.
13954         (gdb-reset): Set gdb-active-process to nil.
13956         * tooltip.el (tooltip-gud-tips): Show the associated #define
13957         directives when a C program under GDB is not executing.
13959 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13961         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
13962         font-lock-fontify-syntactic-keywords.
13964         * font-lock.el (font-lock-default-fontify-region): Don't force
13965         parse-sexp-lookup-properties to nil.
13967 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
13969         * man.el (man-mode-syntax-table): Set up `:' to have
13970         word-constituent syntax.
13972 2005-04-27  Lute Kamstra  <lute@gnu.org>
13974         * novice.el (disable-command): Don't add spurious newlines to the
13975         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
13977 2005-04-26  Jay Belanger  <belanger@truman.edu>
13979         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
13980         than one window before deleting window.
13982 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
13984         * shell.el (shell-prompt-pattern): Doc fix.
13985         (shell-mode): Set paragraph-separate buffer locally to "\\'".
13987         * comint.el (comint-prompt-regexp, comint-get-old-input)
13988         (comint-use-prompt-regexp)
13989         (comint-use-prompt-regexp-instead-of-fields)
13990         (comint-replace-by-expanded-history, comint-send-input)
13991         (comint-output-filter, comint-get-old-input-default)
13992         (comint-line-beginning-position, comint-bol, comint-show-output)
13993         (comint-backward-matching-input, comint-forward-matching-input)
13994         (comint-next-prompt, comint-previous-prompt):
13995         Rename `comint-use-prompt-regexp-instead-of-fields' to
13996         `comint-use-prompt-regexp'.  Keep old name as alias and declare
13997         obsolete.
13998         (comint-use-prompt-regexp): Shorten first line of doc string.
14000         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
14001         Set paragraph-separate buffer locally to "\\'".
14003         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
14004         Adapt to above name change.
14006         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
14007         (smbclient-prompt-regexp): Ditto.
14009         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
14011 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
14013         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
14014         gdb-location-list.
14015         Break lines that are over 80 characters wide.
14017 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14019         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
14020         New fun and var, to preserve compatibility.
14022         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
14024 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
14026         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
14027         name to file-newer-than-file-p.
14029 2005-04-26  Richard M. Stallman  <rms@gnu.org>
14031         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
14033         * progmodes/python.el (python-mode):
14034         Use new name eldoc-documentation-function.
14036         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
14038         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
14039         (eldoc-documentation-function):
14040         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
14042 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
14044         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
14046 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
14048         * term/xterm.el (function-key-map): Fix strings for
14049         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
14050         {C,S,A,C-S}-{f1-f12}.
14052 2005-04-26  Kenichi Handa  <handa@m17n.org>
14054         * international/mule-cmds.el (select-safe-coding-system):
14055         Fix previous change.
14057 2005-04-26  Lute Kamstra  <lute@gnu.org>
14059         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
14061         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
14062         (font-lock-comment-delimiter-face): Ditto.
14064         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
14066 2005-04-25  Jay Belanger  <belanger@truman.edu>
14068         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
14069         to t while inserting information; use help-mode.
14071 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
14073         * term.el (ansi-term-color-vector): Use the xterm colors.
14074         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
14076 2005-04-25  Lute Kamstra  <lute@gnu.org>
14078         * font-core.el (font-lock-defaults): Fix docstring.
14080         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
14082 2005-04-25  Kenichi Handa  <handa@m17n.org>
14084         * international/mule-cmds.el (select-safe-coding-system):
14085         Don't check consistency with coding: spec, etc if raw-text or
14086         no-conversion was found to be safe.
14088 2005-04-24  Richard M. Stallman  <rms@gnu.org>
14090         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
14091         citation markers at start of each line.
14093         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
14094         citation markers at start of each line.
14096         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
14098         * files.el (mode-require-final-newline): Fix previous change.
14099         (require-final-newline): Fix type label.
14101 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
14103         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
14104         statement in buffer (broken by 2004-11-24 change).
14106 2005-04-24  Kim F. Storm  <storm@cua.dk>
14108         * ido.el (ido-everywhere): Save and restore old read-buffer-function
14109         and read-file-name-function values.  Don't overwrite existing
14110         non-nil values if ido-mode is enabled without ido-everywhere.
14112 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
14114         * files.el (mode-require-final-newline): Minor doc fix.
14116 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
14118         * subr.el (syntax-after): Doc fix.
14119         (syntax-class): If argument is nil, return nil.  Mask off upper 16
14120         bits, not 8 bits.
14122         * files.el (mode-require-final-newline): Doc fix.
14123         (backup-buffer-copy): Fix last change.
14125 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14127         * term/mac-win.el: Require select.  Set selection-coding-system to
14128         mac-system-coding-system.  Call menu-bar-enable-clipboard.
14129         (x-last-selected-text-clipboard, x-last-selected-text-primary)
14130         (x-select-enable-clipboard): New variables.
14131         (x-select-text, x-get-selection, x-selection-value)
14132         (x-get-selection-value, mac-select-convert-to-string)
14133         (mac-services-open-file, mac-services-open-selection)
14134         (mac-services-insert-text): New functions.
14135         (CLIPBOARD, FIND): Put mac-scrap-name property.
14136         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
14137         (public.tiff): Put mac-ostype property.
14138         (selection-converter-alist): Add entries for them.
14139         (mac-application-menu-map): New keymap.
14140         (interprogram-cut-function, interprogram-paste-function): Set to
14141         x-select-text and x-get-selection-value, respectively.
14142         (split-window-keep-point): Set to t.
14144 2005-04-23  Richard M. Stallman  <rms@gnu.org>
14146         * files.el (read-directory-name): Always pass non-nil
14147         DEFAULT-FILENAME arg to read-file-name.
14148         (backup-buffer-copy, basic-save-buffer-2): Take care against
14149         writing thru an unexpected existing symlink.
14150         (revert-buffer): In indirect buffer, revert the base buffer.
14151         (magic-mode-alist): Doc fix.
14152         (buffer-stale-function): Doc fix.
14153         (minibuffer-with-setup-hook): Avoid warning.
14154         (mode-require-final-newline): Doc and custom fix.
14156         * follow.el (follow-end-of-buffer): Use with-no-warnings.
14158         * font-lock.el (font-lock-comment-face): On terminals with few colors,
14159         use the default appearance.
14160         (font-lock-comment-delimiter-face): New face, new variable.
14162         * imenu.el (imenu--generic-function): The official position of a
14163         definition is the start of the line that BEG is in.
14165         * midnight.el (midnight-timer): Move defvar up.
14167         * mouse.el (mouse-drag-region-1): Delete some debugging code.
14169         * saveplace.el (save-place-to-alist): Use with-no-warnings.
14171         * startup.el (command-line): Use with-no-warnings.
14173         * window.el (window-size-fixed): New defvar.
14175         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
14177         * mail/rmail.el (rmail-font-lock-keywords):
14178         Use font-lock-comment-delimiter-face.
14180         * mail/sendmail.el (mail-font-lock-keywords):
14181         Use font-lock-comment-delimiter-face.
14183         * progmodes/compile.el (next-error-highlight-timer): New defvar.
14185 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
14187         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14188         Specify t for LAXMATCH when matching directories.
14189         Save match data around compilation-compat-error-properties form.
14191 2005-04-23  David Kastrup  <dak@gnu.org>
14193         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
14194         Mention that the autoloaded aliases should be kept for AUCTeX.
14196 2005-04-23  Andreas Schwab  <schwab@suse.de>
14198         * isearch.el (isearch-forward): Doc fix.
14200 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
14202         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
14203         (jit-lock-stealth-nice): Change default value to 0.5.
14205 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
14207         * abbrev.el (write-abbrev-file): Write table entries in
14208         alphabetical order by table name.
14210 2005-04-22  Kim F. Storm  <storm@cua.dk>
14212         * ido.el (ido-read-internal): Fix `list' completion.
14214 2005-04-22  Kenichi Handa  <handa@m17n.org>
14216         * recentf.el (recentf-save-file-coding-system): New variable.
14217         (recentf-save-list): Encode the file by
14218         recentf-save-file-coding-system and add coding: tag.
14220 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
14222         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
14224 2005-04-21  Lute Kamstra  <lute@gnu.org>
14226         * loadhist.el (unload-feature): Don't remove a function from hooks
14227         if it is about to be restored to an autoload .  Remove functions
14228         that will become unbound from auto-mode-alist.  Simplify the code.
14230         * subr.el (assq-delete-all): New implementation that is linear,
14231         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
14232         (rassq-delete-all): New function.
14234         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
14235         Add size-indication-mode.
14237 2005-04-21  Kenichi Handa  <handa@m17n.org>
14239         * international/mule-cmds.el: Add autoload for widget-value in
14240         eval-when-compile.
14242 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
14244         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
14245         Add tooltip-mode.
14247         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
14249 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
14251         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
14252         (inferior-lisp-filter-regexp, inferior-lisp-program)
14253         (inferior-lisp-load-command, inferior-lisp-prompt)
14254         (inferior-lisp-mode-hook, lisp-source-modes)
14255         (inferior-lisp-load-hook): defvar->defcustom.
14256         (inferior-lisp-program, inferior-lisp-prompt)
14257         (inferior-lisp-load-hook): Doc fixes.
14258         (inferior-lisp-install-letter-bindings): Small change in
14259         introductory comment.
14261 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
14263         * vc.el (vc-annotate-color-map): Change some colors so that text
14264         using them as foreground is readable on both white and black
14265         backgrounds.
14267 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14269         * international/mule-conf.el (translation-table-for-input):
14270         Remove redundant declaration.
14272 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
14274         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
14276         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
14277         (tooltip-toggle-gud-tips): New function.
14279 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14281         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
14282         right angle brackets.
14284 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
14286         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
14288 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14290         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
14291         Remove.  Update callers to use expand-file-name instead.
14293         * subr.el (syntax-class): New function.
14295         * simple.el (blink-matching-open): Use it.
14297         * paren.el (show-paren-function): Use it to recognize parens that are
14298         also used in 2-char comment markers.
14300 2005-04-19  Lute Kamstra  <lute@gnu.org>
14302         * loadhist.el (unload-feature): Update for new format of
14303         load-history.  Simplify the code.
14305 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14307         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
14308         (mac-add-charset-info): New function.  Initialize variable
14309         mac-charset-info-alist using it.
14310         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
14311         for translation.
14312         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
14313         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
14314         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
14315         New CCL programs.
14317 2005-04-19  Kim F. Storm  <storm@cua.dk>
14319         * simple.el (next-buffer, prev-buffer, next-error)
14320         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
14321         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
14323         * bindings.el (next-buffer, prev-buffer, next-error)
14324         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
14325         (clone-indirect-buffer-other-window): Move bindings from simple.el.
14326         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
14327         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
14329 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14331         * isearch.el (isearch-edit-string): Make the search-ring available for
14332         minibuffer history commands.
14333         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
14334         the default history commands now work just as well.
14335         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
14337 2005-04-18  Kim F. Storm  <storm@cua.dk>
14339         * emulation/cua-base.el (cua--pre-command-handler): Add more
14340         elaborate check for shift modifier on non-window systems.
14342 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
14344         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
14346 2005-04-18  Kim F. Storm  <storm@cua.dk>
14348         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
14349         and make it optional.  Don't test tooltip-gud-echo-area here.
14350         (tooltip-gud-process-output, gdb-tooltip-print):
14351         Pass tooltip-gud-echo-area to tooltip-show.
14352         (tooltip-help-tips): Remove second optional arg to tooltip-show.
14354 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14356         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
14357         `display-graphic-p' may not be bound yet.
14359 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
14361         * startup.el (command-line): No longer enable Xterm Mouse mode by
14362         default in terminals compatible with xterm.
14364         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
14366 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
14368         * tooltip.el (tooltip-gud-echo-area): Rename from
14369         tooltip-use-echo-area.
14370         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
14371         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
14372         area independently of where help tooltips are displayed.
14374 2005-04-17  David Kastrup  <dak@gnu.org>
14376         * cus-theme.el (custom-theme-write-variables): Quote variables
14377         where necessary.
14379 2005-04-17  Richard M. Stallman  <rms@gnu.org>
14381         * simple.el (yank-excluded-properties): Add follow-link to value.
14383         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
14385         * startup.el (fancy-splash-max-time): Just 30 seconds.
14386         (fancy-splash-delay): Just 7.
14387         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
14389         * loadhist.el (unload-feature): Update for new format of load-history.
14390         Simplify the code.
14392         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
14393         (rmail-font-lock-keywords): Don't fontify the text of a citation.
14395         * mail/sendmail.el (mail-font-lock-keywords):
14396         Don't fontify subject text.
14397         Don't fontify the text of a citation.
14399 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
14401         * comint.el (comint-output-filter): Run comint-output-filter-functions
14402         with point where the user had it.
14404 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14406         * international/ucs-tables.el (ucs-set-table-for-input):
14407         Disable when using unify-on-decoding.
14409 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
14411         * emulation/cua-base.el (cua-global-mark-face): Add special case
14412         for displays supporting a high number of colors.
14414 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
14416         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
14418 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
14420         * filesets.el (filesets-add-buffer): If user supplies a name of a
14421         non-existing fileset, create a new fileset.
14423 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
14425         * textmodes/org.el (org-up-heading-all): Fix bug with
14426         `outline-up-heading-all'.
14428 2005-04-16  Andreas Schwab  <schwab@suse.de>
14430         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
14431         /etc/permissions.d/* and /etc/aliases.d/*.
14433 2005-04-16  Kenichi Handa  <handa@m17n.org>
14435         * international/code-pages.el (cp-make-coding-system):
14436         Set `translation-table-for-input' property value to the symbol
14437         ucs-mule-to-mule-unicode, not to that value.
14438         (pt154): Escape guillemet by `\'.
14440 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
14442         * loadup.el: Load tooltip if x-show-tip is fboundp.
14444         * startup.el (command-line): Add comment.
14446         * tooltip.el (tooltip-mode): Specify correct standard value for
14447         Custom in init-value.
14449 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
14451         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
14452         possible.
14454 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
14456         * textmodes/org.el (org-agenda-date-prompt): Rename from
14457         `org-agenda-date-today'.
14458         (org-evaluate-time-range): Insert at point instead of directly
14459         after time range.
14460         (org-first-headline-recenter, org-subtree-end-visible-p)
14461         (org-optimize-window-after-visibility-change): New functions
14462         (org-agenda-post-command-hook): Don't allow point at end of line,
14463         to make sure it always hits the text properties.
14464         (org-agenda-next-date-line, org-agenda-previous-date-line):
14465         New commands.
14466         (org-set-regexps-and-options): Category may contain white space.
14467         (org-agenda-get-deadlines, org-agenda-get-scheduled):
14468         Improve marker positions.
14469         (org-agenda-new-marker): Argument POS made optional.
14470         (org-agenda-get-timestamps): Deadlines which are done are listed
14471         in org-done-face now.
14472         (org-agenda-get-todos, org-agenda-get-timestamps)
14473         (org-agenda-get-deadlines, org-agenda-get-scheduled):
14474         Set `undone-face' and `done-face' properties.
14475         (org-last-todo-state-is-todo): New variable.
14476         (org-todo): Set `org-last-todo-state-is-todo'.
14477         (org-agenda-todo): Change face according to
14478         `org-last-todo-state-is-todo'.  And change other lines referring to
14479         the same entry.
14480         (org-calendar-goto-agenda): New command.
14481         (org-calendar-to-agenda-key): New option.
14482         (org-startup-folded): New allowed value `content'.
14483         (org-set-regexps-and-options): Accept new value `content' for
14484         `org-startup-folded'.
14485         (org-get-current-options): Handle new value `content' for
14486         `org-startup-folded'.
14487         (org-insert-todo-heading): New command.
14488         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
14489         interactively in empty file and option
14490         `org-insert-mode-line-in-empty-file' has been set.
14491         (org-agenda-todo,org-agenda-priority): Modify to use
14492         `org-agenda-change-all-lines'.
14493         (org-warning-face): Change color on dark background
14495 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14497         * international/mule-cmds.el (set-locale-environment): On Mac OS,
14498         use preferences AppleLocale and AppleLanguages, and variable
14499         mac-system-locale for default locale.  On Mac OS Classic, use
14500         mac-system-coding-system for default coding systems.
14502         * term/mac-win.el: Don't set file-name-coding-system.
14503         Decode variables system-name, emacs-build-system, user-login-name, and
14504         user-full-name by mac-system-coding-system on Mac OS Classic.
14505         (mac-system-coding-system): New variable.
14507 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
14509         * startup.el (command-line): Handle `xterm-mouse-mode' before
14510         reading init file.
14512         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
14514 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
14516         * progmodes/sh-script.el (sh-here-document-word): Make it a
14517         defcustom.  Doc fix.
14518         (sh-add): Bash uses $(( )) for arithmetic.
14519         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
14520         (sh-maybe-here-document): Remove quotes and leading whitespace
14521         from heredoc word when closing.  Indent heredoc with tabs if word
14522         starts with "-".
14524 2005-04-13  Richard M. Stallman  <rms@gnu.org>
14526         * simple.el (undo): Fix previous change.
14528         * custom.el (defface): Doc fix.
14530 2005-04-13  Lute Kamstra  <lute@gnu.org>
14532         * Makefile.in (DONTCOMPILE): Remove list.
14533         (compile, compile-always): Don't use DONTCOMPILE.
14534         (update-authors): Load the library in which batch-update-authors
14535         is defined.
14536         * makefile.w32-in (DONTCOMPILE): Remove list.
14537         (compile, compile-always): Fix comments.
14538         (update-authors): Load the library in which batch-update-authors
14539         is defined.
14541         * generic-x.el (generic-mode-ini-file-find-file-hook):
14542         Rename to ini-generic-mode-find-file-hook.
14543         Keep generic-mode-ini-file-find-file-hook as an alias.
14544         (ini-generic-mode-find-file-hook): Rename from
14545         generic-mode-ini-file-find-file-hook.  Fix docstring.
14546         (ini-generic-mode): Docstring change.
14547         (bat-generic-mode-run-as-comint): Silence the byte compiler.
14549         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
14550         called from lisp.
14552         * generic.el: Move to the emacs-lisp subdir.
14554 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
14556         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
14557         and C-S- function and cursor motion keys.
14559 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
14561         * startup.el (command-line): Enable Xterm Mouse mode by default.
14562         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
14563         for Custom.  No longer show "Mouse" in mode line when enabled.
14564         Doc fix.
14566 2005-04-12  Kim F. Storm  <storm@cua.dk>
14568         * emulation/cua-base.el (cua-rectangle-face)
14569         (cua-rectangle-noselect-face): Define face attributes here.
14571         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
14573 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14575         * startup.el (command-line): Turn off blinking cursor if
14576         cursorBlink in resources is off or false.
14578 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14580         * term/mac-win.el (dnd): Require dnd.
14581         (mac-drag-n-drop): Call dnd-handle-one-url.
14582         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
14583         (kTextEncodingISOLatin2): Remove constants.
14584         (mac-script-code-coding-systems): New constant.
14585         (mac-handle-language-change): New function.
14586         (special-event-map): Bind it to `language-change' event.
14587         (mac-centraleurroman, mac-cyrillic): New coding systems.
14588         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
14589         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
14590         and mac-cyrillic-encoder to encode-mac-centraleurroman and
14591         encode-mac-cyrillic, respectively.
14593 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
14595         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
14596         Don't set overlay-arrow-string to "=>" as this is done
14597         globally in C now.
14599 2005-04-12  Lute Kamstra  <lute@gnu.org>
14601         * generic-x.el (rc-generic-mode, rul-generic-mode):
14602         Fix auto-mode-alist entries.
14603         (etc-fstab-generic-mode): Tweak fontification.
14605         * generic.el (generic-make-keywords-list): Fix docstring.
14606         (generic-mode-internal): Simplify generic-font-lock-keywords.
14608 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
14610         * whitespace.el (whitespace-buffer-leading)
14611         (whitespace-buffer-trailing): Revert the incorrect test inversion.
14612         However, fix the highlight area for the leading and
14613         trailing whitespaces to show space.
14615 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
14617         * whitespace.el (whitespace-version): Bump to 3.5
14619         (whitespace-buffer-leading, whitespace-buffer-trailing):
14620         Invert sense of the test to highlight the whitespace.
14622 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
14624         * progmodes/gud.el (gud-display-line): GUD uses its own
14625         overlay arrow now so don't set overlay-arrow-string.
14626         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
14628 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
14630         * term.el (term-ansi-current-bold, term-ansi-current-underline)
14631         (term-ansi-current-reverse, term-ansi-current-invisible)
14632         (term-ansi-face-already-done): Change to boolean.
14633         (term-reset-terminal, term-handle-colors-array): Handle the above
14634         vars accordingly.
14635         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
14636         (term-emulate-terminal): Use the new name.
14638         * faces.el (secondary-selection): Use yellow1, not yellow.
14639         (trailing-whitespace): Use red1, not red.
14641 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14643         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
14644         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
14645         (dired-dnd-handle-file): Call dnd-get-local-file-uri
14647         * cus-edit.el (dnd): New group.
14649         * term/w32-win.el (dnd): Require dnd
14650         (w32-drag-n-drop): Call dnd-handle-one-url.
14652         * x-dnd.el: Require dnd.
14653         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
14654         Call dnd-handle-one-url.
14655         (x-dnd-types-alist, x-dnd-insert-utf8-text)
14656         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
14657         to dnd-insert-text.
14658         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
14659         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
14660         (x-dnd-get-local-file-name, x-dnd-open-local-file)
14661         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
14663         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
14665 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
14667         * wdired.el: Doc fixes.
14668         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
14669         (wdired-use-dired-vertical-movement): Rename from
14670         wdired-always-move-to-filename-beginning.
14671         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
14672         (wdired-change-to-wdired-mode): Change mode name.
14673         (wdired-newline): Delete.
14675 2005-04-11  Richard M. Stallman  <rms@gnu.org>
14677         * whitespace.el (whitespace-highlight-the-space):
14678         Don't call whitespace-unhighlight-the-space here.
14680         * simple.el (undo): Record t in undo-equiv-table
14681         for the redo record made by an undo-in-region.
14683 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
14685         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
14686         (gdb-frame-inferior-io-buffer): New Functions to control
14687         display of separate IO buffer.
14688         (menu): Add them to menu-bar.
14689         (gdb-display-buffer): Check for buffer another frame.
14690         Protect GUD buffer.
14691         (gdb-setup-windows): Create IO buffer if not already there.
14692         (gdb-memory-mode): Remove purecopy noops.
14694 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
14696         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
14697         and pass to self-insert-command.
14699 2005-04-11  Lute Kamstra  <lute@gnu.org>
14701         * generic.el: Commentary section cleanup.
14702         (generic): Delete.
14703         (generic-use-find-file-hook, generic-lines-to-scan)
14704         (generic-find-file-regexp, generic-ignore-files-regexp)
14705         (default-generic-mode, generic-mode-find-file-hook)
14706         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
14707         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
14708         (generic-use-find-file-hook, generic-lines-to-scan)
14709         (generic-find-file-regexp, generic-ignore-files-regexp)
14710         (default-generic-mode, generic-mode-find-file-hook)
14711         (generic-mode-ini-file-find-file-hook): Move from generic.el.
14713 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
14715         * bookmark.el (bookmark-write-file): Catch errors writing file.
14716         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
14718 2005-04-10  Richard M. Stallman  <rms@gnu.org>
14720         * startup.el (fancy-splash-tail): Update copyright year.
14721         (command-line): Split part of -Q into -D.
14722         (emacs-basic-display): New defvar.
14723         (fancy-splash-text): Correct name of menu item.
14725         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
14727         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
14728         lines in one node.
14730         * comint.el (comint-send-input): New arg ARTIFICIAL.
14731         Callers in this file changed.
14733         * abbrev.el (define-abbrevs): Read system abbrevs properly.
14735         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
14737 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
14739         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
14740         `ldap-search-internal'.
14742 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14744         * files.el (set-auto-mode-1): Use line-end-position.
14746         * international/latin-1.el:
14747         * international/latin-2.el:
14748         * international/latin-3.el:
14749         * international/latin-4.el:
14750         * international/latin-5.el:
14751         * international/latin-8.el:
14752         * international/latin-9.el: Give punctuation syntax to NBSP.
14754         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
14755         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
14756         Use char-classes to accept non-ascii letters, accepted in some recent
14757         bibtex implementations.
14759 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
14761         * custom.el (custom-set-minor-mode): Any non-nil value for the
14762         variable should enable the mode when set through Custom.
14764 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14766         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
14767         TAB binding so tab-always-indent is obeyed.
14768         (vhdl-minibuffer-local-map): Move initialization into declaration.
14769         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
14770         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
14771         (vhdl-hooked-abbrev): Avoid test for XEmacs.
14772         (vhdl-current-line): Use line-beginning-position.
14773         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
14774         with-output-to-temp-buffer, so the current position can be recorded.
14776 2005-04-10  Masatake YAMATO  <jet@gyve.org>
14778         * progmodes/compile.el (compilation-error-regexp-alist-alist):
14779         Add regexp for gcov.
14781 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14783         * calendar/time-date.el (time-to-seconds, seconds-to-time)
14784         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
14785         syntax which Emacs 20 doesn't support.
14787 2005-04-09  Richard M. Stallman  <rms@gnu.org>
14789         * help.el (describe-key-briefly, describe-key):
14790         Replace strings as event types with "(any string)".
14792 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14794         * arc-mode.el (archive-mode-map): Move initialization into
14795         the declaration.  Override *all* bindings of `undo'.
14796         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
14798 2005-04-09  Jay Belanger  <belanger@truman.edu>
14800         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
14802 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
14804         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
14805         (xterm-register-default-colors): Update color values computation
14806         to match xterm-200.
14808 2005-04-09  Kenichi Handa  <handa@m17n.org>
14810         * international/code-pages.el (iso-latin-7): Fix the map.
14812 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
14814         * emacs-lisp/lisp.el (defun-prompt-regexp)
14815         (parens-require-spaces, buffer-end, end-of-defun)
14816         (insert-parentheses): Doc fixes.
14818 2005-04-08  Kim F. Storm  <storm@cua.dk>
14820         * comint.el (comint-highlight-prompt): Fix face spec.
14821         * hi-lock.el (hi-green): Likewise.
14823 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
14825         * cus-edit.el (custom-modified-face):
14826         * comint.el (comint-highlight-input): Fix previous changes.
14827         * term.el (term-handle-ansi-escape): Add a comment.
14829 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14831         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
14832         in the buffer and in whitespace-highlighted-space.
14833         (whitespace-unhighlight-the-space): Simplify.
14834         (whitespace-buffer): Simplify.
14836 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
14838         * textmodes/table.el (table-cell-face): Add special case for
14839         displays supporting a high number of colors.
14840         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
14841         (vhdl-font-lock-reserved-words-face)
14842         (vhdl-speedbar-architecture-face)
14843         (vhdl-speedbar-instantiation-face)
14844         (vhdl-speedbar-architecture-selected-face)
14845         (vhdl-speedbar-instantiation-selected-face): Likewise.
14846         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
14847         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
14848         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14849         (ebrowse-root-class-face, ebrowse-member-attribute-face)
14850         (ebrowse-progress-face): Likewise.
14851         * progmodes/compile.el (compilation-info-face): Likewise.
14852         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
14853         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
14854         * calendar/calendar.el (diary-face): Likewise.
14855         * woman.el (woman-italic-face, woman-bold-face)
14856         (woman-unknown-face): Likewise.
14857         * wid-edit.el (widget-button-pressed-face): Likewise.
14858         * whitespace.el (whitespace-highlight-face): Likewise.
14859         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
14860         * pcvs-info.el (cvs-marked-face): Likewise.
14861         * info.el (info-xref): Likewise.
14862         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
14863         * hilit-chg.el (highlight-changes-face)
14864         (highlight-changes-delete-face): Likewise.
14865         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
14866         (hi-red-b): Likewise.
14867         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
14868         * font-lock.el (font-lock-keyword-face)
14869         (font-lock-function-name-face, font-lock-warning-face): Likewise.
14870         * cus-edit.el (custom-invalid-face, custom-modified-face)
14871         (custom-set-face, custom-changed-face, custom-variable-tag-face)
14872         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
14873         * comint.el (comint-highlight-prompt): Likewise.
14875 2005-04-08  Lute Kamstra  <lute@gnu.org>
14877         * font-lock.el (font-lock-keywords): Docstring fixes.
14879 2005-04-08  Kenichi Handa  <handa@m17n.org>
14881         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
14882         chars are more than a limit, print " and more..." at the tail.
14884 2005-04-08  Kim F. Storm  <storm@cua.dk>
14886         * emacs-lisp/authors.el (authors-aliases): Update list.
14887         (authors-ignored-files): New list.
14888         (authors-fixed-entries): Fix typo.
14889         (authors-renamed-files-alist): Update list.
14890         (authors-add): Check authors-ignored-files.
14892 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
14894         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
14895         optional, to ensure backward compatibility.
14897 2005-04-08  Stephen Eglen  <stephen@gnu.org>
14899         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
14901 2005-04-08  Kim F. Storm  <storm@cua.dk>
14903         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
14905         * mouse.el (mouse-on-link-p): Doc fix.
14907 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
14909         * ielm.el (ielm-prompt-read-only): Doc fix.
14911         * comint.el (comint-prompt-read-only): Doc fix.
14913 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
14915         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
14916         ensure dired always handles wildcards passed to ffap.
14917         (find-file-at-point): Use it.
14918         (ffap-dired-wildcards): Doc fix.
14920 2005-04-07  Juri Linkov  <juri@jurta.org>
14922         * simple.el (next-error-overlay-arrow-position): New defvar.
14923         Put "=>" on its property `overlay-arrow-string'.  Add it to
14924         `overlay-arrow-variable-list'.
14926         * progmodes/compile.el (compilation-setup):
14927         Set `next-error-overlay-arrow-position' to nil.  Also set it to
14928         nil in the local hook `kill-buffer-hook'.  Make local variable
14929         `overlay-arrow-string' and set it to "=>".
14930         (compilation-goto-locus): Set BOL position to
14931         `next-error-overlay-arrow-position' instead of
14932         `overlay-arrow-position'.
14934         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
14935         locally instead of adding it to the global hook.
14936         (Info-kill-buffer): Move up.
14938 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
14940         * term/xterm.el (xterm-standard-colors): Update color values from
14941         xterm-200.
14943 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14945         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
14947         * fast-lock.el:
14948         * lazy-lock.el: Move them to the obsolete subdir.
14950 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
14952         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
14953         (wdired-add-replace-advice): Remove.
14954         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
14956 2005-04-06  Kim F. Storm  <storm@cua.dk>
14958         * startup.el (command-line): Add --bare-bones alias for -Q.
14960 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14962         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
14963         create the startup fontset if a font specification ends with
14964         `mac-roman'.
14966 2005-04-06  Lute Kamstra  <lute@gnu.org>
14968         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
14969         change.
14971         * emacs-lisp/copyright.el (copyright-update-year): Replace the
14972         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
14974 2005-04-05  Lute Kamstra  <lute@gnu.org>
14976         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
14977         (define-generic-mode): Ditto.  Fix debug declaration.
14979         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14980         Put them in the generic-x group.
14982         * calendar/timeclock.el (timeclock): Doc fix.
14984         * generic.el (define-generic-mode): Don't use custom-current-group.
14985         Document default :group value.
14986         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
14987         (define-global-minor-mode): Don't use custom-current-group.
14989 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
14991         * startup.el (command-line-1): Display startup-echo-area-message
14992         when fancy splash screen is in use.
14994         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
14995         (sh-escaped-newline): New face.
14996         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
14997         newline, and use sh-escaped-newline face.
14999         * progmodes/tcl.el (tcl-escaped-newline): New face.
15000         (tcl-builtin-list): New variable.
15001         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
15002         newlines.  Fix keywords subexpression number.
15004 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
15006         * textmodes/org.el (org-diary-default-entry): Fix call to
15007         `add-to-diary-entry'.
15009 2005-04-05  Kim F. Storm  <storm@cua.dk>
15011         * ediff-init.el: Use (featurep 'xemacs).
15013 2005-04-05  David Ponce  <david@dponce.com>
15015         * cus-edit.el (face): Derive from symbol widget.  Display sample
15016         of the current face on the fly.
15017         (widget-face-sample-face-get, widget-face-notify): New functions.
15018         (widget-face-value-create): Remove.
15020         * wid-edit.el (widget-field-end): Temporarily remove field
15021         narrowing before to call `get-char-property'.
15023 2005-04-04  Jay Belanger  <belanger@truman.edu>
15025         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
15026         (math-read-subscripts): New variable.
15027         (math-read-preprocess-string): Process subscripts.
15029 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
15031         * comint.el (comint-prompt-read-only): Doc fix.
15033         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
15034         `-1'.  Doc fix.
15036 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
15038         * textmodes/org.el (org-insert-mode-line-in-empty-file):
15039         Change default value to nil.
15041 2005-04-04  Lute Kamstra  <lute@gnu.org>
15043         * autorevert.el (auto-revert-mode): Specify :group.
15044         * battery.el (display-battery-mode): Specify :group.
15045         * diff-mode.el (diff-minor-mode): Specify :group.
15046         * font-core.el (font-lock-mode): Specify :group.
15047         * hl-line.el (hl-line-mode): Specify :group.
15048         * iimage.el (iimage): New customization group.
15049         (iimage-mode): Specify :group.
15050         * longlines.el (longlines-mode): Specify :group.
15051         * master.el: Don't require easy-mmode.
15052         (master): New customization group.
15053         (master-mode): Specify :group.
15054         * msb.el (msb-mode): Specify :group.
15055         * reveal.el (reveal-mode): Specify :group.
15056         * simple.el (next-error-follow-minor-mode): Specify :group.
15057         * smerge-mode.el (smerge-mode): Specify :group.
15058         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
15059         * emulation/cua-base.el (cua-mode): Specify :group.
15060         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
15061         * language/thai-util.el (thai-auto-composition-mode)
15062         (thai-word-mode): Specify :group.
15063         * mail/supercite.el (sc-minor-mode): Specify :group.
15064         * progmodes/cwarn.el (cwarn-mode): Specify :group.
15065         * progmodes/flymake.el (flymake-mode): Specify :group.
15066         * progmodes/glasses.el (glasses-mode): Specify :group.
15067         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
15068         * textmodes/enriched.el (enriched-mode): Specify :group.
15069         * textmodes/refill.el (refill-mode): Specify :group.
15071         * add-log.el (change-log-font-lock-keywords): Names in
15072         parenthesized lists can contain spaces.
15074 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
15076         * startup.el (fancy-splash-text): Shorten default text of
15077         "Emacs Tutorial" line.  Also, if the current language env
15078         indicates an available tutorial file other than TUTORIAL,
15079         extract its title and append it to the line in parentheses.
15080         (fancy-splash-insert): If arg is a thunk, funcall it.
15082 2005-04-04  Jay Belanger  <belanger@truman.edu>
15084         * calc.el (calc-language-alist): Add tags to customization type.
15086 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
15088         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
15089         Doc fix.
15091 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
15093         * add-log.el (change-log-font-lock-keywords): The manual
15094         describing a Change Log entry, says: (...) "Aside from these
15095         header lines, every line in the change log starts with a space or
15096         a tab.".  The font-lock was not highlighting lines started with
15097         spaces, added support for it.
15099 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15101         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
15102         (bibtex-generate-url-list): Update docstring accordingly.  Put the
15103         complex example in the docstring.
15104         (bibtex-font-lock-url): Use pop.
15106 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15108         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
15110         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
15112 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
15114         * filesets.el (filesets-set-default): Doc fix.
15116 2005-04-03  Lute Kamstra  <lute@gnu.org>
15118         * generic.el (define-generic-mode): Add argument to specify
15119         keywords for defcustom.
15120         (default-generic-mode): Specify :group.
15122         * generic-x.el: Specify :group for all generic modes.
15124         * desktop.el (desktop-no-desktop-file-hook)
15125         (desktop-after-read-hook): Doc fix.
15127 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
15129         * simple.el (visible-mode): Use explicit :group keyword.
15130         This changes the group of `visible-mode-hook' from paren-blinking
15131         to editing-basics.
15133 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
15135         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
15136         mailbox specifications as well as URLs.
15137         (rmail-insert-inbox-text): Remove unused conditional branches.
15139 2005-04-01  Jay Belanger  <belanger@truman.edu>
15141         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
15142         (calc-gnuplot-print-command): Move definitions to calc.el.
15144         * calc/calc-embed.el (calc-embedded-announce-formula)
15145         (calc-embedded-open-formula, calc-embedded-close-formula)
15146         (calc-embedded-open-word, calc-embedded-close-word)
15147         (calc-embedded-open-plain, calc-embedded-close-plain)
15148         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
15149         (calc-embedded-open-mode, calc-embedded-close-mode):
15150         Move definitions to calc.el.
15152         * calc/calc.el (calc-settings-file, calc-language-alist):
15153         Make customizable.
15154         (calc-embedded-announce-formula, calc-embedded-open-formula)
15155         (calc-embedded-close-formula, calc-embedded-open-word)
15156         (calc-embedded-close-word, calc-embedded-open-plain)
15157         (calc-embedded-close-plain, calc-embedded-open-new-formula)
15158         (calc-embedded-close-new-formula, calc-embedded-open-mode)
15159         (calc-embedded-close-mode, calc-gnuplot-name)
15160         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
15161         from other files and make customizable.
15163 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15165         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
15166         Use buffer-live-p.
15167         (cvs-mode-run): Don't call cvs-update-header here.
15168         (cvs-run-process): Call cvs-update-header.
15169         Use process properties for cvs-postprocess and cvs-buffer so that
15170         the sentinel can behave better if the temp buffer is killed.
15171         Use a pipe rather than a tty, to better handle unexpected prompts.
15172         (cvs-sentinel): Rewrite.  Call cvs-update-header.
15174 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
15176         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
15177         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
15179 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15181         * generic.el (define-generic-mode): Add indentation rule.
15183 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
15185         * files.el (mode-require-final-newline): Make Custom correctly
15186         report a nil value and allow to set it to nil via Custom.
15187         Doc fix.
15189 2005-04-01  Kenichi Handa  <handa@m17n.org>
15191         * international/characters.el: Enable the correct case setting for
15192         dotless-i and dotted-I.
15194 2005-04-01  Kim F. Storm  <storm@cua.dk>
15196         * ido.el (ido-file-internal): Fall back to non-ido command if
15197         initial directory is on slow ftp (or tramp) host.
15199 2005-03-31  Richard M. Stallman  <rms@gnu.org>
15201         * emacs-lisp/autoload.el (make-autoload):
15202         Handle define-global-minor-mode.
15204         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
15205         Rename from easy-mmode-define-global-mode.
15206         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
15208         * progmodes/scheme.el (scheme-mode-syntax-table):
15209         Update syntax of | and # for two-character comment syntax.
15211 2005-03-31  Lute Kamstra  <lute@gnu.org>
15213         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
15214         (define-minor-mode): Call custom-current-group at load-time.
15216         * generic.el (define-generic-mode): Add debug declaration.
15217         Add defcustom for the mode hook.
15218         (generic-mode-internal): Use run-mode-hooks.
15220 2005-03-31  Kim F. Storm  <storm@cua.dk>
15222         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
15223         (mouse-fixup-help-message): New defun called by show_help_echo
15224         to fixup mouse-2 prefix in help messages when applicable.
15226         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
15228 2005-03-31  Kenichi Handa  <handa@m17n.org>
15230         * language/thai-word.el (thai-find-word-ends): Pay attention to
15231         the case that we reach the end of buffer.
15233         * textmodes/fill.el (fill-text-properties-at): New function.
15234         (fill-newline): Use fill-text-properties-at instead of
15235         text-properties-at.
15237 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
15239         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
15240         not comint-quote-filename.
15242 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
15244         * help-fns.el (help-with-tutorial): Revert last change.
15246 2005-03-31  Kim F. Storm  <storm@cua.dk>
15248         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
15250 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
15252         * calendar/cal-china.el: Update reference to "Calendrical
15253         Calculations" book; there's a new edition.
15254         * calendar/cal-coptic.el: Likewise.
15255         * calendar/cal-french.el: Likewise.
15256         * calendar/cal-hebrew.el: Likewise.
15257         * calendar/cal-islam.el: Likewise.
15258         * calendar/cal-iso.el: Likewise.
15259         * calendar/cal-julian.el: Likewise.
15260         * calendar/cal-mayan.el: Likewise.
15261         * calendar/cal-persia.el: Likewise.
15262         * calendar/calendar.el: Likewise.
15263         * calendar/holidays.el: Likewise.
15264         * calendar/lunar.el: Likewise.
15265         * calendar/solar.el: Likewise.
15267         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
15268         white space from doc string.
15270 2005-03-30  Jay Belanger  <belanger@truman.edu>
15272         * calc/calc-help.el (calc-full-help): Remove email address.
15274 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
15276         * help-fns.el (help-with-tutorial): Delete title line.
15278 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
15280         * calendar/cal-x.el (calendar-one-frame-setup)
15281         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
15282         rather than 'symbol for set-window-dedicated-p.
15284         * calendar/appt.el (appt-buffer-name): Make it a constant.
15285         (appt-add): Doc fix.
15287         * filesets.el (filesets-menu-path, filesets-menu-before)
15288         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
15289         (filesets-menu-cache-file): Use directory ~/.emacs.d.
15290         (filesets-add-submenu): Delete and use add-submenu instead.
15292 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
15294         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
15295         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
15296         (org-diary-default-entry): New function.
15297         (org-get-entries-from-diary): Better parsing of diary entries.
15298         (org-agenda-check-no-diary): New function.
15299         ("diary-lib"): Advice to function `add-to-diary-list', to allow
15300         linking to diary entries.
15301         (org-agenda-execute-calendar-command): New function.
15302         (org-agenda): Improve visible section in window.
15303         Use `org-fit-agenda-window'.
15304         (org-fit-agenda-window): New option.
15305         (org-move-subtree-down): Better handling of empty lines
15306         at end of subtree.
15307         (org-cycle): Numeric prefix is interpreted now as show-subtree N
15308         levels up.
15309         (org-fontify-done-headline): New option.
15310         (org-headline-done-face): New face.
15311         (org-set-font-lock-defaults): Use `org-headline-done-face'.
15312         (org-table-copy-down): Rename from `org-table-copy-from-above'.
15313         When current field is non-empty, it is copied to next row.
15314         (org-table-copy-from-above): Fix bug which made it
15315         impossible to copy fields containing only a single non-white character.
15317 2005-03-30  Kim F. Storm  <storm@cua.dk>
15319         * kmacro.el (kmacro-end-macro): Isearch may store this command
15320         into the macro -- so ignore it when executing keyboard macro.
15322 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
15324         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
15326 2005-03-29  Kenichi Handa  <handa@m17n.org>
15328         * language/thai.el ("Thai"): Set setup-function and exit-function
15329         for Thai language environment.
15331         * language/thai-util.el: Require thai-word.
15332         (thai-word-mode-map): New variable.
15333         (thai-word-mode): New minor mode.
15334         (setup-thai-language-environment-internal): New function.
15335         (exit-thai-language-environment-internal): New function.
15337         * language/thai-word.el (thai-word-table): Declare it by defvar,
15338         use dolist to initialize it.
15339         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
15340         (thai-fill-find-break-point): New functions.
15342 2005-03-29  Richard M. Stallman  <rms@gnu.org>
15344         * simple.el (idle-update-delay): Move definition up.
15345         (set-mark): Doc fix.
15347 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
15349         * longlines.el: New file.
15351         * simple.el (buffer-substring-filters): New variable.
15352         (filter-buffer-substring): New function.
15353         (kill-region, copy-region-as-kill): Use it.
15355         * register.el (copy-to-register, append-to-register)
15356         (prepend-to-register): Use filter-buffer-substring.
15358 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
15360         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
15361         (gud-filter-pending-text): Move in front of gdb.
15362         (gud-overlay-arrow-position): New variable.
15363         (gud-sentinel, gud-display-line): Use it in place of
15364         overlay-arrow-position.
15366 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
15368         * progmodes/fortran.el (fortran-if-indent): Doc fix.
15369         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
15370         (fortran-font-lock-keywords-4): New variable.
15371         (fortran-blocks-re, fortran-end-block-re)
15372         (fortran-start-block-re): New constants, for hideshow.
15373         (hs-special-modes-alist): Add a Fortran entry.
15374         (fortran-mode-map): Bind fortran-end-of-block,
15375         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
15376         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
15377         (fortran-looking-at-if-then, fortran-end-of-block)
15378         (fortran-beginning-of-block): New functions, for hideshow.
15380         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
15381         Doc fix.  Tweak regexp.
15382         (f90-beginning-of-block): Push mark first.
15384 2005-03-29  Jay Belanger  <belanger@truman.edu>
15386         * calc/calc.el: Update copyright date.
15387         (calc-version): Increase to 2.1.
15388         (calc-version-date): Remove.
15390         * calc/calc-help.el: Update copyright date.
15391         (calc-full-help): Remove reference to calc-version-date.
15392         Update copyright date.
15394 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15396         * vc.el (vc-do-command): Use a pipe for async processes, so password
15397         prompts don't show up at places where the user can't reply.
15399 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
15401         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
15402         on the file name we pass to the inferior shell.
15404 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
15406         * progmodes/which-func.el (which-function): Be robust in the face of an
15407         imenu--make-index-alist failure.
15409 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15411         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
15413         * progmodes/python.el (python-preoutput-filter): Fix last change.
15415 2005-03-29  Lute Kamstra  <lute@gnu.org>
15417         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
15418         functions and compiled macros.
15419         (debug-convert-byte-code): Handle macros too.
15420         (debug-on-entry-1): Don't signal an error when trying to clear a
15421         function that is not set to debug on entry.
15423 2005-03-29  Jay Belanger  <belanger@truman.edu>
15425         * calc/calc-lang.el: Add functions to math-function-table
15426         properties of tex and math.
15428 2005-03-29  Kenichi Handa  <handa@m17n.org>
15430         * ps-mule.el (ps-mule-plot-string): Translate characters by
15431         ps-print-translation-table.
15432         (ps-mule-begin-job): Call find-charset-region/string with
15433         ps-print-translation-table.
15434         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
15436         * ps-print.el (ps-print-translation-table): New variable.
15437         (ps-plot-region): Translate characters by ps-print-translation-table.
15439 2005-03-29  Juri Linkov  <juri@jurta.org>
15441         * simple.el (next-error-highlight-timer): New variable.
15443         * progmodes/compile.el (compilation-goto-locus):
15444         Use `next-error-highlight-timer' instead of `sit-for'.
15446 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15448         * mail/supercite.el (sc-mail-field): Use assoc-string.
15449         (sc-get-address): Simplify regexps.
15451         * files.el (minibuffer-with-setup-hook): New macro.
15452         (find-file-read-args): Use it to avoid let-binding
15453         minibuffer-with-setup-hook (which breaks turning on/off
15454         file-name-shadow-mode while in the prompt).
15456         * complete.el (PC-read-include-file-name-internal):
15457         Use test-completion.
15459 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
15461         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
15463 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15465         * window.el (window-buffer-height): Use count-screen-lines.
15467         * progmodes/python.el (python-preoutput-leftover): New var.
15468         (python-preoutput-filter): Use it.
15469         (python-send-receive): Loop until all the result has been received.
15471 2005-03-28  Juri Linkov  <juri@jurta.org>
15473         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
15475         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
15476         "Recover Crashed Session".
15477         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
15478         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
15479         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
15480         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
15481         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
15482         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
15483         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
15484         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
15486         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
15487         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
15488         Ediff Sessions", "Toggle use of separate control buffer frame",
15489         "Use separate frame for Ediff control buffer".
15491         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
15492         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
15493         "Rename Bookmark", "Delete Bookmark".
15495         * info.el (Info-mode-menu): Remove ellipsis from "Index".
15496         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
15497         Add `:active Info-index-alternatives' to "Next Matching Item".
15499         * wdired.el (wdired-change-to-wdired-mode):
15500         Mention `wdired-abort-changes' key in the initial message.
15502         * international/mule.el (auto-coding-alist): Associate non-ascii
15503         image filename extensions with `no-conversion'.
15505 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15507         * international/iso-acc.el:
15508         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
15510 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
15512         * textmodes/sgml-mode.el (html-mode): Doc update.
15514         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
15516 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
15518         * term.el (term-move-columns): Fix face after extending a line.
15519         (term-insert-spaces): Likewise.
15520         (term-reset-terminal): Fix off by one error.
15522 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
15524         * international/mule.el (auto-coding-alist): Add .xpi files.
15526         * files.el (auto-mode-alist): Add .xpi files.
15528 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
15530         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
15532 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
15534         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
15536 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
15538         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
15539         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
15541         * calendar/cal-move.el (calendar-beginning-of-year): Move the
15542         cursor to Jan 1 when needed.
15543         (calendar-end-of-year): Fix -/+ typo.
15544         Reported by Chong Yidong <cyd@stupidchicken.com>.
15546 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15548         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
15550         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
15551         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
15553 2005-03-25  Richard M. Stallman  <rms@gnu.org>
15555         * filesets.el (filesets-init): Add autoload.
15557         * mail/mailalias.el (mail-directory): Doc fix.
15559 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
15561         * mail/mailalias.el (mail-directory-process): Do nothing if
15562         mail-directory-process is an atom.
15563         (mail-get-names): Ignore mail-directory-names if it is an atom.
15564         (mail-directory-process defvar): Doc fix.
15565         (mail-names): Doc fix.
15567 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
15569         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
15571 2005-03-26  Kenichi Handa  <handa@m17n.org>
15573         * international/mule-util.el (detect-coding-with-priority):
15574         Call update-coding-systems-internal before detect-coding-region.
15576 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
15578         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
15579         (gdb-frames-mode-map): Add follow-link property.
15581 2005-03-25  Jay Belanger  <belanger@truman.edu>
15583         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
15584         for variables.
15586 2005-03-25  Juri Linkov  <juri@jurta.org>
15588         * image-mode.el: Optimize image filename extension regexps in
15589         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
15590         in `auto-mode-alist'.
15591         (image-mode): Add `image-toggle-display-text' to local hook
15592         `change-major-mode-hook'.  Display the image as an image by
15593         default.  Set `cursor-type' and `truncate-lines' if the image
15594         is already displayed.  Take into account the current mode (image
15595         or text) in message.
15596         (image-minor-mode): New minor mode.
15597         (image-mode-maybe, image-toggle-display-text): New functions.
15598         (image-toggle-display): Use called-interactively-p.
15599         Let-bind `inhibit-read-only' to t.
15601         * image-mode.el (image-minor-mode): Set `cursor-type' and
15602         `truncate-lines' if the image is already displayed.  Add turning
15603         image-minor-mode off to `change-major-mode-hook'.  Add message.
15604         Call `image-toggle-display-text' after turning image-minor-mode off.
15606 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15608         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
15609         Terminal.app, use utf-8.
15610         (set-display-table-and-terminal-coding-system): Add coding-system arg.
15611         (set-locale-environment): Use it.
15613         * term/xterm.el: Undo last change, better done in mule-cmds.el.
15615         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
15617         * progmodes/python.el (python-close-block-statement-p)
15618         (python-outdent-p, python-current-defun): Use symbol-end.
15620 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
15622         * files.el (save-some-buffers): Doc fix.
15624 2005-03-25  Werner Lemberg  <wl@gnu.org>
15626         * complete.el, thumbs.el: Replace `legal' with `valid'.
15627         * calendar/calendar.el: Replace `legal' with `valid'.
15628         * emacs-lisp/advice.el: Replace `legal' with `valid'.
15629         * mail/supercite.el: Replace `legal' with `valid'.
15630         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
15631         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
15632         Replace `legal' with `valid'.
15633         * textmodes/reftex-vars.el, textmodes/reftex.el:
15634         Replace `legal' with `valid'.
15636 2005-03-25  Werner Lemberg  <wl@gnu.org>
15638         * calc/calc-forms.el, calc/calc-sel.el:
15639         * midnight.el, vc-cvs.el:
15640         * emacs-lisp/cl-macs.el:
15641         * emulation/vip.el:
15642         * eshell/esh-io.el, eshell/esh-var.el:
15643         * mail/supercite.el:
15644         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
15645         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
15646         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
15647         * progmodes/sh-script.el, progmodes/xscheme.el:
15648         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
15649         * textmodes/reftex-index.el, textmodes/reftex-parse.el
15650         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
15651         * textmodes/reftex.el, textmodes/org.el:
15652         Replace `illegal' with `invalid'.
15654 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15656         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
15657         (flymake-find-buildfile, flymake-find-possible-master-files)
15658         (flymake-check-include, flymake-parse-line): Replace loops over the
15659         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
15661         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
15662         Substitute file-name-as-directory in the rest of the file.
15663         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
15664         (flymake-replace-region): Remove unused arg `buffer'.
15665         (flymake-check-patch-master-file-buffer): Update calls to it.
15666         (flymake-add-err-info): Remove unused var `count'.
15667         (flymake-mode): Use define-minor-mode.
15669         * progmodes/flymake.el: Use with-current-buffer.
15670         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
15671         flymake-replace-regexp-in-string, flymake-line-beginning-position)
15672         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
15673         Avoid testing for `xemacs'.
15674         (flymake-nop): Move.
15675         (flymake-region-has-flymake-overlays): Return the computed value.
15676         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
15677         Remove unused var `endline'.
15678         (flymake-get-line-count): Remove unused function.
15679         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
15681         * emulation/vi.el:
15682         * generic.el:
15683         * hilit-chg.el (global-highlight-changes):
15684         * hi-lock.el (hi-lock-mode):
15685         * follow.el: find-file-hooks -> find-file-hook.
15687         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
15689 2005-03-24  Juri Linkov  <juri@jurta.org>
15691         * dired.el (dired-mode-map): Add menu item "Compare directories"
15692         for dired-compare-directories.
15694         * dired-aux.el (dired-compare-directories): Add autoload cookie.
15695         Doc fix.  Replace `read-file-name' with `read-directory-name'.
15697 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15699         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
15701 2005-03-24  Jay Belanger  <belanger@truman.edu>
15703         * calc/calc-embed.el (calc-embedded-mode-change): Save all
15704         relevant mode settings in calc-embedded-original-modes when modes
15705         are permanently changed.
15707 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15709         * autoinsert.el: find-file-hooks -> find-file-hook.
15711 2005-03-24  Lute Kamstra  <lute@gnu.org>
15713         * generic.el (generic-font-lock-defaults): Make it obsolete.
15714         (generic-font-lock-keywords): New variable to replace
15715         generic-font-lock-defaults.
15716         (generic-mode-set-font-lock): Delete it.
15717         (generic-mode-internal): Don't call generic-mode-set-font-lock.
15718         (generic-bracket-support): Add docstring.
15720         * generic-x.el: Rename generic-font-lock-defaults to
15721         generic-font-lock-keywords throughout.
15722         (mailagent-rules-setup-function): Delete it.
15723         (mailagent-rules-generic-mode): Use anonymous function instead.
15724         (show-tabs-generic-mode-font-lock-defaults-1)
15725         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
15726         Quote faces.
15727         (show-tabs-tab-face, show-tabs-space-face): Specify background,
15728         not foreground.
15730         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
15731         Recognize define-generic-mode.
15733 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15735         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
15736         if there's no completion table.
15738 2005-03-23  Miles Bader  <miles@gnu.org>
15740         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15741         Remove tty-specific variants, as they're no longer needed.
15743 2005-03-23  Lute Kamstra  <lute@gnu.org>
15745         * generic-x.el: Code cleanup: make args constant whenever possible.
15746         (installshield-statement-keyword-list)
15747         (installshield-system-functions-list)
15748         (installshield-system-variables-list, installshield-types-list)
15749         (installshield-funarg-constants-list): Make them constants.
15751         * generic.el (generic-make-keywords-list): Add autoload cookie.
15753         * calendar/time-date.el: Add comment on time value formats.
15754         Don't require parse-time.
15755         (with-decoded-time-value): New macro.
15756         (encode-time-value): New function.
15757         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15758         (days-to-time): Return a valid time value when arg is huge.
15759         (time-since): Use time-subtract.
15760         (time-to-number-of-days): Use time-to-seconds.
15762 2005-03-23  David Ponce  <david@dponce.com>
15764         * recentf.el: (recentf-keep): New option.
15765         (recentf-menu-action): Default to `find-file'.
15766         (recentf-keep-non-readable-files-flag)
15767         (recentf-keep-non-readable-files-p)
15768         (recentf-file-readable-p, recentf-find-file)
15769         (recentf-cleanup-remote): Remove.
15770         (recentf-include-p): More robust.
15771         (recentf-keep-p): New function.
15772         (recentf-remove-if-non-kept): Rename from
15773         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
15774         All callers updated.
15775         (recentf-menu-items-for-commands): Fix help string.
15776         (recentf-track-closed-file): Update.  Doc fix.
15777         (recentf-cleanup): Update.  Count removed files.  Doc fix.
15779 2005-03-23  Kim F. Storm  <storm@cua.dk>
15781         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15782         Don't inherit from fringe face (now happens automatically).
15784 2005-03-22  Kim F. Storm  <storm@cua.dk>
15786         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
15787         position values.
15789 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15791         * menu-bar.el (showhide-date-time): Remove.
15792         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
15793         (menu-bar-make-mm-toggle): Simplify.
15795 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
15797         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
15798         Accept qualified variable and function names.
15800 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
15802         * bindings.el (completion-ignored-extensions):
15803         Remove ".lis" for `vax-vms'.
15805 2005-03-22  Andreas Schwab  <schwab@suse.de>
15807         * generic-x.el: Revert last change.
15808         * ldefs-boot.el: Update.
15810 2005-03-22  Jay Belanger  <belanger@truman.edu>
15812         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
15813         (calc-embedded-save-original-modes)
15814         (calc-embedded-restore-original-modes): New functions.
15815         (calc-do-embedded): Save original modes when entering embedded mode
15816         and restore when leaving embedded mode.
15817         (calc-embedded-modes-change): Change the value of
15818         calc-embedded-original-modes to reflect permanent changes.
15820 2005-03-22  Lute Kamstra  <lute@gnu.org>
15822         * generic-x.el: Require generic again.
15824 2005-03-22  Miles Bader  <miles@gnu.org>
15826         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15827         Tweak details to look good on both ttys and bitmap displays, light
15828         or dark background, etc.
15830 2005-03-21  Kim F. Storm  <storm@cua.dk>
15832         * tooltip.el (tooltip-show-help-function): Check car and cdr of
15833         mouse position.
15835 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15837         * icomplete.el: Don't forcibly turn on the mode upon load.
15838         (icomplete-mode): Use define-minor-mode.
15839         (icomplete-eoinput): Default to nil.
15840         (icomplete-minibuffer-setup): Remove autoload.
15841         (icomplete-tidy): Simplify.
15842         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
15843         in the initial state or if the user has modified the field.
15844         Fix handling of icomplete-max-delay-chars.
15845         Remove code that handles the oddball case where
15846         minibuffer-completion-table is an integer.
15847         Wrap icomplete-completions in while-no-input in case building
15848         completions takes more time than expected.
15849         (icomplete-completions): Simplify.
15851 2005-03-21  Richard M. Stallman  <rms@gnu.org>
15853         * jka-compr.el (jka-compr-really-do-compress):
15854         Make variable buffer-local.
15856         * image-mode.el: Handle .xpm files too.
15857         (image-toggle-display): Preserve modification flag.
15859         * help.el (where-is): Don't mention aliases with no key bindings.
15861 2005-03-21  Lute Kamstra  <lute@gnu.org>
15863         * generic.el: Fix commentary section.  Don't require cl for
15864         compilation.
15865         (generic-mode-list): Add autoload cookie.
15866         (generic-use-find-file-hook, generic-lines-to-scan)
15867         (generic-find-file-regexp, generic-ignore-files-regexp)
15868         (generic-mode, generic-mode-find-file-hook)
15869         (generic-mode-ini-file-find-file-hook): Fix docstrings.
15870         (define-generic-mode): Make it a defmacro.  Fix docstring.
15871         (generic-mode-internal): Code cleanup.  Add autoload cookie.
15872         (generic-mode-set-comments): Code cleanup.
15873         * generic-x.el: Don't prevent compilation.  Don't require generic.
15874         Follow coding conventions.  Minor code cleanup.
15875         (etc-fstab-generic-mode): Add some keywords.
15876         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
15877         define-generic-mode like a function declaration.
15879 2005-03-21  Jay Belanger  <belanger@truman.edu>
15881         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
15882         changing modes.
15884 2005-03-21  Sam Steingold  <sds@gnu.org>
15886         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
15888 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
15890         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
15891         Add underscore to "f$ lexicals" regexp.
15893 2005-03-20  Juri Linkov  <juri@jurta.org>
15895         * subr.el (progress-reporter-do-update): When `min-value' is equal
15896         to `max-value', set `percentage' to 0 and prevent division by zero.
15898 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
15900         Sync with Tramp 2.0.48.
15902         * net/tramp.el (all): Change all addresses to .gnu.org.
15903         (tramp-append-tramp-buffers): New defun.
15904         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
15905         Catch `dont-send' signal.
15906         (tramp-set-auto-save-file-modes): Set always permissions, because
15907         there might be an old auto-saved file belonging to another
15908         original file.  This could be a security threat.  Reported by
15909         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
15910         Check for Emacs 21.3.50 removed.
15912         * net/tramp-smb.el (all): Remove debug construct for
15913         `with-parsed-tramp-file-name'.
15914         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
15915         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
15916         No error message if DIRECTORY or FILENAME doesn't exist.
15917         (tramp-smb-open-connection): Check existence of
15918         `tramp-smb-program'.
15920 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15922         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
15923         Properly handle the case where the `m' or `s' command's argument is not
15924         yet terminated.
15925         (perl-indent-new-calculate): New function.
15926         (perl-indent-line): Use it.
15928 2005-03-20  Miles Bader  <miles@gnu.org>
15930         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
15931         in text-mode too.  Change to new face names.
15932         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
15933         Add `:weight bold' attribute.
15934         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
15936 2005-03-19  Juri Linkov  <juri@jurta.org>
15938         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
15940         * international/mule.el (auto-coding-alist): Sync with
15941         `auto-mode-alist' by adding upper case archive file extensions
15942         and adding ear/war to jar extension.
15944 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
15946         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
15947         running, restart it.
15949 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
15951         * finder.el (finder-current-item): Throw an error on an empty line.
15953         * man.el (Man-follow-manual-reference): If current-word returns
15954         nil, use "".
15956 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
15958         * simple.el (goto-line): Doc fix.
15960 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
15962         * files.el (save-buffer): Doc fix.
15964 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
15966         * recentf.el (recentf-cleanup-remote): New variable.
15967         (recentf-cleanup): Use it to conditionally check availability of
15968         remote files.
15970 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
15972         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
15973         function names.
15975 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
15977         * language/thai-word.el: New file.
15979 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
15981         * files.el (backup-buffer): If the file's directory is not
15982         writable, use copy instead of move to backup the file.
15984 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
15986         * obsolete/keyswap.el: Moved to obsolete/ from term/.
15988 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15990         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
15991         Use functionp instead of symbolp and fboundp.  Reported by Drkm
15992         <darkman_spam@yahoo.fr>.
15993         (ps-print-version): New version 6.6.6.
15995 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
15997         * textmodes/table.el (table--line-column-position): New idiom.
15998         (table--row-column-insertion-point-p): New function to test
15999         validity of row and column insertion operation at a location.
16000         (table-global-menu, table-cell-menu): Use above functions for
16001         deterministic test operation.
16002         (table--editable-cell-p): Behave in deterministic fashion.
16004 2005-03-18  Juri Linkov  <juri@jurta.org>
16006         * isearch.el (isearch-lazy-highlight-new-loop):
16007         Make arguments beg and end optional.
16008         (isearch-update): Remove optional arguments nil from
16009         isearch-lazy-highlight-new-loop.
16010         (isearch-lazy-highlight-search): Let-bind case-fold-search to
16011         isearch-lazy-highlight-case-fold-search instead of
16012         isearch-case-fold-search, and let-bind isearch-regexp to
16013         isearch-lazy-highlight-regexp.
16014         Use isearch-lazy-highlight-last-string instead of isearch-string.
16016         * replace.el (perform-replace): Remove bindings of global
16017         variables isearch-string, isearch-regexp, isearch-case-fold-search.
16018         Add three new arguments to `replace-highlight'.
16019         (replace-highlight): Add arguments string, regexp, case-fold.
16020         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
16021         to allow isearch-lazy-highlight-new-loop to use these values
16022         to set corresponding isearch-lazy-highlight-* internal
16023         variables whose values lazy highlighting will use regardless of
16024         changes to global variables isearch-string, isearch-regexp,
16025         isearch-case-fold-search during lazy highlighting loop.
16026         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
16027         to `lazy-highlight-cleanup'.
16029         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
16030         (ispell-highlight-face): Set default face to `isearch' when
16031         lazy highlighting is enabled.
16032         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
16033         priority to 1.  Add lazy highlighting.
16034         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
16035         from `isearch-dehighlight'.
16037 2005-03-18  David Ponce  <david@dponce.com>
16039         * files.el (hack-local-variables): Do a case-insensitive search
16040         for End.
16042 2005-03-18  Juri Linkov  <juri@jurta.org>
16044         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
16045         `isearch-lazy-highlight-cleanup', add alias to old name and
16046         declare obsolete.  Add release numbers to other obsolete vars.
16047         (isearch-done, isearch-lazy-highlight-new-loop):
16048         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
16049         (lazy-highlight-cleanup) <variable>: Doc fix.
16050         (isearch-lazy-highlight-update): Rename obsolete
16051         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
16053 2005-03-18  Kenichi Handa  <handa@m17n.org>
16055         * language/thai-util.el: Fix categorization of Thai characters in
16056         thai-category-table.
16057         (thai-composition-pattern): Adjust it for the above change.
16058         (thai-self-insert-command, thai-compose-syllable): New functions.
16059         (thai-compose-region): Use thai-compose-syllable.
16060         (thai-compose-string): Likewise.
16061         (thai-composition-function): Likewise.
16062         (thai-auto-composition): New function.
16063         (thai-auto-composition-mode): New minor mode.
16065         * language/thai.el: Fix patterns to be registered in
16066         composition-function-table.
16068         * international/quail.el (quail-input-method): Locally bind
16069         inhibit-modification-hooks to t.
16071 2005-03-17  Richard M. Stallman  <rms@gnu.org>
16073         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
16074         (perl-mode): Use run-mode-hooks.
16076         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
16077         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
16078         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
16080         * mail/sendmail.el (sendmail-send-it): Reenable the code
16081         to compute resend-to-address and use it.
16083         * tar-mode.el (tar-mode): Turn off undo unconditionally.
16085         * image-mode.el: New file.
16087         * image.el (insert-sliced-image): Add autoload cookie.
16089         * font-lock.el (font-lock-lines-before): New user option.
16090         (font-lock-after-change-function): Obey it.
16092         * bindings.el (esc-map): Make M-g a prefix.
16093         Bind M-g g and M-g M-g to goto-line.
16095         * faces.el (face-id): Doc fix.
16097 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
16099         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
16100         (rmail-show-message): Use rmail-unknown-mail-followup-to.
16101         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
16103         * mail/sendmail.el (mail-yank-ignored-headers)
16104         (mail-font-lock-keywords, mail-mode-fill-paragraph):
16105         Add Mail-Followup-To and Mail-Reply-To headers.
16106         (mail-citation-hook): Add autoload cookie.
16107         (mail-mode): Doc fix.
16108         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
16109         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
16110         (mail-mode-fill-paragraph): Handle those headers.
16111         (mail-mailing-lists): New variable.
16112         (mail-mail-reply-to, mail-mail-followup-to): New functions.
16114 2005-03-17  Juri Linkov  <juri@jurta.org>
16116         * isearch.el (isearch-fallback): Check for `(car previous)'
16117         before calling `isearch-other-end-state'.
16119 2005-03-17  Kim F. Storm  <storm@cua.dk>
16121         * simple.el (move-beginning-of-line): Move to beginning of buffer
16122         line, as well as beginning of screen line.
16124 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
16126         * calendar/diary-lib.el (mark-diary-entries): Use new optional
16127         argument REDRAW rather than calendar-redrawing variable.
16128         * calendar/calendar.el (calendar-redrawing): Delete.
16129         (redraw-calendar): Do not bind calendar-redrawing.
16131 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
16133         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
16134         diary-file buffer.
16136 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16138         * help.el (describe-mode): Allow a :minor-mode-function property to
16139         specify a different minor mode toggle function than the variable.
16140         * simple.el (auto-fill-function):
16141         * subr.el (add-minor-mode): Use it.
16143 2005-03-16  Kenichi Handa  <handa@m17n.org>
16145         * language/ethio-util.el (sera-being-called-by-w3): New variable.
16146         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
16147         (ethio-fidel-to-sera-buffer): Likewise.
16149 2005-03-16  Juri Linkov  <juri@jurta.org>
16151         * emacs-lisp/find-func.el (find-function-regexp):
16152         Add defun-emitting macro `menu-bar-make-toggle'.
16154         * isearch.el: Put `isearch-scroll' property to
16155         `split-window-horizontally'.
16157         * info.el: Update error messages for `debug-ignored-errors'.
16158         (Info-isearch-search): Doc fix.
16159         (Info-find-node): Move up code to go into info buffer before
16160         recording the node to the history.
16161         (Info-fontify-node): Fontify titles only if the next line
16162         has two or more `*', `=', `-', `.'.
16163         Display "go to this node" for empty (match-string 3).
16165 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16167         * term/mac-win.el: Add mouse pointer shape constants.
16169 2005-03-15  Kim F. Storm  <storm@cua.dk>
16171         * simple.el (move-beginning-of-line): Use vertical-motion.
16173 2005-03-15  Juri Linkov  <juri@jurta.org>
16175         * isearch.el (isearch-error): New variable.
16176         (isearch-invalid-regexp, isearch-within-brackets): Remove.
16177         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
16178         (isearch-within-brackets-state): Remove.
16179         (isearch-case-fold-search-state, isearch-pop-fun-state):
16180         Decrease frame index.
16181         (isearch-mode, isearch-top-state, isearch-push-state)
16182         (isearch-edit-string, isearch-abort, isearch-search-and-update)
16183         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
16184         (isearch-search, isearch-lazy-highlight-new-loop):
16185         Replace `isearch-invalid-regexp' with `isearch-error'.
16186         Remove `isearch-within-brackets'.
16187         (isearch-search): Add `search-failed' handler to `condition-case'.
16188         (isearch-lazy-highlight-search): Add `condition-case' to catch
16189         errors and allow `isearch-lazy-highlight-update' to try
16190         highlighting from the beginning of the window.
16191         (isearch-repeat): Move up code to set isearch-wrapped to t
16192         before calling isearch-wrap-function.
16194         * info.el (Info-isearch-initial-node): New internal variable.
16195         (Info-search): Signal an error in isearch mode when search leaves
16196         the initial node.  Signal an error when `bound' is non-nil and
16197         nothing was found in the current subfile.
16198         (Info-isearch-search): Remove `condition-case'.
16199         (Info-isearch-wrap): Don't wrap when search failed during leaving
16200         the initial node.  If `Info-isearch-search' is nil, wrap around
16201         the current node.
16202         (Info-isearch-start): New fun.
16203         (Info-mode): Add buffer-local hook `Info-isearch-start' to
16204         `isearch-mode-hook'.
16206 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16208         * simple.el (normal-erase-is-backspace): Set default to t if
16209         running on Mac.
16211         * term/mac-win.el (function-key-map): Sync with x-win.el.
16213 2005-03-15  Kenichi Handa  <handa@m17n.org>
16215         * international/mule-cmds.el (locale-language-names): Modify the
16216         format of elements and add more entries.
16217         (locale-preferred-coding-systems): Add more entries.
16218         (set-locale-environment): Adjust for the change of
16219         locale-language-names.
16221 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16223         * pcvs.el (smerge-ediff): Remove bogus autoload.
16225 2005-03-14  Lute Kamstra  <lute@gnu.org>
16227         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
16228         Ignore a `*' at the beginning of a line.
16230         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
16231         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
16232         subr.el.
16233         (dont-compile, eval-when-compile, eval-and-compile): Use declare
16234         to specify indentation.
16236         * generic.el (define-generic-mode): Let generic-mode-list be a
16237         list of strings; test membership with equal.
16239 2005-03-14  Kim F. Storm  <storm@cua.dk>
16241         * simple.el (next-line, previous-line): Add optional try-vscroll
16242         arg to recognize interactive use.  Pass it on to line-move.
16243         (line-move): Don't perform auto-window-vscroll when defining or
16244         executing keyboard macro to ensure consistent behavior.
16246 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16248         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
16250 2005-03-13  Lute Kamstra  <lute@gnu.org>
16252         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
16253         debugger-setup-buffer so that backtrace marks the frames set to
16254         debug-on-exit and we don't have to do it manually.  Set an extra
16255         debug-on-exit for macro's.
16256         (debugger-setup-buffer): Don't mark the top frame manually.
16258 2005-03-12  Lute Kamstra  <lute@gnu.org>
16260         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
16261         lisp-indent-function throughout.
16262         (with-no-warnings): Set lisp-indent-function property.
16264 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
16266         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
16267         Add entry for backslash.
16269 2005-03-12  Juri Linkov  <juri@jurta.org>
16271         * info.el (Info-search): Four fixes for backward search.
16273 2005-03-11  Jay Belanger  <belanger@truman.edu>
16275         * calc/calc.el (calc-language-alist): New variable.
16276         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
16277         (calc-embedded-find-modes): Use calc-language-alist instead of
16278         calc-embedded-language-alist.
16280 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
16282         * calendar/calendar.el (calendar-redrawing): New internal
16283         variable.
16284         (redraw-calendar): Remove bogus save-excursion from previous
16285         change.  Bind calendar-redrawing to t for mark-diary-entries.
16286         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
16287         calendar if that is why we were called.
16289 2005-03-11  Kenichi Handa  <handa@m17n.org>
16291         * international/mule.el (make-coding-system): Set property
16292         coding-system-define-form to nil.
16293         (define-coding-system-alias): Likewise.
16295 2005-03-11  Kenichi Handa  <handa@m17n.org>
16297         These changes are suggested by Dave Love <fx@gnu.org>.
16299         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
16300         coding: tag.
16301         (adaptive-fill-regexp): Add more bullets.
16302         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
16303         regexps.
16305 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16307         * help.el (describe-mode): Properly handle non-trivial lighters.
16308         Don't ignore minor modes that are not listed in minor-mode-list.
16310         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
16311         feature ON when the user requests to turn it OFF.
16313 2005-03-10  Lute Kamstra  <lute@gnu.org>
16315         * emacs-lisp/debug.el (debug-entry-code): Delete it.
16316         (implement-debug-on-entry): New function to replace debug-entry-code.
16317         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
16318         second argument as the 2005-03-07 change makes it obsolete.
16319         (debug-on-entry, cancel-debug-on-entry): Update call to
16320         debug-on-entry-1.
16321         (debug, debugger-setup-buffer): Comment update.
16322         (debugger-frame-number): Update to work with implement-debug-on-entry.
16324 2005-03-10  Jay Belanger  <belanger@truman.edu>
16326         * calc/calc-embed.el (math-ms-args): Declare it.
16327         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
16328         math-ms-args.
16329         (calc-embedded-subst): Use math-multi-subst-rec to substitute
16330         variables.
16332 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
16334         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
16335         Use message-box.
16337         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
16338         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
16339         (tooltip-gud-tips): Simplify.
16340         (tooltip-gud-tips-p): Remove superfluous :set.
16341         (tooltip-gud-modes): Add fortran-mode.
16342         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
16344         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
16346 2005-03-09  Kim F. Storm  <storm@cua.dk>
16348         * play/animate.el (animate-place-char): Use forward-line instead
16349         of next-line to improve performance.
16351 2005-03-09  Simon Josefsson  <jas@extundo.com>
16353         * net/browse-url.el (browse-url-default-browser): Doc fix.
16355 2005-03-09  Miles Bader  <miles@gnu.org>
16357         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
16358         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
16360 2005-03-09  Kenichi Handa  <handa@m17n.org>
16362         * international/latin-1.el: Set case and syntax for 255 only if
16363         set-case-syntax-set-multibyte is nil.
16365         * textmodes/ispell.el (ispell-insert-word): New function.
16366         (ispell-word): Use ispell-insert-word to insert a new word.
16367         (ispell-process-line): Likewise.
16368         (ispell-complete-word): Likewise.
16370 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
16372         * calendar/calendar.el (redraw-calendar): Preserve point.
16373         Reported by Matt Hodges <MPHodges@member.fsf.org>.
16374         (calendar-week-start-day): Move after definition of
16375         redraw-calendar.  Delete buffer test, since redraw-calendar has
16376         that now.
16378         * calendar/diary-lib.el (mark-diary-entries): Only call
16379         redraw-calendar in the first of any recursive calls.
16380         Reported by Alan Shutko <ats@acm.org>.
16382 2005-03-08  Juri Linkov  <juri@jurta.org>
16384         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
16385         (html-horizontal-rule, html-line, html-image, html-checkboxes)
16386         (html-radio-buttons): Add a space before the trailing `/>' where
16387         sgml-xml-mode is non-nil.
16388         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
16389         the subsequent tag of the empty XML tag.
16390         (html-href-anchor): Don't set initial input to "http:".
16391         (html-image): Ask for the image URL and set point inside alt="".
16392         (html-name-anchor): Duplicate the name in the `id' attribute when
16393         sgml-xml-mode is non-nil.
16394         (html-paragraph): Remove \n before <p>.
16395         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
16396         instead of `checked' when sgml-xml-mode is non-nil.
16398         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
16399         Remove 1 space before #RRGGBB to not truncate it on terminal
16400         windows w/o fringes.  Remove 1 space between bg and fg examples
16401         to get more space.
16402         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
16403         avoid byte-compile warnings.
16405         * image-file.el (image-file-handler): Put `safe-magic' property to
16406         `image-file-handler'.
16408         * info.el (Info-isearch-search): Emulate word search in
16409         isearching through multiple Info nodes with Info-search.
16410         (Info-isearch-wrap): Allow isearch-word.
16412 2005-03-08  Lute Kamstra  <lute@gnu.org>
16414         * emacs-lisp/debug.el (debugger-step-through): Make sure that
16415         stepping into the debugger's code is not possible.
16416         (debugger-jumping-flag): Docstring update.
16418 2005-03-08  Jay Belanger  <belanger@truman.edu>
16420         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
16421         embedded mode begins.
16422         (calc-embedded-language-alist): New variable.
16423         (calc-embedded-find-modes): Use calc-embedded-language-alist to
16424         set default language mode.
16426 2005-03-08  Kenichi Handa  <handa@m17n.org>
16428         * international/ccl.el (define-ccl-program): Fix docstring about
16429         extra 256 bytes assured for the output buffer.
16431         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
16432         Fix BUFFER_MAGNIFICATION to 2.
16433         (ccl-encode-mule-utf-16be-with-signature): Likewise.
16435 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
16437         * align.el (align-rules-list): Added an alignment rule for CSS
16438         declarations (applies to css-mode and html-mode buffers).
16440 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16442         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
16444 2005-03-07  Kim F. Storm  <storm@cua.dk>
16446         * simple.el (move-beginning-of-line): New command.
16448         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
16450         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
16452         * emulation/cua-base.el: Put CUA move property on move-end-of-line
16453         and move-beginning-of-line.
16455         * apropos.el (apropos-print): Omit command from M-x ... RET.
16457 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
16459         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
16460         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
16462 2005-03-06  Richard M. Stallman  <rms@gnu.org>
16464         * bindings.el (esc-map): Bind M-g to goto-line.
16466         * facemenu.el (global-map): Bind M-o, not M-g.
16468 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16470         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
16471         "Open Directory" as for "Open File".
16473 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
16475         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
16476         (push-mark-command): Run activate-mark-hook.
16478 2005-03-06  Richard M. Stallman  <rms@gnu.org>
16480         * help-mode.el (help-mode-finish): Don't alter the element
16481         in view-return-to-alist if there already is one.
16483         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
16484         make sure the current buffer is the expected one.
16486         * novice.el (disabled-command-function): Output in *Disabled Command*.
16487         Explicitly ignore non-keyboard events, and explicitly handle C-g.
16489         * textmodes/flyspell.el (flyspell-large-region):
16490         Pass args differently for aspell.
16492         * files.el (mode-require-final-newline): Doc fix.
16494 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
16496         * progmodes/which-func.el (which-function):
16497         Specify NOERROR when calling imenu--make-index-alist.
16499 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16501         * simple.el (normal-erase-is-backspace): Define default value.
16503         * custom.el (custom-theme-set-variables): Remove unused var
16504         `immediate'.
16505         (custom-reevaluate-setting): Simple function to handle variables
16506         that are defined before their default value can really be
16507         computed.
16509         * startup.el (command-line): Use it for temporary-file-directory,
16510         small-emporary-file-directory, auto-save-file-name-transforms,
16511         blink-cursor-mode, and normal-erase-is-backspace.
16513         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
16514         progress, even with buggy anchored keywords.
16516 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
16518         * simple.el (goto-line): Remove unbalanced final parenthesis.
16520 2005-03-05  Richard M. Stallman  <rms@gnu.org>
16522         * simple.el (goto-line): Use a number at point as the default.
16523         With C-u as arg, switch buffers.
16525 2005-03-05  Juri Linkov  <juri@jurta.org>
16527         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
16528         with `no-blinking-cursor'.
16530         * startup.el (no-blinking-cursor): New defvar.
16531         (command-line): Add `--no-blinking-cursor' to longopts.
16532         Set `no-blinking-cursor' to t for command line arguments
16533         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
16534         with `no-blinking-cursor' in the condition for calling
16535         `blink-cursor-mode'.
16537 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
16539         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
16540         (menu-bar-options-save): Add blink-cursor-mode.
16541         (menu-bar-options-menu): Add blink-cursor-mode.
16543 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
16545         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
16546         (icalendar-export-file, icalendar-export-region)
16547         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
16548         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
16550 2005-03-04  Lute Kamstra  <lute@gnu.org>
16552         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
16553         (debug-function-list): Ditto.
16555 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
16557         * textmodes/texinfmt.el (texinfo-append-refill):
16558         Redefine the types of line to which @refill
16559         is not appended by replacing a search for `@refill\\|@bye' with
16560         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
16561         itemize@refill' bug and the unfilled long lines bug.
16562         (texinfmt-version): Update number and date.
16564 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16566         * international/code-pages.el (windows-1250, windows-125[2-8])
16567         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
16569 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16571         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
16572         bound yet.
16574 2005-03-02  Romain Francoise  <romain@orebokech.com>
16576         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
16577         buffer after removing limits.
16578         (ibuffer-pop-filter): Ditto.
16579         Update copyright.
16581 2005-03-02  Miles Bader  <miles@gnu.org>
16583         * button.el (make-text-button): If the user doesn't specify a
16584         type, use the default.  Rewrite to use `add-text-properties' and
16585         plist functions.
16587 2005-03-01  Lute Kamstra  <lute@gnu.org>
16589         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
16590         (debugger-jumping-flag): New var.
16591         (debug-entry-code): Use it.
16592         (debugger-jump): Use debugger-jumping-flag and add
16593         debugger-reenable to post-command-hook.
16594         (debugger-reenable): Use debugger-jumping-flag and remove itself
16595         from post-command-hook.
16596         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
16597         debugger-reenable.
16599 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
16601         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
16602         inclusion of "itemize\\|", which may be unnecessary, is certainly
16603         inelegant, and stops refilling in itemize lists when formatting
16604         Japanese Texinfo files to Info.
16605         Update copyright to 2005.
16607 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
16609         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
16610         of an error if GDB can't find the source file.
16612 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
16614         * calendar/calendar.el (redraw-calendar): Work from any buffer,
16615         not just the calendar.
16617         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
16618         first.
16619         (diary-redraw-calendar): New function.
16620         (make-diary-entry): Add diary-redraw-calendar to local
16621         write-contents-functions.  Turn off selective display before
16622         inserting in diary.
16624 2005-03-01  Kim F. Storm  <storm@cua.dk>
16626         * emacs-lisp/copyright.el (copyright-fix-years): New command.
16628 2005-03-01  Lute Kamstra  <lute@gnu.org>
16630         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
16631         that debug-entry-code can be safely removed from a function while
16632         this code is being evaluated.  Revert the 2005-02-27 change as the
16633         new implementation no longer requires it.  Make sure that a
16634         function body containing just a string is not mistaken for a docstring.
16635         (debug): Skip one more frame in case of debug on entry.
16636         (debugger-setup-buffer): Delete one more frame line in case of
16637         debug on entry.
16638         (debugger-frame-number): Update to use the new text introduced by
16639         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
16641 2005-02-28  Kim F. Storm  <storm@cua.dk>
16643         * double.el (double-translate-key): Call force-window-update after
16644         read-event to avoid crash in redisplay.
16646 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16648         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
16649         (debug): Use it.  Move the inhibit-trace earlier.
16650         (debug-entry-code): New const.
16651         (debug-on-entry-1): Use it.
16653 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
16655         * international/utf-16.el (ccl-encode-mule-utf-16le):
16656         Fix BUFFER_MAGNIFICATION to 2.
16657         (ccl-encode-mule-utf-16be): Likewise.
16659 2005-02-28  Kenichi Handa  <handa@m17n.org>
16661         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
16662         Fix BUFFER_MAGNIFICATION to 4.
16663         (ccl-encode-mule-utf-16be-with-signature): Likewise.
16665 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
16667         * speedbar.el (speedbar-update-flag): Doc fix.
16668         (speedbar-show-info-under-mouse): Give set-mouse-position the right
16669         argument.
16671 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16673         * reveal.el (reveal-post-command): Don't try to reveal overlays which
16674         have a non-nil `invisible' property but are actually visible.
16676         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
16677         for perldoc sections.
16678         (perl-outline-regexp, perl-outline-level): New var and function.
16679         (perl-mode): Use them.
16681 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
16683         * calendar/diary-lib.el (diary-remind): Discard any mark portion
16684         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
16686 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
16688         * cus-edit.el: Comment change.
16689         (custom-buffer-create-internal): Slightly reword text at top of
16690         Custom buffers.  Mention there that saving an option edits the
16691         init file.  Add link to Emacs manual node on `custom-file'.
16692         (custom-magic-alist): Rewrite individual State messages to use
16693         capitalized keywords.  Doc fix.
16695 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
16697         * calendar/calendar.el (calendar-buffer): Move above
16698         calendar-week-start-day.
16699         (calendar-week-start-day): Doc fix.  Add :set function.
16700         (calendar-minimum-window-height): New variable.
16701         (generate-calendar-window): Only resize window if selected-window
16702         is displaying the calendar buffer.  Use new variable
16703         calendar-minimum-window-height.
16704         (generate-calendar): Reword error message.
16705         (calendar-mode-map): Bind DEL to scroll-other-window-down.
16707 2005-02-27  Andreas Schwab  <schwab@suse.de>
16709         * vc.el (vc-do-command): Don't run command asynchronously when
16710         operating in a remote directory.
16712         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
16713         change from sync with Tramp 2.0.47.
16715 2005-02-27  Richard M. Stallman  <rms@gnu.org>
16717         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
16719         * textmodes/flyspell.el (flyspell-mode-on):
16720         Call ispell-change-dictionary only if necessary.
16722         * emacs-lisp/re-builder.el (regexp-builder): New function.
16724         * register.el (describe-register-1): Explicitly handle
16725         yank-excluded-properties = t.
16727         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
16728         (custom-magic-alist): Change the status descriptions again.
16729         (face widget-type): Total rewrite based on `restricted-sexp'
16730         to eliminate the confusing double hiding levels.
16732         * emacs-lisp/debug.el (debug-on-entry-1):
16733         If function body is empty, add nil as body form.
16735 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16737         * emacs-lisp/trace.el (inhibit-trace): New var.
16738         (trace-make-advice): Use it.
16740         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
16742 2005-02-26  Kim F. Storm  <storm@cua.dk>
16744         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
16745         (mouse-on-link-p, mouse-drag-region-1): Use it.
16747 2005-02-25  Lute Kamstra  <lute@gnu.org>
16749         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
16751 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
16753         * frame.el (blink-cursor-mode): Add :group keyword.
16755 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
16757         * calendar/icalendar.el (icalendar--decode-isodatetime):
16758         New optional argument DAY-SHIFT.
16759         (icalendar-export-region): Fix coding-system-for-write.
16760         (icalendar--convert-ical-to-diary): Shift end-day of all-day
16761         events by one.
16763 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16765         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
16767 2005-02-24  Kim F. Storm  <storm@cua.dk>
16769         * international/iso-acc.el (iso-accents-compose): Fix crash
16770         during redisplay.  Call force-window-update after read-event
16771         and delete-region to signal that window is not accurate.
16773 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16775         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
16776         Remove unused and inexistent var `inhibit-trace'.
16777         (debugger-mode): Use run-mode-hooks.
16778         (debugger-list-functions): Add buttons; setup xref stack.
16780 2005-02-23  Richard M. Stallman  <rms@gnu.org>
16782         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
16783         appointment says it was explicitly made.
16784         (appt-add): Set the 3rd element.
16785         (appt-make-list): Preserve explicit appointments.
16787         * subr.el (find-tag-default): Catch errors in forward-sexp.
16789 2005-02-23  Juri Linkov  <juri@jurta.org>
16791         * info.el (Info-isearch-search): New defcustom.
16792         (Info-isearch-search): Call the default isearch function
16793         when Info-isearch-search is nil.
16794         (Info-isearch-wrap): Use variable Info-isearch-search.
16796 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
16798         * cus-edit.el: Comment change.
16800 2005-02-22  Kim F. Storm  <storm@cua.dk>
16802         * progmodes/hideif.el (hide-ifdef-use-define-alist):
16803         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
16805 2005-02-22  Simon Josefsson  <jas@extundo.com>
16807         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
16808         New variable.
16809         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
16810         Oskarsson" <myrkraverk@users.sourceforget.net>.
16812 2005-02-22  Kim F. Storm  <storm@cua.dk>
16814         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
16815         check that window of that event is the selected window.
16816         (mouse-drag-region-1): Compare mouse event window to selected
16817         window before setting point.
16819         * tooltip.el (tooltip-show-help-function): Pass event to
16820         mouse-on-link-p so it can check selected window.
16822 2005-02-22  Kenichi Handa  <handa@m17n.org>
16824         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
16825         (ps-mule-show-warning): New function.
16826         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
16827         characters are found.
16829         * ps-print.el (ps-header-footer-string): Return a list of header
16830         and footer strings.
16832 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16834         * pcvs.el (cvs-retrieve-revision): Fix thinko.
16836 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16838         * frame.el (blink-cursor-mode): Use define-minor-mode.
16840         * term/mac-win.el (function-key-map): Use char-names more consistently.
16841         (file-name-coding-system): Only set it for MacOS-9.  The other case is
16842         already handled in mule-cmds.el (where it also works when mac-win.el
16843         is not used).
16845 2005-02-21  Kenichi Handa  <handa@m17n.org>
16847         * international/mule.el (ctext-pre-write-conversion): Always use
16848         " *code-converting-work*" buffer for work.
16850         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
16852 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
16854         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
16856 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
16858         * ses.el (undo-more): Restore defadvice, but only the part that
16859         allows changes outside the restricted area of the buffer.
16861 2005-02-20  Kim F. Storm  <storm@cua.dk>
16863         * simple.el (line-move): Add fourth optional arg try-vscroll which
16864         must be set to perform auto-window-vscroll.
16865         When moving backwards and doing auto-window-vscroll, automatically
16866         vscroll to the last part of lines which are taller than the window.
16867         (next-line, previous-line): Set try-vscroll arg on line-move.
16869 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
16871         * replace.el (query-replace, query-replace-regexp)
16872         (replace-string, replace-regexp): When operating on region, make
16873         the minibuffer prompt say so.
16875         * isearch.el (isearch-forward): Document isearch-query-replace and
16876         isearch-query-replace-regexp keybindings.
16878 2005-02-19  Jay Belanger  <belanger@truman.edu>
16880         * calc/calc-aent.el (math-read-token): Add local variable.
16882         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
16883         (calc-edit-top): Move declaration to earlier in file.
16884         (calc-edit-macro-repeats): Add local variables.
16886         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
16887         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
16888         calcFunc-tanh.
16889         Adjust integration rule for calcFunc-tan.
16891 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
16893         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
16894         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
16895         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
16896         (viper-skip-separators): Bug fix.
16897         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
16898         particular major mode.
16899         (viper-del-backward-char-in-replace): Don't put deleted char on the
16900         kill ring.
16902         * viper-ex.el (viper-color-display-p): New function.
16903         (viper-has-face-support-p): Use viper-color-display-p.
16905         * viper-keym.el (viper-gnus-modifier-map): New keymap.
16907         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
16909         * viper-util.el (viper-glob-unix-files): Fix shell status check.
16910         (viper-file-remote-p): Make equivalent to file-remote-p.
16912         * viper.el (viper-major-mode-modifier-list):
16913         Use viper-gnus-modifier-map.
16915 2005-02-19  David Kastrup  <dak@gnu.org>
16917         * subr.el (subregexp-context-p): Fix garbled doc string by adding
16918         quoting.
16920 2005-02-19  Jay Belanger  <belanger@truman.edu>
16922         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
16923         Remove extra definitions.
16924         (calc-coth): New function.
16925         (calcFunc-cot): Fix `let'.
16927 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
16929         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
16930         the reasons we use "type pc" in these faces.
16932         * button.el (button): Ditto.
16934 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
16936         * replace.el (query-replace-read-from): Set the value of
16937         query-replace-from-history-variable to handle the case of an empty
16938         string entered to accept the suggested default.
16940         * net/tramp.el (tramp-file-name-for-operation):
16941         Use dired-call-process instead of dired-call-process-command.
16943 2005-02-19  Jay Belanger  <belanger@truman.edu>
16945         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
16946         (math-div-non-trig): New variables.
16947         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
16948         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
16949         (math-combine-prod, math-div-symb-fancy): Add simplifications for
16950         trig expressions.
16952 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
16954         * progmodes/gdb-ui.el (gdb-var-update-handler)
16955         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
16956         for watch expressions,
16957         (gdb-var-create-handler): Don't set speedbar-update-flag.
16958         (gdb-post-prompt): Simplify test for speedbar.
16960 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
16962         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
16963         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
16964         we use the syntax table of the correct buffer.
16965         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
16966         Felix Gatzemeier.
16968         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
16969         (ediff-file-remote-p): Make synonymous with file-remote-p.
16970         In all deffaces ediff-*-face-*, use min-colors.
16972         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
16973         ediff-recurse-to-subdirectories.
16974         (ediff-mark-if-equal): Check that the arguments are strings, use
16975         ediff-same-contents (after to Felix Gatzemeier).
16977         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
16978         nil.
16980 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16982         * log-view.el (log-view-message-re): Fix up Subversion regexp.
16984 2005-02-18  David Kastrup  <dak@gnu.org>
16986         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
16987         use `mark-active' when defined.
16989 2005-02-18  Kenichi Handa  <handa@m17n.org>
16991         * ps-print.el (ps-font-info-database): New entry
16992         ZapfChancery-MediumItalic with correct font name.  Fix font name
16993         of the entry Zapf-Chancery-MediumItalic.
16995 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
16997         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
16999 2005-02-16  Kim F. Storm  <storm@cua.dk>
17001         * ido.el (ido-fallback-command): Pass user input to fallback command.
17003 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
17005         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
17006         (gdb-find-file-hook): Add server prefix.
17008 2005-02-16  Richard M. Stallman  <rms@gnu.org>
17010         * replace.el (perform-replace): Pass new args to replace-highlight.
17011         (replace-highlight): Take region args,
17012         and pass them to isearch-lazy-highlight-new-loop.
17014         * novice.el (disabled-command-hook): Autoload the defalias
17015         and the make-obsolete-variable call.
17017         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
17019         * isearch.el (isearch-lazy-highlight-start-limit)
17020         (isearch-lazy-highlight-end-limit): New variables limit
17021         the region for highlighting.
17022         (isearch-lazy-highlight-new-loop): New args BEG and END.
17023         (isearch-lazy-highlight-search): Use the new vars.
17024         (isearch-lazy-highlight-update): Likewise.
17026         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
17028         * cus-start.el (all): Use default-boundp.
17030 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
17032         * menu-bar.el (menu-bar-select-frame): Handle current frame.
17034 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
17036         * autorevert.el (auto-revert-stop-on-user-input)
17037         (auto-revert-verbose): Doc fixes.
17039 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
17041         * international/mule-cmds.el (set-locale-environment): Remove call
17042         to set-selection-coding-system on Windows.
17044 2005-02-15  Jay Belanger  <belanger@truman.edu>
17046         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
17047         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
17048         calcFunc-coth.
17049         (math-simplify-sqrt): Add simplifications.
17051         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
17052         to list.
17054         * calc/calc-ext.el: Add functions to autoloads.
17056         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
17057         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
17058         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
17059         (math-csc-raw, math-cot-raw): New functions.
17061         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
17063         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
17064         the variable name in a message.
17066         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
17067         calcFunc-csc, calcFunc-cot.
17069         * calc/calcalg2.el: Add derivative and integration rules for
17070         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
17071         calcFunc-csch, calcFunc-coth.
17072         (math-do-integral-methods): Add to checks for when to use
17073         substitutions.
17075         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
17077 2005-02-15  Lute Kamstra  <lute@gnu.org>
17079         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17080         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
17081         <monnier@iro.umontreal.ca>
17082         (lisp-outline-level): Improve efficiency.  Suggested by David
17083         Kastrup <dak@gnu.org>.
17085 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
17087         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
17088         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
17089         (gdb-set-gud-minor-mode-existing-buffers): New functions.
17090         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
17091         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
17093 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
17095         * cus-start.el (all): Comment change.
17097 2005-02-14  Lute Kamstra  <lute@gnu.org>
17099         * cus-start.el (all): Check if symbol is void.
17101 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
17103         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
17104         optional argument to \cite.
17106 2005-02-14  Richard M. Stallman  <rms@gnu.org>
17108         * cus-edit.el (custom-buffer-create-internal): Update help message.
17109         (custom-magic-alist): Update help messages.
17111         * cus-start.el (all): Allow a var to specify a standard value.
17113 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
17115         * custom.el (custom-theme-set-variables): Handle variable aliases.
17117         * frame.el (blink-cursor-timer): Doc fix.
17118         (blink-cursor): Make it an alias for `blink-cursor-mode' and
17119         declare obsolete.
17120         (blink-cursor-mode): Define with defcustom and use correct
17121         standard expression in that defcustom.
17122         * startup.el (command-line): Adapt to above changes in frame.el.
17124 2005-02-11  Lute Kamstra  <lute@gnu.org>
17126         * apropos.el (apropos-score-doc): Prevent division by zero.
17128 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
17130         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
17131         (icalendar--get-event-property-attributes)
17132         (icalendar--get-event-properties)
17133         (icalendar--datetime-to-diary-date): New functions.
17134         (icalendar--split-value): Doc fix.
17135         (icalendar--datetime-to-noneuropean-date)
17136         (icalendar--datetime-to-european-date): New optional argument
17137         SEPARATOR.  Return result as a string instead of a list.
17138         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
17139         (icalendar--convert-string-for-export): Rename arg S to STRING.
17140         (icalendar-export-region): Doc fix.  Change name of error buffer.
17141         Save output buffer.
17142         (icalendar-import-file): Add blank at end of prompt.
17143         (icalendar-import-buffer): Doc fix.  Do not switch to error
17144         buffer.  Indicate status in return value.
17145         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
17146         buffer.  Save output buffer.  Handle exception from recurrence
17147         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
17148         events.  Fix problems with weekly all-day events.
17150 2005-02-10  Richard M. Stallman  <rms@gnu.org>
17152         * simple.el (eval-expression-print-format):
17153         Avoid warning about edebug-active.
17155         * help.el (help-for-help-internal): Rename from help-for-help.
17156         (help-for-help): Define with defalias.
17158         * font-core.el (font-lock-default-function): Use with-no-warnings.
17160         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
17162         * custom.el (defface): Doc fix.
17164 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
17166         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
17167         width 0" to prevent word wrapping problems.
17169 2005-02-09  Kim F. Storm  <storm@cua.dk>
17171         * ido.el (ido-file-extensions-order): New defcustom.
17172         (ido-file-extension-lessp, ido-file-extension-aux)
17173         (ido-file-extension-order): New advanced file ordering.
17174         (ido-file-lessp): New simple file ordering.
17175         (ido-sort-list): Remove.
17176         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
17177         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
17179 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
17181         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
17182         that some versions of grep produce.
17183         (grep-mode-font-lock-keywords): Likewise.
17185 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
17187         * progmodes/gdb-ui.el (gdb-location-list): New variable.
17188         (gdb-cdir): Delete.
17189         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
17190         (gdb-source-info): Treat case when source file is in another
17191         directory properly.
17192         (gdb-get-location): New function.
17194 2005-02-07  Jay Belanger  <belanger@truman.edu>
17196         * calc/calc-prog.el (calc-write-parse-table-part)
17197         (calc-fix-token-name): Fix a check for language type.
17199         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
17201 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
17203         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
17204         as directory not writable.
17206 2005-02-07  Kim F. Storm  <storm@cua.dk>
17208         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
17209         (cua--standard-movement-commands): Remove list.
17210         Instead, set CUA property value to move for movement commands.
17211         (cua-movement-commands): Remove.  Users must set CUA prop instead.
17212         (cua--pre-command-handler): Check CUA property.
17213         (cua--init-keymaps): Don't remap undo commands.
17214         (cua-mode): Don't call cua--rectangle-on-off.
17216         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
17217         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
17218         (cua--rect-undo-set-point): New var.
17219         (cua--rectangle-undo-boundary): Setup undo apply entry.
17220         (cua--rect-undo-handler): New function for rectangle undo.
17221         (cua--rect-start-position, cua--rect-end-position): Add.
17222         (cua--rectangle-post-command): Call cua--rectangle-set-corners
17223         for restored rectangle.  Set point if cua--rect-undo-set-point.
17225 2005-02-06  Jay Belanger  <belanger@truman.edu>
17227         * calc/calc-lang.el (calc-tex-language): Display more information
17228         in messages.
17230         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
17231         in TeX mode.
17233 2005-02-06  Richard M. Stallman  <rms@gnu.org>
17235         * emacs-lisp/lisp.el (buffer-end): Doc fix.
17237 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
17239         * net/ldap.el (ldap-search-internal): Support attributes with
17240         optional descriptions separated by a semi-colon, as in
17241         "userCertificate;binary".
17243 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17245         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
17246         isn't a cons (i.e. the version is 0).
17248 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
17250         * help.el (help-for-help): Doc fix.
17252 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
17254         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
17255         GDB-Windows on the menu-bar as this works better.
17257 2005-02-04  Jay Belanger  <belanger@truman.edu>
17259         * calc/calc-embed.el (calc-embedded-update): Don't put in
17260         unnecessary newlines.  Adjust the end of formula marker.
17262         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
17263         (math-latex-parse-two-args): New function.
17265 2005-02-03  Lute Kamstra  <lute@gnu.org>
17267         * help-fns.el (help-with-tutorial): Make sure that users cannot
17268         remove the entire text of the tutorial by means of `undo'.
17270 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17272         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
17273         in recent changes, where the ispell process was repeatedly
17274         killed & restarted.
17276         * international/mule-cmds.el (set-locale-environment): Set file-name
17277         coding system to utf-8 on Darwin systems.
17278         (set-default-coding-systems): Don't set default-file-name-coding-system
17279         on Darwin systems.
17281 2005-02-03  Richard M. Stallman  <rms@gnu.org>
17283         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
17285 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
17287         * faces.el (list-faces-display): Add optional argument.
17289 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17291         * font-core.el (font-lock-default-function): Handle the rare case where
17292         only font-lock-keywords is set.
17294 2005-02-02  Kenichi Handa  <handa@m17n.org>
17296         * international/characters.el: Cancel previous change for
17297         I-WITH-DOT-ABOVE and DOTLESS-i.
17299         * international/latin-5.el: Cancel previous change.
17301 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
17303         * progmodes/gud.el: Correction to syntax in gud-menu-map.
17305 2005-02-02  Kenichi Handa  <handa@m17n.org>
17307         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
17308         DOTLESS-i.
17310         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
17311         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
17313         * case-table.el (get-upcase-table): New function.
17314         (copy-case-table): Copy upcaes table too if non-nil.
17315         (set-case-syntax-delims): Maintain upcase table too.
17316         (set-case-syntax-pair): Likewise.
17317         (set-upcase-syntax, set-downcase-syntax): New functions.
17318         (set-case-syntax): Maintain upcase table too.
17320 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
17322         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
17324         * progmodes/gud.el (gud-goto-info): New function.
17325         (gud-tool-bar-map): Use correct icon.
17327 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
17329         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
17330         When delegating, order args in the funcall correctly.
17332 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
17334         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
17336 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
17338         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
17339         buffer not visiting a file.
17341 2005-01-31  Jay Belanger  <belanger@truman.edu>
17343         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
17344         bound on the line with the formula.
17346 2005-01-31  Kim F. Storm  <storm@cua.dk>
17348         * ses.el (ses-create-cell-variable-range)
17349         (ses-destroy-cell-variable-range, ses-reset-header-string)
17350         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
17351         (ses-insert-row): Fix format of apply undo entries.
17353 2005-01-31  Jay Belanger  <belanger@truman.edu>
17355         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
17356         parts.
17358         * calc/calc-embed.el (calc-embedded-open-formula)
17359         (calc-embedded-close-formula): Ignore matrix environments.
17361         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
17362         TeX mode.
17364         * calc/calc-lang.el (math-function-table, math-oper-table)
17365         (math-variable-table): Adjust the LaTeX portions.
17367         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
17368         (math-latex-ignore-words): New constant.
17370 2005-01-31  Richard M. Stallman  <rms@gnu.org>
17372         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
17373         (ispell-local-dictionary): Doc fix.
17374         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
17375         Don't reinitialize at run time.  Don't defcustom.
17376         All uses changed to append ispell-local-dictionary-alist,
17377         or check it first.
17378         (ispell-current-dictionary): New variable for dictionary in use.
17379         (ispell-dictionary): Now used only for global default.
17380         (ispell-start-process): Set ispell-current-dictionary,
17381         not ispell-dictionary.
17382         (ispell-change-dictionary): Use this only for setting
17383         user preferences.
17384         (ispell-internal-change-dictionary): New function
17385         to change the current dictionary in use.
17386         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
17387         Use ispell-current-dictionary.
17388         Handle ispell-local-dictionary-overridden.
17389         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
17391 2005-01-31  Jay Belanger  <belanger@truman.edu>
17393         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
17395         * calc/calc-ext.el: Add calc-latex-language to autoloads.
17396         (calc-mode-map): Add calc-latex-language.
17398         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
17399         (math-latex-print-frac): New functions.
17400         (math-oper-table, math-function-table, math-variable-table)
17401         (math-complex-format, math-input-filter): Add latex properties.
17402         (calc-set-language): Set math-expr-special-function-mapping.
17404         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
17405         (calc-write-parse-table-part): Add LaTeX support.
17407         * calc/calc.el (calc-language): Adjust docstring.
17408         (calc-set-mode-line): Add LaTeX support.
17409         (math-expr-special-function-mapping): New variable.
17410         (math-tex-ignore-words): Add to list.
17412         * calc/calccomp.el (math-compose-expr, math-compose-rows):
17413         Add LaTeX support.
17414         (math-compose-expr): Add support for special functions.
17416         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
17418 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
17420         * progmodes/gdb-ui.el (gdb-memory-address)
17421         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
17422         (gdb-memory-mode-map, gdb-memory-format-keymap)
17423         (gdb-memory-format-menu, gdb-memory-unit-keymap)
17424         (gdb-memory-unit-menu): New variables for a buffer
17425         that lets the user examine program memory.
17426         (gdb-memory-set-address, gdb-memory-set-repeat-count)
17427         (gdb-memory-format-binary, gdb-memory-format-octal)
17428         (gdb-memory-format-unsigned, gdb-memory-format-signed)
17429         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
17430         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
17431         (gdb-memory-unit-word, gdb-memory-unit-halfword)
17432         (gdb-memory-unit-byte, gdb-memory-unit-menu)
17433         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
17434         (gdb-memory-mode, gdb-memory-buffer-name)
17435         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
17436         New functions for above buffer.
17438 2005-01-30  Richard M. Stallman  <rms@gnu.org>
17440         * cus-edit.el (custom-bury-buffer): Function deleted.
17441         (custom-buffer-done-function): Option deleted.
17442         (custom-buffer-done-kill): New replacement option.
17443         (Custom-buffer-done): Call quit-window.
17444         (custom-buffer-create-internal): Update for above changes.
17446 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
17448         * simple.el (undo-ask-before-discard): New var.
17449         (undo-outer-limit-truncate): Implement it.
17450         (undo-extra-outer-limit): Doc update.
17452 2005-01-29  Richard M. Stallman  <rms@gnu.org>
17454         * ses.el (undo-more): Delete defadvice.
17455         (ses-begin-change): Doc fix.
17457         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
17458         instead of rebinding C-x u and C-_.
17460         * files.el (normal-backup-enable-predicate): Return nil for files
17461         in /tmp, regardless of temporary-file-directory.
17463         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
17465         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
17466         (open-rectangle, delete-whitespace-rectangle-line)
17467         (clear-rectangle-line): If FILL, pass t instead of FILL
17468         for move-to-column's 2nd arg.
17470         * simple.el (undo): Fix the test for continuing a series of undos.
17471         (undo-more): Set pending-undo-list to t when we reach end.
17472         (pending-undo-list): Move up defvar.
17474         * wid-edit.el (widget-button-click):
17475         Shorten the range of the track-mouse binding.
17477         * comint.el (comint-insert-input): Undo previous changes;
17478         use last-input-event in interactive spec.
17480 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
17482         * progmodes/compile.el (compilation-start): Bind buffer-read-only
17483         to nil before invoking call-process.  Reset buffer's modified flag
17484         after fontifying it in the no-async branch.
17486         * wid-edit.el (widget-specify-button): If mouse pointer shape
17487         cannot be changed, use mouse face instead.
17489 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
17491         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17492         (gdb-goto-breakpoint): Make breakpoint handling work on template
17493         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
17494         (gdb-assembler-custom): Update to recognize breakpoint information
17495         added on 2005-01-19.
17497 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17499         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
17500         (dsssl-mode): Use define-derived-mode.
17501         (scheme-mode-initialize): Remove.
17502         (scheme-mode): Use run-mode-hooks.
17504         * cus-edit.el (customize-group-other-window)
17505         (custom-buffer-create-other-window): Don't override special-display-*.
17506         (custom-mode-map): Make it dense.
17508         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
17509         sets the default value.
17511 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
17513         * descr-text.el: Add more keywords.
17515 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17517         * speedbar.el: Avoid unnecessary use of locate-library.
17519         * international/mule-cmds.el (standard-display-european-internal):
17520         Don't fiddle with latin-1 non-break space any more since it's now
17521         special cased in the C code.
17522         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
17524 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
17526         * cus-start.el (all): Add `undo-outer-limit'.
17528 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17530         * textmodes/bibtex.el (bibtex-format-entry):
17531         Use `bibtex-empty-field-re' only on the text of fields, not on entire
17532         field lines.
17533         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
17534         not on part of a buffer.
17536 2005-01-25  Lute Kamstra  <lute@gnu.org>
17538         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
17539         nonempty field text strings like "{letters\\macro{}more letters}".
17540         Clarify docstring.
17541         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
17542         (bibtex-entry-offset, bibtex-parse-association)
17543         (bibtex-parse-field-name): Fix typos in docstrings.
17544         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
17546 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
17548         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
17549         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
17550         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
17551         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
17553         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
17554         isearch minor mode.
17556 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
17558         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
17560 2005-01-24  Lute Kamstra  <lute@gnu.org>
17562         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
17563         CASECHARS and NOT-CASECHARS regular expressions of the
17564         "nederlands" and "nederlands8" dictionaries to prevent a "Range
17565         striding over charsets" error.
17567 2005-01-24  Jay Belanger  <belanger@truman.edu>
17569         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
17570         display variable name.
17572 2005-01-24  Kenichi Handa  <handa@m17n.org>
17574         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
17575         Fix setting of the element of encoded-kbd-iso2022-invocations.
17577 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
17579         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
17580         (gdb-threads-select): Change to also accept mouse events.
17581         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
17582         (gdb-threads-mouse-select): Delete.
17584 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
17586         * files.el (insert-directory): Take care of empty directory,
17587         listed without -a switch.
17589 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17591         * textmodes/refill.el (refill-post-command-function):
17592         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
17593         to the list of functions that we should be careful not to undo.
17594         (refill-late-fill-paragraph-function): Remove.
17595         (refill-saved-state): New var.
17596         (refill-mode): Use it to save fill-paragraph-function.
17597         Save also the value of auto-fill-function.
17599         * term/w32-win.el: Simplify code.
17601 2005-01-23  Kim F. Storm  <storm@cua.dk>
17603         * simple.el (line-move): Adapt to new return value from
17604         pos-visible-in-window-p.
17606         * simple.el (line-move): Fix last change.  Check partial
17607         visibility at point rather than at window-start.
17609 2005-01-22  Jason Rumney  <jasonr@gnu.org>
17611         * term/w32-win.el (xw-defined-colors): Remove debug-message.
17613 2005-01-22  David Kastrup  <dak@gnu.org>
17615         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
17617 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
17619         * type-break.el (type-break-mode): Add a test for
17620         type-break-file-name being non-nil.
17622 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
17624         * net/eudc.el (top level): Call (message "") via progn, so that
17625         eudc-options-file is loaded.
17627 2005-01-22  Kim F. Storm  <storm@cua.dk>
17629         * simple.el (line-move-1): Rename from line-move.
17630         (line-move): New function that adjusts vscroll for partially
17631         visible rows, and calls line-move-1 otherwise.
17633 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
17635         * pcomplete.el: Define pcomplete-read-event instead of read-event,
17636         since it's not a complete read-event implementation
17638 2005-01-20  Jay Belanger  <belanger@truman.edu>
17640         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
17641         for called function.
17643 2005-01-20  Steven Tamm  <steventamm@mac.com>
17645         * term/mac-win.el (process-connection-type): Remove.
17646         Controlled now by s/darwin.h:PTY_ITERATION.
17648 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17650         * window.el (handle-select-window): Don't switch window when we're
17651         in the minibuffer.
17653 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
17655         * subr.el (dotimes-with-progress-reporter): New macro.
17657         * ses.el (ses-dotimes-msg): Remove macro.
17658         Use `dotimes-with-progress-reporter' instead.
17660 2005-01-19  Steven Tamm  <steventamm@mac.com>
17662         * term/mac-win.el (process-connection-type): Use new
17663         operating-system-release variable to use ptys on Darwin 7 (OS X
17664         10.3) when using carbon build.
17666 2005-01-19  Jay Belanger  <belanger@truman.edu>
17668         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
17669         flags if the last command was a tab or M-tab.
17671         * calc/calc-prog.el (calc-user-define-edit): Put original formula
17672         in formula editing buffer.
17674 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
17676         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
17677         breakpoint image symbol in margin.
17679 2005-01-19  Jay Belanger  <belanger@truman.edu>
17681         * calc/calc-prog.el (calc-execute-kbd-macro):
17682         Ignore calc-keep-arg-flag.
17684 2005-01-19  Kenichi Handa  <handa@m17n.org>
17686         * textmodes/ispell.el (ispell-looking-at): New function.
17687         (ispell-process-line): Use ispell-looking-at to compare the ispell
17688         output and the buffer contents.
17690 2005-01-18  Jay Belanger  <belanger@truman.edu>
17692         * calc/calc.el (calc-display-raw): Fix docstring.
17694 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17696         * simple.el (blink-matching-open): Strip extra info from syntax.
17698         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
17699         funny chars in the end-of-here-doc marker.
17701 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
17703         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
17704         that enable/disabled state of breakpoints is shown correctly in
17705         fringe and on ttys.
17706         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
17707         Add breakpoint information as text properties.
17708         (gdb-mouse-toggle-breakpoint):
17709         Rename to gdb-mouse-set-clear-breakpoint.
17710         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
17711         breakpoints in the margin.
17712         (gdb-remove-strings): Simplify.
17714 2005-01-17  Jay Belanger  <belanger@truman.edu>
17716         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
17717         erasing buffer.
17719 2005-01-17  Richard M. Stallman  <rms@gnu.org>
17721         * progmodes/grep.el (grep-find): Copy from `grep' the condition
17722         for calling grep-compute-defaults.
17724         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
17725         if buffer is empty.
17727         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
17729 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17731         * hilit-chg.el (highlight-changes-mode): Don't autoload.
17733         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
17734         non-preloaded variables.
17736 2005-01-17  Steven Tamm  <steventamm@mac.com>
17738         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
17739         tex-shell cause to force interactivity when using pipes.
17741 2005-01-17  Kim F. Storm  <storm@cua.dk>
17743         * simple.el (just-one-space): Make arg optional.
17745 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
17747         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
17748         posn-at-x-y to t to access left-margin.
17750 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
17752         Sync with Tramp 2.0.47.
17754         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
17755         catching keep-date problems in cp/scp operations.
17756         (tramp-handle-copy-file): Don't call `set-file-modes'
17757         unconditionally.  Specialized functions should know better what is
17758         necessary.  This improves performance a little bit, and the
17759         functions could catch errors with `cp -p' and `scp -p'.
17760         (tramp-do-copy-or-rename-file-via-buffer)
17761         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
17762         when appropriate.
17763         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
17764         Call `set-file-modes' when appropriate.
17765         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
17766         Johnsson <isak@hypergene.com>
17767         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
17768         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
17769         <joakim@verona.se>
17770         (tramp-file-name-for-operation): Mark `shell-command' as magic for
17771         Emacs only.
17773         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
17774         `find-file-hooks' and `dired-mode-hook'.
17775         (tramp-minor-mode-map): Respective map.  Add remapping for
17776         `compile' and `recompile'.
17777         (tramp-remap-command, tramp-recompile): New defuns.
17778         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
17779         in buffer "*Compilation*".  Call the commands asynchronously.
17781         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
17782         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
17783         `shell-command', because it isn't magic in XEmacs.  Reported by
17784         Adrian Aichner <adrian@xemacs.org>.
17786         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
17787         `substitute-in-file-name.
17788         (tramp-smb-handle-substitute-in-file-name): New defun.
17789         (tramp-smb-advice-PC-do-completion): Delete advice.
17791 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
17793         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
17794         Fix error in deleting region.
17796 2005-01-15  Richard M. Stallman  <rms@gnu.org>
17798         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
17799         In non-temp buffer, switch syntax table temporarily.
17801         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
17803         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
17805         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
17807         * imenu.el (imenu--split-menu): Copy menulist before sorting.
17808         (imenu--generic-function): Use START, not BEG, as pos of definition.
17810         * simple.el (just-one-space): Argument specifies number of spaces.
17812         * simple.el (eval-expression-print-format): Avoid warning
17813         about edebug-active.
17815 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
17817         * progmodes/sh-script.el: Code copied from make-mode.el
17818         with small changes,
17819         (sh-mode-map): Bind C-c C-\.
17820         (sh-backslash-column, sh-backslash-align): New variables.
17821         (sh-backslash-region, sh-append-backslash): New functions.
17823 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17825         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
17826         (rmail-pop-password, rmail-pop-password-required): Move to
17827         rmail-obsolete group.
17828         (rmail-set-pop-password): Rename to rmail-set-remote-password.
17829         All callers updated.
17830         (rmail-get-pop-password): Rename to rmail-get-remote-password.
17831         Take an argument specifying whether it is POP or IMAP mailbox we
17832         are using.  All callers updated.
17833         (rmail-pop-password-error): Rename to
17834         rmail-remote-password-error.  Added mailutils-specific error message.
17835         (rmail-movemail-search-path)
17836         (rmail-movemail-variant-in-use): New variables.
17837         (rmail-remote-password, rmail-remote-password-required):
17838         New customization variables.
17839         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
17840         (rmail-parse-url): New function.
17841         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
17842         with GNU mailutils movemail.
17844 2005-01-15  Kevin Ryde  <user42@zip.com.au>
17846         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
17847         suffix to space, $ or '$, to correctly position point when going
17848         to @table style constants like DBL_MAX.
17850 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
17852         * type-break.el (type-break-mode, type-break-file-time)
17853         (type-break-file-keystroke-count, type-break-choose-file):
17854         Don't store data in or load data from the file if type-break-file-name
17855         is nil.
17856         (type-break-file-name): Doc update as per the above.
17858 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
17860         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
17861         lookup-key might return nil; handle that.
17863 2005-01-15  Alan Mackenzie  <acm@muc.de>
17865         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
17866         rather than the element found, thus enabling the tree to be setcar'd.
17868 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
17870         * textmodes/org.el (org-show-following-heading): New option.
17871         (org-show-hierarchy-above): Use `org-show-following-heading'.
17872         (org-cycle): Documentation fix.
17874         * textmodes/org.el (orgtbl-optimized): New option
17875         (orgtbl-mode): New command, a minor mode.
17876         (orgtbl-mode-map): New variable.
17877         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
17878         (orgtbl-error, orgtbl-self-insert-command)
17879         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
17881         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
17882         a local variable in each org-mode buffer.
17884         * textmodes/org.el (org-set-regexps-and-options): Rename from
17885         `org-set-regexps'.  Added checking for STARTUP keyword.
17886         (org-get-current-options): Add STARTUP options.
17887         (org-table-insert-row): Make mode intelligent about when
17888         realignment is needed.
17889         (org-self-insert-command, org-delete-backward-char, org-delete-char):
17890         New commands.
17891         (org-enable-table-editor): New default value `optimized'.
17892         (org-table-blank-field): Support blanking regions if active.
17894 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
17896         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
17897         if the year is not given.
17899         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
17900         Add new escapes %m and %M, fixed bug with %F by adding
17901         save-match-data.
17902         (reftex-reference): Remove ?. from list of spaces.
17903         (reftex-label-info): Add automatic label prefix recognition.
17905         * textmodes/reftex-index.el (reftex-index-next-phrase):
17906         Add slave parameter to call of `reftex-index-this-phrase'.
17907         (reftex-index-this-phrase): New optional argument.
17908         (reftex-index-region-phrases): Add slave parameter to call of
17909         `reftex-index-this-phrase'.
17910         (reftex-display-index): New argument redo.
17911         (reftex-index-rescan): Add 'redo to arguments of
17912         `reftex-display-index'.
17913         (reftex-index-Rescan, reftex-index-revert)
17914         (reftex-index-switch-index-tag): Add 'redo to arguments of
17915         `reftex-display-index'.
17916         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
17917         indexing.  Fix bug with matching is there is a quote before or
17918         after the word.
17920         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
17921         Fix bug when collecting citation keys in lines with comments.
17922         (reftex-citation): Prefix argument no longer rescans the document,
17923         but forces prompting for optional arguments of cite macros.
17924         (reftex-do-citation): Prompting for optional arguments implemented.
17926         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17927         Add optional arguments to most cite commands.
17928         (reftex-cite-cleanup-optional-args): New option
17929         (reftex-cite-prompt-optional-args): New option.
17930         (reftex-trust-label-prefix): New option.
17932         * textmodes/reftex-toc.el (reftex-toc-find-section):
17933         Add push-mark before changing the position in the buffer.
17935         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
17936         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
17938 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
17940         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
17941         more carefully.
17943 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17945         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
17946         (sgml-mode): Use it.
17947         (sgml-get-context): Better keep track of implicitly closed tags.
17949 2005-01-13  Kenichi Handa  <handa@m17n.org>
17951         * textmodes/ispell.el: These changes are to fix misalignment error
17952         caused by equivalent characters of different Emacs charsets.
17953         (ispell-unified-chars-table): New variable.
17954         (ispell-get-decoded-string): New function.
17955         (ispell-get-casechars, ispell-get-not-casechars)
17956         (ispell-get-otherchars): Call ispell-get-decoded-string.
17958 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
17960         * custom.el (custom-declare-variable): Just put symbol instead
17961         of (defvar . symbol) in `current-load-list'.
17963 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
17965         * emacs-lisp/elint.el: Fixed typo in Commentary section.
17967 2005-01-12  Jay Belanger  <belanger@truman.edu>
17969         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
17970         to create a Calc summary.
17972 2005-01-12  Kim F. Storm  <storm@cua.dk>
17974         * mouse.el (mouse-on-link-p): Change functionality and doc
17975         string to comply with latest description in lisp ref.
17977 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
17979         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
17980         Enable mouse clicks on mode-line, header-line and margin.
17981         (event-type): Give mouse event symbols an 'event-kind property
17982         with value 'mouse-click.
17984 2005-01-12  Juri Linkov  <juri@jurta.org>
17986         * facemenu.el (list-colors-display): Add new arg buffer-name.
17987         Use it.  Fix docstring.  Replace code for identifying duplicate
17988         colors by the name with call to `list-colors-duplicates' which
17989         identifies duplicate colors by the value unless the color
17990         is one of special Windows colors.  Set truncate-lines to t.
17991         Print sorted duplicate color names on each line.  Indent to 22
17992         \(the longest color name in rgb.txt) instead of 20.  Optimize.
17993         (list-colors-duplicates): New function.
17994         (facemenu-color-name-equal): Delete function.
17996         * facemenu.el (list-colors-print): New function created from code
17997         in list-colors-display.  Print #RRGGBB at the window right edge.
17998         (list-colors-display): When temp-buffer-show-function is not
17999         defined, call list-colors-print from temp-buffer-show-hook
18000         to get the right value of window-width in list-colors-print
18001         after the buffer is displayed.
18003         * simple.el (pop-mark): Move deactivate-mark out of conditional
18004         part to deactivate the active mark regardless of the state of the
18005         mark ring.
18007         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
18008         variables line in desktop files.
18010 2005-01-12  Juri Linkov  <juri@jurta.org>
18012         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
18013         Bring together isearch highlight related options.
18014         (lazy-highlight): Replace group `replace' by `matching'.
18015         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
18016         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
18017         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
18018         and declare them obsolete.
18019         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
18020         (isearch-faces): Remove defgroup.
18021         (isearch-overlay, isearch-highlight, isearch-dehighlight):
18022         Move isearch highlighting code closer to lazy highlighting code.
18024         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
18025         (query-replace-highlight, query-replace-lazy-highlight)
18026         (query-replace): Move definitions to the beginning of the file.
18028 2005-01-11  Juri Linkov  <juri@jurta.org>
18030         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
18031         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
18032         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
18034         * info.el (Info-history-forward): New variable.
18035         (Info-select-node): Reset Info-history-forward to nil.
18036         (Info-last): Turn into defalias.
18037         (Info-history-back): Rename from Info-last.
18038         Add current node to Info-history-forward.
18039         (Info-history-forward): New fun.
18040         (Info-mode-map): Replace Info-last by Info-history-back.
18041         Bind Info-history-forward to "r".
18042         (Info-mode-menu): Replace Info-last by Info-history-back.
18043         Fix menu item text.  Add menu item for Info-history-forward.
18044         (info-tool-bar-map): Replace Info-last by Info-history-back.
18045         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
18046         for Info-history-forward.
18047         (Info-mode): Replace Info-last by Info-history-back in docstring.
18048         Add local variable Info-history-forward.
18049         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
18051 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18053         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
18054         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
18055         Ignore select-window events rather than fiddle with
18056         mouse-autoselect-window.
18058 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
18060         * type-break.el (type-break-mode): Fix previous change.
18062 2005-01-10  Jay Belanger  <belanger@truman.edu>
18064         * calc/calc-ext.el (calc-reset): Reset when inside embedded
18065         calculator; only reset when point is inside a calculator.
18066         Don't adjust the window height if the window takes up the whole height
18067         of the frame.
18069 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
18071         * ebuff-menu.el (Electric-buffer-menu-mode):
18072         Preserve value of buffer-local var header-line-format.
18074 2005-01-09  Jay Belanger  <belanger@truman.edu>
18076         * calc/calc.el (calc-mode-var-list-restore-saved-values):
18077         Make sure settings file exists before accessing it.
18079         * calc/calc-embed.el (calc-embedded-subst):
18080         Replace math-multi-subst-rec, which is only supposed to be called
18081         by math-multi-subst, by math-multi-subst.
18083 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
18085         * vc.el (vc-allow-async-revert): New user option.
18086         (vc-disable-async-diff): New internal variable.
18087         (vc-revert-buffer): Use them to disable asynchronous diff.
18089         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
18090         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
18091         asynchronously if vc-disable-async-diff is t.
18093 2005-01-09  Jay Belanger  <belanger@truman.edu>
18095         * calc/calc.el (defcalcmodevar): New macro.
18096         (calc-mode-var-list-restore-default-values)
18097         (calc-mode-var-list-restore-saved-values): New functions.
18098         (calc-mode-var-list): Use defcalcmodevar to define it.
18099         (calc-always-load-extensions, calc-line-numbering)
18100         (calc-line-breaking, calc-display-just, calc-display-origin)
18101         (calc-number-radix, calc-leading-zeros, calc-group-digits)
18102         (calc-group-char, calc-point-char, calc-frac-format)
18103         (calc-prefer-frac, calc-hms-format, calc-date-format)
18104         (calc-float-format, calc-full-float-format, calc-complex-format)
18105         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
18106         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
18107         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
18108         (calc-matrix-brackets, calc-language, calc-language-option)
18109         (calc-left-label, calc-right-label, calc-word-size)
18110         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
18111         (calc-display-raw, calc-internal-prec, calc-angle-mode)
18112         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
18113         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
18114         (calc-window-height, calc-display-trail, calc-show-selections)
18115         (calc-use-selections, calc-assoc-selections)
18116         (calc-display-working-message, calc-auto-why, calc-timing)
18117         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
18118         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
18119         (calc-gnuplot-default-device, calc-gnuplot-default-output)
18120         (calc-gnuplot-print-device, calc-gnuplot-print-output)
18121         (calc-gnuplot-geometry, calc-graph-default-resolution)
18122         (calc-graph-default-resolution-3d, calc-invocation-macro)
18123         (calc-show-banner): Use defcalcmodevar to declare them and set
18124         their default values.
18126         * calc/calc-ext.el (calc-reset): Restore saved values of variables
18127         instead of default values (but restore default values if there is
18128         an argument of 0).
18130 2005-01-09  David Kastrup  <dak@gnu.org>
18132         * desktop.el (desktop-restore-eager): Fix typo in type.
18134 2005-01-08  Richard M. Stallman  <rms@gnu.org>
18136         * cus-edit.el (customize): Delete :link.
18138 2005-01-08  Jay Belanger  <belanger@truman.edu>
18140         * calc/calc.el (calc-mode): Remove the extension from the
18141         `calc-settings-file' file name when loading it.
18143 2005-01-08  Kim F. Storm  <storm@cua.dk>
18145         * info.el (Info-mode-map, Info-next-link-keymap)
18146         (Info-prev-link-keymap, Info-up-link-keymap):
18147         Map follow-link to mouse-face.
18148         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
18150 2005-01-08  Jay Belanger  <belanger@truman.edu>
18152         * calc/calc.el (calc-settings-file): Change default value.
18153         Suggested by cgw in a comment in calc-mode.el.
18155         * calc/calc-mode.el (calc-settings-file-name):
18156         Compare calc-settings-file to user-init-file instead of ~/.emacs.
18157         Replace ~/.emacs in a prompt by calc-settings-file.
18159 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
18161         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
18162         (desktop-lazy-idle-delay): New customizable variables.
18163         (desktop-buffer-args-list): New variable.
18164         (desktop-append-buffer-args): New function.
18165         (desktop-save): Call desktop-append-buffer-args for some buffers.
18166         (desktop-lazy-create-buffer): New function.
18167         (desktop-idle-create-buffers): New function.
18168         (desktop-read): Add message about buffers to restore lazily.
18169         (desktop-lazy-abort): New command.
18170         (desktop-clear): Call desktop-lazy-abort.
18171         (desktop-lazy-complete): New command.
18173 2005-01-06  Richard M. Stallman  <rms@gnu.org>
18175         * emacs-lisp/find-func.el (find-face-definition):
18176         Rename from find-face.
18178 2005-01-06  Kim F. Storm  <storm@cua.dk>
18180         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
18182         * man.el (Man-xref-man-page, Man-xref-header-file)
18183         (Man-xref-normal-file): Add follow-link property.
18185 2005-01-06  Jay Belanger  <belanger@truman.edu>
18187         * calc/calc-units.el: Make sure the proper macro definitions are
18188         available when compiling.
18190 2005-01-06  Juri Linkov  <juri@jurta.org>
18192         * isearch.el (isearch-lazy-highlight-update):
18193         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
18195 2005-01-06  Miles Bader  <miles@gnu.org>
18197         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
18198         (isearch-lazy-highlight-face): Use new name.
18200 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18202         * uniquify.el (uniquify-rationalize-file-buffer-names):
18203         Re-add an interactive spec.
18204         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
18205         to the same name.
18207         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
18208         (isearch-update, isearch-done): Adjust calls accordingly.
18210 2005-01-05  Richard M. Stallman  <rms@gnu.org>
18212         * custom.el (custom-set-variables, custom-theme-set-variables):
18213         Clarify documentation.
18215         * emacs-lisp/find-func.el (find-variable)
18216         (find-variable-other-window, find-variable-other-frame):
18217         Fix the TYPE args to find-function-read and find-function-do-it.
18218         (find-function): Doc fix.
18219         (find-function-at-point): Replace function-at-point alias.
18221 2005-01-04  Richard M. Stallman  <rms@gnu.org>
18223         * cus-face.el (custom-declare-face):
18224         Record defface in current-load-list.
18226         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
18228         * emacs-lisp/find-func.el: Doc fixes.
18229         (find-face-regexp): New variable.
18230         (find-function-regexp-alist): New variable.
18231         (find-function-C-source): Third arg is now TYPE.
18232         (find-function-search-for-symbol): Handle general TYPE.
18233         (find-function-read, find-function-do-it): Handle general TYPE.
18234         (find-definition-noselect, find-face): New functions.
18235         (function-at-point): Alias deleted.
18237 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18239         * battery.el (display-battery-mode): Rename from display-battery.
18240         Handle the case where it gets turned off.
18242 2005-01-04  Richard M. Stallman  <rms@gnu.org>
18244         * cus-edit.el (customize): Make :link point to user doc.
18246         * man.el (Man-fontify-manpage): Turn off undo generation.
18248         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
18250 2005-01-04  Andreas Schwab  <schwab@suse.de>
18252         * files.el (insert-directory): Only look for error lines in
18253         inserted text.  Don't move too far after processing --dired markers.
18255 2005-01-04  Richard M. Stallman  <rms@gnu.org>
18257         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
18258         Don't expand if the character is @, period, dash, etc.
18259         (define-mail-abbrev): Quote names that contain problem characters.
18261 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
18263         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
18265 2005-01-03  Richard M. Stallman  <rms@gnu.org>
18267         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
18268         (query-replace-highlight, query-replace-lazy-highlight)
18269         (query-replace): Definitions moved up.  Doc fix.
18271 2005-01-03  Richard M. Stallman  <rms@gnu.org>
18273         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
18274         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
18275         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
18276         (lazy-highlight-face): Rename from isearch-lazy-...
18277         Change all references to them.
18279 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
18281         * cus-edit.el (custom-file): Doc fix for defcustom.
18282         (custom-file): The function no longer sets the variable
18283         `custom-file' to its return value.
18285         * startup.el (command-line): No longer load `custom-file'.
18287 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18289         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
18291         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
18292         Don't confuse module-prefixed identifiers for labels.
18293         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
18295 2005-01-02  Richard M. Stallman  <rms@gnu.org>
18297         * files.el (basic-save-buffer-1): Fix previous change.
18299         * loadhist.el (file-loadhist-lookup): New function.
18300         (file-provides, file-requires): Use it.
18302         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
18303         instead of calculating the right size.
18305 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
18307         * vc-svn.el (vc-svn-diff): Stay local if possible.
18309 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18311         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
18313         * files.el (hack-local-variables): Fix last change.
18315 2005-01-02  Jay Belanger  <belanger@truman.edu>
18317         * calc/calc-yank.el (calc-edit-top): New variable.
18318         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
18319         object.  Change header properties.
18320         (calc-edit-finish, calc-edit-finish-stack-object)
18321         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
18322         edited object.
18323         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
18324         for the beginning of the edited object.
18325         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
18326         for the beginning of the edited object.
18327         * calc/calc-prog.el (calc-edit-macro-finish-edit)
18328         (calc-finish-formula-edit, calc-macro-repeats)
18329         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
18330         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
18331         beginning of the edited object.
18332         (calc-user-define-edit): Change the header for editing macros.
18333         Remove unnecessary variable.
18335 2005-01-01  Jay Belanger  <belanger@truman.edu>
18337         * calc/calc-yank.el (calc-edit-mode): Change default header.
18338         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
18339         * calc/calc-store.el (calc-edit-variable): Change title to match new
18340         header.
18341         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
18342         mode to match new header.
18343         (calc-user-define-edit): Change titles to include names of commands.
18344         (calc-finish-formula-edit): Adjust to handle new header.
18345         (calc-finish-macro-edit): Remove.
18346         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
18347         (calc-edit-macro-command, calc-edit-macro-command-type)
18348         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
18349         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
18350         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
18351         (calc-edit-macro-finish-edit): New functions.
18352         (calc-user-define-edit): Use new functions to edit named calc macros.
18354 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
18356         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
18358         * ses.el (copy-region-as-kill): Deactivate mark.
18360 2005-01-01  Richard M. Stallman  <rms@gnu.org>
18362         * replace.el (occur-1): If the output buffer is also an input,
18363         don't kill it, rename it.
18365         * faces.el (set-face-background, set-face-foreground): Doc fix.
18367         * cus-face.el (custom-face-attributes): Fix :help-echo strings
18368         for :foreground and :background.
18370         * dired.el (dired-view-command-alist): Variable deleted.
18371         (dired-view-file, dired-mouse-find-file-other-window):
18372         Delete the code to use it.
18374 2005-01-01  Kim F. Storm  <storm@cua.dk>
18376         * image.el (insert-sliced-image): Use t for line-height property.
18378 See ChangeLog.11 for earlier changes.
18380 ;; Local Variables:
18381 ;; coding: iso-2022-7bit
18382 ;; End:
18384     Copyright (C) 2005 Free Software Foundation, Inc.
18385   Copying and distribution of this file, with or without modification,
18386   are permitted provided the copyright notice and this notice are preserved.
18388 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1