(font-lock-default-fontify-buffer): Try and set-defaults even if font-lock-mode
[emacs.git] / lisp / ChangeLog
blob1aeb8df4fccb1313c4ebdb9e1936a39f8555ede4
1 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4         even if font-lock-mode is non-nil since it may be t without having
5         turned on font-lock-mode-internal.
6         (font-lock-choose-keywords): Minor optimization.
7         (font-lock-add-keywords, font-lock-remove-keywords)
8         (font-lock-set-defaults): Don't call make-local-variable on a variable
9         that we know to already be local.
11 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
14         messages if in the minibuffer.
16 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
19         (tex-mode-flyspell-verify, flyspell-get-word)
20         (flyspell-external-point-words): Don't use point-min/max uselessly.
22         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
23         by Kevin Rodgers.  Instead, just hide the completions buffer if we
24         don't need to show it.
26 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
28         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
30 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
32         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
33         delete-windows-on with an inexistent buffer.
35 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
37         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
38         Delete defcustom variable :tag names.
40 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
42         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
43         (log-view-font-lock-keywords): Ajust subgroup numbers.
44         (log-view-current-tag): Don't hard code the number of subgroups.
46 2005-12-20  Juri Linkov  <juri@jurta.org>
48         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
49         (tooltip-x-offset, tooltip-y-offset): Doc fix.
51         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
52         (menu-bar-non-minibuffer-window-p): Instead of checking
53         display-multi-frame-p, use selected-frame when menu-updating-frame
54         is nil.
56 2005-12-20  Davis Herring  <herring@lanl.gov>  (tiny change)
58         * align.el (align-rules-list): Use [ \t] instead of \s-
59         for column separators in text mode.
61 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
63         * help-mode.el (help-customize-variable, help-customize-face):
64         Don't pop help-xref-stack as help-follow no longer pushes
65         anything on to it.
67 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
69         * textmodes/org.el: (org-agenda-custom-commands): New option.
70         (org-agenda): Offer custom commands on splash screen.
71         (org-make-tags-matcher): Parser for Boolean logic added.
72         (org-agenda-set-tags): New command.
73         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
74         (org-set-tags): Efficiency improvements.
75         (org-auto-align-tags): New option.
76         (org-todo, org-demote, org-promote): Realign tags.
77         (org-tags-completion-function): Use also "&" and "|" as separators.
78         (org-org-menu): Agenda commands simplified.
80 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
82         * cus-edit.el (customize-apropos, customize-apropos-options):
83         Docstring changes.
85         * font-lock.el (font-lock): Add tags to the links in the defgroup.
87 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
89         * longlines.el (longlines-mode): Wrap while widened.
90         (longlines-decode-region, longlines-encode-region): Compute max
91         just once.
93 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
95         * cus-edit.el (mac): New group.
97         * cus-start.el (all): Add user options in macterm.c.  Add test for
98         Mac-related built-ins.  Fix test for GTK-related built-ins.
100         * term/mac-win.el (mac-handle-language-change)
101         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
102         (mac-services-open-selection, mac-services-mail-selection)
103         (mac-services-mail-to, mac-services-insert-text)
104         (mac-dispatch-apple-event): Add docstrings.
105         (x-get-selection, mac-select-convert-to-string): Select coding
106         system from `utf-16be' and `utf-16le' using `byteorder'.
108 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
110         * subr.el (lazy-completion-table): Don't be fooled if the var holds
111         a "list" (lambda ...) rather than a real completion list.
113         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
114         lexical-let when encountering ((lambda (...) ...) ...).
116 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
118         * progmodes/sh-script.el (sh-mode):
119         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
120         * textmodes/picture.el (picture-mode): Update docstrings.
122 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
124         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
125         commands enclosed in $(ARGQUOTE)s should not be split between two
126         lines, as that will break with GNU Make >3.80, when sh.exe is used
127         and arg quoting is with '..'.
128         (autoloads): Don't break the quoted --eval expression between
129         several lines.
131 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
133         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
134         Capture error from printing circular structures.
136 2005-12-17  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
138         * wid-edit.el (widget-checkbox-action): Clear undo info.
140 2005-12-16  Bill Wohler  <wohler@newt.com>
142         * menu-bar.el (kill-this-buffer): Set a good example by using menu
143         bar, not menubar in comment.
145 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
147         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
148         After-change-functions should not clobber the match data.
150 2005-12-16  Juri Linkov  <juri@jurta.org>
152         * simple.el (choose-completion): Use `buffer-substring-no-properties'
153         instead of `buffer-substring'.
154         (completion-common-substring): Doc fix.
155         (completion-setup-function): Use minibuffer-completion-contents
156         instead of minibuffer-contents.  Don't set common-string-length
157         initially.  Remove special handling of partial-completion-mode.
158         Move computation of completion-base-size into one cond.
159         Call completion-base-size-function in mainbuf.  In computation of
160         completion-base-size for file name completion don't move point to
161         the end of the minibuffer.  Move computation of common-string-length
162         into one cond.  Start putting faces only when common-string-length>=0.
163         Add condition to put completions-common-part when
164         common-string-length>0.
166         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
167         place point at the first different character in the minibuffer
168         even if this position is at the beginning of the minibuffer.
170         * info.el (Info-read-node-name-1): In completion-base-size-function's
171         lambda return 1 if common-substring or minibuffer-completion-contents
172         starts with (, and 0 otherwise.
174         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
175         Use `crm-current-element' for second arg of `display-completion-list'.
177 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
179         * files.el (set-auto-mode): Look for an interpreter specified on
180         the first line also if search for mode specification succeeded,
181         but the mode is not known.
183 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
185         * textmodes/org.el: (org-tags-match-list-sublevels): New option.
186         (org-open-at-point): Implement tag searches as links.
187         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
188         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
189         (org-tags-sparse-tree, org-tags-view, org-set-tags)
190         (org-agenda-dispatch): New commands.
191         (org-use-tag-inheritance, org-tags-column): New options.
192         (org-tab-follows-link, org-return-follows-link): New options.
193         (org-tags): New customize group.
194         (org-start-icalendar-file): Get local time zone.
195         (org-tags-completion-function): New function.
196         (org-set-font-lock-defaults): Make sure links will also be
197         highlighted inside headlines.
199 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
201         * term.el (term-emulate-terminal):
202         Let term-handle-ansi-terminal-messages override what Bash says about
203         its current directory.
205 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
207         * bindings.el (last-buffer): Move to simple.el.
208         * simple.el (last-buffer): Move here.
209         (get-next-valid-buffer): New function.
210         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
211         (prev-buffer): Ditto. Rename to `previous-buffer'.
213         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
214         * bindings.el (global-map): Ditto.
216 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
218         * cus-edit.el: Introductory comment change.
219         (custom-magic-alist): Change message string for the `rogue' state.
221 2005-12-15  Richard M. Stallman  <rms@gnu.org>
223         * tooltip.el: Delete defcustom variable :tag names.
225         * complete.el (partial-completion-mode): Doc fix.
227         * textmodes/flyspell.el (flyspell-external-point-words):
228         Use save-excursion to ensure we don't move backward in the
229         search loop, not even one character.
230         (flyspell-delete-all-overlays): Use remove-overlays directly.
232         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
233         (ispell-start-process): Set that variable.
234         Clear ispell-buffer-local-name.
235         (ispell-internal-change-dictionary):
236         Set ispell-current-dictionary after killing process.
237         (ispell-buffer-local-dict):
238         Don't set spell-personal-dictionary after killing process.
239         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
240         (ispell-tex-skip-alists)
241         (ispell-html-skip-alists, ispell-skip-region-alist): Mark as risky.
243         * net/newsticker.el (newsticker--retrieval-timer-list)
244         (newsticker--display-timer, newsticker-running-p)
245         (newsticker-ticker-running-p): Definitions moved up.
247 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
249         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
251 2005-12-15  David Ponce  <david@dponce.com>
253         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
254         (recentf-edit-list, recentf-open-files): Signal an error when
255         there is no recent file.
257 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
259         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
260         read-only except for texinfo-format-region evaluation.
262 2005-12-14  Richard M. Stallman  <rms@gnu.org>
264         * vc.el (vc-default-previous-version, vc-default-next-version)
265         (vc-do-command): Doc fixes.
267 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
269         * textmodes/bibtex.el (bibtex-expand-strings)
270         (bibtex-autokey-expand-string, bibtex-name-part)
271         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
272         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
273         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
274         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
275         (bibtex-entry-postfix, bibtex-known-entry-type-re)
276         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
277         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
278         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
279         (bibtex-beginning-of-last-entry): Remove.
280         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
281         message if comma is missing but buffer is read-only.
282         (bibtex-parse-field-text): Handle whitespaces at the end of field
283         text.  Return 3-element list with beginning and end of field text
284         and end of field.
285         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
286         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
287         (bibtex-search-forward-field, bibtex-search-backward-field):
288         Search always delimited by limits of entry.  Use more efficient
289         search algorithms.
290         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
291         bibtex-end-of-name-in-field.
292         (bibtex-text-in-field-bounds): Handle BibTeX strings when
293         extracting the content of a field.
294         (bibtex-text-in-field): Use search limits.
295         (bibtex-parse-string-prefix): Handle empty string keys based on
296         bibtex-string-empty-key.
297         (bibtex-parse-string): Fix docstring.
298         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
299         (bibtex-preamble-prefix, bibtex-strings): New functions.
300         (bibtex-skip-to-valid-entry): Include preceding whitespace in
301         BibTeX entries (consistent with other BibTeX functions).
302         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
303         (bibtex-search-entry): Fix docstring.  Simplify.
304         (bibtex-flash-head, bibtex-complete-string-cleanup)
305         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
306         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
307         (bibtex-parse-entry): New optional arg content.
308         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
309         Use bibtex-text-in-field-bounds.
310         (bibtex-print-help-message): Handle BibTeX strings and preambles.
311         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
312         bibtex-parse-string-postfix.
313         (bibtex-find-text-internal): New function.
314         (bibtex-remove-delimiters): Use it.
315         (bibtex-find-text): Use it.  New optional arg help.
316         (bibtex-complete): Handle BibTeX string and preamble entries.
317         (bibtex-Preamble): Fix order of closing delimiters.
319 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
321         * vc.el (vc-default-revert): New fun.
323         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
325 2005-12-14  Romain Francoise  <romain@orebokech.com>
327         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
328         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
329         (font-lock-remove-keywords): Likewise.
331 2005-12-14  Juri Linkov  <juri@jurta.org>
333         * log-view.el (log-view-diff): Doc fix.
335         * isearch.el (isearch-query-replace): Use (mark) instead of
336         isearch-opoint if mark is active in transient-mark-mode.
338 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
340         * isearch.el (isearch-query-replace): Check for isearch-other-end.
342 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
344         * progmodes/cpp.el (cpp-face): New widget.
345         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
347 2005-12-14  Juri Linkov  <juri@jurta.org>
349         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
350         around `erase-buffer' and `insert'.
352         * descr-text.el (describe-text-properties): Replace buffer name
353         "*Help-2*" with "*Help*<2>".
354         (describe-char): Add functions print-help-return-message,
355         toggle-read-only.  Use help-setup-xref with nil to not store
356         describe-char in help-xref-stack.  Use help-make-xrefs to
357         make [back] button.
359         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
361         * wdired.el (wdired-old-point): New internal variable.
362         (wdired-change-to-wdired-mode): Set it buffer-locally.
363         (wdired-abort-changes): Restore point after aborting changes.
365 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
367         * vc.el (vc-do-command): Add a new value t for okstatus.
369         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
370         frame in case of errors.
372 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
374         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
375         so it comes after "On the Left" in the menu.
377 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
379         * cus-edit.el (customize-apropos, customize-apropos-options)
380         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
382 2005-12-12  Bill Wohler  <wohler@newt.com>
384         * vc-svn.el (vc-svn-registered): Fix problem of visiting
385         non-writable Subversion-controlled files by saving window
386         configuration before calling vc-do-command.  vc-do-command calls
387         pop-to-buffer on error which is unexpected during registration.
389 2005-12-12  Jay Belanger  <belanger@truman.edu>
391         * calc/README: Update the summary of changes.
393 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
395         * descr-text.el (describe-char): Rework last fix to solve the problem
396         is the same way it's solved for everything else in that function
397         (i.e. by extracting the info before setting up the *Help* buffer).
399 2005-12-12  Kim F. Storm  <storm@cua.dk>
401         * subr.el (version-regexp-alist): Allow space as separator before
402         non-numeric part, e.g. "1.0 alpha".
403         (version-to-list): Interpret .X.Y version as 0.X.Y version.
405 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
407         * textmodes/org.el: (org-agenda, org-timeline, org-todo):
408         Implement Logging and the keep-modes setting.
409         (org-get-category): Make sure a string is returned.
410         (org-log-done): New function.
411         (org-log-done, org-closed-string): New options.
413 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
415         * tooltip.el (tooltip-y-offset): Change default to 20.
417 2005-12-12  Richard M. Stallman  <rms@gnu.org>
419         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
421         * frame.el (display-hourglass): Doc fix.
423         * help.el (help-for-help-internal): Simplify entry for `a'.
425         * info.el (Info-on-current-buffer): Doc fix.
426         (info-insert-file-contents): Don't test (featurep 'jka-compr).
428         * startup.el (inhibit-splash-screen): Make this the real name.
429         (inhibit-startup-message): Make this the alias.
430         (command-line): Find only simple.el, and use its directory
431         to fill in other preloaded files' names.
432         (command-line): Deactivate the mark if deactivate-mark is set.
434         * international/mule.el (load-with-code-conversion):
435         Bind deactivate-mark.
437         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
439 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
441         * cus-edit.el (customize-apropos): Avoid listing an option more
442         than once under different aliases.  No longer list user options
443         that are not defined with defcustom (unless a prefix arg is given).
444         Doc fix.
445         (customize-apropos-options): Doc fix.
447 2005-12-11  Juri Linkov  <juri@jurta.org>
449         * frame.el (set-background-color, set-foreground-color)
450         (set-cursor-color, set-mouse-color, set-border-color):
451         Add explicit prompts to read colors by `facemenu-read-color'.
452         (show-trailing-whitespace, blink-cursor-delay)
453         (blink-cursor-interval, display-hourglass, hourglass-delay):
454         Remove tags.
455         (display-hourglass, hourglass-delay): Doc fix.
456         (cursor-in-non-selected-windows): Capitalize words in tag.
458         * faces.el (frame-background-mode): Replace `choice-item' keywords
459         with `const' to not make [default] button.  Change default value tag
460         from `default' to `automatic'.  Doc fix.
461         (trailing-whitespace) <defface>: Change group `whitespace' to
462         `whitespace-faces'.
464 2005-12-11  Richard M. Stallman  <rms@gnu.org>
466         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
468 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
470         * term/mac-win.el: Create keymap for mac-apple-event-map.
472 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
474         * tooltip.el (tooltip-mode): Move to start of file so that it
475         appears at top of customize buffer.
477         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
478         Add the gud groupname.
479         (gud-tooltip-mode): Add the tooltip groupname.
480         (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
481         avoid conflict with tooltip-use-echo-area.
483 2005-12-10  Romain Francoise  <romain@orebokech.com>
485         * help.el (help-for-help-internal): Add `r' in doc string.
487 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
489         * align.el (align-regexp, align-highlight-rule):
490         Use region-beginning and region-end instead of point and mark, so that
491         repetition (with `repeat-complex-command') recomputes the region
492         bounds.
494 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
496         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
497         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
498         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
499         (balance-windows): Rewrite using the above new functions.
501 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
503         * hi-lock.el: (hi-lock-mode) Renamed from hi-lock-buffer-mode;
504         react if global-hi-lock-mode seems intended.
505         (global-hi-lock-mode) Renamed from hi-lock-mode.
506         (hi-lock-archaic-interface-message-used)
507         (hi-lock-archaic-interface-deduce): New variables.
508         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
509         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
510         (hi-lock-find-patterns, hi-lock-font-lock-hook):
511         Replace hi-lock-buffer-mode with hi-lock-mode.
513 2005-12-10  Kevin Rodgers  <ihs_4664@ihs.com>
515         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
516         completion list, even after a partial completion has been
517         inserted in the current buffer.  If there are more than 1
518         completion, redisplay the *Completions* buffer; if the
519         completion is unique, delete the *Completions* window.
521 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
523         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
524         strings and long subject lines that were broken into multiple
525         lines at arbitrary places.  Handle subjects that have "Re: " in
526         the middle.
528 2005-12-10  John W. Eaton  <jwe@octave.org>
530         * emacs/octave-mod.el (octave-electric-space): Don't indent
531         comments or strings if octave-auto-indent is nil.
533 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
535         * term/mac-win.el: Require url when compiling.
536         Call mac-process-deferred-apple-events after loading init files.
537         (mac-apple-event-map): New defvar.  Define event handlers in it.
538         (core-event, internet-event): New Apple event class symbols.
539         (open-application, reopen-application, open-documents)
540         (print-documents, open-contents, quit-application)
541         (application-died, show-preferences, autosave-now, get-url):
542         New Apple event ID symbols.
543         (about): New HICommand ID symbol.
544         (mac-event-spec, mac-event-ae): New macros.
545         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
546         (mac-ae-selection-range, mac-ae-text-for-search)
547         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
548         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
549         and Services menu events are now defined in mac-apple-event-map.
550         (mac-drag-n-drop): Remove selection range handling.
552 2005-12-10  Kenichi Handa  <handa@m17n.org>
554         * simple.el (zap-to-char):
555         * isearch.el (isearch-process-search-char): Translate CHAR by
556         translation-table-for-input.
558 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
560         * foldout.el (foldout-exit-fold): Properly hide subtree.
562 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
564         * files.el (save-buffer):
565         * international/ucs-tables.el (ucs-set-table-for-input):
566         * mail/mail-extr.el (mail-extract-address-components):
567         * mail/sendmail.el (mail-mode): Reformat doc string.
569 2005-12-09  Juri Linkov  <juri@jurta.org>
571         * isearch.el (isearch-highlight): Change main overlay priority
572         from 1 to 1001.  Simplify.
573         (isearch-lazy-highlight-update): Change lazy overlay priority
574         from 0 to 1000.
576         * replace.el (replace-highlight): Change overlay priority from
577         1 to 1001.
579         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
580         Change overlay priority from 1 to 1001.  Reuse existing overlay.
582         * compare-w.el (compare-windows-highlight): Change overlay
583         priority from 1 to 1000.
585         * menu-bar.el (menu-bar-edit-menu): Add listp around
586         pending-undo-list to disable menu item "undo" when pending
587         undo list is empty.
589         * locate.el (locate): Disable undo in *Locate* buffer.
591 2005-12-09  Kim F. Storm  <storm@cua.dk>
593         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
595 2005-12-09  David Ponce  <david@dponce.com>
597         * recentf.el: Improvement of the menu code.
598         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
599         instead of menu hook.
600         (recentf-show-menu, recentf-hide-menu): New functions.
601         (recentf-menu-customization-changed, recentf-mode): Use them.
602         (recentf-menu-action, recentf-max-menu-items)
603         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
604         (recentf-arrange-by-rule-others)
605         (recentf-arrange-by-rules-min-items)
606         (recentf-arrange-by-rule-subfilter) : Don't use
607         `recentf-menu-customization-changed'.
608         (recentf-arrange-rules): Likewise.  Accept functions to compute
609         sub-menu titles.
610         (recentf-menu-filter): Likewise.  Doc fix.
611         (recentf-menu-value-shortcut): Doc fix.
612         (recentf-dump-variable): Quote atom value.
613         (recentf-make-menu-items): Update to use it as a menu filter.
614         (recentf-match-rule): New function.
615         (recentf-arrange-by-rule): Use it.
616         (recentf-indirect-mode-rule): New function.
617         (recentf-build-mode-rules): Use it.
618         (recentf-dir-rule): New function.
619         (recentf-arrange-by-dir): Use it.
620         (recentf-filter-changer-current): Rename from
621         `recentf-filter-changer-state'.  All references updated.
622         (recentf-filter-changer-alist): Update filter names.
623         (recentf-filter-changer-select): New function.
624         (recentf-filter-changer): Use it.  Make a sub-menu from filters
625         available in `recentf-filter-changer-alist'.
626         (recentf-data-cache, recentf-clear-data)
627         (recentf-update-menu): Remove.  All references updated.
628         (recentf-match-rule-p, recentf-build-dir-rules)
629         (recentf-filter-changer-goto-next)
630         (recentf-filter-changer-get-current)
631         (recentf-filter-changer-get-next): Remove.
633 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
635         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
636         buffer "Reset" button to "Reset to Current" for consistency with
637         the State buttons.
639 2005-12-08  John Paul Wallington  <jpw@pobox.com>
641         * ibuf-ext.el (define-ibuffer-filter filename):
642         If `dired-directory' is a list then really use its car.
644 2005-12-08  Kim F. Storm  <storm@cua.dk>
646         * emulation/cua-rect.el (cua--rectangle-aux-replace): Fix
647         indention of text on right side of replaced rectangle.
649 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
651         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
652         No need to check gud-comint-buffer is bound.
653         (gdb): Prevent multiple debugging when first session uses gdba.
655 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
657         CC Mode update to 5.31.
659         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
660         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.  We
661         might do this function properly in the future).
663         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
664         macros c-sentence-end and c-default-value-sentence end, to cope
665         with Emacs 22's new function `sentence-end'.
667 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
669         * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
670         compat issue using `c-put-overlay' and `c-delete-overlay'.
672         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
673         compat macros to handle overlays/extents.
675 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
677         * progmodes/cc-fix.el: Add definitions of the macros push and pop
678         (for GNU Emacs 20.4)
680         * progmodes/cc-defs.el:
681         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
683         * progmodes/cc-cmds.el (c-show-syntactic-information): change the
684         highlighting mechanism so it will work in XEmacs too.
686         * progmodes/cc-defs.el: Insert c-int-to-char.
688         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
689         call to the new macro c-int-to-char.  This solves XEmacs's
690         regarding characters as different from integers.
692 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
694         * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
695         helper.
697         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
698         construct to make the indirect face lookup work in XEmacs.
700         (c-cpp-matchers): Append the negation char face to the existing
701         fontification, so that the cpp face doesn't disappear.  Use
702         `c-make-syntactic-matcher' to avoid negation chars in comments and
703         strings.
705         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
706         to map to `font-lock-negation-char-face' in emacsen where it
707         exists.
709 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
711         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
713         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el: Rename
714         "c-subword-move-mode" as "c-subword-mode".
716         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
717         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
719 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
721         * progmodes/cc-mode.el: Added autoload directive for
722         `c-subword-move-mode' for use in older emacsen.
724 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
726         * progmodes/cc-mode.el:
727         (i) Insert a binding for C-c C-backspace into
728         c-bind-special-erase-keys which works in TTYs.
729         (ii) Make sure that when file styles are used, any explicitly
730         given style variables take priority over those in the style.  Do
731         this by calling `hack-local-variables' a second time.
733         * progmodes/cc-vars.el: Add language specific customization
734         widgets for AWK to c-doc-comment-style, c-require-final-newline
735         and c-default-style.  Add a defcustom for awk-mode-hook.  Give
736         c-syntactic-element and c-syntactic-context doc-strings by
737         directly setting their `variable-documentation' propery.  This
738         allows Emacs 22.1 to read these with C-h v.
740         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
741         Monnier).
743 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
745         * progmodes/cc-fonts.el, cc-vars.el
746         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection,
747         gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
748         Masatake YAMATO.
750         (c-doc-comment-style): Made GtkDoc default in C mode.
752         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
753         and C-c C-<delete>.
755         (c-bind-special-erase-keys): New function for use on
756         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
758         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
759         <delete> key behavior in XEmacs according to `delete-forward-p'.
760         C.f. `c-electric-delete'.
762 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
764         * progmodes/cc-mode.el: Give c-hungry-backspace and
765         c-hungry-delete-forward permanent key bindings.
767         * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
768         c-syntactic-context for calls to "criteria functions", for
769         consistency with other calls to user functions.
771         * progmodes/cc-cmds.el (c-indent-command): expunge use of
772         `current-prefix-arg', since this might be the prefix arg to a
773         command which calls c-indent-command as a function.  Change the
774         interactive spec from "p" to "P".
776         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
777         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
778         was difficult to understand.
780 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
782         * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
783         first char of an identifier.
785         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
786         +" syntax in C++.
788 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
790         * progmodes/cc-cmds.el (c-mask-paragraph): correct, so that
791         auto-fill doesn't split a c-comment's last word from a hanging
792         "*/" when a space is typed between them after fill-column.
794         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
796         * progmodes/cc-styles.el (c-set-style,
797         c-setup-paragraph-variables): Abort the command if we're not in a
798         CC Mode buffer.
800         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
801         with blank comment-prefix, and a blank line as the comment's
802         second line.
804 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
806         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
807         Incorporated the patterns added in the Emacs development branch
808         for the new Emacs 22 face `font-lock-negation-char-face'.
810         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
811         of "red" since it stands out better in xterms and DOS terminals.
813         * progmodes/cc-engine.el (c-literal-faces): Added
814         `font-lock-comment-delimiter-face' which is new in Emacs 22.
816 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
818         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
819         forcibly enable c-electric-flag.
821         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
822         `comment-close-slash' on c-electric-slash: if enabled, typing `/'
823         just after the comment-prefix of a C-style comment will close that
824         comment.
826 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
828         * progmodes/cc-fonts.el (c-basic-matchers-before,
829         c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
830         in Pike.
832         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
833         digraphs.
835         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
836         (c-cpp-message-directives, c-cpp-include-directives,
837         c-opt-cpp-macro-define, c-opt-cpp-macro-define-start,
838         c-cpp-expr-directives): Introduced new language constants to
839         control cpp syntax in a cleaner way.
841         (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
843         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
845         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines,
846         c-multiline-string-start-char): New language constants and
847         variables to specify how newlines in string literals work.
849         (c-font-lock-invalid-string): Use them.
851         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
852         unbalanced close brace is entered.  Optimization by avoiding going
853         back over arbitrarily large blocks.  Removed hints that this
854         function only would be relevant/useful in AWK.
856         (c-electric-brace): Indent syntactically after the cleanups since
857         lineup functions might do it differently then.
859         * progmodes/cc-engine.el, cc-langs.el
860         (c-opt-op-identifier-prefix): New language constant and variable.
862         (c-just-after-func-arglist-p, c-after-special-operator-id,
863         c-search-decl-header-end, c-inside-bracelist-p): Use it.
865         * progmodes/cc-align.el, cc-engine.el
866         (c-after-special-operator-id): New helper to handle C++ operator
867         identifiers.
869         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p,
870         c-guess-basic-syntax): Handle C++ operator identifiers in
871         declarations.
873         * progmodes/cc-langs.el (c-assignment-operators): Added the
874         trigraph version of ^= too.
876         * progmodes/cc-langs.el (c-assignment-operators): Added the
877         trigraph version of |= in C++.
879         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
880         `c-decl-hangon-kwds' after the identifier name.
882         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
883         whether an arglist is "nonempty", ignore a comment after the open
884         paren if it isn't followed by a non-comment token on the same
885         line.
887         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
888         heuristics below the point to cope with classes inside special
889         brace lists in Pike.
891 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
893         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
895 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
897         * progmodes/cc-guess.el (cc-guess-install): New function to
898         install an already guessed style in another buffer.
900         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
901         sets `inhibit-read-only' - `c-save-buffer-state' should be used
902         anyway if the change always is undone.
904 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
906         Implement togglable electricity:
908         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
909         saying when it should be used.
911         * progmodes/cc-engine.el: Add the new buffer-local variable,
912         c-electric-flag.
914         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
915         c-toggle-auto-newline.
917         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
918         c-toggle-auto-newline.  Remove the binding for
919         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
920         c-toggle-electric-state.
922         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
924         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
925         c-\(forward\|backward\)-subword.
926         (c-update-modeline): Add the new modeline flag `l' for
927         `c-electric-flag'.  Make the auto-newline flag `a' dependent on
928         `l'.
929         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.  Make
930         the old name an alias of the new name.
931         (c-toggle-electric-state): New function.
932         c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
933         Adapt these functions to do electric things only when
934         c-electric-flag is non-nil.
935         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
936         new functions from c-electric-brace.
937         (c-point-syntax): Add a check for "virtual semicolons" in AWK
938         mode, so that the tentative extra newline doesn't change the
939         syntax of the following brace.
940         (c-electric-brace): restructure by extracting the above functions.
941         Tidy up the coding somewhat.
942         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
943         restructure a bit.
945 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
947         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
948         anchor position(s) using faces.  Thanks to Masatake YAMATO for the
949         idea.
951         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
952         (c-submode-indicators): Changed name from `c-auto-hungry-string'
953         since it's now used to track another submode.
955         (c-update-modeline): Converted to function and extended to check
956         `c-subword-move-mode'.
958         (c-forward-into-nomenclature, c-backward-into-nomenclature):
959         Converted to compat aliases for `c-forward-subword' and
960         `c-backward-subword'.
962         * progmodes/cc-subword.el: New functions and minor mode to handle
963         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
965         (c-forward-subword, c-backward-subword, c-mark-subword,
966         c-kill-subword, c-backward-kill-subword, c-transpose-subwords,
967         c-capitalize-subword, c-downcase-subword, c-upcase-subword):
968         Functions corresponding to the standard word handling functions.
970         (c-subword-move-mode): Minor mode that replaces all the standard
971         word handling functions with their subword equivalences.
973 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
975         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
976         entry for one-liner-defun.
978         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
979         name in its def-edebug-spec.
981         * progmodes/cc-cmds.el (c-electric-brace): Make the
982         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
983         compacts space before a comment, if this will make things fit on
984         one line.
986         Introduce an "awk" style, mainly for auto-newline and clean-ups.
988         * progmodes/cc-align.el: new function c-snug-1line-defun-close
990         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
991         clean-up one-liner-defun.
993         * progmodes/cc-styles.el: Add the new "awk" style.
995         * progmodes/cc-vars.el: Add description of one-liner-defun to
996         c-cleanup-list's doc-string.  New user options,
997         c-max-one-liner-length.  In c-default-style, set the default style
998         for AWK to "awk".
1000 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1002         * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
1003         macros inside labels.
1005         * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
1006         `c-at-statement-start-p' and `c-at-expression-start-p'.
1008         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
1009         error if the mark isn't set.
1011         * progmodes/cc-engine.el (c-guess-continued-construct,
1012         c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
1013         accurately detect functions inside functions.
1015         * progmodes/cc-engine.el (c-at-expression-start-p): New function
1016         like `c-at-statement-start-p' that additionally recognizes commas
1017         and expression parentheses as delimiters.
1019         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
1020         to avoid heuristics that doesn't work for unclosed blocks.
1022         (c-at-statement-start-p): New function.
1024         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
1025         Objective-C directives, e.g. directives spanning lines should work
1026         reasonably well now.
1028         (c-put-c-type-property, c-clear-c-type-property): New helpers.
1030         (c-forward-objc-directive): New function to move over any ObjC
1031         directive.
1033         (c-just-after-func-arglist-p, c-guess-basic-syntax,
1034         c-basic-matchers-before): Use it.
1036         (c-font-lock-objc-iip-decl): Removed.
1038         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
1039         in the template arglist recognition.
1041         * progmodes/cc-styles.el (c-style-alist): Fixed several
1042         inconsistencies in the Whitesmith style.
1044         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks): New
1045         lineup function to get lines after Whitesmith style blocks
1046         correctly indented.
1048         (c-lineup-whitesmith-in-block): Backed out the compensation for
1049         opening parens since it's done using `add' lists in the style
1050         definition instead.  Don't use the anchor position since it varies
1051         too much between the syntactic symbols. :P
1053         * progmodes/cc-vars.el (c-valid-offset): Updated.
1055         * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
1056         lists where the offsets are combined according to several
1057         different methods: `first', `min', `max', and `add'.  Report
1058         offset evaluation errors with `c-benign-error' so that some kind
1059         of reindentation still is done.
1061         * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
1062         `arglist-intro' the same way as `arglist-cont-nonempty' and
1063         `arglist-close'.
1065         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
1066         situations for `arglist-cont-nonempty' and `arglist-close'.
1068         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
1069         constant.
1071         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
1072         cc-bytecomp-boundp' in a number of places.
1074         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
1075         macro related issue.
1077 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1079         * progmodes/cc-awk.el: Change the terminology of regexps: A char
1080         list is now
1081         [asdf], a char class [:alpha:].  Include code for char classes.
1082         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
1083         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
1085         Remove (nearly all of) the cruft associated with AWK Mode's former
1086         concept of "virtual semicolons":
1088         Adapt c-beginning-of-statement, c-end-of-statement (together with
1089         subfunctions) to use the new notion of "virtual semicolon" in
1090         place of the old awkward special handling for AWK.  There remains
1091         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
1092         * progmodes/cc-cmds.el:
1093         (c-ascertain-adjacent-literal): In the backwards direction, now
1094         recognises AWK regexp delimiters as string delimiters.
1095         (c-after-statement-terminator-p): Adapt for virtual semicolons;
1096         check more rigorously for "end of macro".
1097         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
1098         virtual semicolons;
1099         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
1100         out the code for forward movement into ...
1101         (c-end-of-statement): Now contains the code for forward movement,
1102         adapted for virtual semicolons.
1104         * progmodes/cc-engine.el:
1105         (c-ws*-string-limit-regexp): new regexp.
1106         (c-forward-single-comment, c-backward-single-comment): Comment out
1107         the (now redundant) "special" AWK stuff.
1109         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
1110         c-string-par-start, c-string-par-separate to be more like Text
1111         Mode than Fundamental Mode.
1113 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1115         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
1116         to the fontified region so that fontification doesn't occur
1117         outside it
1118         (could happen e.g. when fontifying a line with an unfinished
1119         declaration).
1121 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1123         * progmodes/cc-awk.el: Regexps for analysing AWK code have been
1124         moved to near the start of the file.  ^L now separate sections of
1125         the file.  New defconsts: c-awk-non-eol-esc-pair-re,
1126         c-awk-blank-or-comment-line-re,
1127         c-awk-one-line-possibly-open-string-re,
1128         c-awk-regexp-one-line-possibly-open-char-class-re,
1129         c-awk-one-line-possibly-open-regexp-re,
1130         c-awk-one-line-non-syn-ws*-re.  New functions: c-awk-at-vsemi-p,
1131         c-awk-vsemi-status-unknown-p.
1133         Amend the concept of "virtual semicolons" (in the indentation
1134         engine) for languages like AWK, such that they are now
1135         conceptually attached to end of the last token of a statement, not
1136         the end of the line.  (In AWK Mode, however, the pertinent text
1137         property is still physically set on the EOL.)  Remove the specific
1138         tests for awk-mode, thus facilitating the introduction of other
1139         language modes where EOLs can end statements.  (Note: The
1140         funtionality in cc-cmds.el, specifically
1141         c-beginning/end-of-statement has yet to be amended.)
1143         * progmodes/cc-defs.el: New macros c-at-vsemi-p,
1144         c-vsemi-status-unknown-p.
1146         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
1147         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
1148         c-vsemi-status-unknown-p-fn (in a new page).
1150         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
1151         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
1152         numerous awkward forms like
1153         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
1154         with
1155         (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
1156         variable before-ws-ip, the place just after char-before-ip
1157         appears.
1159         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
1160         a comment.
1162 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1164         * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
1165         `c-tentative-buffer-changes'.
1167         * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
1168         converted to macro to choose between Emacs and XEmacs at compile
1169         time.
1171         (c-set-region-active): New set counterpart to
1172         `c-region-is-active-p'.
1174         (c-tentative-buffer-changes): New macro to handle temporary buffer
1175         changes in a convenient way.
1177         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
1178         for `c-tentative-buffer-changes'.
1180         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
1181         the checks for paren sexps between the point and the keyword, to
1182         avoid some false alarms.
1184         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
1185         Fixed a situation where an error could be thrown for unbalanced
1186         parens.  Changed to make use of c-keyword-member' to avoid some
1187         repeated regexp matches.
1189         (c-opt-lambda-key, c-opt-inexpr-block-key,
1190         c-opt-inexpr-class-key): These language variable are no longer
1191         necessary.
1193         (c-block-stmt-kwds): New language constant used by
1194         c-looking-at-inexpr-block'.
1196         (c-guess-basic-syntax): Removed an optional check that looked at
1197         the existence of the now removed language variables.
1199         * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
1200         c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
1201         object instantiation expressions as declarations in some contexts.
1202         This bug only affected languages where the declarator can't be
1203         enclosed in parentheses.
1205         * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
1206         insert newlines before and after substatement braces.
1208         * progmodes/cc-engine.el: Improved the heuristics for recognizing
1209         function declaration headers and the handling of C++ style member
1210         init lists.
1212         (c-just-after-func-arglist-p): Rewritten to use
1213         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
1215         (c-beginning-of-member-init-list): Removed since it isn't used
1216         anymore.
1218         (c-guess-basic-syntax): Case 5B adapted for the new
1219         `c-just-after-func-arglist-p'.  Cases 5B.1 and 5B.3 merged.  Cases
1220         5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
1221         covers all cases now).
1223         * progmodes/cc-defs.el (c-point): Added 'bosws and 'eosws.
1225 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1227         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
1228         c-string-par-start/separate c-sentence-end-with-esc-eol,
1229         initialised in c-setup-paragraph-variables, used in string
1230         scanning subroutines of c-beginning-of-statement.
1232         * progmodes/cc-cmds.el (c-electric-brace): don't delete a comment
1233         which precedes the newly inserted `{'.
1235 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1237         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
1238         function for declaration level blocks.  It should now cope with
1239         templates better and also be a lot more comprehensible.
1241         (c-looking-at-decl-block): The new function.
1243         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
1244         for compatibility.
1246         (c-add-class-syntax, c-guess-continued-construct,
1247         c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
1249         (c-decl-block-key): Changed to tell apart ambiguous and
1250         unambiguous keywords.  Pike specials are now handled directly in
1251         the code instead.
1253         (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
1254         language constants and variables to make the backward skip in
1255         `c-looking-at-decl-block' as tight as possible.
1257         (c-nonsymbol-token-char-list): New language constant.
1259         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
1260         find balanced template arglists backwards.
1262         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
1263         making char classes for `c-syntactic-skip-backward'.
1265         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
1266         16D - can't be a class-close at that point.
1268         * progmodes/cc-engine.el (c-guess-basic-syntax,
1269         c-add-class-syntax): Don't narrow out the enclosing declaration
1270         level.  This makes everything a lot easier, and it was actually
1271         only four small places that needed it to work.  Some places that
1272         previously did `widen' are removed now, which has the effect that
1273         `c-guess-basic-syntax' never will look at things outside the
1274         current narrowment now.  The anchor position for `topmost-intro'
1275         is affected by this, but it was so bogus it was basically useless
1276         before, and now it's equally bogus but in a slightly different
1277         way.
1279         (c-narrow-out-enclosing-class): Gone.
1281         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
1282         the narrowed region.
1284         (c-least-enclosing-brace): Removed silly optional argument.
1286         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
1287         the point could be left directly after an open paren when finding
1288         the beginning of the first decl in the block.
1290         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
1291         Specify which submatch to use.
1293         * progmodes/cc-langs.el (c-symbol-start): Include '@' in ObjC.
1295         (c-decl-start-re): No no longer any need for special treatment of
1296         ObjC due to the above.
1298         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
1299         presumably follows C in that regard.
1301         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
1302         New language constants to specify operator tokens inside
1303         identifiers in a more high level way.
1305         (c-opt-identifier-prefix-key): New internal language constant.
1307         (c-opt-identifier-concat-key, c-opt-after-id-concat-key,
1308         c-identifier-start, c-identifier-key): Now completely calculated
1309         from other constants.
1311         (c-identifier-last-sym-match): Decommissioned since it's no longer
1312         used.
1314         (c-operators): Use `c-identifier-ops'.  Documented
1315         `postfix-if-paren'.
1317         * progmodes/cc-engine.el (c-forward-name): Removed the
1318         optimization when c-identifier-key is equal to c-symbol-key since
1319         it doesn't work in byte compiled files.  Don't record empty
1320         regions as identifiers.
1322         * progmodes/cc-langs.el (c-filter-ops): New helper function to
1323         simplify access to `c-operators' and its likes.
1325         (c-operator-list, c-all-op-syntax-tokens,
1326         c-nonsymbol-token-regexp, c-<>-multichar-token-regexp,
1327         c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds,
1328         c-primary-expr-regexp, c-cast-parens): Use it.
1330         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
1331         an explicit language in functions.
1333         * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
1334         variant of adornment.
1336         * progmodes/cc-langs.el (c-any-class-key): Removed unused language
1337         variable.
1339         (c-type-decl-prefix-key): Removed some now unnecessary cruft from
1340         the Pike value.
1342         * progmodes/cc-engine.el (c-on-identifier,
1343         c-simple-skip-symbol-backward): Small fix for handling "-"
1344         correctly in `skip-chars-backward'.  Affected the operator lfun
1345         syntax in Pike.
1347         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
1348         diagnostic message about precompiled language vars not being used.
1350         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
1351         "__attribute__" is followed by a parenthesis.
1353         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re,
1354         c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
1355         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
1357         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
1358         cleanups to properly detect the declared identifiers in various
1359         declarations.
1361         (c-decl-start-kwds): New language constant to recognize
1362         declarations that can start anywhere.  Used for class declarations
1363         in Pike.
1365         (c-specifier-key, c-not-decl-init-keywords,
1366         c-decl-prefix-or-start-re, c-find-decl-prefix-search,
1367         c-find-decl-spots): Implement `c-decl-start-kwds'.
1369         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds,
1370         c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
1371         handling of the compiler specific extension keywords into a new
1372         language constant `c-decl-hangon-kwds' that defines keyword
1373         clauses to be ignored in declarations.
1375         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
1376         past unrecognized tokens when handling `c-colon-type-list-kwds'.
1377         Necessary to stop at the declared identifier in e.g. IDL valuetype
1378         declarations.
1380         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds,
1381         c-prefix-spec-kwds-re, c-postfix-spec-kwds,
1382         c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key,
1383         c-forward-decl-or-cast-1): Recognize the declared identifier in
1384         class and enum declarations as such and not as part of the type.
1386         (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
1387         interpretation of PRECEDING-TOKEN-END when there's no preceding
1388         token.
1390         (c-forward-decl-or-cast-1): Don't disregard sure signs of
1391         declarations when there's some syntax error later on.
1393         (c-complex-decl-matchers): Did away with a reference to
1394         `c-specifier-key'.
1396         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
1397         value - this variable is always dynamically bound.
1399         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el,
1400         cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el,
1401         cc-cmds.el, cc-defs.el: Changed the policy for marking up
1402         functions that might do hidden buffer changes: All such internal
1403         functions are now marked instead of those that don't.
1405         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments,
1406         c-(forward|backward)-single-comment, c-parse-state, c-on-identifier,
1407         c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments,
1408         c-literal-type): Allow these functions to make hidden buffer changes,
1409         so that they are free to use text property caching later on.
1411         (c-electric-backspace, c-electric-delete-forward, c-electric-pound,
1412         c-electric-brace, c-electric-slash, c-electric-star,
1413         c-electric-semi&comma, c-electric-colon, c-electric-lt-gt,
1414         c-electric-paren, c-electric-continued-statement, c-indent-command,
1415         c-indent-region, c-mask-paragraph, c-indent-new-comment-line,
1416         c-context-line-break): Added `c-save-buffer-state' calls to comply
1417         with the changed semantics of the functions above.
1419         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
1420         when macros occur in obscure places.  Optimized the sexp movement
1421         a bit.
1423 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1425         Enhancements for c-beginning-of-statement to work in AWK Mode:
1427         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
1428         (completed statement) with `}' (statement completed by closing
1429         brace or semicolon) and `$' (statement completed by EOL).
1431         (c-awk-virtual-semicolon-ends-prev-line-p,
1432         c-awk-virtual-semicolon-ends-line-p,
1433         c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward,
1434         c-awk-at-statement-end-p): new functions
1436         * progmodes/cc-cmds.el: Simplify the structure of functions
1437         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
1438         two functions and c-beginning-of-statement to handle AWK Mode.
1440         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
1441         c-backward-single-comment for AWK mode.  Attempt to clarify their
1442         doc-strings.
1444         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
1446 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1448         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
1449         label handling.  Labels are now recognized in a uniform and more
1450         robust way, regardless of context.  Text properties are put on all
1451         labels to recognize the following declarations better.  Multiword
1452         labels are handled both in indentation and fontification for the
1453         benefit of language extensions like Qt.  For consistency, keywords
1454         in labels are now fontified with the label face instead.  That
1455         also applies to "case" and "default".
1457         (c-beginning-of-statement-1): Fixed some bugs in the label
1458         handling.  Disregard `c-nonlabel-token-key' in labels that begin
1459         with `c-label-kwds'.
1461         (c-find-decl-spots): Support that the callback adds more
1462         `c-decl-end' spots to find.
1464         (c-forward-decl-or-cast-1): Don't treat a list of plain
1465         identifiers followed by a colon as a declaration.
1467         (c-forward-label): New function to recognize labels.
1469         (c-guess-basic-syntax): Replaced uses of `c-label-key' with
1470         `c-forward-label'.  Moved the label recognition cases (14 and 15)
1471         earlier since they aren't so context sensitive now.  Handle labels
1472         on the top level gracefully.  Moved access label recognition to
1473         the generic label case (CASE 15) - removed CASE 5E.
1475         (c-font-lock-declarations): Added recognition of labels in the
1476         same round since we need to handle labels in parallell with other
1477         declarations to recognize both accurately.  It should also improve
1478         speed.
1480         (c-simple-decl-matchers, c-basic-matchers-after): Moved
1481         `c-font-lock-labels' so that it only is used on decoration level 2
1482         since `c-font-lock-declarations' handles it otherwise.
1484         (c-complex-decl-matchers): Removed the simplistic recognition of
1485         access labels.
1487         (c-decl-prefix-re): Removed the kludges that was necessary to cope
1488         with labels earlier.
1490         (c-decl-start-re): New language variable to make
1491         `c-font-lock-declarations' stop for the special protection labels
1492         in Objective-C that start with '@'.
1494         (c-label-key): Removed since it's no longer used.
1496         (c-recognize-colon-labels, c-label-prefix-re): New language
1497         constants to support recognition of generic colon-terminated
1498         labels.
1500         (c-type-decl-end-used): `c-decl-end' is now used whenever there
1501         are colon terminated labels.
1503         * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
1504         first argument starts with a special brace list.
1506         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1,
1507         c-font-lock-declarations): Broke out the declaration and cast
1508         recognition from `c-font-lock-declarations' to a new function, so
1509         that it can be used in the indentation engine.
1511         * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
1512         up to the start of the literal.  Fixed bug with the point on the
1513         wrong side of the search limit that could happen when the start
1514         position is inside a literal.
1516         * progmodes/cc-engine.el (c-parse-state,
1517         c-invalidate-state-cache): Modified the use of `c-state-cache-end'
1518         so that it's kept a little bit back to increase the hit rate.
1520         (c-parse-state): Changed the macro handling and fixed some
1521         glitches.  Macro context is checked more often than necessary now,
1522         but otoh less garbage conses are generated.
1524         * progmodes/cc-engine.el (c-parse-state,
1525         c-invalidate-state-cache): Cache the last position where
1526         `c-state-cache' applies.  This can speed up refontification quite
1527         a bit in blocks where there are many non-brace parens before the
1528         point.
1530         (c-state-cache-end): New variable for this.
1532         (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
1533         cache variable.
1535         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
1536         get close initial continue positions when the start position is
1537         inside a literal or macro.  Do not call the callback for spots
1538         before the start position (which can happen e.g. for `c-decl-end'
1539         spots inside comments).  Optimize better in special cases when the
1540         region is a single line inside a literal or macro (typically when
1541         the current line is refontified).
1543         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
1544         to `c-add-stmt-syntax' - there's no need to explicitly whack off
1545         entries from the paren state.
1547         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
1548         special case for "else if" clauses.
1550         * progmodes/cc-engine.el (c-looking-at-inexpr-block,
1551         c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
1553         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
1554         language variable to recognize the gcc extension with statement
1555         blocks inside expressions.
1557         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
1558         it somewhat more comprehensible.  The argument AT-BLOCK-START is
1559         no longer used and hence removed.
1561         (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
1562         to `c-add-stmt-syntax'.
1564         * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
1565         `c-beginning-of-statement-1' instead of duplicating parts of it.
1566         This fixes bogus label recognition.
1568         * progmodes/cc-engine.el (c-add-type, c-check-type,
1569         c-forward-name, c-forward-type): Improved storage of template
1570         types in `c-found-types' so that they can be recognized better.
1572         (c-syntactic-content): Added option to skip past nested parens.
1574         * progmodes/cc-engine.el (c-forward-name): Set
1575         `c-last-identifier-range' all the time.  It's less work that way.
1576         Handle that there might not be an identifier to store in
1577         `c-last-identifier-range'.
1579         (c-forward-type): Handle that `c-last-identifier-range' might be
1580         nil from `c-forward-name'.
1582         * progmodes/cc-defs.el: (c-safe-scan-lists,
1583         c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
1585         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
1586         to work even if the form fails.
1588         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
1589         down in a large file in one go.
1591         (c-get-fallback-start-pos): New helper function for
1592         `c-parse-state'.
1594         * progmodes/cc-align.el (c-lineup-assignments): New lineup
1595         function which is like `c-lineup-math' but returns nil instead of
1596         `c-basic-offset' when it doesn't match.
1598         (c-lineup-math): Changed to use `c-lineup-assignments'.
1600 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1602         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
1603         c-beginning-of-statement.  New subfunctions
1604         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
1606 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1608         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
1609         hardcoded char classes whereever possible.  Changed a couple of
1610         places to use skip by syntax instead of skip by char class.
1612         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
1613         Fixed a bug in the regexp that caused extreme backtracking.
1615         * progmodes/cc-langs.el (c-block-comment-starter,
1616         c-block-comment-ender): New language constants to specify in a
1617         single place how block comments look.
1619         (c-comment-start-regexp, c-block-comment-start-regexp,
1620         comment-start, comment-end, comment-start-skip,
1621         c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws,
1622         c-syntactic-ws, c-nonempty-syntactic-ws,
1623         c-single-line-syntactic-ws, c-syntactic-eol): Now built from
1624         `c-line-comment-starter', `c-block-comment-starter' and
1625         `c-block-comment-ender'.
1627         (c-block-comment-regexp, c-unterminated-block-comment-regexp): New
1628         language constants to break up things a bit.
1630         (c-simple-ws): New language constant for simple whitespace.
1632         * progmodes/cc-defs.el (c-concat-separated): New convenience
1633         function.
1635         * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
1636         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
1637         newlines.  Allow and ignore nil elements in the list.
1639 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1641         * progmodes/cc-cmds.el: Comment out a (n almost certainly
1642         superfluous) check, (eq here (point-max)) in
1643         c-beginning-of-statement.
1645         * progmodes/cc-cmds.el: Tidy up the comments in
1646         c-beginning-of-statement and subfunctions.
1648         * progmodes/cc-awk.el: Replace calls to put-text-property to the
1649         more flexible c-put-char-property and c-clear-char-properties.
1650         Add the author's email address.
1652         * progmodes/cc-langs.el: New variable,
1653         c-block-comment-start-regexp.
1655         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
1656         closing "*/" of a block comment.
1658         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
1659         subfunctions) so that it works at BOB and EOB.
1661         * progmodes/cc-cmds.el, cc-vars.el: More updating of
1662         c-beginning-of-statement, including new variable
1663         c-block-comment-start-regexp.
1665 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1667         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
1668         symbols from `*-font-lock-extra-types' so that there's no need to
1669         use `regexp-opt' on those lists.
1671         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
1672         `c-type-modifier-kwds' is empty.
1674         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
1675         there are several strings on the same line.
1677         * progmodes/cc-engine.el (c-literal-limits): Removed the
1678         compatibility function for older emacsen.  `c-literal-limits-fast'
1679         has now taken the place of this function.
1681         * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
1682         with older emacsen: We now require 'pps-extended-state.
1684 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1686         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
1687         which obviates the need to hack sentence-end.  This now handles
1688         escaped newlines in strings correctly.  Correct minor bugs in
1689         c-move-over-sentence and in c-beginning-of-statement.
1691         * progmodes/cc-cmds.el (c-beginning-of-statement (and
1692         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
1693         that movement over macros and code are rigorously separated from
1694         eachother.  Correct a few incidental bugs.
1696         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
1697         Improve its doc-string.  Improve the handling of certain specific
1698         cases.
1700 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1702         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
1703         (c-guess-basic-syntax): Changed the way class-level labels are
1704         recognized; they can now contain essentially any symbols.
1706         (c-opt-extra-label-key): New language variable to cope with the
1707         special protection label syntax in Objective-C.
1709         (c-opt-access-key): Removed; this is now handled better by
1710         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
1712         (c-complex-decl-matchers): Update to handle that
1713         `c-opt-access-key' no longer exists.
1715         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
1716         improved label recognition in `c-beginning-of-statement-1'.
1718         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1719         Recognize bitfields better.
1721         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
1722         Removed some cruft and fixed a bug that could cause it to go to a
1723         position further down.
1725         * progmodes/cc-langs.el, cc-engine.el
1726         (c-beginning-of-statement-1): Improved detection of labels in
1727         declaration contexts.
1729         (c-beginning-of-decl-1): Use it.
1731         (c-nonlabel-token-key): New language constant and variable needed
1732         by `c-beginning-of-statement-1'.
1734         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
1735         manifested itself due to the correction in `c-forward-sexp'.
1737         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
1738         these behave as documented when used at the buffer limits.
1740         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
1741         (c-type-decl-end-used): Made this a language variable.
1743         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
1744         correctly when `combine-after-change-calls' is used together with
1745         temporary narrowings.
1747         * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
1748         labels correctly when the start point is immediately after the
1749         colon.
1751         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
1752         since it isn't used anymore.
1754         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
1755         bracket arglists such as template parens in C++.
1757         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
1758         in the last check-in.  Some optimization.
1760         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
1761         where it could stop at the same level in a preceding sexp when
1762         PAREN-LEVEL is set.
1764         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
1765         text property lookup only when it's needed.
1767         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
1768         Changed the policy for paren marked angle brackets to be more
1769         persistent; once marked they remain marked even when they're found
1770         to be unbalanced in the searched region.  This should keep the
1771         paren syntax around even when individual lines are refontified in
1772         multiline template arglists.
1774         (c-parse-and-markup-<>-arglists): New dynamically bound variable
1775         to control markup so that incorrect angle bracket arglists aren't
1776         marked in contexts where the correct value for
1777         `c-disallow-comma-in-<>-arglists' isn't known.
1779         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
1780         argument has become `c-parse-and-markup-<>-arglists'.
1782         (c-remove-<>-arglist-properties): Removed - no longer used.
1784         (c-after-change-check-<>-operators): New function used on
1785         `after-change-functions' to avoid that "<" and ">" characters that
1786         are part of longer operators have paren syntax.
1788         (c-<>-multichar-token-regexp): New language variable used by
1789         `c-after-change-check-<>-operators'.
1791         (c-after-change): Call `c-after-change-check-<>-operators'.
1793         (c-font-lock-<>-arglists): Use the context properties set by
1794         `c-font-lock-declarations' to set
1795         `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
1796         markup.
1798         (c-font-lock-declarations): Removed code that undoes the invalid
1799         markup done by `c-font-lock-<>-arglists'.
1801         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
1802         after `c-font-lock-declarations'.
1804         * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
1805         paren-level feature.
1807         (c-guess-basic-syntax): Improved the anchor position for
1808         `template-args-cont' in nested template arglists.  There's still
1809         much to be desired in this area, though.
1811 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1813         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
1814         Make the "Text Filling and Line Breaking" commands work for AWK
1815         buffers.
1817 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1819         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
1820         Removed;
1821         (c-major-mode-is 'awk-mode) can be used instead now.
1823         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
1824         it doesn't work no longer are supported.
1826         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el,
1827         cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
1828         requires support for the syntax-table' text property, which rules
1829         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
1830         cruft associated with those versions.
1832         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
1833         for the `syntax-table' text property, which rules out Emacs 19 and
1834         XEmacs < 21.4.  Removed various compatibility cruft associated
1835         with those versions.
1837         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
1838         support for the `syntax-table' text property.
1840         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
1841         variable and use an extra quoted face name instead.  All the
1842         emacsen flavors handle that correctly.
1844         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare,
1845         c-font-lock-declarators, c-font-lock-declarations,
1846         c-complex-decl-matchers, c-basic-matchers-after): Use a text
1847         property to mark the items in in declarator lists to handle
1848         refontification inside multiline declarations better.
1850         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
1851         construct like "a * b = c;" as a declaration.
1853 2005-12-08  Kim F. Storm  <storm@cua.dk>
1855         * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
1856         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
1857         select either meta, hyper, or super modifier for rectangle commands.
1858         (cua--rectangle-modifier-key): New defvar.
1859         (cua--M/H-key): Use it.  Remove special case for 'space.
1860         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
1861         on X, to meta otherwise.  Always bind C-return to toggle
1862         rectangle.  Pass ?\s instead of 'space to cua--M/H-key.
1864         * emulation/cua-rect.el (cua-help-for-rectangle): Use
1865         cua--rectangle-modifier-key.  Handle super modifier too.
1866         (cua--init-rectangles): Always bind C-return to toggle rectangle.
1867         Pass ?\s instead of 'space to cua--M/H-key and cua--rect-M/H-key.
1869         * ido.el: Move Acknowledgements and History after Commentary.
1870         Minor changes to Commentary.
1872         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
1873         keymap if cua--prefix-override-timer equals 'shift.
1874         (cua--shift-control-prefix): New function; emulate "type prefix
1875         key twice" functionality to handle shifted prefix key override.
1876         (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
1877         commands.
1878         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
1880 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
1882         * textmodes/org.el (org-insert-heading): Try to do items before
1883         headings.
1884         (org-agenda-mode): Quote `org-agenda-mode-hook'.
1885         (org-insert-item): New function.
1886         (org-renumber-ordered-list): Don't skip to higher level lists.
1888 2005-12-08  Juri Linkov  <juri@jurta.org>
1890         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
1892         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
1894         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
1896         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
1897         the constructed function name fun-1.
1899         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
1900         because such links don't lead to parent documentation.
1902 2005-12-08  Kenichi Handa  <handa@m17n.org>
1904         * descr-text.el (describe-char): Use *Help-2* buffer if the
1905         current buffer is *Help*.  Call describe-text-properties while
1906         setting the original buffer.
1908 2005-12-07  Bill Wohler  <wohler@newt.com>
1910         * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
1911         and causes problems with non-MH users (such as Gnus users).
1913 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
1915         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
1916         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
1917         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
1918         command "info sources".  Move calls to GDB command "list".
1919         (gdb-find-file-hook): Just use gdb-source-file-list.
1920         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
1921         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
1922         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
1923         (gdb-data-list-register-values-handler): Use correct trigger name.
1925 2005-12-07  Kim F. Storm  <storm@cua.dk>
1927         * ido.el (ido-completion-map): Renamed from ido-mode-map.
1928         (ido-common-completion-map, ido-file-completion-map)
1929         (ido-file-dir-completion-map, ido-buffer-completion-map):
1930         Renamed from ido-mode-....-map.
1931         (ido-init-completion-maps): Renamed from ido-init-mode-maps.
1932         (ido-setup-completion-map): Renamed from ido-define-mode-map.
1933         (ido-read-internal): Bind minibuffer-local-filename-completion-map
1934         to ido-completion-map.
1936 2005-12-07  Kenichi Handa  <handa@m17n.org>
1938         * international/mule-cmds.el
1939         (set-display-table-and-terminal-coding-system): If the coding
1940         system specified in `unibyte-display' property is different from
1941         the arg coding-system, don't setup standard-display-table.
1943 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1945         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
1946         that comments end at \n, regardless of selective-display.
1948 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
1950         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
1951         (gdb-version): New variables.
1952         (gdb-source-file-list, gdb-register-names)
1953         (gdb-changed-registers): New variables for use with GDB 6.4+.
1954         (gdb-ann3): Replace with...
1955         (gdb-init-1, gdb-init-2): ...two new functions.
1956         (gdba, gdb-prompt): Call gdb-init-1.
1957         (gdb-get-version): New function.  Call gdb-init-2 from here.
1958         (gud-watch): Make it work with mouse events too.
1959         (gdb-post-prompt): Don't add to queue until GDB version is known.
1960         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
1961         (gdb-locals-mode): Use gdb-version.
1962         (gdb-memory-format-map, gdb-memory-unit-map)
1963         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
1964         (gdb-locals-font-lock-keywords-1)
1965         (gdb-locals-font-lock-keywords-2): New variables.
1966         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
1967         (gdb-set-gud-minor-mode-existing-buffers-1)
1968         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
1969         (gdb-var-update-1, gdb-var-update-handler-1)
1970         (gdb-data-list-register-values-handler)
1971         (gdb-data-list-register-values-custom)
1972         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
1973         (gdb-stack-list-locals-handler, gdb-get-register-names):
1974         New functions for use with GDB 6.4+.
1975         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
1976         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
1977         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
1978         (gdb-stack-list-locals-regexp)
1979         (gdb-data-list-register-names-regexp): New regexps for use with
1980         GDB 6.4+.
1982 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1984         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
1986 2005-12-06  Nozomu Ando <nand@mac.com>  (tiny patch)
1988         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
1989         prompts work for AUTH PLAIN.  Also reported by Steve Allan
1990         <seallan@verizon.net>.
1992 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
1994         * frame.el (set-frame-parameter): Add doc string.
1996 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
1998         * textmodes/org.el (org-occur-highlights): New variable.
1999         (org-highlight-new-match, org-remove-occur-highlights): New functions.
2000         (org-highlight-sparse-tree-matches): New option.
2001         (org-do-occur): New function.
2002         (org-get-heading): Make it work also at beginning of line.
2003         (org-category-table): New variable.
2004         (org-get-category-table, org-get-category)
2005         (org-camel-to-words, org-link-search): New functions.
2006         (org-select-this-todo-keyword): New variable.
2007         (org-todo-list): New command.
2008         (org-shiftright, org-shiftleft): New commands.
2009         (org-agenda-todo): Add prefix argument.
2010         (org-show-hierarchy-above): New option.
2011         (org-show-todo-tree): Numerical prefix creates tree for specific
2012         TODO keyword.
2013         (org-outline-level): New function, to assign a level to plain
2014         lists items.
2015         (org-cycle-include-plain-lists): New option.
2016         (org-mode): Use `org-outline-level' as value of `outline-level'.
2017         (org-cycle): Temporarily switch `outline-regexp' if
2018         `org-cycle-include-plain-lists' is non-nil.
2019         (org-start-icalendar-file): Fix format bug.
2020         (org-agenda-get-day-entries): Create category table.
2021         (org-agenda-get-todos, org-agenda-get-timestamps)
2022         (org-agenda-get-deadlines, org-agenda-get-scheduled)
2023         (org-agenda-get-blocks): Use `org-get-category'.
2024         (org-context-in-file-links): Rename from
2025         `org-line-numbers-in-file-links' .
2027 2005-12-06  Romain Francoise  <romain@orebokech.com>
2029         * window.el (balance-windows): Delete extraneous third arg in call
2030         to `enlarge-window'.
2032 2005-12-06  Kenichi Handa  <handa@m17n.org>
2034         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
2036 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
2038         * progmodes/gdb-ui.el (gdb-var-create-handler)
2039         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
2040         (gdb-var-list-children-handler, gdb-var-update-handler):
2041         Current buffer is already gdb-partial-output-buffer, don't
2042         make it current again.
2044 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
2046         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
2047         (list-buffers-noselect): Use it.
2049 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2051         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
2052         (mail-yank-ignored-headers): Use regexp-opt.
2053         (mail-mode-map): Move initialization into declaration.
2054         (mail-sent-via): Remove unused shadowed var `to-line'.
2055         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
2056         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
2057         (mail-do-fcc): Use dolist and push.
2058         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
2059         (mail-yank-ignored-headers): Don't autoload.
2061 2005-12-05  Kenichi Handa  <handa@m17n.org>
2063         * international/mule-cmds.el (set-language-info-internal): New fun.
2064         (set-language-info): Call set-language-info-internal to update
2065         language-info-alist.  If LANG-ENV is the current one, call
2066         set-language-environment to make INFO effective now.
2067         (set-language-info-alist): Likewise.
2068         (locale-language-names): With locale "en", use English
2069         lang. env. but set the default codings to iso-8859-1.
2071 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
2073         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
2074         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
2075         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
2076         for plain strings.
2077         (gdb-frames-mode): Remove redundant call to font-lock-mode.
2078         (gdb-all-registers): Rename from toggle-gdb-all-registers.
2079         Create registers buffer if necessary.  Echo new state in minibuffer.
2080         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
2082 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
2084         * info.el (Info-fontify-node): Match external links using
2085         non-directory part of filename.
2087 2005-12-04  Juri Linkov  <juri@jurta.org>
2089         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
2090         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
2091         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
2092         because there is no customization option for it.
2094         * font-lock.el (lisp-font-lock-keywords-1):
2095         Add define-global-minor-mode.
2097         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
2099         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
2100         properties on the constructed variable names.
2102         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2103         Put `definition-name' properties on the constructed function names
2104         next-sym and prev-sym.
2106         * emacs-lisp/find-func.el (find-function-regexp):
2107         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
2108         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
2109         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
2110         and easy-menu-define.
2112         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
2113         easy-mmode-define-global-mode and define-global-minor-mode.
2114         (lisp-imenu-generic-expression): Add define-global-minor-mode.
2116         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
2117         instead of easy-mmode-define-global-mode.
2119         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
2120         Use define-minor-mode instead of easy-mmode-define-minor-mode.
2122         * cus-edit.el (customize-group, customize-group-other-window):
2123         Filter out autoloaded options from the group completion list by
2124         using heuristics that autoloaded groups don't have `custom-autoload'
2125         property on their symbols (they have only `custom-loads').
2127         * simple.el (completion-setup-function): Put completions-common-part
2128         face on complete completion string too (i.e. completion string
2129         without completions-first-difference face).
2131         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
2133 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
2135         * view.el (view-mode): Doc fix.
2137         * disp-table.el (standard-display-european): Add to the warning
2138         message a reference to the doc string.
2140         * play/yow.el (apropos-zippy): Call print-help-return-message,
2141         similar to other Help and Apropos commands.
2143         * help.el (print-help-return-message): If pop-up-frames is
2144         non-nil, set up help-return-method to delete the help window and,
2145         possibly, its frame as well, and don't display message about
2146         scrolling the help window.  Doc fix.
2147         (help-return-method): Doc fix.
2149 2005-12-03  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2151         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
2152         whereby names of length one or names starting with a
2153         symbol-constituent character would not be returned.
2155 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2157         * subr.el (atomic-change-group): Add edebug and indentation spec.
2159 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2161         * completion.el (save-completions-file-name): Fix typo in last change.
2163 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2165         * info.el: Move back/forward history to the beginning of the tool bar.
2167 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
2169         * allout.el:(eval-when-compile): Remove unnecessary load of 'cl.
2170         Add fset of allout-real-isearch-abort during compile to fix
2171         byte-compilation warnings.
2172         (allout-mode-p): Move definition of this macro above all uses, or
2173         byte compilation in barren emacs (eg, during emacs build) will
2174         lack the definition.
2175         (allout-mode): Move this variable above any uses, or byte
2176         compilation will fail.
2177         (allout-resolve-xref): Remove use of personal file-reference function.
2178         (allout-toggle-current-subtree-encryption): Do the current (ie,
2179         visible containing) topic, rather than nearest around point.  Doc fix.
2180         (allout-toggle-subtree-encryption): New function, workhorse that
2181         works on nearest topic containing point.
2182         (allout-encrypt-string): Signal requirement for newer version of pgg.
2183         (allout-resumptions): Doc fix.
2185 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
2187         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
2189 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
2191         * textmodes/flyspell.el (flyspell-external-point-words):
2192         Consider a misspelling as found in the string search if: (a) misspelling
2193         and found string lengths match, or (b) misspelling is found as
2194         element in a boundary-chars separated longer string, or (c)
2195         ispell-program-name is really ispell and misspelling is found as
2196         part of a TeX string.  After successful match move beginning of
2197         search region to end of match.  Warn about not found misspellings
2198         once the process is done.
2199         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
2201 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
2203         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
2204         tool bar (removed inadvertently).
2206 2005-12-02  Juri Linkov  <juri@jurta.org>
2208         * log-view.el (log-view-diff): Clarify doc string.
2210 2005-12-01  Bill Wohler  <wohler@newt.com>
2212         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
2213         triggers lm-verify errors.
2215 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
2217         * simple.el (transient-mark-mode, line-number-mode)
2218         (column-number-mode, size-indication-mode): Remove `:require nil'.
2220 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
2222         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
2223         in the margin also.
2224         (gdb-breakpoints-mode-map): Use D instead of d for
2225         gdb-delete-breakpoint.
2226         (gdb-get-frame-number): Require a number to match on.
2227         (gdb-threads-mode-map): Add follow-link binding.
2229 2005-11-30  Jason Rumney  <jasonr@gnu.org>
2231         * isearch.el (isearch-mode-map): Avoid exiting search on
2232         language-change event.
2234 2005-11-30  Romain Francoise  <romain@orebokech.com>
2236         * speedbar.el (speedbar-default-position): New defcustom.
2237         (speedbar-frame-reposition-smartly): Use it.
2239         * dframe.el (dframe-reposition-frame-emacs): Fix position
2240         computation for `left' location.
2241         Update copyright year.
2243 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2245         * help.el (help-map): Move initialization into declaration.
2247         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
2249         * help-fns.el (help-argument-name): Don't autoload.
2250         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
2251         to be re-loaded when customizing the `help' group.
2253 2005-11-30  John Paul Wallington  <jpw@gnu.org>
2255         * help-fns.el (describe-function-1): Fill arglist output.
2257 2005-11-30  Kim F. Storm  <storm@cua.dk>
2259         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
2260         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
2261         after revert-buffer (or anything else which kills all local variables).
2263         * apropos.el (apropos-parse-pattern): Doc fix.
2264         Set apropos-regexp directly, rather than expecting callers to do so.
2265         (apropos-command, apropos, apropos-value, apropos-documentation):
2266         Simplify calls to apropos-parse-pattern.
2268 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
2270         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
2271         (hi-lock-face-phrase-buffer): Use hi-yellow face.
2272         (hi-lock-write-interactive-patterns): Use comment-region.
2274         * longlines.el (longlines-mode): Add mail-setup-hook.
2276         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
2278         * simple.el (sendmail-user-agent-compose, next-line):
2279         Conditionally use hard-newline.
2281 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2283         * international/latexenc.el (latex-inputenc-coding-alist):
2284         Reword doc string.
2286 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
2288         * help.el (describe-key-briefly, describe-key): Recognize default
2289         bindings.
2291 2005-11-29  Romain Francoise  <romain@orebokech.com>
2293         * view.el (view-inhibit-help-message): New defcustom.
2294         (view-mode-enter): Use it.
2296 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
2298         * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
2299         Preserve user position.
2301 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
2303         * font-lock.el: Throw error if facemenu is not loaded to prevent
2304         accidental change of loading order in loadup.el.  (Suggested by RMS.)
2306         * loadup.el: Add comment explaining why facemenu must be loaded
2307         before font-lock.
2309 2005-11-28  Jay Belanger  <belanger@truman.edu>
2311         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
2312         (calc-dispatch-map): Add more keys for `calc-same-interface'.
2314         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
2316         * calc/calc-embed.el (calc-do-embedded): Update help message.
2318         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
2320 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2322         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
2324         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
2325         called-interactively-p.
2326         (elp-profilable-p): Rename from elp-not-profilable-p.
2327         Invert result and take into account macros and autoloaded functions.
2328         (elp-instrument-function): Update call.
2329         (elp-instrument-package): Update call.  Add completion.
2330         (elp-pack-number): Use match-string.
2331         (elp-results-jump-to-definition-by-mouse): Merge into
2332         elp-results-jump-to-definition and then remove.
2333         (elp-output-insert-symname): Make help echo text single-line.
2335         * replace.el (query-replace-map): Move initialization into declaration.
2336         (occur-engine): Use with-current-buffer.
2337         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
2338         (occur-mode-mouse-goto): Replace with an alias.
2340 2005-11-28  Juri Linkov  <juri@jurta.org>
2342         * simple.el (quoted-insert): Let-bind input-method-function to nil.
2344         * term/w32-win.el: Bind [S-tab] to [backtab].
2346         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
2347         `Info-find-file' to t.
2349         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
2350         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
2351         and same-window-regexps.
2352         (occur-next-error): Don't move point for arg 0.
2354 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
2356         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
2358 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2360         * log-edit.el (log-edit-changelog-use-first): New var.
2361         (log-edit-changelog-ours-p): Use it.
2362         (log-edit-insert-changelog): Set it with new arg `use-first'.
2363         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
2364         (log-edit-hook): Add them to the list of suggested options.
2366         * textmodes/flyspell.el (flyspell-last-buffer): New var.
2367         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
2368         redundant work.
2369         (flyspell-mode-on): Use add-hook for after-change-functions.
2370         (flyspell-mode-off): Use remove-hook for after-change-functions.
2371         (flyspell-changes): Make it buffer-local.
2372         (flyspell-after-change-function): Make it non-interactive.  Use push.
2373         (flyspell-post-command-hook): Check input-pending-p while processing
2374         the potentially long list of buffer changes.
2376 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
2378         * buff-menu.el (list-buffers-noselect): Display the selected
2379         frame's buffer list, not the global one.
2381 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
2383         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
2384         that (list last-input-event) works as in interactive spec.
2386 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
2388         * loadup.el ("facemenu"): Load facemenu before font-lock, because
2389         `facemenu-keymap' needs to be defined when font-lock is loaded.
2390         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
2392 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2394         * completion.el: Remove useless leading * in defcustom docstrings.
2395         (save-completions-file-name): Use ~/.emacs.d if available.
2396         (completion-standard-syntax-table): Rename from
2397         cmpl-standard-syntax-table and fold initialization into declaration,
2398         thus removing cmpl-make-standard-completion-syntax-table.
2399         (completion-lisp-syntax-table, completion-c-syntax-table)
2400         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
2401         (cmpl-saved-syntax, cmpl-saved-point): Remove.
2402         (symbol-under-point, symbol-before-point)
2403         (symbol-under-or-before-point, symbol-before-point-for-complete)
2404         (add-completions-from-c-buffer): Use with-syntax-table.
2405         (make-completion): Don't return a list of completion entries.
2406         Update callers.
2407         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
2408         (completion-initialize): Rename from initialize-completions.
2409         (completion-find-file-hook): Rename from cmpl-find-file-hook.
2410         (kill-emacs-save-completions): Collect stats here.
2411         (save-completions-to-file, load-completions-from-file):
2412         Use with-current-buffer.
2413         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
2414         into a function.  Move all calls to toplevel.
2415         (completion-lisp-mode-hook): New fun.
2416         (completion-c-mode-hook, completion-setup-fortran-mode):
2417         Set the syntax-table here.  Use local-set-key.
2418         (completion-saved-bindings): New var.
2419         (dynamic-completion-mode): Make it into a proper minor mode.
2420         (load-completions-from-file): Remove unused var `num-uses'.
2422         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
2423         constructor if it is explicitly overridden.
2425         * complete.el (PC-completion-as-file-name-predicate):
2426         Use minibuffer-completing-file-name.
2427         (partial-completion-mode): Use find-file-not-found-functions.
2428         (PC-lisp-complete-symbol): Use with-syntax-table.
2429         (PC-look-for-include-file): Remove dead setq.
2430         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
2431         (PC-complete): Use with-current-buffer.
2433         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
2434         escape single quotes.
2436 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
2438         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
2439         of `if' whose condition always returned nil.  Doc fix.
2441         * buff-menu.el (Buffer-menu-revert-function): Make the selected
2442         window's buffer the current buffer around the call to
2443         `list-buffers-noselect'.  This is necessary to mark that buffer
2444         with a `.' in the Buffer Menu when called from Lisp, for instance
2445         by Auto Revert Mode.
2447 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
2449         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
2450         attaching to it.
2451         (gdb-pre-prompt): Make sure gdb-error is reset.
2453         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
2454         with a child process, detect it.
2455         (gud-speedbar-buttons): Match regexp more carefully.
2457 2005-11-27  Richard M. Stallman  <rms@gnu.org>
2459         * mouse.el (mouse-drag-move-window-bottom):
2460         Use adjust-window-trailing-edge.
2462 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
2464         * simple.el (blink-matching-open): Ignore
2465         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
2466         (blink-matching-paren-on-screen): Update docstring.
2468         * paren.el (show-paren-mode): No longer change
2469         `blink-matching-paren-on-screen'.
2471 2005-11-27  John Paul Wallington  <jpw@pobox.com>
2473         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
2474         (gdb-threads-select, gdb-edit-register-value):
2475         Use `posn-set-point' instead of `mouse-set-point' because the
2476         latter is not fbound when configured without X.
2478 2005-11-27  Kim F. Storm  <storm@cua.dk>
2480         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
2481         existing face when partially highlighting a TAB in a rectangle.
2483 2005-11-26  Kim F. Storm  <storm@cua.dk>
2485         * ido.el (ido-mode-map): Doc fix.
2486         (ido-mode-common-map, ido-mode-file-map)
2487         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
2488         (ido-define-mode-map): Rewrite.  Select one of the new maps as
2489         parent for ido-mode-map instead of building from scratch.
2490         (ido-init-mode-maps): New defun to initialize new maps.
2491         (ido-mode): Call it.
2492         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
2493         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
2495 2005-11-26  John Paul Wallington  <jpw@pobox.com>
2497         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
2498         `mouse-set-point' because the latter is not fbound when configured
2499         without X.
2501 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
2503         * files.el (file-relative-name): Doc fix.
2505 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
2507         * progmodes/octave-inf.el (inferior-octave-startup): Force a
2508         non-empty string for secondary prompt PS2.
2510 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
2512         * progmodes/compile.el (compilation-setup): Fix last change.
2514 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
2516         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
2517         (gdb-mouse-toggle-breakpoint-margin)
2518         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
2519         Add gdb-server-prefix to keep out of command history.
2520         (gdb-edit-register-value): New function.
2521         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
2522         (gdb-info-registers-custom): Use above map.
2524 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
2526         * custom.el (enable-theme): Signal error if argument is not a
2527         theme.  Don't recalculate a face if it's not loaded yet.
2529         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
2530         the `user' theme is in effect.
2532         * info.el (Info-on-current-buffer): Record actual filename in
2533         Info-current-file, instead of t, or a fake filename if a non-file
2534         buffer.  Make autoload.
2535         (Info-find-node, Info-revert-find-node): No need to check for
2536         Info-current-file nil.
2537         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
2538         Info-current-file is now never `t'.
2539         (Info-fontify-node): Many simplifications due to Info-current-file
2540         always being valid.  Use Info-find-file to find node filename.
2542 2005-11-25  David Kastrup  <dak@gnu.org>
2544         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
2545         new character, then delete" in order to preserve markers.
2547 2005-11-25  David Ponce  <david@dponce.com>
2549         * recentf.el (recentf-arrange-by-rule): Handle a special
2550         `auto-mode-alist'-like "strip suffix" rule.
2551         (recentf-build-mode-rules): Handle second level auto-mode entries.
2553 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
2555         * viper-keym.el (viper-ESC-key): Use different values in terminal and
2556         window modes.
2558         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
2559         jde-javadoc-checker-report-mode.
2561         * ediff-wind (ediff-make-wide-display): Slight simplification.
2563         * ediff.el (ediff-date): Change the date of last update.
2565 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
2567         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
2568         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
2569         (hi-lock-mode): New global minor mode.
2570         (turn-on-hi-lock-if-enabled): New function.
2571         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
2572         Change arguments to regexp and face instead of a font-lock pattern.
2573         Directly set face property, instead of refontifying.
2574         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
2575         (hi-lock-find-patterns): Use line-number-at-pos.
2577         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
2578         arguments for hi-lock-set-pattern.
2579         (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
2580         font-lock-fontify-buffer.
2581         (hi-lock-find-file-hook, hi-lock-current-line)
2582         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
2584         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
2585         turned off.
2587         * progmodes/compile.el (compilation-setup): Don't fiddle with
2588         font-lock-defaults.
2590 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
2592         * progmodes/gdb-ui.el (gdb-var-create-handler)
2593         (gdb-var-list-children-handler): Find values for all variable
2594         objects.  gud-speedbar-buttons decides whether to display them.
2596 2005-11-24  Romain Francoise  <romain@orebokech.com>
2598         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
2599         buffer name with a space.
2601 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
2603         * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
2604         `org-export-local-list-max-depth'.  Change default value to 3.
2605         (org-auto-renumber-ordered-lists)
2606         (org-plain-list-ordered-item-terminator): New options.
2607         (org-at-item-p, org-beginning-of-item, org-end-of-item)
2608         (org-get-indentation, org-get-string-indentation)
2609         (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
2610         functions.
2611         (org-move-item-down, org-move-item-up): New commands.
2612         (org-export-as-html): New classes for CSS support.  Bug fix in
2613         regular expression detecting fixed-width regions.  Respect
2614         `org-local-list-ordered-item-terminator'.
2615         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
2616         also a list item.
2617         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
2618         New item moving functions.
2620 2005-11-24  Juri Linkov  <juri@jurta.org>
2622         * isearch.el (isearch-repeat): With empty search ring set
2623         `isearch-error' to the error string instead of signaling error
2624         with the function `error'.
2626 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2628         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
2630 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
2632         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
2633         and variable.
2634         (gdb-var-create-handler, gdb-var-list-children-handler):
2635         Don't match on "char **...".
2636         (gdb-var-update-handler): Find values for all variable objects.
2637         (gdb-info-frames-custom): Identify frames by leading "#".
2639         * progmodes/gud.el (gud-speedbar-menu-items): Add
2640         gdb-speedbar-auto-raise as radio button.
2641         (gud-speedbar-buttons): Raise speedbar if requested.
2642         Don't match on "char **...".
2643         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
2644         Make it editable.
2646 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
2648         * info.el (Info-fontify-node): Handle the case where
2649         Info-current-file is t.
2651 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2653         * simple.el (blink-matching-open): Fix off-by-one in last change.
2655 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2657         * term/mac-win.el: Don't change default directory.
2659 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
2661         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
2662         buffers correctly.  (It used to throw an error in such buffers.)
2663         Make it ask for confirmation in group buffers and other Custom
2664         buffers containing more than one customization item.
2666 2005-11-22  John Paul Wallington  <jpw@gnu.org>
2668         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
2669         property on mail and url overlays.
2670         (goto-address-at-point): Use `posn-set-point' instead of
2671         `mouse-set-point' because the latter is not fbound when configured
2672         without X.
2674 2005-11-22  Lars Hansen  <larsh@soem.dk>
2676         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
2677         (ls-lisp-classify, ls-lisp-format): Delete call to
2678         ls-lisp-parse-symlink.
2679         (ls-lisp-handle-switches): Handle symlinks to directories as
2680         directories when ls-lisp-dirs-first in non-nil.
2682 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
2684         * startup.el (command-line): Make sure that loaddefs.el is handled
2685         correctly in load-history.
2687 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
2689         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
2690         (gdb-struct-string, gdb-array-string): New constants.
2691         (gdb-info-locals-handler): Use them.
2692         (gdb-reset): Reset gdb-var-list to nil.
2694 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2696         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
2697         in patterns.
2699 2005-11-21  Juri Linkov  <juri@jurta.org>
2701         * custom.el (defcustom): Update link types in docstring.
2703 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2705         * custom.el (defgroup): Add doc-string-elt info.
2707         * widget.el (define-widget): Don't use declare for the doc-string-elt.
2709 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2711         * newcomment.el (comment-enter-backward): Fix last fix.
2713         * simple.el (blink-matching-open):
2714         * paren.el (show-paren-function): Allow new paren-class info.
2716 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
2718         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
2719         handled automagically.
2721 2005-11-20  Andreas Schwab  <schwab@suse.de>
2723         * descr-text.el (describe-char): When copying overlays put them
2724         over the full char description instead of just the first character
2725         of it.
2727 2005-11-20  Juri Linkov  <juri@jurta.org>
2729         * simple.el (what-cursor-position):
2730         * descr-text.el (describe-char): Use Lisp-readable syntax
2731         for octal and hex.  Reorder decimal, octal and hex values.
2732         Remove excess whitespace in the output.  Use `=' in `column='
2733         like in `point=' and `Hscroll='.
2735         * international/mule-cmds.el (encoded-string-description):
2736         Use Lisp-readable syntax for hex.
2738 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2740         * newcomment.el (comment-enter-backward): Handle the case where the
2741         comment is closed by EOB.
2743 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
2745         * longlines.el (longlines-before-revert-hook)
2746         (longlines-after-revert-hook): New functions.
2747         (longlines-mode): Turn off longlines temporarily when reverting.
2748         Add a message-setup-hook.
2749         (longlines-decode-buffer): New function.
2750         (longlines-wrap-line): Preserve marker positions.
2752 2005-11-19  Andreas Schwab  <schwab@suse.de>
2754         * emacs-lisp/shadow.el: Handle compressed files.
2756 2005-11-19  Romain Francoise  <romain@orebokech.com>
2758         * net/browse-url.el (browse-url-default-browser): Signal an error
2759         if no usable browser can be found, rather than try to load w3.
2761 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
2763         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
2764         replacing existing properties.
2765         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
2766         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
2767         tty specs.
2768         (rcirc-server-prefix, rcirc-server): New faces.
2769         (rcirc-url-regexp): Generate with rx macro.
2770         (rcirc-last-server-message-time): New variable.
2771         (rcirc-filter): Record time of last message.
2772         (rcirc-keepalive): Kill processes that did not send a message
2773         since the last ping.
2774         (rcirc-mode): Give rcirc-topic a local binding here.
2776 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
2778         * subr.el (read-passwd): Fontify the prompt as we do with other
2779         prompts.
2781 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
2783         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
2784         binding buffer-read-only to nil.
2786 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
2788         * complete.el (partial-completion-mode):
2789         Mention completion-auto-help in the doc string.
2791         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
2792         more Lisp-ish way.
2794 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se> (tiny change)
2796         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
2797         digits, not 8, to avoid misalignment for files larger than 100MB.
2799 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
2801         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
2802         Mention "keyboard shortcuts" in the help text.
2804 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2806         * startup.el (fancy-splash-default-action): Discard only
2807         mouse-down and succeeding mouse-up events in the splash screen
2808         window so that drag-n-drop event can be processed.
2810 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
2812         * longlines.el (longlines-mode): Add hacks for mail-mode and
2813         message-mode.
2815 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
2817         * textmodes/org.el (org-table-sort-lines): New command.
2818         (org-tbl-menu): Add entry for `org-table-sort-lines'.
2819         (org-add-file): Command removed, use `org-agenda-file-to-front'
2820         instead.
2821         (org-export-icalendar): Use `org-icalendar-combined-name'.
2822         (org-cycle-agenda-files, org-agenda-file-to-end)
2823         (org-agenda-file-to-front): New commands.
2824         (org-table-tab-jumps-over-hlines,org-export-html-style): New
2825         options.
2826         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
2827         (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
2828         New functions.
2829         (org-fill-paragraph): Call `org-table-align' in tables.
2830         (org-mode): Call `org-set-autofill-regexps'.
2831         (org-export-as-html): Support for local handformatted lists.
2832         Modified to produce valid HTML 4.0. Use `org-export-html-style'.
2833         (org-export-local-list-max-depth): New option.
2834         (org-html-expand): Use `org-html-protect'.
2836 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
2838         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
2839         to "p".
2840         (gdb): Move definition of gud-pp to...
2842         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
2843         speedbar.
2844         (gdb-find-watch-expression): New function.
2846 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
2848         * faces.el (face-attribute, set-face-attribute): Mention existence
2849         of `:ignore-defface' setting in docstring.
2851 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2853         * simple.el (completion-setup-function): Fix last change.
2855 2005-11-17  John Paul Wallington  <jpw@pobox.com>
2857         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
2858         Use `posn-set-point' instead of `mouse-set-point' because the
2859         latter is not fbound when configured without X.
2861         * comint.el (comint-insert-input): Likewise.
2863 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
2865         * simple.el (hard-newline): New variable.
2866         (sendmail-user-agent-compose, next-line): Use it.
2868         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
2869         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
2870         (mail-mail-reply-to, mail-mail-followup-to)
2871         (mail-position-on-field, mail-signature, mail-yank-original)
2872         (mail-attach-file): Likewise.
2874         * mail/mailheader.el (mail-header-format)
2875         (mail-header-format-function): Likewise.
2877         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
2879 2005-11-17  Juri Linkov  <juri@jurta.org>
2881         * font-lock.el (font-lock-faces): Rename this defgroup from
2882         `font-lock-highlighting-faces'.
2883         (font-lock-comment-face, font-lock-comment-delimiter-face)
2884         (font-lock-string-face, font-lock-doc-face)
2885         (font-lock-keyword-face, font-lock-builtin-face)
2886         (font-lock-function-name-face, font-lock-variable-name-face)
2887         (font-lock-type-face, font-lock-constant-face)
2888         (font-lock-warning-face, font-lock-negation-char-face)
2889         (font-lock-preprocessor-face)
2890         (font-lock-regexp-grouping-backslash)
2891         (font-lock-regexp-grouping-construct): Rename :group from
2892         `font-lock-highlighting-faces' to `font-lock-faces'.
2894         * cus-edit.el (lisp, c, tex):
2895         * progmodes/ada-mode.el (ada):
2896         * progmodes/asm-mode.el (asm):
2897         * progmodes/cperl-mode.el (cperl-faces):
2898         * progmodes/cpp.el (cpp):
2899         * progmodes/dcl-mode.el (dcl):
2900         * progmodes/f90.el (f90):
2901         * progmodes/fortran.el (fortran):
2902         * progmodes/icon.el (icon):
2903         * progmodes/idlwave.el (idlwave-misc):
2904         * progmodes/m4-mode.el (m4):
2905         * progmodes/make-mode.el (makefile):
2906         * progmodes/meta-mode.el (meta-font):
2907         * progmodes/modula2.el (modula2):
2908         * progmodes/octave-mod.el (octave):
2909         * progmodes/pascal.el (pascal):
2910         * progmodes/perl-mode.el (perl):
2911         * progmodes/prolog.el (prolog):
2912         * progmodes/ps-mode.el (PostScript-edit):
2913         * progmodes/scheme.el (scheme):
2914         * progmodes/sh-script.el (sh-script):
2915         * progmodes/simula.el (simula):
2916         * progmodes/tcl.el (tcl):
2917         * textmodes/nroff-mode.el (nroff):
2918         * textmodes/reftex-vars.el (reftex-fontification-configurations):
2919         * textmodes/sgml-mode.el (sgml):
2920         * textmodes/texinfo.el (texinfo):
2921         Add :link (custom-group-link font-lock-faces) to defgroup.
2923         * hi-lock.el (hi-lock): Rename this defgroup from
2924         `hi-lock-interactive-text-highlighting'.  Change parent group from
2925         `faces' to `font-lock'.  Add link to the manual.
2926         (hi-lock-mode, hi-lock-file-patterns-range)
2927         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
2928         `hi-lock-interactive-text-highlighting' to `hi-lock'.
2929         (hi-lock-faces): Add :group `faces'.
2931         * cus-edit.el (custom-variable-prompt): Clarify the code.
2933         * faces.el (face-read-string): Set the default value arg of
2934         completing-read.
2936 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
2938         * rfn-eshadow.el (file-name-shadow-properties)
2939         (file-name-shadow-tty-properties, file-name-shadow-mode):
2940         Remove autoloads, because the file is now preloaded.
2942 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2944         * printing.el (easy-menu-intern): Don't define.
2945         (pr-get-symbol): Use easy-menu-intern only if defined.
2947         * simple.el (blink-matching-open): Simplify a bit.
2948         (completion-setup-function): Fix the case of partial-completion-mode
2949         when the minibuffer's contents start with "-".
2950         Obey completion-base-size-function even when
2951         minibuffer-completing-file-name is non-nil.
2953 2005-11-16  Richard M. Stallman  <rms@gnu.org>
2955         * net/eudcb-ph.el (eudc-ph-open-session):
2956         Use set-process-query-on-exit-flag.
2958         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
2960         * international/ucs-tables.el (ucs-set-table-for-input):
2961         Use make-local-variable, not make-variable-buffer-local.
2963         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2964         Improve warning message text.
2966         * savehist.el (savehist-save-hook): Add :group.
2968         * menu-bar.el (menu-bar-help-menu):
2969         Rename Find Extra Packages to External Packages.
2971         * cus-edit.el (Custom-reset-standard): Verify that
2972         :custom-standard-value prop exists before calling it.
2974         * apropos.el (apropos-calc-scores): Use apropos-pattern.
2976 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2978         * wid-edit.el (color): Enclose %t in %{...%}.
2980         * cus-edit.el (face): Enclose %t in %{...%}.
2982 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
2984         * savehist.el (savehist-mode-hook): Re-add the var.
2985         (savehist-mode): Use it.
2987 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2989         * textmodes/flyspell.el: Fix commenting convention.
2990         Remove unnecessary leading * in custom docstrings.
2991         (flyspell-emacs): Remove unused var.
2992         (flyspell-delete-region-overlays): Use remove-overlays.
2993         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
2994         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
2995         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
2996         (flyspell-debug-signal-word-checked): Use with-current-buffer.
2997         (make-flyspell-overlay): Don't locally reuse a global name.
2998         (flyspell-highlight-incorrect-region)
2999         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
3000         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
3001         (flyspell-notify-misspell): Remove unused args `start' and `end'.
3002         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
3003         Wrap calls to accept-process-output inside with-local-quit since it's
3004         often called from a post-command-hook.
3005         (flyspell-correct-word, flyspell-auto-correct-word):
3006         Use ispell-send-string.
3007         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
3009         * calendar/diary-lib.el (diary-list-entries): Also hide the
3010         terminating newline.
3012 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
3014         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
3015         window-system, to allow fonts on tty.
3017 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
3019         * progmodes/gud.el (gud-speedbar-item-info): New function.
3020         (gud-install-speedbar-variables): Use it to display data type
3021         of watch expression as a tooltip in speedbar.
3023 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
3025         * font-core.el (global-font-lock-mode): Add :version keyword,
3026         because default was changed.
3028         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
3030         * startup.el (command-line): Use `custom-reevaluate-setting' for
3031         `file-name-shadow-mode'.
3033         * loadup.el: Preload rfn-eshadow.
3035         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
3036         Add :version keyword.
3037         (file-name-shadow-properties, file-name-shadow-tty-properties)
3038         (file-name-shadow): Add :version keyword.
3040         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
3041         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
3042         in the custom-group property of the symbol frames and the fringe
3043         group got no link to its parent group frames.
3044         Doc fix.
3046 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3048         * progmodes/gud.el (gud-stop-subjob): New function.
3049         (gud-menu-map, gud-tool-bar-map): Use it.
3051 2005-11-16  Kim F. Storm  <storm@cua.dk>
3053         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
3054         than kill it.
3055         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
3056         to a more useful/logical place.
3058 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3060         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
3061         go buttons complementary.
3063 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3065         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
3066         (rfn-eshadow-sifn-equal): New function.
3067         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
3069 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
3071         * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
3072         string.
3074         * viper.el (viper-emacs-state-mode-list): Ensure that
3075         rcirc-mode buffers come up in Emacs state.
3077         * ediff-util (ediff-make-temp-file): Use proper file-name-handler
3078         operation.
3080 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
3082         * term.el (term-termcap-format): Fix typos.
3083         (term-down): Fix the negative argument case.
3085 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3087         * progmodes/gdb-ui.el: Remove face-alias left over from change on
3088         2005-08-15.
3089         (gdb-ann3): New command gud-go.
3090         (menu): Accomodate gdb-mi.el.
3091         (gdb-assembler-custom): Make buffer of selected window current
3092         so that set-window-point works.
3094         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
3095         buttons and include new ones.
3097 2005-11-16  Kim F. Storm  <storm@cua.dk>
3099         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
3100         (gud-menu-map): Use it.
3102 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
3104         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
3105         that works correctly for Custom and that does not override a user
3106         who disables it.
3108         * help-mode.el (help-make-xrefs, help-xref-on-pp)
3109         (help-xref-interned, help-follow): Make hyperlinks for variables
3110         that are unbound, but have a non-nil variable-documentation property.
3112         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
3113         mode hook.  (It conflicted with defcustoms for some mode hooks.)
3114         Use the `variable-documentation' property to give the mode hook a
3115         docstring and expand that docstring.
3117 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
3119         * savehist.el (savehist-mode): Don't bother with
3120         `custom-set-minor-mode'.
3121         (savehist-coding-system): Check XEmacs version.
3122         (history-length): Declare also at run time.
3123         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
3124         Don't set the customize state.
3125         (savehist-minibuffer-hook): Special case for when
3126         minibuffer-history-variable is equal to t.
3128 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3130         * files.el (write-file): Refresh VC status.
3132         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
3133         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
3134         than fundamental-mode to see if the mode was set.
3136 2005-11-14  Romain Francoise  <romain@orebokech.com>
3138         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
3139         dummy function in `eval-when-compile' to avoid compiler warning.
3140         Require `man' at compile time.
3142 2005-11-14  Jay Belanger  <belanger@truman.edu>
3144         * calc-alg.el (calcFunc-write-out-power): Rename it to
3145         calcFunc-powerexpand.
3146         (math-write-out-power): Rename it to math-powerexpand; have it
3147         handle negative exponents.
3148         (calc-writeoutpower): Rename it to calc-powerexpand.
3150         * calc-ext.el: Change calcFunc-writeoutpower and
3151         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
3152         autoloads.
3153         Add calcFunc-ldiv to autoloads.
3155         * calc-arith.el (calcFunc-ldiv): New function.
3157         * calc.el (calc-left-divide): New function.
3159 2005-11-14  Juri Linkov  <juri@jurta.org>
3161         * cus-edit.el (custom-variable-prompt): Set the default value arg
3162         of completing-read.
3164         * cus-dep.el (custom-make-dependencies): Reverse the list of
3165         found dependencies.
3167 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
3169         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
3170         Highlighting" entry, it is on by default now.
3171         (menu-bar-options-save): Do not save global-font-lock-mode.
3173 2005-11-13  Richard M. Stallman  <rms@gnu.org>
3175         * textmodes/flyspell.el (flyspell-large-region):
3176         Call flyspell-accept-buffer-local-defs.
3178 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
3180         * textmodes/flyspell.el (flyspell-notify-misspell):
3181         Fix misspelling of "Misspelling".
3182         (flyspell-process-localwords): New function.
3183         (flyspell-large-region): Call flyspell-process-localwords and
3184         flyspell-delete-region-overlays.
3185         (flyspell-delete-region-overlays): New function.
3186         (flyspell-delete-all-overlays): Call that.
3188 2005-11-13  Richard M. Stallman  <rms@gnu.org>
3190         * help.el (help-for-help-internal): Improve doc of C-h a.
3191         (describe-key): Improve prompt; doc fix.
3193 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3195         * vc-svn.el (vc-svn-registered): Catch all errors.
3197         * cus-dep.el (custom-make-dependencies): Typo.
3199 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
3201         * net/tramp-util.el (top): Fix compilation warning.
3203 2005-11-13  Kim F. Storm  <storm@cua.dk>
3205         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
3207 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
3209         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
3210         (gud-speedbar-buttons): Match on "const char *" too.
3212         * progmodes/gdb-ui.el (gdb-var-create-handler)
3213         (gdb-var-list-children-handler): Match on "const char *" too.
3214         (gdb-var-evaluate-expression-handler): Match on empty string.
3215         (gdb-var-update-handler): Only call
3216         gdb-var-evaluate-expression-handler when required.
3218 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
3220         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
3221         selected window.  This still doesn't work for speedbar.
3222         (gud-speedbar-buttons): Handle string expressions properly.
3224         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
3225         (gdb-var-create-handler): Handle string expressions properly.
3226         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
3227         Handle string expressions properly.  Move "type" field into regexp.
3229 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
3231         * bookmark.el (bookmark-maybe-message): New function to reduce
3232         code duplication: invokes `message' iff baud-rate is high enough.
3233         (bookmark-write-file): Use above instead of an inline conditional.
3234         (bookmark-load): Same.
3236 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
3238         * bookmark.el (bookmark-write-file): Don't visit the destination
3239         file, just write the data to it using write-region.  This is
3240         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
3241         change to avoid visiting the file in the first place.
3243 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
3245         * hi-lock.el (hi-lock-mode): Set the default value of
3246         font-lock-defaults.
3248 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
3250         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
3251         arg to `file-attributes'.
3252         (find-lisp-format): The UID and GID can now be strings.
3254 2005-11-12  Kim F. Storm  <storm@cua.dk>
3256         * help.el (help-map): Bind C-h d to apropos-documentation.
3258         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
3259         when point is at end-of-buffer.
3261         * apropos.el (apropos-match-face): Doc fix.
3262         (apropos-sort-by-scores): Add new choice `verbose'.
3263         (apropos-documentation-sort-by-scores): New defcustom.
3264         (apropos-pattern): Now contains the pattern entered by the user.
3265         (apropos-pattern-quoted): New defvar.
3266         (apropos-regexp): New defvar, containing the regexp corresponding
3267         to apropos-pattern.
3268         (apropos-all-words-regexp): Rename from apropos-all-regexp.
3269         (apropos-read-pattern): New defun.  Use it to read pattern arg in
3270         interactive calls; returns list of words for a word list, and
3271         string for a regexp.
3272         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
3273         parses a list of words or regexp as returned by apropos-read-pattern.
3274         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
3275         (apropos-score-doc): Return a very high score if the string
3276         entered by the user matches literally.
3277         (apropos-variable): Doc fix.  Use apropos-read-pattern.
3278         (apropos-command): Doc fix.  Use apropos-read-pattern and
3279         apropos-parse-pattern.  Call apropos-print with nosubst=t.
3280         (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
3281         apropos-parse-pattern.
3282         (apropos-documentation): Doc fix. Use apropos-read-pattern and
3283         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
3284         apropos-documentation-sort-by-scores.  Call apropos-print with
3285         nosubst=t.
3286         (apropos-documentation-internal): Pass doc string through
3287         substitute-key-definition before adding text properties.
3288         Highlight substring matching literal user input if possible.
3289         (apropos-documentation-check-doc-file): Remove locals beg and end.
3290         Fix calculation of score (as added twice).  Pass doc string through
3291         substitute-key-definition before adding text properties.
3292         (apropos-documentation-check-elc-file): Pass doc string through
3293         substitute-key-definition before adding text properties.
3294         Highlight substring matching literal user input if possible.
3295         (apropos-print): Add new arg NOSUBST; if set, command and variable
3296         doc strings have already been passed through substitute-key-definition.
3297         Add code to handle apropos-accumulator items without score element
3298         for backwards compatibility (e.g. with woman package).
3299         Only show scores if apropos-sort-by-scores is `verbose'.
3301 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3303         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
3304         Add jka-compr-load-suffixes to load-suffixes.
3306         * jka-compr.el: Require 'jka-cmpr-hook.
3307         (jka-compr-info-compress-message, jka-compr-info-compress-program)
3308         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
3309         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
3310         (jka-compr-info-can-append, jka-compr-info-strip-extension)
3311         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
3312         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
3313         (jka-compr-uninstall): Remove entries from
3314         jka-compr-added-to-file-coding-system-alist after they are used.
3315         (jka-compr-error): Remove unused var `curbuf'.
3316         (jka-compr-file-local-copy): Remove unused var `notfound'.
3318 2005-11-10  Romain Francoise  <romain@orebokech.com>
3320         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
3322 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
3324         * progmodes/gud.el (gud-menu-map): Move parentheses.
3325         (gdb): New command gud-pv.
3327 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3329         * tar-mode.el: Remove spurious or unnecessary leading stars
3330         in docstrings.
3331         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
3332         (tar-parse-octal-integer-safe): Use mapc.
3333         (tar-header-block-summarize): Remove unused var `ck'.
3334         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
3335         cleared before.  Obey default-enable-multibyte-characters.
3336         Use mapconcat.  Simplify setting of tar-header-offset.
3337         (tar-mode-map): Move initialization inside delcaration.
3338         (tar-flag-deleted): Use `abs'.
3339         (tar-expunge-internal): Remove unused var `line'.
3340         (tar-expunge-internal): Don't hardcode point-min==1.
3341         (tar-expunge): Widen while doing set-buffer-multibyte.
3342         (tar-rename-entry): Use file-name-coding-system.
3343         (tar-alter-one-field): Don't hardcode point-min==1.
3344         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
3345         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
3347 2005-11-10  Masatake YAMATO  <jet@gyve.org>
3349         * add-log.el (add-log-current-defun): Handle class::method
3350         notation of c++. Fix incorrect comment.
3352 2005-11-10  Alan Mackenzie  <acm@muc.de>
3354         * help-fns.el (describe-variable): Make C-h v work when a variable
3355         has variable documentation yet is unbound.
3357 2005-11-10  Masatake YAMATO  <jet@gyve.org>
3359         * man.el (Man-highlight-references): Set an empty
3360         string to `Man-arguments' if it is nil.
3361         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
3363 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3365         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
3366         commenting conventions.
3368         * cus-dep.el (custom-make-dependencies): Simplify.
3369         Better follow the commenting conventions.
3371 2005-11-09  Richard M. Stallman  <rms@gnu.org>
3373         * apropos.el (apropos-pattern): Rename from apropos-regexp.
3374         (apropos-orig-pattern): Rename from apropos-orig-regexp.
3375         All uses changed.
3376         (apropos-rewrite-regexp): Doc fix.
3377         (apropos-variable, apropos-command, apropos, apropos-value):
3378         Change prompt; carry through the argument renaming.
3380 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
3382         * find-lisp.el: Require dired.
3383         (find-lisp-find-dired-internal): Do not call
3384         `abbreviate-file-name' on DIR.
3386 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
3388         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
3390 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
3392         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
3393         when using the speedbar.
3394         (gdb): New command gud-pp.
3395         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
3397 2005-11-09  Juri Linkov  <juri@jurta.org>
3399         * replace.el (occur-excluded-properties): New defcustom.
3400         (occur-1, occur-engine, occur-accumulate-lines): Use it.
3402 2005-11-08  Jay Belanger  <belanger@truman.edu>
3404         * calc/calc-units.el (math-convert-units): Replace any composite
3405         unit by its definition.
3407 2005-11-08  Lars Hansen  <larsh@soem.dk>
3409         * emacs-lisp/autoload.el (update-directory-autoloads):
3410         Add obsolete function alias.
3412 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3414         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
3415         comment-indent-function.
3416         (lisp-comment-indent): Replace by an alias for comment-indent-default.
3418         * reveal.el (reveal-post-command): Rework the handling of
3419         reveal-open-spots, so as to be more reliable.  There were several
3420         tricky corner cases where an open spot might be lost, or where
3421         a closed spot might end up on the list of open spots.
3422         Only reveal text that's ellipsised.
3424 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
3426         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
3428 2005-11-07  John Paul Wallington  <jpw@gnu.org>
3430         * ibuffer.el (ibuffer): Search iconified frames too when
3431         getting Ibuffer buffer's window.
3433 2005-11-06  Richard M. Stallman  <rms@gnu.org>
3435         * progmodes/compile.el (compilation-internal-error-properties):
3436         save-excursion around the computation of MARKER.
3438 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
3440         * textmodes/flyspell.el (flyspell-external-point-words):
3441         flyspell-get-word returns a list, not just a string.
3443 2005-11-06  John Paul Wallington  <jpw@pobox.com>
3445         * ibuffer.el (ibuffer): Search all visible frames when getting
3446         Ibuffer buffer's window.
3448 2005-11-07  Masatake YAMATO  <jet@gyve.org>
3450         * man.el (Man-reference-regexp): Accept spaces between
3451         `Man-name-regexp' and `Man-section-regexp'.
3452         (Man-apropos-regexp): New variable.
3453         (Man-abstract-xref-man-page): Use value for `Man-target-string'
3454         if available.
3455         (Man-highlight-references, Man-highlight-references0):
3456         Handle the case when `Man-arguments' includes "-k".
3457         (Man-highlight-references0): Rename the argument `TARGET-POS' to
3458         `TARGET'. `TARGET' can be a number, function or nil.
3460 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
3462         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
3463         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
3464         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
3465         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
3466         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
3467         (gdb-send-item): Use buffer-local-value and simplify.
3469 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
3471         * startup.el (command-line): Use `custom-reevaluate-setting' for
3472         `global-font-lock-mode'.
3474         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
3475         by default, except in batch mode or when the -D option is given.
3477         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
3478         specified keyword args on to `define-minor-mode'.  Update docstring.
3480 2005-11-05  Romain Francoise  <romain@orebokech.com>
3482         * replace.el (occur-engine): Add marker at end of line, too.
3484 2005-11-04 Ken Manheimer  <ken.manheimer@gmail.com>
3486         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3487         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3488         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3489         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
3490         argument to all these routines, so the passphrase can be managed
3491         externally and passed in to the system.
3492         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3493         pgg-add-passphrase-to-cache function.
3495         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3496         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
3497         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
3498         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
3499         argument to all these routines, so the passphrase can be managed
3500         externally and passed in to the system.
3501         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
3502         function.
3504 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
3506         * font-lock.el: Don't deal with font-lock-face-attributes here,
3507         move the code ...
3509         * startup.el (command-line): ... here. Use face-spec-set instead
3510         of custom-declare-face.
3512         * faces.el (face-spec-set): Reset the face if spec is not nil.
3514 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3516         * newcomment.el (comment-region-internal): Box more tightly in the
3517         common case where there's no TAB in the boxed text.
3519 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3521         * info.el (info-tool-bar-map): Use images prev-node, next-node and
3522         up-node.
3524 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
3526         * newsticker.el: Commentary updated. Code formatting changed.
3527         (newsticker-version): Change to "1.9".
3528         (newsticker, newsticker-feed): Doc fix.
3529         (newsticker-url-list): Doc fix.  Add option "Weekly".
3530         (newsticker-retrieval-interval): Add option "Weekly".
3531         (newsticker-headline-processing): Doc fix.
3532         (newsticker-auto-mark-filter): Remove.
3533         (newsticker-auto-mark-filter-list): New.
3534         (newsticker-layout, newsticker-sort-method): Doc fix.
3535         (newsticker-hide-old-items-in-newsticker-buffer)
3536         (newsticker-heading-format, newsticker-item-format)
3537         (newsticker-desc-format): Doc fix.
3538         (newsticker-show-all-rss-elements): Remove.
3539         (newsticker-show-all-news-elements): New.
3540         (newsticker-faces, newsticker-ticker): Doc fix.
3541         (remove-from-invisibility-spec): Code formatting.
3542         (newsticker--process-ids): New.
3543         (newsticker-mode): Doc fix.
3544         (newsticker-mode): Change mode-line-format.
3545         (newsticker-start): Remove debug output.
3546         (newsticker-start-ticker): Doc fix.  Add Autoload cookie.
3547         (newsticker-w3m-show-inline-images): Code formatting.
3548         (newsticker-next-item): Call `force-mode-line-update'.
3549         (newsticker-previous-item): Call `force-mode-line-update'.
3550         (newsticker-next-feed): Call `force-mode-line-update'.
3551         (newsticker-previous-feed): Call `force-mode-line-update'.
3552         (newsticker-mark-all-items-at-point-as-read): Code formatting.
3553         (newsticker-show-old-items): Do not show descs.
3554         (newsticker-hide-entry): Hide too much.
3555         (newsticker-hide-entry, newsticker-show-entry)
3556         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
3557         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
3558         (newsticker-toggle-auto-narrow-to-item): Code formatting.
3559         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
3560         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
3561         (newsticker-get-news): Call `force-mode-line-update'.
3562         Collect process ids.
3563         (newsticker--sentinel): Change coding system handling.
3564         Move image retrieval to new functions newsticker--get-logo-url-*.
3565         Move feed parsing to new functions newsticker--parse-*.
3566         Update list of process ids.
3567         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
3568         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
3569         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
3570         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
3571         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
3572         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
3573         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
3574         (newsticker--decode-coding-string): Remove.
3575         (newsticker--decode-numeric-entities): Check input.  Format code.
3576         (newsticker--remove-whitespace): Check input.
3577         (newsticker--do-forget-preformatted): Doc fix.
3578         (newsticker--decode-rfc822-date): Allow for missing time.
3579         (newsticker--update-process-ids): New.
3580         (newsticker--image-sentinel): Change comment.
3581         (newsticker--image-read): Change error message.
3582         (newsticker--imenu-goto): Doc fix.  Show headline title.
3583         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
3584         (newsticker--buffer-do-insert-text): Clean whitespace in
3585         html-rendered headline title.  Code formatting.
3586         Call `newsticker--buffer-print-extra-elements'.
3587         (newsticker--buffer-print-extra-element): Remove.
3588         (newsticker--buffer-print-extra-elements): New.
3589         (newsticker--buffer-do-print-extra-element): New.
3590         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
3591         large sizes.
3592         (newsticker--run-auto-mark-filter)
3593         (newsticker--do-run-auto-mark-filter):
3594         Use `newsticker-auto-mark-filter-list'.
3596 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
3598         * net/rcirc.el: Use split-string OMIT-NULLS argument.
3599         (rcirc-print): Force redisplay before running hooks.  Do long
3600         buffer truncation after making new text read-only.  Deal with nil
3601         text when decoding strings.  If TARGET is nil, use either the
3602         currently selected buffer, if it is an rcirc buffer and of the
3603         same process or the process buffer.
3604         (rcirc-mode): Remove header-line.  Recompute short buffer names.
3605         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
3606         (rcirc-short-buffer-name): Add variable.
3607         (rcirc-kill-buffer-hook): Recompute short buffer names.
3608         Remove nick from private channel.
3609         (rcirc-send-input): Send command text to current-buffer.
3610         Don't clear overlay arrow here.
3611         (rcirc-short-buffer-name): Return a short buffer name.
3612         (rcirc-update-short-buffer-names, rcirc-abbreviate)
3613         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
3614         buffer-name abbreviations.
3615         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
3616         Do not touch nick-table when killing a parted channel.
3617         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
3618         Clear arrow from current buffer if it is now hidden.
3619         (rcirc-current-buffer): Add variable.
3620         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
3621         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
3622         Remove -face from names.
3623         (rcirc-update-activity-string): Print "DND" when globally ignoring
3624         activity.
3625         (rcirc-ignore-buffer-activity-flag): Rename from
3626         rcirc-ignore-channel-activity.
3627         (rcirc-ignore-all-activity-flag): Doc fix.
3628         (rcirc-channels): Remove variable.
3629         (rcirc-kill-buffer-hook):
3630         (rcirc-get-buffer-create): Add nick to private channel.
3631         (rcirc-multiline-edit-submit): Remove tabs.
3632         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
3633         folded.
3634         (rcirc-remove-nick-channel): Bug fix.
3635         (rcirc-toggle-ignore-buffer-activity): Rename from
3636         rcirc-toggle-ignore-channel-activity.
3637         (rcirc-record-activity): Add buffers to the front of the list.
3638         (rcirc-update-activity): Remove killed buffers from list.
3639         (rcirc-process-server-response-1): Remove last argument if it is
3640         null before calling handler.
3641         (rcirc): Add "rcirc" defcustom prefix.
3642         (rcirc-prompt): Simplify default prompt.
3643         Use custom-initialize-default.
3644         (rcirc-private-chats): Remove variable.
3645         (rcirc-prompt): Change initialization.
3646         (rcirc-version): Remove function.
3647         (rcirc-id-string): Add constant.
3648         (rcirc-last-buffer): Remove variable.
3649         (rcirc-buffer-alist): Add variable.
3650         (rcirc-connect): Update variable setup.
3651         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
3652         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
3653         default.
3654         (rcirc-handler-generic): Trigger activity.
3655         (rcirc-send-message): Create the buffor of the target.
3656         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
3657         (rcirc-get-buffer): Just return nil if there is no matching buffer.
3658         (rcirc-multiline-edit-cancel): Remove function.
3659         (rcirc-set-last-buffer): Remove function.
3660         (rcirc-get-any-buffer): Add function.
3661         (rcirc-join-channels): Don't print /join text.
3662         (rcirc-toggle-ignore-channel-activity): Add and update echo area
3663         messages.
3664         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
3665         (rcirc-handler-NOTICE): Recognize CTCP responses.
3666         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
3667         constructing TOPIC string for buffers we are not JOINed.
3668         (rcirc-handler-CTCP-response): Add handler.
3669         (rcirc-multiline-edit-submit): Restore the window-configuration
3670         before adjusting point.
3671         (rcirc): Add customization group.
3672         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
3673         (rcirc-user-full-name, rcirc-startup-channels-alist)
3674         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
3675         (rcirc-ignore-all-activity-flag, rcirc-time-format)
3676         (rcirc-input-ring-size, rcirc-read-only-flag)
3677         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
3678         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
3679         Change defvar to defcustom.
3680         (rcirc-update-prompt): Add optional ALL arg, which will update
3681         prompts in all rcirc buffers.  Regexp quote replacement text.
3682         (rcirc-fill-column): Accept 'frame-width as a value.
3683         (rcirc-set-changed): Add function.
3684         (rcirc-next-active-buffer): Write more meaningful messages.
3685         (rcirc-faces): Add customization group.
3686         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
3687         (rcirc-nick-in-message-face, rcirc-prompt-face)
3688         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
3689         (with-rcirc-process-buffer): Move before first usage.
3690         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
3691         (rcirc-debug-flag): Rename from `rcirc-log-p'.
3692         (rcirc-debug): Rename from `rcirc-log'.
3693         (rcirc-format-response-string): Do not print '-' chars for a
3694         NOTICE with no sender.  Simplify output of server responses.
3696 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
3698         (rcirc-browse-url-map, rcirc-browse-url-at-point)
3699         (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
3700         mouse and RET clickable.
3702 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
3704         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
3706 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
3708         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3709         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3710         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3711         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
3712         argument to all these routines, so the passphrase can be managed
3713         externally and passed in to the system.
3714         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3715         pgg-add-passphrase-to-cache function.
3717         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3718         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
3719         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
3720         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
3721         argument to all these routines, so the passphrase can be managed
3722         externally and passed in to the system.
3723         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
3724         function.
3726 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
3728         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
3729         from goto-address-url-regexp.
3731 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
3733         * textmodes/org.el (org-read-date, org-goto-calendar)
3734         (org-recenter-calendar, org-agenda-goto-calendar):
3735         Temporarily clear 'calendar-move-hook'.
3737 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
3739         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
3740         merging.
3742         * ediff-util.el (ediff-previous-difference): Don't skip regions that
3743         have merge clashes.
3745 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3747         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3748         Undo previous change.
3750         * startup.el (command-line): Use `custom-reevaluate-setting' for
3751         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
3752         tty-register-default-colors on Mac.
3754 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
3756         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
3757         (gdb-buffer-type): Make it automatically buffer local...
3758         (gdb-get-create-buffer): ...and set it accordingly.
3759         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
3760         actually work.
3762 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
3764         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
3765         not red.
3767 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
3769         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
3770         case GUD buffer is not visible.
3771         (gdb-goto-breakpoint): Try to force display in source buffer.
3772         (gdb-frame-gdb-buffer): Copy other similar functions.
3773         (gdb-restore-windows): Don't display source if not asked for.
3774         (gdb-assembler-buffer-name): Don't capitalise.
3776 2005-11-03  Richard M. Stallman  <rms@gnu.org>
3778         * wid-edit.el (key-sequence): New widget type.
3780         * simple.el (set-mark-command-repeat-pop): New variable.
3781         (set-mark-command): Only interpret plan C-@ after a pop as a pop
3782         if set-mark-command-repeat-pop is true.
3784         * info.el (Info-fontify-node): Don't display extra "see" if there
3785         already is one here.
3787         * mouse.el: Fix special handling of DEL after dragging a region:
3788         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
3789         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
3791         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
3793         * textmodes/ispell.el (ispell-command-loop): Change `i' description
3794         not to assume it pertains to an affix.
3796         * textmodes/flyspell.el (flyspell-post-command-hook):
3797         Bind deactivate-mark to prevent deactivation.
3799 2005-11-03  Lars Hansen  <larsh@soem.dk>
3801         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
3802         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
3803         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
3805 2005-11-03  Romain Francoise  <romain@orebokech.com>
3807         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
3808         Update copyright years.
3810 2005-11-03  Sam Steingold  <sds@gnu.org>
3812         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3813         Use system-type instead of window-system because window-system is not
3814         correctly defined during loadup.
3816 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
3818         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
3819         (xml-parse-tag): Join strings separated by a comment properly.
3821 2005-11-02  Andreas Schwab  <schwab@suse.de>
3823         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
3825 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3827         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
3828         (byte-optimize-pure-func): Quote the eval'd value.
3830         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3831         Rename from perl-font-lock-syntactic-face-function.
3832         Change the calling convention so it can be used as a font-lock MATCHER.
3833         Do the parse-partial-sexp loop outselves.
3834         (perl-font-lock-syntactic-keywords): Use it.
3835         (perl-mode): Don't set font-lock-syntactic-face-function any more.
3837 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
3839         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
3840         disassembly buffer too.
3841         (gdb-exited): Remove overlay arrows when execution has finished.
3842         (gdb-info-frames-custom, gdb-info-threads-custom)
3843         (gdb-info-registers-custom): Don't add inappropriate text
3844         properties if inferior is not active.
3846 2005-11-02  Glenn Morris  <rgm@gnu.org>
3848         * progmodes/fortran.el (fortran-blink-match):
3849         Use `blink-matching-delay'.
3851 2005-11-02  John Mongan <jmongan@mccammon.ucsd.edu>  (tiny change)
3853         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
3855 2005-11-02  Lars Hansen  <larsh@soem.dk>
3857         * net/tramp.el (tramp-action-out-of-band): Handle scp message
3858         "Permission denied".
3860 2005-11-01  Richard M. Stallman  <rms@gnu.org>
3862         * textmodes/flyspell.el (flyspell-external-point-words):
3863         Pass nil to flyspell-get-word.
3865 2005-11-02  Kim F. Storm  <storm@cua.dk>
3867         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
3868         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
3870 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3872         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
3873         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
3874         (calendar-mouse-print-dates): Add optional `event' argument.
3875         Update interactive-spec.
3876         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
3877         Use `calendar-event-to-date' instead of `event'.
3879 2005-11-02  Masatake YAMATO  <jet@gyve.org>
3881         * progmodes/ld-script.el (ld-script-builtins):
3882         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
3883         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
3884         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
3886 2005-11-01  Romain Francoise  <romain@orebokech.com>
3888         * vc-sccs.el: Update copyright year.
3889         * ezimage.el: Likewise.
3891 2005-11-01  KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>  (tiny change)
3893         * info.el (Info-fontify-node): Use `string-width' for fontifying
3894         underlined titles.
3896 2005-11-01  Juri Linkov  <juri@jurta.org>
3898         * info.el (Info-fontify-node): Downcase node header keywords Node,
3899         Prev, Next, Up before comparison.
3900         (Info-history): Insert absolute directory name, and put invisible
3901         property on it.
3903 2005-11-01  Juri Linkov  <juri@jurta.org>
3905         * info.el (Info-file-supports-index-cookies): New variable.
3906         (Info-find-node-2): Check makeinfo version for index cookie support.
3907         (Info-index-nodes): Search for nodes with index cookies only when
3908         Info-file-supports-index-cookies is t.  Otherwise, search nodes
3909         with "Index" in the node name.
3910         (Info-index-node): Search index cookie in the current node only when
3911         Info-file-supports-index-cookies is t.  Otherwise, check the word
3912         "Index" in the node name.
3913         (Info-find-emacs-command-nodes): Remove code that searches nodes
3914         with "Index" node name in the top menu.
3916 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3918         * progmodes/scheme.el (scheme-mode-variables): Use the default
3919         comment-indent-function.
3921         * faces.el (face-attribute): Handle the case where a face inherits from
3922         a non-existent face.
3924         * simple.el (eval-expression-print-format): Use lisp-readable syntax
3925         for octal and hexa output, and merge the char into the paren.
3926         (kill-new): Use push.
3927         (copy-to-buffer): Use with-current-buffer.
3928         (completion-setup-function): Move code in loop to remove redundancy.
3929         (minibuffer-local-must-match-map): Don't add bindings that duplicate
3930         those inherited from minibuffer-local-completion-map.
3932         * savehist.el (savehist-mode) <defcustom>:
3933         Use custom-set-minor-mode if available.
3934         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
3935         and emit a message if applicable.
3937 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
3939         * savehist.el: Sync up to version 19.
3940         (savehist-mode): New minor mode.
3941         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
3942         (savehist-length): Remove (use history-length instead).
3943         (savehist-file-modes): Rename from savehist-modes.
3944         (savehist-save-hook, savehist-loaded): New vars.
3945         (savehist-load): Use savehist-mode.  Try to smooth up transition from
3946         old format to new format.
3947         (savehist-install): Allow savehist-autosave-interval to be nil.
3948         (savehist-save): Run the new hook.  Be more careful to only trim the
3949         history variables.
3950         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
3951         (savehist-printable): Print into a buffer rather than char-by-char.
3953 2005-11-01  John Wiegley  <johnw@newartisans.com>
3955         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
3956         toggle-ignore keybinding (C-a).  The author said it had been
3957         disabled much earlier due to a possible incompatibility, but after
3958         many months of usage I have encountered no problems (and it is a
3959         rather useful option, especially for switching to " *temp*").
3961         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
3962         support for OS/X's AddressBook, by calling out to the open source
3963         program "contacts" (installable through Fink).
3965         * net/eudc.el (eudc-expand-inline): If the
3966         `eudc-multiple-match-handling-method' is set to `all', delete the
3967         query string before inserting the query result.
3969         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
3970         flag, to prevent Eshell from using the system ls when
3971         `eshell-ls-insert-directory' is in used.
3972         (eshell-ls-insert-directory): Disable font-lock in directory
3973         buffer so that Eshell's own fontification is seen.  This broke
3974         recently due to changes in font-lock, so this goes back to version
3975         21 behavior.
3977 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
3979         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
3980         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
3981         (gdb-many-windows): Doc fix.
3983 2005-10-31  Romain Francoise  <romain@orebokech.com>
3985         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
3987 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
3989         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
3990         that global-font-lock-mode can be enabled by default.
3992         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
3993         (font-lock-add-keywords, font-lock-remove-keywords)
3994         (font-lock-fontify-buffer): Remove autoload cookies.
3996         * jit-lock.el (jit-lock-register): Likewise.
3998         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
4000 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
4002         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
4003         intact if there is no gud-comint-buffer.
4005 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
4007         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
4008         old prompt comint-prompt-read-only is t and GDB commands are
4009         issued from tool bar etc.
4011 2005-10-31  Masatake YAMATO  <jet@gyve.org>
4013         * vc.el (vc-directory-exclusion-list): Add "{arch}".
4015 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
4017         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
4018         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
4020 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
4022         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
4023         starting at beginning of line.  Fontification is messed up when
4024         `open-paren-in-column-0-is-defun-start' set to t.
4025         Reported by John Paul Wallington <jpw@pobox.com>.
4027 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
4029         * comint.el (comint-send-input): Call `comint-update-fence' when
4030         `comint-process-echoes' and `comint-prompt-read-only' are both
4031         non-nil, to avoid leftover read-only newline.
4033 2005-10-30  Richard M. Stallman  <rms@gnu.org>
4035         * textmodes/flyspell.el (flyspell-external-point-words):
4036         Detect when WORD can't be checked properly because
4037         flyspell-get-word finds just part of it, and move on.
4039         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
4040         boundarychar for Polish.
4041         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
4042         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
4044 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
4046         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
4047         (gdb-registers-font-lock-keywords): Delete.
4048         (gdb-registers-mode): Don't fontify.
4049         (gdb-info-registers-custom): Use text properties instead as, in
4050         future, changed register values will use font-lock-warning-face.
4051         (gdb-local-font-lock-keywords): Rename to...
4052         (gdb-locals-font-lock-keywords): ...for consistency.
4054 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
4056         * vc.el (vc-switch-backend): Better error message if the buffer is
4057         not visiting a file under version control.
4059         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
4061 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
4063         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
4064         ~/.emacs.d/.emacs.
4066 2005-10-29  Richard M. Stallman  <rms@gnu.org>
4068         * replace.el (occur-mode-mouse-goto): Always go to other window.
4069         (occur-mode-goto-occurrence): Always switch in same window.
4071         * simple.el (undo): Display message at end, not at start.
4073         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
4074         New arg REUSE-CELL.
4075         (cancel-timer-internal): New function.
4076         (timer-event-handler): Use cancel-timer-internal,
4077         and pass the cell it returns to timer-activate...
4079         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
4080         (jit-lock-deferred-fontify, jit-lock-context-fontify)
4081         (jit-lock-after-change): Test memory-full.
4083 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
4085         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4086         part of the decoded armor to find the key-identifier.
4087         (pgg-gpg-lookup-key-owner): New function to return the
4088         human-readable identifier of a key owner.
4089         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
4090         key itself.
4091         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4092         the key value) if we have a key and can match it against a secret
4093         key.  Also, added a note pointing out fact that the prompt only
4094         indicates the first matching key.
4096         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
4097         pgg-decrypt-region.
4098         (pgg-pending-timers): A new hash for tracking the passphrase cache
4099         timers, so that new ones supercede old ones.
4100         (pgg-add-passphrase-to-cache): Rename from
4101         `pgg-add-passphrase-cache' to reduce confusion (all callers
4102         changed).  Modified to cancel old timers when new ones are added.
4103         (pgg-remove-passphrase-from-cache): Rename from
4104         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4105         changed).  Modified to cancel old timers when their keys are
4106         removed from the cache.
4107         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
4108         XEmacs, an indirection to delete-itimer.
4109         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
4110         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
4111         users can only check cache without risk of prompting.  Correct bug in
4112         notruncate behavior.
4113         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
4114         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
4115         Add informative docstrings.
4116         (pgg-decrypt): Convey provided passphrase in subordinate call to
4117         pgg-decrypt-region.
4119         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4120         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4121         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4122         'passphrase' argument, so the passphrase can be managed externally
4123         and then passed in to the system.
4125         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4126         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
4127         so the passphrase cache can be used reliably with identifiers
4128         besides a pgp packet's key id.
4130         * pgg-gpg.el (pgg-pgp-encrypt-region)
4131         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4132         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4133         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
4134         argument to all these routines, so the passphrase can be managed
4135         externally and passed in to the system.
4137         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4138         'notruncate' argument, so the passphrase cache can be used
4139         reliably with identifiers besides a pgp packet's key id.
4141 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
4143         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4144         symmetric encryption.
4145         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4146         encrypted session key.
4147         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4148         message ask for the passphrase in a proper way.
4150         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4151         New user commands for symmetric encryption.
4153 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
4155         * textmodes/conf-mode.el (conf-assignment-sign)
4156         (conf-assignment-regexp): Fix docstrings.
4157         (conf-mode-initialize): New function.
4158         (conf-mode): Remove optional args.  Use delay-mode-hooks to
4159         recognize recursive calls.
4160         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
4161         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
4162         (conf-xdefaults-mode): Use define-derived-mode and
4163         conf-mode-initialize.
4165 2005-10-29  Romain Francoise  <romain@orebokech.com>
4167         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
4169 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
4171         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4172         part of the decoded armor to find the key-identifier.
4173         (pgg-gpg-lookup-key-owner): New function to return the
4174         human-readable identifier of a key owner.
4175         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
4176         key itself.
4177         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4178         the key value) if we have a key and can match it against a secret
4179         key.  Also, added a note pointing out fact that the prompt only
4180         indicates the first matching key.
4182         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
4183         pgg-decrypt-region.
4184         (pgg-pending-timers): A new hash for tracking the passphrase cache
4185         timers, so that new ones supercede old ones.
4186         (pgg-add-passphrase-to-cache): Rename from
4187         `pgg-add-passphrase-cache' to reduce confusion (all callers
4188         changed).  Modified to cancel old timers when new ones are added.
4189         (pgg-remove-passphrase-from-cache): Rename from
4190         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4191         changed).  Modified to cancel old timers when their keys are
4192         removed from the cache.
4193         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
4194         XEmacs, an indirection to delete-itimer.
4195         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
4196         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
4197         users can only check cache without risk of prompting.  Correct bug in
4198         notruncate behavior.
4199         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
4200         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
4201         Add informative docstrings.
4202         (pgg-decrypt): Convey provided passphrase in subordinate call to
4203         pgg-decrypt-region.
4205 2005-10-20  Ken Manheimer <ken.manheimer+emacs@gmail.com>
4207         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4208         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4209         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4210         'passphrase' argument, so the passphrase can be managed externally
4211         and then passed in to the system.
4213         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4214         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
4215         so the passphrase cache can be used reliably with identifiers
4216         besides a pgp packet's key id.
4218         * pgg-gpg.el (pgg-pgp-encrypt-region)
4219         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4220         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4221         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
4222         argument to all these routines, so the passphrase can be managed
4223         externally and passed in to the system.
4225         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4226         'notruncate' argument, so the passphrase cache can be used
4227         reliably with identifiers besides a pgp packet's key id.
4229 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
4231         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4232         symmetric encryption.
4233         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4234         encrypted session key.
4235         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4236         message ask for the passphrase in a proper way.
4238         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4239         New user commands for symmetric encryption.
4241 2005-10-28  Bill Wohler  <wohler@newt.com>
4243         * help-mode.el (help-url): New button type. Calls browse-url.
4244         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
4245         Similar to Info nodes: URL `url'.
4246         (help-make-xrefs): Create help-url buttons for
4247         help-xref-url-regexp matches.
4249 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
4251         * tool-bar.el (tool-bar-add-item-from-menu)
4252         (tool-bar-local-item-from-menu): Fix doc strings.
4254 2005-10-28  Romain Francoise  <romain@orebokech.com>
4256         * ldefs-boot.el: Update.
4258         * subr.el (locate-library): Move from help-fns.el.
4259         * help-fns.el (locate-library): Move to subr.el.
4261 2005-10-28  Richard M. Stallman  <rms@gnu.org>
4263         * net/tramp.el (tramp-completion-mode): defvar moved up.
4265         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
4267         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
4269         * files.el (find-file-noselect): Use %d to format large file size.
4271         * bindings.el (mode-line-format): Add %e.
4273         * loadup.el ("facemenu"): Load unconditionally.
4274         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
4275         ("x-dnd"): Load, when appropriate.
4277         * startup.el (command-line): Call before-init-hook earlier.
4278         Warn about some bad characters in -u user name.
4280         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
4281         (flyspell-external-point-words): Error if misspelled word is not found.
4282         Set flyspell-large-region-beg at end of word.
4284 2005-10-28  Andreas Schwab  <schwab@suse.de>
4286         * view.el (View-revert-buffer-scroll-page-forward):
4287         Use view-page-size-default.
4289 2005-10-28  Juri Linkov  <juri@jurta.org>
4291         * international/quail.el (quail-get-current-str): Translate last
4292         raw character for deterministic input methods.
4294 2005-10-27  Jay Belanger  <belanger@truman.edu>
4296         * calc/calc-ext.el: Add functions to autoloads.
4297         (math-identity-matrix-p, math-ident-row-p): New functions.
4299         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
4300         multiplication by an identity matrix; don't turn multiplication by
4301         an inverse matrix into division.
4302         (math-div-symbol-fancy):  Replace division by matrices with
4303         multiplication by inverse.
4305         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
4307         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
4308         (calc-writeoutpower): New functions.
4310 2005-10-27  Romain Francoise  <romain@orebokech.com>
4312         * replace.el (occur-engine): Include colon in mouse-face highlight.
4314         * dired-x.el: Change Maintainer field.
4316 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
4318         * longlines.el (longlines-mode): Bind after-change-functions to
4319         nil during initial decoding and final encoding.
4321 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
4323         * term.el (term-emulate-terminal, term-handle-colors-array)
4324         (term-handle-ansi-escape): Specify the terminfo capabilities
4325         implemented.
4327 2005-10-26  Richard M. Stallman  <rms@gnu.org>
4329         * info.el (Info-fontify-node): Fix detection of sentence-break
4330         before *Note.
4332 2005-10-26  Romain Francoise  <romain@orebokech.com>
4334         * smerge-mode.el: Add `tools' to file keywords.
4336 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
4338         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
4339         when the fringe is not available.
4341         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
4342         (def-gdb-auto-update-trigger): Simplify construction.
4343         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
4344         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
4345         defined explicitly.
4346         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
4347         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
4348         defined explicitly.
4349         (gdb-info-locals-custom): Remove as it's a no-op.
4351 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
4353         * longlines.el (longlines-mode): Remove narrowing before
4354         performing the initial decoding or final encoding.
4356 2005-10-25  Romain Francoise  <romain@orebokech.com>
4358         * emacs-lisp/find-func.el (find-library-name): Also strip
4359         extension if library name ends in .el, to take advantage of
4360         `find-library-suffixes'.
4362 2005-10-25  Richard M. Stallman  <rms@gnu.org>
4364         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
4366 2005-10-25  Juri Linkov  <juri@jurta.org>
4368         * textmodes/texinfo.el (texinfo-mode): Change charset of one
4369         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
4371 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4373         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
4374         (blackbox-redefine-key): Add argument `map'.
4376         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
4377         regions when moving the jit-lock-context-unfontify-pos boundary.
4379 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4381         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
4383 2005-10-25  Masatake YAMATO  <jet@gyve.org>
4385         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
4387 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
4389         * play/blackbox.el (blackbox-redefine-key): New function.
4390         (blackbox-mode-map): Use it to remap existing bindings for cursor
4391         motion instead of binding literal keys.
4393 2005-10-25  Glenn Morris  <rgm@gnu.org>
4395         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
4396         diary does not end in a newline.  Do not assume a blank line at
4397         the start of the diary file.
4399 2005-10-25  Kenichi Handa  <handa@m17n.org>
4401         * international/quail.el (quail-translate-key): If the input
4402         method is deterministic and failed to handle the last key, restart
4403         the key handling loop from an appropriate key.
4405 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
4407         * vc.el (vc-dired-mode): Extend comment for binding of
4408         `directory-listing-before-filename-regexp'.
4410 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4412         * textmodes/texinfo.el (texinfo-mode):
4413         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
4414         not to unnecessarily expose emacs-mule's internal char codes.
4416 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
4418         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
4419         Display hand pointer and help-echo on disabled icon too.
4420         (gdb-mouse-until): New function.
4421         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
4423 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
4425         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
4426         with 2005-10-23 change to doctor.el.
4428         * finder.el (finder-mode-map): Add follow-link binding.
4430 2005-10-25  Kim F. Storm  <storm@cua.dk>
4432         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
4433         to gdb-mouse-toggle-breakpoint-fringe.
4434         (gdb-mouse-toggle-breakpoint-margin): Rename from
4435         gdb-mouse-toggle-breakpoint. Fix doc.
4436         (gdb-mouse-toggle-breakpoint-fringe): New defun.
4437         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
4438         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
4439         string properties also for fringe breakpoint bitmaps.
4441 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
4443         * textmodes/org.el (org-start-icalendar-file): Fix format form.
4445 2005-10-25  Masatake YAMATO  <jet@gyve.org>
4447         * simple.el (completion-common-substring):
4448         Use `completion-common-substring' prior to `completion-base-size'.
4450 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
4452         * savehist.el: Require CL while compiling.
4453         (savehist-history-variables): Remove.
4454         (savehist-save-minibuffer-history, savehist-additional-variables)
4455         (savehist-minibuffer-history-variables): New vars.
4456         (savehist-save): Use them.
4457         (savehist-uninstall, savehist-minibuffer-hook): New funs.
4458         (savehist-install): New fun, extracted from savehist-load.
4459         (savehist-load): Use them.
4461 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4463         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
4464         a dummy doc-string-elt property.
4465         (defalias, defvaralias, define-category): Add a docstring property.
4467         * image.el (defimage):
4468         * widget.el (define-widget):
4469         * custom.el (defface, defcustom): Add `doc-string' declaration.
4471         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
4472         (defadvice): Add `doc-string' declaration.
4474         * emacs-lisp/byte-run.el (macro-declaration-function):
4475         Handle `doc-string' declarations.
4476         (define-obsolete-function-alias, define-obsolete-variable-alias):
4477         Add `doc-string' declaration.
4479 2005-10-24  Kenichi Handa  <handa@m17n.org>
4481         * international/utf-7.el (utf-7): Add autoload cookie.
4483         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
4485 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
4487         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
4488         list of directories passed to batch-update-autoloads.  Add "." to
4489         the list of the echoed directories.
4491         * pgg-def.el:
4492         * pgg-gpg.el:
4493         * pgg-parse.el:
4494         * pgg-pgp.el:
4495         * pgg-pgp5.el:
4496         * pgg.el: Moved here from the gnus subdirectory.
4498 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
4500         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
4501         in case comint-prompt-read-only is set to t.
4503         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
4504         in case comint-prompt-read-only is set to t.
4506 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
4508         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
4509         Now a string.
4510         (icalendar-import-format): Handle CLASS, STATUS, URL.
4511         Rename `subject' to `summary'.
4512         (icalendar-import-format-summary): Rename from
4513         `icalendar-import-format-subject'.
4514         (icalendar-import-format-url, icalendar-import-format-status)
4515         (icalendar-import-format-class): New variables.
4516         (icalendar--rris): Take variable argument list.
4517         (icalendar--datestring-to-isodate): Remove unnecessary
4518         calendar-style check when converting dates with explicit month names.
4519         (icalendar-export-region): Change return type of conversion
4520         subroutines.  Bury current buffer unless error occurred.
4521         (icalendar--convert-to-ical)
4522         (icalendar--parse-summary-and-rest): New functions.
4523         (icalendar--convert-ordinary-to-ical)
4524         (icalendar--convert-weekly-to-ical)
4525         (icalendar--convert-yearly-to-ical)
4526         (icalendar--convert-block-to-ical)
4527         (icalendar--convert-cyclic-to-ical)
4528         (icalendar--convert-anniversary-to-ical): Change return type.
4529         Strip trailing blanks from subject.
4530         (icalendar--convert-sexp-to-ical): Change return type.
4531         Strip trailing blanks from subject.  Handle simple sexp
4532         entries as generated by icalendar.el.
4533         (icalendar--convert-float-to-ical)
4534         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
4535         (icalendar-import-file): Doc fix.
4536         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
4537         Correct call to icalendar--rris.
4538         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
4539         `summary'.
4540         (icalendar--add-diary-entry): Rename `subject' to `summary'.
4542 2005-10-24  Romain Francoise  <romain@orebokech.com>
4544         * server.el (server-sentinel): Set query-on-exit flag to nil on
4545         new client processes (it isn't inherited from the server process).
4547         * replace.el (occur-engine): Rearrange text properties.
4549 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4551         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
4552         case-fold-search is nil.
4553         (debug-help-follow): Use help-xref-interned directly.
4555 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4557         * thumbs.el (thumbs-image-type): Add .pbm.
4559 2005-10-23  Richard M. Stallman  <rms@gnu.org>
4561         * faces.el (inhibit-face-set-after-frame-default): New variable.
4562         (set-face-attribute): Bind it.
4563         (face-set-after-frame-default): Test it.
4565         * help-fns.el (describe-simplify-lib-file-name): New function.
4566         (describe-function-1, describe-variable): Use it.
4568         * faces.el (describe-face): Use describe-simplify-lib-file-name.
4570         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
4571         Eliminate nil as possible value.
4572         (tooltip-hide-delay): Reduce internal-border-width.
4574         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
4575         (menu-bar-file-menu) <new-file>: Likewise.
4577         * simple.el (line-move-finish): Ignore fields computing LINE-END.
4579         * international/mule.el (load-with-code-conversion):
4580         Pass full file name to `eval-buffer' unless preloading.
4582         * textmodes/flyspell.el (flyspell-large-region):
4583         Call ispell-check-version.
4585         * textmodes/ispell.el (ispell-local-dictionary-overridden):
4586         Fix the make-variable-buffer-local call that was supposed
4587         to be for this variable.
4588         (ispell-aspell-supports-utf8): Doc fix.
4589         (ispell-find-aspell-dictionaries): Preserve elements of
4590         ispell-dictionary-alist for dictionaries that aspell doesn't report.
4591         (ispell-aspell-find-dictionary): Return nil on error.
4593         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
4594         (doctor-symptoms): Likewise.
4596         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
4598 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4600         * cus-edit.el (custom-button, custom-button-pressed): New vars.
4601         (custom-raised-buttons): Add :set spec.
4602         (custom-button-unraised, custom-button-pressed-unraised):
4603         New faces, so that custom-raised-buttons actually does something.
4604         (custom-mode): Use custom-button and custom-button-pressed.
4606         * wid-edit.el (widget-specify-button): Don't ignore
4607         widget-mouse-face on graphic terminals.
4608         (widget-move-and-invoke): Cleanup.
4610 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
4612         * whitespace.el (whitespace-cleanup): Doc fix.
4614 2005-10-23  Romain Francoise  <romain@orebokech.com>
4616         * emulation/viper.el (viper-set-hooks): Quote forms passed to
4617         `eval-after-load' to avoid evaluating their result.
4619 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
4621         * files.el (directory-listing-before-filename-regexp):
4622         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
4624         * dired.el (dired-move-to-filename-regexp): Remove.
4625         All occurences replaced by `directory-listing-before-filename-regexp'.
4627         * dired-x.el, locate.el, vc.el:
4628         Replace `dired-move-to-filename-regexp' by
4629         `directory-listing-before-filename-regexp'.  In vc.el it is
4630         overwritten locally; maybe this can be handled in files.el too.
4632         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
4633         replaced by `directory-listing-before-filename-regexp'.
4635 2005-10-23  Andreas Schwab  <schwab@suse.de>
4637         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
4638         and eval-next-after-load.
4640 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
4642         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
4643         exist, create it.
4645 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
4647         * allout.el: Remove autoloads for mailcrypt and crypt++.
4648         Require pgg, pgg-gpg during compilation.
4649         (allout-version): Increment version number to 2.1, and use a literal
4650         rather than RCS Id.
4651         (allout-default-encryption-scheme): Remove.
4652         (allout-passphrase-verifier-handling)
4653         (allout-passphrase-verifier-string)
4654         (allout-file-passphrase-verifier-string)
4655         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
4656         (allout-passphrase-hint-handling): Rename and simplify.
4657         (allout-init): Use `find-file-hook' if available, otherwise
4658         `find-file-hooks'.
4659         (allout-mode): Use `write-file-functions' if available, otherwise
4660         `local-write-file-hooks' and, instead of making auto-save-hook
4661         buffer local, make the write-file-hook activity contingent to
4662         allout-mode.
4663         (allout-mode): Use key-binding substitution in the docstring.
4664         (allout-kill-line): Spell-out kill ring data structure mutation
4665         instead of using byte-compiler-complaint-provoking `pop'.
4666         (allout-insert-listified): Use `insert' rather than `insert-string'
4667         (allout-toggle-current-subtree-encryption): Update docstring, adjust
4668         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
4669         (allout-encrypt-string): Totally revamped vis new underlying
4670         encryption facilities.
4671         (allout-mc-activate-passwd): Remove.
4672         (allout-obtain-passphrase): New, more or less replaces
4673         allout-mc-activate-passwd.
4674         (allout-encrypted-key-info): More or less replaces
4675         allout-encrypted-text-type.
4676         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
4677         (my-mark-marker): Use `(featurep 'xemacs)'.
4679 2005-10-23  Lars Hansen <larsh@soem.dk>
4681         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
4682         (byte-compile-file-form-defmumble, byte-compile-defun)
4683         (byte-compile-defmacro): Use it.
4684         (byte-compile-form): Don't call byte-compile-set-symbol-position
4685         when a byte-compile handler is called.
4687 2005-10-22  Romain Francoise  <romain@orebokech.com>
4689         * savehist.el (savehist-history-variables): Add `grep-find-history'.
4691         * subr.el (eval-after-load): Convert library name to an absolute
4692         file name using locate-library, since load-history no longer has
4693         library names in it.
4695 2005-10-22  Richard M. Stallman  <rms@gnu.org>
4697         * files.el (make-temp-file): Move from subr.el.
4698         * subr.el (make-temp-file): Move to files.el.
4700         * window.el (get-buffer-window-list): Move from subr.el.
4701         * subr.el (get-buffer-window-list): Move to window.el.
4703         * image.el (image-load-path): Use eval-at-startup to initialize.
4705         * subr.el (eval-at-startup): New macro.
4707         * subr.el: Much rearrangement of functions and division
4708         into pages.  No code changes.
4710 2005-10-22  Kenichi Handa  <handa@m17n.org>
4712         * tar-mode.el (tar-extract): Be sure to call
4713         find-operation-coding-system if set-auto-coding doesn't find a
4714         coding system.
4716 2005-10-22  Kim F. Storm  <storm@cua.dk>
4718         * image.el (image-type-header-regexps): Rename from image-type-regexps.
4719         Change users.
4720         (image-type-file-name-regexps): New defconst.
4721         (image-type-from-data): Simplify loop.
4722         (image-type-from-buffer): New defun.
4723         (image-type-from-file-header): Use it instead of image-type-from-data.
4724         Use image-search-load-path instead of only looking in data-directory.
4725         (image-type-from-file-name): New defun.
4726         (image-search-load-path): Change `pathname' to `filename'.
4727         Make PATH arg optional, default to image-load-path.
4729 2005-10-21  Richard M. Stallman  <rms@gnu.org>
4731         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
4733         * textmodes/paragraphs.el (sentence-end-base): New variable.
4734         (sentence-end): Use sentence-end-base.
4736 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4738         * font-lock.el (font-lock-default-fontify-region): Check the multiline
4739         property independently from the font-lock-multiline variable.
4741 2005-10-21  Richard M. Stallman  <rms@gnu.org>
4743         * emacs-lisp/find-func.el (find-library-name): Doc fix.
4745         * startup.el (command-line): Convert library names
4746         in `load-history' to absolute file names.
4748         * subr.el (symbol-file): Doc fix.
4750         * loadhist.el (file-loadhist-lookup): Call locate-library
4751         instead of find-library-name.  Don't try converting
4752         abs file names to library names, since load-history no longer
4753         has library names in it.
4754         (file-dependents, file-provides, file-requires): Doc fixes.
4756 2005-10-21  Juri Linkov  <juri@jurta.org>
4758         * progmodes/etags.el (tags-table-mode): New function.
4759         (tags-verify-table): Replace initialize-new-tags-table with
4760         tags-table-mode.
4762         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
4763         default value.
4764         (desktop-modes-not-to-save): Add tags-table-mode to the
4765         default value.
4767         * info.el (Info-index-next): Add total number of index
4768         alternatives to the message.
4770         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
4771         backward only space (instead of space and period) before looking
4772         at sentence end.
4774         * simple.el (set-variable): Use user-variable-p instead of symbolp.
4775         Add the old variable value as 4th default-value arg of read-string.
4777 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4779         * cus-face.el (custom-declare-face): Make face from X resources
4780         also on Mac.
4782         * disp-table.el (standard-display-g1, standard-display-graphic):
4783         Refuse to use string glyphs also on Mac.
4784         (standard-display-european): Don't set terminal coding system also
4785         on Mac.
4787         * frame.el (display-screens): Use x-display-screens also on Mac.
4789 2005-10-21  Romain Francoise  <romain@orebokech.com>
4791         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
4793 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4795         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
4796         and $? into sexps.
4798         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
4799         warning face on open-paren-in-column-0.
4801         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
4802         boundary case.  Fix typo.
4803         Suggested by Martin Rudalics <rudalics@gmx.at>.
4805 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
4807         * textmodes/org.el (org-combined-agenda-icalendar-file)
4808         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
4809         (org-export-icalendar-this-file)
4810         (org-export-icalendar-all-agenda-files)
4811         (org-export-icalendar-combine-agenda-files): New commands.
4812         (org-export-icalendar, org-print-icalendar-entries)
4813         (org-start-icalendar-file, org-finish-icalendar-file)
4814         (org-ical-ts-to-string): New functions.
4815         (org-read-date, org-goto-calendar)
4816         (org-agenda-goto-calendar): Inhibit displaying diary entries by
4817         call to `calendar'.
4818         (orgtbl-setup): Remove the :keys arguments from the menu description.
4819         (org-after-save-iCalendar-file-hook): New variable.
4821 2005-10-21  Kenichi Handa  <handa@m17n.org>
4823         * language/vietnamese.el (tcvn-5712): Make it an alias of
4824         vietnamese-tcvn coding-system.
4826 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
4828         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
4829         group id is given.
4831 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4833         * progmodes/sh-script.el (sh-escaped-line-re): New var.
4834         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
4835         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
4836         whose line is either continued or ends with a comment.
4838 2005-10-20  Romain Francoise  <romain@orebokech.com>
4840         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
4842         * replace.el (occur-engine): Add follow-link property.
4844         * font-core.el (font-lock-mode): Doc fix.
4846 2005-10-20  Richard M. Stallman  <rms@gnu.org>
4848         * net/rcirc.el: New file.
4850 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
4852         * term.el (term-term-name): Initialize to "eterm-color".
4854 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
4856         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
4857         for encryption functionality.
4858         Move allout customization subgroup from `editing' to `outlines' group.
4859         Fix commentary 'keywords' to legitimate ones.
4860         Update author info (using my current email address, obscurified).
4861         (allout-encrypt-string, allout-encryption-produce-work-buffer)
4862         (allout-encrypted-topic-p, allout-encrypted-text-type)
4863         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
4864         (allout-situate-encryption-key-verifier)
4865         (allout-get-encryption-key-verifier, allout-verify-key)
4866         (allout-next-topic-pending-encryption)
4867         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
4868         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
4869         (outline-key-verifier-handling, outline-key-hint-handling)
4870         (outline-encrypt-unencrypted-on-saves): New defcustoms.
4871         (allout-file-key-verifier-string, allout-encryption-scheme)
4872         (allout-key-verifier-string, allout-key-hint-string)
4873         (allout-after-save-decrypt): New variables.
4874         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
4875         (allout-after-saves-handler): New hook functions.
4876         (allout-post-command-business): Do allout-after-save-decrypt.
4877         (allout-enable-file-variable-adjustment): Custom var to enable
4878         mechanism for adding and adjusting settings of Emacs file variables.
4879         (allout-adjust-file-variable, allout-file-vars-section-data):
4880         New functions, implement the mechanism.
4881         (outlineify-sticky): Use the file vars mechanism.
4882         (allout-inhibit-protection, allout-during-write-cue)
4883         (allout-override-protect, allout-before-change-protect): Remove.
4884         (allout-flag-region, allout-open-topic): Adjust read-only text.
4885         (allout-open-line-not-read-only): Add to facilitate read-only
4886         text based protection.
4887         (allout-kill-line): Revise to adjust read-only text, clue the
4888         user about the inhibition.
4889         (allout-unprotected): Use unwind-protect.
4890         (allout-shift-in, allout-shift-out): Disallow manually shifting a
4891         topic deeper than the offspring depth of the previous topic -
4892         avoiding confusing "containment discontinuities".
4893         (allout-reindent-bodies): Fix retention of body relative hanging
4894         indent during promotion of collapsed bodies.
4895         (allout-open-topic): Make it easy to open new topic with same
4896         bullet as current topic - topic creation functions provided with
4897         any universal argument provokes now prompt for bullet, defaulting
4898         to the bullet of the previous topic.
4899         (allout-plain-bullets-string, allout-distinctive-bullets-string):
4900         Plain bullet alternates '.' period and ',' comma only.  All other
4901         bullets are relegated to special status (but customizable).
4902         (allout-end-of-entry): Rename from 'allout-end-of-current-entry
4903         since it actually operates w.r.t. most immediately containing
4904         entry, visible or not.
4905         (allout-hide-current-entry, allout-show-current-entry): Use the
4906         revised version.
4907         (allout-old-expose-topic): Solidify deprecation.
4908         (allout-end-of-subtree): Add so we can span concealed as well
4909         as visible topics.
4910         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
4911         (allout-end-of-current-heading): Tweak to just respect the first line.
4912         (allout-get-body-text): Add.
4913         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
4914         when invoked interactively.
4915         (allout-up-current-level): Use `interactive-p'.
4916         (allout-mode, allout-init): Miscellaneous docstring and
4917         operational refinements, as well as hookups of new encryption stuff.
4918         (allout-beginning-of-current-entry): Now works as advertised.
4919         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
4920         (allout-isearch-rectification): Refine condition for isearching.
4921         (allout-isearch-abort, allout-enwrap-isearch)
4922         (allout-flag-region, my-region-active-p): Relocate some macros.
4923         (allout-title): Fallback title is '(buffer-name)', not
4924         non-existing '(current-buffer-name)'.
4925         (subst-char-in-string): Define if absent (for some XEmacs versions).
4927 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
4929         * mail/sendmail.el (mail-setup-hook, mail-aliases)
4930         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
4931         (mail-citation-prefix-regexp, mail-signature-file)
4932         (mail-default-headers, mail-bury-selects-summary)
4933         (mail-send-nonascii): Add autoload cookies.
4935 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
4937         * frame.el (blink-cursor-mode): Add `mac' to the list of
4938         window-system's that support blinking cursor.
4940 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4942         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
4944 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
4946         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
4947         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
4948         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
4950 2005-10-20  Kim F. Storm  <storm@cua.dk>
4952         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
4953         (ido-set-current-directory): Don't add / after final @.
4954         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
4955         Explicitly handle ange-ftp completion oddities.
4956         (ido-make-file-list): Don't rotate list at tramp root to avoid
4957         triggering tramp file handler for expand-file-name via get-file-buffer.
4959 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4961         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
4963 2005-10-19  Jay Belanger  <belanger@truman.edu>
4965         * calc/calc-units.el (math-standard-units): Add units, adjust
4966         symbols and update values.
4967         (math-unit-prefixes):  Add more prefixes.
4969 2005-10-19  Romain Francoise  <romain@orebokech.com>
4971         * bookmark.el (bookmark-menu-heading): New face.
4972         (bookmark-bmenu-list): Use it.
4973         Don't fiddle with `baud-rate' at top-level.
4975 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
4977         * image.el (create-image, find-image): Mention max-image-size in
4978         docstring.
4980 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4982         * savehist.el (savehist-load): Revert to checking XEmacs.
4984         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
4985         Various docstring and line-width fixups.
4986         (conf-mode): Use cond.
4987         Set font-lock-defaults.  Don't set comment-use-syntax.
4989 2005-10-18  David Ponce  <david@dponce.com>
4991         * tree-widget.el (tree-widget-button-click): New function.
4992         (tree-widget-button-keymap): Use it.
4994 2005-10-18  Romain Francoise  <romain@orebokech.com>
4996         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4997         (bookmark-bmenu-hide-filenames): Add follow-link property.
4998         Improve help-echo text.
5000         * ffap.el (find-file-at-point): Doc fix.
5002 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5004         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
5006 2005-10-18  Masatake YAMATO  <jet@gyve.org>
5008         Install to the CVS repository what I forgot to install in my
5009         2005-10-16 changes.
5011         * progmodes/python.el (python-complete-symbol): Pass the common
5012         prefix substring of completion to `display-completion-list'.
5014         * textmodes/org.el (org-complete): Ditto.
5016 2005-10-18  Masatake YAMATO  <jet@gyve.org>
5018         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
5020         * woman.el (WoMan-xref-man-page): New button type derived
5021         from `Man-abstract-xref-man-page'.
5022         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
5024         * man.el (Man-abstract-xref-man-page): New button type.
5025         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
5026         (Man-highlight-references): Add new optional argument `xref-man-type'.
5028 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
5030         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
5032 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
5034         * cus-edit.el (Custom-move-and-invoke): Delete.
5035         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
5037         * wid-edit.el (widget-move-and-invoke): New function, from
5038         Custom-move-and-invoke.
5040 2005-10-17  Bill Wohler  <wohler@newt.com>
5042         Move all remaining images from lisp/toolbar to etc/images, move
5043         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
5044         the low resolution images in their own directory (low-color).
5046         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
5047         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
5048         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
5049         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
5050         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
5051         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
5052         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
5054         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
5055         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
5056         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
5057         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
5058         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
5059         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
5060         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
5061         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
5062         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
5063         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
5064         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
5065         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
5066         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
5067         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
5068         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
5070         To conform with convention, replace the underscore (_) in the
5071         following image names with dash (-) or (/) as appropriate.
5073         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
5074         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
5075         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
5076         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
5077         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
5078         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
5079         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
5080         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
5081         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
5082         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
5083         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
5084         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
5085         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
5086         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
5087         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
5089         * info.el (info-tool-bar-map): Replace underscores in image names
5090         with dashes.
5092         * makefile.w32-in (WINS): Remove toolbar.
5094         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
5096         * tool-bar.el: Move to lisp from toolbar.  Now that
5097         toolbar is empty, it should be deleted when folks run "cvs up -P".
5099 2005-10-18  Jay Belanger  <belanger@truman.edu>
5101         * calc/calc-store.el (calc-store-into): Get the proper variable name
5102         to display in message.
5104 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
5106         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
5107         expressions display in speedbar for all buffers when debugging.
5108         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
5110         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
5111         (speedbar-insert-button, speedbar-make-button):
5112         Use add-text-properties.
5113         (speedbar-update-localized-contents)
5114         (speedbar-update-directory-contents)
5115         (speedbar-update-special-contents): Use dolist.
5116         (speedbar-buffer-easymenu-definition): Add a menu separator.
5118 2005-10-17  Jason Rumney  <jasonr@gnu.org>
5120         * makefile.w32-in: Use $(lisp) consistently.
5121         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
5122         for shell specific generation of mh-autoloads.
5124 2005-10-17  Richard M. Stallman  <rms@gnu.org>
5126         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
5128 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5130         * jit-lock.el (jit-lock-fontify-now):
5131         Move jit-lock-context-unfontify-pos to avoid wasted work.
5133 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
5135         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
5136         `tramp-completion-mode' for checking if we are in completion mode.
5137         (tramp-completion-handle-file-name-all-completions): Reorder code
5138         in order to complete for file names only in case there are no
5139         method/user/host completions.  This is necessary for cooperation
5140         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
5142 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
5144         * longlines.el (longlines-search-forward)
5145         (longlines-search-backward): Match any number of spaces.
5147 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
5149         * diff-mode.el (diff-mode): Doc fix.
5151 2005-10-16  David Reitter <david.reitter@gmail.com>
5153         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
5154         as default on darwin and windows systems.
5156 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
5158         * arc-mode.el (archive-zip-extract): Doc fix.
5160 2005-10-16  Romain Francoise  <romain@orebokech.com>
5162         * mouse.el (mouse-1-click-follows-link): Doc fix.
5164 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5166         * savehist.el: Don't require CL at runtime.
5167         (savehist-xemacs): Remove.
5168         (savehist-coding-system): Use utf-8 if present, regardless of religion.
5169         (savehist-no-conversion): Use (featurep 'xemacs).
5170         (savehist-load): Check existence of start-itimer rather than XEmacs.
5171         Use an idle timer.
5172         (savehist-process-for-saving): Replace use of CL funs `subseq' and
5173         `delete-if-not'.
5175 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
5177         * savehist.el: Newer version.
5178         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
5179         (savehist-last-checksum, savehist-no-conversion): New vars.
5180         (savehist-autosave, savehist-process-for-saving, savehist-printable):
5181         New functions.
5182         (savehist-load, savehist-save): Use them.
5183         (savehist-delimit): Remove.
5185 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5187         * progmodes/compile.el (compilation-goto-locus): Display the
5188         compilation buffer first and the source buffer second, in case they're
5189         in overlapping frames.  Don't raise the compilation frame if it was the
5190         selected window upon entry.  Pass the `other-window' arg to
5191         pop-to-buffer.
5193         * info.el (Info-fontify-node): Use dolist.
5194         Change add-text-properties to put-text-property.
5196 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5198         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
5199         bound of search.
5201 2005-10-16  Masatake YAMATO  <jet@gyve.org>
5203         * dabbrev.el (dabbrev-completion): Pass the common
5204         prefix substring of completion to `display-completion-list'.
5206         * filecache.el (file-cache-minibuffer-complete)
5207         (file-cache-complete): Ditto.
5209         * tempo.el (tempo-display-completions): Ditto.
5211         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
5213         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
5215         * eshell/em-hist.el (eshell-list-history): Ditto.
5217         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
5219         * mail/mailalias.el (mail-complete): Ditto.
5221         * progmodes/etags.el (complete-tag): Ditto.
5223         * progmodes/make-mode.el (makefile-complete): Ditto.
5225         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
5227         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
5229         * progmodes/pascal.el (pascal-complete-word)
5230         (pascal-show-completions): Ditto.
5232         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
5234         * simple.el (completion-common-substring): New variable.
5235         (completion-setup-function): Use `completion-common-substring'
5236         to put faces.
5238 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5240         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
5241         (x-get-selection, mac-select-convert-to-string): Convert from/to
5242         UTF-16 clipboard data as in native byte order, no BOM.
5244 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
5246         * progmodes/gud.el (gud-tool-bar-map): Rename the images
5247         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
5248         (gud-sentinel): Use speedbar-frame to check for speedbar.
5250 2005-10-15  Richard M. Stallman  <rms@gnu.org>
5252         * savehist.el: New file.
5254 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
5256         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
5257         Fix bug in \bf fontification.
5259 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5261         * pcvs.el (cvs-edit-log-files): New var.
5262         (cvs-mode-edit-log): New arg `file'.
5263         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
5264         Instead force the use of the original file and nothing else.
5265         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
5266         the cvs-minor-wrap-function is set.
5267         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
5269 2005-10-14  Bill Wohler  <wohler@newt.com>
5271         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
5272         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
5273         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
5274         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
5275         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
5276         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
5277         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
5278         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
5279         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
5280         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
5281         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
5282         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
5283         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
5284         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
5285         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
5287         * progmodes/gud.el (gud-tool-bar-map): Rename the images
5288         appropriately (for example, gud-break to gud/break).
5290 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
5292         * longlines.el (longlinges-search-function)
5293         (longlines-search-forward, longlines-search-backward): New functions.
5294         (longlines-mode): Set isearch-search-fun-function to
5295         longlinges-search-function.
5297         * mouse.el (mouse-drag-region-1): Handle the case where a
5298         double-click event is bound to an arbitrary function.
5300 2005-10-14  David Ponce  <david@dponce.com>
5302         * recentf.el (recentf-track-opened-file)
5303         (recentf-track-closed-file, recentf-update-menu)
5304         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
5305         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
5306         mouse-1-click-follows-link.
5308 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5310         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
5311         Gnome file-manager.png.  Suggested by
5312         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
5314         * toolbar/README: Add diropen.xpm.
5316 2005-10-13  Bill Wohler  <wohler@newt.com>
5318         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
5319         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
5321 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5323         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
5324         Don't waste the byte-compiler's time on constant data.
5326 2005-10-13  Kenichi Handa  <handa@m17n.org>
5328         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
5329         byte with `escape-glyph' face.
5331         * international/fontset.el (ccl-encode-unicode-font):
5332         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
5333         Handle the case that ucs-mule-to-mule-unicode translates a character to
5334         ASCII (usually for IPA characters).
5336 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5338         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
5339         Don't hide the underline of titles if font-lock-mode is disabled.
5341 2005-10-12  Bill Wohler  <wohler@newt.com>
5343         * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
5344         (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
5345         files in MH-E-SRC have been updated.
5346         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
5348 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5350         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
5351         (mixal-mode-syntax-table): Add \n as end-comment.
5352         (mixal-operation-codes-alist): Immediately initialize to full value.
5353         (mixal-add-operation-code): Remove.
5354         (mixal-describe-operation-code): Make the arg non-optional.
5355         Use the interactive spec instead.
5356         Use mixal-operation-codes-alist rather than mixal-operation-codes.
5357         (mixal-font-lock-keywords): Don't highlight comments here any more.
5358         (mixal-font-lock-syntactic-keywords): New var.
5359         (mixal-mode): Use it.  Fix comment-start-skip.
5361 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5363         * startup.el (command-line-x-option-alist): -nb => -nbi
5365 2005-10-12  Kim F. Storm  <storm@cua.dk>
5367         * startup.el (fancy-splash-default-action): Discard mouse click in
5368         the splash screen window, as it has no sensible meaning in the
5369         next window to be selected.  Fixes error reported by Jan D.
5371 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5373         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
5375 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5377         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
5378         Try to fix up minor layout issues like indentation, line break, etc...
5379         (mixal-mode-syntax-table): Don't try to specify comment syntax,
5380         because it doesn't work.
5381         (mixal-operation-codes): Add some more codes.
5382         (mixal-font-lock-keywords): Process comments here.
5383         (mixal-mode): mixasm no longer needs -g option.
5385 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
5387         * progmodes/sh-script.el (sh-tmp-file):
5388         Use mktemp -t.  Finish support for es and rc shells.
5390 2005-10-11  Jay Belanger  <belanger@truman.edu>
5392         * calc/calcalg2.el (calc-integral): With an argument, compute the
5393         definite integral.
5395 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
5397         * mouse.el (mouse-drag-region-1): Don't try to catch a
5398         double-click when doing follow-link (it's overridden anyway).
5400 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
5402         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
5403         (autoload-print-form-outbuf): Add docstring.
5405 2005-10-11  Juri Linkov  <juri@jurta.org>
5407         * info.el (Info-mode-menu): Delete menu item "Edit".
5408         (Info-mode): Delete description of Info-edit from docstring,
5409         and rearrange descriptions of Info commands in the order
5410         they are documented in the Info manual.
5412 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5414         * calendar/appt.el (appt-check): Use diary-selective-display var.
5416 2005-10-10  Richard M. Stallman  <rms@gnu.org>
5418         * net/newsticker.el (newsticker-start, newsticker-show-news):
5419         Add autoload cookies.
5421 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
5423         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
5425 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
5427         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
5429 2005-10-10  Jay Belanger  <belanger@truman.edu>
5431         * calc/calc-arith.el (math-check-known-scalarp)
5432         (math-check-known-matrixp): Check the values of arguments that are
5433         variables.
5434         (math-check-known-square-matrixp): New function.
5435         (math-known-square-matrixp): Use math-check-known-square-matrixp.
5436         (math-super-types): Add sqmatrix type.
5438         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
5439         mode name `square' to 'sqmatrix'.
5441         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
5442         mode name `square' to 'sqmatrix'.
5444 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5446         * progmodes/etags.el (select-tags-table-mode): Don't use
5447         selective-display.
5448         (tags-select-tags-table): Pass `button' to the action function.
5449         (select-tags-table): Place the side-info on button properties rather
5450         than in hidden text.  Abbreviate file names.
5451         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
5452         (select-tags-table-select): Add `button' argument.
5453         Get side-info from the button property rather than from hidden text.
5455 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
5457         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
5458         (gud-speedbar-buttons): Preserve point if possible.
5459         (gud-sentinel): Restore previous speedbar display type.
5461         * progmodes/gdb-ui.el (gdba): Improve diagram.
5462         (def-gdb-auto-update-handler, gdb-info-locals-handler)
5463         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
5464         Call get-buffer-window once.
5466 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5468         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
5469         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
5470         (pascal-indent-command): Remove unused var `ind'.
5471         (pascal-indent-case): Remove unused var `oldpos'.
5472         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
5473         since it's now used as a proper minor mode map.
5474         (pascal-outline): Rename to pascal-outline-mode.
5475         (pascal-outline-mode): Use define-minor-mode.
5476         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
5477         selective-display.
5479 2005-10-10  Andreas Schwab  <schwab@suse.de>
5481         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
5482         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
5484         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
5485         outside source directory.
5487 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
5489         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
5490         C-x' as a prefix.
5491         (orgtbl-mode-map): Full keymap instead of sparse, because all
5492         `self-insert-command' keys are redefined in this map.
5493         (org-export-as-html): Specify charset for HTML file, by taking it
5494         from the coding system.
5496 2005-10-10  Kenichi Handa  <handa@m17n.org>
5498         * textmodes/flyspell.el (flyspell-check-word-p):
5499         If unread-command-events is non-empty, don't call sit-for.
5501 2005-10-09  Richard M. Stallman  <rms@gnu.org>
5503         * font-lock.el (font-lock-syntactic-keywords)
5504         (font-lock-keywords): Doc fixes.
5506         * textmodes/flyspell.el (flyspell-external-point-words):
5507         Simplify logic, and don't try to check for consecutive appearances
5508         of one incorrect word.
5510 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
5512         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
5513         separator.
5515         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
5516         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
5517         (gud-expansion-speedbar-buttons): New function.
5518         (gud-speedbar-buttons): Check for gud-comint-buffer.
5520 2005-10-09  Bill Wohler  <wohler@newt.com>
5522         * Makefile.in (updates): Add mh-loaddefs dependency.
5524 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
5526         * speedbar.el (speedbar-file-key-map): Fix typo.
5528 2005-10-09  Daniel Brockman  <daniel@brockman.se>
5530         * cus-start.el (line-spacing): Add custom spec.
5532 2005-10-09  Romain Francoise  <romain@orebokech.com>
5534         * textmodes/ispell.el (ispell-check-version): Fix last change.
5536 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5538         * term/x-win.el: Remove -i, --icon-type from comment.
5540         * startup.el (command-line-x-option-alist): Remove options -i,
5541         -itype, --icon-type, added -nb, --no-bitmap-icon
5543 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
5545         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
5546         instead of :active.
5548 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5550         * textmodes/ispell.el (ispell-check-version):
5551         Ignore hyphen, and all that follows, in aspell's version text.
5553 2005-10-08  Jay Belanger  <belanger@truman.edu>
5555         * calc/calc-arith.el (math-known-square-matrixp): New function.
5556         (math-pow-fancy): Check for matrices before distributing exponent
5557         across products.
5559         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
5560         fullscreen keypad.  Suggested by Luc Teirlinck.
5561         (calc-keypad-show-input): Add space for formatting.
5563         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
5564         Add square matrix option.
5566         * calc/calc-poly.el (math-expand-term): Check for matrices instead
5567         of checking calc-matrix-mode when deciding how to expand.
5569         * calc/calc.el (calc-set-mode-line): Add square matrix option.
5571 2005-10-08  Lars Hansen  <larsh@soem.dk>
5573         * net/tramp.el (tramp-perl-directory-files-and-attributes):
5574         Add error handling.
5575         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
5577 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
5579         Sync with Tramp 2.0.51.
5581         * net/tramp.el (tramp-handle-set-visited-file-modtime)
5582         (tramp-handle-insert-file-contents, tramp-handle-write-region):
5583         Insert special handling for `last-coding-system-used', again
5584         it still seems to be necessary (unlike stated before).
5585         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
5586         (tramp-password-prompt-regexp): There might be other words before
5587         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
5588         (tramp-chunksize): Improve docstring.
5589         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
5590         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
5591         Christian Joergensen <bugs@razor.dk>.
5593 2005-10-07  Glenn Morris  <rgm@gnu.org>
5595         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
5596         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
5597         precision'.
5599 2005-10-07  Romain Francoise  <romain@orebokech.com>
5601         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
5602         (ibuffer-do-shell-command-pipe-replace)
5603         (ibuffer-do-shell-command-file, ibuffer-do-eval)
5604         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
5605         (ibuffer-do-revert, ibuffer-do-replace-regexp)
5606         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
5607         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
5608         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
5609         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
5610         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
5611         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
5612         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
5613         Autoload file sans suffix.
5615         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
5617 2005-10-07  David Ponce  <david@dponce.com>
5619         * recentf.el (recentf-menu-open-all-flag): New option.
5620         (recentf-digit-shortcut-command-name): New function.
5621         (recentf--shortcuts-keymap): New variable.
5622         (recentf-menu-shortcuts): New variable.
5623         (recentf-make-menu-items): Initialize it.  Replace the "More..."
5624         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
5625         (recentf-menu-value-shortcut): New function.
5626         (recentf-make-menu-item): Use it.  No more in-lined.
5627         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
5628         (recentf-open-most-recent-file): Rename from
5629         `recentf-open-file-with-key'.  Don't depend on key binding.
5630         (recentf-mode-map): New variable.
5631         (recentf-mode): Use it.
5633 2005-10-06  Bill Wohler  <wohler@newt.com>
5635         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
5637         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
5638         (MH-E-SRC): New.  Used by mh-autoloads.
5639         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
5640         files in MH-E-SRC have been updated.
5641         (compile, recompile, bootstrap): Depend on mh-autoloads.
5643 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
5645         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
5646         gud-break and gud-remove icons when the fringe is not available.
5648         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
5649         Typo.
5651 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
5653         * play/zone.el (zone): Wrap body with save-window-excursion.
5655 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5657         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
5658         Use the new `list-only' arg to diary-list-entries.
5660         * calendar/diary-lib.el: Use overlays rather than selective-display.
5661         (diary-selective-display): New var.
5662         (diary-header-line-format): Use it.
5663         (diary-list-entries): Add argument `list-only'.
5664         Put the buffer in diary-mode.  Don't add \^M at beg and end.
5665         Replace \^M by invisible overlays.
5666         (diary-unhide-everything): Replace \^M by invisible overlays.
5667         (print-diary-entries): Look for overlays rather than \^M.
5668         Add a space to the temp buffer name.
5669         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
5670         Put the buffer in diary-mode.
5671         (list-sexp-diary-entries): Replace \^M by invisible overlays.
5672         (diary-anniversary): Make the year arg optional.
5673         (diary-time-regexp): New const.
5674         (diary-font-lock-keywords): Use it to accept a few more time formats.
5676         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
5678 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
5680         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
5681         Fix bug introduced 2005-07-03: Use (car (last ...))
5682         to faithfully reproduce replaced artist-last.
5683         (artist-set-arrow-points-for-poly): Likewise.
5684         Suggested by Johan Bockg\e,Ae\e(Brd.
5686 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
5688         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
5689         * wid-edit.el (widget):
5690         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
5691         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
5693 2005-10-06  Kenichi Handa  <handa@m17n.org>
5695         * international/mule-cmds.el (set-language-environment):
5696         Fix setting up of case-table for unibyte mode.
5698         * simple.el (what-cursor-position): If the character is displayed
5699         by some `display' text property, show that.  Don't use
5700         single-key-description for eight-bit characters in multibyte mode.
5702 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
5704         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
5705         (gdb-ann3): Set it.
5706         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
5707         (gdb-info-frames-custom): Use inverse-video for first five
5708         characters of selected frame only.
5709         (gdb-get-frame-number): Select frame even when point is on frame
5710         number.
5712 2005-10-06  Masatake YAMATO  <jet@gyve.org>
5714         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
5715         Put `font-lock-function-name-face'.
5716         (gdb-info-frames-custom): Put `font-lock-function-name-face'
5717         and `font-lock-variable-name-face'
5718         (gdb-registers-font-lock-keywords): New font lock keywords definition.
5719         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
5720         (gdb-memory-font-lock-keywords): New font lock keywords definition.
5721         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
5722         (gdb-local-font-lock-keywords): New font lock keywords definition.
5723         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
5724         (gdb-threads-font-lock-keywords): New font lock keywords definition.
5725         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
5727 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
5729         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
5730         (ediff-merge-region-is-non-clash-to-skip): Previously called
5731         ediff-merge-region-is-non-clash.
5733         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
5734         Use insert-buffer-substring.
5736         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
5737         selecting files to patch.  Also bug fixes.
5739         * ediff-util.el (ediff-setup): Bug fix.
5740         (ediff-next-difference): Never skip clashes that differ in white
5741         space only.
5743         * ediff-wind.el (ediff-setup-control-frame)
5744         (ediff-destroy-control-frame): Check the menubar feature.
5746         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
5747         (viper-refresh-mode-line): Use make-local-variable to localize
5748         some vars instead of make-variable-buffer-local.  Suggested by
5749         Stefan Monnier.
5751         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
5752         (viper-restore-cursor-type, viper-set-insert-cursor-type):
5753         Use make-local-variable instead of make-variable-buffer-local.
5754         Suggested by Stefan Monnier.
5756         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
5757         (viper-comint-mode-hook): Use make-local-variable on
5758         require-final-newline.
5759         (viper-non-hook-settings): Don't use make-variable-buffer-local.
5761 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5763         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
5764         also the second char of a comment-start sequence.
5765         (scheme-sexp-comment-syntax-table): New var.
5766         (lambda, define): Set their scheme-doc-string-elt property.
5767         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
5768         Use lisp-font-lock-syntactic-face-function now that it properly
5769         handles |...| symbols.
5770         (scheme-mode-variables): Set lisp-doc-string-elt-property,
5771         parse-sexp-lookup-properties and font-lock-extra-managed-props.
5773         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
5774         bit from # to |.
5775         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
5777         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
5778         (lisp-doc-string-elt-property): New var.
5779         (lisp-font-lock-syntactic-face-function): Use it.
5780         Rewrite to recognize docstrings even for forms not at toplevel.
5782         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
5783         annotation on the | part of #| rather than on the # part.
5784         (scheme-font-lock-syntactic-face-function): New function, to
5785         distinguish strings from |...| symbols.
5786         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
5787         syntax-table so that #|...|# is properly highlighted.
5789         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
5790         Don't mark as docstring the 3rd elem of an unknown toplevel form.
5792 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5794         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
5795         and C-e.
5797         * emacs-lisp/eldoc.el: Move comments into docstrings.
5798         (eldoc-message-commands): Initialize in its declaration.
5799         Add move-beginning-of-line and move-end-of-line.
5800         (eldoc-add-command, eldoc-add-command-completions)
5801         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
5803         * outline.el (outline-mark-subtree): Activate the mark.
5805         * calendar/appt.el (appt-time-regexp): New var.
5806         (appt-add, appt-make-list): Use it.
5807         (appt-convert-time): Clean up.
5809         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
5810         Don't set any syntax-table property here.
5811         (tex-font-lock-verb): New function.  Do it here.
5812         (tex-font-lock-syntactic-keywords): Use it.
5814 2005-10-04  Richard M. Stallman  <rms@gnu.org>
5816         * wid-edit.el (widget-file-complete): Get the widget start point
5817         the right way.  Default directory to `/' if file has none.
5819         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
5821         * textmodes/flyspell.el (flyspell-mode-on):
5822         Call ispell-maybe-find-aspell-dictionaries.
5824         * textmodes/ispell.el (ispell-word, ispell-region):
5825         Call ispell-maybe-find-aspell-dictionaries.
5826         (ispell-accept-buffer-local-defs):
5827         Don't call ispell-maybe-find-aspell-dictionaries
5829 2005-10-04  Richard M. Stallman  <rms@gnu.org>
5831         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
5833 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
5835         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
5836         instead of `fboundp' in order to allow for anonymous functions.
5838 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
5840         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
5841         case the user clicks on the link while another window is selected.
5842         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
5844         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
5845         functionality.
5846         (dframe-help-echo): Save point in case mouse tracking is off.
5848 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
5850         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
5852 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5854         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
5855         not change the global value of those vars.
5857         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
5858         make-local-variable which we do not need any more.
5860 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
5862         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
5863         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
5864         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
5865         (speedbar-path-line): Define obsolete aliases.
5866         (speedbar-line-directory): Doc fix.
5868         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
5869         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
5870         instead of speedbar-line-path.
5872 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5874         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
5875         to nil if dropping on a window.  Handle dropping on a minibuffer window
5876         like dropping on a non-window part of Emacs.
5878 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5880         * net/ange-ftp.el: Use with-current-buffer.
5881         (ange-ftp-insert-directory): Do not follow symlinks any more.
5883         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
5884         Remove interactive spec.
5886 2005-10-03  Kim F. Storm  <storm@cua.dk>
5888         * ido.el (ido-mode): Use custom-initialize-set.
5890 2005-10-02  Richard M. Stallman  <rms@gnu.org>
5892         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
5893         Use insert-buffer-substring.
5895         * net/tramp.el: Pacify byte compiler warnings in pacification code.
5896         (tramp-handle-file-local-copy): Use insert-buffer-substring.
5898 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5900         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
5901         in last change.
5902         (ange-ftp-insert-directory): Fix up the search for the case where
5903         `file' is absolute.
5905 2005-10-02  Romain Francoise  <romain@orebokech.com>
5907         * progmodes/compile.el (compile-goto-error): Delete extra paren.
5909 2005-10-02  Andreas Schwab  <schwab@suse.de>
5911         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
5912         directory component in the session info.
5914 2005-10-01  Richard M. Stallman  <rms@gnu.org>
5916         * comint.el (comint-redirect-subvert-readonly): Doc fix.
5918         * simple.el (next-error-internal): New function.
5920         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
5921         (compilation-start): Pass new arg to compilation-buffer-name.
5922         (compile-goto-error): Use next-error-internal.
5924 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
5926         * speedbar.el: Remove RCS tag.
5927         (speedbar-check-read-only): Handle non-existent files.
5929         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
5931         * info.el (Info-speedbar-hierarchy-buttons)
5932         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
5934 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5936         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
5937         Do not match newline.
5938         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
5939         (bibtex-summary): Remove unnecessary save-excursion.
5940         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
5942 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5944         * term/mac-win.el: Add charset info for "iso10646-1".
5945         Modify default fontset to use ATSUI-compatible fonts for some charsets
5946         if available.
5948 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
5950         * speedbar.el: Re-apply arch tag.
5951         (speedbar-version): Rename to version 1.0.  Suggested by Eric
5952         M. Ludlam.
5953         Reapply two changes from Emacs CVS' version of speedbar lost
5954         during the merge:
5955         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
5956         (speedbar-frame-parameters): Improve customize type.
5958 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5960         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
5961         (ange-ftp-file-directory-p): Fix the symlink case.
5962         (ange-ftp-insert-directory): When listing a single file, get a list of
5963         the parent buffer and extract the relevant line.  Inspired from a patch
5964         by Katsumi Yamaoka <yamaoka@jpl.org>.
5965         (ange-ftp-file-name-sans-versions): Simplify.
5967 2005-09-30  Bill Wohler  <wohler@newt.com>
5969         Move MH-E image files from toolbar and mail directories into
5970         etc/images.
5972         * mail/reply2.*: Move to etc/images/mail/reply*.
5974         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
5975         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
5976         etc/images.
5978         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
5979         * toolbar/reply*: Move to etc/images/mail.
5981         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
5983 2005-09-30  Eric M. Ludlam <zappo@gnu.org>
5985         * speedbar.el: New version 1.0pre3.
5987         Frame management code (including timer, and mouse click specifics)
5988         moved to dframe.el:
5989         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
5990         (speedbar-timer): Removed.  Use dframe-timer.
5991         (speedbar-close-frame): Removed.  Use dframe-close-frame.
5992         (speedbar-activity-change-focus-flag): Removed.  Use
5993         dframe-activity-change-focus-flag.
5994         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
5995         dframe-update-speed.
5997         (speedbar-current-frame): New macro.  Use this instead of the
5998         variable speedbar-frame.
6000         (speedbar-use-images, speedbar-expand-image-button-alist)
6001         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
6003         (speedbar-find-image-on-load-path): Removed.  Replaced by
6004         defezimage in ezimage.el.
6005         (speedbar-expand-image-button-alist): Removed.  Replaced by
6006         ezimage-expand-image-button-alist in ezimage.el.
6008         (speedbar-ignored-directory-regexp)
6009         (speedbar-add-ignored-directory-regexp)
6010         (speedbar-ignored-directory-expressions)
6011         (speedbar-line-directory, speedbar-buffers-line-directory)
6012         (speedbar-directory-line, speedbar-buffers-line-directory):
6013         Renamed, replacing `path' with `directory'.
6015         (speedbar-create-directory, speedbar-expand-line-descendants)
6016         (speedbar-toggle-line-expansion)
6017         (speedbar-contract-line-descendants): New commands.
6019         (speedbar-query-confirmation-method, speedbar-select-frame-method)
6020         (speedbar-use-tool-tips-flag): New options.
6022         (speedbar-check-read-only, speedbar-require-version)
6023         (speedbar-insert-separator, speedbar-buffers-tail-notes)
6024         (speedbar-handle-delete-frame, speedbar-try-completion)
6025         (speedbar-update-localized-contents): New functions.
6027         (speedbar-incompatible-version, speedbar-ro-to-do-point)
6028         (speedbar-object-read-only-indicator): New variables.
6030         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
6031         New hooks.
6033         (speedbar-separator-face): New face.
6035         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
6036         (speedbar-ignored-modes): Add fundamental-mode.
6037         (speedbar-directory-unshown-regexp): Add . directories.
6039         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
6040         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
6041         `]' for full expand/close.
6042         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
6044         (speedbar-check-vc): Support hidden files.
6045         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
6046         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
6047         state is nil, it is not checked out.
6049         (speedbar-line-text, speedbar-line-token): Support expand buttons
6050         with no text.
6051         (speedbar-refresh): Universal argument acts as power-click.
6052         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
6053         that buffer to get variable values.
6055         And many other bugfixes.
6057         * dframe.el, ezimage.el, sb-image.el: New files.
6059         * sb-*.xpm: Remove files.  New image files installed into
6060         etc/images/ezimage.
6062 2005-09-30  Kenichi Handa  <handa@m17n.org>
6064         * ps-mule.el (ps-mule-show-warning): If a character is in
6065         ps-print-translation-table, don't treat it as non-printable.
6067 2005-09-30  David Ponce  <david@dponce.com>
6069         * tree-widget.el (tree-widget-themes-load-path): New variable.
6070         (tree-widget-themes-directory): Doc fix.
6071         (tree-widget-image-formats) [Emacs]: Doc fix.
6072         (tree-widget--locate-sub-directory): New function.
6073         (tree-widget-themes-directory): Use it.
6075         * recentf.el (recentf-filename-handlers): Rename from
6076         `recentf-filename-handler'.  Allow a list of functions.
6077         (recentf-menu-items-for-commands): Fix :help strings.
6078         (recentf-apply-filename-handlers): New function.
6079         (recentf-expand-file-name): Use it.
6080         (recentf-cleanup): Remove duplicates too.
6082 2005-09-29  Juri Linkov  <juri@jurta.org>
6084         * faces.el: Rearrange face definitions to be in the same order as
6085         their face descriptions in "(emacs)Standard Faces".
6087         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
6089         * tooltip.el (tooltip): Add group `basic-faces'.
6091         * buff-menu.el (Buffer-menu-buffer): Remove group
6092         `font-lock-highlighting-faces'.
6094         * progmodes/compile.el (compilation-error, compilation-warning)
6095         (compilation-info, compilation-line-number, compilation-column-number):
6096         Change group from `font-lock-highlighting-faces' to `compilation'.
6098         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
6099         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
6100         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
6101         (vhdl-font-lock-reserved-words-face)
6102         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
6103         `font-lock-highlighting-faces'.
6105         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
6107 2005-09-28  Kim F. Storm  <storm@cua.dk>
6109         * emulation/cua-base.el: Set CUA move property on additional commands:
6110         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
6111         forward-sexp, backward-sexp, forward-list, backward-list.
6113 2005-09-28  Romain Francoise  <romain@orebokech.com>
6115         * comint.el (comint-show-output): Really set point at the
6116         beginning of the output when not using `comint-use-prompt-regexp'.
6118 2005-09-27  Jay Belanger  <belanger@truman.edu>
6120         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
6121         in TeX mode.
6123 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
6125         * textmodes/org.el (org-table-sum): Fix format string.
6127         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
6128         Quote face names.
6130 2005-09-26  Romain Francoise  <romain@orebokech.com>
6132         * isearch.el (isearch-forward-regexp): Close doc string.
6134 2005-09-25  Richard M. Stallman  <rms@gnu.org>
6136         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
6138         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
6140         * progmodes/compile.el (compilation-error-properties):
6141         When getting the file from the previous error message,
6142         correctly decode the new data format.
6144         * progmodes/cc-cmds.el (c-electric-paren):
6145         Call old-blink-paren only for close-paren.
6147 2005-09-24  Andreas Schwab  <schwab@suse.de>
6149         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
6150         condition.
6152 2005-09-25  Romain Francoise  <romain@orebokech.com>
6154         * dired-aux.el (dired-copy-file-recursive):
6155         * dired.el (dired-delete-file):
6156         * ediff-mult.el (ediff-dir-diff-copy-file):
6157         * ediff-util.el (ediff-test-save-region):
6158         * forms.el (forms-mode):
6159         * ido.el (ido-file-internal, ido-delete-file-at-head):
6160         * log-edit.el (log-edit-done):
6161         * ses.el (ses-yank-resize):
6162         * play/gomoku.el (gomoku-human-plays, gomoku)
6163         (gomoku-human-resigns, gomoku-prompt-for-other-game)
6164         (gomoku-offer-a-draw):
6165         * play/landmark.el (lm-human-resigns, lm):
6166         * net/eudcb-ldap.el (eudc-ldap-check-base):
6167         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
6168         * progmodes/ebrowse.el (ebrowse-find-pattern):
6169         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
6170         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
6171         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
6173         * vc.el (vc-delete-file):
6174         * play/gomoku.el (gomoku-terminate-game, gomoku)
6175         (gomoku-prompt-for-move, gomoku-human-takes-back):
6176         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
6177         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
6179 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
6181         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
6182         color rxvt terminals by using the code xterm.el used to use before
6183         2005-04-09 in order to match the colors used by rxvt.
6185 2005-09-24  Emanuele Giaquinta <emanuele.giaquinta@gmail.com>  (tiny change)
6187         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
6188         colors rxvt-unicode terminals by using the same code as xterm.el.
6190 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6192         * textmodes/tex-mode.el (tex-font-lock-append-prop)
6193         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
6194         new symbol used for the tex-verbatim face.
6196 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
6198         * woman.el (woman-file-name):
6199         * wid-edit.el (widget-file-prompt-value)
6200         (widget-coding-system-prompt-value):
6201         * w32-fns.el (set-w32-system-coding-system):
6202         * vc.el (vc-version-diff, vc-annotate):
6203         * textmodes/reftex-auc.el (reftex-arg-cite)
6204         (reftex-arg-index-tag):
6205         * textmodes/refer.el (refer-get-bib-files):
6206         * textmodes/artist.el (artist-figlet-choose-font):
6207         * terminal.el (terminal-emulator):
6208         * replace.el (occur-read-primary-args):
6209         * rect.el (string-rectangle, string-insert-rectangle):
6210         * ps-print.el (ps-print-preprint):
6211         * progmodes/pascal.el (pascal-goto-defun):
6212         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
6213         * progmodes/compile.el (compilation-find-file):
6214         * printing.el (pr-interactive-n-up):
6215         * play/animate.el (animate-birthday-present):
6216         * net/rcompile.el (remote-compile):
6217         * man.el (man, Man-goto-section, Man-follow-manual-reference):
6218         * mail/rmailsum.el (rmail-summary-search-backward)
6219         (rmail-summary-search):
6220         * mail/rmailout.el (rmail-output-read-rmail-file-name)
6221         (rmail-output-read-file-name):
6222         * mail/rmail.el (rmail-search, rmail-search-backwards):
6223         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
6224         * locate.el (locate):
6225         * international/quail.el (quail-show-keyboard-layout):
6226         * international/mule.el (set-buffer-file-coding-system)
6227         (revert-buffer-with-coding-system, set-file-name-coding-system)
6228         (set-terminal-coding-system, set-keyboard-coding-system)
6229         (set-next-selection-coding-system):
6230         * international/mule-diag.el (describe-coding-system)
6231         (describe-font, describe-fontset):
6232         * international/mule-cmds.el (universal-coding-system-argument)
6233         (search-unencodable-char, describe-input-method)
6234         (set-language-environment, describe-language-environment):
6235         * international/codepage.el (codepage-setup):
6236         * international/code-pages.el (codepage-setup):
6237         * info.el (Info-search, Info-follow-reference)
6238         (Info-search-backward):
6239         * emacs-lisp/advice.el (ad-read-advised-function)
6240         (ad-read-advice-class, ad-clear-cache, ad-activate)
6241         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
6242         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
6243         (ad-read-regexp):
6244         * ediff-util.el (ediff-toggle-regexp-match):
6245         * ediff-ptch.el (ediff-prompt-for-patch-file):
6246         * dired-aux.el (dired-diff):
6247         * diff.el (diff):
6248         * cus-edit.el (custom-variable-prompt):
6249         * calendar/timeclock.el (timeclock-ask-for-project):
6250         * calc/calcalg3.el (calc-get-fit-variables):
6251         * calc/calc-store.el (calc-edit-variable)
6252         (calc-permanent-variable):
6253         * vc-mcvs.el (vc-mcvs-register):
6254         * shadowfile.el (shadow-define-literal-group):
6255         * woman.el (woman-file-name):
6256         * vc.el (vc-version-diff, vc-merge):
6257         * textmodes/reftex-index.el (reftex-index-complete-tag):
6258         * format.el (format-decode-buffer, format-decode-region):
6259         * emulation/viper-cmd.el (viper-read-string-with-history):
6260         * emacs-lisp/debug.el (cancel-debug-on-entry):
6261         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6262         * ediff.el (ediff-merge-revisions)
6263         (ediff-merge-revisions-with-ancestor, ediff-revision):
6264         * completion.el (interactive-completion-string-reader):
6265         * calc/calc-prog.el (calc-user-define-formula):
6266         Follow convention for reading with the minibuffer.
6268 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
6270         * progmodes/python.el (python-describe-symbol): Add globals() and
6271         locals() to the arguments of emacs.ehelp.
6273 2005-09-24  Magnus Henoch  <mange@freemail.hu>
6275         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
6276         New function, code extracted from ispell-valid-dictionary-list.
6277         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
6278         Call it.
6280 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
6282         * subr.el (version-regexp-alist): Extend valid syntax for version
6283         strings: allow any of the characters -,_,+ to separate the
6284         alpha/beta/rc part from the version part.  Doc fix.
6285         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
6287 2005-09-23  David Reitter  <david.reitter@gmail.com>
6289         * mail/mailclient.el: New file.
6291 2005-09-23  Richard M. Stallman  <rms@gnu.org>
6293         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
6294         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
6295         Doc fixes.
6297         * progmodes/cc-mode.el (c-font-lock-init):
6298         Specify font-lock-lines-before.
6300 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6302         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
6303         whole conflict.
6305 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
6307         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
6308         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
6309         of `remap' feature when available.  Additional key bindings for
6310         better tty support.
6311         (org-mode-restart, org-force-self-insert): New commands.
6312         (org-time-stamp-inactive): New command.
6313         (org-remap): New function.
6314         (org-table-auto-blank-field, org-level-color-stars-only): New options.
6315         (org-enable-fixed-width-editor): Move to `org-structure'
6316         customization group.
6317         (org-self-insert-command, orgtbl-self-insert-command): Modify to
6318         blank field after field motion commands.
6320 2005-09-23  Kenichi Handa  <handa@m17n.org>
6322         * international/mule-cmds.el (set-language-environment):
6323         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
6324         have to call utf-translate-cjk-load-tables.
6326 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6328         * mouse.el (mouse-move-drag-overlay): Fix last change.
6330 2005-09-22  David Ponce  <david@dponce.com>
6332         * tree-widget.el (tree-widget-value-create): Fix previous change.
6334 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
6336         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
6338 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6340         * mouse.el (mouse-move-drag-overlay): New function.
6341         (mouse-drag-region-1): Use it.
6342         Try to simplify a bit the state handling.  Handle clicks on links
6343         inside intangible areas.
6344         (mouse-save-then-kill): Minor simplification.
6345         (mouse-secondary-overlay): Make it always non-nil instead of
6346         recreating it each time.
6347         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
6348         (mouse-kill-secondary, mouse-secondary-save-then-kill):
6349         Simplify accordingly.
6351 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
6353         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
6355 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
6357         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
6358         (ediff-file-name-sans-prefix): Treat nil as an empty string.
6359         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
6360         to patch.
6362         * ediff-util.el: Use insert-buffer-substring.
6364         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
6366         * emulation/viper-cmd.el (viper-change-state): Don't move over the
6367         field boundaries in the minibuffer.
6368         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
6369         (viper-minibuffer-post-command-hook): New hook.
6370         (viper-line): Don't move cursor at bolp.
6372         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
6374         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
6375         avoid compiler warnings.
6377         * emulation/viper-macs.el (ex-map): Better messages.
6379         * emulation/viper-utils.el (viper-beginning-of-field): New function.
6381         * emulation/viper.el: Replace make-variable-buffer-local with
6382         viper-make-variable-buffer-local everywhere, to avoid warnings.
6384 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6386         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
6387         Delete unused var `old-selected-window'.
6388         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
6389         (mouse-drag-secondary): Delete unused var `start-frame'.
6391 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
6393         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
6395 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6397         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
6398         Re-indent within 80 columns.  Use inhibit-read-only.
6400 2005-09-19  Romain Francoise  <romain@orebokech.com>
6402         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
6404 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6406         * font-lock.el (font-lock-default-fontify-region): Don't add a line
6407         unconditionally, since the after-change-function already did it.
6409 2005-09-19  Miles Bader  <miles@gnu.org>
6411         * net/newsticker.el: Get rid of CVS keyword.
6413 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
6415         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
6416         The prompt is formatted later.
6418 2005-09-19  David Ponce  <david@dponce.com>
6420         * tree-widget.el (tree-widget-value-create): Save the converted
6421         tree :node widget.
6423 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
6425         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
6426         variable `message'.
6428 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
6430         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
6431         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
6432         <slawomir.nowaczyk.847@student.lu.se>.
6434 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
6436         * image.el (image-load-path): Use symbol `data-directory' instead
6437         of its value, for backward compatibility with packages that bind
6438         it during `find-image'.  Suggested by Katsumi Yamaoka.
6439         (image-search-load-path): Handle symbols whose values are strings.
6441 2005-09-18  Romain Francoise  <romain@orebokech.com>
6443         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
6444         with-current-buffer form in save-excursion.
6446 2005-09-18  D Goel  <deego@gnufans.org>
6448         * apropos.el (apropos-command): Fix `message' call: first arg
6449         should be a format spec.  In this and all other cases that appear
6450         below and elsewhere in the source code, I made a change only when
6451         two conditions were satisfied: [1] I can think of a possibility
6452         that the arguments would cause an error, for example, the code in
6453         question relies on external variables such as filenames.  [2] I
6454         was sure that the arg to `message' could not have been nil in the code.
6456         * textmodes/tildify.el (tildify-region): Ditto.
6458         * textmodes/reftex-index.el (reftex-index-change-entry)
6459         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
6460         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
6461         * textmodes/org.el (org-complete, org-deadline, org-schedule)
6462         (org-priority, org-table-sum):
6463         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
6464         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
6465         (flyspell-word, flyspell-display-next-corrections):
6466         * textmodes/bibtex.el (bibtex-print-help-message):
6467         * textmodes/artist.el (artist-key-set-point-poly):
6468         * term/mac-win.el (mac-services-insert-text):
6469         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
6470         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
6471         (vhdl-port-paste-testbench, vhdl-compose-new-component)
6472         (vhdl-compose-configuration):
6473         * progmodes/sh-script.el (sh-blink, sh-show-indent)
6474         (sh-set-indent, sh-learn-line-indent):
6475         * progmodes/ps-mode.el (ps-mode-target-column):
6476         * progmodes/idlwave.el (idlwave-make-tags)
6477         (idlwave-scan-library-catalogs):
6478         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
6479         * progmodes/gud.el (gud-jdb-analyze-source):
6480         * progmodes/flymake.el (flymake-log):
6481         * progmodes/ebnf2ps.el (ebnf-generate-region):
6482         * progmodes/cmacexp.el (c-macro-expansion):
6483         * progmodes/ada-xref.el (ada-treat-cmd-string):
6484         * progmodes/ada-mode.el (ada-create-case-exception-substring)
6485         (ada-justified-indent-current, ada-batch-reformat):
6486         * play/zone.el (zone):
6487         * play/landmark.el (lm-move):
6488         * play/decipher.el (decipher-show-alphabet):
6489         * net/newsticker.el (newsticker--display-jump)
6490         (newsticker--display-scroll):
6491         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
6492         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
6493         * mail/feedmail.el (feedmail-dump-message-to-queue):
6494         * eshell/esh-proc.el (eshell-remove-process-entry):
6495         * emulation/ws-mode.el (ws-last-error):
6496         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
6497         (viper-record-kbd-macro):
6498         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
6499         * emacs-lisp/lisp-mnt.el (lm-report-bug):
6500         * emacs-lisp/find-func.el (find-function-noselect):
6501         * calendar/timeclock.el (timeclock-status-string)
6502         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
6503         (timeclock-when-to-leave-string):
6504         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
6505         * calc/calc-units.el (calc-enter-units-table):
6506         * calc/calc-mode.el (calc-mode-record-mode):
6507         * woman.el (woman-mini-help):
6508         * wdired.el (wdired-change-to-wdired-mode):
6509         * vc.el (vc-retrieve-snapshot):
6510         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
6511         * startup.el (display-startup-echo-area-message):
6512         * simple.el (set-goal-column):
6513         * ses.el (ses-command-hook, ses-recalculate-cell):
6514         * server.el (server-process-filter):
6515         * printing.el (pr-interface-txt-print, pr-interface-printify)
6516         (pr-interface-ps):
6517         * pcvs.el (cvs-help):
6518         * log-edit.el (log-edit, log-edit-mode-help):
6519         * iswitchb.el (iswitchb-possible-new-buffer):
6520         * isearch.el (isearch-edit-string):
6521         * image-mode.el (image-mode, image-minor-mode):
6522         * ibuf-macs.el (define-ibuffer-filter):
6523         * hi-lock.el (hi-lock-find-patterns):
6524         * files.el (toggle-read-only):
6525         * ediff-util.el (ediff-copy-diff)
6526         (ediff-write-merge-buffer-and-maybe-kill):
6527         * echistory.el (Electric-history-undefined):
6528         * dnd.el (dnd-insert-text):
6529         * dired-aux.el (dired-query):
6530         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
6531         * bookmark.el (bookmark-bmenu-locate):
6532         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
6533         Fix `message' calls to ensure first arg is a format string.
6534         The change was made only when these two conditions were satisfied:
6535         [1] when there is a possibility that the arguments would cause an error
6536         for example, if the code in question relies on external variables
6537         such as filenames, and
6538         [2] if the arg to `message' could not have been nil in the code.
6540         * pcomplete.el (pcomplete--help): Fix `message' format spec.
6541         Not having a %s would be weird, though not technically wrong.
6543 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6545         * term/mac-win.el (mac-add-charset-info): Doc fix.
6547 2005-09-17  Romain Francoise  <romain@orebokech.com>
6549         * shell.el (shell-resync-dirs): Handle echoing processes more
6550         reliably.  Don't insert resync command if `comint-process-echoes'
6551         is non-nil.
6553 2005-09-17  Magnus Henoch  <mange@freemail.hu>
6555         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
6556         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
6557         aspell versions >= 0.60.
6558         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
6559         only if ispell-aspell-supports-utf8 is non-nil.
6561 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6563         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
6564         buffer-local value to lisp-indent-function.
6566 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
6568         * progmodes/glasses.el (glasses-make-readable): If
6569         glasses-separator differs from underscore, put appropriate
6570         overlays over underscore characters.
6571         (glasses-convert-to-unreadable): If glasses-separator differs from
6572         underscore, try to convert glasses-separator characters to
6573         underscores.
6575 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6577         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
6578         Use with-syntax-table and dolist.
6580 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
6582         * textmodes/reftex-auc.el:
6583         * textmodes/reftex-cite.el:
6584         * textmodes/reftex-dcr.el:
6585         * textmodes/reftex-global.el:
6586         * textmodes/reftex-parse.el:
6587         * textmodes/reftex-ref.el:
6588         * textmodes/reftex-sel.el:
6589         * textmodes/reftex-toc.el:
6590         * textmodes/reftex-vars.el:
6591         * textmodes/reftex.el: Small changes to remove compiler warnings.
6593         * textmodes/reftex-index.el: Likewise.
6594         (reftex-query-index-phrase): More efficient use of markers.
6596 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
6598         * image.el (image-load-path): New variable.
6599         (image-search-load-path): New function.
6600         (find-image): Search for images in `image-load-path'.
6602 2005-09-15  Richard M. Stallman  <rms@gnu.org>
6604         * follow.el: Change Maintainer field.
6606 2005-09-15  David Ponce  <david@dponce.com>
6608         * recentf.el (recentf-save-file-modes): New option.
6609         (recentf-save-list): Use it.
6611 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
6613         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
6614         (mode-line-mule-info, mode-line-modified): Move bindings from
6615         mouse-3 to mouse-1.
6617 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
6619         * simple.el (sendmail-user-agent-compose): Revert last change.
6621 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6623         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
6624         Use with-current-buffer.
6625         (ange-ftp-gwp-start): Remove unused var `gw-user'.
6626         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
6627         (ange-ftp-insert-directory): Remove unused var `short'.
6628         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
6630         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
6631         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
6633         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
6634         (check-calendar-holidays, diary-list-entries): Autoload.
6635         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
6636         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
6638         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
6639         which mistakenly removed a call to display-buffer.
6641 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
6643         * obsolete/iso-insert.el: Move to obsolete/ from international/.
6645 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
6647         * progmodes/hideshow.el
6648         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
6649         (hs-allow-nesting): New user var.
6650         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
6651         (hs-hide-block-at-point): When nesting allowed,
6652         if there is already an overlay in place, delete it.
6653         (hs-safety-is-job-n): Delete func; remove call sites.
6654         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
6655         (hs-overlay-at): New func.
6656         (hs-already-hidden-p, hs-show-block): Use it.
6657         (hs-hide-all): Don't pre-clean if nesting allowed.
6658         (hs-show-all): Temporarily disallow
6659         nesting around call to `hs-discard-overlays'.
6661 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
6663         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
6664         Delete unused local var.
6666 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
6668         * help-fns.el (describe-categories): "?\ " -> "?\s".
6669         (help-do-arg-highlight): Recognize also ARG-n, as in
6670         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
6672         * international/codepage.el (dos-unsupported-char-glyph):
6673         * net/newsticker.el (tool-bar-map, w3-mode-map)
6674         (w3m-minor-mode-map):
6675         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
6676         (ent-alist):
6677         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
6679 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
6681         * custom.el (custom-push-theme): Handle the case where a symbol is
6682         bound but face properties have not yet been assigned.
6684         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
6685         Fix behavior if noerase is `t' and there is no mail buffer.
6687         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
6688         if `continue' is nil, rather than signal an error.
6690 2005-09-12  Richard M. Stallman  <rms@gnu.org>
6692         * font-lock.el (font-lock-keywords): Add autoload.
6694         * help-fns.el (describe-variable): Rearrange to put source link
6695         in a predictable place.
6697         * net/newsticker.el: New file.
6699 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6701         * calendar/calendar.el (calendar-for-loop): Add edebug info.
6702         (calendar-basic-setup): Use the new nil arg.
6703         (number-of-diary-entries): Move to diary-lib.el.
6705         * calendar/diary-lib.el: Use with-current-buffer, match-string.
6706         (diary-list-entries): Use with-syntax-table and dolist.
6707         Rename from list-diary-entries.
6708         Use number-of-diary-entries if `number' is nil.
6709         (diary, diary-view-entries): Use this new name and new nil arg value.
6710         (number-of-diary-entries): Move from calendar.el.
6711         (diary-unhide-everything): New function.
6712         (include-other-diary-files, fancy-diary-display)
6713         (diary-show-all-entries, make-diary-entry): Use it.
6714         (diary-mail-entries): Use buffer-string.
6715         (mark-diary-entries): Fix long standing paren typo.
6716         (diary-sexp-entry): Use count-lines.
6717         (make-diary-entry): Avoid `previous-line'.
6718         (diary-mode-map): New var.
6719         (diary-mode): Redraw cal after saving.  Setup header-line.
6720         (fancy-diary-display-mode): Use local-set-key.
6722         * startup.el (command-line): Try calling various terminal-init-foo-bar
6723         functions by stripping hyphenated suffixes from $TERM.
6725         * files.el (normal-mode): Check boundness of font-lock-keywords.
6727 2005-09-12  Richard M. Stallman  <rms@gnu.org>
6729         * progmodes/compile.el: Don't decide a file's directory
6730         until the user actually tries to go there.
6731         (compilation-next-error-function):
6732         Pass compilation-find-file the directory from the file-struct.
6733         (compilation-internal-error-properties): Separate local FILE-STRUCT
6734         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
6735         (compilation-find-file): Arg DIR renamed to DIRECTORY.
6736         Expand it, and if nil, use default-directory.
6737         (compilation-get-file-structure): Don't mix specified directory
6738         with default directory.  Put specified directory into
6739         file-struct.  Don't make the file name absolute.
6741         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
6742         (compile-command): Add autoload.
6743         (compilation-disable-input): Add autoload.
6745 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
6747         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
6748         strings of the variables it can override.
6749         (time-stamp): New (as yet undocumented) time-stamp-format escapes
6750         %Q and %q, for fully-qualified domain name and unqualified host name.
6752 2005-09-11  Kim F. Storm  <storm@cua.dk>
6754         * emacs-lisp/authors.el (authors-aliases): Update list.
6755         (authors-fixed-entries): Update mldrag.el entry.
6757 2005-09-10  Alan Mackenzie  <acm@muc.de>
6759         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
6760         from the region narrowed to.
6762 2005-09-10  Magnus Henoch  <mange@freemail.hu>
6764         * textmodes/ispell.el (ispell-check-version): Signal an error if
6765         aspell version is less than 0.60.
6767 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
6769         * progmodes/octave-inf.el (inferior-octave-startup):
6770         Resync current dir at the end.
6772 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
6774         * woman.el (woman-topic-at-point-default):
6775         Rename to woman-use-topic-at-point-default.
6776         (woman-topic-at-point): Rename to woman-use-topic-at-point.
6777         (woman-file-name): Reflect renames above.  Automatically use the
6778         word at point as topic if woman-use-topic-at-point is non-nil.
6779         Otherwise offer it as default but don't insert it in the
6780         minibuffer.  Also use `test-completion' instead of `assoc' as
6781         suggested by Stefan Monnier.
6783 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
6785         * vc.el (vc-directory, vc-update-change-log): Throw an error on
6786         the attempt to do it over Tramp.  This is not yet supported.
6788 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
6790         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
6791         (menu-bar-non-minibuffer-window-p): New functions.
6792         ("Split Window", "Save As..."): Use them.
6793         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
6794         ("Print Buffer", "Truncate Long Lines in this Buffer"):
6795         Use menu-bar-menu-frame-live-and-visible-p.
6796         ("Save Buffer", "Insert File", "Open Directory...")
6797         ("Open File...", "Visit New File..."):
6798         Use menu-bar-non-minibuffer-window-p.
6799         (kill-this-buffer-enabled-p, dired <menu-enable>):
6800         Use menu-bar-non-minibuffer-window-p.
6802 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
6804         * cus-start.el (all): Don't complain about fringe-related
6805         built-ins if fringes are not supported.  Ditto about
6806         selection-related built-ins.  Fix the test for GTK-related built-ins.
6808         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
6809         ("Postscript Print Buffer", "Print Region", "Save As...")
6810         ("Save", "Insert File...", "Open Directory...")
6811         ("Open File...", "Visit New File..."")
6812         ("Truncate Long Lines in this Buffer"): Don't look at
6813         menu-updating-frame if this display does not support multiple frames.
6815 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
6817         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
6819 2005-09-09  Emilio Lopes  <eclig@gmx.net>
6821         * woman.el: Format- and whitespace-related changes.
6823 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
6825         * woman.el: Fix my email address.
6827 2005-09-08  Richard M. Stallman  <rms@gnu.org>
6829         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
6830         (sh-mode): Locally set skeleton-pair-default-alist.
6832         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
6834         * progmodes/flymake.el: Require `compile' unconditionally.
6836         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
6838         * woman.el (woman-file-name): Provide a default, not initial input.
6840         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
6842         * font-lock.el (font-lock-support-mode): Doc fix.
6844         * descr-text.el (describe-property-list): Handle non-symbol prop names.
6846 2005-09-08  Richard M. Stallman  <rms@gnu.org>
6848         * simple.el (blink-matching-open): Get rid of text props from
6849         the string shown in echo area.  Don't permanently set point.
6850         Some rearrangements.
6852 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
6854         * recentf.el (recentf-filename-handler): Add custom choice
6855         `abbreviate-file-name'.
6857         * msb.el (msb--very-many-menus): Fix typo.
6859         * disp-table.el (standard-display-european): Don't set
6860         enable-multibyte-characters to nil.
6862 2005-09-08  David Ponce  <david@dponce.com>
6864         * recentf.el (recentf-show-file-shortcuts-flag): New option.
6865         (recentf-expand-file-name): Doc fix.
6866         (recentf-dialog-mode-map): Define digit shortcuts.
6867         (recentf--files-with-key): New variable.
6868         (recentf-show-digit-shortcut-filter): New function.
6869         (recentf-open-files-items): New function.
6870         (recentf-open-files): Use it.
6871         (recentf-open-file-with-key): New command.
6873 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
6875         * buff-menu.el (Buffer-menu-sort-by-column): New function.
6876         Suggested by Kim F. Storm.
6877         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
6878         (Buffer-menu-make-sort-button): Use global keymap.
6880 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
6882         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
6883         (Man-getpage-in-background-advice): Remove defadvice; it isn't
6884         necessary any longer with the remapped command.
6885         (Man-bgproc-sentinel-advice): Remove defadvice which counts
6886         formatting time only.
6888         * net/tramp.el (tramp-action-password)
6889         (tramp-multi-action-password): Compile the password prompt from
6890         `method', `user' and `host'.  Sometimes it isn't obvious which
6891         password to enter, for example with remote files offered by
6892         recentf.el, or with multiple steps.  Suggested by Robert Marshall
6893         <robert@chezmarshall.freeserve.co.uk>.
6895 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6897         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6898         Fix regexp for when "s///" is at the beginning of line.
6900 2005-09-07  Jay Belanger  <belanger@truman.edu>
6902         * calc/calc-poly.el (math-expand-term): Multiply out any powers
6903         when in matrix mode.
6905 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6907         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
6908         non-anonymous functions.
6910 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
6912         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
6913         when using a header line.  Otherwise, use mouse-1-click-follows-link.
6915         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
6916         can't be moved; don't signal an error.
6918 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
6920         * cus-theme.el (custom-theme-write-faces): Save the current face
6921         spec, not the defface spec.
6923         * custom.el (custom-known-themes): Clarify meaning of "standard".
6924         (custom-push-theme): Save old values in the standard theme.
6925         (disable-theme): Correct typo.
6926         (custom-face-theme-value) Deleted unused function.
6927         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
6929 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6931         * progmodes/compile.el (compilation-goto-locus): Take into account
6932         iconified frames when determining whether the buffer is
6933         already visible.
6934         Don't reset window height if the window already existed.
6936 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
6938         * custom.el (load-theme): Rename from require-theme.
6939         Add interactive spec.
6940         (enable-theme): Rename from custom-enable-theme.
6941         Add interactive spec.
6942         (disable-theme): Rename from custom-disable-theme.
6943         Add interactive spec.
6944         (custom-make-theme-feature): Doc fix.
6945         (custom-theme-directory): Doc fix.
6946         (provide-theme): Call enable-theme.
6948 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6950         * obsolete/lazy-lock.el (lazy-lock-mode):
6951         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
6952         font-lock-mode if it's off.  Print a warning instead.
6954         * progmodes/compile.el (compilation-start): Ignore errors if the
6955         process died before we get to send-eof.
6957         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
6958         Undo last change.  Enclosing the result in quotes broke things on Unix
6959         since tex-send-command passes it through shell-quote-argument.
6960         (tex-send-command): Pass `file' through convert-standard-filename
6961         when possible.
6962         (tex-uptodate-p): Handle the case where TeX hasn't put additional
6963         info in a transcript.
6965 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
6967         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
6968         fix compilation warning. Reorder the key definitions to group
6969         together keys emitted by the current version of xterm.
6971         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
6972         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
6973         Reorder predicates to correct min-color usage.
6975 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
6977         * longlines.el (longlines-mode): Inhibit read-only when encoding.
6978         Kill local variables when longlines-mode is turned off.
6980 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6982         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
6984         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
6986         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
6988         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
6989         (font-lock-lines-before): Change default to being inactive.
6990         (font-lock-default-fontify-region): Obey font-lock-lines-before.
6991         (font-lock-after-change-function): Don't handle f-l-lines-before here.
6993 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
6995         * net/tramp.el (tramp-handle-make-auto-save-file-name):
6996         Deactivate temporarily advice if active (not needed for Emacs 22,
6997         but for backwards compatibility).
6998         (tramp-exists-file-name-handler): Rewrite.  First implementation
6999         was too simple.
7000         (tramp-advice-make-auto-save-file-name):
7001         Call `tramp-handle-make-auto-save-file-name' (again, just for
7002         backwards compatibility).
7004 2005-08-31  Reto Zimmermann  <reto@gnu.org>
7006         * progmodes/vhdl-mode.el
7007         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
7008         (vhdl-end-p): Fix indentation bug "else" after "-- when".
7009         (vhdl-set-default-project): New function (easier setting of default).
7010         (vhdl-port-copy): Handle extended identifiers for generics.
7011         (vhdl-compiler-alist): Better description for error message regexp.
7012         (vhdl-make): Query for target, use previous as default.
7013         (vhdl-port-copy): Fix port copy for port names starting with "signal".
7014         (vhdl-font-lock-keywords-2): Fix fontification for record
7015         el. assign.
7016         (vhdl-speedbar-make-subpack-line): Add package body link.
7017         (vhdl-generate-makefile-1): Not include itself as dependency.
7018         (vhdl-font-lock-init): Highlight c-preprocessor directives.
7019         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
7020         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
7021         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
7022         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
7023         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
7024         (vhdl-import-project): Add string argument for `error'.
7025         (vhdl-compose-configuration)
7026         (vhdl-compose-configuration-architecture): Add configuration
7027         declaration generation.
7028         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
7029         (vhdl-trailer-re): Add "record" keyword (better indentation).
7030         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
7031         "[^ \t-\"]+".
7032         (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
7033         (vhdl-testbench-entity-file-name)
7034         (vhdl-testbench-architecture-file-name): Allow separate
7035         customization of testbench file names.
7036         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
7037         (vhdl-get-visible-signals): Allow newline within alias declaration.
7038         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
7039         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
7040         (member-ignore-case): Alias for missing function in XEmacs.
7041         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
7042         (vhdl-update-sensitivity-list): Ignore case on read signals.
7043         (vhdl-replace-string): Adjust case only for file names.
7044         (vhdl-update-sensitivity-list): Fix search for read signals.
7045         (vhdl-update-sensitivity-list): Exclude formal parameters.
7046         (vhdl-get-visible-signals): Include aliases of signals.
7047         (vhdl-get-visible-signals): Fix signal name searching.
7048         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
7049         (vhdl-fixup-whitespace-region): Fix for character
7050         literals (e.g. ':').
7052 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7054         * ansi-color.el (comint-last-output-start):
7055         * bs.el (font-lock-verbose):
7056         * diff-mode.el (add-log-buffer-file-name-function):
7057         * dired-x.el (vm-folder-directory):
7058         * faces.el (help-xref-stack-item):
7059         * files.el (font-lock-keywords):
7060         * find-lisp.el (dired-buffers, dired-subdir-alist):
7061         * ido.el (cua-inhibit-cua-keys):
7062         * log-view.el (cvs-minor-wrap-function):
7063         * outline.el (font-lock-warning-face):
7064         * simple.el (compilation-current-error):
7065         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
7066         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
7067         * tooltip.el (comint-prompt-regexp):
7068         * w32-fns.el (explicit-shell-file-name):
7069         * term/mac-win.el (mac-charset-info-alist)
7070         (mac-services-selection, mac-system-script-code):
7071         * term/tty-colors.el (msdos-color-values):
7072         * term/w32-win.el (xlfd-regexp-registry-subnum):
7073         * term/x-win.el (x-keysym-table, x-selection-timeout)
7074         (x-session-id, x-session-previous-id):
7075         * textmodes/ispell.el (mail-yank-prefix):
7076         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
7077         * textmodes/org.el (calc-embedded-close-formula)
7078         (calc-embedded-open-formula)
7079         (font-lock-unfontify-region-function):
7080         * textmodes/reftex-global.el (isearch-next-buffer-function)
7081         (TeX-master):
7082         * textmodes/reftex.el (font-lock-keywords):
7083         * textmodes/tex-mode.el (font-lock-comment-face)
7084         (font-lock-doc-face):
7085         * textmodes/texinfo.el (outline-heading-alist):
7086         Add defvars.
7088         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
7089         (artist-spray-chars, artist-mode-init, artist-replace-string)
7090         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
7091         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
7092         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
7094         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
7095         (conf-align-assignments): "?\ " -> "?\s".
7097         * textmodes/reftex-index.el (TeX-master): Add defvar.
7098         (reftex-index-phrases-marker): Move up defvar.
7100         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
7101         (reftex-toc-include-labels-indicator)
7102         (reftex-toc-include-index-indicator)
7103         (reftex-toc-max-level-indicator): Move up declarations.
7105         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
7106         of args to `tramp-run-real-handler', even if it's empty in this case.
7108 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7110         * dired.el (dired-move-to-filename-regexp): Add date format for
7111         Mac OS X 10.3 in East Asian locales.
7113 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
7115         * files.el (make-auto-save-file-name): Add file name handler call
7116         if applicable.
7118         * net/tramp.el (tramp-file-name-handler-alist)
7119         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
7120         (tramp-handle-make-auto-save-file-name): Rename from
7121         `tramp-make-auto-save-file-name'.
7122         (tramp-exists-file-name-handler): New defun.
7123         (tramp-advice-make-auto-save-file-name): Make defadvice only when
7124         `make-auto-save-file-name' is not a magic file name operation.
7126 2005-08-30  Richard M. Stallman  <rms@gnu.org>
7128         * files.el (risky-local-variable-p):
7129         Match `-predicates' and `-commands.
7131         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
7132         (custom-save-all): Visit the file if necessary;
7133         kill the buffer if we created it.
7134         (custom-save-delete): Don't visit file or kill buffer here.
7136 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
7138         * textmodes/org.el (org-special-keyword): New face.
7139         (org-table-copy-down, org-table-eval-formula)
7140         (org-table-recalculate, org-init-section-numbers):
7141         Use `string-to-number' instead of `string-to-int'.
7142         (org-get-location): Use `insert-buffer-substring' instead of
7143         `insert-buffer'.
7144         (org-modify-diary-entry-string): New function.
7145         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
7146         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
7147         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
7148         active region.
7149         (org-export-as-html): Handle QUOTE keyword.
7150         (org-quote-string): New option.
7151         (org-bookmark-jump-unhide): New function, used for
7152         `bookmark-after-jump-hook'.
7153         (org-diary-default-entry): Apply only when not called through
7154         `org-agenda'.
7156 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
7158         * net/eudc.el (mode-popup-menu):
7159         * play/handwrite.el (ps-printer-name, ps-lpr-command):
7160         * progmodes/ada-mode.el (compile-auto-highlight)
7161         (skeleton-further-elements):
7162         * progmodes/autoconf.el (font-lock-syntactic-keywords):
7163         * progmodes/cmacexp.el (msdos-shells):
7164         * progmodes/compile.el (font-lock-extra-managed-props)
7165         (font-lock-keywords, font-lock-maximum-size)
7166         (font-lock-support-mode):
7167         * progmodes/grep.el (font-lock-lines-before):
7168         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
7169         * progmodes/mixal-mode.el (compile-command):
7170         * progmodes/perl-mode.el (font-lock-comment-face)
7171         (font-lock-doc-face, font-lock-string-face):
7172         * progmodes/prolog.el (comint-prompt-regexp):
7173         * progmodes/sh-script.el (font-lock-comment-face)
7174         (font-lock-set-defaults, font-lock-string-face):
7175         * progmodes/sql.el (font-lock-keyword-face)
7176         (font-lock-set-defaults, font-lock-string-face):
7177         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
7178         (itimer-version, lazy-lock-defer-contextually)
7179         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
7180         Add defvars.
7182         * progmodes/cperl-mode.el (cperl-electric-lbrace)
7183         (cperl-electric-keyword, cperl-electric-pod)
7184         (cperl-electric-backspace, cperl-forward-re)
7185         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
7186         (vc-rcs-header, vc-sccs-header): Add defvars.
7188         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
7189         (font-lock-syntactic-keywords, gud-find-expr-function):
7190         Add defvars.
7192         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
7193         (gdb-frame-parameters): Declare before use.
7195         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
7196         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
7197         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
7198         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
7200         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
7201         (idlwave-help-with-source): Use `insert-buffer-substring', not
7202         `insert-buffer'.
7204 2005-08-29  Juri Linkov  <juri@jurta.org>
7206         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
7207         Put outline-back-to-heading function call inside save-excursion.
7209 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
7211         * man.el (Man-init-defvars, Man-translate-references)
7212         (Man-support-local-filenames, Man-highlight-references):
7213         * progmodes/sql.el (sql-interactive-mode):
7214         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
7216         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
7217         (compilation-mode-font-lock-keywords): Add defvars.
7218         (checkdoc-interactive-loop): "?\ " -> "?\s".
7220         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
7221         (font-lock-doc-face, font-lock-string-face)
7222         (font-lock-keywords-case-fold-search): Add defvars.
7223         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
7225         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
7226         Don't pass X and Y (they are ignored anyway).
7227         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
7228         (mouse-delete-window): Make arguments optional.
7230         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
7231         (caesar-translate-table, minor-modes, news-buffer-save)
7232         (news-group-name, news-minor-modes): Add defvars.
7234         * emacs-lisp/lselect.el (mouse-highlight-priority)
7235         (x-lost-selection-functions, zmacs-regions):
7236         * emacs-lisp/pp.el (font-lock-verbose):
7237         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
7238         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
7239         (ses-mode-map):
7240         * emacs-lisp/tcover-unsafep.el (safe-functions):
7241         * international/mule-cmds.el (mac-system-coding-system)
7242         (mac-system-locale):
7243         * language/ethio-util.el (rmail-current-message)
7244         (rmail-message-vector):
7245         * language/thai-util.el (thai-auto-composition-mode):
7246         * mail/metamail.el (rmail-current-message, rmail-message-vector):
7247         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
7248         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
7249         (vm-primary-inbox, vm-spool-files):
7250         * mail/rmail.el (deleted-head, font-lock-fontified)
7251         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
7252         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
7253         (total-messages):
7254         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
7255         (rmail-summary-mode-map):
7256         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
7257         (rmail-last-label, rmail-last-multi-labels)
7258         (rmail-summary-vector, rmail-total-messages):
7259         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
7260         * mail/rmailsum.el (msgnum):
7261         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
7262         (rmail-current-message):
7263         * obsolete/fast-lock.el (font-lock-face-list):
7264         * obsolete/rnewspost.el (mail-reply-buffer):
7265         * obsolete/scribe.el (compile-command):
7266         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
7268 2005-08-28  John Paul Wallington  <jpw@gnu.org>
7270         * ibuf-ext.el (ibuffer-auto-update-changed):
7271         Use `frame-or-buffer-changed-p' to check whether we need to update.
7272         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
7273         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
7274         as a `frame-or-buffer-changed-p' state vector instead.
7276 2005-08-27  Romain Francoise  <romain@orebokech.com>
7278         * textmodes/makeinfo.el (makeinfo-compile):
7279         Use `compilation-start'.  Set `next-error-function' according to
7280         `disable-errors'.
7281         (makeinfo-next-error): New function.
7282         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
7283         (makeinfo-buffer): Likewise.
7285         * progmodes/compile.el (compilation-start): Add autoload cookie.
7287         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
7288         * textmodes/sgml-mode.el: Likewise.
7289         * progmodes/python.el: Likewise.
7291 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
7293         * simple.el (blink-matching-paren-distance): Document the meaning
7294         of nil value, and allow to customize to nil.
7296         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
7297         command.com, not command.exe.
7299 2005-08-26  John Wiegley  <johnw@newartisans.com>
7301         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
7302         code around a bit so that an extraneous nil argument is not added
7303         to a command when no args are given.
7305         * eshell/esh-arg.el (eshell-parse-double-quote): If a
7306         double-quoted argument resolves to nil, return it as an empty
7307         string rather than as nil.  This made it impossible to pass "" to
7308         a shell script as a null string argument.
7310 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7312         * outline.el (outline-invent-heading): New fun.
7313         (outline-promote, outline-demote): Use it.
7314         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
7315         (outline-end-of-subtree): Remove unused var `opoint'.
7317 2005-08-26  David Reitter  <david.reitter@gmail.com>
7319         * menu-bar.el (truncate-lines, write-file, print-buffer)
7320         (ps-print-buffer-faces, ps-print-buffer, split-window):
7321         Disable menu items when the frame they refer to is invisible, or when
7322         they refer to a buffer and the minibuffer is selected.
7324 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
7326         * progmodes/flymake.el (flymake-highlight-err-lines):
7327         Use save-excursion around flymake-highlight-line to preserve point.
7329 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
7331         * progmodes/octave-mod.el: Change Author and Maintainer address.
7332         (octave-maintainer-address): Change Kurt's email address.
7333         * progmodes/octave-inf.el: Change Author and Maintainer address.
7334         * progmodes/octave-hlp.el: Change Author and Maintainer address.
7336 2005-08-26  Kim F. Storm  <storm@cua.dk>
7338         * subr.el (version-list-<, version-list-<=, version-list-=):
7339         Rename from integer-list-*.
7340         (version-list-not-zero): Likewise.  Fix while loop.
7341         (version=): Use version-list-= instead of string-equal.
7343 2005-08-26  Richard M. Stallman  <rms@gnu.org>
7345         * outline.el (outline-promote): Try shortening the heading.
7346         As last resort, read the heading to use.
7347         (outline-demote): As last resort, read the heading to use.
7349 2005-08-26  Romain Francoise  <romain@orebokech.com>
7351         * progmodes/compile.el (compilation-start): Doc fix.
7353         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
7354         (antlr-font-lock-additional-keywords): Fix reference to
7355         `antlr-font-lock-literal-regexp' erroneously changed during the
7356         mass face rename.
7357         (antlr-run-tool): Use `compilation-start'.
7359         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
7360         instead of the obsolete `compile-internal'.
7362 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
7364         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
7365         (number, original-date):
7366         * calendar/cal-china.el (date):
7367         * calendar/cal-coptic.el (date):
7368         * calendar/cal-french.el (date):
7369         * calendar/cal-hebrew.el (date, entry, number, original-date):
7370         * calendar/cal-islam.el (date, number, original-date):
7371         * calendar/cal-iso.el (date):
7372         * calendar/cal-julian.el (date):
7373         * calendar/cal-mayan.el (date):
7374         * calendar/cal-menu.el (date, event):
7375         * calendar/cal-persia.el (date):
7376         * calendar/lunar.el (date):
7377         * calendar/solar.el (date): Add defvars.
7379         * emerge.el:
7380         * ibuffer.el:
7381         * info-xref.el:
7382         * obsolete/bg-mouse.el:
7383         * obsolete/sun-curs.el:
7384         * obsolete/swedish.el: Move the `defvar's to the top level.
7386         * smerge-mode.el (smerge-refined-change): Add :group.
7388 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7390         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
7391         (smerge-keep-n): Remove props.
7392         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
7393         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
7394         now that it's done in smerge-keep-n.
7395         (smerge-refined-change): New face.
7396         (smerge-refine-chopup-region, smerge-refine-highlight-change)
7397         (smerge-refine): New funs.
7398         (smerge-basic-map): Bind smerge-refine.
7400 2005-08-25  Juri Linkov  <juri@jurta.org>
7402         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
7403         compilation-process-setup-function and compilation-disable-input
7404         in grep-mode instead of let-bindings in grep.
7406         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
7407         Delete "Automatic File De/compression" (auto-compression-mode).
7409 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
7411         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
7412         Silence warning about non-existent variable.
7414 2005-08-25  Richard M. Stallman  <rms@gnu.org>
7416         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
7417         Rename "Describe Key" to "Describe Key or Mouse Operation".
7419         * mail/mailalias.el (build-mail-aliases): Delete comments
7420         from the contents before processing them.
7422         * isearch.el (isearch-edit-string): Erase the Search prompt
7423         if user enters an empty string and there is no default.
7425         * comint.el (comint-file-name-prefix): Add autoload.
7427 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
7429         * subr.el (play-sound): Rearrange to avoid warning.
7431 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
7433         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
7434         New hook.
7435         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
7437 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7439         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
7441         * custom.el (custom-theme-set-variables): Sort minor modes last.
7443 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7445         * subr.el (version-separator, version-regexp-alist): New vars used by
7446         version comparison funs.
7447         (integer-list-<, integer-list-=, integer-list-<=)
7448         (integer-list-not-zero): New funs for integer list comparison.
7449         (version-to-list, version=, version<, version<=): New funs for version
7450         comparison.
7452 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
7454         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
7455         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
7456         time to silence the byte-compiler.
7458         * ibuffer.el (ibuffer-compile-make-eliding-form)
7459         (ibuffer-check-formats): Use `with-no-warnings' to hide references
7460         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
7461         so it's silly to get warnings for it).
7462         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
7463         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
7464         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
7465         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
7466         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
7467         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
7468         Defvar at compile time.
7469         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
7470         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
7471         Declare them before use.
7473         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
7474         (info-xref-good, info-xref-bad): Defvar at compile time.
7476         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
7477         Use `let*' instead of `let'.
7479         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
7480         (*mouse-y*, menu, char): Defvar at compile time.
7481         (sc::menu): Declare it before use.
7482         (sc::pack-one-line): Use `let', not `let*'.
7484         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
7485         (mail-send-hook): Defvar at compile time.
7487         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
7488         Defvar at compile time.
7490         * term/sun-mouse.el (current-global-mousemap)
7491         (current-local-mousemap): Declare them before use.
7493 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
7495         * bookmark.el (bookmark-after-jump-hook): New hook.
7496         (bookmark-jump): Run `bookmark-after-jump-hook'.
7498 2005-08-23  Juri Linkov  <juri@jurta.org>
7500         * faces.el (minibuffer-prompt): Doc fix.
7502 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
7504         * progmodes/xscheme.el: Trivial changes to silence warnings.
7505         (xscheme-previous-mode, xscheme-previous-process-state):
7506         Add defvars.
7507         (xscheme-last-input-end, xscheme-process-command-line)
7508         (xscheme-process-name, xscheme-buffer-name)
7509         (xscheme-expressions-ring-max, xscheme-expressions-ring)
7510         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
7511         (xscheme-control-g-synchronization-p)
7512         (xscheme-control-g-disabled-p, xscheme-string-receiver)
7513         (default-xscheme-runlight, xscheme-runlight)
7514         (xscheme-runlight-string, xscheme-process-filter-state)
7515         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
7516         Move to beginning of file.
7517         (scheme-interaction-mode-commands-alist)
7518         (scheme-interaction-mode-map, scheme-debugger-mode-map):
7519         Declare them before use.  Note: the initialization code for the variables
7520         has not been moved because it uses functions that reference the variables.
7521         (xscheme-control-g-message-string, xscheme-process-filter-alist)
7522         (xscheme-prompt-for-expression-map): Declare them before use.
7523         (scheme-debugger-mode-commands): "?\ " -> "?\s".
7525 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
7527         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
7529 2005-08-22  Juri Linkov  <juri@jurta.org>
7531         * faces.el (set-face-underline): Delete this duplicate function
7532         and make an obsolete alias to set-face-underline-p.
7533         (set-face-underline-p): Use docstring of set-face-underline.
7534         (describe-face): Create hyperlink to parent face.
7536         * info.el (Info-insert-dir): Use save-excursion around
7537         insert-buffer-substring.
7538         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
7539         (Info-escape-percent): Delete function.
7540         (Info-fontify-node): Replace Info-escape-percent by
7541         replace-regexp-in-string with REP arg set to lambda that
7542         duplicates `%' and preserves text properties.
7544         * progmodes/compile.el (compilation-disable-input): Doc fix.
7545         (define-compilation-mode): Doc fix and refill.
7546         (kill-compilation): Use `mode-name' in the error message.
7547         (compilation-find-file): Use `compilation-error' in the
7548         read-file-name's prompt.
7550 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7552         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
7553         (smerge-auto-leave): Make undo re-enable the mode.
7554         (debug-ignored-errors): Add the user-error of impossible resolution.
7555         (smerge-resolve): Move things around a bit, in preparation for later.
7556         (smerge-diff): Don't fail if the buffer has no associated file.
7557         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
7558         (smerge-conflict-overlay): New function.
7559         (smerge-match-conflict): Don't add text properties here.
7560         (smerge-find-conflict): Instead, add an overlay here.
7561         Also check for the case where we're inside a conflict already, so as to
7562         obviate the need for font-lock-multiline, which is unbearably slow with
7563         large conflicts and ciomplex font-lock patterns.
7564         (smerge-remove-props): Remove overlay rather than text-properties.
7565         (smerge-mode): Don't set font-lock-multiline.
7566         Remove overlays when turned off.
7568 2005-08-21  Kim F. Storm  <storm@cua.dk>
7570         * ido.el (ido-ignore-item-p): Use save-match-data.
7571         Bind case-fold-search to ido-case-fold locally.
7573 2005-08-20  Richard M. Stallman  <rms@gnu.org>
7575         * files.el (normal-mode): If font lock is on, turn it off and on.
7577         * subr.el (replace-regexp-in-string): Doc fix.
7579         * startup.el (command-line-1): Don't suppress startup screen
7580         due to existing processes.
7582         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
7584         * progmodes/compile.el (compilation-disable-input): Default to nil.
7586 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
7588         * progmodes/compile.el (compilation-disable-input): New defcustom.
7589         (compilation-start): If compilation-disable-input is non-nil, send
7590         EOF to the compilation process.
7592 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
7594         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
7595         Run the argument of tex-shell-cd-command through
7596         convert-standard-filename, to get the correct style of slashes on
7597         Windows, and enclose the result in quotes, in case the file name
7598         includes whitespace or other special characters.
7600 2005-08-19  Andreas Schwab  <schwab@suse.de>
7602         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
7603         process.
7605 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
7607         * cus-start.el (minibuffer-prompt-properties): Correct typo.
7609 2005-08-18  Kim F. Storm  <storm@cua.dk>
7611         * scroll-lock.el: Fix errors due to incorrect line wrapping.
7613 2005-08-18  Richard M. Stallman  <rms@gnu.org>
7615         * scroll-lock.el: New file.
7617 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
7619         * dired.el (dired-move-to-end-of-filename):
7620         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
7622 2005-08-18  Kim F. Storm  <storm@cua.dk>
7624         * ido.el (ido-everywhere): Fix defcustom :set function to disable
7625         rather than toggle mode when custom value is nil.
7626         (ido-everywhere): Fix defun doc string.
7628 2005-08-17  Richard M. Stallman  <rms@gnu.org>
7630         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
7631         as tag instead of "Inviolable".
7633 2005-08-17  Kim F. Storm  <storm@cua.dk>
7635         * windmove.el (windmove-coordinates-of-position): Remove.
7636         (windmove-coordinates-of-window-position): Remove.
7637         (windmove-reference-loc): Use posn-at-point instead.
7639         * subr.el (insert-for-yank-1): Doc fix.
7641         * ido.el (ido-enter-matching-directory): Rename from
7642         ido-enter-single-matching-directory.  Change 'slash choice to
7643         'only.  Add 'first choice.
7644         (ido-exhibit): Adapt to above changes.
7646 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
7648         * Makefile.in: Expand comment about building loaddefs.el.
7650 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
7652         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
7653         Comment use of defadvice.
7655         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
7657 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
7659         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
7660         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
7661         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
7662         * progmodes/idlw-shell.el, progmodes/ld-script.el,
7663         * progmodes/which-func.el, ruler-mode.el, strokes.el,
7664         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
7665         for backward compatibility for faces that did not appear in the
7666         previous Emacs release.
7668         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
7670 2005-08-15  Kim F. Storm  <storm@cua.dk>
7672         * emulation/cua-base.el (cua-delete-region): Return t if
7673         deleted region was non-empty.
7674         (cua-replace-region): Inhibit overwrite-mode for
7675         self-insert-command if replaced region was non-empty.
7676         (cua--explicit-region-start, cua--status-string): Make them
7677         buffer-local at top-level...
7678         (cua-mode): ...rather than when mode is enabled.
7680 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
7682         * progmodes/vhdl-mode.el (vhdl-emacs-21):
7683         Set t for Emacs 21, 22, and so on.
7685 2005-08-15  David Ponce  <david@dponce.com>
7687         * tree-widget.el: Update Commentary header.
7688         (tree-widget-theme): Doc fix.
7689         (tree-widget-space-width): New option.
7690         (tree-widget-image-properties): Look up in the default theme too.
7691         (tree-widget--cursors): Only for images with arrow pointer shape.
7692         (tree-widget-lookup-image): Pointer shape is hand by default.
7693         (tree-widget-icon): Rename generic icon widget from
7694         `tree-widget-control'.
7695         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
7696         derive from `tree-widget-icon'.
7697         (tree-widget-handle): Improve default look and feel of the text
7698         representation.
7699         (tree-widget): Rename :*-control properties to :*-icon properties.
7700         Add :action and :help-echo properties.
7701         (tree-widget-after-toggle-functions): Move.
7702         (tree-widget-close-node, tree-widget-open-node): Remove.
7703         (tree-widget-before-create-icon-functions): New hook.
7704         (tree-widget-value-create): Update to allow customization of icons
7705         and nodes at run-time via that new hook.
7706         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
7707         (tree-widget-icon-action, tree-widget-icon-help-echo)
7708         (tree-widget-action, tree-widget-help-echo): New functions.
7710 2005-08-15  Kim F. Storm  <storm@cua.dk>
7712         * ido.el (ido-buffer-internal): Use with-no-warnings.
7713         (ido-make-merged-file-list): Use while-no-input.
7715 2005-08-15  Richard M. Stallman  <rms@gnu.org>
7717         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
7718         (flyspell-large-region): Fix doc and custom type.
7720 2005-08-14  Richard M. Stallman  <rms@gnu.org>
7722         * files.el (interpreter-mode-alist): Doc fix.
7724         * mail/rmail.el (rmail-nonignored-headers): New variable.
7725         (rmail-clear-headers): Use it.
7726         (rmail-reply): Better handling of mail-followup-to header.
7728         * progmodes/sh-script.el (sh-font-lock-keywords-var):
7729         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
7730         don't try to refer to executable-font-lock-keywords.
7731         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
7732         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
7733         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
7734         (sh-mode): Set comment-start-skip, local-abbrev-table,
7735         imenu-case-fold-search.
7736         (sh-set-shell): Don't set them here.
7737         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
7738         Don't cache the results in the original alist; don't ever modify
7739         that alist.
7741         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
7743         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
7744         empty.
7746 2005-08-15  Andreas Schwab  <schwab@suse.de>
7748         * desktop.el: Put autoload cookie at risky-local-variable declarations.
7750         * dired.el, info.el, mail/rmail.el: Revert last change.
7752 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
7754         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
7755         modification in `eval-after-load' form.
7756         * info.el: Likewise.
7757         * mail/rmail.el: Likewise.
7759 2005-08-14  Juri Linkov  <juri@jurta.org>
7761         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7762         Remove highlighting of "Compilation started".  Highlight only
7763         the word "finished" in "Compilation finished".  Add highlighting
7764         of "interrupt", "killed", "terminated" and the exit code.
7765         (compilation-start): Add newline after header.  Use exactly the
7766         same time stamp format as the finishing message.
7767         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
7769         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
7770         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
7771         Add highlighting of "interrupt", "killed", "terminated".
7773         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
7774         enabled and the current command is self-insert-command, call it
7775         explicitly with overwrite-mode bound to nil, to not allow it
7776         to delete the character after the selected region.
7778 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
7780         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
7781         move-end-of-line, end-of-line, and beginning-of-line to the list
7782         of commands after which the echo area is updated.
7784 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
7786         * cus-edit.el (custom-save-all, custom-save-delete):
7787         Bind recentf-exclude to exclude custom-file.
7789 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
7791         * mail/rmailsum.el (rmail-summary-end-of-message): New command
7792         to go to the bottom of the mail message.  Added to
7793         `rmail-summary-mode-map' with key "/".
7794         (rmail-summary-show-message): New (internal) function for use by
7795         both `rmail-summary-beginning/end-of-message'.
7796         (rmail-summary-beginning-of-message): Change to use
7797         rmail-summary-show-message.
7799         * mail/rmail.el (rmail-end-of-message): New command to go to the
7800         end of the current message.  Added to `rmail-mode-map' with key "/".
7801         (rmail-beginning-of-message): Fix to work as documented.
7802         (rmail-mode): Change documentation.
7804         * progmodes/compile.el (compilation-start): Add the line
7805         "Compilation started" with compilation start time.
7806         (compilation-mode-font-lock-keywords): Add `started' to keywords.
7808 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
7810         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
7811         of menu items.
7813 2005-08-11  Richard M. Stallman  <rms@gnu.org>
7815         * simple.el (pop-global-mark): Reverse test of widen-automatically.
7817         * battery.el (battery-status-function): Don't use ignore-errors.
7819 2005-08-11  Lute Kamstra  <lute@gnu.org>
7821         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
7822         define-obsolete-variable-alias.
7824 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7826         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
7827         (ange-ftp-send-cmd): Revert last change, and expand
7828         the comment explaining the problem.
7830 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
7832         * ldefs-boot.el: Update.
7834         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
7835         item to "Time, Load and Mail".  Change help echo text.
7837         * time.el (display-time-use-mail-icon, display-time-format)
7838         (display-time-string-forms): Shorten first line of docstrings.
7840 2005-08-10  Lars Hansen  <larsh@soem.dk>
7842         * desktop.el (desktop-buffer-mode-handlers):
7843         Make non-customizable. Add autoload cookie.  Change initial value to
7844         nil; add elements in respective modules instead.  Fix doc string.
7845         (desktop-load-file): New function.
7846         (desktop-minor-mode-handlers): New autoloaded variable.
7847         (desktop-create-buffer): Call minor mode handlers.
7848         Use desktop-load-file to load major and minor mode modules prior to
7849         checking for a handler.
7850         (desktop-save): Don't add nil to desktop-minor-modes for minor
7851         modes with nil function in desktop-minor-mode-table.  Don't delete
7852         desktop file before rewriting it.
7853         (desktop-locals-to-save): Add autoload cookie.  Don't make
7854         automatically buffer-local.  Add variables column-number-mode,
7855         size-indication-mode, indent-tabs-mode,
7856         indicate-buffer-boundaries, indicate-empty-lines and
7857         show-trailing-whitespace.
7858         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
7859         regexps. Don't use desktop-clear-preserve-buffers-regexp.
7860         (desktop-clear-preserve-buffers-regexp): Delete.
7861         (desktop-clear-preserve-buffers): Update initial value and docstring.
7862         (desktop-save-buffer): Fix doc string.
7864         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
7865         (hilit-chg-desktop-restore): New function.
7866         (highlight-changes-mode): Add highlight-changes-mode to
7867         desktop-locals-to-save.
7869         * dired.el: Add handler to desktop-buffer-mode-handlers.
7870         (dired-restore-desktop-buffer): Remove autoload cookie.
7871         (dired-mode): Add autoload cookie.
7873         * info.el: Add handler to desktop-buffer-mode-handlers.
7874         (Info-restore-desktop-buffer): Remove autoload cookie.
7875         (Info-mode): Add autoload cookie.
7877         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
7878         (mh-restore-desktop-buffer): Remove autoload cookie.
7879         (mh-folder-mode): Add autoload cookie.
7881         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
7882         (rmail-restore-desktop-buffer): Remove autoload cookie.
7884 2005-08-11  Masatake YAMATO  <jet@gyve.org>
7886         * hexl.el (hexl-address-region):
7887         (hexl-ascii-region, hexl-font-lock-keywords):
7888         (hexl-highlight-line-range): Use the term "region"
7889         instead of "area" for consistency with the other symbols
7890         defined in hexl.el.
7892 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
7894         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
7895         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
7896         out by Juri Linkov).  Add `display-battery-mode'.
7898 2005-08-09  Juri Linkov  <juri@jurta.org>
7900         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7901         Remove `-text' from face variable names.
7902         (compilation-error-file-name, compilation-warning-file-name)
7903         (compilation-info-file-name): Delete faces.
7904         (compilation-line-number, compilation-column-number):
7905         Remove face underlining.
7906         (compilation-message-face): Set to `underline' value by default.
7907         (compilation-error-face, compilation-warning-face)
7908         (compilation-info-face): Remove `-file-name' from face names.
7909         (compilation-error-text-face, compilation-warning-text-face)
7910         (compilation-info-text-face): Delete face variables.
7911         (compilation-text-face): Delete function.
7913         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
7914         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
7915         (grep-error-face): Set to `compilation-error' instead of
7916         `compilation-error-face' (which is redefined to `grep-hit-face' in
7917         grep buffers).
7918         (grep-mode-font-lock-keywords): Remove `-text' from face variable
7919         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
7921         * dired-aux.el (dired-do-query-replace-regexp):
7922         Use `query-replace-read-args'.
7924         * replace.el (query-replace-read-from, query-replace-read-to)
7925         (query-replace-read-args): Rename arg `string' to `prompt'.
7927         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
7929 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
7931         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
7932         uploading files.
7933         (ange-ftp-canonize-filename): Handle file names beginning with ~
7934         correctly.
7936 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
7938         * textmodes/fill.el (canonically-space-region)
7939         (fill-context-prefix, fill-french-nobreak-p)
7940         (fill-delete-newlines, fill-comment-paragraph)
7941         (justify-current-line): "?\ " -> "?\s".
7943 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
7945         * textmodes/fill.el (fill-nonuniform-paragraphs):
7946         Improve argument/docstring consistency.
7948 2005-08-09  Richard M. Stallman  <rms@gnu.org>
7950         * textmodes/ispell.el (ispell-word): More fboundp checks.
7952         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
7953         (find-file-noselect-1): Call it here, only if RAWFILE.
7954         (normal-mode): Always set some major mode.
7955         (save-some-buffers-action-alist): Change some explanation strings.
7956         (file-name-non-special): In the `quote' method, use unwind-protect.
7958 2005-08-09  Magnus Henoch  <mange@freemail.hu>
7960         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
7961         (ispell-have-aspell-dictionaries): New variable.
7962         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
7963         (ispell-get-aspell-config-value): New function.
7964         (ispell-aspell-find-dictionary): New function.
7965         (ispell-aspell-add-aliases): New function.
7966         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
7967         appropriate.  Don't look for ispell dictionaries if we use aspell.
7968         (ispell-menu-map): Don't build a submenu of dictionaries.
7970 2005-08-09  Richard M. Stallman  <rms@gnu.org>
7972         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
7973         (sql-read-passwd): Use read-passwd.
7975         * progmodes/idlw-toolbar.el (idlwave-toolbar)
7976         (idlwave-toolbar-is-possible): Add defvars.
7978         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
7979         Avoid warnings.
7981         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
7982         (idlwave-system-class-info, idlwave-executive-commands-alist):
7983         Use defvar.
7985         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
7987         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
7988         Avoid warnings.
7990         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
7991         and content-type: headers.
7993         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
7995         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
7996         and rename some of them to be more self-explanatory.
7998         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
8000         * startup.el (command-line-1): Implement -scriptload.
8002         * replace.el (occur-engine): Initial *Occur* output not undoable.
8004         * menu-bar.el (menu-bar-file-menu): Rename some menu items
8005         and improve help strings.
8007         * isearch.el (isearch-repeat): When changing direction,
8008         mark search successful.
8010         * ediff-init.el: Use (featurep 'xemacs).
8012         * comint.el (send-invisible): Identify buffer, if not selected.
8014         * align.el: Delete autoload for c-guess-basic-syntax.
8016 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
8018         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
8019         Improve argument/docstring consistency.  Doc fixes.
8020         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
8021         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
8022         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
8023         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
8024         (r2bv-organization, r2bv-pages, r2bv-primary-author)
8025         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
8026         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
8027         Defvar at compile time.
8029 2005-08-09  Juri Linkov  <juri@jurta.org>
8031         * info.el: Replace `info' with upper-case `Info' where appropriate.
8032         (info-title-1, info-title-2, info-title-3, info-title-4)
8033         (info-menu-header): Move up face definitions.
8034         (info-menu-star): Rename from `info-menu-5'.
8035         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
8036         (Info-fontify-visited-nodes): Fix docstring.
8037         (Info-hide-note-references): Fix docstring.
8038         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
8039         menu items in the same way as on cross-references.
8040         (info-apropos): Fix sorting order and formatting to be like in the
8041         stand-alone Info browser.  Display error messages for 1 sec.
8042         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
8043         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
8044         from the menu bar.
8045         (Info-insert-dir): Restore point after calling
8046         `insert-buffer-substring'.
8048 2005-08-08  Richard M. Stallman  <rms@gnu.org>
8050         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
8051         (recompute-lucid-menubar): Add defvars.
8053         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
8055         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
8057         * net/net-utils.el (run-dig): Rename from `dig'.
8059         * play/gametree.el (gametree-mode): Use make-local-variable,
8060         not make-variable-buffer-local.
8062         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
8064         * ansi-color.el (ansi-color-make-extent)
8065         (ansi-color-set-extent-face): Use fboundp, not functionp.
8067         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
8068         not make-variable-buffer-local.
8070         * bookmark.el (Info-current-file): Add defvar.
8071         (bookmark-jump-noselect): Use with-no-warnings.
8073         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
8075         * ebuff-menu.el (Helper-return-blurb): Add defvar.
8077         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
8079         * find-file.el (ada-procedure-start-regexp)
8080         (ada-package-start-regexp): Add defvars.
8082         * info.el (Info-insert-dir): Use insert-buffer-substring.
8084         * xml.el (xml-att-def-re): Add defvar.
8086         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
8087         calling convention.
8089         * subr.el (while-no-input): Return t if there is input.
8091 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
8093         * cus-start.el (all): Add `overflow-newline-into-fringe'.
8095 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
8097         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
8098         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
8100 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
8102         * cmuscheme.el (scheme-start-file): Replace reference to
8103         `user-emacs-directory' by "~/.emacs.d/".
8105 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
8107         * info.el (Info-dir-remove-duplicates): Avoid case folding
8108         in loop; instead, keep downcased strings for comparison.
8109         Suggested by Helmut Eller.
8111 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
8113         Sync with Tramp 2.0.50.
8115         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
8116         XEmacs case; not necessary anymore.
8117         (tramp-user-regexp): Allow "@" as part of user name.
8118         (tramp-handle-set-visited-file-modtime)
8119         (tramp-handle-insert-file-contents)
8120         (tramp-handle-write-region): No special handling for
8121         `last-coding-system-used, because this is done in
8122         `tramp-accept-process-output' now.
8123         (tramp-accept-process-output): New defun.
8124         (tramp-process-one-action, tramp-process-one-multi-action)
8125         (tramp-wait-for-regexp, tramp-wait-for-output)
8126         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
8127         Howells <dhowells@redhat.com>.
8128         (clear-visited-file-modtime): Defadvice removed.  The check for
8129         unset buffer's modtime does not need to be based on
8130         `tramp-buffer-file-attributes'.  Suggested by RMS.
8131         (tramp-message): Insert "\n" if not being at beginning of line.
8132         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
8133         sequence with same logic.
8134         (tramp-completion-handle-expand-file-name): Discard call of
8135         `tramp-drop-volume-letter'.  It is not necessary, and there have
8136         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
8137         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
8138         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
8139         should always be visible.
8140         (tramp-handle-insert-directory, tramp-setup-complete)
8141         (tramp-set-process-query-on-exit-flag)
8142         (tramp-append-tramp-buffers): Pacify byte-compiler.
8143         (tramp-bug): Delete non-existing variables from list.
8144         Apply `tramp-load-report-modules' as pre-hook.
8145         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
8146         `shell-prompt-pattern' because of non-7bit characters.
8147         Reported by Sebastian Luque <sluque@mun.ca>.
8148         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
8149         (tramp-match-string-list): Remove function.
8150         (tramp-wait-for-regexp): Remove call of that function.
8151         Suggested by Kim F. Storm <storm@cua.dk>.
8152         (tramp-set-auto-save-file-modes): Use octal integer code #o600
8153         instead of octal character code ?\600.  The latter resulted in a
8154         syntax error with XEmacs.
8156         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
8157         XEmacs case; not necessary anymore.
8158         (tramp-smb-handle-write-region): No special handling for
8159         `last-coding-system-used, because this is done in
8160         `tramp-accept-process-output' now.
8161         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
8163 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
8165         * wid-edit.el (widget-choice-value-create):
8166         Unconditionally respect user choice.  Set :explicit-choice back to nil
8167         when no longer needed.
8168         (widget-choice-action): Unconditionally respect user choice.
8169         Eliminate :explicit-choice-value.
8171         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
8173         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
8174         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
8175         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
8176         running new function `toggle-indicate-empty-lines'.
8177         Rename "Customize" item to "Customize fringe".
8178         Rename "Indicators" item to "Buffer boundaries" and change help echo.
8179         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
8180         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
8181         Delete "Empty lines only" item.
8182         (menu-bar-showhide-fringe-ind-customize): New function.
8183         (menu-bar-showhide-fringe-ind-mixed)
8184         (menu-bar-showhide-fringe-ind-box)
8185         (menu-bar-showhide-fringe-ind-right)
8186         (menu-bar-showhide-fringe-ind-left)
8187         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
8188         instead of `fringe-indicators'.
8190 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
8192         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
8193         Change the date of last update.
8195 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
8197         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
8198         (viper-exec-yank, viper-put-back): Don't display modification msg
8199         if in the minibuffer.
8201         * viper-init.el (viper-replace-overlay-cursor-color)
8202         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
8203         Make variables frame local.
8205         * viper-util.el (viper-append-filter-alist): Use append instead of
8206         nconc.
8208         * viper.el (viper-vi-state-mode-list)
8209         (viper-emacs-state-mode-list): Move help-mode and
8210         completion-list-mode from the first list to the second.
8211         (viper-mode): Docstring.
8212         (viper-go-away, viper-non-hook-settings): Don't localize
8213         minor-mode-alist in newer Emacsen.  Add advice to
8214         set-cursor-color.  Don't bind "\C-c\\".
8216 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
8218         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
8219         (scheme-macro-expand-command): New user options.
8220         (scheme-trace-procedure, scheme-expand-current-form): New commands.
8221         (scheme-form-at-point, scheme-start-file)
8222         (scheme-interactively-start-process): New functions.
8223         (scheme-get-process): New function, extracted from `scheme-proc'.
8224         (run-scheme): Call `scheme-start-file' to get start file, and pass
8225         it to `make-comint'.
8226         (switch-to-scheme, scheme-proc):
8227         Call `scheme-interactively-start-process' if no Scheme buffer/process
8228         is available.
8230 2005-08-06  Juri Linkov  <juri@jurta.org>
8232         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8233         Use `compilation-text-face', `compilation-info-text-face' and
8234         `compilation-error-text-face' instead of `font-lock-keyword-face'.
8235         (compilation-error): New face.
8236         (compilation-error-file-name): Inherit from
8237         `compilation-error' instead of `font-lock-warning-face'.
8238         (compilation-warning-file-name): Inherit from
8239         `compilation-warning' instead of `font-lock-warning-face'.
8240         (compilation-info, compilation-error-file-name)
8241         (compilation-warning-file-name, compilation-info-file-name)
8242         (compilation-line-number, compilation-column-number): Doc fix.
8243         (compilation-error-text-face, compilation-warning-text-face)
8244         (compilation-info-text-face): New face variables.
8245         (compilation-line-face, compilation-column-face)
8246         (compilation-enter-directory-face)
8247         (compilation-leave-directory-face): Doc fix.
8248         (compilation-text-face): New function.
8250         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
8251         instead of 1 to display binary file names as info file links.
8252         (grep-error-face): Use `compilation-error-face' instead of
8253         `font-lock-keyword-face'.
8254         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
8255         and `compilation-warning-text-face' instead of
8256         `font-lock-keyword-face'.  Use `compilation-error-text-face'
8257         instead of `grep-error-face'.
8259 2005-08-05  Kenichi Handa  <handa@m17n.org>
8261         * international/code-pages.el: Add autoload cookies for all coding
8262         systems.
8264 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
8266         * cus-start.el (all): Put undo.c where it alphabetically belongs.
8268 2005-08-04  Juri Linkov  <juri@jurta.org>
8270         * progmodes/compile.el (compilation-mode-map):
8271         * progmodes/grep.el (grep-mode-map):
8272         Bind TAB to `compilation-next-error' and [backtab] to
8273         `compilation-previous-error'.
8275         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
8276         matching line numbers, column numbers and their ranges with regexp
8277         matching only line numbers.
8278         (grep-context-face): New face variable.
8279         (grep-mode-font-lock-keywords): Use it.
8281         * faces.el (read-face-name): Delete duplicate faces.
8283 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
8285         * thumbs.el (thumbs-find-image): Don't make variables
8286         automatically buffer local.
8287         (thumbs-current-tmp-filename, thumbs-current-image-filename)
8288         (thumbs-image-num): Make automatically buffer local.
8289         (thumbs-show-thumbs-list): Use `make-local-variable', not
8290         `make-variable-buffer-local'.
8291         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
8293         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
8294         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
8295         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
8296         (bother, bye, canyou, chatlst, continue, deathlst, describe)
8297         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
8298         (feelings-about, foullst, found, hello, history, howareyoulst)
8299         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
8300         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
8301         (neglst, obj, object, owner, please, problems, qlist)
8302         (random-adjective, relation, remlst, repetitive-shortness)
8303         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
8304         (shortlst, something, sportslst, stallmanlst, states, subj)
8305         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
8306         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
8307         Defvar at compile time.
8309         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
8310         not `make-variable-buffer-local'.
8312 2005-08-02  Kim F. Storm  <storm@cua.dk>
8314         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
8315         rectangle overlay in selected window.
8317 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
8319         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
8320         instead of display group.  Make `indicate-buffer-boundaries'
8321         customizable through Custom.
8323 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
8325         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
8326         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
8327         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
8328         (gdb-put-string): Fix typos in docstrings.
8330 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
8332         Update copyright notices of files in progmodes directory for
8333         release of Emacs 22.1.
8335         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
8337         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
8338         Don't barf if the GUD buffer has been killed.
8340 2005-08-01  Kim F. Storm  <storm@cua.dk>
8342         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
8344 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8346         * simple.el (next-error-follow-minor-mode):
8347         make-variable-buffer-local -> make-local-variable.
8349         * emacs-lisp/cl-extra.el: Require CL also when compiling.
8351         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
8352         (byte-compile-form-make-variable-buffer-local): New functions to warn
8353         about misuses of make-variable-buffer-local where make-local-variable
8354         was meant.
8356 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
8358         * bs.el (bs-attributes-list): Doc fix.
8359         (bs): Update url-link.
8361         * desktop.el (desktop-save-buffer): Fix typos in docstring.
8362         (desktop-load-default): Simplify.
8364         * ibuffer.el (ibuffer-columnize-and-insert-list)
8365         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
8366         (ibuffer-unmark-all, ibuffer-toggle-marks)
8367         (ibuffer-unmark-forward, ibuffer-unmark-backward)
8368         (ibuffer-compile-make-format-form, ibuffer-format-column)
8369         (ibuffer-current-buffers-with-marks)
8370         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
8371         (ibuffer): Doc fix.
8372         (ibuffer-mode): Fix typo in docstring.
8373         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
8374         with `define-obsolete-variable-alias'.
8375         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
8377 2005-07-29  Kenichi Handa  <handa@m17n.org>
8379         * international/mule-cmds.el (select-message-coding-system):
8380         Be sure to use LF for end-of-line.  If no coding system is decided,
8381         return iso-8859-1-unix.
8383 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8385         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
8386         (ange-ftp-pending-error-line): New vars.
8387         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
8388         to handle the non-fatal no-route-to-host messages.
8389         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
8391 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
8393         * isearch.el (isearch-mode-map, isearch-other-meta-char)
8394         (isearch-quote-char, isearch-printing-char)
8395         (isearch-text-char-description): "?\ " -> "?\s".
8396         (isearch-lazy-highlight-cleanup)
8397         (isearch-lazy-highlight-initial-delay)
8398         (isearch-lazy-highlight-interval)
8399         (isearch-lazy-highlight-max-at-a-time)
8400         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
8401         Declare with define-obsolete-*-alias macros.
8402         (isearch-forward): Fix typo in docstring.
8403         (search-invisible, search-ring-yank-pointer)
8404         (regexp-search-ring-yank-pointer): Doc fixes.
8406         * recentf.el (recentf-menu-append-commands-p): Declare with
8407         `define-obsolete-variable-alias'.
8408         (recentf-max-saved-items, recentf-menu-filter)
8409         (recentf-arrange-by-rule-subfilter): Doc fixes.
8410         (recentf-menu-append-commands-flag)
8411         (recentf-initialize-file-name-history, recentf-expand-file-name)
8412         (recentf-clear-data): Fix typos in docstrings.
8414 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
8416         * progmodes/gdb-ui.el: Smarten comments.
8417         (gdb-info-breakpoints-custom): Use nowarn when finding file.
8419 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
8421         * term/apollo.el (terminal-init-apollo): New function containing
8422         all former top level forms in the file.
8423         * term/bobcat.el (terminal-init-bobcat):
8424         * term/cygwin.el (terminal-init-cygwin):
8425         * term/iris-ansi.el (terminal-init-iris-ansi):
8426         * term/linux.el (terminal-init-linux):
8427         * term/news.el (terminal-init-news):
8428         * term/rxvt.el (terminal-init-rxvt):
8429         * term/sun.el (terminal-init-sun):
8430         * term/tvi970.el (terminal-init-tvi970):
8431         * term/vt100.el (terminal-init-vt100):
8432         * term/vt102.el (terminal-init-vt102):
8433         * term/vt125.el (terminal-init-vt125):
8434         * term/vt200.el (terminal-init-vt200):
8435         * term/vt201.el (terminal-init-vt201):
8436         * term/vt220.el (terminal-init-vt220):
8437         * term/vt240.el (terminal-init-vt240):
8438         * term/vt300.el (terminal-init-vt300):
8439         * term/vt320.el (terminal-init-vt320):
8440         * term/vt400.el (terminal-init-vt400):
8441         * term/vt420.el (terminal-init-vt420):
8442         * term/wyse50.el (terminal-init-wyse50):
8443         * term/xterm.el (terminal-init-xterm): Likewise.
8445         * term/README: Describe the terminal-init-* functionality.
8447         * startup.el (command-line): After loading the terminal initialization
8448         file call the corresponding terminal initialization function.
8450 2005-07-27  Kenichi Handa  <handa@m17n.org>
8452         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
8453         negative.
8455         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
8456         (ps-mule-composition-prologue): Fix for the case that
8457         RelativeCompose is false.
8459 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8461         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
8463         * descr-text.el (describe-char): Handle the case where the list of
8464         chars is displayed in a separate frame.
8465         Be a bit more discriminating when looking for the char.
8467 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
8469         * bookmark.el (bookmark-automatically-show-annotations)
8470         (bookmark-read-annotation-text-func): Doc fixes.
8471         (bookmark-save): Improve argument/docstring consistency.
8472         (bookmark-get-bookmark, bookmark-get-bookmark-record)
8473         (bookmark-alist-from-buffer)
8474         (bookmark-upgrade-file-format-from-0)
8475         (bookmark-grok-file-format-version)
8476         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
8477         (bookmark-read-annotation-mode)
8478         (bookmark-insert-current-bookmark, bookmark-jump)
8479         (bookmark-exit-hook): Fix typos in docstrings.
8480         (bookmark-exit-hooks): Define as obsolete alias.
8481         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
8482         not `bookmark-exit-hooks'.  Fix docstring.
8483         (bookmark-bmenu-select): "?\ " -> "?\s".
8485 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
8487         * startup.el (command-line): Fix typo.
8489 2005-07-24  Richard M. Stallman  <rms@gnu.org>
8491         * tooltip.el (tooltip-mode): Test emacs-basic-display,
8492         not emacs-quick-startup.
8494 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
8496         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
8497         (reb-next-match, reb-show-subexp): Use `with-selected-window'
8498         instead of `reb-with-current-window'.
8499         (reb-prev-match): Likewise.  Also, don't move left if the search
8500         was unsuccessful.
8501         (reb-initialize-buffer): New function.
8502         (re-builder, reb-change-syntax): Use it.
8504         * man.el (Man-goto-page): Make second argument NOERROR optional.
8506 2005-07-23  Richard M. Stallman  <rms@gnu.org>
8508         * man.el (Man-bgproc-sentinel): Check here for failure to find
8509         any man page in the output, and report the error here.
8510         (Man-arguments): Make it permanent local.
8511         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
8512         (Man-mode): Pass t for NOERROR.
8514         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
8515         (grep-mode-font-lock-keywords):
8516         Don't use compilation-...-face for messages that are not file names.
8518         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8519         Don't use compilation-...-face for messages that are not file names.
8521 2005-07-22  Juri Linkov  <juri@jurta.org>
8523         * startup.el (normal-splash-screen): Update menu name.
8525         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
8527 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8529         * term/xterm.el: Load term/rxvt if the terminal is actually an
8530         rxvt terminal.
8531         (xterm-rxvt-set-background-mode): Remove, not used anymore.
8533         * term/rxvt.el (function-key-map): Use substitute-key-definition
8534         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
8536         * term/cygwin.el: New file.
8538 2005-07-22  Kim F. Storm  <storm@cua.dk>
8540         * image-file.el (insert-image-file, image-file-yank-handler):
8541         Fix last change to maintain a (unique) yank-handler on yanked images.
8543 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
8545         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
8546         of the file size (as in "177B" for 177 bytes).  This happens with
8547         "ls -lh" on FreeBSD.
8549 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
8551         * hilit-chg.el (highlight-changes-global-initial-state)
8552         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
8553         (hilit-chg-fixup, highlight-changes-mode):
8554         Fix typos in docstrings.
8555         (highlight-changes-global-modes, highlight-changes-rotate-faces):
8556         Doc fixes.
8558 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
8560         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
8561         mode function using `eval-after-load'.
8563 2005-07-21  Kim F. Storm  <storm@cua.dk>
8565         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
8566         included when reporting an emacs crash, and tell about the DEBUG file.
8568         * image-file.el (insert-image-file): Add yank-handler.
8569         (image-file-yank-handler): Yank handler to make unique copies of
8570         images when they are yanked into a buffer next to each other.
8572 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
8574         * comint.el (comint-use-prompt-regexp, comint-send-input)
8575         (comint-source-default, comint-extract-string)
8576         (comint-get-source, comint-word, comint-completion)
8577         (comint-source, comint-prompt-read-only, comint-update-fence):
8578         Fix typos in docstrings.
8579         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
8580         Declare with define-obsolete-*-alias macros.
8581         (comint-previous-matching-input-from-input)
8582         (comint-next-matching-input-from-input)
8583         (comint-previous-matching-input, comint-next-matching-input)
8584         (comint-forward-matching-input):
8585         Improve argument/docstring consistency.
8587         * desktop.el (desktop-clear-preserve-buffers-regexp):
8588         Also preserve the *server* buffer.
8590         * simple.el (clone-indirect-buffer): Doc fix.
8591         (fixup-whitespace, just-one-space)
8592         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
8593         (next-error, next-error-highlight)
8594         (next-error-highlight-no-select, next-error-last-buffer)
8595         (next-error-buffer-p, next-error-find-buffer, next-error)
8596         (previous-error, next-error-no-select, previous-error-no-select)
8597         (open-line, split-line, minibuffer-prompt-width, kill-new)
8598         (binary-overwrite-mode): Fix typos in docstrings.
8599         (set-fill-column): Fix typo in message.
8601         * skeleton.el (skeleton-proxy-new): Doc fix.
8603         * strokes.el (strokes-load-hook): Doc fix.
8604         (strokes-grid-resolution, strokes-get-grid-position)
8605         (strokes-renormalize-to-grid, strokes-read-stroke)
8606         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
8607         (strokes-global-map): Fix typos in docstrings.
8608         (strokes-help): Doc fix.  Fix help message and pass it through
8609         `substitute-command-keys'.
8611         * tempo.el (tempo-insert-prompt, tempo-interactive)
8612         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
8613         (tempo-insert-string-functions, tempo-local-tags)
8614         (tempo-define-template, tempo-insert-template)
8615         (tempo-insert-prompt-compat, tempo-is-user-element)
8616         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
8617         Fix typos in docstrings.
8619         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
8620         (vcursor-key-bindings, vcursor-use-vcursor-map)
8621         (vcursor-find-window, vcursor-scroll-down)
8622         (vcursor-disable, vcursor-beginning-of-buffer)
8623         (vcursor-end-of-buffer): Fix typos in docstrings.
8624         (vcursor-relative-move, vcursor-get-char-count):
8625         Improve argument/docstring consistency.
8627         * version.el: "?\ " -> "?\s".
8629         * wid-edit.el (widget-default-create, widget-after-change)
8630         (widget-default-format-handler, widget-checklist-add-item)
8631         (widget-radio-add-item, widget-choose, widget-specify-secret)
8632         (widget-field-value-create, widget-field-value-get)
8633         (widget-editable-list-format-handler)
8634         (widget-editable-list-entry-create, widget-group-value-create)
8635         (widget-documentation-link-add)
8636         (widget-documentation-string-value-create): "?\ " -> "?\s".
8637         (widget-convert-text): Doc fix.
8638         (widget-narrow-to-field, widget-field-find)
8639         (widget-url-link-action, widget-emacs-library-link-action)
8640         (widget-color-notify): Fix typos in docstrings.
8642         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
8643         (x-select-text, set-w32-system-coding-system)
8644         (w32-add-charset-info): Fix typos in docstrings.
8646         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
8647         (cua-enable-cua-keys, cua-use-hyper-key)
8648         (cua-virtual-rectangle-edges): Fix typos in docstrings.
8649         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
8651         * net/tramp.el (tramp-handle-load): Fix typo in error message.
8653         * emacs-lisp/re-builder.el (regexp-builder): Declare with
8654         `defalias' instead of faking it.
8656         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
8657         (eshell-ls-missing, eshell-ls-dired-initial-args)
8658         (eshell-ls-use-in-dired): Fix typos in docstrings.
8660 2005-07-20  Kim F. Storm  <storm@cua.dk>
8662         * emulation/cua-base.el (cua-mode): Improve doc string.
8664 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
8666         * abbrev.el (expand-region-abbrevs): Doc fix.
8667         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
8668         Improve argument/docstring consistency.
8670         * arc-mode.el (archive-get-descr, archive-alternate-display):
8671         Doc fixes.
8672         (archive-l-e): Improve argument/docstring consistency.
8673         (archive-tmpdir, archive-unixdate, archive-unixtime)
8674         (archive-chmod-entry): Fix typos in docstrings.
8675         (archive-unflag, archive-unflag-backwards)
8676         (archive-unmark-all-files): "?\ " -> "?\s".
8678         * buff-menu.el (Buffer-menu-unmark): Doc fix.
8679         (Buffer-menu-not-modified, Buffer-menu-execute)
8680         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
8681         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
8683         * composite.el (compose-string, encode-composition-rule)
8684         (compose-last-chars): Fix typos in docstrings.
8686         * desktop.el (desktop-enable, desktop-basefilename):
8687         Declare with `define-obsolete-variable-alias'.
8688         (desktop-internal-v2s): Don't quote keywords.
8689         (desktop-clear): "?\ " -> "?\s".
8691         * dired.el (dired-align-file, dired-flag-backup-files)
8692         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
8693         (dired-listing-switches, dired-ls-F-marks-symlinks)
8694         (dired-dwim-target, dired-load-hook, dired-mode-hook)
8695         (dired-directory, dired-faces, dired, dired-revert)
8696         (dired-mode, dired-summary, dired-view-file)
8697         (dired-copy-filename-as-kill, dired-delete-file)
8698         (dired-no-confirm, dired-unmark-all-marks)
8699         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
8700         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
8701         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
8702         Fix typos in message strings.
8704         * dired-x.el (virtual-dired): Declare with `defalias'.
8705         (dired-mark-unmarked-files, dired-local-variables-file)
8706         (dired-omit-here-always): Doc fix.
8707         (dired-omit-mode, dired-find-subdir)
8708         (dired-enable-local-variables, dired-clean-up-buffers-too)
8709         (dired-extra-startup, dired-mark-extension, dired-jump)
8710         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
8711         (dired-smart-shell-command, dired-guess-shell-alist-user)
8712         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
8713         (dired-x-bind-find-file, dired-x-submit-report):
8714         Fix typos in docstrings.
8715         (dired-mark-unmarked-files): "?\ " -> "?\s".
8717         * dirtrack.el (dirtrack-list): Fix typos in docstring.
8719         * faces.el (describe-face): "?\ " -> "?\s".
8720         (read-all-face-attributes, read-face-font, modify-face)
8721         (face-attr-construct, italic): Fix typos in docstrings.
8722         (frame-update-face-colors): Declare with
8723         `define-obsolete-function-alias'.
8725         * files.el (find-file-noselect, recode-file-name): Doc fixes.
8726         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
8727         (magic-mode-alist, buffer-file-numbers-unique)
8728         (write-file-functions, get-free-disk-space):
8729         Fix typos in docstrings.
8730         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
8731         (write-contents-hooks, write-file-hooks):
8732         Declare with `define-obsolete-variable-alias'.
8734         * forms-d2.el (arch-rj): Fix typo in docstrings.
8735         (arch-tocol): Likewise.  "?\ " -> "?\s".
8737         * frame.el (set-frame-font, cursor-in-non-selected-windows):
8738         Fix typo in docstring.
8739         (set-screen-width, set-screen-height): Delete redundant info in
8740         doctrings.
8741         (new-frame, screen-height, screen-width): Declare with
8742         `define-obsolete-function-alias'.
8743         (delete-frame-hook, blink-cursor): Declare with
8744         `define-obsolete-variable-alias'.
8746         * paths.el (prune-directory-list): Fix typos in docstring.
8748         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
8749         (cvs-prefix-get): Fix typos in docstrings.
8751         * ps-print.el (ps-extend-face-list, ps-extend-face)
8752         (ps-print-background-image): Fix typos in docstrings.
8753         (ps-default-fg, ps-default-bg): Doc fixes.
8755         * s-region.el (s-region-bind): Doc fix.
8756         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
8758         * textmodes/org.el (org-table-formula-substitute-names)
8759         (org-table-get-vertical-vector): Doc fixes.
8760         (org-table-recalculate): Remove unused argument to `message'.
8762 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
8764         * textmodes/org.el (org-table-column-names)
8765         (org-table-column-name-regexp)
8766         (org-table-named-field-locations): New variables.
8767         (org-archive-subtree): Protect `this-command' when calling
8768         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
8769         the kill buffer.
8770         (org-complete): Remove fixed-formula completion.
8771         (org-edit-formulas-map): New variable.
8772         (org-table-edit-formulas): New command.
8773         (org-finish-edit-formulas, org-abort-edit-formulas)
8774         (org-show-variable, org-table-get-vertical-vector): New functions.
8775         (org-table-maybe-eval-formula): Handle `:=' fields.
8776         (org-table-get-stored-formulas, org-table-store-formulas)
8777         (org-table-get-formula, org-table-modify-formulas)
8778         (org-table-replace-in-formulas): Handle named field formulas.
8779         (org-table-get-specials): Store locations of named fields.
8781 2005-07-19  Juri Linkov  <juri@jurta.org>
8783         * progmodes/grep.el (grep-regexp-alist)
8784         (grep-mode-font-lock-keywords, grep-process-setup):
8785         Use default GNU grep match color "01;31m" instead of "01;41m".
8786         (grep-regexp-alist, grep-mode-font-lock-keywords):
8787         Use `\\[[0-9]*m' instead of `\\[00m'.
8788         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
8789         sgr_start where its handling is more important.  Use the real
8790         length of sgr_start instead of constant 8.
8791         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
8792         specially.  Delete all remaining escape sequences.
8793         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
8794         (grep-regexp-alist): Make hyperlink only for binary file name
8795         instead of the whole line.
8796         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
8797         (grep-mode): Add autoload.
8799         * emacs-lisp/find-func.el (find-function-regexp):
8800         Add `define-compilation-mode'.
8802 2005-07-19  Juri Linkov  <juri@jurta.org>
8804         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
8805         (compare-windows-sync-string-size, compare-windows-recenter)
8806         (compare-windows-highlight, compare-windows): Add version 22.1.
8807         (compare-windows) <defface>: Inherit from lazy-highlight instead
8808         of duplicating its default value.
8810         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
8811         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
8813         * descr-text.el (describe-char): Create link buttons for `charset'
8814         and `code point'.  Add the current input method name with a link
8815         button to `to input' field.  Print face names of display table
8816         characters in `The display table entry is displayed by' section
8817         instead of printing face-id in the `display' field.
8818         Guess hardcoded faces and create a link button for them.
8819         Skip empty fields when calculating max-width.
8820         Treat `widget-create' specially while inserting strings from the
8821         collected field list.
8822         (describe-char-after): Made obsolete in version 22.1, not 21.5.
8824         * diff-mode.el (diff-file-header): Change foreground color from
8825         yellow to green on light backgrounds.
8826         (diff-context): Inherit from `shadow' only for color/grayscale
8827         with more than 88 colors.
8828         (diff-indicator-removed, diff-indicator-added)
8829         (diff-indicator-changed): New faces.
8830         (diff-font-lock-keywords): Use new faces.  Regroup rules.
8831         Add "^---$" for `normal' diff format.  Fontify `#' lines with
8832         font-lock-comment-delimiter-face and font-lock-comment-face.
8833         Add `#' to ^[^...] in the rule for `diff-context-face'.
8835         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
8836         a button-like box.  Inherit from `highlight' on low colors.
8837         (shadow): Use shades of gray only for color/grayscale with
8838         more than 88 colors.  Use green for light backgrounds with
8839         8 colors, and yellow for dark backgrounds with 8 colors.
8841         * font-lock.el (font-lock-regexp-grouping-backslash):
8842         Don't inherit from escape-glyph (use bold for all cases).
8844         * info.el (info-xref-visited): Use light foreground color `violet'
8845         for dark backgrounds instead of dark color `magenta3'.
8846         (info-title-1): Use `yellow' color for dark backgrounds.
8848         * isearch.el (isearch): Use not-too-dark magenta3 instead of
8849         too-light magenta2.
8851         * replace.el (match): Use slightly more light RoyalBlue3 instead
8852         of dark RoyalBlue4.
8854         * wid-edit.el (widget-inactive): Inherit from `shadow'.
8856 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
8858         * novice.el (disabled-command-hook): Declare it with
8859         `define-obsolete-variable-alias'.
8861         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
8862         (desktop-buffer-misc-functions, desktop-buffer-handlers)
8863         (desktop-load-default): Add release to obsolescence info.
8864         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
8865         (desktop-append-buffer-args, desktop-read):
8866         Fix typos in docstrings.
8867         (desktop-kill): Fix typo in message.
8868         (desktop-save): Doc fix.
8870 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
8872         * viper-cmd.el (viper-escape-to-state): Bug fix.
8873         (viper-envelop-ESC-key): Change the definition of fast
8874         keysequence so it'll work with keyboard macros.
8876         * ediff.el (ediff-patch-buffer): Change the docstring.
8878 2005-07-19  Kenichi Handa  <handa@m17n.org>
8880         * international/mule-cmds.el (select-safe-coding-system): Try to
8881         use an auto-coding (if any) before anything else.  If the found
8882         auto-coding is invalid, show a warning message.
8884         * international/mule.el (find-auto-coding): New function created
8885         by modifying the body of set-auto-coding.
8886         (set-auto-coding): Use find-auto-coding to find a coding.
8888 2005-07-18  Richard M. Stallman  <rms@gnu.org>
8890         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
8891         not isearch-mode-end-hook-error.
8892         (allout-before-change-protect): Fix error message.
8894 2005-07-18  Juri Linkov  <juri@jurta.org>
8896         * allout.el (allout-mode):
8897         * calculator.el (calculator-copy):
8898         * custom.el (custom-known-themes):
8899         * dired.el (dired-desktop-buffer-misc-data)
8900         (dired-restore-desktop-buffer):
8901         * dired-x.el (dired-omit-marker-char):
8902         * files.el (basic-save-buffer):
8903         * font-core.el (font-lock-mode):
8904         * calendar/calendar.el (calendar-goto-hebrew-date)
8905         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
8906         (calendar-goto-persian-date):
8907         * language/ethio-util.el (ethio-sera-to-fidel-region):
8908         * textmodes/picture.el (picture-mode):
8909         Delete duplicate duplicate words.
8911 2005-07-18  Juri Linkov  <juri@jurta.org>
8913         * isearch.el (isearch-mode-map): Remove key bindings for regexp
8914         chars * ? } |.
8915         (isearch-fallback): Don't call `isearch-process-search-char'.
8916         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
8917         (isearch-process-search-char): Call `isearch-fallback' for regexp
8918         chars * ? } |.
8919         (isearch-return-char): Make obsolete with `make-obsolete' instead
8920         of simply documenting it as obsolete in the docstring.
8921         (isearch-fallback): Refill docstring.
8923         * international/isearch-x.el
8924         (isearch-process-search-multibyte-characters): Remove unneeded
8925         `concat'.  Add intermediate values to `junk-hist' instead of
8926         `minibuffer-history'.  Test the length of `str'.
8928 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
8930         * allout.el (allout-resolve-xref): Fix typos in error strings.
8931         (allout-before-change-protect): Remove unneeded `concat'.
8933         * array.el (array-mode, array-reconfigure-rows)
8934         (untabify-backward): Fix typos in docstrings.
8935         (array-reconfigure-rows): Use `insert-buffer-substring', not
8936         `insert-buffer'.
8938         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
8939         * progmodes/ada-mode.el (ada-make-body):
8940         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
8942         * dired.el (dired-log):
8943         * tar-mode.el (tar-subfile-save-buffer):
8944         * play/zone.el (zone-pgm-stress-destress):
8945         Use `insert-buffer-substring', not `insert-buffer'.
8947 2005-07-17  Simon Josefsson  <jas@extundo.com>
8949         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
8951 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
8953         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
8954         Add plain auth method.
8955         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
8957 2005-07-17  Kim F. Storm  <storm@cua.dk>
8959         * ido.el (dired-other-window): Add ido property.
8961 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
8963         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
8964         Fix typo in docstring.
8965         (byte-compile-interactive-only-functions): Add `insert-buffer' and
8966         `insert-file-literally'.
8968         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
8969         info and delete redundant message.  Doc fix.
8970         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
8971         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
8973 2005-07-16  Richard M. Stallman  <rms@gnu.org>
8975         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
8976         (byte-compile-and): Use byte-compile-and-recursion.
8977         (byte-compile-or-recursion): New function.
8978         (byte-compile-or): Use that.
8979         (byte-compile-if): Guard the else-clause too.
8980         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
8982         * isearch.el (isearch-mode-end-hook-quit): New variable.
8983         (isearch-done): Bind it.
8984         (isearch-mode-end-hook): Doc fix.
8986         * allout.el (allout-isearch-did-quit): Variable deleted.
8987         (allout-real-isearch-abort): Function name no longer used.
8988         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
8989         (allout-isearch-rectification): isearch-mode always exists.
8990         Don't set allout-isearch-did-quit.
8991         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
8992         allout-isearch-did-quit.
8993         (allout-enwrap-isearch): Just add the hook.
8994         (allout-isearch-abort): Function deleted.
8995         (allout-pre-command-business): Avoid warning.
8997         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
8998         Correctly avoid warnings.
8999         (pascal-outline): Likewise.
9001         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
9003         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
9005         * play/tetris.el (tetris-mode): Avoid warning.
9007         * play/snake.el (snake-mode): Avoid warning.
9009         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
9010         (gamegrid-set-display-table): Avoid warning.
9011         (gamegrid-set-timer): Likewise.
9012         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
9013         (gamegrid-add-score-with-update-game-score-1): Take FILE
9014         as argument.
9015         (gamegrid-add-score-with-update-game-score): Pass that argument.
9016         Rename have-shared-game-dir to gamegrid-shared-game-dir.
9018         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
9020         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
9021         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
9023         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
9024         and insert-file.
9026         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
9027         (sc-ask): Avoid warnings.
9029         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
9030         (eshell-hist-initialize): Use that var the natural way.
9032         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
9034         * emacs-lisp/re-builder.el (reb-cook-regexp):
9035         Avoid warning calling lre-compile-string.
9036         (reb-color-display-p): Avoid warning.
9038         * calculator.el (calculator-last-input): Guard uses
9039         of event-key and key-press-event-p.
9040         (event-key, key-press-event-p): Delete definitions.
9042         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
9043         (find-gc-source-directory, find-gc-subrs-callers)
9044         (find-gc-noreturn-list, find-gc-source-files)
9045         (find-gc-subrs-called): Vars renamed and defvar'd.
9047         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
9048         (checkdoc-overlay-put, checkdoc-delete-overlay)
9049         (checkdoc-overlay-start, checkdoc-overlay-end)
9050         (checkdoc-mode-line-update, checkdoc-char=):
9051         Define such that compiler knows they are defined.
9052         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
9053         (checkdoc-read-event): Delete.  Use read-event directly.
9055         * whitespace.el (whitespace-make-overlay)
9056         (whitespace-overlay-put, whitespace-delete-overlay)
9057         (whitespace-overlay-start, whitespace-overlay-end):
9058         Define such that compiler knows they are defined.
9059         (whitespace): Move conditional inside.
9061         * tempo.el (tempo-insert-template): Suppress warning.
9063         * ediff-diff.el (longlines-mode): Add defvar.
9065 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
9067         * server.el: Bind "C-x #" in a way that works even if C-x is
9068         redefined to a command key, not a prefix key.
9070 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
9072         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
9073         cl-make-type-test till execution time.
9075 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
9077         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
9078         arg ARG and use it.
9080 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
9082         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
9084 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
9086         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
9087         a defcustom with two :set or :type keywords.
9089 2005-07-15  Richard M. Stallman  <rms@gnu.org>
9091         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9092         Don't give ^M comment-end syntax.
9094 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
9096         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
9097         Don't consider gdbmi (gdb-mi.el has its own update functions).
9098         (gdb-var-delete): Make it work for gdbmi as well.
9099         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
9101         * progmodes/gud.el (etags, sdb): Only require etags when needed.
9102         (gud-speedbar-menu-items): Correct logic for enabling items.
9104 2005-07-15  Kim F. Storm  <storm@cua.dk>
9106         * ido.el: Fix commentary.
9107         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
9108         Use with-no-warnings around ffap-guesser.
9109         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
9110         Let bind minibuffer-completing-file-name to t.
9112 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
9114         * startup.el (site-run-file, keyboard-type): Doc fixes.
9115         (command-line): Check for "--basic-display" argument; also for
9116         "--quick", not "--bare-bones" (which was renamed).
9117         (fancy-splash-text): Add missing item "Getting New Versions".
9118         (normal-splash-screen): Fix typos and improve consistency with
9119         `fancy-splash-text'.  Update copyright year.
9121         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
9122         valid binding for `help-char'.
9124         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
9126 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
9128         * term.el (term-mode): Disable cua-mode for term buffers.
9130 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
9132         * add-log.el (add-log-mailing-address, change-log-merge):
9133         Doc fixes.
9134         (change-log-get-method-definition): Fix typo in docstring.
9136 2005-07-14  Kim F. Storm  <storm@cua.dk>
9138         * emulation/cua-base.el:
9139         (cua--pre-command-handler-1, cua--pre-command-handler)
9140         (cua--post-command-handler-1, cua--post-command-handler):
9141         Split in two.  Check (buffer local) value of cua-mode.
9142         (cua-selection-mode): New command.
9144 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
9146         * custom.el (custom-initialize-safe-set)
9147         (custom-initialize-safe-default): Doc fixes.
9149         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
9150         and simplify :init-value again.
9152         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
9153         and simplify :init-value again.  Delete autoload.
9155         * startup.el (command-line): Use `custom-reevaluate-setting' again
9156         for tooltip-mode.
9158         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
9159         a defcustom with two :initialize keywords.
9161 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
9163         * allout.el (my-mark-marker, allout-isearch-prior-pos)
9164         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
9165         (allout-post-command-business, allout-flag-region)
9166         (isearch-reenable-font-lock, allout-yank)
9167         (allout-insert-latex-header, allout-insert-latex-trailer)
9168         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
9169         (allout-latex-verb-quote): Fix typos in docstrings.
9170         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
9171         (allout-unprotected, allout-prefix-data):
9172         Improve argument/docstring consistency.
9173         (allout-chart-subtree): Fix argument spec.
9174         (allout-open-topic): Rename `use_sib_bullet' argument to
9175         `use-sib-bullet'.  Doc fix.
9177         * whitespace.el (whitespace-check-buffer-leading)
9178         (whitespace-check-buffer-trailing)
9179         (whitespace-check-buffer-indent)
9180         (whitespace-check-buffer-spacetab)
9181         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
9182         (whitespace-check-leading-whitespace)
9183         (whitespace-check-trailing-whitespace)
9184         (whitespace-check-spacetab-whitespace)
9185         (whitespace-check-indent-whitespace)
9186         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
9187         (whitespace-modes): Fix typos in docstrings.
9188         (defgroup, defcustom): Doc fixes.
9190         * winner.el (winner-mode, winner-boring-buffers)
9191         (winner-pending-undo-ring): Doc fixes.
9192         (winner-ring): Remove unneeded `progn'.
9193         (winner-equal): `defsubst' it.
9194         (winner-redo): Fix message.
9196 2005-07-13  Kim F. Storm  <storm@cua.dk>
9198         * simple.el (line-move-1): Always use vertical-motion to
9199         do the last (or only) line move to ensure some movement.
9200         Undo 2005-06-23 change--don't check for overlays.
9202 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9204         * term/mac-win.el (ccl-encode-mac-roman-font)
9205         (ccl-encode-mac-centraleurroman-font)
9206         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
9207         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
9208         Change charset-id boundary of dimension to ?\xef.
9209         (mac-char-fontspec-list): New constant.
9210         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
9211         argument.  Nil uses itself as family in font-spec.  Previous
9212         behavior for nil is now provided by non-nil non-string argument.
9213         All callers changed.  Add font-specs for Mac fonts to
9214         "fontset-default" unless iso8859-1 fonts are installed.
9216 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9218         * progmodes/sh-script.el (sh-get-indent-info): Only indent
9219         a continuation line if the \ is preceded by SPC or TAB.
9220         (sh-get-indent-info): Simplify.
9221         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
9222         Use with-current-buffer.
9224         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
9225         when the matched text is empty.
9227 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
9229         * startup.el (command-line): Revert to previous handling of
9230         tooltip-mode.  Explain in comment why the complexity is needed.
9232         * tooltip.el (tooltip-mode): Revert to previous implementation of
9233         its defcustom.
9235         * frame.el (blink-cursor-mode): Revert to previous implementation
9236         of its defcustom.  Update comment.
9238 2005-07-12  Lars Hansen  <larsh@soem.dk>
9240         * desktop.el: Update e-mail address.
9242 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9244         * term/mac-win.el (mac-services-mail-selection)
9245         (mac-services-mail-to): New functions.
9246         (mac-application-menu-map): Bind them.
9248 2005-07-12  wulei <milton@wulei.net>  (tiny change)
9250         * progmodes/gdb-ui.el: Add note about buffering with Windows.
9252 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
9254         * custom.el (custom-reevaluate-setting): Doc fix.
9256 2005-07-11  Jay Belanger  <belanger@truman.edu>
9258         * calc/calc.el (calc-embedded-announce-formula-alist)
9259         (calc-embedded-open-close-plain-alist)
9260         (calc-embedded-open-close-mode-alist): Add checks for additional
9261         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
9263 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
9265         * custom.el (custom-enable-theme): Don't add theme to
9266         `custom-enabled-themes' with `push' because there is no
9267         setf-method for `delq'.
9269 2005-07-11  Richard M. Stallman  <rms@gnu.org>
9271         * custom.el (custom-declare-variable): Doc fix.
9273         * dired-aux.el (dired-compare-directories): Remove "." and ".."
9274         from the alists.
9276         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
9277         Do nothing if edebug-active.
9279         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
9280         (edebug-display): Do it here instead.
9282 2005-07-10  Richard M. Stallman  <rms@gnu.org>
9284         * cus-face.el (custom-theme-set-faces): Make it work.
9285         (custom-reset-faces): Doc fix.
9286         (custom-theme-reset-internal-face, custom-theme-face-value):
9287         Functions deleted.
9289         * custom.el (custom-push-theme): Maintain list of the settings
9290         of a given theme in its theme-settings property.
9291         Maintain position of old settings in the theme-value
9292         or theme-face property.
9293         (custom-enabled-themes): New variable.
9294         (custom-theme-enabled-p): New function.
9295         (provide-theme): Update custom-enabled-themes.
9296         Disable and reenable the `user' theme.
9297         (require-theme): Doc fix.
9298         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
9299         (custom-theme-value, custom-theme-variable-value): Likewise.
9300         (custom-theme-reset-internal): Likewise.
9301         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
9302         (custom-enable-theme, custom-disable-theme): New functions.
9303         (custom-variable-theme-value, custom-face-theme-value): Likewise.
9304         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
9305         (custom-theme-reset-variables): Simplify.
9306         (deftheme, custom-declare-theme, custom-make-theme-feature):
9307         Definitions moved.
9309 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
9311         * longlines.el (longlines-show-region)
9312         (longlines-unshow-hard-newlines): Recognize hard newlines by
9313         non-nil hard property, instead of t.
9315 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
9317         * viper-cmd.el (viper--key-maps): New variable.
9318         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
9319         emulation-mode-map-alists.
9320         (viper-envelop-ESC-key): Use viper-subseq.
9321         (viper-search-forward/backward/next): Disable debug-on-error.
9323         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
9324         (viper-ESC-key): New defcustoms.
9326         * viper-macs.el (ex-map-read-args): Use viper-subseq.
9328         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
9329         (viper-subseq): Copy of subseq from cl.el.
9331         * viper.el (viper-go-away, viper-set-hooks): Use
9332         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
9334         * viper-mous.el (viper-current-frame-saved): Use defvar.
9336         * viper-init.el: Get rid of -face in face names.
9338         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
9339         Make it work with longlines mode
9341         * ediff-mult.el (ediff-meta-mode-hook): New variable.
9343         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
9345         * ediff-init.el: Get rid of -face in face names.
9347 2005-07-10  Richard M. Stallman  <rms@gnu.org>
9349         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
9350         and with-timeout-unsuspend.
9352         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
9353         and with-timeout-unsuspend.
9355         * emacs-lisp/timer.el (with-timeout-timers): New variable.
9356         (with-timeout): Bind that variable to record timers.
9357         (with-timeout-suspend, with-timeout-unsuspend): New functions.
9359         * emacs-lisp/debug.el (debug-help-follow): New function.
9360         (debugger-mode-map): Use that instead of help-follow.
9361         (debugger-setup-buffer): Use eval-buffer-list
9362         to handle eval-buffer frames.
9364 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
9366         * timezone.el (timezone-parse-date): Change first regexp
9367         so it will not mistakenly match dates with no time zone.
9369 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
9371         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
9373 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
9375         * custom.el (custom-initialize-safe-set)
9376         (custom-initialize-safe-default): New functions.
9378         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
9379         and simplify :init-value.
9381         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
9382         and simplify :init-value.  Delete obsolete comment.
9384         * startup.el (command-line): Use `custom-reevaluate-setting' to
9385         handle `tooltip-mode'.  Delete obsolete comment.
9387         * files.el (set-visited-file-name): Avoid calling
9388         `file-name-nondirectory' with a nil argument.
9390 2005-07-09  Richard M. Stallman  <rms@gnu.org>
9392         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
9393         was called with nil for the buffer, handle the read position right.
9394         Handle read position for eval-region, too.
9396 2005-07-09  Juri Linkov  <juri@jurta.org>
9398         * fringe.el (fringe-mode): Add period in docstring.
9399         (fringe-query-style): Build prompt depending on `all-frames' arg.
9401         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
9402         to not create links to unrelated functions in the Help buffer.
9404         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
9405         Doc fix.
9407         * simple.el (next-error-hook): New variable.
9408         (next-error): Use it.  Doc fix.
9410         * textmodes/ispell.el (ispell-command-loop): Add current
9411         dictionary name and program name to mode-line-format.
9412         (ispell-region, ispell-process-line): Add current dictionary name
9413         and program name to messages.
9415 2005-07-08  Jay Belanger  <belanger@truman.edu>
9417         * calc/calc.el (calc-embedded-announce-formula-alist)
9418         (calc-embedded-open-close-formula-alist)
9419         (calc-embedded-open-close-word-alist)
9420         (calc-embedded-open-close-plain-alist)
9421         (calc-embedded-open-close-new-formula-alist)
9422         (calc-embedded-open-close-mode-alist)
9423         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
9424         (calc-embedded-mode-hook): New variables.
9426         * calc/calc-embed.el (calc-embedded-firsttime)
9427         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
9428         New variables.
9429         (calc-do-embedded): Use calc-embedded-firsttime,
9430         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
9431         determine whether or not to run hooks.
9432         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
9433         calc-embedded-firsttime-formula appropriately.
9434         Set calc-embedded delimiter variables according to mode.
9436 2005-07-08  Richard M. Stallman  <rms@gnu.org>
9438         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
9439         Check for "emacs", etc., as entire symbol, not just as word.
9440         (checkdoc-file-comments-engine): Use regexp-quote on FN.
9442         * files.el (set-visited-file-name): Report the error
9443         for "empty filename" earlier.
9444         (kill-some-buffers): Ignore buffers already dead.
9446         * fringe.el (fringe-mode): Doc fix.
9448         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
9449         Check for (featurep 'xemacs) and turn off warnings in what it guards.
9450         Use unwind-protect to ensure byte-compile-unresolved-functions
9451         is updated.
9453         * whitespace.el (whitespace-buffer-leading-cleanup):
9454         Simplify w/ skip-chars-forward.
9455         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
9457         * mail/rmail.el (rmail-only-expunge): Fix paren error.
9458         Unconditionally try to leave point at the same old place.
9460 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
9462         * comint.el (comint-postoutput-scroll-to-bottom)
9463         (comint-show-maximum-output): Take scroll-margin into consideration.
9465 2005-07-08  Kim F. Storm  <storm@cua.dk>
9467         * ido.el (ido-use-filename-at-point): New choice `guess'.
9468         (ido-file-internal): Try ffap-guesser if selected.
9470         * ido.el (ido-before-fallback-functions): New hook.
9471         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
9472         (ido-read-file-name): Run it.
9474 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9476         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
9477         strings rather than a list of symbols to the completion function.
9479 2005-07-07  Jay Belanger  <belanger@truman.edu>
9481         * calc/calc-units.el (math-apply-units): Change the places in
9482         which units are simplified.
9484 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
9486         * cus-edit.el (customize-option, customize-option-other-window):
9487         Make them handle aliases.
9489         * custom.el (custom-variable-p): Make it recursively follow
9490         aliases.  Mention that in the docstring.
9492 2005-07-07  Richard M. Stallman  <rms@gnu.org>
9494         * cus-start.el (exec-path): Use `directory' instead of `file'.
9495         Fix tag for nil.
9497 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
9499         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
9500         when called non-interactively.  Doc fix.
9502 2005-07-07  Lute Kamstra  <lute@gnu.org>
9504         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
9505         new address as well.
9507 2005-07-07  Kenichi Handa  <handa@m17n.org>
9509         * international/mule.el (make-coding-system):
9510         Describe `ascii-incompatible' property in the docstring.
9511         (set-file-name-coding-system): Signal an error if coding-system is
9512         ascii-incompatible.
9513         (set-keyboard-coding-system): Likewise.
9515         * international/mule-cmds.el (set-default-coding-systems):
9516         Don't set default-file-name-coding-system and
9517         default-keyboard-coding-system if coding-system is ASCII-incompatible.
9519         * international/utf-16.el: Declare that all UTF-16-based coding
9520         systems are ASCII-incompatible.
9522 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
9524         * progmodes/gud.el: Require font-lock for displaying errors.
9525         Used by gdb-ui.el.
9527 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
9529         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
9530         values for the pattern lists which are `read'able but not
9531         `append'able (like symbols).
9533 2005-07-06  Richard M. Stallman  <rms@gnu.org>
9535         * progmodes/flymake.el (flymake-float-time): Instead of
9536         with-no-warnings, test for xemacs.
9537         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
9538         to avoid warning.
9540 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
9542         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
9544 2005-07-05  Lute Kamstra  <lute@gnu.org>
9546         * battery.el: Add support for Darwin (with much debugging help
9547         from Samuel Lauber <sam124@operamail.com>).
9548         (battery-status-function, battery-echo-area-format)
9549         (battery-mode-line-format): Add support for pmset on Darwin.
9550         (battery-load-low, battery-load-critical): New user options.
9551         (battery-pmset): New function.
9553 2005-07-05  Lute Kamstra  <lute@gnu.org>
9555         Update FSF's address in GPL notices.
9557         * textmodes/page-ext.el: Update FSF's address.
9559 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9561         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
9562         filling from using prefix when filling a single-line docstring.
9564         * progmodes/flymake.el: Remove useless eval-when-compile.
9566         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
9568 2005-07-04  Richard M. Stallman  <rms@gnu.org>
9570         * textmodes/org.el (org-file-apps-defaults-gnu):
9571         Rename from org-file-apps-defaults-linux.
9572         (org-default-apps): Don't test system-type for `linux'.
9573         (org-file-apps): Doc fix.
9575 2005-07-04  David Ponce  <david@dponce.com>
9577         * tree-widget.el: Improve header Commentary section.
9578         (tree-widget) [defgroup]
9579         (tree-widget-image-enable, tree-widget-themes-directory)
9580         (tree-widget-theme, tree-widget-image-properties-emacs)
9581         (tree-widget-image-properties-xemacs, tree-widget-create-image)
9582         (tree-widget-image-formats, tree-widget-control)
9583         (tree-widget-empty-control, tree-widget-leaf-control
9584         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
9585         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
9586         (tree-widget-keep, tree-widget-after-toggle-functions)
9587         (tree-widget-open-node, tree-widget-close-node): Doc fix.
9588         (tree-widget-open-control, tree-widget-close-control): Fix doc and
9589         :help-echo message.
9590         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
9591         (tree-widget-image-properties): Doc fix.  Clearer implementation.
9592         (tree-widget--cursors): New constant.
9593         (tree-widget-lookup-image): New function split from
9594         `tree-widget-find-image'.  Clearer implementation.
9595         (tree-widget-find-image): Use it.
9596         (tree-widget-button-keymap): Use `set-keymap-parent'.
9597         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
9598         Define the sub-widgets here.
9599         (tree-widget-node): Check that :node is not a tree-widget.
9600         (tree-widget-get-super, tree-widget-open-control)
9601         (tree-widget-close-control, tree-widget-empty-control)
9602         (tree-widget-leaf-control, tree-widget-guide)
9603         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
9604         (tree-widget-no-handle, tree-widget-value-delete)
9605         (tree-widget-map): Remove.
9606         (tree-widget-children-value-save): Doc fix.  Simplified.
9607         (tree-widget-value-create): Update according to previous changes.
9609 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
9611         * textmodes/org.el: Leading space replaced by TABS.
9612         (org-recalc-marks, org-table-rotate-recalc-marks)
9613         (org-table-get-specials): Treat "^" and "_" marks.
9614         (org-table-justify-field-maybe): Optional argument NEW.
9615         (org-table-eval-formula): Parsing of the format simplified.
9616         New modes C,I.  Honor the %= parameter in the current table.
9617         Avoid unnecessary re-align by using the NEW argument to
9618         `org-table-justify-field-maybe'.
9619         (org-calc-default-modes): Default for date-format mimicks org-mode.
9620         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
9622 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
9624         * cus-face.el (custom-theme-set-faces): Make it handle face
9625         aliases whose alias declarations are pre- or autoloaded.
9627 2005-07-04  Juri Linkov  <juri@jurta.org>
9629         * faces.el (read-face-name): Put the code for getting a face name
9630         from the buffer before adding the faces from the `face' property.
9631         Use `completing-read-multiple' instead of `completing-read'.
9632         Require `crm'.  Add default value and post-process the returned
9633         list of faces.
9635         * emacs-lisp/crm.el (crm-find-current-element)
9636         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
9638         * emacs-lisp/lisp-mode.el (eval-defun-1):
9639         * emacs-lisp/edebug.el (edebug-eval-defun):
9640         Remove unnecessary quotes.
9642 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9644         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
9645         (prolog-indent-level): Fix typo in docstring.
9647         * info.el (Info-history, Info-history-forward)
9648         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
9650         * add-log.el (add-change-log-entry):
9651         * comint.el (comint-dynamic-list-input-ring)
9652         (comint-dynamic-list-completions):
9653         * dabbrev.el (dabbrev-expand):
9654         * delim-col.el (delimit-columns-rectangle-line):
9655         * diff-mode.el (diff-context->unified, diff-reverse-direction)
9656         (diff-unified->context):
9657         * ediff-init.el (ediff-abbrev-jobname):
9658         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
9659         (ediff-replace-session-activity-marker-in-meta-buffer):
9660         * info.el (Info-summary):
9661         * lpr.el (printify-region):
9662         * printing.el (pr-create-interface):
9663         * ps-print.el (ps-print-quote):
9664         * ses.el (ses-column-widths, ses-print-cell)
9665         (ses-adjust-print-width, ses-center):
9666         * shell.el (shell-file-name-quote-list):
9667         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
9668         (strokes-fill-current-buffer-with-whitespace)
9669         (strokes-xpm-for-stroke, strokes-list-strokes)
9670         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
9671         * term.el (term-dynamic-list-input-ring)
9672         (term-dynamic-list-completions):
9673         * calc/calc.el (math-format-stack-value):
9674         * emacs-lisp/edebug.el (edebug-display-freq-count):
9675         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
9676         (delphi-new-comment-line):
9677         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
9678         * progmodes/executable.el (executable-set-magic):
9679         * progmodes/python.el (inferior-python-mode):
9680         * progmodes/scheme.el (scheme-mode-syntax-table):
9681         * progmodes/sh-script.el (sh-maybe-here-document):
9682         * progmodes/sql.el (sql-copy-column):
9683         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
9684         * textmodes/bibtex.el (bibtex-mode):
9685         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
9686         (sgml-auto-attributes):
9687         * textmodes/table.el (table-insert, table-shorten-cell)
9688         (table--generate-source-scan-lines, table-delete-row)
9689         (*table--cell-delete-char, table--spacify-frame)
9690         (table--horizontally-shift-above-and-below)
9691         (table--cell-insert-char, table--cell-blank-str)
9692         (table--fill-region-strictly):
9693         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
9694         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
9696         * add-log.el (change-log):
9697         * apropos.el (apropos):
9698         * comint.el (comint-completion, comint-source):
9699         * dabbrev.el (dabbrev):
9700         * delim-col.el (columns):
9701         * diff-mode.el (diff-mode):
9702         * ediff.el (ediff):
9703         * ediff-diff.el (ediff-diff):
9704         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
9705         * ediff-mult.el (ediff-mult):
9706         * ediff-ptch.el (ediff-ptch):
9707         * ediff-wind.el (ediff-window):
9708         * facemenu.el (facemenu):
9709         * indent.el (indent):
9710         * info.el (info):
9711         * jka-cmpr-hook.el (compression, jka-compr):
9712         * lpr.el (lpr):
9713         * outline.el (outlines):
9714         * pcmpl-cvs.el (pcmpl-cvs):
9715         * pcmpl-rpm.el (pcmpl-rpm):
9716         * printing.el (printing):
9717         * ps-print.el (postscript, ps-print, ps-print-horizontal)
9718         (ps-print-vertical, ps-print-headers, ps-print-font)
9719         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
9720         (ps-print-background, ps-print-printer, ps-print-page)
9721         (ps-print-miscellany):
9722         * ses.el (ses):
9723         * shell.el (shell, shell-directories, shell-faces):
9724         * startup.el (initialization):
9725         * strokes.el (strokes):
9726         * term.el (term):
9727         * uniquify.el (uniquify):
9728         * w32-vars.el (w32):
9729         * calc/calc.el (calc):
9730         * emacs-lisp/bytecomp.el (bytecomp):
9731         * emacs-lisp/cl-indent.el (lisp-indent):
9732         * emacs-lisp/edebug.el (edebug):
9733         * emacs-lisp/elp.el (elp):
9734         * emacs-lisp/testcover.el (testcover):
9735         * emacs-lisp/trace.el (trace):
9736         * emulation/viper-ex.el (viper-ex):
9737         * emulation/viper-mous.el (viper-mouse):
9738         * mail/mailalias.el (mailalias):
9739         * mail/supercite.el (supercite, supercite-frames)
9740         (supercite-attr, supercite-cite, supercite-hooks):
9741         * net/rcompile.el (remote-compile):
9742         * net/rlogin.el (rlogin):
9743         * obsolete/ooutline.el (outlines):
9744         * progmodes/delphi.el (delphi):
9745         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
9746         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
9747         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
9748         (ebnf-optimization):
9749         * progmodes/etags.el (etags):
9750         * progmodes/executable.el (executable):
9751         * progmodes/idlwave.el (idlwave):
9752         * progmodes/pascal.el (pascal):
9753         * progmodes/prolog.el (prolog):
9754         * progmodes/python.el (python):
9755         * progmodes/scheme.el (scheme):
9756         * progmodes/sh-script.el (sh, sh-script):
9757         * progmodes/sql.el (SQL):
9758         * progmodes/tcl.el (tcl):
9759         * textmodes/bibtex.el (bibtex, bibtex-autokey):
9760         * textmodes/enriched.el (enriched):
9761         * textmodes/makeinfo.el (makeinfo):
9762         * textmodes/sgml-mode.el (sgml):
9763         * textmodes/table.el (table-hooks):
9764         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
9765         * textmodes/texinfo.el (texinfo):
9766         * textmodes/two-column.el (two-column):
9767         Finish `defgroup' description with period.
9769         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
9770         * eshell/esh-var.el (eshell-var):
9771         * progmodes/vhdl-mode.el (vhdl-testbench):
9772         * textmodes/org.el (org): Fix typos in docstrings.
9774         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
9775         consistency.
9777         * progmodes/flymake.el (flymake-find-file): Remove.
9778         (flymake-float-time): Use `with-no-warnings'.
9779         (flymake-check-start-time, flymake-check-was-interrupted)
9780         (flymake-err-info, flymake-is-running, flymake-last-change-time)
9781         (flymake-new-err-info): `defvar' at compile time.
9783 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
9785         * replace.el (occur-hook): Doc fix.
9786         (occur-1): Don't call `occur-hook' if there are no matches.
9788 2005-07-03  Richard M. Stallman  <rms@gnu.org>
9790         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
9791         global-map, save the same map.
9792         (global-map): Don't alter it at top level.
9793         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
9794         Then alter it here instead.
9795         (tpu-edt-off): Set global-map to the saved one.
9797         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
9798         All references simplified.
9799         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
9800         (zmacs-regions): Add defvar.
9801         (repeat-complex-command-map): Everything about that deleted.
9803         * textmodes/artist.el (artist-key-is-drawing)
9804         (artist-key-endpoint1, artist-key-poly-point-list)
9805         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
9806         (artist-key-compl-table, artist-rb-save-data)
9807         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
9808         Don't put them in eval-when-compile.
9809         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
9811         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
9812         Use with-no-warnings.
9814         * net/browse-url.el (dos-windows-version): Add defvar.
9816         * mail/supercite.el (filladapt-prefix-table): Add defvar.
9818         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
9819         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
9820         (rmail-new-summary-line-count): Rename from new-summary-line-count.
9821         Add defvar.
9822         (rmail-summary-beginning-of-message): Use with-no-warnings.
9823         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
9825         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
9826         Use with-no-warnings.
9828         * emulation/vi.el (vi-mark-region): Use c-mark-function.
9829         (c-mark-function): Add point-moving-unit property.
9830         (vi-goto-line): Use with-no-warnings.
9832         * emulation/edt.el (edt-last-copied-word): Add defvar.
9833         (zmacs-region-stays): Likewise.
9834         (edt-mark-section-wisely): Use c-mark-function for C.
9835         Use makr-defun for Fortran.
9836         (time-string): defvar deleted.
9837         (edt-display-the-time): Don't set time-string.
9839         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
9841         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
9842         Don't warn when name is not constant
9843         or for defining the group `emacs'.
9845         * tooltip.el (gud-tooltip-mode): Add defvar.
9847         * startup.el (default-frame-background-mode): Add defvar.
9849         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
9851         * info.el (tool-bar-map): Add defvar.
9853         * dired.el (dnd-protocol-alist): Add defvar.
9855         * dired-aux.el (dired-query): Display question with answer, when
9856         the user answers.
9858         * custom.el (custom-add-option): Doc fix.
9860         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
9862 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
9864         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
9865         bogus name from the last change.
9867 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
9869         * custom.el (custom-declare-variable): Fix typos in comment.
9870         (custom-known-themes): Doc fix.
9871         (custom-theme-directory): New defcustom.
9872         (require-theme): Make it check `custom-theme-directory'.
9874         * cus-theme.el (custom-new-theme-mode): New function.
9875         (custom-theme-name, custom-theme-variables, custom-theme-faces)
9876         (custom-theme-description): Add compiler defvars.
9877         (customize-create-theme): Add doc to the "*New Custom Theme*"
9878         buffer.  Use `custom-new-theme-mode'.
9879         (custom-theme-write): Put the created buffer in emacs-lisp-mode
9880         and save it to the `custom-theme-directory'.  Make this the
9881         default directory of the buffer.
9883 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
9885         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
9886         Fix unbalanced parentheses.
9888 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9890         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
9891         into flymake-mode and delegate to flymake-mode.
9893         * find-file.el (ff-which-function-are-we-in): Clean up.
9895 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
9897         * replace.el (occur-rename-buffer): Fix docstring.
9899         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
9900         (edt-last-copied-word, edt-learn-macro-count)
9901         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
9902         (edt-rect-start-point, edt-user-global-map, rect-start-point)
9903         (time-string, zmacs-region-stays):
9904         * emulation/edt-mapper.el (edt-save-function-key-map)
9905         (EDT-key-name): `defvar' to silence the byte-compiler.
9907 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
9909         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
9910         font-lock-regexp-backslash.  Doc fix.
9911         (font-lock-regexp-backslash-grouping-construct): Rename from
9912         font-lock-regexp-backslash-construct.  Doc fix.
9913         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
9914         grouping constructs.
9916 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
9918         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
9919         updating all the prerequisites.
9921 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
9923         * textmodes/org.el (org-agenda-start-on-weekday)
9924         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
9925         (org-agenda-use-time-grid, org-archive-location)
9926         (org-allow-space-in-links, org-usenet-links-prefer-google)
9927         (org-enable-table-editor, org-export-default-language)
9928         (org-export-html-show-new-buffer, org-fill-paragraph)
9929         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
9930         (org-goto-quit, org-occur, org-eval-in-calendar)
9931         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
9932         (org-agenda-diary-entry, org-remember-help)
9933         (org-table-convert-region, org-at-table-p)
9934         (org-table-move-row-down, org-table-move-row-up)
9935         (org-table-copy-region, org-table-toggle-vline-visibility)
9936         (org-table-get-stored-formulas, org-table-get-specials)
9937         (org-recalc-commands, org-table-eval-formula)
9938         (org-table-formula-substitute-names, orgtbl-make-binding)
9939         (org-format-org-table-html, org-format-table-table-html)
9940         (org-format-table-table-html-using-table-generate-source)
9941         (org-customize): Fix typos in docstrings.
9942         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
9943         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
9944         (org-back-to-heading): Doc fixes.
9945         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
9946         (org-agenda-change-all-lines, org-get-header):
9947         Improve argument/docstring consistency.
9948         (orgtbl-error): Fix error message.
9950         * progmodes/flymake.el (flymake-find-possible-master-files)
9951         (flymake-master-file-compare, flymake-get-line-err-count)
9952         (flymake-highlight-line, flymake-gui-warnings-enabled):
9953         Fix typos in docstrings.
9954         (flymake-parse-line, flymake-get-project-include-dirs-function)
9955         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
9956         Doc fixes.
9957         (flymake-get-project-include-dirs-function)
9958         (flymake-make-err-menu-data):
9959         Improve argument/docstring consistency.
9961 2005-07-01  Lute Kamstra  <lute@gnu.org>
9963         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
9964         Catch errors with ignore-errors.  Use temporary buffer.
9965         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
9967         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
9968         background color faces.
9969         (facemenu-set-foreground, facemenu-set-background):
9970         Use facemenu-set-face-from-menu.
9971         (facemenu-set-face-from-menu): Treat face names that start with
9972         "fg:" or "bg:" as special.
9973         (facemenu-add-new-color): Don't create faces.  Simplify.
9975 2005-06-30  Richard M. Stallman  <rms@gnu.org>
9977         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
9978         (crm-find-current-element): Likewise.
9980 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
9982         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
9984 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9986         * arc-mode.el (archive-extract): Make it work as a mouse binding.
9987         (archive-mouse-extract): Make it an obsolete alias.
9988         (archive-mode-map): Don't use archive-mouse-extract any more.
9989         (archive-mode, archive-extract): write-contents-hooks ->
9990         write-contents-functions.
9991         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
9992         first arg.
9993         (archive-rename-entry): Update the call.
9994         (archive-zip-summarize): Remove unused var `method'.
9995         (archive-lzh-summarize): Remove unused var `creator'.
9997         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
9998         dedicated frame upon exit.
10000         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
10001         (archive-zip-extract, archive-zip-expunge)
10002         (archive-zip-update, archive-zip-update-case): Use executable-find.
10003         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
10004         Use restore-buffer-modified-p.
10005         (archive-extract, archive-add-new-member, archive-write-file-member):
10006         Use with-current-buffer.
10007         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
10009 2005-06-30  Andreas Schwab  <schwab@suse.de>
10011         * progmodes/gud.el (gud-filter): Remove unneeded progn.
10013 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
10015         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
10017 2005-06-30  Juri Linkov  <juri@jurta.org>
10019         * faces.el (vertical-border): Inherit from mode-line-inactive
10020         only on tty.
10022 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
10024         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
10025         example, -NLINES in the `occur' docstring).
10027         * replace.el (occur-1): When no matches are found, do not set the
10028         `buffer-read-only' and modified flags for the occur buffer,
10029         because it is deleted.
10031         * emulation/cua-base.el (cua-check-pending-input)
10032         (cua-repeat-replace-region, cua-mode, cua-debug)
10033         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
10034         Fix typos in docstrings.
10036         * emulation/cua-gmrk.el (cua-toggle-global-mark)
10037         (cua-cut-region-to-global-mark)
10038         (cua--cut-rectangle-to-global-mark):
10039         Remove period from end of messages.
10041         * emulation/cua-rect.el (cua-do-rectangle-padding):
10042         Remove period from end of messages.
10043         (cua--rectangle-seq-format): Fix typo in docstring.
10044         (cua-sequence-rectangle, cua-fill-char-rectangle):
10045         Improve argument/docstring consistency.
10047 2005-06-29  Juri Linkov  <juri@jurta.org>
10049         * faces.el (default-frame-background-mode): New internal variable.
10050         (frame-set-background-mode): Use it.
10052         * startup.el (normal-top-level): Set default-frame-background-mode
10053         instead of frame-background-mode.  Before setting it, test for its
10054         nil value.  Remove tests for frame-background-mode and frame
10055         parameter `reverse'.  Add test for "unspecified-fg".
10057         * term/xterm.el (xterm-rxvt-set-background-mode):
10058         * term/rxvt.el (rxvt-set-background-mode):
10059         Set default-frame-background-mode instead of frame-background-mode.
10061 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
10063         * simple.el (set-variable): Warn about obsolete user variables.
10065         * imenu.el (imenu--completion-buffer):
10066         * mouse.el (mouse-buffer-menu-alist):
10067         * msb.el (msb-invisible-buffer-p):
10068         * calendar/diary-lib.el (diary-header-line-format):
10069         * emacs-lisp/pp.el (pp-buffer):
10070         * progmodes/cperl-mode.el (cperl-do-auto-fill):
10071         * textmodes/picture.el (picture-replace-match):
10072         Change space constants followed by a sexp to "?\s ".
10074         * play/decipher.el (decipher-loop-with-breaks):
10075         * textmodes/texinfo.el (texinfo-insert-@item): Change space
10076         constants "protected" from end of line by a comment to "?\s".
10078 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10080         * font-lock.el (save-buffer-state): Use `declare'.
10082         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
10083         reset the syntax-table to cperl-mode-syntax-table.
10084         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
10085         "foo_print_bar" is not matched as a reserved keyword.
10087 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
10089         * textmodes/org.el (orgtbl-setup): New function, for delayed
10090         setup for the orgtbl commands.
10091         (org-calc-default-modes): New option.
10092         (orgtbl-make-binding): Use `defun' to get better help display.
10093         (org-diary): Call `org-compile-prefix-format'.
10094         (org-table-formula-substitute-names): New function.
10095         (org-agenda-day-view, org-agenda-week-view): New commands.
10096         (org-agenda-toggle-week-view): Command removed.
10097         (org-tbl-menu): Split off from org-org-menu.
10098         (org-mode): Move removal of outline-mode menus to here.
10099         (org-table-formula-debug): New option.
10100         (org-table-insert-row): Keep first field if just "#" or "*".
10101         (org-mode): Paragraph regexps fixed.
10102         (org-table-recalculate-regexp): New constant.
10103         (org-table-justify-field-maybe): Avoid replace if not necessary.
10104         (org-copy-special, org-cut-special): Use `call-interactively'.
10105         (org-table-copy-region): Take region from `interactive' call.
10106         (org-trim): Return string even if no match.
10107         (org-formula): New face.
10108         (org-set-font-lock-defaults): No longer highlight "FIXME".
10109         But highlight formula-related fields in table.
10110         (org-table-p): Use regexp, not fontification.
10111         (org-table-align): Handle white space at end of line.
10112         (org-table-formula-evaluate-inline): New option.
10113         (org-mode): Auto-wrapping in comment lines turned off.
10114         (org-table-copy-down): Evaluate only in copied field, not in
10115         destination.
10116         (org-table-current-formula): Variable removed.
10117         (org-table-store-formulas, org-table-get-stored-formulas)
10118         (org-table-modify-formulas, org-table-replace-in-formulas)
10119         (org-table-maybe-eval-formula): New functions.
10120         (org-table-get-formula): Modify to use stored formulas.
10121         (org-table-insert-column, org-table-delete-column)
10122         (org-table-move-column): Call `org-table-modify-formulas'.
10123         (org-complete): Add completion for keyword formulas.
10124         (orgtbl-mode): Pull orgtbl-mode-map to start of
10125         minor-mode-map-alist.
10127 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10129         * progmodes/python.el (python-check): Require `compile' before
10130         modifying its variables.
10132         * newcomment.el (comment-indent-default): Don't get fooled by an early
10133         end of buffer.
10135 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10137         * ps-print.el (ps-print-version): Fix version number.
10139 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
10141         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
10143 2005-06-28  Richard M. Stallman  <rms@gnu.org>
10145         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
10146         (flyspell-local-mouse-map): Declaration deleted.
10147         (flyspell-mouse-map): Bind only mouse-2.
10148         (flyspell-mode-map): Don't test flyspell-use-local-map.
10149         (flyspell-overlay-keymap-property-name): Var deleted.
10150         (flyspell-mode-on): Don't make local bindings for
10151         flyspell-mouse-map and flyspell-mode-map.
10152         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
10154         * textmodes/ispell.el (ispell-word): Do not ignore short words.
10156         * progmodes/compile.el (compilation-next-error-function):
10157         Don't switch buffers; operate on the current buffer.
10159         * progmodes/compile.el (compilation-error-file-name)
10160         (compilation-warning-file-name, compilation-info-file-name)
10161         (compilation-line-number, compilation-column-number): New faces.
10162         (compilation-error-face, compilation-warning-face)
10163         (compilation-info-face, compilation-line-face)
10164         (compilation-column-face): Use them.
10166         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
10168         * comint.el (comint-password-prompt-regexp): Accept ", try again".
10170         * bindings.el (global-map): Bind insertchar and its variants.
10172 2005-06-27  Richard M. Stallman  <rms@gnu.org>
10174         * textmodes/artist.el (artist-text-overwrite)
10175         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
10177 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10179         * ps-print.el: It was not working the page selection for printing.
10180         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
10181         (ps-print-version): New version 6.6.7.
10182         (ps-end-sheet): New fun.
10183         (ps-header-sheet, ps-end-job): Call it.
10185 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
10187         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
10189 2005-06-27  Lute Kamstra  <lute@gnu.org>
10191         * facemenu.el (facemenu-unlisted-faces): Add foreground and
10192         background color faces.
10193         (facemenu-get-face): Delete function.
10194         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
10195         (facemenu-add-new-color): Make second argument mandatory.
10196         Create the appropriate face and return it.  Simplify.
10197         (facemenu-set-foreground, facemenu-set-background): Don't check if
10198         color is defined.  Use return value of facemenu-add-new-color.
10200 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
10202         * progmodes/gud.el (gud-filter): Add missing argument to
10203         with-selected-window.
10205 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10207         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
10208         a :require to the defcustom.
10210         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
10211         defcustoms corresponding to minor modes.
10213 2005-06-26  David Ponce  <david@dponce.com>
10215         * recentf.el: Require tree-widget instead of wid-edit.
10216         (recentf-filename-handler): Fix widget :type.
10217         (recentf-cancel-dialog, recentf-open-more-files)
10218         (recentf-open-files-action): Doc fix.
10219         (recentf-dialog-goto-first): New function.
10220         (recentf-dialog-mode-map): Set parent keymap first.
10221         (recentf-dialog-mode): Define with define-derived-mode.
10222         Don't display continuation lines in dialogs.
10223         (recentf-edit-list): Rename from recentf-edit-selected-items.
10224         (recentf-edit-list-select): Rename from recentf-edit-list-action.
10225         Simplify.
10226         (recentf-edit-list-validate): New function.
10227         (recentf-edit-list): Update accordingly.
10228         (recentf-open-files-item-shift): Remove.
10229         (recentf-open-files-item): Convert menu elements into tree and
10230         link widgets.  Don't create the widgets.
10231         (recentf-open-files): Update accordingly.
10232         (recentf-save-list): Untabify.
10234 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
10236         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
10237         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
10238         partially contained in the active region.  Do not take active
10239         region into account when called from Lisp, unless INTERACTIVE arg
10240         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
10241         avoid trouble with fields.  Make marker point nowhere when no
10242         longer used.  Always return nil.  Doc fix.
10243         (flush-lines): Add INTERACTIVE arg.  Do not take active region
10244         into account when called from Lisp, unless INTERACTIVE arg is
10245         non-nil.  Use `forward-line' instead of `beginning-of-line' to
10246         avoid trouble with fields.  Make marker point nowhere when no
10247         longer used.  Always return nil.  Doc fix.
10248         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
10249         interchangeable.  Do not take active region into account when
10250         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
10251         message in echo area when called from Lisp, unless INTERACTIVE arg
10252         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
10253         Return the number of matches.  Doc fix.
10254         (occur): Doc fix.
10255         (perform-replace): Make comment follow double space convention for
10256         the sake of `outline-minor-mode'.
10258         * faces.el (facep): Doc fix.
10260 2005-06-25  Richard M. Stallman  <rms@gnu.org>
10262         * facemenu.el (facemenu-enable-faces-p): New function.
10263         (facemenu-background-menu, facemenu-foreground-menu)
10264         (facemenu-face-menu): Add menu-enable property.
10266         * jka-compr.el (jka-compr-insert-file-contents):
10267         Special handling if cannot find the uncompression program.
10269         * cus-face.el (custom-face-attributes): Add autoload.
10271         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10272         Bind comment-indent-function locally.
10274         * window.el (save-selected-window): Use save-current-buffer.
10276         * subr.el (with-selected-window): Use save-current-buffer.
10278         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
10279         and with-current-buffer.
10281 2005-06-24  Richard M. Stallman  <rms@gnu.org>
10283         * simple.el (line-move-1): Fix previous change.
10285 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10287         * replace.el (occur-1): Set `buffer-read-only' and the
10288         buffer-modified flag before running `occur-hook' to protect
10289         against unintentional buffer switches that can lead to data loss.
10291 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
10293         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
10294         (gud-gdb-marker-filter): Use font-lock-warning-face for any
10295         initial error.
10297         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
10298         after fresh input.
10299         (gdb-var-create-handler): Put name of expression in quotes.
10301 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
10303         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
10304         elements of RING in order, and without bogus nil elements.
10306 2005-06-23  Richard M. Stallman  <rms@gnu.org>
10308         * simple.el (set-variable): Args renamed; doc fix.
10309         (line-move-1): When there are overlays around, use vertical-motion.
10311         * faces.el (escape-glyph): Use brown against light background.
10312         (nobreak-space): Rename from no-break-space.
10313         Fix previous change.
10315         * dired-aux.el (dired-do-copy): Fix arg prompt.
10317         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
10319 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
10321         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
10322         rather than "Distributor".
10324 2005-06-23  Lute Kamstra  <lute@gnu.org>
10326         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
10327         (debug-on-entry): Use it.  New interactive declaration that uses
10328         function-called-at-point.
10330 2005-06-23  Kim F. Storm  <storm@cua.dk>
10332         * subr.el (save-match-data): Add comment about using evaporate arg
10333         to set-match-data.
10335 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
10337         * cus-edit.el (customize-face)
10338         (customize-face-other-window): Handle face aliases.
10340         * faces.el (face-documentation, set-face-attribute)
10341         (face-spec-set): Handle face aliases.
10343 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
10345         * help-mode.el (help-make-xrefs): If a symbol representing a face
10346         name is not followed by the word "face", it could still be a
10347         function or variable name, so don't bypass other checks.
10349 2005-06-22  Juri Linkov  <juri@jurta.org>
10351         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
10352         Replace aliased functions with calls where second arg `inherit' is t.
10354 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
10356         * progmodes/gdb-ui.el (gdb-error): New variable.
10357         (gdb-error): New function.
10358         (gdb-annotation-rules): Act on error-begin and error annotations.
10359         (gdb-concat-output): Use font-lock-warning-face for errors.
10361 2005-06-22  Miles Bader  <miles@gnu.org>
10363         * bindings.el (propertized-buffer-identification): Use renamed
10364         `Buffer-menu-buffer' face.
10366         * faces.el (vertical-border): Rename from `vertical-divider'.
10367         (escape-glyph): Change dark-background color back to `cyan'.
10369 2005-06-21  Juri Linkov  <juri@jurta.org>
10371         * faces.el (face-user-default-spec): Try getting `customized-face'
10372         prior to `saved-face'.
10373         (frame-background-mode): Refill docstring.
10375         * emacs-lisp/lisp-mode.el (eval-defun-1):
10376         * emacs-lisp/edebug.el (edebug-eval-defun):
10377         Set `saved-face' temporarily to nil before calling form.
10378         Set `customized-face' to the new spec after that.
10380 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10382         * subr.el (1value, lambda, key-substitution-in-progress):
10383         Doc fixes.
10385         * autoinsert.el (auto-insert-alist):
10386         * ses.el (ses-call-printer):
10387         * subr.el (noreturn):
10388         * emacs-lisp/lisp.el (check-parens):
10389         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
10390         * net/browse-url.el (browse-url-mosaic):
10391         * progmodes/cc-defs.el (c-safe-scan-lists):
10392         * progmodes/ebnf-abn.el (ebnf-abn-lex):
10393         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
10394         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
10395         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
10396         * progmodes/ebnf-iso.el (ebnf-iso-lex):
10397         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
10399 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10401         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
10403 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
10405         * calendar/appt.el (appt-make-list): Activate the package, if
10406         not already active (for backwards compatibility).
10408 2005-06-20  Kim F. Storm  <storm@cua.dk>
10410         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
10412 2005-06-20  Miles Bader  <miles@gnu.org>
10414         * faces.el (vertical-divider): New face.
10416 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
10418         * simple.el (kill-whole-line): Doc fix.
10419         (next-error-buffer-p, next-error-find-buffer)
10420         (clone-indirect-buffer): Fix typos in docstrings.
10421         (comment-line-break-function): Doc fix: don't say variable
10422         is automatically buffer-local (it isn't).
10424 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
10426         * net/tramp-ftp.el (top):
10427         * net/tramp-smb.el (top):
10428         * net/tramp-util.el (top):
10429         * net/tramp-uu.el (top):
10430         * net/tramp-vc.el (top):
10431         * net/tramp.el (top): Revert copyright years back to original
10432         ones.  Tramp has a life outside GNU Emacs.
10434 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
10436         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
10438 2005-06-18  Juri Linkov  <juri@jurta.org>
10440         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
10441         end of first regexp to limit the match to the position between
10442         line number and source line with same separator character as used
10443         between file name and line number.  In the second regexp limit
10444         mouse-face area to file name and line number by adding new group
10445         for them and referring it in HYPERLINK arg.
10446         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
10447         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
10448         previous line where grep markers may be already removed.
10450 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
10452         * progmodes/ps-mode.el: Update version and maintainer's email address.
10454 2005-06-18  Steve Youngs  <steve@xemacs.org>
10456         * net/browse-url.el (browse-url-browser-function)
10457         (browse-url-default-browser): Add firefox.
10458         (browse-url-firefox-program, browse-url-firefox-arguments)
10459         (browse-url-firefox-startup-arguments)
10460         (browse-url-firefox-new-window-is-tab): New defcustoms.
10461         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
10463 2005-06-17  Richard M. Stallman  <rms@gnu.org>
10465         * startup.el (command-line): Warn if specified user name has
10466         no home directory.
10468         * term.el (term-get-old-input, term-input-filter, term-input-sender)
10469         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
10471         * longlines.el (longlines-mode, longlines-show-hard-newlines):
10472         Doc fixes.
10474         * faces.el (underline): Try bold if terminal doesn't support underline.
10476         * mail/sendmail.el (mail-setup-with-from): New variable.
10477         (mail-insert-from-field): New function.
10478         (sendmail-send-it): Call it.
10479         (mail-setup): Optionally call it here.
10481         * term/linux.el: Call tty-no-underline.
10483 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
10485         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
10487 2005-06-17  Miles Bader  <miles@gnu.org>
10489         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
10490         (ediff-current-diff-C, ediff-current-diff-Ancestor)
10491         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
10492         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
10493         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
10494         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
10495         Remove "-face" suffix from face names.
10496         (ediff-current-diff-face-A, ediff-current-diff-face-B)
10497         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
10498         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10499         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10500         (ediff-even-diff-face-A, ediff-even-diff-face-B)
10501         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10502         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10503         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10504         New backward-compatibility aliases for renamed faces.
10505         (ediff-current-diff-face-A, ediff-current-diff-face-B)
10506         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
10507         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10508         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10509         (ediff-even-diff-face-A, ediff-even-diff-face-B)
10510         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10511         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10512         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10513         Use renamed ediff faces.
10515         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
10516         Remove "-face" suffix from face names.
10517         (eshell-test-ok-face, eshell-test-failed-face):
10518         New backward-compatibility aliases for renamed faces.
10519         (eshell-run-test): Use renamed eshell-test faces.
10521         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
10522         face name.
10523         (eshell-prompt-face): New backward-compatibility alias for renamed
10524         face.
10525         (eshell-emit-prompt): Use renamed eshell-prompt face.
10527         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
10528         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
10529         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
10530         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
10531         Remove "-face" suffix from face names.
10532         (eshell-ls-directory-face, eshell-ls-symlink-face)
10533         (eshell-ls-executable-face, eshell-ls-readonly-face)
10534         (eshell-ls-unreadable-face, eshell-ls-special-face)
10535         (eshell-ls-missing-face, eshell-ls-archive-face)
10536         (eshell-ls-backup-face, eshell-ls-product-face)
10537         (eshell-ls-clutter-face):
10538         New backward-compatibility aliases for renamed faces.
10539         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
10541         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
10542         Remove "-face" suffix from face name.
10543         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
10544         instead of literal face.
10546 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
10548         * emacs-lisp/warnings.el (display-warning, lwarn)
10549         (warning-minimum-log-level): Doc fixes.
10550         (warning-minimum-level, warning-minimum-log-level):
10551         Add :debug to :type choices.
10553         * progmodes/ada-mode.el (ada-format-paramlist)
10554         (ada-get-indent-case, ada-check-matching-start)
10555         (ada-check-defun-name, ada-goto-matching-decl-start)
10556         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
10557         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
10558         (ada-make-subprogram-body): Follow error conventions.
10559         (ada-case-exception-file, ada-indent-comment-as-code)
10560         (ada-indent-handle-comment-special, ada-indent-renames)
10561         (ada-indent-return, ada-search-directories-internal)
10562         (ada-tab-policy, ada-case-exception-substring)
10563         (ada-other-file-alist, ada-matching-start-re)
10564         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
10565         (ada-imenu-generic-expression, ada-compile-goto-error)
10566         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
10567         (ada-popup-menu, ada-add-extensions, ada-mode)
10568         (ada-region-selected, ada-create-case-exception)
10569         (ada-create-case-exception-substring, ada-after-keyword-p)
10570         (ada-activate-keys-for-case, ada-adjust-case-region)
10571         (ada-adjust-case-buffer, ada-format-paramlist)
10572         (ada-scan-paramlist, ada-insert-paramlist)
10573         (ada-indent-newline-indent)
10574         (ada-indent-newline-indent-conditional)
10575         (ada-justified-indent-current, ada-goto-previous-word)
10576         (ada-indent-current, ada-get-indent-open-paren)
10577         (ada-get-indent-paramlist, ada-get-indent-end)
10578         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
10579         (ada-get-indent-block-start, ada-get-indent-subprog)
10580         (ada-get-indent-noindent, ada-get-indent-label)
10581         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
10582         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
10583         (ada-goto-stmt-end, ada-goto-next-word)
10584         (ada-check-matching-start, ada-check-defun-name)
10585         (ada-goto-matching-decl-start, ada-goto-matching-start)
10586         (ada-goto-matching-end, ada-search-ignore-string-comment)
10587         (ada-in-decl-p, ada-looking-at-semi-or)
10588         (ada-looking-at-semi-private, ada-in-paramlist-p)
10589         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
10590         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
10591         (ada-next-procedure, ada-previous-procedure, ada-next-package)
10592         (ada-previous-package, ada-create-menu)
10593         (ada-fill-comment-paragraph-justify)
10594         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
10595         (ada-other-file-name, ada-last-which-function-line)
10596         (ada-last-which-function-subprog, ada-which-function)
10597         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
10598         (ada-gen-treat-proc, ada-check-emacs-version)
10599         (ada-continuation-indent, ada-align-region-separate):
10600         Fix typos in docstrings.
10601         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
10603 2005-06-16  Lute Kamstra  <lute@gnu.org>
10605         * simple.el (fundamental-mode): Run after-change-major-mode-hook
10606         conditionally.
10608 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10610         * comint.el (comint-replace-by-expanded-filename)
10611         (comint-prompt-regexp, comint-delimiter-argument-list)
10612         (comint-preinput-scroll-to-bottom):
10613         * info.el (Info-hide-cookies-node):
10614         * ls-lisp.el (ls-lisp-classify):
10615         * find-file.el (ff-search-directories, ff-special-constructs)
10616         (ff-find-other-file):
10617         * font-lock.el (font-lock-keywords):
10618         * shell.el (shell-prompt-pattern)
10619         (shell-dynamic-complete-functions, shell-mode)
10620         (shell-delimiter-argument-list):
10621         * term.el (term-replace-by-expanded-filename)
10622         (term-prompt-regexp, term-delimiter-argument-list):
10623         * woman.el (woman-ignore, woman0-if):
10624         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
10625         * emacs-lisp/elint.el (elint-init-env):
10626         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
10627         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
10628         * language/ethio-util.el (ethio-tilde-escape)
10629         (ethio-use-three-dot-question):
10630         * net/zone-mode.el (zone-mode-load-time-setup):
10631         * progmodes/cc-align.el (c-lineup-argcont):
10632         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
10633         * progmodes/cperl-mode.el (cperl-set-style-back):
10634         * progmodes/inf-lisp.el (inferior-lisp-prompt):
10635         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
10636         Fix spellings in docstrings.
10638         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
10639         * progmodes/modula2.el (m2-for): Fix spellings.
10641         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
10643         * simple.el (undo-more): Don't use `format' on `error' arguments.
10644         Improve argument/docstring consistency.
10645         (pending-undo-list): Doc fix.
10647         * smerge-mode.el (smerge-ensure-match):
10648         * emulation/vip.el (vip-ex):
10649         * net/zone-mode.el (zone-mode-update-serial):
10650         * progmodes/idlwave.el (idlwave-complete):
10651         * progmodes/vhdl-mode.el (vhdl-visit-file)
10652         (vhdl-compose-wire-components):
10653         Don't use `format' on `error' arguments.
10655         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
10656         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
10657         (tooltip-help-tips): Fix typos in docstrings.
10659 2005-06-16  David Ponce  <david@dponce.com>
10661         * tree-widget.el (tree-widget-value-create): Simplify last change.
10663 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
10665         * ido.el (ido-incomplete-regexp): New variable.
10666         (ido-set-matches-1): Handle invalid-regexp error and set
10667         ido-incomplete-regexp.
10668         (ido-incomplete-regexp): New face.
10669         (ido-completions): Use it.
10670         (ido-complete, ido-exit-minibuffer, ido-completions):
10671         Handle incomplete regexps.
10672         (ido-completions): Add check for complete match when entering a regexp.
10674 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10676         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
10678 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10680         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
10681         by field delimiters.
10683 2005-06-15  David Ponce  <david@dponce.com>
10685         * tree-widget.el: eval-and-compile inlined functions so they will
10686         be available at run-time too.
10687         (tree-widget-super-format-handler)
10688         (tree-widget-format-handler): Remove.
10689         (tree-widget-value-create): Handle the :indent property.
10691 2005-06-15  Miles Bader  <miles@gnu.org>
10693         * progmodes/which-func.el (which-func): Only inherit
10694         `font-lock-function-name-face' when that makes sense against the
10695         default mode-line face, otherwise set the face color explicitly.
10697         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
10698         faces instead of (non-existent) variables.
10700 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10702         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
10703         (iswitchb-get-matched-buffers): Likewise.  Simplify.
10705 2005-06-14  Miles Bader  <miles@gnu.org>
10707         * progmodes/ld-script.el (ld-script-location-counter):
10708         Remove "-face" suffix from face name.
10709         (ld-script-location-counter-face):
10710         New backward-compatibility alias for renamed face.
10711         (ld-script-location-counter-face): Use renamed face.
10713         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
10714         (cperl-hash): Remove "-face" suffix from face names.
10715         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
10716         New backward-compatibility aliases for renamed faces.
10717         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
10718         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
10720         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
10721         name.
10722         (which-func-face): New backward-compatibility alias for renamed face.
10723         (which-func-format): Use renamed which-func face.
10725         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
10726         (vhdl-function, vhdl-directive, vhdl-reserved-word)
10727         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
10728         names.
10729         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
10730         (vhdl-speedbar-configuration, vhdl-speedbar-package)
10731         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
10732         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
10733         (vhdl-speedbar-architecture-selected)
10734         (vhdl-speedbar-configuration-selected)
10735         (vhdl-speedbar-package-selected)
10736         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
10737         names.
10738         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
10739         Use renamed faces.
10740         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
10741         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
10742         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
10743         Use renamed faces.
10744         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
10745         names.
10746         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
10747         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
10748         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
10749         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
10750         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
10751         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
10753         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
10754         face name.
10755         (sh-heredoc-face): New backward-compatibility alias for renamed face.
10756         (sh-heredoc-face): Use renamed sh-heredoc face.
10758         * progmodes/idlw-help.el (idlwave-help-link):
10759         Remove "-face" suffix from face name.
10760         (idlwave-help-link-face):
10761         New backward-compatibility alias for renamed face.
10762         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
10764         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
10765         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
10766         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
10767         New backward-compatibility aliases for renamed faces.
10768         (idlwave-shell-disabled-breakpoint-face)
10769         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
10771         * progmodes/flymake.el (flymake-errline, flymake-warnline):
10772         Remove "-face" suffix from face names.
10773         (flymake-errline-face, flymake-warnline-face):
10774         New backward-compatibility aliases for renamed faces.
10775         (flymake-highlight-line): Use renamed flymake faces.
10777         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
10778         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
10779         (ebrowse-member-class, ebrowse-progress):
10780         Remove "-face" suffix from face names.
10781         (ebrowse-tree-mark-face, ebrowse-root-class-face)
10782         (ebrowse-file-name-face, ebrowse-default-face)
10783         (ebrowse-member-attribute-face, ebrowse-member-class-face)
10784         (ebrowse-progress-face):
10785         New backward-compatibility aliases for renamed faces.
10786         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
10787         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
10788         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
10789         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
10791         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
10792         antlr-syntax)
10793         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
10794         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
10795         names.
10796         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
10797         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
10798         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
10799         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
10800         backward-compatibility aliases for renamed faces.
10801         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
10802         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
10803         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
10804         remove "font-lock-".  Use renamed antlr-mode faces.
10805         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
10806         literal face-names with face variable references.
10808         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
10809         face name.
10810         (Buffer-menu-buffer-face): New backward-compatibility alias for
10811         renamed face.
10812         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
10814 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
10816         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
10817         Eliminate "-face" suffix.
10818         (makefile-targets): Inherit from font-lock-function-name-face and
10819         eliminate "-face" suffix.
10820         (makefile-shell): Remove attributes and eliminate "-face" suffix.
10821         (makefile-*-font-lock-keywords): Append makefile-targets in rule
10822         actions, instead of prepending, to make it less visible.
10823         (makefile-previous-dependency, makefile-match-dependency):
10824         Don't match a target on a continuation line.
10826         * files.el (auto-mode-alist): Put Makefile in gmake mode.
10828 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
10830         * progmodes/gdb-ui.el (menu): Re-order menu items.
10831         (gdb-tooltip-print): Respect tooltip-use-echo-area.
10833         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
10834         Define in tooltip.el.
10835         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
10836         (gud-tooltip-tips): Respect tooltip-use-echo-area and
10837         gud-tooltip-echo-area.
10839         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
10840         backward compatibility and make obsolete.
10841         (tooltip-help-tips): Use tooltip-use-echo-area.
10842         (tooltip-show-help-function): Rename to...
10843         (tooltip-show-help): ...this, because it is a function.
10844         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
10846 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
10848         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
10849         (edebug-print-length, edebug-print-level, edebug-print-circle)
10850         (edebug-modify-breakpoint, edebug-eval-last-sexp)
10851         (edebug-eval-print-last-sexp): Doc fixes.
10853 2005-06-14  Kim F. Storm  <storm@cua.dk>
10855         * ido.el (ido-mode): Make a new keymap every time we enable ido,
10856         as the coverage buffer/file/both may change.
10858 2005-06-14  Lute Kamstra  <lute@gnu.org>
10860         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
10861         and run-mode-hooks.  Simplify.
10863         * mail/rmailedit.el (rmail-edit-mode):
10864         * progmodes/octave-inf.el (inferior-octave-mode):
10865         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
10867         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
10868         and run-mode-hooks.
10869         (recentf-edit-list, recentf-open-files): Don't call
10870         kill-all-local-variables directly.
10872         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
10874 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10876         * emacs-lisp/byte-run.el (make-obsolete)
10877         (define-obsolete-function-alias): Rename arguments FUNCTION and
10878         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
10879         (make-obsolete-variable, define-obsolete-variable-alias):
10880         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
10881         respectively.
10883         * isearchb.el (isearchb-activate):
10884         * pcvs.el (cvs-mode):
10885         * ses.el (ses-load):
10886         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
10887         * net/tramp.el (tramp-find-file-exists-command)
10888         (tramp-find-shell):
10889         * progmodes/ada-mode.el (ada-create-case-exception)
10890         (ada-create-case-exception-substring, ada-make-subprogram-body):
10891         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
10892         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
10893         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
10894         * textmodes/org.el (org-promote, org-evaluate-time-range)
10895         (org-agenda-next-date-line, org-agenda-previous-date-line)
10896         (org-agenda-error, org-open-at-point, org-table-move-row)
10897         (org-format-table-table-html-using-table-generate-source)
10898         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
10899         * textmodes/reftex.el (reftex-access-scan-info):
10900         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
10901         (reftex-toc-promote-prepare): Follow error conventions.
10903         * diff-mode.el (diff-mode): Fix typo in docstring.
10905         * forms.el (forms--intuit-from-file): Fix reference to
10906         `forms-number-of-fields' in error message.
10907         (forms-print): Fix quoting in error message.
10909         * forms.el (forms-mode):
10910         * emulation/vi.el (vi-goto-insert-state):
10911         * progmodes/flymake.el (flymake-new-err-info)
10912         (flymake-start-syntax-check-for-current-buffer)
10913         (flymake-simple-cleanup):
10914         * eshell/esh-var.el (eshell/export):
10915         * progmodes/gud.el (xdb):
10916         * textmodes/flyspell.el (flyspell-incorrect-hook)
10917         (flyspell-maybe-correct-transposition)
10918         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
10920 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
10922         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
10923         minibuffer prompt.
10925 2005-06-13  Kim F. Storm  <storm@cua.dk>
10927         * subr.el (add-to-ordered-list): New defun.
10929         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
10930         add cua--keymap-alist to emulation-mode-map-alists.
10932 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10934         * subr.el (complete-in-turn): New macro.
10935         (dynamic-completion-table, lazy-completion-table): Add debug info.
10937         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
10938         in preference to face aliases.
10940         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
10941         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
10942         Remove unused vars `start' and `firstline'.
10943         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
10944         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
10946 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
10948         * cus-start.el (all): Don't complain about missing GTK-related
10949         variables, unless either `gtk' is boundp or this isn't a
10950         `windows-nt' build.
10952 2005-06-13  Lute Kamstra  <lute@gnu.org>
10954         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
10955         run-mode-hooks.
10957         * ediff-mult.el (ediff-meta-mode):
10958         * ediff-util.el (ediff-mode): Use run-mode-hooks.
10960         * ledit.el (ledit-mode): Use delay-mode-hooks.
10962         * woman.el (woman-mode-line-format): Delete constant.
10963         (woman-mode-map): Initialize it properly.
10964         (woman-mode): Set mode-class property to special.
10965         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
10966         Set major-mode and mode-name.  Don't set mode-line-format directly.
10967         (Man-getpage-in-background): Don't reference woman-mode-line-format.
10969         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
10970         string argument obsolete.
10972 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
10974         * textmodes/org.el (org-CUA-compatible): New option.
10975         (org-disputed-keys): New variable.
10976         (org-key): New function.
10977         (orgtbl-make-binding): Add docstring to the created function.
10978         (org-mode): Set paragraph start/separate regexps.
10979         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
10980         (org-archive-location, org-archive-mark-done)
10981         (org-archive-stamp-time): New options.
10982         (org-archive-subtree): New command.
10983         (org-fill-paragraph): New function.
10984         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
10985         (org-fake-empty-table-line): Function removed.
10986         (org-format-org-table-html): Do not create empty table lines at
10987         separator lines.  Improved table header treatment.
10988         (org-link-format): New option.
10989         (org-make-link): New function.
10990         (org-insert-link, org-store-link): Use org-make-link.
10991         (org-open-file): Quote file name for shell command, to allow
10992         spaces in file names.
10993         (org-link-regexp): Fix bug with mailto link.
10994         (org-link-maybe-angles-regexp, org-protected-link-regexp):
10995         New constants.
10996         (org-export-as-html): Deal with the optional angles around a link.
10997         Better treatment of file: links.
10998         (org-open-at-point): Replace @{ and @} with < and >.
10999         (org-run-mode-hooks): Function removed.
11000         (org-agenda-mode): No longer use `org-run-mode-hooks'.
11002 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
11004         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
11005         MI command -data-list-register-values.
11006         (gdb-post-prompt): Indent properly.
11008 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
11010         * hilit-chg.el (highlight-changes-colors): Rename from
11011         `highlight-changes-colours'.
11012         (highlight-changes-colours): Keep as obsolete alias.
11013         (highlight-changes-face-list): Doc fix.
11014         (hilit-chg-make-list): Use `highlight-changes-colors'.
11016 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
11018         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
11019         defun-prompt-regexp.
11021 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
11023         * loadup.el: Don't say we are dumping under 2 names on windows-nt
11024         and cygwin.
11026         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
11027         Don't use an old loaddefs.el, as in Makefile.in.
11029 2005-06-12  Lute Kamstra  <lute@gnu.org>
11031         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
11033         * man.el (Man-mode-map): Initialize it properly.
11034         (Man-mode): Set mode-class property to special.
11036         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
11038 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
11040         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
11041         A newline is needed in the docstring there.
11043         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
11044         Doc fixes.
11046 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11048         * printing.el: Doc fix.  The menubar is no more changed when printing
11049         is loaded, it only changes when pr-menu-bind or pr-update-menus is
11050         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
11051         (pr-version): New version number (6.8.4).
11052         (pr-menu-bind): New command.
11053         (pr-update-menus): Docstring and code fix.
11054         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
11055         Docstring fix.
11056         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
11057         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
11059 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
11061         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
11062         "Returns" to "return", document useful return values, etc.
11064 2005-06-11  Alan Mackenzie  <acm@muc.de>
11066         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
11067         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
11068         (adaptive-file-function): Minor amendment to doc-string.
11070 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
11072         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
11073         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
11074         Fix :type--it is `integer', not `string'.
11076         * faces.el (modeline-highlight): Rename from (the erroneous)
11077         `modeline-higilight'.
11079 2005-06-11  Lute Kamstra  <lute@gnu.org>
11081         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
11082         lisp-interaction-mode-map but make it the parent.
11083         (edebug-eval-mode): Use define-derived-mode.
11085 2005-06-11  Andreas Schwab  <schwab@suse.de>
11087         * bindings.el: Add binding of `ESC functionkey' for every
11088         `M-functionkey'.
11089         * hexl.el (hexl-mode-map): Likewise.
11091 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
11093         * progmodes/compile.el (compilation-error-regexp-alist-alist)
11094         [msft]: update regexp for newer msft compilers.
11096 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
11098         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
11099         ATTLIST portions of included DTDs.
11100         (xml-parse-dtd): Eliminate use of inefficient match-data.
11102 2005-06-10  Miles Bader  <miles@gnu.org>
11104         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11105         (mpuz-text): Remove "-face" suffix from face names.
11106         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
11107         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
11108         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
11110         * play/gomoku.el (gomoku-O, gomoku-X):
11111         Remove "-face" suffix from face names.
11112         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
11113         New backward-compatibility aliases for renamed faces.
11114         (gomoku-font-lock-keywords): Use renamed gomoku faces.
11116 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
11118         * thumbs.el: Fixes for changes of 2005-06-09.
11119         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
11120         as a directory.
11121         (thumbs-thumbname): Remove directory separator from format string;
11122         `thumbs-thumbsdir' now returns a valid directory name.
11123         (thumbs-temp-dir): New defsubst.
11124         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
11125         Use it.
11127         * cus-edit.el (minibuffer):
11128         * files.el (make-backup-file-name-function):
11129         * filesets.el (filesets-external-viewers):
11130         * hilit-chg.el (highlight-changes-colours)
11131         (highlight-changes-face-list, highlight-changes-rotate-faces):
11132         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
11133         * kmacro.el (kmacro-call-macro):
11134         * log-edit.el (log-edit-changelog-full-paragraphs):
11135         * mouse.el (mouse-1-click-follows-link):
11136         * skeleton.el (skeleton-autowrap):
11137         * subr.el (insert-for-yank-1):
11138         * tempo.el (tempo-insert-region):
11139         * terminal.el (terminal-emulator):
11140         * time.el (display-time-mail-face):
11141         * vc.el (vc-annotate):
11142         * vcursor.el (vcursor-copy-line):
11143         * woman.el (woman-bold-headings, woman-ignore)
11144         (woman-default-faces, woman-monochrome-faces):
11145         * calendar/todo-mode.el (todo-insert-threshold):
11146         * emulation/pc-select.el (pc-select-selection-keys-only)
11147         (pc-selection-mode):
11148         * emulation/vip.el (vip-find-char-forward):
11149         * emulation/viper-cmd.el (viper-find-char-forward):
11150         * international/mule-cmds.el
11151         (select-safe-coding-system-accept-default-p)
11152         (input-method-exit-on-invalid-key):
11153         * international/mule-diag.el (describe-coding-system):
11154         * international/ucs-tables.el (unify-8859-on-encoding-mode):
11155         * net/browse-url.el (browse-url-xterm-program):
11156         * obsolete/lazy-lock.el (lazy-lock-mode):
11157         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
11158         (cperl-mode):
11159         * progmodes/cpp.el (cpp-face-light-name-list)
11160         (cpp-face-dark-name-list):
11161         * progmodes/delphi.el (delphi-newline-always-indents):
11162         Fix spellings in docstrings.
11164         * ido.el (ido-mode, ido-file-extensions-order)
11165         (ido-default-file-method, ido-default-buffer-method)
11166         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
11167         (ido-decorations, ido-read-file-name-as-directory-commands)
11168         (ido-read-file-name-non-ido, ido-work-directory-list)
11169         (ido-ignore-item-temp-list, ido-current-directory)
11170         (ido-magic-forward-char, ido-enter-find-file)
11171         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
11172         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
11174 2005-06-10  Lute Kamstra  <lute@gnu.org>
11176         * play/dunnet.el (dun-mode): Use define-derived-mode.
11177         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
11178         obsolete alias.
11180         * play/doctor.el (doctor-mode-map): Remove defvar.
11181         (doctor-mode): Use define-derived-mode.
11183         * mail/mspools.el (mspools-mode):
11184         * net/eudc-hotlist.el (eudc-hotlist-mode):
11185         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
11187 2005-06-10  Miles Bader  <miles@gnu.org>
11189         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11190         Remove "-face" suffix from face names.
11191         (flyspell-incorrect-face, flyspell-duplicate-face):
11192         New backward-compatibility aliases for renamed faces.
11193         (flyspell-mode-on, make-flyspell-overlay)
11194         (flyspell-highlight-incorrect-region)
11195         (flyspell-highlight-duplicate-region)
11196         (flyspell-display-next-corrections)
11197         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
11199         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
11200         from face name.
11201         (texinfo-heading-face): New backward-compatibility alias for
11202         renamed face.
11203         (texinfo-heading-face): Use renamed texinfo-heading face.
11205         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
11206         suffix from face names.
11207         (tex-math-face, tex-verbatim-face):
11208         New backward-compatibility aliases for renamed faces.
11209         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
11210         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
11211         literal face name.
11213         * textmodes/table.el (table-cell): Remove "-face" suffix from face
11214         name.
11215         (table-cell-face): New backward-compatibility alias for renamed face.
11216         (table--put-cell-face-property, table--update-cell-face):
11217         Use renamed table-cell face.
11219         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
11220         from face name.
11221         (sgml-namespace-face): New backward-compatibility alias for
11222         renamed face.
11223         (sgml-namespace-face): Use renamed sgml-namespace face.
11225         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
11226         (org-level-4, org-level-5, org-level-6, org-level-7)
11227         (org-level-8, org-warning, org-headline-done)
11228         (org-deadline-announce, org-scheduled-today)
11229         (org-scheduled-previously, org-link, org-done, org-table)
11230         (org-time-grid): Remove "-face" suffix from face names.
11231         (org-level-1-face, org-level-2-face, org-level-3-face)
11232         (org-level-4-face, org-level-5-face, org-level-6-face)
11233         (org-level-7-face, org-level-8-face, org-warning-face)
11234         (org-headline-done-face, org-deadline-announce-face)
11235         (org-scheduled-today-face, org-scheduled-previously-face)
11236         (org-link-face, org-done-face, org-table-face)
11237         (org-time-grid-face):
11238         New backward-compatibility aliases for renamed faces.
11239         (org-level-faces, org-set-font-lock-defaults, org-timeline)
11240         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
11241         (org-agenda-get-timestamps, org-agenda-get-scheduled)
11242         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
11244         * emulation/viper-init.el (viper-search, viper-replace-overlay)
11245         (viper-minibuffer-emacs, viper-minibuffer-insert)
11246         (viper-minibuffer-vi): Remove "-face" suffix from face names.
11247         (viper-search-face, viper-replace-overlay-face)
11248         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
11249         (viper-minibuffer-vi-face):
11250         New backward-compatibility aliases for renamed faces.
11251         (viper-search-face, viper-replace-overlay-face)
11252         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
11253         (viper-minibuffer-vi-face): Use renamed viper faces.
11255         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
11256         Remove "-face" suffix from face names.
11257         (testcover-nohits-face, testcover-1value-face):
11258         New backward-compatibility aliases for renamed faces.
11259         (testcover-mark): Use renamed testcover faces.
11261         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
11262         face name.
11263         (diary-button-face): New backward-compatibility alias for renamed face.
11264         (diary-entry): Use renamed diary-button face.
11266         * calendar/calendar.el (diary, calendar-today, holiday)
11267         (mark-visible-calendar-date): Remove "-face" suffix from face names.
11268         (diary-face, calendar-today-face, holiday-face):
11269         New backward-compatibility aliases for renamed faces.
11270         (eval-after-load "facemenu", diary-entry-marker)
11271         (calendar-today-marker, calendar-holiday-marker, diary-face):
11272         Use renamed calendar faces.
11274         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
11275         (compare-windows-face): New backward-compatibility alias for
11276         renamed face.
11277         (compare-windows-highlight): Use renamed compare-windows face.
11279         * strokes.el (strokes-char): Remove "-face" suffix from face name.
11280         (strokes-char-face): New backward-compatibility alias for renamed face.
11281         (strokes-encode-buffer): Use renamed strokes-char face.
11283         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
11284         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
11285         Remove "-face" suffix from face names.
11286         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
11287         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
11288         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
11289         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
11290         Use renamed pcvs faces.
11291         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
11292         * pcvs-defs.el (cvs-mode-map): Likewise.
11293         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
11295         * info.el (info-title-1, info-title-2, info-title-3)
11296         (info-title-4): Remove "-face" suffix from and downcase face names.
11297         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
11298         (Info-title-4-face):
11299         New backward-compatibility aliases for renamed faces.
11300         (Info-fontify-node): Use renamed info faces.
11302         * hilit-chg.el (highlight-changes, highlight-changes-delete):
11303         Remove "-face" suffix from face names.
11304         (highlight-changes-face, highlight-changes-delete-face):
11305         New backward-compatibility aliases for renamed faces.
11306         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
11307         (hilit-chg-make-list): Use renamed highlight-changes faces.
11309         * generic-x.el (show-tabs-tab, show-tabs-space):
11310         Remove "-face" suffix from face names.
11311         (show-tabs-tab-face, show-tabs-space-face):
11312         New backward-compatibility aliases for renamed faces.
11313         (show-tabs-generic-mode-font-lock-defaults-1)
11314         (show-tabs-generic-mode-font-lock-defaults-2):
11315         Use renamed show-tabs faces.
11317         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
11318         (smerge-markers): Remove "-face" suffix from face names.
11319         (smerge-mine-face, smerge-other-face, smerge-base-face)
11320         (smerge-markers-face):
11321         New backward-compatibility aliases for renamed faces.
11322         (smerge-mine-face, smerge-other-face, smerge-base-face)
11323         (smerge-markers-face): Use renamed smerge faces.
11325         * log-view.el (log-view-file, log-view-message): Remove "-face"
11326         suffix from face names.
11327         (log-view-file-face, log-view-message-face):
11328         New backward-compatibility aliases for renamed faces.
11329         (log-view-file-face, log-view-message-face): Use renamed log-view
11330         faces.
11332         * paren.el (show-paren-match, show-paren-mismatch):
11333         Remove "-face" suffix from face names.
11334         (show-paren-match-face, show-paren-mismatch-face):
11335         New backward-compatibility aliases for renamed faces.
11336         (show-paren-function): Use renamed show-paren faces.
11338         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
11339         (ruler-mode-margins, ruler-mode-fringes)
11340         (ruler-mode-column-number, ruler-mode-fill-column)
11341         (ruler-mode-comment-column, ruler-mode-goal-column)
11342         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
11343         suffix from face names.
11344         (ruler-mode-default-face, ruler-mode-pad-face)
11345         (ruler-mode-margins-face, ruler-mode-fringes-face)
11346         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
11347         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
11348         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
11349         New backward-compatibility aliases for renamed faces.
11350         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
11351         (ruler-mode-column-number, ruler-mode-fill-column)
11352         (ruler-mode-comment-column, ruler-mode-goal-column)
11353         (ruler-mode-tab-stop, ruler-mode-current-column)
11354         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
11355         faces.
11357         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
11358         face name.
11359         (whitespace-highlight-the-space): Use renamed face.
11360         (whitespace-highlight-face): New backward-compatibility alias for
11361         renamed face.
11363         * woman.el (woman-italic, woman-bold, woman-unknown)
11364         (woman-addition, woman-symbol-face):
11365         Remove "-face" suffix from face names.
11366         (woman-italic-face, woman-bold-face, woman-unknown-face)
11367         (woman-addition-face):
11368         New backward-compatibility aliases for renamed faces.
11369         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
11370         (woman-decode-region, woman-replace-match)
11371         (woman-display-extended-fonts, woman-special-characters)
11372         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
11373         Use renamed woman faces.
11375         * longlines.el (longlines-visible-face): Face removed.
11377         * diff-mode.el (diff-header, diff-file-header, diff-index)
11378         (diff-hunk-header, diff-removed, diff-added, diff-changed)
11379         (diff-function, diff-context, diff-nonexistent): Remove "-face"
11380         suffix from face names.
11381         (diff-header-face, diff-file-header-face, diff-index-face)
11382         (diff-hunk-header-face, diff-removed-face, diff-added-face)
11383         (diff-changed-face, diff-function-face, diff-context-face)
11384         (diff-nonexistent-face): New backward-compatibility aliases for
11385         renamed faces.
11386         (diff-header-face, diff-file-header-face)
11387         (diff-index, diff-index-face, diff-hunk-header)
11388         (diff-hunk-header-face, diff-removed, diff-removed-face)
11389         (diff-added, diff-added-face, diff-changed-face, diff-function)
11390         (diff-function-face, diff-context-face, diff-nonexistent)
11391         (diff-nonexistent-face): Use renamed diff-mode faces.
11393         * progmodes/compile.el (compilation-warning-face)
11394         (compilation-info-face): Remove "-face" suffix from face names.
11395         (compilation-warning-face, compilation-info-face):
11396         New backward-compatibility aliases for renamed faces.
11397         (compilation-warning-face, compilation-info-face):
11398         Use renamed compilation faces.
11400         * add-log.el (change-log-date, change-log-name)
11401         (change-log-email, change-log-file, change-log-list)
11402         (change-log-conditionals, change-log-function)
11403         (change-log-acknowledgement): Remove "-face" suffix from face names.
11404         (change-log-date-face, change-log-name-face)
11405         (change-log-email-face, change-log-file-face)
11406         (change-log-list-face, change-log-conditionals-face)
11407         (change-log-function-face, change-log-acknowledgement-face):
11408         New backward-compatibility aliases for renamed faces.
11409         (change-log-font-lock-keywords): Use renamed change-log faces.
11411         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
11412         (custom-set, custom-changed, custom-saved, custom-button)
11413         (custom-button-pressed, custom-documentation, custom-state)
11414         (custom-comment, custom-comment-tag, custom-variable-tag)
11415         (custom-variable-button, custom-face-tag, custom-group-tag-1)
11416         (custom-group-tag): Remove "-face" suffix from face names.
11417         (custom-magic-alist, custom-magic-value-create)
11418         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
11419         (custom-invalid-face, custom-rogue-face, custom-modified-face)
11420         (custom-set-face, custom-changed-face, custom-saved-face)
11421         (custom-button-face, custom-button-pressed-face)
11422         (custom-documentation-face, custom-state-face)
11423         (custom-comment-face, custom-comment-tag-face)
11424         (custom-variable-tag-face, custom-variable-button-face)
11425         (custom-face-tag-face, custom-group-tag-face-1)
11426         (custom-group-tag-face):
11427         New backward-compatibility aliases for renamed faces.
11429         * wid-edit.el (widget-documentation, widget-button)
11430         (widget-field, widget-single-line-field, widget-inactive)
11431         (widget-button-pressed): "-face" suffix removed from face names.
11432         (widget-documentation-face, widget-button-face)
11433         (widget-field-face, widget-single-line-field-face)
11434         (widget-inactive-face, widget-button-pressed-face):
11435         New backward-compatibility aliases for renamed faces.
11436         (widget-documentation-face, widget-button-face)
11437         (widget-button-pressed-face, widget-specify-field)
11438         (widget-specify-inactive): Use renamed widget faces.
11440 2005-06-10  Kenichi Handa  <handa@m17n.org>
11442         * term/x-win.el (x-clipboard-yank): Remove condition-case
11443         wrapping.
11445 2005-06-11  Kenichi Handa  <handa@m17n.org>
11447         * add-log.el (change-log-font-lock-keywords): Make the regexp for
11448         date lines stricter.
11450 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
11452         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
11453         of x-get-selection.
11455 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
11457         * comint.el (comint-mode, comint-snapshot-last-prompt):
11458         * frame.el (frame-current-scroll-bars):
11459         * term.el (term-mode, term-check-proc, term-input-sender)
11460         (term-simple-send, term-extract-string, term-word)
11461         (term-match-partial-filename):
11462         * window.el (window-current-scroll-bars):
11463         * emulation/cua-base.el (cua-normal-cursor-color)
11464         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
11465         (cua-global-mark-cursor-color):
11466         * mail/undigest.el (rmail-forward-separator-regex):
11467         Fix typos in docstrings.
11469         * comint.el (comint-check-proc, make-comint-in-buffer)
11470         (comint-source-default): Doc fixes.
11472         * term.el (term-send-string): Improve argument/docstring consistency.
11474 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
11476         * comint.el (comint-send-input): Bind `inhibit-read-only' around
11477         call to `delete-region'.
11478         (comint-mode-hook): Do not enable Font Lock by default.
11480 2005-06-09  Lute Kamstra  <lute@gnu.org>
11482         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
11483         could be void.
11485 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11487         * emacs-lisp/debug.el (debugger-will-be-back): New var.
11488         (debug): Use it.
11489         (debugger-step-through, debugger-continue, debugger-jump)
11490         (debugger-return-value): Set it when needed.
11491         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
11492         Use inhibit-read-only.
11494 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
11496         * window.el (shrink-window-if-larger-than-buffer)
11497         (window-size-fixed): Fix typo in docstring.
11499         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
11500         thumbnails directory on loading.
11501         (thumbs-conversion-program): Use `eq' to check the system type,
11502         not `equal'.
11503         (thumbs-temp-dir): Initialize to `temporary-file-directory',
11504         not "/tmp".  Fix docstring.
11505         (thumbs-thumbsdir): New function to return the thumbnails
11506         directory, creating it if needed.
11507         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
11508         (thumbs-temp-file): Delete variable and make it into a function.
11509         (thumbs-resize-image, thumbs-modify-image): Use it.
11510         (thumbs-kill-buffer): Simplify.
11511         (thumbs-gensym): Defalias or duplicate CL `gensym'.
11512         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
11513         docstrings.
11515 2005-06-09  Kim F. Storm  <storm@cua.dk>
11517         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
11518         set-match-data to free markers in match-data.
11520         * replace.el (replace-match-data): Pass RESEAT arg `t' to
11521         match-data to unchain markers in match-data.
11523 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11525         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
11526         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
11527         unnecessary now.
11529 2005-06-08  Richard M. Stallman  <rms@gnu.org>
11531         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
11532         give the variable a doc string that doesn't say don't set it directly.
11534         * textmodes/ispell.el (ispell-check-version):
11535         Use match-string-no-properties.
11536         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
11537         (ispell-buffer-local-words): Likewise.
11539         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
11540         except on terminals with enough colors to really display it.
11541         (makefile-dependency-regex): Delete spurious `bb'.
11543         * faces.el (escape-glyph): Use blue once again in last case.
11544         (no-break-space): Redefine so that it isn't invisible on a tty.
11546 2005-06-08  Kim F. Storm  <storm@cua.dk>
11548         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
11549         also when reading directory name.
11551 2005-06-08  Lute Kamstra  <lute@gnu.org>
11553         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
11554         (flyspell-mode-line-string): Remove autoload cookie.
11555         (flyspell-mode): Remove defvar.
11557 2005-06-07  Lute Kamstra  <lute@gnu.org>
11559         * textmodes/org.el (org-run-mode-hooks): New function.
11560         (org-agenda-mode): Use it.
11562 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
11564         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
11566 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11568         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
11570 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
11572         * font-lock.el (font-lock-add-keywords): Doc fix.
11574 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11576         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
11577         (tex-compile-default): In the absence of any history, use the order in
11578         tex-compile-alist to choose the preferred command.
11579         (tex-compile-commands): Reorder a bit.
11581         * textmodes/flyspell.el (flyspell-auto-correct-binding)
11582         (flyspell-incorrect-face, flyspell-duplicate-face):
11583         Use (X)Emacs-agnostic code.
11584         (flyspell-mode-map): Don't overwrite at each load.  Remove code
11585         redundant with the subsequent add-minor-mode.  Merge Emacs and
11586         XEmacs code.
11587         (flyspell-word): Minor simplification.
11588         (flyspell-math-tex-command-p): Quieten the byte-compiler.
11589         (flyspell-external-point-words): Remove unused vars `size' and `start'.
11590         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
11591         Merge the corresponding Emacs code.
11592         (flyspell-correct-word, flyspell-xemacs-popup):
11593         Use flyspell-do-correct.
11595         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
11596         a dedicated window.
11598         * international/latexenc.el (latexenc-find-file-coding-system):
11599         Undo part of last patch, to turn off a compiler warning.
11601 2005-06-06  Juri Linkov  <juri@jurta.org>
11603         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
11604         Rename `tmm-inactive-face' to `tmm-inactive'.
11606 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
11608         * iswitchb.el: Rename faces.
11610 2005-06-06  Kim F. Storm  <storm@cua.dk>
11612         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
11613         (cua-global-mark): Remove -face suffix from face names.
11615         * emulation/cua-gmrk.el (cua--init-global-mark):
11616         Remove cua-global-mark face setup.
11618 2005-06-06  Richard M. Stallman  <rms@gnu.org>
11620         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
11621         just like other allowed characters.
11622         (makefile-match-dependency): Exclude leading and training whitespace
11623         from the range of regexp subexp 1.
11624         (makefile-macroassign-regex): Don't try to match the body,
11625         just the name of the macro being defined.
11627         * info.el (Info-read-node-name-2): New function.
11628         (Info-read-node-name-1): Use that.
11629         Add a completion-base-size-function property.
11631         * simple.el (completion-setup-function): Look for
11632         completion-base-size-function property of minibuffer-completion-table.
11634         * files.el (locate-file-completion): Doc fix.
11636         * printing.el: Don't call pr-update-menus; user must do that.
11638         * emacs-lisp/debug.el (debugger-window): New variable.
11639         (debug): Use debugger-window if it is set and still alive.
11640         Record debugger-window for next entry.
11642         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
11644 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
11646         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
11647         (hack-one-local-variable, hack-local-variables)
11648         (hack-local-variables-prop-line): Pass that arg.
11650 2005-06-06  Kim F. Storm  <storm@cua.dk>
11652         * ido.el (ido-first-match, ido-only-match, ido-subdir)
11653         (ido-indicator): Remove -face suffix from face names.
11655 2005-06-06  Juri Linkov  <juri@jurta.org>
11657         * font-lock.el (font-lock-regexp-backslash)
11658         (font-lock-regexp-backslash-construct): New faces.
11659         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
11660         after `('.  Add `while-no-input' to control structures.
11662         * faces.el (no-break-space, shadow): New faces.
11663         (escape-glyph): Use less loud colors pink2 and red4.
11665         * diff-mode.el (diff-context-face)
11666         * dired.el (dired-ignored)
11667         * rfn-eshadow.el (file-name-shadow)
11668         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
11670         * info.el (Info-title-1-face): Use green instead of yellow because
11671         bold yellow is not readable on light backgrounds.
11673         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
11674         before selecting the desired mode to not spend time fontifying
11675         old contents.
11677 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
11679         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
11680         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
11682         * ps-print.el (ps-default-fg, ps-default-bg):
11683         Fix typos in docstrings.
11685         * isearchb.el (isearchb): Don't pass a spurious second argument to
11686         `iswitchb-completions'.
11688 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
11690         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
11691         to preserve point.
11692         (gdb-find-file-hook): Add doc string.
11694         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
11695         C dereferenced pointer expression.
11696         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
11698         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
11700         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
11701         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
11702         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
11703         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
11704         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
11705         Make background transparent.
11707 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11709         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
11710         (font-lock-remove-keywords): Doc fix.
11711         (font-lock-mode-major-mode): Compiler defvar.
11712         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
11714         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
11715         (font-lock-mode): Update `font-lock-mode-major-mode'.
11716         (font-lock-set-defaults): Compiler defvar.
11717         (font-lock-default-function): Take `font-lock-mode-major-mode'
11718         into account.
11720         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
11721         keep track of which major mode it enabled the minor mode for.
11722         Use find-file-hook again.  Update docstring.
11724         * simple.el (eval-expression-print-level)
11725         (eval-expression-print-length, eval-expression-debug-on-error):
11726         Doc fixes.
11728 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
11730         * iswitchb.el (iswitchb-single-match-face)
11731         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
11732         (iswitchb-invalid-regexp-face): New faces.
11733         (iswitchb-completions): Use them.
11734         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
11735         now marked as an obsolete alias.
11736         (iswitchb-read-buffer): Remove check for bound font variables.
11737         (iswitchb-invalid-regexp): New free variable.
11738         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
11739         set iswitchb-invalid-regexp.
11740         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
11741         invalid regexps.
11742         (iswitchb-completions): Add check for complete match when entering
11743         a regexp.
11744         (iswitchb-completions): Remove require-match argument.
11745         (iswitchb-exhibit): Fix caller.
11746         (iswitchb-common-match-inserted): New variable.
11747         (iswitchb-complete, iswitchb-completion-help): Use it.
11749 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
11751         * url-http.el (url-http-chunked-encoding-after-change-function):
11752         Use `url-http-debug' instead of `message'.
11754 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
11756         * url-http.el (url-http-parse-headers): Pass redirected URL as a
11757         callback argument.
11759 2005-06-04  Kim F. Storm  <storm@cua.dk>
11761         * simple.el (line-move): Only call sit-for when moving backwards.
11763         * ido.el (ido-make-merged-file-list-1): New defun split from
11764         ido-make-merged-file-list.
11765         (ido-make-merged-file-list): Bind throw-on-input around call to
11766         ido-make-merged-file-list-1.  Return input-pending-p if
11767         interrupted by more input available.
11768         (ido-read-internal): Handle input-pending-p return value from
11769         ido-make-merged-file-list.
11771 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11773         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
11774         compatibility code.
11776         * international/latexenc.el (latexenc-find-file-coding-system):
11777         Don't inherit the EOL part of the coding-system from the
11778         tex-main buffer.  Fit within 80 columns.
11780 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
11782         * tmm.el (tmm-inactive-face): New face.
11783         (tmm-remove-inactive-mouse-face): New function.
11784         (tmm-prompt, tmm-add-one-shortcut)
11785         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
11786         but not selectable.
11788 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
11790         * faces.el (face-equal): Improve argument/docstring consistency.
11792 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
11794         * progmodes/make-mode.el (makefile-targets-face)
11795         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
11796         (makefile-bsdmake-dependency-regex)
11797         (makefile-makepp-rule-action-regex)
11798         (makefile-bsdmake-rule-action-regex): New constants.
11799         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
11801         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11802         Allow (...) within `...' for makepp messages.
11804 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
11806         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
11808         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
11809         "." files are deleted from all file lists before comparison.
11811         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
11812         (viper-ESC-key): Made them customizable.
11814         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
11816 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
11818         * autorevert.el (auto-revert-buffers): Use save-match-data.
11820 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11822         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
11823         menu items with a nil command binding.
11825 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
11827         * emacs-lisp/cl-macs.el (defsetf):
11828         Improve argument/docstring consistency.
11830         * faces.el (list-faces-display): Improve the formatting by
11831         computing the maximum length required for any face-name (reworked
11832         patch of 1999-01-11, accidentally deleted on 1999-07-21).
11833         (internal-find-face): Remove redundant info in docstring.
11835 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
11837         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
11838         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
11839         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
11840         (gdb-assembler-custom): Improve regexps.
11841         (def-gdb-auto-update-handler): Use window point to preserve point.
11843 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11845         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
11847 2005-05-31  Jay Belanger  <belanger@truman.edu>
11849         * calc/calc-embed.el (calc-embedded-word): Change argument passed
11850         to calc-embedded.
11851         (calc-embedded-make-info): Have plain prefix argument select
11852         entire line.
11854 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
11856         * faces.el (list-faces-display): Signal error if passed a regexp
11857         that matches no face name.
11859         * simple.el (filter-buffer-substring): Fix typo in docstring.
11861 2005-05-31  Richard M. Stallman  <rms@gnu.org>
11863         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
11864         (vhdl-emacs-21): Doc fix.
11865         (vhdl-mode): Unconditionally set comment-padding.
11866         (vhdl-fixup-whitespace-region): Insert spaces only where
11867         there are none.
11868         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
11870 2005-05-30  John Wiegley  <johnw@newartisans.com>
11872         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
11873         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
11874         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
11875         `directory-sep-char' to ?/, and all uses of `string-to-int' to
11876         `string-to-number'.
11878 2005-05-30  Jay Belanger  <belanger@truman.edu>
11880         * calc/calc.el (calc-bug-address): Fix docstring.
11881         (calc-window-hook, calc-trail-window-hook): New variables.
11882         (calc-trail-display): Restore use of calc-trail-window-hook.
11883         (calc): Restore use of calc-window-hook.
11885 2005-05-31  Masatake YAMATO  <jet@gyve.org>
11887         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
11889         * help-fns.el (help-C-file-name): Add autoload mark for
11890         `find-function-noselect'.
11892 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11894         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
11895         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
11897 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
11899         * calendar/diary-lib.el (mark-included-diary-files): Only kill
11900         included diary buffer if it was not already being visited.
11901         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
11903         * calendar/icalendar.el (top-level): Do not require 'appt.
11905         * mail/supercite.el (sc-select-attribution): Only use a list
11906         element from sc-attrib-selection-list if it returns a string.
11907         Reported by Davide G. M. Salvetti <salve@debian.org>.
11909 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
11911         * thumbs.el (thumbs-thumbname): The resulting thumbname now
11912         includes a hash value to improve its uniqueness, and has a ".jpg"
11913         extension.  Also, it is now a valid filename on all systems.
11914         (thumbs-make-thumb): Use `let', not `let*'.
11915         (thumbs-show-thumbs-list): Check for JPEG availability.
11917 2005-05-30  Richard M. Stallman  <rms@gnu.org>
11919         * filesets.el (filesets-menu-ensure-use-cached):
11920         Prevent warning when emacs-version>= is undefined.
11922         * printing.el (pr-interactive-n-up): Use string-to-number.
11924         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
11926         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
11927         Warn only when name to be defined is quoted.
11929 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
11931         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
11932         Make regexp more robust.
11933         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
11934         Force regeneration of disassembly.
11936 2005-05-29  Jay Belanger  <belanger@truman.edu>
11938         * calc/calc.el (calc-user-invocation): Check if
11939         calc-invocation-macro is non-nil.
11941 2005-05-29  Juri Linkov  <juri@jurta.org>
11943         * add-log.el (change-log-font-lock-keywords):
11944         Add `+' to e-mail regexp to accept mail address with keywords.
11946         * man.el (Man-name-regexp): Add `:' to accept qualified names.
11948 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
11950         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
11952         * ielm.el (inferior-emacs-lisp-mode): Ditto.
11954 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11956         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
11957         Undo the change that moves to end of the current word.
11959 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
11961         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
11962         Throw error when count <= 0 to ensure input is a number.
11963         (gdb-read-memory-custom): Pick up address from buffer.
11964         (gdb-memory-mode): Allow user to increment and decrement
11965         memory address from header line.
11967 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11969         * flyspell.el (flyspell-version): Function deleted.
11970         (flyspell-auto-correct-previous-hook): Doc fix.
11972         * jit-lock.el (jit-lock-function, jit-lock-after-change):
11973         Do nothing if memory is full.
11975         * font-lock.el (font-lock-fontify-syntactically-region):
11976         Pass t for GREEDY to looking-back.
11978         * saveplace.el (save-place-alist-to-file): Write the file
11979         using write-region.
11981         * subr.el (looking-back): New argument GREEDY.
11983         * progmodes/compile.el (compilation-start): Set the mode
11984         before inserting the initial text.
11986         * progmodes/which-func.el (which-func-update-1): Turn the mode
11987         off in case of error by setting which-func-mode.
11989 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
11991         * flyspell.el (flyspell-auto-correct-previous-word):
11992         Narrow down to what's on the screen, and recenter overlays
11993         at the end of the next word.
11995 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
11997         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
11998         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
11999         (flyspell-abbrev-p): Default to nil.
12000         (flyspell-use-global-abbrev-table-p): Doc fix.
12001         (flyspell-large-region): Allow nil as value.
12002         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
12004         (mail-mode-flyspell-verify): More robust handling
12005         of `mail-header-separator'.  More efficient signature detection.
12006         Allow for regexp metacharacters in message-header-separator.
12007         Adding `To' not to be checked in mail-mode-flyspell-verify.
12009         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
12010         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
12011         Bind flyspell-auto-correct-binding.
12012         Bind C-. and C-, .
12013         (flyspell-mode-map): Likewise.
12014         (flyspell-mode): Doc fix.
12015         (flyspell-accept-buffer-local-defs): Preserve current buffer.
12016         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
12017         (flyspell-word-cache-result): New var, always local.
12018         (flyspell-check-pre-word-p): Doc fix.
12019         (flyspell-check-changed-word-p): Handle spc like newline.
12020         (flyspell-post-command-hook): Set flyspell-word-cache-result.
12021         (flyspell-word-search-backward, flyspell-word-search-forward):
12022         New functions.
12023         (flyspell-word): Return t if nothing to check.
12024         When parsing TeX code, check for after } or \.
12025         Use flyspell-word-search-backward to find previous word.
12026         Return nil if duplicated word.
12027         For word already checked, return same value as last time.
12028         Set flyspell-word-cache-result after checking.
12029         Don't clobber the return value.
12030         (flyspell-get-word): Major rewrite.
12031         (flyspell-external-point-words): New locals pword, pcount.
12032         Fix size used in progress message.
12033         Find the proper corresponding word in flyspell-large-region-buffer.
12034         (flyspell-region): Check for flyspell-large-region = nil.
12035         (flyspell-highlight-incorrect-region): Clean up overlays in region.
12036         (flyspell-auto-correct-word): Check that WORD is a cons.
12037         (flyspell-correct-word): Likewise.
12039 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
12041         * progmodes/make-mode.el (makefile-rule-action-regex)
12042         (makefile-macroassign-regex, makefile-makepp-mode)
12043         (makefile-bsdmake-mode): Continuation lines may be empty.
12044         Reported by Joshua Varner.
12045         (makefile-makepp-font-lock-keywords): Add $(stem).
12047 2005-05-28  Karl Berry  <karl@gnu.org>
12049         * textmodes/tex-mode.el: Now that tex-send-command calls
12050         shell-quote-argument (2005-03-31 change), remove all calls to
12051         shell-quote-argument; they all end up invoking tex-send-command.
12052         The double quoting loses on filenames with non-safe characters,
12053         such as "@".  Reported by Frederik Fouvry.
12055 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
12057         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
12058         about preserving point.
12060 2005-05-27  Jay Belanger  <belanger@truman.edu>
12062         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
12063         Info-goto-node.
12065         * calc/calc-embed.el (calc-embed-arg): New variable.
12066         (calc-do-embedded-activate, calc-embedded-activate-formula)
12067         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
12068         variable by new variable.
12069         (calc-embedded-make-info): Replace undeclared variable by new
12070         variable.  When selecting region with positive prefix
12071         argument, use end of previous line instead of beginning of line.
12073         * calc/calc-aent.el (calc-arg-values): Declare it.
12075         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
12076         Declare them.
12078         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
12080         * calc/calc.el (calc-alg-map): Declare it.
12082         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
12084 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
12086         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
12087         (gdb-registers-buffer, toggle-gdb-all-registers):
12088         Toggle display of floating point registers.
12089         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
12091         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
12092         (toggle-gud-tooltip-dereference):
12093         Rename from gud-toggle-tooltip-dereference.
12095 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12097         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
12099 2005-05-27  Jay Belanger  <belanger@truman.edu>
12101         * calc/calc-prog.el (calc-kbd-report): Remove.
12102         (calc-kbd-query): Rewrite.
12104 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
12106         * image.el (image-library-alist): Move to image.c.
12107         (image-type-available-p): Doc fix.
12109 2005-05-27  Lute Kamstra  <lute@gnu.org>
12111         * calc/calc.el (calc):
12112         * outline.el (outline-1, outline-2, outline-3, outline-4)
12113         (outline-5, outline-6, outline-7, outline-8):
12114         * textmodes/dns-mode.el (dns-mode):
12115         * textmodes/sgml-mode.el (sgml-namespace-face):
12116         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
12117         (tex-verbatim-face, tex-use-reftex):
12118         * textmodes/texinfo.el (texinfo-heading-face):
12119         Specify customization group.
12121         * longlines.el: Don't require easy-mmode.
12122         (longlines-visible-face): Specify customization group.
12124 2005-05-27  Kenichi Handa  <handa@m17n.org>
12126         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
12127         encoding table of windows-1251.
12129         * international/ucs-tables.el (ucs-set-table-for-input):
12130         If translation-table-for-input of a coding system is a symbol, get
12131         its translation-table property.
12133         * international/code-pages.el: Don't register a coding system into
12134         non-iso-charset-alist more than once.
12135         (cp-make-coding-system): Likewise.
12137 2005-05-26  John Wiegley  <johnw@newartisans.com>
12139         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
12140         `eshell-resume-eval' is wrapped in a list, it indicates that the
12141         command was run asynchronously.  In that case, unwrap the value
12142         before checking the delimiter value.
12144         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
12145         character before a space at the end of a line is \, assume the space
12146         is part of the last argument rather than a final argument separator.
12148         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
12149         is in use, and the target is `t' or `nil' (which are the most common
12150         values), don't assume that the symbol target is a buffer.
12152 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12154         * calendar/calendar.el (calendar-mode-line-format):
12155         Use mode-line-highlight as mouse-face.
12157         * time.el (display-time-string-forms, display-time-update):
12158         Use mode-line-highlight as mouse-face.
12160 2005-05-26  Jay Belanger  <belanger@truman.edu>
12162         * calc/calc.el (calc-language-alist): Remove extra defvar.
12164 2005-05-26  Lute Kamstra  <lute@gnu.org>
12166         * arc-mode.el (archive-mode):
12167         * bookmark.el (bookmark-read-annotation-mode)
12168         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
12169         * bs.el (bs-mode):
12170         * calc/calc-yank.el (calc-edit-mode):
12171         * calc/calc.el (calc-mode, calc-trail-mode):
12172         * calculator.el (calculator-mode):
12173         * chistory.el (command-history-mode):
12174         * comint.el:
12175         * cus-edit.el (custom-mode):
12176         * descr-text.el (describe-text-mode):
12177         * ebuff-menu.el (Electric-buffer-menu-mode):
12178         * ediff-util.el (ediff-mode):
12179         * emacs-lisp/re-builder.el (reb-mode):
12180         * emulation/vi.el (vi-mode-setup):
12181         * emulation/ws-mode.el (wordstar-mode):
12182         * eshell/esh-mode.el (eshell-mode):
12183         * forms.el (forms-mode):
12184         * help-mode.el (help-mode):
12185         * hexl.el (hexl-mode):
12186         * ibuffer.el (ibuffer-mode):
12187         * ielm.el (inferior-emacs-lisp-mode):
12188         * info.el (Info-mode, Info-edit-mode):
12189         * international/swedish.el:
12190         * ledit.el (ledit-from-lisp-mode):
12191         * locate.el (locate-mode):
12192         * mail/rmail.el (rmail-mode):
12193         * mail/rmailedit.el (rmail-edit-mode):
12194         * mail/rmailsum.el (rmail-summary-mode):
12195         * mail/supercite.el (sc-electric-mode):
12196         * net/eudc.el (eudc-mode):
12197         * net/quickurl.el (quickurl-list-mode):
12198         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
12199         * obsolete/ooutline.el (outline-mode):
12200         * obsolete/options.el (Edit-options-mode):
12201         * obsolete/rnews.el (news-mode):
12202         * obsolete/rnewspost.el (news-reply-mode):
12203         * play/5x5.el (5x5-mode):
12204         * play/decipher.el (decipher-mode, decipher-stats-mode):
12205         * play/gomoku.el (gomoku-mode):
12206         * play/snake.el (snake-mode):
12207         * play/solitaire.el (solitaire-mode):
12208         * play/tetris.el (tetris-mode):
12209         * progmodes/ada-mode.el (ada-mode):
12210         * progmodes/antlr-mode.el (antlr-mode):
12211         * progmodes/autoconf.el (autoconf-mode):
12212         * progmodes/dcl-mode.el (dcl-mode):
12213         * progmodes/delphi.el (delphi-mode):
12214         * progmodes/ebrowse.el (ebrowse-tree-mode)
12215         (ebrowse-electric-list-mode, ebrowse-member-mode)
12216         (ebrowse-electric-position-mode):
12217         * progmodes/f90.el (f90-mode):
12218         * progmodes/fortran.el (fortran-mode):
12219         * progmodes/icon.el (icon-mode):
12220         * progmodes/idlw-help.el (idlwave-help-mode):
12221         * progmodes/idlw-shell.el (idlwave-shell-mode):
12222         * progmodes/idlwave.el (idlwave-mode):
12223         * progmodes/inf-lisp.el (inferior-lisp-mode):
12224         * progmodes/m4-mode.el (m4-mode):
12225         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
12226         * progmodes/modula2.el (modula-2-mode):
12227         * progmodes/octave-inf.el (inferior-octave-mode):
12228         * progmodes/octave-mod.el (octave-mode):
12229         * progmodes/pascal.el (pascal-mode):
12230         * progmodes/sh-script.el (sh-mode):
12231         * progmodes/sql.el (sql-mode, sql-interactive-mode):
12232         * progmodes/vhdl-mode.el (vhdl-mode):
12233         * progmodes/xscheme.el (scheme-interaction-mode):
12234         * replace.el (occur-mode):
12235         * ses.el (ses-mode):
12236         * simple.el (completion-list-mode):
12237         * skeleton.el:
12238         * speedbar.el (speedbar-mode):
12239         * term.el (term-mode):
12240         * terminal.el (terminal-edit-mode):
12241         * textmodes/reftex-index.el (reftex-index-mode)
12242         (reftex-index-phrases-mode):
12243         * textmodes/reftex-sel.el (reftex-select-label-mode)
12244         (reftex-select-bib-mode):
12245         * textmodes/reftex-toc.el (reftex-toc-mode):
12246         * wdired.el (wdired-change-to-wdired-mode):
12247         * wid-browse.el (widget-browse-mode):
12248         Use run-mode-hooks.
12250         * array.el (array-mode):
12251         * calendar/todo-mode.el (todo-mode):
12252         * man.el (Man-mode):
12253         * play/landmark.el (lm-mode):
12254         * play/mpuz.el (mpuz-mode):
12255         Use kill-all-local-variables and run-mode-hooks.
12257         * subr.el (delay-mode-hooks): Specify indentation.
12259 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
12261         * xml.el (xml-substitute-special): Don't die for undefined xml
12262         entities.
12264 2005-05-26  Jay Belanger  <belanger@truman.edu>
12266         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
12267         of nil.
12269 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
12271         * progmodes/gdb-ui.el (gdb-frame-address):
12272         Rename from gdb-current-address.
12273         (gdb-previous-frame-address): Rename from gdb-previous-address.
12274         (gdb-selected-frame): Rename from gdb-current-frame.
12275         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
12276         (gdb-frame-number): Rename from gdb-current-stack-level.
12277         (gdb-ann3): Match new mode-name for disassembly buffer.
12278         Extend initialization of variables.
12279         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
12280         (gdb-memory-mode): Use mouse-face in header line.
12281         (gdb-assembler-buffer-name): Call it disassembly and give frame
12282         in mode line.
12283         (gdb-source-spec-regexp, gdb-assembler-custom)
12284         (gdb-invalidate-assembler, gdb-frame-handler):
12285         Make robust to leading zeroes in address format.
12287 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
12289         * textmodes/org.el (org-mode): Use `define-derived-mode' to
12290         define `org-mode'.
12291         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
12293 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12295         * log-edit.el (log-edit-changelog-entries): Distinguish between
12296         filenames like xfns.c and fns.c.
12298 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
12300         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
12301         point after reverting.
12302         (Buffer-menu-make-sort-button): Handle the case where
12303         `Buffer-menu-use-header-line' is nil.
12305 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
12307         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
12308         New funcs.  In minibuffer-local-completion-map bind `]', `/'
12309         and `:' to them.
12311 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12313         * startup.el (normal-top-level): Allow modification of load-path while
12314         we're iterating over it.
12316 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
12318         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
12319         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
12320         (thumbs-resize-interactive, thumbs-insert-image)
12321         (thumbs-insert-thumb, thumbs-dired-show-marked)
12322         (thumbs-find-image-at-point, thumbs-delete-images)
12323         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
12324         (thumbs-increment-image-size, thumbs-decrement-image-size):
12325         Fix typos in docstrings.
12327 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
12329         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
12330         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
12331         (cperl-mode): Use them.
12333 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
12335         * window.el (quit-window, shrink-window-if-larger-than-buffer):
12336         Doc fixes.
12338 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
12340         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
12341         Bind C-d to gdb-inferior-io-eof.
12343         * dired.el (dired-dnd-popup-notice): Use message-box.
12345 2005-05-23  Masatake YAMATO  <jet@gyve.org>
12347         * bindings.el (mode-line-major-mode-keymap):
12348         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
12350         * faces.el (mode-line-highlight): New face.
12352         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
12353         as mouse-face.
12355         * bindings.el (top-level, help-echo, mode-line-modified)
12356         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
12357         as mouse-face.
12359 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
12361         * progmodes/cc-engine.el (c-guess-basic-syntax):
12362         Remove spurious call to `zerop'.
12364         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
12366 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
12368         CC Mode update to 5.30.10:
12370         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
12371         could go past the limit in decoration level 2, thereby causing
12372         errors during interactive fontification.
12374         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
12375         the file is evaluated interactively.
12377         * cc-engine.el (c-guess-basic-syntax): Handle operator
12378         declarations somewhat better in C++.
12380         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
12381         make use of `run-mode-hooks' which has been added in Emacs 21.1.
12382         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
12383         (awk-mode): Use it.
12384         (make-local-hook): Suppress warning about obsoleteness.
12386         * cc-engine.el, cc-align.el, cc-cmds.el
12387         (c-append-backslashes-forward, c-delete-backslashes-forward)
12388         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
12389         Compensate for return value from `forward-line' when it has moved
12390         but not to a different line due to eob.
12392         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
12393         `objc-method-intro' and `objc-method-args-cont'.
12395 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
12397         CC Mode update to 5.30.10:
12399         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
12400         in the copyright statement.  Incidentally, change "along with GNU
12401         Emacs" to "along with this program" where it occurs.
12403         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
12404         so that it is interactive, hence can be found by M-x awk-mode
12405         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
12406         <gmorris+emacs@ast.cam.ac.uk>.
12408         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
12409         Mode's regexps.
12411 2005-05-23  Kevin Ryde  <user42@zip.com.au>
12413         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
12414         c-parse-state, to avoid a lisp error (on bad code).
12416 2005-05-23  Lute Kamstra  <lute@gnu.org>
12418         * subr.el (font-lock-defaults): Remove defvar as it's already
12419         defined in font-core.el.
12421         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
12423 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
12425         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
12426         more general and work when GDB variable "print pretty" is on,
12427         as with Emacs, for example.
12429 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
12431         * font-core.el: Update comment.
12433         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12434         Use `after-change-major-mode-hook' instead of `find-file-hook'.
12436         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
12438 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
12440         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
12441         and `yank-handler' in the doc strings.
12443 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12445         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
12447 2005-05-22  Richard M. Stallman  <rms@gnu.org>
12449         * help.el (describe-key): Move print-help-return-message call
12450         out of conditional.
12452         * progmodes/etags.el (list-tags): Use with-no-warnings.
12454         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
12455         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
12456         (starttls-extra-args, starttls-extra-arguments): Add defvars.
12458         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
12460         * language/viet-util.el (viet-viscii-nonascii-translation-table):
12461         Add defvar.
12463         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
12464         Use defvar, not defconst.
12466         * hexl.el (hexl-follow-line): Use with-no-warnings.
12468         * emulation/tpu-extras.el: Use write-file-functions instead of
12469         write-file-hooks.
12471         * dired.el (dired-font-lock-keywords): Fontify files with junk
12472         extensions even if marked by -F.
12474 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
12476         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
12477         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
12478         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
12479         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
12480         (concatenate, list-length, get*, getf, cl-remprop):
12481         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
12482         (etypecase, progv, lexical-let, lexical-let*)
12483         (multiple-value-bind, multiple-value-setq, shiftf):
12484         Improve argument/docstring consistency.
12486         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
12488 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
12490         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
12491         doesn't exist.
12493         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
12494         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
12496 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
12498         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
12499         already deleted variables: auto-fill-hook, blink-paren-hook,
12500         lisp-indent-hook, inhibit-local-variables, unread-command-event,
12501         suspend-hooks, comment-indent-hook, meta-flag,
12502         before-change-function, after-change-function,
12503         font-lock-doc-string-face.
12505 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
12507         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
12509 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
12511         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
12512         rmail-dont-reply-to.
12514 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
12516         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
12517         literal blank when splitting new-header-values.
12519 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
12521         * calendar/cal-menu.el (cal-menu-update): Add separator as a
12522         string so that tmm doesn't create a completion entry for it.
12524         * textmodes/table.el (table-disable-menu): Ditto.
12526 2005-05-21  Richard M. Stallman  <rms@gnu.org>
12528         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
12530         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
12532         * net/rcompile.el (remote-compile): Use compilation-start.
12534         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
12536 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
12538         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
12539         Default to makefile-bsdmake-mode on BSD systems.
12541         * imenu.el (imenu-generic-expression, imenu--generic-function'):
12542         REGEXP may also be a search function now.  The part of doc-string
12543         for describing the structure was 95% identical to that of
12544         `imenu--generic-function'.  Unify it there.
12546         * progmodes/make-mode.el (makefile-imenu-generic-expression):
12547         Use function to find dependencies, because regexp alone is so complex,
12548         it easily goes into an endless loop.
12549         (makefile-makepp-mode): Also add submenu for Perl functions
12550         defined in the makefile.
12551         (makefile-bsdmake-mode): Special imenu-generic-expression no
12552         longer needed, due to function call.
12553         (makefile-match-dependency): Take BOUND into account when checking
12554         if we're through.
12556 2005-05-20  Jay Belanger  <belanger@truman.edu>
12558         * calc/calc-units.el (calc-invalidate-units-table):
12559         Use inhibit-read-only.
12560         (math-build-units-table-buffer): Use view-mode.
12562 2005-05-20  David Kastrup  <dak@gnu.org>
12564         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
12565         easy-menu-add is not a nop on Emacs; and clarify when to call it.
12567 2005-05-20  Lute Kamstra  <lute@gnu.org>
12569         * diff-mode.el (diff-header-face, diff-file-header-face)
12570         (diff-index-face, diff-hunk-header-face, diff-removed-face)
12571         (diff-added-face, diff-changed-face, diff-function-face)
12572         (diff-context-face, diff-nonexistent-face): Put them in the
12573         diff-mode customization group.
12575 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12577         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
12579         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
12581         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
12582         Minor regexp-optimization.
12584 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
12586         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
12587         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
12588         (org-agenda-add-time-grid-maybe): New function.
12589         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
12590         (org-table-create): `dotimes' instead of `mapcar'.
12591         (org-xor): Simplify implementation.
12592         (org-agenda): `inhibit-redisplay' turned on.
12593         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
12594         a consistent line after a state change.
12595         (org-agenda-remove-times-when-in-prefix): New option.
12596         (org-prefix-has-time): New variable.
12597         (org-parse-time-string): Optional argument NODEFAULT.
12598         (org-format-agenda-item): Parse items for time-of-day
12599         specifications and move these into the prefix if possible.
12600         (org-agenda-priority): Get current heading, not previous heading
12601         during agenda remote editing.
12603 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
12605         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
12606         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
12607         (remove-duplicates, delete-duplicates, substitute)
12608         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
12609         (nsubstitute-if-not, find, find-if, find-if-not, position)
12610         (position-if, position-if-not, count, count-if, count-if-not)
12611         (mismatch, search, sort*, stable-sort, merge, member*)
12612         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
12613         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
12614         (intersection, nintersection, set-difference, nset-difference)
12615         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
12616         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
12617         (nsublis, tree-equal): Improve argument/docstring consistency.
12619         * subr.el (send-string, send-region): Remove obsolescence declaration.
12620         (window-dot, set-window-dot, read-input, show-buffer)
12621         (eval-current-buffer, string-to-int):
12622         Add release number to obsolescence declarations.
12624 2005-05-19  Kim F. Storm  <storm@cua.dk>
12626         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
12627         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
12629 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
12631         * faces.el (list-faces-display): Make back button respect optional
12632         regexp arg.
12634 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
12636         * calculator.el (calculator-radix-grouping-mode)
12637         (calculator-radix-grouping-digits, calculator-displayer)
12638         (calculator-radix-grouping-separator, calculator-copy-displayer):
12639         * dabbrev.el (dabbrev-search-these-buffers-only):
12640         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
12641         (diff-advance-after-apply-hunk, diff-mode-hook)
12642         (diff-minor-mode-prefix):
12643         * imenu.el (imenu-use-popup-menu):
12644         * jit-lock.el (jit-lock-context-time):
12645         * newcomment.el (comment-fill-column, comment-column)
12646         (comment-style, comment-padding, comment-multi-line)
12647         (comment-empty-lines, comment-auto-fill-only-comments):
12648         * reveal.el (reveal-around-mark):
12649         * uniquify.el (uniquify-buffer-name-style)
12650         (uniquify-after-kill-buffer-p)
12651         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
12652         (uniquify-min-dir-content, uniquify-separator)
12653         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
12654         * w32-vars.el (w32-fixed-font-alist):
12655         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
12656         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
12657         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
12658         * progmodes/perl-mode.el (perl-indent-level)
12659         (perl-continued-statement-offset, perl-continued-brace-offset)
12660         (perl-brace-offset, perl-brace-imaginary-offset)
12661         (perl-label-offset, perl-indent-continued-arguments)
12662         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
12663         * progmodes/tcl.el (tcl-indent-level)
12664         (tcl-continued-indent-level, tcl-auto-newline)
12665         (tcl-tab-always-indent, tcl-electric-hash-style)
12666         (tcl-help-directory-list, tcl-use-smart-word-finder)
12667         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
12668         (inferior-tcl-source-command):
12669         * textmodes/fill.el (enable-kinsoku):
12670         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
12671         * textmodes/table.el (table-yank-handler):
12672         Specify missing group (and type, if simple) in defcustom.
12674 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
12676         * progmodes/compile.el (compilation-finish-function): Fix defvar.
12678 2005-05-19  Richard M. Stallman  <rms@gnu.org>
12680         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
12682         * subr.el (event-basic-type): Don't get an error.
12683         (left-fringe-p): Function deleted.
12685         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
12686         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
12688         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
12689         in recursive copy.
12691         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
12693         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
12695         * emacs-lisp/bytecomp.el
12696         (byte-compile-file-form-custom-declare-variable):
12697         Call byte-compile-nogroup-warn if appropriate.
12699         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
12700         (compilation-set-window): Don't call left-fringe-p; do it directly.
12702 2005-05-19  Jay Belanger  <belanger@truman.edu>
12704         * calc/calc-graph.el (calc-graph-format-data): Make sure
12705         var-PlotRejects is bound before trying to check its value.
12707 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
12709         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
12710         definition of this variable from reftex-global.el to reftex.el,
12711         because it is needed in the menu.
12713 2005-05-19  Lute Kamstra  <lute@gnu.org>
12715         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
12716         years are fixed.  Don't insert a space after a dash.
12718 2005-05-19  Kim F. Storm  <storm@cua.dk>
12720         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
12722 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
12724         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
12725         strings, because (eq ... ?\\) is fairly frequent.
12727         * progmodes/make-mode.el (makefile-add-this-line-targets):
12728         Simplify and integrate into `makefile-pickup-targets'.
12729         (makefile-add-this-line-macro): Simplify and integrate into
12730         `makefile-pickup-macros.
12731         (makefile-pickup-filenames-as-targets): Simplify.
12732         (makefile-previous-dependency, makefile-match-dependency):
12733         Don't stumble over `::'.
12735 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
12737         * subr.el (post-command-idle-hook, post-command-idle-delay):
12738         Remove obsoletion of post-command-idle-hook and
12739         post-command-idle-delay.
12741         * faces.el (list-faces-display): Provide button when describe-face
12742         is called to take user back to the list of faces.
12744         * help-fns.el (describe-variable): Remove hyperlinks in a
12745         variable's value as these are quite frequently inappropriate.
12747         * follow.el (follow-submit-feedback, follow-mode):
12748         Remove references to post-command-idle-hook.
12750 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
12752         * progmodes/make-mode.el (makefile-previous-dependency)
12753         (makefile-match-dependency): Check for := (and in bsd mode also
12754         !=) to give a better result, even when font-lock is not on.
12756 2005-05-18  Jay Belanger  <belanger@truman.edu>
12758         * calc/calc-help.el (calc-s-prefix-help):
12759         Add `calc-copy-special-constant' to help string.
12761 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
12763         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
12765 2005-05-18  Jay Belanger  <belanger@truman.edu>
12767         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
12768         in linear factors are in proper order.
12770 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
12772         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12773         Support for jurabib.
12775         * textmodes/reftex.el (featurep): Define aliases for overlay
12776         commands, for XEmacs compatibility, and use these aliases in
12777         overlay initializations.
12778         (reftex-highlight): Use `reftex-move-overlay'.
12779         (reftex-unhighlight): Use `reftex-delete-overlay'.
12780         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
12781         (reftex-access-search-path): Use `reftex-uniquify' instead of
12782         `reftex-uniq'
12784         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
12785         `before-string' property modification enables for Emacs as well.
12786         (reftex-select-item): Use `reftex-delete-overlay'.
12787         (reftex-select-mark): Use `reftex-make-overlay' and
12788         `reftex-overlay-put'.
12789         (reftex-select-unmark): Use `reftex-delete-overlay' and
12790         `reftex-overlay-put'.
12792 2005-05-18  Lute Kamstra  <lute@gnu.org>
12794         * emacs-lisp/lisp.el (check-parens): Fix docstring.
12796 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
12798         * add-log.el (add-change-log-entry):
12799         * array.el (array-make-template, array-reconfigure-rows)
12800         (array-init-max-row, array-init-max-column)
12801         (array-init-columns-per-line, array-init-field-width):
12802         * replace.el (replace-match-maybe-edit, perform-replace):
12803         * textmodes/spell.el (spell-region):
12804         Replace `read-input' by `read-string'.
12806         * forms.el (forms-mode):
12807         * finder.el (finder-compile-keywords):
12808         * shadowfile.el (shadow-read-files):
12809         Replace `eval-current-buffer' by `eval-buffer'.
12811         * terminal.el (te-pass-through):
12812         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
12813         (ange-ftp-raw-send-cmd):
12814         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
12815         (send-process-next-char, telnet-initial-filter, telnet):
12816         Replace `send-string' by `process-send-string'.
12818         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
12819         (prolog-consult-region): Replace `send-string' by
12820         `process-send-string'; replace `send-region' by `process-send-region'.
12822         * progmodes/delphi.el (delphi-log-msg):
12823         Replace `set-window-dot' by `set-window-point'.
12825         * subr.el (window-dot, set-window-dot, read-input, send-string)
12826         (send-region, show-buffer, eval-current-buffer):
12827         Make really obsolete, as the comment says.
12829 2005-05-17  Kim F. Storm  <storm@cua.dk>
12831         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
12832         (cua--init-keymaps): Bind C-return instead of S-return to set
12833         rectangle mark.
12835         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
12836         instead of S-return to toggle/clear rectangle mark.
12838 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
12840         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
12841         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
12842         Also fontify plain strings assigned to variables, mostly so that a
12843         colon has a face and is thus not taken as a dependency separator.
12844         (makefile-previous-dependency): Inline the new matcher, because it
12845         is too complex to work in both directions.
12846         (makefile-match-dependency): Eliminate `backward' arg (see above).
12847         Completely reimplemented so as to not sometimes go into an endless
12848         loop.  It should also be more efficient, because first it only
12849         searches for `:', instead of applying the very complex regexp.
12850         (makefile-mode): Cancel `font-lock-support-mode', because blocks
12851         to be fontified in one piece can be too long for JIT.
12852         Makefiles are never *that* big.
12854 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
12856         * dired.el (dired-mode): Simplify.
12858 2005-05-17  Lute Kamstra  <lute@gnu.org>
12860         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
12861         defcustom for the mode hook variable.
12863         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
12864         Emacs Lisp Reference Manual.
12866 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
12868         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
12869         (evenp, list*):
12870         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
12871         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
12873         * net/tramp-smb.el (tramp-smb-open-connection):
12874         Pass `tramp-chunksize' as fifth (required) argument.
12876 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
12878         * font-lock.el (lisp-font-lock-keywords-1):
12879         Set `font-lock-negation-char-face' for [^...] char group.
12880         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
12882         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
12883         a var, and refine it to mask one more level of nested vars.
12884         (makefile-rule-action-regex): Turn it into a var, and refine it so
12885         it recognizes backslashed continuation lines as belonging to the
12886         same command.
12887         (makefile-macroassign-regex): Refine it so it recognizes
12888         backslashed continuation lines as belonging to the same command.
12889         (makefile-var-use-regex): Don't look at the next char, because it
12890         might be the same one to be skipped by the initial [^$], leading
12891         to an overlooked variable use.
12892         (makefile-make-font-lock-keywords): Remove two parameters, which
12893         are now variables that some of the modes set locally.
12894         Handle dependency and rule action matching through functions, because
12895         regexps alone match too often.  Dependency matching now comes
12896         last, so it can check, whether a colon already matched something else.
12897         (makefile-mode): Inform that font-lock improves makefile parsing
12898         capabilities.
12899         (makefile-match-dependency, makefile-match-action): New functions.
12901 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
12903         * emacs-lisp/cl-extra.el (equalp): Doc fix.
12905         * align.el (align-regexp):
12906         * ansi-color.el (ansi-color-get-face):
12907         * array.el (array-reconfigure-rows, array-init-max-row)
12908         (array-init-max-column, array-init-columns-per-line)
12909         (array-init-field-width):
12910         * dired-aux.el (dired-trample-file-versions):
12911         * dired-x.el (dired-mark-sexp):
12912         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
12913         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
12914         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
12915         * faces.el (face-read-integer):
12916         * files.el (backup-extract-version, insert-directory):
12917         * hexl.el (hexl-insert-decimal-char):
12918         * server.el (server-process-filter):
12919         * shell.el (shell-extract-num):
12920         * startup.el (command-line-1):
12921         * term.el (term-command-hook):
12922         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
12923         (time-stamp-do-number):
12924         * time.el (display-time-update):
12925         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
12926         (timezone-fix-time):
12927         * vms-patch.el (vms-suspend-resume-hook):
12928         * calendar/appt.el (appt-convert-time):
12929         * calendar/cal-bahai.el (mark-bahai-diary-entries):
12930         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
12931         * calendar/cal-islam.el (mark-islamic-diary-entries):
12932         * calendar/calendar.el (calendar-cursor-to-date)
12933         (calendar-star-date):
12934         * calendar/diary-lib.el (diary-attrtype-convert)
12935         (mark-diary-entries, diary-entry-time):
12936         * calendar/solar.el (solar-get-number):
12937         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
12938         * emacs-lisp/re-builder.el (reb-display-subexp):
12939         * emulation/edt.el (edt-set-scroll-margins):
12940         * emulation/tpu-extras.el (tpu-set-scroll-margins):
12941         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
12942         (vip-get-ex-count):
12943         * emulation/viper-ex.el (viper-get-ex-token)
12944         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
12945         * international/fontset.el (fontset-plain-name):
12946         * mail/feedmail.el (feedmail-look-at-queue-directory):
12947         * mail/mailalias.el (mail-get-names):
12948         * mail/rmail.el (rmail-convert-to-babyl-format):
12949         * mail/rmailsum.el (rmail-make-basic-summary-line)
12950         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
12951         (rmail-summary-goto-msg):
12952         * mail/smtpmail.el (smtpmail-read-response):
12953         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
12954         (ange-ftp-vms-add-file-entry):
12955         * play/gametree.el (gametree-looking-at-ply)
12956         (gametree-current-branch-score):
12957         * progmodes/ada-xref.el (ada-prj-find-prj-file)
12958         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
12959         * progmodes/cperl-mode.el (condition-case):
12960         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
12961         (ebrowse-set-member-buffer-column-width)
12962         (ebrowse-select-1st-to-9nth):
12963         * progmodes/etags.el (etags-snarf-tag):
12964         * progmodes/flymake.el (flymake-parse-line):
12965         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
12966         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
12967         (idlwave-shell-menu-def):
12968         * progmodes/ps-mode.el (ps-run-goto-error):
12969         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
12970         (vhdl-speedbar-contract-level):
12971         * term/mac-win.el (x-handle-numeric-switch):
12972         * term/sun-mouse.el (sun-get-frame-data):
12973         * term/w32-win.el (x-handle-numeric-switch):
12974         * term/x-win.el (x-handle-numeric-switch):
12975         * textmodes/ispell.el (ispell-parse-output):
12976         * textmodes/nroff-mode.el (nroff-outline-level):
12977         * textmodes/reftex-cite.el (reftex-bib-sort-year)
12978         (reftex-bib-sort-year-reverse, reftex-format-citation):
12979         * textmodes/reftex-parse.el (reftex-init-section-numbers)
12980         (reftex-section-number):
12981         * textmodes/texinfmt.el (texinfo-paragraphindent):
12982         Replace `string-to-int' by `string-to-number'.
12984         * international/latexenc.el: Add page marker to force the "Local
12985         Variables:" string out of the last page.
12987 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
12989         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
12990         tooltip-change-major-mode.
12991         (gud-tooltip-print-command): Remove case where gud-minor-mode
12992         is gdb ("--fullname").
12993         (gud-tooltip-tips): Turn GUD tooltips off for this case and
12994         explain to user.
12996 2005-05-16  Jay Belanger  <belanger@truman.edu>
12998         * calc/calc-store.el (calc-copy-special-constant): New function.
13000         * calc/calc-ext.el (calc-init-extensions): Add binding for
13001         `calc-copy-special-constant'.
13003         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
13004         for the `calc-copy-special-constant' command.
13006 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
13008         * subr.el (left-fringe-p): New function.
13010         * progmodes/compile.el (compilation-setup): Set local value of
13011         overlay-arrow-string to "" always.
13012         (compilation-set-window): Left fringe then don't scroll.
13013         No left fringe then no arrow and scroll message to top.
13014         (compilation-context-lines): Adjust doc string accordingly.
13016 2005-05-16  Kim F. Storm  <storm@cua.dk>
13018         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
13019         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
13020         (ido-wide-find-dir-or-delete-dir): New command for M-d.
13021         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
13022         (ido-read-file-name): Handle commands with ido property value
13023         equal to find-file as reading a file name, to allow C-d to enter dired.
13024         (ibuffer-find-file): Add ido property with value find-file.
13026 2005-05-15  Kim F. Storm  <storm@cua.dk>
13028         * subr.el (open-network-stream-nowait): Remove.
13029         (open-network-stream-server): Remove.
13031 2005-05-15  Richard M. Stallman  <rms@gnu.org>
13033         * faces.el (describe-face): Output a definition link button.
13035         * help-mode.el (help-face-def): New button type.
13037         * emacs-lisp/copyright.el (copyright-fix-years):
13038         Match properly if the first year is 2-digit.
13039         Don't mess up the whitespace after the years by filling.
13041         * dired-aux.el (dired-mark-confirm):
13042         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
13044         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
13045         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
13046         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
13048         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13049         Set font-lock-comment-start-skip.
13051         * font-lock.el (font-lock-comment-start-skip): New variable.
13052         (font-lock-comment-end-skip): New variable.
13053         (font-lock-fontify-syntactically-region): Use them if non-nil.
13055 2005-05-15  Jay Belanger  <belanger@truman.edu>
13057         * calc/calc-store.el (calc-store-value): Return a string rather
13058         than display it as a message.
13059         Use calc-var-name for variable name.
13060         (calc-store-into): Add the result of calc-store-value to message.
13061         (calc-copy-variable): Add a message.
13062         (calc-store-exchange): Improve error messages.
13063         (calc-store-binary, calc-store-map): Don't reset the values of
13064         special constants.
13066 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
13068         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
13069         manual to docstring.
13071         * files.el (hack-local-variables-confirm): Add STRING argument.
13072         Make the function handle non file visiting buffers correctly.
13073         (hack-local-variables-prop-line, hack-local-variables)
13074         (hack-one-local-variable): Use STRING arg of
13075         `hack-local-variables-confirm'.
13077 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
13079         Sync with Tramp 2.0.49.
13081         * net/tramp.el (tramp-handle-dired-call-process)
13082         (tramp-handle-insert-directory):`insert-buffer' cannot be used
13083         because the contents of the Tramp buffer is changed before
13084         insertion (`expand-file' and alike).
13085         (tramp-handle-insert-directory): If `localname' has an empty
13086         nondirectory name, it must not be quoted.
13087         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
13088         variable `tramp-chunksize'.  Change callees.
13089         (tramp-open-connection-setup-interactive-shell): Check remote host
13090         for buggy `send-process-string' implementation.
13091         Set `tramp-chunksize' if found.  Reported by Michael Kifer
13092         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
13093         (tramp-handle-shell-command): `insert-buffer' cannot be used
13094         because the contents of the Tramp buffer is changed before
13095         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
13096         <frederic.bothamy@free.fr>.
13097         (tramp-set-auto-save): Actions should be done for Tramp file name
13098         handler only.  Ange-FTP has its own auto-save mechanism.
13099         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
13100         (tramp-set-auto-save-file-modes): Set file modes of
13101         `buffer-auto-save-file-name' to ?\600 as fallback solution.
13102         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
13103         (tramp-bug): Remove obsolete variable.
13104         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
13105         for presence of `mml-mode'.  Make it running for older Emacsen as well.
13107 2005-05-14  John Paul Wallington  <jpw@pobox.com>
13109         * ibuf-ext.el (define-ibuffer-filter filename):
13110         If `dired-directory' is a list, use its car.
13112 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
13114         * ibuffer.el (define-ibuffer-column filename):
13115         If `dired-directory' is a list, use its car.
13117 2005-05-14  Richard M. Stallman  <rms@gnu.org>
13119         * subr.el (symbol-file): Doc fix.
13121         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
13122         (byte-compile-form): Call byte-compile-nogroup-warn.
13123         (byte-compile-warning-types): Doc fix.
13125         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
13127         * progmodes/cc-engine.el (c-literal-faces):
13128         Add font-lock-comment-delimiter-face.
13130         * net/net-utils.el (dig): Use with-no-warnings.
13132         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
13133         (sc-recite-frame-alist, sc-default-cite-frame)
13134         (sc-default-uncite-frame, sc-default-recite-frame)
13135         (sc-attrib-selection-list, sc-rewrite-header-list):
13136         Mark as risky-local-variable.
13138         * international/ogonek.el (ogonek-jak, ogonek-how):
13139         Don't use beginning-of-buffer.
13141         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
13143         * calendar/solar.el (solar-data-list): Move definition up.
13145         * dnd.el (dnd-protocol-alist): Add autoload.
13147         * progmodes/sh-script.el: Many doc usage fixes.
13148         (sh-indent-after-do): Change default to match common styles.
13150 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
13152         * files.el (interpreter-mode-alist)
13153         (auto-mode-interpreter-regexp): Doc fixes.
13155 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
13157         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
13159         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
13161 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13163         * dired.el (dired-mode): make-variable-buffer-local =>
13164         make-local-variable.
13166 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13168         * term/mac-win.el (mac-select-convert-to-string): Try coding
13169         systems in mac-script-code-coding-systems if specified one cannot
13170         encode string for `com.apple.traditional-mac-plain-text'.
13172 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
13174         * progmodes/make-mode.el (makefile-targets-face)
13175         (makefile-shell-face, makefile-makepp-perl-face): New faces.
13176         (makefile-dependency-regex): Fix it to not make the colon in
13177         $(var:a=b) special.
13178         (makefile-rule-action-regex): New regexp for highlighting embedded
13179         Shell strings.
13180         (makefile-macroassign-regex): Handle != for highlighting as
13181         embedded Shell strings.
13182         (makefile-var-use-regex): New const.
13183         (makefile-statements, makefile-automake-statements)
13184         (makefile-gmake-statements, makefile-makepp-statements)
13185         (makefile-bsdmake-statements): New consts.
13186         (makefile-make-font-lock-keywords): New function.
13187         (makefile-automake-font-lock-keywords)
13188         (makefile-gmake-font-lock-keywords)
13189         (makefile-makepp-font-lock-keywords)
13190         (makefile-bsdmake-font-lock-keywords): New consts.
13191         (makefile-mode-map): Add switchers between the various submodes.
13192         (makefile-mode): Document the availability of the variants.
13193         (makefile-automake-mode, makefile-gmake-mode)
13194         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
13196         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
13197         new variants of makefile-mode.
13199 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13201         * font-lock.el (font-lock-comment-delimiter-face): Fix up
13202         the inheritance.
13204 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
13206         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
13207         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
13209         * files.el (normal-mode): Extend the scope of the
13210         `enable-local-variables' binding to include the `set-auto-mode' call.
13211         (magic-mode-alist): Doc fix.
13213 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13215         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
13216         font-lock-comment-face rather than copying its setting.
13218 2005-05-12  Andreas Schwab  <schwab@suse.de>
13220         * eshell/esh-mode.el (eshell-send-input): Doc fix.
13222 2005-05-12  Lute Kamstra  <lute@gnu.org>
13224         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
13225         defcustom for the mode hook variable.  Delete the last argument.
13226         * generic-x.el: Fix callers of define-generic-mode.
13227         (generic-x-modes): Delete group.
13228         (show-tabs-tab-face, show-tabs-space-face): Put them in the
13229         generic-x customization group.
13231 2005-05-12  Kim F. Storm  <storm@cua.dk>
13233         * font-lock.el (font-lock-negation-char-face): Default to "off".
13235         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
13236         font-lock-negation-char-face to ! in !=.
13238 2005-05-12  Masatake YAMATO  <jet@gyve.org>
13240         * add-log.el (find-change-log): Fix typos in the docstring
13241         of function.
13243 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
13245         * international/latexenc.el (latexenc-find-file-coding-system):
13246         Avoid `re-search-forward' when looking for input encoding because
13247         of speed and safety.  Better regular expressions for recognizing
13248         input encoding.  Limit a search for TeX-master/tex-main-file to
13249         the local variable section.
13251 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
13253         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
13254         syntax of $ to "'" (quote).
13256 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
13258         * dnd.el (dnd-protocol-alist): Improve custom type.
13260         * dired.el (dired-dnd-protocol-alist): New variable.
13261         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
13262         `dired-mode-hook' to the end.
13264 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13266         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
13267         comment-end if comment-start-skip is not set.
13268         Obey the font-lock-comment-delimiter-face variables.
13270 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13272         * files.el (executable-find): Move from executable.el.  Use
13273         locate-file.
13274         * progmodes/executable.el (executable-find): Move to files.el.
13276         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
13277         when trying to ensure forward progress.
13279 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
13281         * mouse-sel.el (mouse-sel-follow-link-p): New function.
13282         (mouse-select, mouse-select-internal, mouse-extend-internal):
13283         Use it to implement mouse-1-click-follows-link functionality.
13285 2005-05-11  Richard M. Stallman  <rms@gnu.org>
13287         * font-lock.el (font-lock-fontify-syntactically-region):
13288         Use font-lock-comment-delimiter-face for comment delimiters.
13290 2005-05-10  Jay Belanger  <belanger@truman.edu>
13292         * calc/calc-help.el (calc-m-prefix-help): Add mention of
13293         preserving embedded modes.
13295 2005-05-10  Richard M. Stallman  <rms@gnu.org>
13297         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
13299         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
13300         Move from ada-stmt.el.
13301         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
13303         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
13304         Move to ada-mode.el.
13305         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
13307         * cus-edit.el (custom-file): Call file-chase-links.
13309         * files.el (read-directory-name): Fix previous change.
13310         (hack-local-variables-confirm): New function.
13311         (hack-local-variables-prop-line, hack-local-variables)
13312         (hack-one-local-variable): Use it.
13314 2005-05-10  Lute Kamstra  <lute@gnu.org>
13316         * font-lock.el (font-lock-keywords-alist)
13317         (font-lock-removed-keywords-alist): Clarify docstrings.
13319 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
13321         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
13322         (gdb-source-info): Check for preprocessor info.
13323         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
13324         a macro for a function.
13325         (gdb-info-breakpoints-custom): Try to find file again if not already
13326         found (user might have used GDB dir command).
13327         (gdb-get-location): Update gdb-location-alist correctly for change
13328         to gdb-info-breakpoints-custom.
13330         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
13331         (gud-tooltip-print-command): Add gdbmi case.
13332         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
13333         preprocessor info.
13335 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
13337         * startup.el (fancy-splash-insert): Fix typo in doc string.
13339 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
13341         * obsolete/float.el (string-to-float):
13342         * obsolete/hilit19.el (hilit-add-pattern):
13343         * obsolete/rnews.el (news-parse-range, news-select-message)
13344         (news-get-pruned-list-of-files): Replace `string-to-int' by
13345         `string-to-number'.
13347         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
13348         `find-file-not-found-hooks'; use `add-hook'.
13349         (uncompress-while-visiting): Set `write-file-functions', not
13350         `write-file-hooks'; use `add-hook'.
13352 2005-05-09  Kim F. Storm  <storm@cua.dk>
13354         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
13355         (cua-paste): Handle clipboard action.
13356         (cua--init-keymaps): Remap clipboard-kill-region and
13357         clipboard-kill-ring-save.
13359 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
13361         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
13362         Improve commentary.
13364         * simple.el (next-error-overlay-arrow-position): Revert the change
13365         made on 2005-04-30.
13367 2005-05-07  Jay Belanger  <belanger@truman.edu>
13369         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
13370         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
13371         `calc-sel-reselect'.
13373         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
13374         Calc is in embedded mode.
13376 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
13378         * progmodes/compile.el (compilation-setup):
13379         Set overlay-arrow-string to an empty string on text terminals.
13381         * textmodes/ispell.el (ispell-program-name): Try looking for
13382         "aspell" along exec-path, and if found, use it as the default
13383         speller program.
13385 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
13387         * international/mule.el (sgml-xml-auto-coding-function):
13388         Recognize encoding='FOO' in single quotes as well as in double quotes.
13390 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
13392         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
13393         as well as `interactive', so that defmacro* would recognize
13394         `declare' forms.
13396 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
13398         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
13399         Explain more about the LIGHTER arg's usage in the doc string.
13400         Add commentary to clarify what the code does.  Fix the regexp that
13401         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
13402         since it could have characters special to regular expressions.
13404 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
13406         * replace.el (occur-1): Bind inhibit-read-only so that
13407         erase-buffer doesn't barf on read-only text properties (likewise
13408         for add-text-properties in occur-engine).  Mark buffer as unmodified.
13409         (occur-engine): Don't set buffer-read-only here.
13411 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13413         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
13414         list-buffers-directory.  This caused the *cvs-commit* buffer to be
13415         sometimes mistakenly reused as a *cvs* buffer.
13417 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
13419         * tooltip.el: Move code for GUD tooltips into gud.el.
13420         (require): CL no longer needed to compile case.
13421         (tooltip-mode): Do not toggle functions for GUD tooltips.
13422         (tooltip-gud-tips-p): Remove.  Replace with minor mode
13423         gud-tooltip-mode in gud.el.
13424         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
13425         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
13426         tooltip-gud prefix with gud-tooltip and obsolete.
13427         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
13428         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
13429         (tooltip-mouse-motion): Mouse movement functions/variable.
13430         Rename in gud.el by adding gud prefix.
13431         (tooltip-gud-original-filter, tooltip-gud-dereference)
13432         (tooltip-gud-event, tooltip-toggle-gud-tips)
13433         (tooltip-gud-process-output, tooltip-gud-print-command)
13434         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
13435         gud.el by replacing tooltip-gud prefix with gud-tooltip.
13436         (gdb-tooltip-print): Move to gdb-ui.el.
13438         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
13439         (require): CL needed to compile case.
13440         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
13441         tooltip-gud-tips-p.  Make it a minor-mode.
13442         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
13443         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
13444         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
13445         (gud-tooltip-change-major-mode)
13446         (gud-tooltip-activate-mouse-motions-if-enabled)
13447         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
13448         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
13449         (gud-tooltip-original-filter, gud-tooltip-dereference)
13450         (gud-tooltip-event, tooltip-toggle-gud-tips)
13451         (gud-tooltip-process-output, gud-tooltip-print-command)
13452         (gud-tooltip-tips): Move from tooltip.el.
13454         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
13455         (gdb-cpp-define-alist-flags): Doc fix.
13456         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
13457         gud-tooltip-mode is t.
13459 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13461         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
13462         evaporate if their text is deleted.
13463         (goto-address-at-point): Make it work as a mouse binding as well.
13464         (goto-address-at-mouse): Obsolete it.  Update users.
13466 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
13468         * calendar/appt.el (top-level): No longer activate on load.
13470 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
13472         * calendar/cal-bahai.el (mark-bahai-diary-entries):
13473         * net/webjump.el (webjump):
13474         * progmodes/idlw-help.el (idlwave-do-context-help1)
13475         (idlwave-highlight-linked-completions):
13476         * textmodes/po.el (po-find-file-coding-system-guts):
13477         Replace `assoc-ignore-case' by `assoc-string'.
13479 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
13481         * files.el (locate-file): Doc fix.
13483         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
13484         Remove the redundant test for ms-dos.
13486         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
13487         look for the preprocessor with exec-suffixes.  If not found in
13488         standard places, look in exec-path.  Remove most of the tests that
13489         used system-type.
13491         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
13493         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
13495         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
13496         file-name clash with jka-compr.el on 8+3 filesystems.
13498 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13500         * term/mac-win.el: Don't define or bind scroll bar functions if
13501         x-toolkit-scroll-bars is t.
13502         (x-select-text, x-get-selection-value): Clear
13503         x-last-selected-text-clipboard if x-select-enable-clipboard is
13504         nil.
13505         (PRIMARY): Put mac-scrap-name property.
13506         (mac-select-convert-to-file-url): New function.
13507         (public.file-url): New selection target type.  Add to
13508         selection-converter-alist.
13509         (x-get-selection, x-selection-value): Handle it.
13510         (x-cut-buffer-or-selection-value): New alias.
13512 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13514         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
13515         entry to avoid calling bibtex-find-entry with arg global
13516         being t.  Remove arg key.
13517         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
13518         (bibtex-copy-summary-as-kill): Change accordingly.
13520 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13522         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
13523         (org-agenda-date-later): Use with-current-buffer.
13525 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
13527         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
13528         (define-obsolete-variable-alias): Doc Fixes.
13530 2005-05-06  Kim F. Storm  <storm@cua.dk>
13532         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
13533         vertical-motion when selective-display is active.
13535         * ido.el (ido-setup-hook): New hook.
13536         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
13537         (ido-input-stack): New var.
13538         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
13539         ido-next-work-file binding to M-O.
13540         Bind M-f to ido-wide-find-file-or-pop-dir.
13541         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
13542         (ido-read-internal): Run ido-setup-hook.
13543         Catch quit in read-file-name and read-string to cancel edit.
13544         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
13545         Automatically pop-all when completing a directory name (RET).
13546         (ido-file-internal): Add with-no-warnings around ffap and dired code.
13547         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
13548         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
13549         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
13550         New functions for M-b/M-f to move among the directory components.
13551         (ido-make-merged-file-list): Catch quit to cancel merge.
13552         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
13553         (ido-completion-help): No warnings for ido-completion-buffer-full.
13555 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
13557         * font-lock.el (font-lock-negation-char-face): New face and variable.
13558         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
13559         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
13560         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
13561         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
13563 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
13565         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
13566         Fix typo in docstring.
13568         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
13569         (ebrowse-print-statistics-line)
13570         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
13572         * term/w32-win.el (image-library-alist): Add additional name for
13573         Xpm library.
13575 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
13577         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
13578         use gcc instead of cpp.
13580         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
13581         (gdb-create-define-alist): Use it.
13582         (gdb-cpp-define-alist-program): Update for MS-DOS.
13584 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
13586         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
13588 2005-05-04  Richard M. Stallman  <rms@gnu.org>
13590         * help.el (describe-key): No error when UNTRANSLATED is nil.
13592         * simple.el (line-move-1): Fix previous change to signal errors
13593         appropriately.
13595 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
13597         * calendar/icalendar.el (icalendar-version): Now at 0.12.
13598         (icalendar-duration-correction): Remove.
13599         (icalendar--get-event-properties): Split result at commas.
13600         (icalendar--decode-isoduration): New optional argument
13601         DURATION-CORRECTION.
13602         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
13603         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
13604         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
13605         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
13606         (icalendar--convert-anniversary-to-ical): New functions, extracted
13607         from icalendar-export-region, with bug fixes.
13608         (icalendar-export-region): Use the above functions.
13609         (icalendar-import-buffer): Check before saving diary file.
13610         (icalendar--convert-recurring-to-diary)
13611         (icalendar--convert-non-recurring-all-day-to-diary)
13612         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
13613         extracted from icalendar--convert-ical-to-diary, with bug fixes.
13614         (icalendar--convert-ical-to-diary): Use the above functions.
13616 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
13618         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
13619         Remove these recent additions.
13620         (c-mode): Restore to before 2005-04-28.
13622         * progmodes/cc-vars.el (cc-define-list-program): Remove this
13623         recent addition.
13625         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
13626         (gdb-define-alist): New variables.
13627         (gdb-create-define-alist): New function.
13628         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
13629         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
13630         with string-to-number.
13631         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
13633         * progmodes/gud.el: Replace string-to-int with string-to-number.
13634         (gud-find-file): Handle gdb-define-alist.
13636         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
13638 2005-05-02  Jay Belanger  <belanger@truman.edu>
13640         * calc/calc-aent.el (math-read-token):
13641         * calc/calc-bin.el (calc-word-size):
13642         * calc/calc-ext.el (calc-read-number-fancy):
13643         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
13644         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
13645         * calc/calc-frac.el (calc-over-notation):
13646         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
13647         (calc-graph-num-points, calc-graph-init):
13648         * calc/calc-prog.el (calc-read-parse-table-part)
13649         (calc-edit-macro-repeats):
13650         * calc/calc-yank.el (calc-do-grab-rectangle):
13651         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
13652         Replace `string-to-int' by `string-to-number'.
13654 2005-05-02  Kim F. Storm  <storm@cua.dk>
13656         * kmacro.el: Use executing-kbd-macro-index variable.
13658 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
13660         * net/rlogin.el (rlogin-parse-words): Delete func.
13661         (rlogin): Use split-string, not rlogin-parse-words.
13662         Also, if there are option-like elements in the parsed args,
13663         take the host to be the first arg immediately following them.
13664         Suggested by Michael Mauger.
13666 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
13668         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
13670 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
13672         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
13673         (cc-mode-cpp-program): Rename to cc-define-list-program and
13674         move to cc-vars.el.
13676         * progmodes/cc-vars.el (cc-define-list-program):
13677         Change to "gcc -E -dM -".  Make customizable.
13679 2005-05-02  Kim F. Storm  <storm@cua.dk>
13681         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
13683 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
13685         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
13687         * international/mule-util.el (truncate-string): Remove alias and
13688         obsolete declaration.
13690         * international/mule-cmds.el (update-iso-coding-systems):
13691         Remove alias and obsolete declaration.
13693         * international/mule.el (coding-system-parent): Remove alias and
13694         obsolete declaration.
13696         * subr.el (define-function, sref): Remove aliases and obsolete
13697         declarations.
13698         (chars-in-region): Remove obsolete declaration.
13700 2005-05-01  Richard M. Stallman  <rms@gnu.org>
13702         * info.el (Info-mode): Set widen-automatically to nil, locally.
13704         * simple.el (widen-automatically): New variable.
13705         (pop-global-mark): Obey widen-automatically.
13707 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
13709         * term/xterm.el (function-key-map): Call substitute-key-definition
13710         before the keymap size is increased by a lot of define-key calls.
13712 2005-05-01  Richard M. Stallman  <rms@gnu.org>
13714         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
13715         Rename ARG to ELEMENT.  Doc fix.
13717 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
13719         * allout.el (allout-exposure): Remove macro and obsolete declaration.
13720         Remove references to allout-exposure/change to allout-new-exposure.
13722         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
13723         bytecode symbols.
13725         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
13726         (compiled-function-p, focus-frame, unfocus-frame):
13727         Remove aliases and obsolete declarations.
13728         Back out inadvertent changes from previous commit.
13730 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
13732         * files.el (require-final-newline): Make Custom tags consistent
13733         with mode-require-final-newline.
13734         (mode-require-final-newline): Doc fix.
13736 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
13738         * international/latexenc.el (latexenc-find-file-coding-system):
13739         Fix regular expressions.
13741 2005-05-01  David Kastrup <dak@gnu.org>
13743         * international/latexenc.el (latexenc-find-file-coding-system):
13744         Fix regular expressions.
13746 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
13748         * subr.el (string-to-int): Make obsolete.
13750 2005-04-30  Richard M. Stallman  <rms@gnu.org>
13752         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
13754         * loadup.el: load jka-comp-hook.
13756         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
13757         (jka-compr-handler): Add autoload.  `put' calls moved
13758         to jka-comp-hook.el.
13759         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
13760         (jka-compr-inhibit): Autoload.
13762         * jka-comp-hook.el: New file.
13763         Enable the mode by default.
13765         * files.el (backup-buffer-copy): Use copy-file instead
13766         of write-region, and put back the 'excl.
13768 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
13770         * progmodes/flymake.el (flymake-split-string)
13771         (flymake-split-string, flymake-log, flymake-pid-to-names)
13772         (flymake-reg-names, flymake-get-source-buffer-name)
13773         (flymake-unreg-names, flymake-add-line-err-info)
13774         (flymake-add-err-info): Clarify docstrings.
13775         (flymake-popup-menu, flymake-make-emacs-menu)
13776         (flymake-make-xemacs-menu): Add docstrings.
13777         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
13778         Set variables directly throughout.
13780 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
13782         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
13783         exists.  Initialize cc-define-alist.
13784         (c-mode): Add cc-create-define-alist locally to after-save-hook.
13785         If there is no file (Macroexpansion) don't create an alist.
13787 2005-04-29  Sam Steingold  <sds@gnu.org>
13789         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
13790         (cc-create-define-alist): Use it instead of the hard-coded string.
13792 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13794         * international/mule-conf.el (file-coding-system-alist): Fix regexp
13795         for latexenc.
13797 2005-04-29  Lute Kamstra  <lute@gnu.org>
13799         * emacs-lisp/generic.el: Improve commentary section.
13800         (define-generic-mode): Improve docstring.
13802 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
13804         * textmodes/org.el (many places): Change to quiet the byte compiler.
13805         (org-prefix-format-compiled): New variable.
13806         (org-compile-prefix-format): New function.
13807         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
13808         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
13809         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
13810         (org-get-entries-from-diary): Use `org-get-time-of-day' for
13811         consistency with entries from `org-mode' files.
13812         (org-get-time-of-day): Fix bug with partial matches early in a line.
13813         (org-non-link-chars): New constant.
13814         (org-link-regexp): Respect `org-non-link-chars'.
13815         (org-agenda-day-view): Remove command.
13816         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
13817         (org-follow-bbdb-link, org-store-link): Search also company field.
13818         (org-highlight-overlay): New variable.
13819         (org-highlight, org-unhighlight): New functions.
13820         (org-agenda-mode): Add pre-command-hook to remove highlight.
13821         (org-evaluate-time-range): Behavior depends upon whether time stamp
13822         contains a time or not.
13823         (org-show-subtree, org-show-entry): New functions.
13824         (org-agenda-cleanup-fancy-diary): Remove empty lines.
13826 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
13828         * comint.el (comint-output-filter-functions): Add autoload cookie.
13830 2005-04-28  Kim F. Storm  <storm@cua.dk>
13832         * ido.el (ido-everywhere): Fix last change.
13834 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
13836         * international/latexenc.el: New file.
13837         * international/mule-conf.el (file-coding-system-alist): For .tex,
13838         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
13840 2005-04-28  Lute Kamstra  <lute@gnu.org>
13842         * font-lock.el (font-lock-add-keywords)
13843         (font-lock-remove-keywords): Clarify docstring.
13844         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
13845         Don't start docstrings with a `*'.
13846         (font-lock-update-removed-keyword-alist): Give it a docstring.
13848         * generic-x.el: Update commentary section.
13849         Only require font-lock when compiling.
13850         Define all modes conditionally.
13851         Place all generic modes in the generic-x-modes customization group.
13852         (generic-x-modes): New customization group.
13853         (generic-default-modes, generic-mswindows-modes)
13854         (generic-unix-modes, generic-other-modes): New constants.
13855         (generic-define-mswindows-modes, generic-define-unix-modes):
13856         Update docstrings.  Make them obsolete.
13857         (generic-extras-enable-list): New default value.  Update docstring.
13858         Improve :type.  Change :set function.
13859         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
13860         Fix docstring.
13862         * emacs-lisp/generic.el (generic-mode-internal):
13863         Simplify font-lock-defaults.
13864         (define-generic-mode): Fix docstring.
13866 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13868         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
13869         font-lock-face property to highlight matches.
13871 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
13873         * progmodes/cc-mode.el (cc-create-define-alist): New function.
13874         (cc-define-alist): New variable.
13875         (c-mode): Make it local and initialize it.
13877         * progmodes/gdb-ui.el (gdb-active-process): New variable.
13878         (gdb-exited): New function.
13879         (gdb-annotation-rules): Use it.
13880         (gdb-starting): Set gdb-active-process to t.
13881         (gdb-stopping): Amend doc string.
13882         (gdb-reset): Set gdb-active-process to nil.
13884         * tooltip.el (tooltip-gud-tips): Show the associated #define
13885         directives when a C program under GDB is not executing.
13887 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13889         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
13890         font-lock-fontify-syntactic-keywords.
13892         * font-lock.el (font-lock-default-fontify-region): Don't force
13893         parse-sexp-lookup-properties to nil.
13895 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
13897         * man.el (man-mode-syntax-table): Set up `:' to have
13898         word-constituent syntax.
13900 2005-04-27  Lute Kamstra  <lute@gnu.org>
13902         * novice.el (disable-command): Don't add spurious newlines to the
13903         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
13905 2005-04-26  Jay Belanger  <belanger@truman.edu>
13907         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
13908         than one window before deleting window.
13910 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
13912         * shell.el (shell-prompt-pattern): Doc fix.
13913         (shell-mode): Set paragraph-separate buffer locally to "\\'".
13915         * comint.el (comint-prompt-regexp, comint-get-old-input)
13916         (comint-use-prompt-regexp)
13917         (comint-use-prompt-regexp-instead-of-fields)
13918         (comint-replace-by-expanded-history, comint-send-input)
13919         (comint-output-filter, comint-get-old-input-default)
13920         (comint-line-beginning-position, comint-bol, comint-show-output)
13921         (comint-backward-matching-input, comint-forward-matching-input)
13922         (comint-next-prompt, comint-previous-prompt):
13923         Rename `comint-use-prompt-regexp-instead-of-fields' to
13924         `comint-use-prompt-regexp'.  Keep old name as alias and declare
13925         obsolete.
13926         (comint-use-prompt-regexp): Shorten first line of doc string.
13928         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
13929         Set paragraph-separate buffer locally to "\\'".
13931         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
13932         Adapt to above name change.
13934         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
13935         (smbclient-prompt-regexp): Ditto.
13937         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
13939 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
13941         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
13942         gdb-location-list.
13943         Break lines that are over 80 characters wide.
13945 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13947         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
13948         New fun and var, to preserve compatibility.
13950         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
13952 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
13954         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
13955         name to file-newer-than-file-p.
13957 2005-04-26  Richard M. Stallman  <rms@gnu.org>
13959         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
13961         * progmodes/python.el (python-mode):
13962         Use new name eldoc-documentation-function.
13964         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
13966         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
13967         (eldoc-documentation-function):
13968         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
13970 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
13972         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
13974 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
13976         * term/xterm.el (function-key-map): Fix strings for
13977         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
13978         {C,S,A,C-S}-{f1-f12}.
13980 2005-04-26  Kenichi Handa  <handa@m17n.org>
13982         * international/mule-cmds.el (select-safe-coding-system):
13983         Fix previous change.
13985 2005-04-26  Lute Kamstra  <lute@gnu.org>
13987         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
13989         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
13990         (font-lock-comment-delimiter-face): Ditto.
13992         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
13994 2005-04-25  Jay Belanger  <belanger@truman.edu>
13996         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
13997         to t while inserting information; use help-mode.
13999 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
14001         * term.el (ansi-term-color-vector): Use the xterm colors.
14002         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
14004 2005-04-25  Lute Kamstra  <lute@gnu.org>
14006         * font-core.el (font-lock-defaults): Fix docstring.
14008         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
14010 2005-04-25  Kenichi Handa  <handa@m17n.org>
14012         * international/mule-cmds.el (select-safe-coding-system):
14013         Don't check consistency with coding: spec, etc if raw-text or
14014         no-conversion was found to be safe.
14016 2005-04-24  Richard M. Stallman  <rms@gnu.org>
14018         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
14019         citation markers at start of each line.
14021         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
14022         citation markers at start of each line.
14024         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
14026         * files.el (mode-require-final-newline): Fix previous change.
14027         (require-final-newline): Fix type label.
14029 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
14031         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
14032         statement in buffer (broken by 2004-11-24 change).
14034 2005-04-24  Kim F. Storm  <storm@cua.dk>
14036         * ido.el (ido-everywhere): Save and restore old read-buffer-function
14037         and read-file-name-function values.  Don't overwrite existing
14038         non-nil values if ido-mode is enabled without ido-everywhere.
14040 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
14042         * files.el (mode-require-final-newline): Minor doc fix.
14044 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
14046         * subr.el (syntax-after): Doc fix.
14047         (syntax-class): If argument is nil, return nil.  Mask off upper 16
14048         bits, not 8 bits.
14050         * files.el (mode-require-final-newline): Doc fix.
14051         (backup-buffer-copy): Fix last change.
14053 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14055         * term/mac-win.el: Require select.  Set selection-coding-system to
14056         mac-system-coding-system.  Call menu-bar-enable-clipboard.
14057         (x-last-selected-text-clipboard, x-last-selected-text-primary)
14058         (x-select-enable-clipboard): New variables.
14059         (x-select-text, x-get-selection, x-selection-value)
14060         (x-get-selection-value, mac-select-convert-to-string)
14061         (mac-services-open-file, mac-services-open-selection)
14062         (mac-services-insert-text): New functions.
14063         (CLIPBOARD, FIND): Put mac-scrap-name property.
14064         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
14065         (public.tiff): Put mac-ostype property.
14066         (selection-converter-alist): Add entries for them.
14067         (mac-application-menu-map): New keymap.
14068         (interprogram-cut-function, interprogram-paste-function): Set to
14069         x-select-text and x-get-selection-value, respectively.
14070         (split-window-keep-point): Set to t.
14072 2005-04-23  Richard M. Stallman  <rms@gnu.org>
14074         * files.el (read-directory-name): Always pass non-nil
14075         DEFAULT-FILENAME arg to read-file-name.
14076         (backup-buffer-copy, basic-save-buffer-2): Take care against
14077         writing thru an unexpected existing symlink.
14078         (revert-buffer): In indirect buffer, revert the base buffer.
14079         (magic-mode-alist): Doc fix.
14080         (buffer-stale-function): Doc fix.
14081         (minibuffer-with-setup-hook): Avoid warning.
14082         (mode-require-final-newline): Doc and custom fix.
14084         * follow.el (follow-end-of-buffer): Use with-no-warnings.
14086         * font-lock.el (font-lock-comment-face): On terminals with few colors,
14087         use the default appearance.
14088         (font-lock-comment-delimiter-face): New face, new variable.
14090         * imenu.el (imenu--generic-function): The official position of a
14091         definition is the start of the line that BEG is in.
14093         * midnight.el (midnight-timer): Move defvar up.
14095         * mouse.el (mouse-drag-region-1): Delete some debugging code.
14097         * saveplace.el (save-place-to-alist): Use with-no-warnings.
14099         * startup.el (command-line): Use with-no-warnings.
14101         * window.el (window-size-fixed): New defvar.
14103         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
14105         * mail/rmail.el (rmail-font-lock-keywords):
14106         Use font-lock-comment-delimiter-face.
14108         * mail/sendmail.el (mail-font-lock-keywords):
14109         Use font-lock-comment-delimiter-face.
14111         * progmodes/compile.el (next-error-highlight-timer): New defvar.
14113 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
14115         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14116         Specify t for LAXMATCH when matching directories.
14117         Save match data around compilation-compat-error-properties form.
14119 2005-04-23  David Kastrup  <dak@gnu.org>
14121         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
14122         Mention that the autoloaded aliases should be kept for AUCTeX.
14124 2005-04-23  Andreas Schwab  <schwab@suse.de>
14126         * isearch.el (isearch-forward): Doc fix.
14128 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
14130         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
14131         (jit-lock-stealth-nice): Change default value to 0.5.
14133 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
14135         * abbrev.el (write-abbrev-file): Write table entries in
14136         alphabetical order by table name.
14138 2005-04-22  Kim F. Storm  <storm@cua.dk>
14140         * ido.el (ido-read-internal): Fix `list' completion.
14142 2005-04-22  Kenichi Handa  <handa@m17n.org>
14144         * recentf.el (recentf-save-file-coding-system): New variable.
14145         (recentf-save-list): Encode the file by
14146         recentf-save-file-coding-system and add coding: tag.
14148 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
14150         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
14152 2005-04-21  Lute Kamstra  <lute@gnu.org>
14154         * loadhist.el (unload-feature): Don't remove a function from hooks
14155         if it is about to be restored to an autoload .  Remove functions
14156         that will become unbound from auto-mode-alist.  Simplify the code.
14158         * subr.el (assq-delete-all): New implementation that is linear,
14159         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
14160         (rassq-delete-all): New function.
14162         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
14163         Add size-indication-mode.
14165 2005-04-21  Kenichi Handa  <handa@m17n.org>
14167         * international/mule-cmds.el: Add autoload for widget-value in
14168         eval-when-compile.
14170 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
14172         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
14173         Add tooltip-mode.
14175         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
14177 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
14179         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
14180         (inferior-lisp-filter-regexp, inferior-lisp-program)
14181         (inferior-lisp-load-command, inferior-lisp-prompt)
14182         (inferior-lisp-mode-hook, lisp-source-modes)
14183         (inferior-lisp-load-hook): defvar->defcustom.
14184         (inferior-lisp-program, inferior-lisp-prompt)
14185         (inferior-lisp-load-hook): Doc fixes.
14186         (inferior-lisp-install-letter-bindings): Small change in
14187         introductory comment.
14189 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
14191         * vc.el (vc-annotate-color-map): Change some colors so that text
14192         using them as foreground is readable on both white and black
14193         backgrounds.
14195 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14197         * international/mule-conf.el (translation-table-for-input):
14198         Remove redundant declaration.
14200 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
14202         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
14204         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
14205         (tooltip-toggle-gud-tips): New function.
14207 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14209         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
14210         right angle brackets.
14212 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
14214         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
14216 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14218         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
14219         Remove.  Update callers to use expand-file-name instead.
14221         * subr.el (syntax-class): New function.
14223         * simple.el (blink-matching-open): Use it.
14225         * paren.el (show-paren-function): Use it to recognize parens that are
14226         also used in 2-char comment markers.
14228 2005-04-19  Lute Kamstra  <lute@gnu.org>
14230         * loadhist.el (unload-feature): Update for new format of
14231         load-history.  Simplify the code.
14233 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14235         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
14236         (mac-add-charset-info): New function.  Initialize variable
14237         mac-charset-info-alist using it.
14238         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
14239         for translation.
14240         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
14241         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
14242         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
14243         New CCL programs.
14245 2005-04-19  Kim F. Storm  <storm@cua.dk>
14247         * simple.el (next-buffer, prev-buffer, next-error)
14248         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
14249         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
14251         * bindings.el (next-buffer, prev-buffer, next-error)
14252         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
14253         (clone-indirect-buffer-other-window): Move bindings from simple.el.
14254         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
14255         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
14257 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14259         * isearch.el (isearch-edit-string): Make the search-ring available for
14260         minibuffer history commands.
14261         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
14262         the default history commands now work just as well.
14263         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
14265 2005-04-18  Kim F. Storm  <storm@cua.dk>
14267         * emulation/cua-base.el (cua--pre-command-handler): Add more
14268         elaborate check for shift modifier on non-window systems.
14270 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
14272         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
14274 2005-04-18  Kim F. Storm  <storm@cua.dk>
14276         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
14277         and make it optional.  Don't test tooltip-gud-echo-area here.
14278         (tooltip-gud-process-output, gdb-tooltip-print):
14279         Pass tooltip-gud-echo-area to tooltip-show.
14280         (tooltip-help-tips): Remove second optional arg to tooltip-show.
14282 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14284         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
14285         `display-graphic-p' may not be bound yet.
14287 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
14289         * startup.el (command-line): No longer enable Xterm Mouse mode by
14290         default in terminals compatible with xterm.
14292         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
14294 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
14296         * tooltip.el (tooltip-gud-echo-area): Rename from
14297         tooltip-use-echo-area.
14298         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
14299         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
14300         area independently of where help tooltips are displayed.
14302 2005-04-17  David Kastrup  <dak@gnu.org>
14304         * cus-theme.el (custom-theme-write-variables): Quote variables
14305         where necessary.
14307 2005-04-17  Richard M. Stallman  <rms@gnu.org>
14309         * simple.el (yank-excluded-properties): Add follow-link to value.
14311         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
14313         * startup.el (fancy-splash-max-time): Just 30 seconds.
14314         (fancy-splash-delay): Just 7.
14315         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
14317         * loadhist.el (unload-feature): Update for new format of load-history.
14318         Simplify the code.
14320         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
14321         (rmail-font-lock-keywords): Don't fontify the text of a citation.
14323         * mail/sendmail.el (mail-font-lock-keywords):
14324         Don't fontify subject text.
14325         Don't fontify the text of a citation.
14327 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
14329         * comint.el (comint-output-filter): Run comint-output-filter-functions
14330         with point where the user had it.
14332 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14334         * international/ucs-tables.el (ucs-set-table-for-input):
14335         Disable when using unify-on-decoding.
14337 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
14339         * emulation/cua-base.el (cua-global-mark-face): Add special case
14340         for displays supporting a high number of colors.
14342 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
14344         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
14346 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
14348         * filesets.el (filesets-add-buffer): If user supplies a name of a
14349         non-existing fileset, create a new fileset.
14351 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
14353         * textmodes/org.el (org-up-heading-all): Fix bug with
14354         `outline-up-heading-all'.
14356 2005-04-16  Andreas Schwab  <schwab@suse.de>
14358         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
14359         /etc/permissions.d/* and /etc/aliases.d/*.
14361 2005-04-16  Kenichi Handa  <handa@m17n.org>
14363         * international/code-pages.el (cp-make-coding-system):
14364         Set `translation-table-for-input' property value to the symbol
14365         ucs-mule-to-mule-unicode, not to that value.
14366         (pt154): Escape guillemet by `\'.
14368 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
14370         * loadup.el: Load tooltip if x-show-tip is fboundp.
14372         * startup.el (command-line): Add comment.
14374         * tooltip.el (tooltip-mode): Specify correct standard value for
14375         Custom in init-value.
14377 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
14379         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
14380         possible.
14382 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
14384         * textmodes/org.el (org-agenda-date-prompt): Rename from
14385         `org-agenda-date-today'.
14386         (org-evaluate-time-range): Insert at point instead of directly
14387         after time range.
14388         (org-first-headline-recenter, org-subtree-end-visible-p)
14389         (org-optimize-window-after-visibility-change): New functions
14390         (org-agenda-post-command-hook): Don't allow point at end of line,
14391         to make sure it always hits the text properties.
14392         (org-agenda-next-date-line, org-agenda-previous-date-line):
14393         New commands.
14394         (org-set-regexps-and-options): Category may contain white space.
14395         (org-agenda-get-deadlines, org-agenda-get-scheduled):
14396         Improve marker positions.
14397         (org-agenda-new-marker): Argument POS made optional.
14398         (org-agenda-get-timestamps): Deadlines which are done are listed
14399         in org-done-face now.
14400         (org-agenda-get-todos, org-agenda-get-timestamps)
14401         (org-agenda-get-deadlines, org-agenda-get-scheduled):
14402         Set `undone-face' and `done-face' properties.
14403         (org-last-todo-state-is-todo): New variable.
14404         (org-todo): Set `org-last-todo-state-is-todo'.
14405         (org-agenda-todo): Change face according to
14406         `org-last-todo-state-is-todo'.  And change other lines referring to
14407         the same entry.
14408         (org-calendar-goto-agenda): New command.
14409         (org-calendar-to-agenda-key): New option.
14410         (org-startup-folded): New allowed value `content'.
14411         (org-set-regexps-and-options): Accept new value `content' for
14412         `org-startup-folded'.
14413         (org-get-current-options): Handle new value `content' for
14414         `org-startup-folded'.
14415         (org-insert-todo-heading): New command.
14416         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
14417         interactively in empty file and option
14418         `org-insert-mode-line-in-empty-file' has been set.
14419         (org-agenda-todo,org-agenda-priority): Modify to use
14420         `org-agenda-change-all-lines'.
14421         (org-warning-face): Change color on dark background
14423 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14425         * international/mule-cmds.el (set-locale-environment): On Mac OS,
14426         use preferences AppleLocale and AppleLanguages, and variable
14427         mac-system-locale for default locale.  On Mac OS Classic, use
14428         mac-system-coding-system for default coding systems.
14430         * term/mac-win.el: Don't set file-name-coding-system.
14431         Decode variables system-name, emacs-build-system, user-login-name, and
14432         user-full-name by mac-system-coding-system on Mac OS Classic.
14433         (mac-system-coding-system): New variable.
14435 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
14437         * startup.el (command-line): Handle `xterm-mouse-mode' before
14438         reading init file.
14440         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
14442 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
14444         * progmodes/sh-script.el (sh-here-document-word): Make it a
14445         defcustom.  Doc fix.
14446         (sh-add): Bash uses $(( )) for arithmetic.
14447         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
14448         (sh-maybe-here-document): Remove quotes and leading whitespace
14449         from heredoc word when closing.  Indent heredoc with tabs if word
14450         starts with "-".
14452 2005-04-13  Richard M. Stallman  <rms@gnu.org>
14454         * simple.el (undo): Fix previous change.
14456         * custom.el (defface): Doc fix.
14458 2005-04-13  Lute Kamstra  <lute@gnu.org>
14460         * Makefile.in (DONTCOMPILE): Remove list.
14461         (compile, compile-always): Don't use DONTCOMPILE.
14462         (update-authors): Load the library in which batch-update-authors
14463         is defined.
14464         * makefile.w32-in (DONTCOMPILE): Remove list.
14465         (compile, compile-always): Fix comments.
14466         (update-authors): Load the library in which batch-update-authors
14467         is defined.
14469         * generic-x.el (generic-mode-ini-file-find-file-hook):
14470         Rename to ini-generic-mode-find-file-hook.
14471         Keep generic-mode-ini-file-find-file-hook as an alias.
14472         (ini-generic-mode-find-file-hook): Rename from
14473         generic-mode-ini-file-find-file-hook.  Fix docstring.
14474         (ini-generic-mode): Docstring change.
14475         (bat-generic-mode-run-as-comint): Silence the byte compiler.
14477         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
14478         called from lisp.
14480         * generic.el: Move to the emacs-lisp subdir.
14482 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
14484         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
14485         and C-S- function and cursor motion keys.
14487 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
14489         * startup.el (command-line): Enable Xterm Mouse mode by default.
14490         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
14491         for Custom.  No longer show "Mouse" in mode line when enabled.
14492         Doc fix.
14494 2005-04-12  Kim F. Storm  <storm@cua.dk>
14496         * emulation/cua-base.el (cua-rectangle-face)
14497         (cua-rectangle-noselect-face): Define face attributes here.
14499         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
14501 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14503         * startup.el (command-line): Turn off blinking cursor if
14504         cursorBlink in resources is off or false.
14506 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14508         * term/mac-win.el (dnd): Require dnd.
14509         (mac-drag-n-drop): Call dnd-handle-one-url.
14510         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
14511         (kTextEncodingISOLatin2): Remove constants.
14512         (mac-script-code-coding-systems): New constant.
14513         (mac-handle-language-change): New function.
14514         (special-event-map): Bind it to `language-change' event.
14515         (mac-centraleurroman, mac-cyrillic): New coding systems.
14516         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
14517         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
14518         and mac-cyrillic-encoder to encode-mac-centraleurroman and
14519         encode-mac-cyrillic, respectively.
14521 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
14523         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
14524         Don't set overlay-arrow-string to "=>" as this is done
14525         globally in C now.
14527 2005-04-12  Lute Kamstra  <lute@gnu.org>
14529         * generic-x.el (rc-generic-mode, rul-generic-mode):
14530         Fix auto-mode-alist entries.
14531         (etc-fstab-generic-mode): Tweak fontification.
14533         * generic.el (generic-make-keywords-list): Fix docstring.
14534         (generic-mode-internal): Simplify generic-font-lock-keywords.
14536 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
14538         * whitespace.el (whitespace-buffer-leading)
14539         (whitespace-buffer-trailing): Revert the incorrect test inversion.
14540         However, fix the highlight area for the leading and
14541         trailing whitespaces to show space.
14543 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
14545         * whitespace.el (whitespace-version): Bump to 3.5
14547         (whitespace-buffer-leading, whitespace-buffer-trailing):
14548         Invert sense of the test to highlight the whitespace.
14550 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
14552         * progmodes/gud.el (gud-display-line): GUD uses its own
14553         overlay arrow now so don't set overlay-arrow-string.
14554         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
14556 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
14558         * term.el (term-ansi-current-bold, term-ansi-current-underline)
14559         (term-ansi-current-reverse, term-ansi-current-invisible)
14560         (term-ansi-face-already-done): Change to boolean.
14561         (term-reset-terminal, term-handle-colors-array): Handle the above
14562         vars accordingly.
14563         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
14564         (term-emulate-terminal): Use the new name.
14566         * faces.el (secondary-selection): Use yellow1, not yellow.
14567         (trailing-whitespace): Use red1, not red.
14569 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14571         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
14572         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
14573         (dired-dnd-handle-file): Call dnd-get-local-file-uri
14575         * cus-edit.el (dnd): New group.
14577         * term/w32-win.el (dnd): Require dnd
14578         (w32-drag-n-drop): Call dnd-handle-one-url.
14580         * x-dnd.el: Require dnd.
14581         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
14582         Call dnd-handle-one-url.
14583         (x-dnd-types-alist, x-dnd-insert-utf8-text)
14584         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
14585         to dnd-insert-text.
14586         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
14587         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
14588         (x-dnd-get-local-file-name, x-dnd-open-local-file)
14589         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
14591         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
14593 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
14595         * wdired.el: Doc fixes.
14596         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
14597         (wdired-use-dired-vertical-movement): Rename from
14598         wdired-always-move-to-filename-beginning.
14599         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
14600         (wdired-change-to-wdired-mode): Change mode name.
14601         (wdired-newline): Delete.
14603 2005-04-11  Richard M. Stallman  <rms@gnu.org>
14605         * whitespace.el (whitespace-highlight-the-space):
14606         Don't call whitespace-unhighlight-the-space here.
14608         * simple.el (undo): Record t in undo-equiv-table
14609         for the redo record made by an undo-in-region.
14611 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
14613         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
14614         (gdb-frame-inferior-io-buffer): New Functions to control
14615         display of separate IO buffer.
14616         (menu): Add them to menu-bar.
14617         (gdb-display-buffer): Check for buffer another frame.
14618         Protect GUD buffer.
14619         (gdb-setup-windows): Create IO buffer if not already there.
14620         (gdb-memory-mode): Remove purecopy noops.
14622 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
14624         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
14625         and pass to self-insert-command.
14627 2005-04-11  Lute Kamstra  <lute@gnu.org>
14629         * generic.el: Commentary section cleanup.
14630         (generic): Delete.
14631         (generic-use-find-file-hook, generic-lines-to-scan)
14632         (generic-find-file-regexp, generic-ignore-files-regexp)
14633         (default-generic-mode, generic-mode-find-file-hook)
14634         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
14635         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
14636         (generic-use-find-file-hook, generic-lines-to-scan)
14637         (generic-find-file-regexp, generic-ignore-files-regexp)
14638         (default-generic-mode, generic-mode-find-file-hook)
14639         (generic-mode-ini-file-find-file-hook): Move from generic.el.
14641 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
14643         * bookmark.el (bookmark-write-file): Catch errors writing file.
14644         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
14646 2005-04-10  Richard M. Stallman  <rms@gnu.org>
14648         * startup.el (fancy-splash-tail): Update copyright year.
14649         (command-line): Split part of -Q into -D.
14650         (emacs-basic-display): New defvar.
14651         (fancy-splash-text): Correct name of menu item.
14653         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
14655         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
14656         lines in one node.
14658         * comint.el (comint-send-input): New arg ARTIFICIAL.
14659         Callers in this file changed.
14661         * abbrev.el (define-abbrevs): Read system abbrevs properly.
14663         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
14665 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
14667         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
14668         `ldap-search-internal'.
14670 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14672         * files.el (set-auto-mode-1): Use line-end-position.
14674         * international/latin-1.el:
14675         * international/latin-2.el:
14676         * international/latin-3.el:
14677         * international/latin-4.el:
14678         * international/latin-5.el:
14679         * international/latin-8.el:
14680         * international/latin-9.el: Give punctuation syntax to NBSP.
14682         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
14683         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
14684         Use char-classes to accept non-ascii letters, accepted in some recent
14685         bibtex implementations.
14687 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
14689         * custom.el (custom-set-minor-mode): Any non-nil value for the
14690         variable should enable the mode when set through Custom.
14692 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14694         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
14695         TAB binding so tab-always-indent is obeyed.
14696         (vhdl-minibuffer-local-map): Move initialization into declaration.
14697         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
14698         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
14699         (vhdl-hooked-abbrev): Avoid test for XEmacs.
14700         (vhdl-current-line): Use line-beginning-position.
14701         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
14702         with-output-to-temp-buffer, so the current position can be recorded.
14704 2005-04-10  Masatake YAMATO  <jet@gyve.org>
14706         * progmodes/compile.el (compilation-error-regexp-alist-alist):
14707         Add regexp for gcov.
14709 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14711         * calendar/time-date.el (time-to-seconds, seconds-to-time)
14712         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
14713         syntax which Emacs 20 doesn't support.
14715 2005-04-09  Richard M. Stallman  <rms@gnu.org>
14717         * help.el (describe-key-briefly, describe-key):
14718         Replace strings as event types with "(any string)".
14720 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14722         * arc-mode.el (archive-mode-map): Move initialization into
14723         the declaration.  Override *all* bindings of `undo'.
14724         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
14726 2005-04-09  Jay Belanger  <belanger@truman.edu>
14728         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
14730 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
14732         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
14733         (xterm-register-default-colors): Update color values computation
14734         to match xterm-200.
14736 2005-04-09  Kenichi Handa  <handa@m17n.org>
14738         * international/code-pages.el (iso-latin-7): Fix the map.
14740 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
14742         * emacs-lisp/lisp.el (defun-prompt-regexp)
14743         (parens-require-spaces, buffer-end, end-of-defun)
14744         (insert-parentheses): Doc fixes.
14746 2005-04-08  Kim F. Storm  <storm@cua.dk>
14748         * comint.el (comint-highlight-prompt): Fix face spec.
14749         * hi-lock.el (hi-green): Likewise.
14751 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
14753         * cus-edit.el (custom-modified-face):
14754         * comint.el (comint-highlight-input): Fix previous changes.
14755         * term.el (term-handle-ansi-escape): Add a comment.
14757 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14759         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
14760         in the buffer and in whitespace-highlighted-space.
14761         (whitespace-unhighlight-the-space): Simplify.
14762         (whitespace-buffer): Simplify.
14764 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
14766         * textmodes/table.el (table-cell-face): Add special case for
14767         displays supporting a high number of colors.
14768         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
14769         (vhdl-font-lock-reserved-words-face)
14770         (vhdl-speedbar-architecture-face)
14771         (vhdl-speedbar-instantiation-face)
14772         (vhdl-speedbar-architecture-selected-face)
14773         (vhdl-speedbar-instantiation-selected-face): Likewise.
14774         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
14775         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
14776         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14777         (ebrowse-root-class-face, ebrowse-member-attribute-face)
14778         (ebrowse-progress-face): Likewise.
14779         * progmodes/compile.el (compilation-info-face): Likewise.
14780         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
14781         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
14782         * calendar/calendar.el (diary-face): Likewise.
14783         * woman.el (woman-italic-face, woman-bold-face)
14784         (woman-unknown-face): Likewise.
14785         * wid-edit.el (widget-button-pressed-face): Likewise.
14786         * whitespace.el (whitespace-highlight-face): Likewise.
14787         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
14788         * pcvs-info.el (cvs-marked-face): Likewise.
14789         * info.el (info-xref): Likewise.
14790         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
14791         * hilit-chg.el (highlight-changes-face)
14792         (highlight-changes-delete-face): Likewise.
14793         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
14794         (hi-red-b): Likewise.
14795         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
14796         * font-lock.el (font-lock-keyword-face)
14797         (font-lock-function-name-face, font-lock-warning-face): Likewise.
14798         * cus-edit.el (custom-invalid-face, custom-modified-face)
14799         (custom-set-face, custom-changed-face, custom-variable-tag-face)
14800         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
14801         * comint.el (comint-highlight-prompt): Likewise.
14803 2005-04-08  Lute Kamstra  <lute@gnu.org>
14805         * font-lock.el (font-lock-keywords): Docstring fixes.
14807 2005-04-08  Kenichi Handa  <handa@m17n.org>
14809         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
14810         chars are more than a limit, print " and more..." at the tail.
14812 2005-04-08  Kim F. Storm  <storm@cua.dk>
14814         * emacs-lisp/authors.el (authors-aliases): Update list.
14815         (authors-ignored-files): New list.
14816         (authors-fixed-entries): Fix typo.
14817         (authors-renamed-files-alist): Update list.
14818         (authors-add): Check authors-ignored-files.
14820 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
14822         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
14823         optional, to ensure backward compatibility.
14825 2005-04-08  Stephen Eglen  <stephen@gnu.org>
14827         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
14829 2005-04-08  Kim F. Storm  <storm@cua.dk>
14831         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
14833         * mouse.el (mouse-on-link-p): Doc fix.
14835 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
14837         * ielm.el (ielm-prompt-read-only): Doc fix.
14839         * comint.el (comint-prompt-read-only): Doc fix.
14841 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
14843         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
14844         ensure dired always handles wildcards passed to ffap.
14845         (find-file-at-point): Use it.
14846         (ffap-dired-wildcards): Doc fix.
14848 2005-04-07  Juri Linkov  <juri@jurta.org>
14850         * simple.el (next-error-overlay-arrow-position): New defvar.
14851         Put "=>" on its property `overlay-arrow-string'.  Add it to
14852         `overlay-arrow-variable-list'.
14854         * progmodes/compile.el (compilation-setup):
14855         Set `next-error-overlay-arrow-position' to nil.  Also set it to
14856         nil in the local hook `kill-buffer-hook'.  Make local variable
14857         `overlay-arrow-string' and set it to "=>".
14858         (compilation-goto-locus): Set BOL position to
14859         `next-error-overlay-arrow-position' instead of
14860         `overlay-arrow-position'.
14862         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
14863         locally instead of adding it to the global hook.
14864         (Info-kill-buffer): Move up.
14866 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
14868         * term/xterm.el (xterm-standard-colors): Update color values from
14869         xterm-200.
14871 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14873         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
14875         * fast-lock.el:
14876         * lazy-lock.el: Move them to the obsolete subdir.
14878 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
14880         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
14881         (wdired-add-replace-advice): Remove.
14882         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
14884 2005-04-06  Kim F. Storm  <storm@cua.dk>
14886         * startup.el (command-line): Add --bare-bones alias for -Q.
14888 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14890         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
14891         create the startup fontset if a font specification ends with
14892         `mac-roman'.
14894 2005-04-06  Lute Kamstra  <lute@gnu.org>
14896         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
14897         change.
14899         * emacs-lisp/copyright.el (copyright-update-year): Replace the
14900         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
14902 2005-04-05  Lute Kamstra  <lute@gnu.org>
14904         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
14905         (define-generic-mode): Ditto.  Fix debug declaration.
14907         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14908         Put them in the generic-x group.
14910         * calendar/timeclock.el (timeclock): Doc fix.
14912         * generic.el (define-generic-mode): Don't use custom-current-group.
14913         Document default :group value.
14914         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
14915         (define-global-minor-mode): Don't use custom-current-group.
14917 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
14919         * startup.el (command-line-1): Display startup-echo-area-message
14920         when fancy splash screen is in use.
14922         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
14923         (sh-escaped-newline): New face.
14924         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
14925         newline, and use sh-escaped-newline face.
14927         * progmodes/tcl.el (tcl-escaped-newline): New face.
14928         (tcl-builtin-list): New variable.
14929         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
14930         newlines.  Fix keywords subexpression number.
14932 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
14934         * textmodes/org.el (org-diary-default-entry): Fix call to
14935         `add-to-diary-entry'.
14937 2005-04-05  Kim F. Storm  <storm@cua.dk>
14939         * ediff-init.el: Use (featurep 'xemacs).
14941 2005-04-05  David Ponce  <david@dponce.com>
14943         * cus-edit.el (face): Derive from symbol widget.  Display sample
14944         of the current face on the fly.
14945         (widget-face-sample-face-get, widget-face-notify): New functions.
14946         (widget-face-value-create): Remove.
14948         * wid-edit.el (widget-field-end): Temporarily remove field
14949         narrowing before to call `get-char-property'.
14951 2005-04-04  Jay Belanger  <belanger@truman.edu>
14953         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
14954         (math-read-subscripts): New variable.
14955         (math-read-preprocess-string): Process subscripts.
14957 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
14959         * comint.el (comint-prompt-read-only): Doc fix.
14961         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
14962         `-1'.  Doc fix.
14964 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
14966         * textmodes/org.el (org-insert-mode-line-in-empty-file):
14967         Change default value to nil.
14969 2005-04-04  Lute Kamstra  <lute@gnu.org>
14971         * autorevert.el (auto-revert-mode): Specify :group.
14972         * battery.el (display-battery-mode): Specify :group.
14973         * diff-mode.el (diff-minor-mode): Specify :group.
14974         * font-core.el (font-lock-mode): Specify :group.
14975         * hl-line.el (hl-line-mode): Specify :group.
14976         * iimage.el (iimage): New customization group.
14977         (iimage-mode): Specify :group.
14978         * longlines.el (longlines-mode): Specify :group.
14979         * master.el: Don't require easy-mmode.
14980         (master): New customization group.
14981         (master-mode): Specify :group.
14982         * msb.el (msb-mode): Specify :group.
14983         * reveal.el (reveal-mode): Specify :group.
14984         * simple.el (next-error-follow-minor-mode): Specify :group.
14985         * smerge-mode.el (smerge-mode): Specify :group.
14986         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
14987         * emulation/cua-base.el (cua-mode): Specify :group.
14988         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
14989         * language/thai-util.el (thai-auto-composition-mode)
14990         (thai-word-mode): Specify :group.
14991         * mail/supercite.el (sc-minor-mode): Specify :group.
14992         * progmodes/cwarn.el (cwarn-mode): Specify :group.
14993         * progmodes/flymake.el (flymake-mode): Specify :group.
14994         * progmodes/glasses.el (glasses-mode): Specify :group.
14995         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
14996         * textmodes/enriched.el (enriched-mode): Specify :group.
14997         * textmodes/refill.el (refill-mode): Specify :group.
14999         * add-log.el (change-log-font-lock-keywords): Names in
15000         parenthesized lists can contain spaces.
15002 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
15004         * startup.el (fancy-splash-text): Shorten default text of
15005         "Emacs Tutorial" line.  Also, if the current language env
15006         indicates an available tutorial file other than TUTORIAL,
15007         extract its title and append it to the line in parentheses.
15008         (fancy-splash-insert): If arg is a thunk, funcall it.
15010 2005-04-04  Jay Belanger  <belanger@truman.edu>
15012         * calc.el (calc-language-alist): Add tags to customization type.
15014 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
15016         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
15017         Doc fix.
15019 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
15021         * add-log.el (change-log-font-lock-keywords): The manual
15022         describing a Change Log entry, says: (...) "Aside from these
15023         header lines, every line in the change log starts with a space or
15024         a tab.".  The font-lock was not highlighting lines started with
15025         spaces, added support for it.
15027 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15029         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
15030         (bibtex-generate-url-list): Update docstring accordingly.  Put the
15031         complex example in the docstring.
15032         (bibtex-font-lock-url): Use pop.
15034 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15036         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
15038         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
15040 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
15042         * filesets.el (filesets-set-default): Doc fix.
15044 2005-04-03  Lute Kamstra  <lute@gnu.org>
15046         * generic.el (define-generic-mode): Add argument to specify
15047         keywords for defcustom.
15048         (default-generic-mode): Specify :group.
15050         * generic-x.el: Specify :group for all generic modes.
15052         * desktop.el (desktop-no-desktop-file-hook)
15053         (desktop-after-read-hook): Doc fix.
15055 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
15057         * simple.el (visible-mode): Use explicit :group keyword.
15058         This changes the group of `visible-mode-hook' from paren-blinking
15059         to editing-basics.
15061 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
15063         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
15064         mailbox specifications as well as URLs.
15065         (rmail-insert-inbox-text): Remove unused conditional branches.
15067 2005-04-01  Jay Belanger  <belanger@truman.edu>
15069         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
15070         (calc-gnuplot-print-command): Move definitions to calc.el.
15072         * calc/calc-embed.el (calc-embedded-announce-formula)
15073         (calc-embedded-open-formula, calc-embedded-close-formula)
15074         (calc-embedded-open-word, calc-embedded-close-word)
15075         (calc-embedded-open-plain, calc-embedded-close-plain)
15076         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
15077         (calc-embedded-open-mode, calc-embedded-close-mode):
15078         Move definitions to calc.el.
15080         * calc/calc.el (calc-settings-file, calc-language-alist):
15081         Make customizable.
15082         (calc-embedded-announce-formula, calc-embedded-open-formula)
15083         (calc-embedded-close-formula, calc-embedded-open-word)
15084         (calc-embedded-close-word, calc-embedded-open-plain)
15085         (calc-embedded-close-plain, calc-embedded-open-new-formula)
15086         (calc-embedded-close-new-formula, calc-embedded-open-mode)
15087         (calc-embedded-close-mode, calc-gnuplot-name)
15088         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
15089         from other files and make customizable.
15091 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15093         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
15094         Use buffer-live-p.
15095         (cvs-mode-run): Don't call cvs-update-header here.
15096         (cvs-run-process): Call cvs-update-header.
15097         Use process properties for cvs-postprocess and cvs-buffer so that
15098         the sentinel can behave better if the temp buffer is killed.
15099         Use a pipe rather than a tty, to better handle unexpected prompts.
15100         (cvs-sentinel): Rewrite.  Call cvs-update-header.
15102 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
15104         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
15105         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
15107 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15109         * generic.el (define-generic-mode): Add indentation rule.
15111 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
15113         * files.el (mode-require-final-newline): Make Custom correctly
15114         report a nil value and allow to set it to nil via Custom.
15115         Doc fix.
15117 2005-04-01  Kenichi Handa  <handa@m17n.org>
15119         * international/characters.el: Enable the correct case setting for
15120         dotless-i and dotted-I.
15122 2005-04-01  Kim F. Storm  <storm@cua.dk>
15124         * ido.el (ido-file-internal): Fall back to non-ido command if
15125         initial directory is on slow ftp (or tramp) host.
15127 2005-03-31  Richard M. Stallman  <rms@gnu.org>
15129         * emacs-lisp/autoload.el (make-autoload):
15130         Handle define-global-minor-mode.
15132         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
15133         Rename from easy-mmode-define-global-mode.
15134         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
15136         * progmodes/scheme.el (scheme-mode-syntax-table):
15137         Update syntax of | and # for two-character comment syntax.
15139 2005-03-31  Lute Kamstra  <lute@gnu.org>
15141         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
15142         (define-minor-mode): Call custom-current-group at load-time.
15144         * generic.el (define-generic-mode): Add debug declaration.
15145         Add defcustom for the mode hook.
15146         (generic-mode-internal): Use run-mode-hooks.
15148 2005-03-31  Kim F. Storm  <storm@cua.dk>
15150         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
15151         (mouse-fixup-help-message): New defun called by show_help_echo
15152         to fixup mouse-2 prefix in help messages when applicable.
15154         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
15156 2005-03-31  Kenichi Handa  <handa@m17n.org>
15158         * language/thai-word.el (thai-find-word-ends): Pay attention to
15159         the case that we reach the end of buffer.
15161         * textmodes/fill.el (fill-text-properties-at): New function.
15162         (fill-newline): Use fill-text-properties-at instead of
15163         text-properties-at.
15165 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
15167         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
15168         not comint-quote-filename.
15170 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
15172         * help-fns.el (help-with-tutorial): Revert last change.
15174 2005-03-31  Kim F. Storm  <storm@cua.dk>
15176         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
15178 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
15180         * calendar/cal-china.el: Update reference to "Calendrical
15181         Calculations" book; there's a new edition.
15182         * calendar/cal-coptic.el: Likewise.
15183         * calendar/cal-french.el: Likewise.
15184         * calendar/cal-hebrew.el: Likewise.
15185         * calendar/cal-islam.el: Likewise.
15186         * calendar/cal-iso.el: Likewise.
15187         * calendar/cal-julian.el: Likewise.
15188         * calendar/cal-mayan.el: Likewise.
15189         * calendar/cal-persia.el: Likewise.
15190         * calendar/calendar.el: Likewise.
15191         * calendar/holidays.el: Likewise.
15192         * calendar/lunar.el: Likewise.
15193         * calendar/solar.el: Likewise.
15195         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
15196         white space from doc string.
15198 2005-03-30  Jay Belanger  <belanger@truman.edu>
15200         * calc/calc-help.el (calc-full-help): Remove email address.
15202 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
15204         * help-fns.el (help-with-tutorial): Delete title line.
15206 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
15208         * calendar/cal-x.el (calendar-one-frame-setup)
15209         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
15210         rather than 'symbol for set-window-dedicated-p.
15212         * calendar/appt.el (appt-buffer-name): Make it a constant.
15213         (appt-add): Doc fix.
15215         * filesets.el (filesets-menu-path, filesets-menu-before)
15216         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
15217         (filesets-menu-cache-file): Use directory ~/.emacs.d.
15218         (filesets-add-submenu): Delete and use add-submenu instead.
15220 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
15222         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
15223         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
15224         (org-diary-default-entry): New function.
15225         (org-get-entries-from-diary): Better parsing of diary entries.
15226         (org-agenda-check-no-diary): New function.
15227         ("diary-lib"): Advice to function `add-to-diary-list', to allow
15228         linking to diary entries.
15229         (org-agenda-execute-calendar-command): New function.
15230         (org-agenda): Improve visible section in window.
15231         Use `org-fit-agenda-window'.
15232         (org-fit-agenda-window): New option.
15233         (org-move-subtree-down): Better handling of empty lines
15234         at end of subtree.
15235         (org-cycle): Numeric prefix is interpreted now as show-subtree N
15236         levels up.
15237         (org-fontify-done-headline): New option.
15238         (org-headline-done-face): New face.
15239         (org-set-font-lock-defaults): Use `org-headline-done-face'.
15240         (org-table-copy-down): Rename from `org-table-copy-from-above'.
15241         When current field is non-empty, it is copied to next row.
15242         (org-table-copy-from-above): Fix bug which made it
15243         impossible to copy fields containing only a single non-white character.
15245 2005-03-30  Kim F. Storm  <storm@cua.dk>
15247         * kmacro.el (kmacro-end-macro): Isearch may store this command
15248         into the macro -- so ignore it when executing keyboard macro.
15250 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
15252         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
15254 2005-03-29  Kenichi Handa  <handa@m17n.org>
15256         * language/thai.el ("Thai"): Set setup-function and exit-function
15257         for Thai language environment.
15259         * language/thai-util.el: Require thai-word.
15260         (thai-word-mode-map): New variable.
15261         (thai-word-mode): New minor mode.
15262         (setup-thai-language-environment-internal): New function.
15263         (exit-thai-language-environment-internal): New function.
15265         * language/thai-word.el (thai-word-table): Declare it by defvar,
15266         use dolist to initialize it.
15267         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
15268         (thai-fill-find-break-point): New functions.
15270 2005-03-29  Richard M. Stallman  <rms@gnu.org>
15272         * simple.el (idle-update-delay): Move definition up.
15273         (set-mark): Doc fix.
15275 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
15277         * longlines.el: New file.
15279         * simple.el (buffer-substring-filters): New variable.
15280         (filter-buffer-substring): New function.
15281         (kill-region, copy-region-as-kill): Use it.
15283         * register.el (copy-to-register, append-to-register)
15284         (prepend-to-register): Use filter-buffer-substring.
15286 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
15288         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
15289         (gud-filter-pending-text): Move in front of gdb.
15290         (gud-overlay-arrow-position): New variable.
15291         (gud-sentinel, gud-display-line): Use it in place of
15292         overlay-arrow-position.
15294 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
15296         * progmodes/fortran.el (fortran-if-indent): Doc fix.
15297         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
15298         (fortran-font-lock-keywords-4): New variable.
15299         (fortran-blocks-re, fortran-end-block-re)
15300         (fortran-start-block-re): New constants, for hideshow.
15301         (hs-special-modes-alist): Add a Fortran entry.
15302         (fortran-mode-map): Bind fortran-end-of-block,
15303         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
15304         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
15305         (fortran-looking-at-if-then, fortran-end-of-block)
15306         (fortran-beginning-of-block): New functions, for hideshow.
15308         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
15309         Doc fix.  Tweak regexp.
15310         (f90-beginning-of-block): Push mark first.
15312 2005-03-29  Jay Belanger  <belanger@truman.edu>
15314         * calc/calc.el: Update copyright date.
15315         (calc-version): Increase to 2.1.
15316         (calc-version-date): Remove.
15318         * calc/calc-help.el: Update copyright date.
15319         (calc-full-help): Remove reference to calc-version-date.
15320         Update copyright date.
15322 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15324         * vc.el (vc-do-command): Use a pipe for async processes, so password
15325         prompts don't show up at places where the user can't reply.
15327 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
15329         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
15330         on the file name we pass to the inferior shell.
15332 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
15334         * progmodes/which-func.el (which-function): Be robust in the face of an
15335         imenu--make-index-alist failure.
15337 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15339         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
15341         * progmodes/python.el (python-preoutput-filter): Fix last change.
15343 2005-03-29  Lute Kamstra  <lute@gnu.org>
15345         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
15346         functions and compiled macros.
15347         (debug-convert-byte-code): Handle macros too.
15348         (debug-on-entry-1): Don't signal an error when trying to clear a
15349         function that is not set to debug on entry.
15351 2005-03-29  Jay Belanger  <belanger@truman.edu>
15353         * calc/calc-lang.el: Add functions to math-function-table
15354         properties of tex and math.
15356 2005-03-29  Kenichi Handa  <handa@m17n.org>
15358         * ps-mule.el (ps-mule-plot-string): Translate characters by
15359         ps-print-translation-table.
15360         (ps-mule-begin-job): Call find-charset-region/string with
15361         ps-print-translation-table.
15362         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
15364         * ps-print.el (ps-print-translation-table): New variable.
15365         (ps-plot-region): Translate characters by ps-print-translation-table.
15367 2005-03-29  Juri Linkov  <juri@jurta.org>
15369         * simple.el (next-error-highlight-timer): New variable.
15371         * progmodes/compile.el (compilation-goto-locus):
15372         Use `next-error-highlight-timer' instead of `sit-for'.
15374 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15376         * mail/supercite.el (sc-mail-field): Use assoc-string.
15377         (sc-get-address): Simplify regexps.
15379         * files.el (minibuffer-with-setup-hook): New macro.
15380         (find-file-read-args): Use it to avoid let-binding
15381         minibuffer-with-setup-hook (which breaks turning on/off
15382         file-name-shadow-mode while in the prompt).
15384         * complete.el (PC-read-include-file-name-internal):
15385         Use test-completion.
15387 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
15389         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
15391 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15393         * window.el (window-buffer-height): Use count-screen-lines.
15395         * progmodes/python.el (python-preoutput-leftover): New var.
15396         (python-preoutput-filter): Use it.
15397         (python-send-receive): Loop until all the result has been received.
15399 2005-03-28  Juri Linkov  <juri@jurta.org>
15401         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
15403         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
15404         "Recover Crashed Session".
15405         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
15406         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
15407         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
15408         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
15409         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
15410         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
15411         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
15412         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
15414         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
15415         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
15416         Ediff Sessions", "Toggle use of separate control buffer frame",
15417         "Use separate frame for Ediff control buffer".
15419         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
15420         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
15421         "Rename Bookmark", "Delete Bookmark".
15423         * info.el (Info-mode-menu): Remove ellipsis from "Index".
15424         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
15425         Add `:active Info-index-alternatives' to "Next Matching Item".
15427         * wdired.el (wdired-change-to-wdired-mode):
15428         Mention `wdired-abort-changes' key in the initial message.
15430         * international/mule.el (auto-coding-alist): Associate non-ascii
15431         image filename extensions with `no-conversion'.
15433 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15435         * international/iso-acc.el:
15436         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
15438 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
15440         * textmodes/sgml-mode.el (html-mode): Doc update.
15442         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
15444 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
15446         * term.el (term-move-columns): Fix face after extending a line.
15447         (term-insert-spaces): Likewise.
15448         (term-reset-terminal): Fix off by one error.
15450 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
15452         * international/mule.el (auto-coding-alist): Add .xpi files.
15454         * files.el (auto-mode-alist): Add .xpi files.
15456 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
15458         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
15460 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
15462         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
15464 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
15466         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
15467         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
15469         * calendar/cal-move.el (calendar-beginning-of-year): Move the
15470         cursor to Jan 1 when needed.
15471         (calendar-end-of-year): Fix -/+ typo.
15472         Reported by Chong Yidong <cyd@stupidchicken.com>.
15474 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15476         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
15478         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
15479         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
15481 2005-03-25  Richard M. Stallman  <rms@gnu.org>
15483         * filesets.el (filesets-init): Add autoload.
15485         * mail/mailalias.el (mail-directory): Doc fix.
15487 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
15489         * mail/mailalias.el (mail-directory-process): Do nothing if
15490         mail-directory-process is an atom.
15491         (mail-get-names): Ignore mail-directory-names if it is an atom.
15492         (mail-directory-process defvar): Doc fix.
15493         (mail-names): Doc fix.
15495 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
15497         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
15499 2005-03-26  Kenichi Handa  <handa@m17n.org>
15501         * international/mule-util.el (detect-coding-with-priority):
15502         Call update-coding-systems-internal before detect-coding-region.
15504 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
15506         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
15507         (gdb-frames-mode-map): Add follow-link property.
15509 2005-03-25  Jay Belanger  <belanger@truman.edu>
15511         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
15512         for variables.
15514 2005-03-25  Juri Linkov  <juri@jurta.org>
15516         * image-mode.el: Optimize image filename extension regexps in
15517         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
15518         in `auto-mode-alist'.
15519         (image-mode): Add `image-toggle-display-text' to local hook
15520         `change-major-mode-hook'.  Display the image as an image by
15521         default.  Set `cursor-type' and `truncate-lines' if the image
15522         is already displayed.  Take into account the current mode (image
15523         or text) in message.
15524         (image-minor-mode): New minor mode.
15525         (image-mode-maybe, image-toggle-display-text): New functions.
15526         (image-toggle-display): Use called-interactively-p.
15527         Let-bind `inhibit-read-only' to t.
15529         * image-mode.el (image-minor-mode): Set `cursor-type' and
15530         `truncate-lines' if the image is already displayed.  Add turning
15531         image-minor-mode off to `change-major-mode-hook'.  Add message.
15532         Call `image-toggle-display-text' after turning image-minor-mode off.
15534 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15536         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
15537         Terminal.app, use utf-8.
15538         (set-display-table-and-terminal-coding-system): Add coding-system arg.
15539         (set-locale-environment): Use it.
15541         * term/xterm.el: Undo last change, better done in mule-cmds.el.
15543         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
15545         * progmodes/python.el (python-close-block-statement-p)
15546         (python-outdent-p, python-current-defun): Use symbol-end.
15548 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
15550         * files.el (save-some-buffers): Doc fix.
15552 2005-03-25  Werner Lemberg  <wl@gnu.org>
15554         * complete.el, thumbs.el: Replace `legal' with `valid'.
15555         * calendar/calendar.el: Replace `legal' with `valid'.
15556         * emacs-lisp/advice.el: Replace `legal' with `valid'.
15557         * mail/supercite.el: Replace `legal' with `valid'.
15558         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
15559         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
15560         Replace `legal' with `valid'.
15561         * textmodes/reftex-vars.el, textmodes/reftex.el:
15562         Replace `legal' with `valid'.
15564 2005-03-25  Werner Lemberg  <wl@gnu.org>
15566         * calc/calc-forms.el, calc/calc-sel.el:
15567         * midnight.el, vc-cvs.el:
15568         * emacs-lisp/cl-macs.el:
15569         * emulation/vip.el:
15570         * eshell/esh-io.el, eshell/esh-var.el:
15571         * mail/supercite.el:
15572         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
15573         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
15574         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
15575         * progmodes/sh-script.el, progmodes/xscheme.el:
15576         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
15577         * textmodes/reftex-index.el, textmodes/reftex-parse.el
15578         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
15579         * textmodes/reftex.el, textmodes/org.el:
15580         Replace `illegal' with `invalid'.
15582 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15584         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
15585         (flymake-find-buildfile, flymake-find-possible-master-files)
15586         (flymake-check-include, flymake-parse-line): Replace loops over the
15587         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
15589         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
15590         Substitute file-name-as-directory in the rest of the file.
15591         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
15592         (flymake-replace-region): Remove unused arg `buffer'.
15593         (flymake-check-patch-master-file-buffer): Update calls to it.
15594         (flymake-add-err-info): Remove unused var `count'.
15595         (flymake-mode): Use define-minor-mode.
15597         * progmodes/flymake.el: Use with-current-buffer.
15598         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
15599         flymake-replace-regexp-in-string, flymake-line-beginning-position)
15600         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
15601         Avoid testing for `xemacs'.
15602         (flymake-nop): Move.
15603         (flymake-region-has-flymake-overlays): Return the computed value.
15604         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
15605         Remove unused var `endline'.
15606         (flymake-get-line-count): Remove unused function.
15607         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
15609         * emulation/vi.el:
15610         * generic.el:
15611         * hilit-chg.el (global-highlight-changes):
15612         * hi-lock.el (hi-lock-mode):
15613         * follow.el: find-file-hooks -> find-file-hook.
15615         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
15617 2005-03-24  Juri Linkov  <juri@jurta.org>
15619         * dired.el (dired-mode-map): Add menu item "Compare directories"
15620         for dired-compare-directories.
15622         * dired-aux.el (dired-compare-directories): Add autoload cookie.
15623         Doc fix.  Replace `read-file-name' with `read-directory-name'.
15625 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15627         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
15629 2005-03-24  Jay Belanger  <belanger@truman.edu>
15631         * calc/calc-embed.el (calc-embedded-mode-change): Save all
15632         relevant mode settings in calc-embedded-original-modes when modes
15633         are permanently changed.
15635 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15637         * autoinsert.el: find-file-hooks -> find-file-hook.
15639 2005-03-24  Lute Kamstra  <lute@gnu.org>
15641         * generic.el (generic-font-lock-defaults): Make it obsolete.
15642         (generic-font-lock-keywords): New variable to replace
15643         generic-font-lock-defaults.
15644         (generic-mode-set-font-lock): Delete it.
15645         (generic-mode-internal): Don't call generic-mode-set-font-lock.
15646         (generic-bracket-support): Add docstring.
15648         * generic-x.el: Rename generic-font-lock-defaults to
15649         generic-font-lock-keywords throughout.
15650         (mailagent-rules-setup-function): Delete it.
15651         (mailagent-rules-generic-mode): Use anonymous function instead.
15652         (show-tabs-generic-mode-font-lock-defaults-1)
15653         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
15654         Quote faces.
15655         (show-tabs-tab-face, show-tabs-space-face): Specify background,
15656         not foreground.
15658         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
15659         Recognize define-generic-mode.
15661 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15663         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
15664         if there's no completion table.
15666 2005-03-23  Miles Bader  <miles@gnu.org>
15668         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15669         Remove tty-specific variants, as they're no longer needed.
15671 2005-03-23  Lute Kamstra  <lute@gnu.org>
15673         * generic-x.el: Code cleanup: make args constant whenever possible.
15674         (installshield-statement-keyword-list)
15675         (installshield-system-functions-list)
15676         (installshield-system-variables-list, installshield-types-list)
15677         (installshield-funarg-constants-list): Make them constants.
15679         * generic.el (generic-make-keywords-list): Add autoload cookie.
15681         * calendar/time-date.el: Add comment on time value formats.
15682         Don't require parse-time.
15683         (with-decoded-time-value): New macro.
15684         (encode-time-value): New function.
15685         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15686         (days-to-time): Return a valid time value when arg is huge.
15687         (time-since): Use time-subtract.
15688         (time-to-number-of-days): Use time-to-seconds.
15690 2005-03-23  David Ponce  <david@dponce.com>
15692         * recentf.el: (recentf-keep): New option.
15693         (recentf-menu-action): Default to `find-file'.
15694         (recentf-keep-non-readable-files-flag)
15695         (recentf-keep-non-readable-files-p)
15696         (recentf-file-readable-p, recentf-find-file)
15697         (recentf-cleanup-remote): Remove.
15698         (recentf-include-p): More robust.
15699         (recentf-keep-p): New function.
15700         (recentf-remove-if-non-kept): Rename from
15701         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
15702         All callers updated.
15703         (recentf-menu-items-for-commands): Fix help string.
15704         (recentf-track-closed-file): Update.  Doc fix.
15705         (recentf-cleanup): Update.  Count removed files.  Doc fix.
15707 2005-03-23  Kim F. Storm  <storm@cua.dk>
15709         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15710         Don't inherit from fringe face (now happens automatically).
15712 2005-03-22  Kim F. Storm  <storm@cua.dk>
15714         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
15715         position values.
15717 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15719         * menu-bar.el (showhide-date-time): Remove.
15720         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
15721         (menu-bar-make-mm-toggle): Simplify.
15723 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
15725         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
15726         Accept qualified variable and function names.
15728 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
15730         * bindings.el (completion-ignored-extensions):
15731         Remove ".lis" for `vax-vms'.
15733 2005-03-22  Andreas Schwab  <schwab@suse.de>
15735         * generic-x.el: Revert last change.
15736         * ldefs-boot.el: Update.
15738 2005-03-22  Jay Belanger  <belanger@truman.edu>
15740         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
15741         (calc-embedded-save-original-modes)
15742         (calc-embedded-restore-original-modes): New functions.
15743         (calc-do-embedded): Save original modes when entering embedded mode
15744         and restore when leaving embedded mode.
15745         (calc-embedded-modes-change): Change the value of
15746         calc-embedded-original-modes to reflect permanent changes.
15748 2005-03-22  Lute Kamstra  <lute@gnu.org>
15750         * generic-x.el: Require generic again.
15752 2005-03-22  Miles Bader  <miles@gnu.org>
15754         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15755         Tweak details to look good on both ttys and bitmap displays, light
15756         or dark background, etc.
15758 2005-03-21  Kim F. Storm  <storm@cua.dk>
15760         * tooltip.el (tooltip-show-help-function): Check car and cdr of
15761         mouse position.
15763 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15765         * icomplete.el: Don't forcibly turn on the mode upon load.
15766         (icomplete-mode): Use define-minor-mode.
15767         (icomplete-eoinput): Default to nil.
15768         (icomplete-minibuffer-setup): Remove autoload.
15769         (icomplete-tidy): Simplify.
15770         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
15771         in the initial state or if the user has modified the field.
15772         Fix handling of icomplete-max-delay-chars.
15773         Remove code that handles the oddball case where
15774         minibuffer-completion-table is an integer.
15775         Wrap icomplete-completions in while-no-input in case building
15776         completions takes more time than expected.
15777         (icomplete-completions): Simplify.
15779 2005-03-21  Richard M. Stallman  <rms@gnu.org>
15781         * jka-compr.el (jka-compr-really-do-compress):
15782         Make variable buffer-local.
15784         * image-mode.el: Handle .xpm files too.
15785         (image-toggle-display): Preserve modification flag.
15787         * help.el (where-is): Don't mention aliases with no key bindings.
15789 2005-03-21  Lute Kamstra  <lute@gnu.org>
15791         * generic.el: Fix commentary section.  Don't require cl for
15792         compilation.
15793         (generic-mode-list): Add autoload cookie.
15794         (generic-use-find-file-hook, generic-lines-to-scan)
15795         (generic-find-file-regexp, generic-ignore-files-regexp)
15796         (generic-mode, generic-mode-find-file-hook)
15797         (generic-mode-ini-file-find-file-hook): Fix docstrings.
15798         (define-generic-mode): Make it a defmacro.  Fix docstring.
15799         (generic-mode-internal): Code cleanup.  Add autoload cookie.
15800         (generic-mode-set-comments): Code cleanup.
15801         * generic-x.el: Don't prevent compilation.  Don't require generic.
15802         Follow coding conventions.  Minor code cleanup.
15803         (etc-fstab-generic-mode): Add some keywords.
15804         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
15805         define-generic-mode like a function declaration.
15807 2005-03-21  Jay Belanger  <belanger@truman.edu>
15809         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
15810         changing modes.
15812 2005-03-21  Sam Steingold  <sds@gnu.org>
15814         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
15816 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
15818         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
15819         Add underscore to "f$ lexicals" regexp.
15821 2005-03-20  Juri Linkov  <juri@jurta.org>
15823         * subr.el (progress-reporter-do-update): When `min-value' is equal
15824         to `max-value', set `percentage' to 0 and prevent division by zero.
15826 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
15828         Sync with Tramp 2.0.48.
15830         * net/tramp.el (all): Change all addresses to .gnu.org.
15831         (tramp-append-tramp-buffers): New defun.
15832         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
15833         Catch `dont-send' signal.
15834         (tramp-set-auto-save-file-modes): Set always permissions, because
15835         there might be an old auto-saved file belonging to another
15836         original file.  This could be a security threat.  Reported by
15837         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
15838         Check for Emacs 21.3.50 removed.
15840         * net/tramp-smb.el (all): Remove debug construct for
15841         `with-parsed-tramp-file-name'.
15842         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
15843         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
15844         No error message if DIRECTORY or FILENAME doesn't exist.
15845         (tramp-smb-open-connection): Check existence of
15846         `tramp-smb-program'.
15848 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15850         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
15851         Properly handle the case where the `m' or `s' command's argument is not
15852         yet terminated.
15853         (perl-indent-new-calculate): New function.
15854         (perl-indent-line): Use it.
15856 2005-03-20  Miles Bader  <miles@gnu.org>
15858         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
15859         in text-mode too.  Change to new face names.
15860         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
15861         Add `:weight bold' attribute.
15862         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
15864 2005-03-19  Juri Linkov  <juri@jurta.org>
15866         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
15868         * international/mule.el (auto-coding-alist): Sync with
15869         `auto-mode-alist' by adding upper case archive file extensions
15870         and adding ear/war to jar extension.
15872 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
15874         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
15875         running, restart it.
15877 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
15879         * finder.el (finder-current-item): Throw an error on an empty line.
15881         * man.el (Man-follow-manual-reference): If current-word returns
15882         nil, use "".
15884 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
15886         * simple.el (goto-line): Doc fix.
15888 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
15890         * files.el (save-buffer): Doc fix.
15892 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
15894         * recentf.el (recentf-cleanup-remote): New variable.
15895         (recentf-cleanup): Use it to conditionally check availability of
15896         remote files.
15898 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
15900         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
15901         function names.
15903 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
15905         * language/thai-word.el: New file.
15907 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
15909         * files.el (backup-buffer): If the file's directory is not
15910         writable, use copy instead of move to backup the file.
15912 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
15914         * obsolete/keyswap.el: Moved to obsolete/ from term/.
15916 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15918         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
15919         Use functionp instead of symbolp and fboundp.  Reported by Drkm
15920         <darkman_spam@yahoo.fr>.
15921         (ps-print-version): New version 6.6.6.
15923 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
15925         * textmodes/table.el (table--line-column-position): New idiom.
15926         (table--row-column-insertion-point-p): New function to test
15927         validity of row and column insertion operation at a location.
15928         (table-global-menu, table-cell-menu): Use above functions for
15929         deterministic test operation.
15930         (table--editable-cell-p): Behave in deterministic fashion.
15932 2005-03-18  Juri Linkov  <juri@jurta.org>
15934         * isearch.el (isearch-lazy-highlight-new-loop):
15935         Make arguments beg and end optional.
15936         (isearch-update): Remove optional arguments nil from
15937         isearch-lazy-highlight-new-loop.
15938         (isearch-lazy-highlight-search): Let-bind case-fold-search to
15939         isearch-lazy-highlight-case-fold-search instead of
15940         isearch-case-fold-search, and let-bind isearch-regexp to
15941         isearch-lazy-highlight-regexp.
15942         Use isearch-lazy-highlight-last-string instead of isearch-string.
15944         * replace.el (perform-replace): Remove bindings of global
15945         variables isearch-string, isearch-regexp, isearch-case-fold-search.
15946         Add three new arguments to `replace-highlight'.
15947         (replace-highlight): Add arguments string, regexp, case-fold.
15948         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
15949         to allow isearch-lazy-highlight-new-loop to use these values
15950         to set corresponding isearch-lazy-highlight-* internal
15951         variables whose values lazy highlighting will use regardless of
15952         changes to global variables isearch-string, isearch-regexp,
15953         isearch-case-fold-search during lazy highlighting loop.
15954         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
15955         to `lazy-highlight-cleanup'.
15957         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
15958         (ispell-highlight-face): Set default face to `isearch' when
15959         lazy highlighting is enabled.
15960         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
15961         priority to 1.  Add lazy highlighting.
15962         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
15963         from `isearch-dehighlight'.
15965 2005-03-18  David Ponce  <david@dponce.com>
15967         * files.el (hack-local-variables): Do a case-insensitive search
15968         for End.
15970 2005-03-18  Juri Linkov  <juri@jurta.org>
15972         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
15973         `isearch-lazy-highlight-cleanup', add alias to old name and
15974         declare obsolete.  Add release numbers to other obsolete vars.
15975         (isearch-done, isearch-lazy-highlight-new-loop):
15976         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
15977         (lazy-highlight-cleanup) <variable>: Doc fix.
15978         (isearch-lazy-highlight-update): Rename obsolete
15979         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
15981 2005-03-18  Kenichi Handa  <handa@m17n.org>
15983         * language/thai-util.el: Fix categorization of Thai characters in
15984         thai-category-table.
15985         (thai-composition-pattern): Adjust it for the above change.
15986         (thai-self-insert-command, thai-compose-syllable): New functions.
15987         (thai-compose-region): Use thai-compose-syllable.
15988         (thai-compose-string): Likewise.
15989         (thai-composition-function): Likewise.
15990         (thai-auto-composition): New function.
15991         (thai-auto-composition-mode): New minor mode.
15993         * language/thai.el: Fix patterns to be registered in
15994         composition-function-table.
15996         * international/quail.el (quail-input-method): Locally bind
15997         inhibit-modification-hooks to t.
15999 2005-03-17  Richard M. Stallman  <rms@gnu.org>
16001         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
16002         (perl-mode): Use run-mode-hooks.
16004         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
16005         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
16006         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
16008         * mail/sendmail.el (sendmail-send-it): Reenable the code
16009         to compute resend-to-address and use it.
16011         * tar-mode.el (tar-mode): Turn off undo unconditionally.
16013         * image-mode.el: New file.
16015         * image.el (insert-sliced-image): Add autoload cookie.
16017         * font-lock.el (font-lock-lines-before): New user option.
16018         (font-lock-after-change-function): Obey it.
16020         * bindings.el (esc-map): Make M-g a prefix.
16021         Bind M-g g and M-g M-g to goto-line.
16023         * faces.el (face-id): Doc fix.
16025 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
16027         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
16028         (rmail-show-message): Use rmail-unknown-mail-followup-to.
16029         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
16031         * mail/sendmail.el (mail-yank-ignored-headers)
16032         (mail-font-lock-keywords, mail-mode-fill-paragraph):
16033         Add Mail-Followup-To and Mail-Reply-To headers.
16034         (mail-citation-hook): Add autoload cookie.
16035         (mail-mode): Doc fix.
16036         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
16037         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
16038         (mail-mode-fill-paragraph): Handle those headers.
16039         (mail-mailing-lists): New variable.
16040         (mail-mail-reply-to, mail-mail-followup-to): New functions.
16042 2005-03-17  Juri Linkov  <juri@jurta.org>
16044         * isearch.el (isearch-fallback): Check for `(car previous)'
16045         before calling `isearch-other-end-state'.
16047 2005-03-17  Kim F. Storm  <storm@cua.dk>
16049         * simple.el (move-beginning-of-line): Move to beginning of buffer
16050         line, as well as beginning of screen line.
16052 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
16054         * calendar/diary-lib.el (mark-diary-entries): Use new optional
16055         argument REDRAW rather than calendar-redrawing variable.
16056         * calendar/calendar.el (calendar-redrawing): Delete.
16057         (redraw-calendar): Do not bind calendar-redrawing.
16059 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
16061         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
16062         diary-file buffer.
16064 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16066         * help.el (describe-mode): Allow a :minor-mode-function property to
16067         specify a different minor mode toggle function than the variable.
16068         * simple.el (auto-fill-function):
16069         * subr.el (add-minor-mode): Use it.
16071 2005-03-16  Kenichi Handa  <handa@m17n.org>
16073         * language/ethio-util.el (sera-being-called-by-w3): New variable.
16074         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
16075         (ethio-fidel-to-sera-buffer): Likewise.
16077 2005-03-16  Juri Linkov  <juri@jurta.org>
16079         * emacs-lisp/find-func.el (find-function-regexp):
16080         Add defun-emitting macro `menu-bar-make-toggle'.
16082         * isearch.el: Put `isearch-scroll' property to
16083         `split-window-horizontally'.
16085         * info.el: Update error messages for `debug-ignored-errors'.
16086         (Info-isearch-search): Doc fix.
16087         (Info-find-node): Move up code to go into info buffer before
16088         recording the node to the history.
16089         (Info-fontify-node): Fontify titles only if the next line
16090         has two or more `*', `=', `-', `.'.
16091         Display "go to this node" for empty (match-string 3).
16093 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16095         * term/mac-win.el: Add mouse pointer shape constants.
16097 2005-03-15  Kim F. Storm  <storm@cua.dk>
16099         * simple.el (move-beginning-of-line): Use vertical-motion.
16101 2005-03-15  Juri Linkov  <juri@jurta.org>
16103         * isearch.el (isearch-error): New variable.
16104         (isearch-invalid-regexp, isearch-within-brackets): Remove.
16105         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
16106         (isearch-within-brackets-state): Remove.
16107         (isearch-case-fold-search-state, isearch-pop-fun-state):
16108         Decrease frame index.
16109         (isearch-mode, isearch-top-state, isearch-push-state)
16110         (isearch-edit-string, isearch-abort, isearch-search-and-update)
16111         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
16112         (isearch-search, isearch-lazy-highlight-new-loop):
16113         Replace `isearch-invalid-regexp' with `isearch-error'.
16114         Remove `isearch-within-brackets'.
16115         (isearch-search): Add `search-failed' handler to `condition-case'.
16116         (isearch-lazy-highlight-search): Add `condition-case' to catch
16117         errors and allow `isearch-lazy-highlight-update' to try
16118         highlighting from the beginning of the window.
16119         (isearch-repeat): Move up code to set isearch-wrapped to t
16120         before calling isearch-wrap-function.
16122         * info.el (Info-isearch-initial-node): New internal variable.
16123         (Info-search): Signal an error in isearch mode when search leaves
16124         the initial node.  Signal an error when `bound' is non-nil and
16125         nothing was found in the current subfile.
16126         (Info-isearch-search): Remove `condition-case'.
16127         (Info-isearch-wrap): Don't wrap when search failed during leaving
16128         the initial node.  If `Info-isearch-search' is nil, wrap around
16129         the current node.
16130         (Info-isearch-start): New fun.
16131         (Info-mode): Add buffer-local hook `Info-isearch-start' to
16132         `isearch-mode-hook'.
16134 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16136         * simple.el (normal-erase-is-backspace): Set default to t if
16137         running on Mac.
16139         * term/mac-win.el (function-key-map): Sync with x-win.el.
16141 2005-03-15  Kenichi Handa  <handa@m17n.org>
16143         * international/mule-cmds.el (locale-language-names): Modify the
16144         format of elements and add more entries.
16145         (locale-preferred-coding-systems): Add more entries.
16146         (set-locale-environment): Adjust for the change of
16147         locale-language-names.
16149 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16151         * pcvs.el (smerge-ediff): Remove bogus autoload.
16153 2005-03-14  Lute Kamstra  <lute@gnu.org>
16155         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
16156         Ignore a `*' at the beginning of a line.
16158         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
16159         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
16160         subr.el.
16161         (dont-compile, eval-when-compile, eval-and-compile): Use declare
16162         to specify indentation.
16164         * generic.el (define-generic-mode): Let generic-mode-list be a
16165         list of strings; test membership with equal.
16167 2005-03-14  Kim F. Storm  <storm@cua.dk>
16169         * simple.el (next-line, previous-line): Add optional try-vscroll
16170         arg to recognize interactive use.  Pass it on to line-move.
16171         (line-move): Don't perform auto-window-vscroll when defining or
16172         executing keyboard macro to ensure consistent behavior.
16174 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16176         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
16178 2005-03-13  Lute Kamstra  <lute@gnu.org>
16180         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
16181         debugger-setup-buffer so that backtrace marks the frames set to
16182         debug-on-exit and we don't have to do it manually.  Set an extra
16183         debug-on-exit for macro's.
16184         (debugger-setup-buffer): Don't mark the top frame manually.
16186 2005-03-12  Lute Kamstra  <lute@gnu.org>
16188         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
16189         lisp-indent-function throughout.
16190         (with-no-warnings): Set lisp-indent-function property.
16192 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
16194         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
16195         Add entry for backslash.
16197 2005-03-12  Juri Linkov  <juri@jurta.org>
16199         * info.el (Info-search): Four fixes for backward search.
16201 2005-03-11  Jay Belanger  <belanger@truman.edu>
16203         * calc/calc.el (calc-language-alist): New variable.
16204         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
16205         (calc-embedded-find-modes): Use calc-language-alist instead of
16206         calc-embedded-language-alist.
16208 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
16210         * calendar/calendar.el (calendar-redrawing): New internal
16211         variable.
16212         (redraw-calendar): Remove bogus save-excursion from previous
16213         change.  Bind calendar-redrawing to t for mark-diary-entries.
16214         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
16215         calendar if that is why we were called.
16217 2005-03-11  Kenichi Handa  <handa@m17n.org>
16219         * international/mule.el (make-coding-system): Set property
16220         coding-system-define-form to nil.
16221         (define-coding-system-alias): Likewise.
16223 2005-03-11  Kenichi Handa  <handa@m17n.org>
16225         These changes are suggested by Dave Love <fx@gnu.org>.
16227         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
16228         coding: tag.
16229         (adaptive-fill-regexp): Add more bullets.
16230         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
16231         regexps.
16233 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16235         * help.el (describe-mode): Properly handle non-trivial lighters.
16236         Don't ignore minor modes that are not listed in minor-mode-list.
16238         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
16239         feature ON when the user requests to turn it OFF.
16241 2005-03-10  Lute Kamstra  <lute@gnu.org>
16243         * emacs-lisp/debug.el (debug-entry-code): Delete it.
16244         (implement-debug-on-entry): New function to replace debug-entry-code.
16245         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
16246         second argument as the 2005-03-07 change makes it obsolete.
16247         (debug-on-entry, cancel-debug-on-entry): Update call to
16248         debug-on-entry-1.
16249         (debug, debugger-setup-buffer): Comment update.
16250         (debugger-frame-number): Update to work with implement-debug-on-entry.
16252 2005-03-10  Jay Belanger  <belanger@truman.edu>
16254         * calc/calc-embed.el (math-ms-args): Declare it.
16255         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
16256         math-ms-args.
16257         (calc-embedded-subst): Use math-multi-subst-rec to substitute
16258         variables.
16260 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
16262         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
16263         Use message-box.
16265         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
16266         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
16267         (tooltip-gud-tips): Simplify.
16268         (tooltip-gud-tips-p): Remove superfluous :set.
16269         (tooltip-gud-modes): Add fortran-mode.
16270         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
16272         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
16274 2005-03-09  Kim F. Storm  <storm@cua.dk>
16276         * play/animate.el (animate-place-char): Use forward-line instead
16277         of next-line to improve performance.
16279 2005-03-09  Simon Josefsson  <jas@extundo.com>
16281         * net/browse-url.el (browse-url-default-browser): Doc fix.
16283 2005-03-09  Miles Bader  <miles@gnu.org>
16285         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
16286         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
16288 2005-03-09  Kenichi Handa  <handa@m17n.org>
16290         * international/latin-1.el: Set case and syntax for 255 only if
16291         set-case-syntax-set-multibyte is nil.
16293         * textmodes/ispell.el (ispell-insert-word): New function.
16294         (ispell-word): Use ispell-insert-word to insert a new word.
16295         (ispell-process-line): Likewise.
16296         (ispell-complete-word): Likewise.
16298 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
16300         * calendar/calendar.el (redraw-calendar): Preserve point.
16301         Reported by Matt Hodges <MPHodges@member.fsf.org>.
16302         (calendar-week-start-day): Move after definition of
16303         redraw-calendar.  Delete buffer test, since redraw-calendar has
16304         that now.
16306         * calendar/diary-lib.el (mark-diary-entries): Only call
16307         redraw-calendar in the first of any recursive calls.
16308         Reported by Alan Shutko <ats@acm.org>.
16310 2005-03-08  Juri Linkov  <juri@jurta.org>
16312         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
16313         (html-horizontal-rule, html-line, html-image, html-checkboxes)
16314         (html-radio-buttons): Add a space before the trailing `/>' where
16315         sgml-xml-mode is non-nil.
16316         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
16317         the subsequent tag of the empty XML tag.
16318         (html-href-anchor): Don't set initial input to "http:".
16319         (html-image): Ask for the image URL and set point inside alt="".
16320         (html-name-anchor): Duplicate the name in the `id' attribute when
16321         sgml-xml-mode is non-nil.
16322         (html-paragraph): Remove \n before <p>.
16323         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
16324         instead of `checked' when sgml-xml-mode is non-nil.
16326         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
16327         Remove 1 space before #RRGGBB to not truncate it on terminal
16328         windows w/o fringes.  Remove 1 space between bg and fg examples
16329         to get more space.
16330         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
16331         avoid byte-compile warnings.
16333         * image-file.el (image-file-handler): Put `safe-magic' property to
16334         `image-file-handler'.
16336         * info.el (Info-isearch-search): Emulate word search in
16337         isearching through multiple Info nodes with Info-search.
16338         (Info-isearch-wrap): Allow isearch-word.
16340 2005-03-08  Lute Kamstra  <lute@gnu.org>
16342         * emacs-lisp/debug.el (debugger-step-through): Make sure that
16343         stepping into the debugger's code is not possible.
16344         (debugger-jumping-flag): Docstring update.
16346 2005-03-08  Jay Belanger  <belanger@truman.edu>
16348         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
16349         embedded mode begins.
16350         (calc-embedded-language-alist): New variable.
16351         (calc-embedded-find-modes): Use calc-embedded-language-alist to
16352         set default language mode.
16354 2005-03-08  Kenichi Handa  <handa@m17n.org>
16356         * international/ccl.el (define-ccl-program): Fix docstring about
16357         extra 256 bytes assured for the output buffer.
16359         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
16360         Fix BUFFER_MAGNIFICATION to 2.
16361         (ccl-encode-mule-utf-16be-with-signature): Likewise.
16363 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
16365         * align.el (align-rules-list): Added an alignment rule for CSS
16366         declarations (applies to css-mode and html-mode buffers).
16368 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16370         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
16372 2005-03-07  Kim F. Storm  <storm@cua.dk>
16374         * simple.el (move-beginning-of-line): New command.
16376         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
16378         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
16380         * emulation/cua-base.el: Put CUA move property on move-end-of-line
16381         and move-beginning-of-line.
16383         * apropos.el (apropos-print): Omit command from M-x ... RET.
16385 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
16387         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
16388         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
16390 2005-03-06  Richard M. Stallman  <rms@gnu.org>
16392         * bindings.el (esc-map): Bind M-g to goto-line.
16394         * facemenu.el (global-map): Bind M-o, not M-g.
16396 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16398         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
16399         "Open Directory" as for "Open File".
16401 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
16403         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
16404         (push-mark-command): Run activate-mark-hook.
16406 2005-03-06  Richard M. Stallman  <rms@gnu.org>
16408         * help-mode.el (help-mode-finish): Don't alter the element
16409         in view-return-to-alist if there already is one.
16411         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
16412         make sure the current buffer is the expected one.
16414         * novice.el (disabled-command-function): Output in *Disabled Command*.
16415         Explicitly ignore non-keyboard events, and explicitly handle C-g.
16417         * textmodes/flyspell.el (flyspell-large-region):
16418         Pass args differently for aspell.
16420         * files.el (mode-require-final-newline): Doc fix.
16422 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
16424         * progmodes/which-func.el (which-function):
16425         Specify NOERROR when calling imenu--make-index-alist.
16427 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16429         * simple.el (normal-erase-is-backspace): Define default value.
16431         * custom.el (custom-theme-set-variables): Remove unused var
16432         `immediate'.
16433         (custom-reevaluate-setting): Simple function to handle variables
16434         that are defined before their default value can really be
16435         computed.
16437         * startup.el (command-line): Use it for temporary-file-directory,
16438         small-emporary-file-directory, auto-save-file-name-transforms,
16439         blink-cursor-mode, and normal-erase-is-backspace.
16441         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
16442         progress, even with buggy anchored keywords.
16444 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
16446         * simple.el (goto-line): Remove unbalanced final parenthesis.
16448 2005-03-05  Richard M. Stallman  <rms@gnu.org>
16450         * simple.el (goto-line): Use a number at point as the default.
16451         With C-u as arg, switch buffers.
16453 2005-03-05  Juri Linkov  <juri@jurta.org>
16455         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
16456         with `no-blinking-cursor'.
16458         * startup.el (no-blinking-cursor): New defvar.
16459         (command-line): Add `--no-blinking-cursor' to longopts.
16460         Set `no-blinking-cursor' to t for command line arguments
16461         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
16462         with `no-blinking-cursor' in the condition for calling
16463         `blink-cursor-mode'.
16465 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
16467         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
16468         (menu-bar-options-save): Add blink-cursor-mode.
16469         (menu-bar-options-menu): Add blink-cursor-mode.
16471 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
16473         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
16474         (icalendar-export-file, icalendar-export-region)
16475         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
16476         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
16478 2005-03-04  Lute Kamstra  <lute@gnu.org>
16480         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
16481         (debug-function-list): Ditto.
16483 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
16485         * textmodes/texinfmt.el (texinfo-append-refill):
16486         Redefine the types of line to which @refill
16487         is not appended by replacing a search for `@refill\\|@bye' with
16488         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
16489         itemize@refill' bug and the unfilled long lines bug.
16490         (texinfmt-version): Update number and date.
16492 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16494         * international/code-pages.el (windows-1250, windows-125[2-8])
16495         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
16497 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16499         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
16500         bound yet.
16502 2005-03-02  Romain Francoise  <romain@orebokech.com>
16504         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
16505         buffer after removing limits.
16506         (ibuffer-pop-filter): Ditto.
16507         Update copyright.
16509 2005-03-02  Miles Bader  <miles@gnu.org>
16511         * button.el (make-text-button): If the user doesn't specify a
16512         type, use the default.  Rewrite to use `add-text-properties' and
16513         plist functions.
16515 2005-03-01  Lute Kamstra  <lute@gnu.org>
16517         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
16518         (debugger-jumping-flag): New var.
16519         (debug-entry-code): Use it.
16520         (debugger-jump): Use debugger-jumping-flag and add
16521         debugger-reenable to post-command-hook.
16522         (debugger-reenable): Use debugger-jumping-flag and remove itself
16523         from post-command-hook.
16524         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
16525         debugger-reenable.
16527 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
16529         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
16530         inclusion of "itemize\\|", which may be unnecessary, is certainly
16531         inelegant, and stops refilling in itemize lists when formatting
16532         Japanese Texinfo files to Info.
16533         Update copyright to 2005.
16535 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
16537         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
16538         of an error if GDB can't find the source file.
16540 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
16542         * calendar/calendar.el (redraw-calendar): Work from any buffer,
16543         not just the calendar.
16545         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
16546         first.
16547         (diary-redraw-calendar): New function.
16548         (make-diary-entry): Add diary-redraw-calendar to local
16549         write-contents-functions.  Turn off selective display before
16550         inserting in diary.
16552 2005-03-01  Kim F. Storm  <storm@cua.dk>
16554         * emacs-lisp/copyright.el (copyright-fix-years): New command.
16556 2005-03-01  Lute Kamstra  <lute@gnu.org>
16558         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
16559         that debug-entry-code can be safely removed from a function while
16560         this code is being evaluated.  Revert the 2005-02-27 change as the
16561         new implementation no longer requires it.  Make sure that a
16562         function body containing just a string is not mistaken for a docstring.
16563         (debug): Skip one more frame in case of debug on entry.
16564         (debugger-setup-buffer): Delete one more frame line in case of
16565         debug on entry.
16566         (debugger-frame-number): Update to use the new text introduced by
16567         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
16569 2005-02-28  Kim F. Storm  <storm@cua.dk>
16571         * double.el (double-translate-key): Call force-window-update after
16572         read-event to avoid crash in redisplay.
16574 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16576         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
16577         (debug): Use it.  Move the inhibit-trace earlier.
16578         (debug-entry-code): New const.
16579         (debug-on-entry-1): Use it.
16581 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
16583         * international/utf-16.el (ccl-encode-mule-utf-16le):
16584         Fix BUFFER_MAGNIFICATION to 2.
16585         (ccl-encode-mule-utf-16be): Likewise.
16587 2005-02-28  Kenichi Handa  <handa@m17n.org>
16589         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
16590         Fix BUFFER_MAGNIFICATION to 4.
16591         (ccl-encode-mule-utf-16be-with-signature): Likewise.
16593 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
16595         * speedbar.el (speedbar-update-flag): Doc fix.
16596         (speedbar-show-info-under-mouse): Give set-mouse-position the right
16597         argument.
16599 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16601         * reveal.el (reveal-post-command): Don't try to reveal overlays which
16602         have a non-nil `invisible' property but are actually visible.
16604         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
16605         for perldoc sections.
16606         (perl-outline-regexp, perl-outline-level): New var and function.
16607         (perl-mode): Use them.
16609 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
16611         * calendar/diary-lib.el (diary-remind): Discard any mark portion
16612         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
16614 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
16616         * cus-edit.el: Comment change.
16617         (custom-buffer-create-internal): Slightly reword text at top of
16618         Custom buffers.  Mention there that saving an option edits the
16619         init file.  Add link to Emacs manual node on `custom-file'.
16620         (custom-magic-alist): Rewrite individual State messages to use
16621         capitalized keywords.  Doc fix.
16623 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
16625         * calendar/calendar.el (calendar-buffer): Move above
16626         calendar-week-start-day.
16627         (calendar-week-start-day): Doc fix.  Add :set function.
16628         (calendar-minimum-window-height): New variable.
16629         (generate-calendar-window): Only resize window if selected-window
16630         is displaying the calendar buffer.  Use new variable
16631         calendar-minimum-window-height.
16632         (generate-calendar): Reword error message.
16633         (calendar-mode-map): Bind DEL to scroll-other-window-down.
16635 2005-02-27  Andreas Schwab  <schwab@suse.de>
16637         * vc.el (vc-do-command): Don't run command asynchronously when
16638         operating in a remote directory.
16640         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
16641         change from sync with Tramp 2.0.47.
16643 2005-02-27  Richard M. Stallman  <rms@gnu.org>
16645         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
16647         * textmodes/flyspell.el (flyspell-mode-on):
16648         Call ispell-change-dictionary only if necessary.
16650         * emacs-lisp/re-builder.el (regexp-builder): New function.
16652         * register.el (describe-register-1): Explicitly handle
16653         yank-excluded-properties = t.
16655         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
16656         (custom-magic-alist): Change the status descriptions again.
16657         (face widget-type): Total rewrite based on `restricted-sexp'
16658         to eliminate the confusing double hiding levels.
16660         * emacs-lisp/debug.el (debug-on-entry-1):
16661         If function body is empty, add nil as body form.
16663 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16665         * emacs-lisp/trace.el (inhibit-trace): New var.
16666         (trace-make-advice): Use it.
16668         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
16670 2005-02-26  Kim F. Storm  <storm@cua.dk>
16672         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
16673         (mouse-on-link-p, mouse-drag-region-1): Use it.
16675 2005-02-25  Lute Kamstra  <lute@gnu.org>
16677         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
16679 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
16681         * frame.el (blink-cursor-mode): Add :group keyword.
16683 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
16685         * calendar/icalendar.el (icalendar--decode-isodatetime):
16686         New optional argument DAY-SHIFT.
16687         (icalendar-export-region): Fix coding-system-for-write.
16688         (icalendar--convert-ical-to-diary): Shift end-day of all-day
16689         events by one.
16691 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16693         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
16695 2005-02-24  Kim F. Storm  <storm@cua.dk>
16697         * international/iso-acc.el (iso-accents-compose): Fix crash
16698         during redisplay.  Call force-window-update after read-event
16699         and delete-region to signal that window is not accurate.
16701 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16703         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
16704         Remove unused and inexistent var `inhibit-trace'.
16705         (debugger-mode): Use run-mode-hooks.
16706         (debugger-list-functions): Add buttons; setup xref stack.
16708 2005-02-23  Richard M. Stallman  <rms@gnu.org>
16710         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
16711         appointment says it was explicitly made.
16712         (appt-add): Set the 3rd element.
16713         (appt-make-list): Preserve explicit appointments.
16715         * subr.el (find-tag-default): Catch errors in forward-sexp.
16717 2005-02-23  Juri Linkov  <juri@jurta.org>
16719         * info.el (Info-isearch-search): New defcustom.
16720         (Info-isearch-search): Call the default isearch function
16721         when Info-isearch-search is nil.
16722         (Info-isearch-wrap): Use variable Info-isearch-search.
16724 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
16726         * cus-edit.el: Comment change.
16728 2005-02-22  Kim F. Storm  <storm@cua.dk>
16730         * progmodes/hideif.el (hide-ifdef-use-define-alist):
16731         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
16733 2005-02-22  Simon Josefsson  <jas@extundo.com>
16735         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
16736         New variable.
16737         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
16738         Oskarsson" <myrkraverk@users.sourceforget.net>.
16740 2005-02-22  Kim F. Storm  <storm@cua.dk>
16742         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
16743         check that window of that event is the selected window.
16744         (mouse-drag-region-1): Compare mouse event window to selected
16745         window before setting point.
16747         * tooltip.el (tooltip-show-help-function): Pass event to
16748         mouse-on-link-p so it can check selected window.
16750 2005-02-22  Kenichi Handa  <handa@m17n.org>
16752         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
16753         (ps-mule-show-warning): New function.
16754         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
16755         characters are found.
16757         * ps-print.el (ps-header-footer-string): Return a list of header
16758         and footer strings.
16760 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16762         * pcvs.el (cvs-retrieve-revision): Fix thinko.
16764 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16766         * frame.el (blink-cursor-mode): Use define-minor-mode.
16768         * term/mac-win.el (function-key-map): Use char-names more consistently.
16769         (file-name-coding-system): Only set it for MacOS-9.  The other case is
16770         already handled in mule-cmds.el (where it also works when mac-win.el
16771         is not used).
16773 2005-02-21  Kenichi Handa  <handa@m17n.org>
16775         * international/mule.el (ctext-pre-write-conversion): Always use
16776         " *code-converting-work*" buffer for work.
16778         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
16780 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
16782         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
16784 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
16786         * ses.el (undo-more): Restore defadvice, but only the part that
16787         allows changes outside the restricted area of the buffer.
16789 2005-02-20  Kim F. Storm  <storm@cua.dk>
16791         * simple.el (line-move): Add fourth optional arg try-vscroll which
16792         must be set to perform auto-window-vscroll.
16793         When moving backwards and doing auto-window-vscroll, automatically
16794         vscroll to the last part of lines which are taller than the window.
16795         (next-line, previous-line): Set try-vscroll arg on line-move.
16797 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
16799         * replace.el (query-replace, query-replace-regexp)
16800         (replace-string, replace-regexp): When operating on region, make
16801         the minibuffer prompt say so.
16803         * isearch.el (isearch-forward): Document isearch-query-replace and
16804         isearch-query-replace-regexp keybindings.
16806 2005-02-19  Jay Belanger  <belanger@truman.edu>
16808         * calc/calc-aent.el (math-read-token): Add local variable.
16810         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
16811         (calc-edit-top): Move declaration to earlier in file.
16812         (calc-edit-macro-repeats): Add local variables.
16814         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
16815         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
16816         calcFunc-tanh.
16817         Adjust integration rule for calcFunc-tan.
16819 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
16821         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
16822         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
16823         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
16824         (viper-skip-separators): Bug fix.
16825         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
16826         particular major mode.
16827         (viper-del-backward-char-in-replace): Don't put deleted char on the
16828         kill ring.
16830         * viper-ex.el (viper-color-display-p): New function.
16831         (viper-has-face-support-p): Use viper-color-display-p.
16833         * viper-keym.el (viper-gnus-modifier-map): New keymap.
16835         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
16837         * viper-util.el (viper-glob-unix-files): Fix shell status check.
16838         (viper-file-remote-p): Make equivalent to file-remote-p.
16840         * viper.el (viper-major-mode-modifier-list):
16841         Use viper-gnus-modifier-map.
16843 2005-02-19  David Kastrup  <dak@gnu.org>
16845         * subr.el (subregexp-context-p): Fix garbled doc string by adding
16846         quoting.
16848 2005-02-19  Jay Belanger  <belanger@truman.edu>
16850         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
16851         Remove extra definitions.
16852         (calc-coth): New function.
16853         (calcFunc-cot): Fix `let'.
16855 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
16857         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
16858         the reasons we use "type pc" in these faces.
16860         * button.el (button): Ditto.
16862 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
16864         * replace.el (query-replace-read-from): Set the value of
16865         query-replace-from-history-variable to handle the case of an empty
16866         string entered to accept the suggested default.
16868         * net/tramp.el (tramp-file-name-for-operation):
16869         Use dired-call-process instead of dired-call-process-command.
16871 2005-02-19  Jay Belanger  <belanger@truman.edu>
16873         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
16874         (math-div-non-trig): New variables.
16875         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
16876         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
16877         (math-combine-prod, math-div-symb-fancy): Add simplifications for
16878         trig expressions.
16880 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
16882         * progmodes/gdb-ui.el (gdb-var-update-handler)
16883         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
16884         for watch expressions,
16885         (gdb-var-create-handler): Don't set speedbar-update-flag.
16886         (gdb-post-prompt): Simplify test for speedbar.
16888 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
16890         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
16891         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
16892         we use the syntax table of the correct buffer.
16893         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
16894         Felix Gatzemeier.
16896         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
16897         (ediff-file-remote-p): Make synonymous with file-remote-p.
16898         In all deffaces ediff-*-face-*, use min-colors.
16900         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
16901         ediff-recurse-to-subdirectories.
16902         (ediff-mark-if-equal): Check that the arguments are strings, use
16903         ediff-same-contents (after to Felix Gatzemeier).
16905         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
16906         nil.
16908 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16910         * log-view.el (log-view-message-re): Fix up Subversion regexp.
16912 2005-02-18  David Kastrup  <dak@gnu.org>
16914         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
16915         use `mark-active' when defined.
16917 2005-02-18  Kenichi Handa  <handa@m17n.org>
16919         * ps-print.el (ps-font-info-database): New entry
16920         ZapfChancery-MediumItalic with correct font name.  Fix font name
16921         of the entry Zapf-Chancery-MediumItalic.
16923 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
16925         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
16927 2005-02-16  Kim F. Storm  <storm@cua.dk>
16929         * ido.el (ido-fallback-command): Pass user input to fallback command.
16931 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
16933         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
16934         (gdb-find-file-hook): Add server prefix.
16936 2005-02-16  Richard M. Stallman  <rms@gnu.org>
16938         * replace.el (perform-replace): Pass new args to replace-highlight.
16939         (replace-highlight): Take region args,
16940         and pass them to isearch-lazy-highlight-new-loop.
16942         * novice.el (disabled-command-hook): Autoload the defalias
16943         and the make-obsolete-variable call.
16945         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
16947         * isearch.el (isearch-lazy-highlight-start-limit)
16948         (isearch-lazy-highlight-end-limit): New variables limit
16949         the region for highlighting.
16950         (isearch-lazy-highlight-new-loop): New args BEG and END.
16951         (isearch-lazy-highlight-search): Use the new vars.
16952         (isearch-lazy-highlight-update): Likewise.
16954         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
16956         * cus-start.el (all): Use default-boundp.
16958 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
16960         * menu-bar.el (menu-bar-select-frame): Handle current frame.
16962 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
16964         * autorevert.el (auto-revert-stop-on-user-input)
16965         (auto-revert-verbose): Doc fixes.
16967 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
16969         * international/mule-cmds.el (set-locale-environment): Remove call
16970         to set-selection-coding-system on Windows.
16972 2005-02-15  Jay Belanger  <belanger@truman.edu>
16974         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
16975         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
16976         calcFunc-coth.
16977         (math-simplify-sqrt): Add simplifications.
16979         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
16980         to list.
16982         * calc/calc-ext.el: Add functions to autoloads.
16984         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
16985         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
16986         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
16987         (math-csc-raw, math-cot-raw): New functions.
16989         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
16991         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
16992         the variable name in a message.
16994         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
16995         calcFunc-csc, calcFunc-cot.
16997         * calc/calcalg2.el: Add derivative and integration rules for
16998         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
16999         calcFunc-csch, calcFunc-coth.
17000         (math-do-integral-methods): Add to checks for when to use
17001         substitutions.
17003         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
17005 2005-02-15  Lute Kamstra  <lute@gnu.org>
17007         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17008         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
17009         <monnier@iro.umontreal.ca>
17010         (lisp-outline-level): Improve efficiency.  Suggested by David
17011         Kastrup <dak@gnu.org>.
17013 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
17015         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
17016         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
17017         (gdb-set-gud-minor-mode-existing-buffers): New functions.
17018         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
17019         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
17021 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
17023         * cus-start.el (all): Comment change.
17025 2005-02-14  Lute Kamstra  <lute@gnu.org>
17027         * cus-start.el (all): Check if symbol is void.
17029 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
17031         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
17032         optional argument to \cite.
17034 2005-02-14  Richard M. Stallman  <rms@gnu.org>
17036         * cus-edit.el (custom-buffer-create-internal): Update help message.
17037         (custom-magic-alist): Update help messages.
17039         * cus-start.el (all): Allow a var to specify a standard value.
17041 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
17043         * custom.el (custom-theme-set-variables): Handle variable aliases.
17045         * frame.el (blink-cursor-timer): Doc fix.
17046         (blink-cursor): Make it an alias for `blink-cursor-mode' and
17047         declare obsolete.
17048         (blink-cursor-mode): Define with defcustom and use correct
17049         standard expression in that defcustom.
17050         * startup.el (command-line): Adapt to above changes in frame.el.
17052 2005-02-11  Lute Kamstra  <lute@gnu.org>
17054         * apropos.el (apropos-score-doc): Prevent division by zero.
17056 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
17058         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
17059         (icalendar--get-event-property-attributes)
17060         (icalendar--get-event-properties)
17061         (icalendar--datetime-to-diary-date): New functions.
17062         (icalendar--split-value): Doc fix.
17063         (icalendar--datetime-to-noneuropean-date)
17064         (icalendar--datetime-to-european-date): New optional argument
17065         SEPARATOR.  Return result as a string instead of a list.
17066         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
17067         (icalendar--convert-string-for-export): Rename arg S to STRING.
17068         (icalendar-export-region): Doc fix.  Change name of error buffer.
17069         Save output buffer.
17070         (icalendar-import-file): Add blank at end of prompt.
17071         (icalendar-import-buffer): Doc fix.  Do not switch to error
17072         buffer.  Indicate status in return value.
17073         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
17074         buffer.  Save output buffer.  Handle exception from recurrence
17075         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
17076         events.  Fix problems with weekly all-day events.
17078 2005-02-10  Richard M. Stallman  <rms@gnu.org>
17080         * simple.el (eval-expression-print-format):
17081         Avoid warning about edebug-active.
17083         * help.el (help-for-help-internal): Rename from help-for-help.
17084         (help-for-help): Define with defalias.
17086         * font-core.el (font-lock-default-function): Use with-no-warnings.
17088         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
17090         * custom.el (defface): Doc fix.
17092 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
17094         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
17095         width 0" to prevent word wrapping problems.
17097 2005-02-09  Kim F. Storm  <storm@cua.dk>
17099         * ido.el (ido-file-extensions-order): New defcustom.
17100         (ido-file-extension-lessp, ido-file-extension-aux)
17101         (ido-file-extension-order): New advanced file ordering.
17102         (ido-file-lessp): New simple file ordering.
17103         (ido-sort-list): Remove.
17104         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
17105         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
17107 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
17109         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
17110         that some versions of grep produce.
17111         (grep-mode-font-lock-keywords): Likewise.
17113 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
17115         * progmodes/gdb-ui.el (gdb-location-list): New variable.
17116         (gdb-cdir): Delete.
17117         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
17118         (gdb-source-info): Treat case when source file is in another
17119         directory properly.
17120         (gdb-get-location): New function.
17122 2005-02-07  Jay Belanger  <belanger@truman.edu>
17124         * calc/calc-prog.el (calc-write-parse-table-part)
17125         (calc-fix-token-name): Fix a check for language type.
17127         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
17129 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
17131         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
17132         as directory not writable.
17134 2005-02-07  Kim F. Storm  <storm@cua.dk>
17136         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
17137         (cua--standard-movement-commands): Remove list.
17138         Instead, set CUA property value to move for movement commands.
17139         (cua-movement-commands): Remove.  Users must set CUA prop instead.
17140         (cua--pre-command-handler): Check CUA property.
17141         (cua--init-keymaps): Don't remap undo commands.
17142         (cua-mode): Don't call cua--rectangle-on-off.
17144         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
17145         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
17146         (cua--rect-undo-set-point): New var.
17147         (cua--rectangle-undo-boundary): Setup undo apply entry.
17148         (cua--rect-undo-handler): New function for rectangle undo.
17149         (cua--rect-start-position, cua--rect-end-position): Add.
17150         (cua--rectangle-post-command): Call cua--rectangle-set-corners
17151         for restored rectangle.  Set point if cua--rect-undo-set-point.
17153 2005-02-06  Jay Belanger  <belanger@truman.edu>
17155         * calc/calc-lang.el (calc-tex-language): Display more information
17156         in messages.
17158         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
17159         in TeX mode.
17161 2005-02-06  Richard M. Stallman  <rms@gnu.org>
17163         * emacs-lisp/lisp.el (buffer-end): Doc fix.
17165 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
17167         * net/ldap.el (ldap-search-internal): Support attributes with
17168         optional descriptions separated by a semi-colon, as in
17169         "userCertificate;binary".
17171 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17173         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
17174         isn't a cons (i.e. the version is 0).
17176 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
17178         * help.el (help-for-help): Doc fix.
17180 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
17182         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
17183         GDB-Windows on the menu-bar as this works better.
17185 2005-02-04  Jay Belanger  <belanger@truman.edu>
17187         * calc/calc-embed.el (calc-embedded-update): Don't put in
17188         unnecessary newlines.  Adjust the end of formula marker.
17190         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
17191         (math-latex-parse-two-args): New function.
17193 2005-02-03  Lute Kamstra  <lute@gnu.org>
17195         * help-fns.el (help-with-tutorial): Make sure that users cannot
17196         remove the entire text of the tutorial by means of `undo'.
17198 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17200         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
17201         in recent changes, where the ispell process was repeatedly
17202         killed & restarted.
17204         * international/mule-cmds.el (set-locale-environment): Set file-name
17205         coding system to utf-8 on Darwin systems.
17206         (set-default-coding-systems): Don't set default-file-name-coding-system
17207         on Darwin systems.
17209 2005-02-03  Richard M. Stallman  <rms@gnu.org>
17211         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
17213 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
17215         * faces.el (list-faces-display): Add optional argument.
17217 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17219         * font-core.el (font-lock-default-function): Handle the rare case where
17220         only font-lock-keywords is set.
17222 2005-02-02  Kenichi Handa  <handa@m17n.org>
17224         * international/characters.el: Cancel previous change for
17225         I-WITH-DOT-ABOVE and DOTLESS-i.
17227         * international/latin-5.el: Cancel previous change.
17229 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
17231         * progmodes/gud.el: Correction to syntax in gud-menu-map.
17233 2005-02-02  Kenichi Handa  <handa@m17n.org>
17235         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
17236         DOTLESS-i.
17238         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
17239         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
17241         * case-table.el (get-upcase-table): New function.
17242         (copy-case-table): Copy upcaes table too if non-nil.
17243         (set-case-syntax-delims): Maintain upcase table too.
17244         (set-case-syntax-pair): Likewise.
17245         (set-upcase-syntax, set-downcase-syntax): New functions.
17246         (set-case-syntax): Maintain upcase table too.
17248 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
17250         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
17252         * progmodes/gud.el (gud-goto-info): New function.
17253         (gud-tool-bar-map): Use correct icon.
17255 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
17257         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
17258         When delegating, order args in the funcall correctly.
17260 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
17262         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
17264 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
17266         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
17267         buffer not visiting a file.
17269 2005-01-31  Jay Belanger  <belanger@truman.edu>
17271         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
17272         bound on the line with the formula.
17274 2005-01-31  Kim F. Storm  <storm@cua.dk>
17276         * ses.el (ses-create-cell-variable-range)
17277         (ses-destroy-cell-variable-range, ses-reset-header-string)
17278         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
17279         (ses-insert-row): Fix format of apply undo entries.
17281 2005-01-31  Jay Belanger  <belanger@truman.edu>
17283         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
17284         parts.
17286         * calc/calc-embed.el (calc-embedded-open-formula)
17287         (calc-embedded-close-formula): Ignore matrix environments.
17289         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
17290         TeX mode.
17292         * calc/calc-lang.el (math-function-table, math-oper-table)
17293         (math-variable-table): Adjust the LaTeX portions.
17295         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
17296         (math-latex-ignore-words): New constant.
17298 2005-01-31  Richard M. Stallman  <rms@gnu.org>
17300         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
17301         (ispell-local-dictionary): Doc fix.
17302         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
17303         Don't reinitialize at run time.  Don't defcustom.
17304         All uses changed to append ispell-local-dictionary-alist,
17305         or check it first.
17306         (ispell-current-dictionary): New variable for dictionary in use.
17307         (ispell-dictionary): Now used only for global default.
17308         (ispell-start-process): Set ispell-current-dictionary,
17309         not ispell-dictionary.
17310         (ispell-change-dictionary): Use this only for setting
17311         user preferences.
17312         (ispell-internal-change-dictionary): New function
17313         to change the current dictionary in use.
17314         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
17315         Use ispell-current-dictionary.
17316         Handle ispell-local-dictionary-overridden.
17317         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
17319 2005-01-31  Jay Belanger  <belanger@truman.edu>
17321         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
17323         * calc/calc-ext.el: Add calc-latex-language to autoloads.
17324         (calc-mode-map): Add calc-latex-language.
17326         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
17327         (math-latex-print-frac): New functions.
17328         (math-oper-table, math-function-table, math-variable-table)
17329         (math-complex-format, math-input-filter): Add latex properties.
17330         (calc-set-language): Set math-expr-special-function-mapping.
17332         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
17333         (calc-write-parse-table-part): Add LaTeX support.
17335         * calc/calc.el (calc-language): Adjust docstring.
17336         (calc-set-mode-line): Add LaTeX support.
17337         (math-expr-special-function-mapping): New variable.
17338         (math-tex-ignore-words): Add to list.
17340         * calc/calccomp.el (math-compose-expr, math-compose-rows):
17341         Add LaTeX support.
17342         (math-compose-expr): Add support for special functions.
17344         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
17346 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
17348         * progmodes/gdb-ui.el (gdb-memory-address)
17349         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
17350         (gdb-memory-mode-map, gdb-memory-format-keymap)
17351         (gdb-memory-format-menu, gdb-memory-unit-keymap)
17352         (gdb-memory-unit-menu): New variables for a buffer
17353         that lets the user examine program memory.
17354         (gdb-memory-set-address, gdb-memory-set-repeat-count)
17355         (gdb-memory-format-binary, gdb-memory-format-octal)
17356         (gdb-memory-format-unsigned, gdb-memory-format-signed)
17357         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
17358         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
17359         (gdb-memory-unit-word, gdb-memory-unit-halfword)
17360         (gdb-memory-unit-byte, gdb-memory-unit-menu)
17361         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
17362         (gdb-memory-mode, gdb-memory-buffer-name)
17363         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
17364         New functions for above buffer.
17366 2005-01-30  Richard M. Stallman  <rms@gnu.org>
17368         * cus-edit.el (custom-bury-buffer): Function deleted.
17369         (custom-buffer-done-function): Option deleted.
17370         (custom-buffer-done-kill): New replacement option.
17371         (Custom-buffer-done): Call quit-window.
17372         (custom-buffer-create-internal): Update for above changes.
17374 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
17376         * simple.el (undo-ask-before-discard): New var.
17377         (undo-outer-limit-truncate): Implement it.
17378         (undo-extra-outer-limit): Doc update.
17380 2005-01-29  Richard M. Stallman  <rms@gnu.org>
17382         * ses.el (undo-more): Delete defadvice.
17383         (ses-begin-change): Doc fix.
17385         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
17386         instead of rebinding C-x u and C-_.
17388         * files.el (normal-backup-enable-predicate): Return nil for files
17389         in /tmp, regardless of temporary-file-directory.
17391         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
17393         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
17394         (open-rectangle, delete-whitespace-rectangle-line)
17395         (clear-rectangle-line): If FILL, pass t instead of FILL
17396         for move-to-column's 2nd arg.
17398         * simple.el (undo): Fix the test for continuing a series of undos.
17399         (undo-more): Set pending-undo-list to t when we reach end.
17400         (pending-undo-list): Move up defvar.
17402         * wid-edit.el (widget-button-click):
17403         Shorten the range of the track-mouse binding.
17405         * comint.el (comint-insert-input): Undo previous changes;
17406         use last-input-event in interactive spec.
17408 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
17410         * progmodes/compile.el (compilation-start): Bind buffer-read-only
17411         to nil before invoking call-process.  Reset buffer's modified flag
17412         after fontifying it in the no-async branch.
17414         * wid-edit.el (widget-specify-button): If mouse pointer shape
17415         cannot be changed, use mouse face instead.
17417 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
17419         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17420         (gdb-goto-breakpoint): Make breakpoint handling work on template
17421         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
17422         (gdb-assembler-custom): Update to recognize breakpoint information
17423         added on 2005-01-19.
17425 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17427         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
17428         (dsssl-mode): Use define-derived-mode.
17429         (scheme-mode-initialize): Remove.
17430         (scheme-mode): Use run-mode-hooks.
17432         * cus-edit.el (customize-group-other-window)
17433         (custom-buffer-create-other-window): Don't override special-display-*.
17434         (custom-mode-map): Make it dense.
17436         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
17437         sets the default value.
17439 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
17441         * descr-text.el: Add more keywords.
17443 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17445         * speedbar.el: Avoid unnecessary use of locate-library.
17447         * international/mule-cmds.el (standard-display-european-internal):
17448         Don't fiddle with latin-1 non-break space any more since it's now
17449         special cased in the C code.
17450         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
17452 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
17454         * cus-start.el (all): Add `undo-outer-limit'.
17456 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17458         * textmodes/bibtex.el (bibtex-format-entry):
17459         Use `bibtex-empty-field-re' only on the text of fields, not on entire
17460         field lines.
17461         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
17462         not on part of a buffer.
17464 2005-01-25  Lute Kamstra  <lute@gnu.org>
17466         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
17467         nonempty field text strings like "{letters\\macro{}more letters}".
17468         Clarify docstring.
17469         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
17470         (bibtex-entry-offset, bibtex-parse-association)
17471         (bibtex-parse-field-name): Fix typos in docstrings.
17472         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
17474 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
17476         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
17477         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
17478         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
17479         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
17481         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
17482         isearch minor mode.
17484 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
17486         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
17488 2005-01-24  Lute Kamstra  <lute@gnu.org>
17490         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
17491         CASECHARS and NOT-CASECHARS regular expressions of the
17492         "nederlands" and "nederlands8" dictionaries to prevent a "Range
17493         striding over charsets" error.
17495 2005-01-24  Jay Belanger  <belanger@truman.edu>
17497         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
17498         display variable name.
17500 2005-01-24  Kenichi Handa  <handa@m17n.org>
17502         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
17503         Fix setting of the element of encoded-kbd-iso2022-invocations.
17505 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
17507         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
17508         (gdb-threads-select): Change to also accept mouse events.
17509         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
17510         (gdb-threads-mouse-select): Delete.
17512 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
17514         * files.el (insert-directory): Take care of empty directory,
17515         listed without -a switch.
17517 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17519         * textmodes/refill.el (refill-post-command-function):
17520         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
17521         to the list of functions that we should be careful not to undo.
17522         (refill-late-fill-paragraph-function): Remove.
17523         (refill-saved-state): New var.
17524         (refill-mode): Use it to save fill-paragraph-function.
17525         Save also the value of auto-fill-function.
17527         * term/w32-win.el: Simplify code.
17529 2005-01-23  Kim F. Storm  <storm@cua.dk>
17531         * simple.el (line-move): Adapt to new return value from
17532         pos-visible-in-window-p.
17534         * simple.el (line-move): Fix last change.  Check partial
17535         visibility at point rather than at window-start.
17537 2005-01-22  Jason Rumney  <jasonr@gnu.org>
17539         * term/w32-win.el (xw-defined-colors): Remove debug-message.
17541 2005-01-22  David Kastrup  <dak@gnu.org>
17543         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
17545 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
17547         * type-break.el (type-break-mode): Add a test for
17548         type-break-file-name being non-nil.
17550 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
17552         * net/eudc.el (top level): Call (message "") via progn, so that
17553         eudc-options-file is loaded.
17555 2005-01-22  Kim F. Storm  <storm@cua.dk>
17557         * simple.el (line-move-1): Rename from line-move.
17558         (line-move): New function that adjusts vscroll for partially
17559         visible rows, and calls line-move-1 otherwise.
17561 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
17563         * pcomplete.el: Define pcomplete-read-event instead of read-event,
17564         since it's not a complete read-event implementation
17566 2005-01-20  Jay Belanger  <belanger@truman.edu>
17568         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
17569         for called function.
17571 2005-01-20  Steven Tamm  <steventamm@mac.com>
17573         * term/mac-win.el (process-connection-type): Remove.
17574         Controlled now by s/darwin.h:PTY_ITERATION.
17576 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17578         * window.el (handle-select-window): Don't switch window when we're
17579         in the minibuffer.
17581 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
17583         * subr.el (dotimes-with-progress-reporter): New macro.
17585         * ses.el (ses-dotimes-msg): Remove macro.
17586         Use `dotimes-with-progress-reporter' instead.
17588 2005-01-19  Steven Tamm  <steventamm@mac.com>
17590         * term/mac-win.el (process-connection-type): Use new
17591         operating-system-release variable to use ptys on Darwin 7 (OS X
17592         10.3) when using carbon build.
17594 2005-01-19  Jay Belanger  <belanger@truman.edu>
17596         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
17597         flags if the last command was a tab or M-tab.
17599         * calc/calc-prog.el (calc-user-define-edit): Put original formula
17600         in formula editing buffer.
17602 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
17604         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
17605         breakpoint image symbol in margin.
17607 2005-01-19  Jay Belanger  <belanger@truman.edu>
17609         * calc/calc-prog.el (calc-execute-kbd-macro):
17610         Ignore calc-keep-arg-flag.
17612 2005-01-19  Kenichi Handa  <handa@m17n.org>
17614         * textmodes/ispell.el (ispell-looking-at): New function.
17615         (ispell-process-line): Use ispell-looking-at to compare the ispell
17616         output and the buffer contents.
17618 2005-01-18  Jay Belanger  <belanger@truman.edu>
17620         * calc/calc.el (calc-display-raw): Fix docstring.
17622 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17624         * simple.el (blink-matching-open): Strip extra info from syntax.
17626         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
17627         funny chars in the end-of-here-doc marker.
17629 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
17631         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
17632         that enable/disabled state of breakpoints is shown correctly in
17633         fringe and on ttys.
17634         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
17635         Add breakpoint information as text properties.
17636         (gdb-mouse-toggle-breakpoint):
17637         Rename to gdb-mouse-set-clear-breakpoint.
17638         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
17639         breakpoints in the margin.
17640         (gdb-remove-strings): Simplify.
17642 2005-01-17  Jay Belanger  <belanger@truman.edu>
17644         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
17645         erasing buffer.
17647 2005-01-17  Richard M. Stallman  <rms@gnu.org>
17649         * progmodes/grep.el (grep-find): Copy from `grep' the condition
17650         for calling grep-compute-defaults.
17652         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
17653         if buffer is empty.
17655         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
17657 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17659         * hilit-chg.el (highlight-changes-mode): Don't autoload.
17661         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
17662         non-preloaded variables.
17664 2005-01-17  Steven Tamm  <steventamm@mac.com>
17666         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
17667         tex-shell cause to force interactivity when using pipes.
17669 2005-01-17  Kim F. Storm  <storm@cua.dk>
17671         * simple.el (just-one-space): Make arg optional.
17673 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
17675         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
17676         posn-at-x-y to t to access left-margin.
17678 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
17680         Sync with Tramp 2.0.47.
17682         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
17683         catching keep-date problems in cp/scp operations.
17684         (tramp-handle-copy-file): Don't call `set-file-modes'
17685         unconditionally.  Specialized functions should know better what is
17686         necessary.  This improves performance a little bit, and the
17687         functions could catch errors with `cp -p' and `scp -p'.
17688         (tramp-do-copy-or-rename-file-via-buffer)
17689         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
17690         when appropriate.
17691         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
17692         Call `set-file-modes' when appropriate.
17693         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
17694         Johnsson <isak@hypergene.com>
17695         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
17696         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
17697         <joakim@verona.se>
17698         (tramp-file-name-for-operation): Mark `shell-command' as magic for
17699         Emacs only.
17701         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
17702         `find-file-hooks' and `dired-mode-hook'.
17703         (tramp-minor-mode-map): Respective map.  Add remapping for
17704         `compile' and `recompile'.
17705         (tramp-remap-command, tramp-recompile): New defuns.
17706         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
17707         in buffer "*Compilation*".  Call the commands asynchronously.
17709         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
17710         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
17711         `shell-command', because it isn't magic in XEmacs.  Reported by
17712         Adrian Aichner <adrian@xemacs.org>.
17714         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
17715         `substitute-in-file-name.
17716         (tramp-smb-handle-substitute-in-file-name): New defun.
17717         (tramp-smb-advice-PC-do-completion): Delete advice.
17719 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
17721         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
17722         Fix error in deleting region.
17724 2005-01-15  Richard M. Stallman  <rms@gnu.org>
17726         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
17727         In non-temp buffer, switch syntax table temporarily.
17729         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
17731         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
17733         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
17735         * imenu.el (imenu--split-menu): Copy menulist before sorting.
17736         (imenu--generic-function): Use START, not BEG, as pos of definition.
17738         * simple.el (just-one-space): Argument specifies number of spaces.
17740         * simple.el (eval-expression-print-format): Avoid warning
17741         about edebug-active.
17743 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
17745         * progmodes/sh-script.el: Code copied from make-mode.el
17746         with small changes,
17747         (sh-mode-map): Bind C-c C-\.
17748         (sh-backslash-column, sh-backslash-align): New variables.
17749         (sh-backslash-region, sh-append-backslash): New functions.
17751 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17753         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
17754         (rmail-pop-password, rmail-pop-password-required): Move to
17755         rmail-obsolete group.
17756         (rmail-set-pop-password): Rename to rmail-set-remote-password.
17757         All callers updated.
17758         (rmail-get-pop-password): Rename to rmail-get-remote-password.
17759         Take an argument specifying whether it is POP or IMAP mailbox we
17760         are using.  All callers updated.
17761         (rmail-pop-password-error): Rename to
17762         rmail-remote-password-error.  Added mailutils-specific error message.
17763         (rmail-movemail-search-path)
17764         (rmail-movemail-variant-in-use): New variables.
17765         (rmail-remote-password, rmail-remote-password-required):
17766         New customization variables.
17767         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
17768         (rmail-parse-url): New function.
17769         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
17770         with GNU mailutils movemail.
17772 2005-01-15  Kevin Ryde  <user42@zip.com.au>
17774         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
17775         suffix to space, $ or '$, to correctly position point when going
17776         to @table style constants like DBL_MAX.
17778 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
17780         * type-break.el (type-break-mode, type-break-file-time)
17781         (type-break-file-keystroke-count, type-break-choose-file):
17782         Don't store data in or load data from the file if type-break-file-name
17783         is nil.
17784         (type-break-file-name): Doc update as per the above.
17786 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
17788         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
17789         lookup-key might return nil; handle that.
17791 2005-01-15  Alan Mackenzie  <acm@muc.de>
17793         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
17794         rather than the element found, thus enabling the tree to be setcar'd.
17796 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
17798         * textmodes/org.el (org-show-following-heading): New option.
17799         (org-show-hierarchy-above): Use `org-show-following-heading'.
17800         (org-cycle): Documentation fix.
17802         * textmodes/org.el (orgtbl-optimized): New option
17803         (orgtbl-mode): New command, a minor mode.
17804         (orgtbl-mode-map): New variable.
17805         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
17806         (orgtbl-error, orgtbl-self-insert-command)
17807         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
17809         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
17810         a local variable in each org-mode buffer.
17812         * textmodes/org.el (org-set-regexps-and-options): Rename from
17813         `org-set-regexps'.  Added checking for STARTUP keyword.
17814         (org-get-current-options): Add STARTUP options.
17815         (org-table-insert-row): Make mode intelligent about when
17816         realignment is needed.
17817         (org-self-insert-command, org-delete-backward-char, org-delete-char):
17818         New commands.
17819         (org-enable-table-editor): New default value `optimized'.
17820         (org-table-blank-field): Support blanking regions if active.
17822 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
17824         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
17825         if the year is not given.
17827         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
17828         Add new escapes %m and %M, fixed bug with %F by adding
17829         save-match-data.
17830         (reftex-reference): Remove ?. from list of spaces.
17831         (reftex-label-info): Add automatic label prefix recognition.
17833         * textmodes/reftex-index.el (reftex-index-next-phrase):
17834         Add slave parameter to call of `reftex-index-this-phrase'.
17835         (reftex-index-this-phrase): New optional argument.
17836         (reftex-index-region-phrases): Add slave parameter to call of
17837         `reftex-index-this-phrase'.
17838         (reftex-display-index): New argument redo.
17839         (reftex-index-rescan): Add 'redo to arguments of
17840         `reftex-display-index'.
17841         (reftex-index-Rescan, reftex-index-revert)
17842         (reftex-index-switch-index-tag): Add 'redo to arguments of
17843         `reftex-display-index'.
17844         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
17845         indexing.  Fix bug with matching is there is a quote before or
17846         after the word.
17848         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
17849         Fix bug when collecting citation keys in lines with comments.
17850         (reftex-citation): Prefix argument no longer rescans the document,
17851         but forces prompting for optional arguments of cite macros.
17852         (reftex-do-citation): Prompting for optional arguments implemented.
17854         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17855         Add optional arguments to most cite commands.
17856         (reftex-cite-cleanup-optional-args): New option
17857         (reftex-cite-prompt-optional-args): New option.
17858         (reftex-trust-label-prefix): New option.
17860         * textmodes/reftex-toc.el (reftex-toc-find-section):
17861         Add push-mark before changing the position in the buffer.
17863         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
17864         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
17866 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
17868         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
17869         more carefully.
17871 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17873         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
17874         (sgml-mode): Use it.
17875         (sgml-get-context): Better keep track of implicitly closed tags.
17877 2005-01-13  Kenichi Handa  <handa@m17n.org>
17879         * textmodes/ispell.el: These changes are to fix misalignment error
17880         caused by equivalent characters of different Emacs charsets.
17881         (ispell-unified-chars-table): New variable.
17882         (ispell-get-decoded-string): New function.
17883         (ispell-get-casechars, ispell-get-not-casechars)
17884         (ispell-get-otherchars): Call ispell-get-decoded-string.
17886 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
17888         * custom.el (custom-declare-variable): Just put symbol instead
17889         of (defvar . symbol) in `current-load-list'.
17891 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
17893         * emacs-lisp/elint.el: Fixed typo in Commentary section.
17895 2005-01-12  Jay Belanger  <belanger@truman.edu>
17897         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
17898         to create a Calc summary.
17900 2005-01-12  Kim F. Storm  <storm@cua.dk>
17902         * mouse.el (mouse-on-link-p): Change functionality and doc
17903         string to comply with latest description in lisp ref.
17905 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
17907         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
17908         Enable mouse clicks on mode-line, header-line and margin.
17909         (event-type): Give mouse event symbols an 'event-kind property
17910         with value 'mouse-click.
17912 2005-01-12  Juri Linkov  <juri@jurta.org>
17914         * facemenu.el (list-colors-display): Add new arg buffer-name.
17915         Use it.  Fix docstring.  Replace code for identifying duplicate
17916         colors by the name with call to `list-colors-duplicates' which
17917         identifies duplicate colors by the value unless the color
17918         is one of special Windows colors.  Set truncate-lines to t.
17919         Print sorted duplicate color names on each line.  Indent to 22
17920         \(the longest color name in rgb.txt) instead of 20.  Optimize.
17921         (list-colors-duplicates): New function.
17922         (facemenu-color-name-equal): Delete function.
17924         * facemenu.el (list-colors-print): New function created from code
17925         in list-colors-display.  Print #RRGGBB at the window right edge.
17926         (list-colors-display): When temp-buffer-show-function is not
17927         defined, call list-colors-print from temp-buffer-show-hook
17928         to get the right value of window-width in list-colors-print
17929         after the buffer is displayed.
17931         * simple.el (pop-mark): Move deactivate-mark out of conditional
17932         part to deactivate the active mark regardless of the state of the
17933         mark ring.
17935         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
17936         variables line in desktop files.
17938 2005-01-12  Juri Linkov  <juri@jurta.org>
17940         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
17941         Bring together isearch highlight related options.
17942         (lazy-highlight): Replace group `replace' by `matching'.
17943         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
17944         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
17945         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
17946         and declare them obsolete.
17947         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
17948         (isearch-faces): Remove defgroup.
17949         (isearch-overlay, isearch-highlight, isearch-dehighlight):
17950         Move isearch highlighting code closer to lazy highlighting code.
17952         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
17953         (query-replace-highlight, query-replace-lazy-highlight)
17954         (query-replace): Move definitions to the beginning of the file.
17956 2005-01-11  Juri Linkov  <juri@jurta.org>
17958         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
17959         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
17960         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
17962         * info.el (Info-history-forward): New variable.
17963         (Info-select-node): Reset Info-history-forward to nil.
17964         (Info-last): Turn into defalias.
17965         (Info-history-back): Rename from Info-last.
17966         Add current node to Info-history-forward.
17967         (Info-history-forward): New fun.
17968         (Info-mode-map): Replace Info-last by Info-history-back.
17969         Bind Info-history-forward to "r".
17970         (Info-mode-menu): Replace Info-last by Info-history-back.
17971         Fix menu item text.  Add menu item for Info-history-forward.
17972         (info-tool-bar-map): Replace Info-last by Info-history-back.
17973         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
17974         for Info-history-forward.
17975         (Info-mode): Replace Info-last by Info-history-back in docstring.
17976         Add local variable Info-history-forward.
17977         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
17979 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17981         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
17982         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
17983         Ignore select-window events rather than fiddle with
17984         mouse-autoselect-window.
17986 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
17988         * type-break.el (type-break-mode): Fix previous change.
17990 2005-01-10  Jay Belanger  <belanger@truman.edu>
17992         * calc/calc-ext.el (calc-reset): Reset when inside embedded
17993         calculator; only reset when point is inside a calculator.
17994         Don't adjust the window height if the window takes up the whole height
17995         of the frame.
17997 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
17999         * ebuff-menu.el (Electric-buffer-menu-mode):
18000         Preserve value of buffer-local var header-line-format.
18002 2005-01-09  Jay Belanger  <belanger@truman.edu>
18004         * calc/calc.el (calc-mode-var-list-restore-saved-values):
18005         Make sure settings file exists before accessing it.
18007         * calc/calc-embed.el (calc-embedded-subst):
18008         Replace math-multi-subst-rec, which is only supposed to be called
18009         by math-multi-subst, by math-multi-subst.
18011 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
18013         * vc.el (vc-allow-async-revert): New user option.
18014         (vc-disable-async-diff): New internal variable.
18015         (vc-revert-buffer): Use them to disable asynchronous diff.
18017         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
18018         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
18019         asynchronously if vc-disable-async-diff is t.
18021 2005-01-09  Jay Belanger  <belanger@truman.edu>
18023         * calc/calc.el (defcalcmodevar): New macro.
18024         (calc-mode-var-list-restore-default-values)
18025         (calc-mode-var-list-restore-saved-values): New functions.
18026         (calc-mode-var-list): Use defcalcmodevar to define it.
18027         (calc-always-load-extensions, calc-line-numbering)
18028         (calc-line-breaking, calc-display-just, calc-display-origin)
18029         (calc-number-radix, calc-leading-zeros, calc-group-digits)
18030         (calc-group-char, calc-point-char, calc-frac-format)
18031         (calc-prefer-frac, calc-hms-format, calc-date-format)
18032         (calc-float-format, calc-full-float-format, calc-complex-format)
18033         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
18034         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
18035         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
18036         (calc-matrix-brackets, calc-language, calc-language-option)
18037         (calc-left-label, calc-right-label, calc-word-size)
18038         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
18039         (calc-display-raw, calc-internal-prec, calc-angle-mode)
18040         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
18041         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
18042         (calc-window-height, calc-display-trail, calc-show-selections)
18043         (calc-use-selections, calc-assoc-selections)
18044         (calc-display-working-message, calc-auto-why, calc-timing)
18045         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
18046         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
18047         (calc-gnuplot-default-device, calc-gnuplot-default-output)
18048         (calc-gnuplot-print-device, calc-gnuplot-print-output)
18049         (calc-gnuplot-geometry, calc-graph-default-resolution)
18050         (calc-graph-default-resolution-3d, calc-invocation-macro)
18051         (calc-show-banner): Use defcalcmodevar to declare them and set
18052         their default values.
18054         * calc/calc-ext.el (calc-reset): Restore saved values of variables
18055         instead of default values (but restore default values if there is
18056         an argument of 0).
18058 2005-01-09  David Kastrup  <dak@gnu.org>
18060         * desktop.el (desktop-restore-eager): Fix typo in type.
18062 2005-01-08  Richard M. Stallman  <rms@gnu.org>
18064         * cus-edit.el (customize): Delete :link.
18066 2005-01-08  Jay Belanger  <belanger@truman.edu>
18068         * calc/calc.el (calc-mode): Remove the extension from the
18069         `calc-settings-file' file name when loading it.
18071 2005-01-08  Kim F. Storm  <storm@cua.dk>
18073         * info.el (Info-mode-map, Info-next-link-keymap)
18074         (Info-prev-link-keymap, Info-up-link-keymap):
18075         Map follow-link to mouse-face.
18076         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
18078 2005-01-08  Jay Belanger  <belanger@truman.edu>
18080         * calc/calc.el (calc-settings-file): Change default value.
18081         Suggested by cgw in a comment in calc-mode.el.
18083         * calc/calc-mode.el (calc-settings-file-name):
18084         Compare calc-settings-file to user-init-file instead of ~/.emacs.
18085         Replace ~/.emacs in a prompt by calc-settings-file.
18087 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
18089         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
18090         (desktop-lazy-idle-delay): New customizable variables.
18091         (desktop-buffer-args-list): New variable.
18092         (desktop-append-buffer-args): New function.
18093         (desktop-save): Call desktop-append-buffer-args for some buffers.
18094         (desktop-lazy-create-buffer): New function.
18095         (desktop-idle-create-buffers): New function.
18096         (desktop-read): Add message about buffers to restore lazily.
18097         (desktop-lazy-abort): New command.
18098         (desktop-clear): Call desktop-lazy-abort.
18099         (desktop-lazy-complete): New command.
18101 2005-01-06  Richard M. Stallman  <rms@gnu.org>
18103         * emacs-lisp/find-func.el (find-face-definition):
18104         Rename from find-face.
18106 2005-01-06  Kim F. Storm  <storm@cua.dk>
18108         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
18110         * man.el (Man-xref-man-page, Man-xref-header-file)
18111         (Man-xref-normal-file): Add follow-link property.
18113 2005-01-06  Jay Belanger  <belanger@truman.edu>
18115         * calc/calc-units.el: Make sure the proper macro definitions are
18116         available when compiling.
18118 2005-01-06  Juri Linkov  <juri@jurta.org>
18120         * isearch.el (isearch-lazy-highlight-update):
18121         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
18123 2005-01-06  Miles Bader  <miles@gnu.org>
18125         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
18126         (isearch-lazy-highlight-face): Use new name.
18128 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18130         * uniquify.el (uniquify-rationalize-file-buffer-names):
18131         Re-add an interactive spec.
18132         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
18133         to the same name.
18135         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
18136         (isearch-update, isearch-done): Adjust calls accordingly.
18138 2005-01-05  Richard M. Stallman  <rms@gnu.org>
18140         * custom.el (custom-set-variables, custom-theme-set-variables):
18141         Clarify documentation.
18143         * emacs-lisp/find-func.el (find-variable)
18144         (find-variable-other-window, find-variable-other-frame):
18145         Fix the TYPE args to find-function-read and find-function-do-it.
18146         (find-function): Doc fix.
18147         (find-function-at-point): Replace function-at-point alias.
18149 2005-01-04  Richard M. Stallman  <rms@gnu.org>
18151         * cus-face.el (custom-declare-face):
18152         Record defface in current-load-list.
18154         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
18156         * emacs-lisp/find-func.el: Doc fixes.
18157         (find-face-regexp): New variable.
18158         (find-function-regexp-alist): New variable.
18159         (find-function-C-source): Third arg is now TYPE.
18160         (find-function-search-for-symbol): Handle general TYPE.
18161         (find-function-read, find-function-do-it): Handle general TYPE.
18162         (find-definition-noselect, find-face): New functions.
18163         (function-at-point): Alias deleted.
18165 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18167         * battery.el (display-battery-mode): Rename from display-battery.
18168         Handle the case where it gets turned off.
18170 2005-01-04  Richard M. Stallman  <rms@gnu.org>
18172         * cus-edit.el (customize): Make :link point to user doc.
18174         * man.el (Man-fontify-manpage): Turn off undo generation.
18176         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
18178 2005-01-04  Andreas Schwab  <schwab@suse.de>
18180         * files.el (insert-directory): Only look for error lines in
18181         inserted text.  Don't move too far after processing --dired markers.
18183 2005-01-04  Richard M. Stallman  <rms@gnu.org>
18185         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
18186         Don't expand if the character is @, period, dash, etc.
18187         (define-mail-abbrev): Quote names that contain problem characters.
18189 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
18191         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
18193 2005-01-03  Richard M. Stallman  <rms@gnu.org>
18195         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
18196         (query-replace-highlight, query-replace-lazy-highlight)
18197         (query-replace): Definitions moved up.  Doc fix.
18199 2005-01-03  Richard M. Stallman  <rms@gnu.org>
18201         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
18202         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
18203         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
18204         (lazy-highlight-face): Rename from isearch-lazy-...
18205         Change all references to them.
18207 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
18209         * cus-edit.el (custom-file): Doc fix for defcustom.
18210         (custom-file): The function no longer sets the variable
18211         `custom-file' to its return value.
18213         * startup.el (command-line): No longer load `custom-file'.
18215 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18217         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
18219         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
18220         Don't confuse module-prefixed identifiers for labels.
18221         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
18223 2005-01-02  Richard M. Stallman  <rms@gnu.org>
18225         * files.el (basic-save-buffer-1): Fix previous change.
18227         * loadhist.el (file-loadhist-lookup): New function.
18228         (file-provides, file-requires): Use it.
18230         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
18231         instead of calculating the right size.
18233 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
18235         * vc-svn.el (vc-svn-diff): Stay local if possible.
18237 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18239         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
18241         * files.el (hack-local-variables): Fix last change.
18243 2005-01-02  Jay Belanger  <belanger@truman.edu>
18245         * calc/calc-yank.el (calc-edit-top): New variable.
18246         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
18247         object.  Change header properties.
18248         (calc-edit-finish, calc-edit-finish-stack-object)
18249         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
18250         edited object.
18251         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
18252         for the beginning of the edited object.
18253         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
18254         for the beginning of the edited object.
18255         * calc/calc-prog.el (calc-edit-macro-finish-edit)
18256         (calc-finish-formula-edit, calc-macro-repeats)
18257         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
18258         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
18259         beginning of the edited object.
18260         (calc-user-define-edit): Change the header for editing macros.
18261         Remove unnecessary variable.
18263 2005-01-01  Jay Belanger  <belanger@truman.edu>
18265         * calc/calc-yank.el (calc-edit-mode): Change default header.
18266         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
18267         * calc/calc-store.el (calc-edit-variable): Change title to match new
18268         header.
18269         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
18270         mode to match new header.
18271         (calc-user-define-edit): Change titles to include names of commands.
18272         (calc-finish-formula-edit): Adjust to handle new header.
18273         (calc-finish-macro-edit): Remove.
18274         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
18275         (calc-edit-macro-command, calc-edit-macro-command-type)
18276         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
18277         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
18278         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
18279         (calc-edit-macro-finish-edit): New functions.
18280         (calc-user-define-edit): Use new functions to edit named calc macros.
18282 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
18284         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
18286         * ses.el (copy-region-as-kill): Deactivate mark.
18288 2005-01-01  Richard M. Stallman  <rms@gnu.org>
18290         * replace.el (occur-1): If the output buffer is also an input,
18291         don't kill it, rename it.
18293         * faces.el (set-face-background, set-face-foreground): Doc fix.
18295         * cus-face.el (custom-face-attributes): Fix :help-echo strings
18296         for :foreground and :background.
18298         * dired.el (dired-view-command-alist): Variable deleted.
18299         (dired-view-file, dired-mouse-find-file-other-window):
18300         Delete the code to use it.
18302 2005-01-01  Kim F. Storm  <storm@cua.dk>
18304         * image.el (insert-sliced-image): Use t for line-height property.
18306 See ChangeLog.11 for earlier changes.
18308 ;; Local Variables:
18309 ;; coding: iso-2022-7bit
18310 ;; End:
18312     Copyright (C) 2005 Free Software Foundation, Inc.
18313   Copying and distribution of this file, with or without modification,
18314   are permitted provided the copyright notice and this notice are preserved.
18316 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1