*** empty log message ***
[emacs.git] / lisp / ChangeLog
blob43747b956c983a78c2241c54d4f75f40d5b5f533
1 2005-12-14  Robert J. Chassell  <bob@rattlesnake.com>
3         * textmodes/texinfmt.el (texinfo-format-region): 
4             [on behalf of Lennart Borgman <lennart.borgman.073@student.lu.se>]
5             Set buffer to read-only except for texinfo-format-region evaluation.
6         
7 2005-12-14  Richard M. Stallman  <rms@gnu.org>
9         * vc.el (vc-default-previous-version, vc-default-next-version)
10         (vc-do-command): Doc fixes.
12 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14         * textmodes/bibtex.el (bibtex-expand-strings)
15         (bibtex-autokey-expand-string, bibtex-name-part)
16         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
17         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
18         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
19         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
20         (bibtex-entry-postfix, bibtex-known-entry-type-re)
21         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
22         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
23         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
24         (bibtex-beginning-of-last-entry): Remove.
25         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
26         message if comma is missing but buffer is read-only.
27         (bibtex-parse-field-text): Handle whitespaces at the end of field
28         text.  Return 3-element list with beginning and end of field text
29         and end of field.
30         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
31         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
32         (bibtex-search-forward-field, bibtex-search-backward-field):
33         Search always delimited by limits of entry.  Use more efficient
34         search algorithms.
35         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
36         bibtex-end-of-name-in-field.
37         (bibtex-text-in-field-bounds): Handle BibTeX strings when
38         extracting the content of a field.
39         (bibtex-text-in-field): Use search limits.
40         (bibtex-parse-string-prefix): Handle empty string keys based on
41         bibtex-string-empty-key.
42         (bibtex-parse-string): Fix docstring.
43         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
44         (bibtex-preamble-prefix, bibtex-strings): New functions.
45         (bibtex-skip-to-valid-entry): Include preceding whitespace in
46         BibTeX entries (consistent with other BibTeX functions).
47         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
48         (bibtex-search-entry): Fix docstring.  Simplify.
49         (bibtex-flash-head, bibtex-complete-string-cleanup)
50         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
51         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
52         (bibtex-parse-entry): New optional arg content.
53         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
54         Use bibtex-text-in-field-bounds.
55         (bibtex-print-help-message): Handle BibTeX strings and preambles.
56         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
57         bibtex-parse-string-postfix.
58         (bibtex-find-text-internal): New function.
59         (bibtex-remove-delimiters): Use it.
60         (bibtex-find-text): Use it.  New optional arg help.
61         (bibtex-complete): Handle BibTeX string and preamble entries.
62         (bibtex-Preamble): Fix order of closing delimiters.
64 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
66         * vc.el (vc-default-revert): New fun.
68         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
70 2005-12-14  Romain Francoise  <romain@orebokech.com>
72         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
73         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
74         (font-lock-remove-keywords): Likewise.
76 2005-12-14  Juri Linkov  <juri@jurta.org>
78         * log-view.el (log-view-diff): Doc fix.
80         * isearch.el (isearch-query-replace): Use (mark) instead of
81         isearch-opoint if mark is active in transient-mark-mode.
83 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
85         * isearch.el (isearch-query-replace): Check for isearch-other-end.
87 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
89         * progmodes/cpp.el (cpp-face): New widget.
90         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
92 2005-12-14  Juri Linkov  <juri@jurta.org>
94         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
95         around `erase-buffer' and `insert'.
97         * descr-text.el (describe-text-properties): Replace buffer name
98         "*Help-2*" with "*Help*<2>".
99         (describe-char): Add functions print-help-return-message,
100         toggle-read-only.  Use help-setup-xref with nil to not store
101         describe-char in help-xref-stack.  Use help-make-xrefs to
102         make [back] button.
104         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
106         * wdired.el (wdired-old-point): New internal variable.
107         (wdired-change-to-wdired-mode): Set it buffer-locally.
108         (wdired-abort-changes): Restore point after aborting changes.
110 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
112         * vc.el (vc-do-command): Add a new value t for okstatus.
114         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
115         frame in case of errors.
117 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
119         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
120         so it comes after "On the Left" in the menu.
122 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
124         * cus-edit.el (customize-apropos, customize-apropos-options)
125         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
127 2005-12-12  Bill Wohler  <wohler@newt.com>
129         * vc-svn.el (vc-svn-registered): Fix problem of visiting
130         non-writable Subversion-controlled files by saving window
131         configuration before calling vc-do-command.  vc-do-command calls
132         pop-to-buffer on error which is unexpected during registration.
134 2005-12-12  Jay Belanger  <belanger@truman.edu>
136         * calc/README: Update the summary of changes.
138 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
140         * descr-text.el (describe-char): Rework last fix to solve the problem
141         is the same way it's solved for everything else in that function
142         (i.e. by extracting the info before setting up the *Help* buffer).
144 2005-12-12  Kim F. Storm  <storm@cua.dk>
146         * subr.el (version-regexp-alist): Allow space as separator before
147         non-numeric part, e.g. "1.0 alpha".
148         (version-to-list): Interpret .X.Y version as 0.X.Y version.
150 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
152         * textmodes/org.el: (org-agenda, org-timeline, org-todo):
153         Implement Logging and the keep-modes setting.
154         (org-get-category): Make sure a string is returned.
155         (org-log-done): New function.
156         (org-log-done, org-closed-string): New options.
158 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
160         * tooltip.el (tooltip-y-offset): Change default to 20.
162 2005-12-12  Richard M. Stallman  <rms@gnu.org>
164         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
166         * frame.el (display-hourglass): Doc fix.
168         * help.el (help-for-help-internal): Simplify entry for `a'.
170         * info.el (Info-on-current-buffer): Doc fix.
171         (info-insert-file-contents): Don't test (featurep 'jka-compr).
173         * startup.el (inhibit-splash-screen): Make this the real name.
174         (inhibit-startup-message): Make this the alias.
175         (command-line): Find only simple.el, and use its directory
176         to fill in other preloaded files' names.
177         (command-line): Deactivate the mark if deactivate-mark is set.
179         * international/mule.el (load-with-code-conversion):
180         Bind deactivate-mark.
182         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
184 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
186         * cus-edit.el (customize-apropos): Avoid listing an option more
187         than once under different aliases.  No longer list user options
188         that are not defined with defcustom (unless a prefix arg is given).
189         Doc fix.
190         (customize-apropos-options): Doc fix.
192 2005-12-11  Juri Linkov  <juri@jurta.org>
194         * frame.el (set-background-color, set-foreground-color)
195         (set-cursor-color, set-mouse-color, set-border-color):
196         Add explicit prompts to read colors by `facemenu-read-color'.
197         (show-trailing-whitespace, blink-cursor-delay)
198         (blink-cursor-interval, display-hourglass, hourglass-delay):
199         Remove tags.
200         (display-hourglass, hourglass-delay): Doc fix.
201         (cursor-in-non-selected-windows): Capitalize words in tag.
203         * faces.el (frame-background-mode): Replace `choice-item' keywords
204         with `const' to not make [default] button.  Change default value tag
205         from `default' to `automatic'.  Doc fix.
206         (trailing-whitespace) <defface>: Change group `whitespace' to
207         `whitespace-faces'.
209 2005-12-11  Richard M. Stallman  <rms@gnu.org>
211         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
213 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
215         * term/mac-win.el: Create keymap for mac-apple-event-map.
217 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
219         * tooltip.el (tooltip-mode): Move to start of file so that it
220         appears at top of customize buffer.
222         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
223         Add the gud groupname.
224         (gud-tooltip-mode): Add the tooltip groupname.
225         (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
226         avoid conflict with tooltip-use-echo-area.
228 2005-12-10  Romain Francoise  <romain@orebokech.com>
230         * help.el (help-for-help-internal): Add `r' in doc string.
232 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
234         * align.el (align-regexp, align-highlight-rule): Use
235         region-beginning and region-end instead of point and mark, so that
236         repetition (with `repeat-complex-command') recomputes the region
237         bounds.
239 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
241         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
242         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
243         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
244         (balance-windows): Rewrite using the above new functions.
246 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
248         * hi-lock.el: (hi-lock-mode) Renamed from hi-lock-buffer-mode;
249         react if global-hi-lock-mode seems intended.
250         (global-hi-lock-mode) Renamed from hi-lock-mode.
251         (hi-lock-archaic-interface-message-used)
252         (hi-lock-archaic-interface-deduce): New variables.
253         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
254         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
255         (hi-lock-find-patterns, hi-lock-font-lock-hook): Replace
256         hi-lock-buffer-mode with hi-lock-mode.
258 2005-12-10  Kevin Rodgers  <ihs_4664@ihs.com>
260         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
261         completion list, even after a partial completion has been
262         inserted in the current buffer.  If there are more than 1
263         completion, redisplay the *Completions* buffer; if the
264         completion is unique, delete the *Completions* window.
266 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
268         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
269         strings and long subject lines that were broken into multiple
270         lines at arbitrary places.  Handle subjects that have "Re: " in
271         the middle.
273 2005-12-10  John W. Eaton  <jwe@octave.org>
275         * emacs/octave-mod.el (octave-electric-space): Don't indent
276         comments or strings if octave-auto-indent is nil.
278 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
280         * term/mac-win.el: Require url when compiling.  Call
281         mac-process-deferred-apple-events after loading init files.
282         (mac-apple-event-map): New defvar.  Define event handlers in it.
283         (core-event, internet-event): New Apple event class symbols.
284         (open-application, reopen-application, open-documents)
285         (print-documents, open-contents, quit-application)
286         (application-died, show-preferences, autosave-now, get-url): New
287         Apple event ID symbols.
288         (about): New HICommand ID symbol.
289         (mac-event-spec, mac-event-ae): New macros.
290         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
291         (mac-ae-selection-range, mac-ae-text-for-search)
292         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
293         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
294         and Services menu events are now defined in mac-apple-event-map.
295         (mac-drag-n-drop): Remove selection range handling.
297 2005-12-10  Kenichi Handa  <handa@m17n.org>
299         * simple.el (zap-to-char): Translate CHAR by
300         translation-table-for-input.
302         * isearch.el (isearch-process-search-char): Translate CHAR by
303         translation-table-for-input.
305 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
307         * foldout.el (foldout-exit-fold): Properly hide subtree.
309 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
311         * files.el (save-buffer):
312         * international/ucs-tables.el (ucs-set-table-for-input):
313         * mail/mail-extr.el (mail-extract-address-components):
314         * mail/sendmail.el (mail-mode): Reformat doc string.
316 2005-12-09  Juri Linkov  <juri@jurta.org>
318         * isearch.el (isearch-highlight): Change main overlay priority
319         from 1 to 1001.  Simplify.
320         (isearch-lazy-highlight-update): Change lazy overlay priority
321         from 0 to 1000.
323         * replace.el (replace-highlight): Change overlay priority from
324         1 to 1001.
326         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
327         Change overlay priority from 1 to 1001.  Reuse existing overlay.
329         * compare-w.el (compare-windows-highlight): Change overlay
330         priority from 1 to 1000.
332         * menu-bar.el (menu-bar-edit-menu): Add listp around
333         pending-undo-list to disable menu item "undo" when pending
334         undo list is empty.
336         * locate.el (locate): Disable undo in *Locate* buffer.
338 2005-12-09  Kim F. Storm  <storm@cua.dk>
340         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
342 2005-12-09  David Ponce  <david@dponce.com>
344         * recentf.el: Improvement of the menu code.
345         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
346         instead of menu hook.
347         (recentf-show-menu, recentf-hide-menu): New functions.
348         (recentf-menu-customization-changed, recentf-mode): Use them.
349         (recentf-menu-action, recentf-max-menu-items)
350         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
351         (recentf-arrange-by-rule-others)
352         (recentf-arrange-by-rules-min-items)
353         (recentf-arrange-by-rule-subfilter) : Don't use
354         `recentf-menu-customization-changed'.
355         (recentf-arrange-rules): Likewise.  Accept functions to compute
356         sub-menu titles.
357         (recentf-menu-filter): Likewise.  Doc fix.
358         (recentf-menu-value-shortcut): Doc fix.
359         (recentf-dump-variable): Quote atom value.
360         (recentf-make-menu-items): Update to use it as a menu filter.
361         (recentf-match-rule): New function.
362         (recentf-arrange-by-rule): Use it.
363         (recentf-indirect-mode-rule): New function.
364         (recentf-build-mode-rules): Use it.
365         (recentf-dir-rule): New function.
366         (recentf-arrange-by-dir): Use it.
367         (recentf-filter-changer-current): Rename from
368         `recentf-filter-changer-state'.  All references updated.
369         (recentf-filter-changer-alist): Update filter names.
370         (recentf-filter-changer-select): New function.
371         (recentf-filter-changer): Use it.  Make a sub-menu from filters
372         available in `recentf-filter-changer-alist'.
373         (recentf-data-cache, recentf-clear-data)
374         (recentf-update-menu): Remove.  All references updated.
375         (recentf-match-rule-p, recentf-build-dir-rules)
376         (recentf-filter-changer-goto-next)
377         (recentf-filter-changer-get-current)
378         (recentf-filter-changer-get-next): Remove.
380 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
382         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
383         buffer "Reset" button to "Reset to Current" for consistency with
384         the State buttons.
386 2005-12-08  John Paul Wallington  <jpw@pobox.com>
388         * ibuf-ext.el (define-ibuffer-filter filename):
389         If `dired-directory' is a list then really use its car.
391 2005-12-08  Kim F. Storm  <storm@cua.dk>
393         * emulation/cua-rect.el (cua--rectangle-aux-replace): Fix
394         indention of text on right side of replaced rectangle.
396 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
398         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
399         No need to check gud-comint-buffer is bound.
400         (gdb): Prevent multiple debugging when first session uses gdba.
402 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
404         CC Mode update to 5.31.
406         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
407         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.  We
408         might do this function properly in the future).
410         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
411         macros c-sentence-end and c-default-value-sentence end, to cope
412         with Emacs 22's new function `sentence-end'.
414 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
416         * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
417         compat issue using `c-put-overlay' and `c-delete-overlay'.
419         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
420         compat macros to handle overlays/extents.
422 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
424         * progmodes/cc-fix.el: Add definitions of the macros push and pop
425         (for GNU Emacs 20.4)
427         * progmodes/cc-defs.el:
428         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
430         * progmodes/cc-cmds.el (c-show-syntactic-information): change the
431         highlighting mechanism so it will work in XEmacs too.
433         * progmodes/cc-defs.el: Insert c-int-to-char.
435         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
436         call to the new macro c-int-to-char.  This solves XEmacs's
437         regarding characters as different from integers.
439 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
441         * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
442         helper.
444         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
445         construct to make the indirect face lookup work in XEmacs.
447         (c-cpp-matchers): Append the negation char face to the existing
448         fontification, so that the cpp face doesn't disappear.  Use
449         `c-make-syntactic-matcher' to avoid negation chars in comments and
450         strings.
452         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
453         to map to `font-lock-negation-char-face' in emacsen where it
454         exists.
456 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
458         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
460         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el: Rename
461         "c-subword-move-mode" as "c-subword-mode".
463         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
464         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
466 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
468         * progmodes/cc-mode.el: Added autoload directive for
469         `c-subword-move-mode' for use in older emacsen.
471 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
473         * progmodes/cc-mode.el:
474         (i) Insert a binding for C-c C-backspace into
475         c-bind-special-erase-keys which works in TTYs.
476         (ii) Make sure that when file styles are used, any explicitly
477         given style variables take priority over those in the style.  Do
478         this by calling `hack-local-variables' a second time.
480         * progmodes/cc-vars.el: Add language specific customization
481         widgets for AWK to c-doc-comment-style, c-require-final-newline
482         and c-default-style.  Add a defcustom for awk-mode-hook.  Give
483         c-syntactic-element and c-syntactic-context doc-strings by
484         directly setting their `variable-documentation' propery.  This
485         allows Emacs 22.1 to read these with C-h v.
487         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
488         Monnier).
490 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
492         * progmodes/cc-fonts.el, cc-vars.el
493         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection,
494         gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
495         Masatake YAMATO.
497         (c-doc-comment-style): Made GtkDoc default in C mode.
499         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
500         and C-c C-<delete>.
502         (c-bind-special-erase-keys): New function for use on
503         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
505         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
506         <delete> key behavior in XEmacs according to `delete-forward-p'.
507         C.f. `c-electric-delete'.
509 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
511         * progmodes/cc-mode.el: Give c-hungry-backspace and
512         c-hungry-delete-forward permanent key bindings.
514         * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
515         c-syntactic-context for calls to "criteria functions", for
516         consistency with other calls to user functions.
518         * progmodes/cc-cmds.el (c-indent-command): expunge use of
519         `current-prefix-arg', since this might be the prefix arg to a
520         command which calls c-indent-command as a function.  Change the
521         interactive spec from "p" to "P".
523         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
524         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
525         was difficult to understand.
527 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
529         * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
530         first char of an identifier.
532         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
533         +" syntax in C++.
535 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
537         * progmodes/cc-cmds.el (c-mask-paragraph): correct, so that
538         auto-fill doesn't split a c-comment's last word from a hanging
539         "*/" when a space is typed between them after fill-column.
541         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
543         * progmodes/cc-styles.el (c-set-style,
544         c-setup-paragraph-variables): Abort the command if we're not in a
545         CC Mode buffer.
547         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
548         with blank comment-prefix, and a blank line as the comment's
549         second line.
551 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
553         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
554         Incorporated the patterns added in the Emacs development branch
555         for the new Emacs 22 face `font-lock-negation-char-face'.
557         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
558         of "red" since it stands out better in xterms and DOS terminals.
560         * progmodes/cc-engine.el (c-literal-faces): Added
561         `font-lock-comment-delimiter-face' which is new in Emacs 22.
563 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
565         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
566         forcibly enable c-electric-flag.
568         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
569         `comment-close-slash' on c-electric-slash: if enabled, typing `/'
570         just after the comment-prefix of a C-style comment will close that
571         comment.
573 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
575         * progmodes/cc-fonts.el (c-basic-matchers-before,
576         c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
577         in Pike.
579         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
580         digraphs.
582         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
583         (c-cpp-message-directives, c-cpp-include-directives,
584         c-opt-cpp-macro-define, c-opt-cpp-macro-define-start,
585         c-cpp-expr-directives): Introduced new language constants to
586         control cpp syntax in a cleaner way.
588         (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
590         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
592         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines,
593         c-multiline-string-start-char): New language constants and
594         variables to specify how newlines in string literals work.
596         (c-font-lock-invalid-string): Use them.
598         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
599         unbalanced close brace is entered.  Optimization by avoiding going
600         back over arbitrarily large blocks.  Removed hints that this
601         function only would be relevant/useful in AWK.
603         (c-electric-brace): Indent syntactically after the cleanups since
604         lineup functions might do it differently then.
606         * progmodes/cc-engine.el, cc-langs.el
607         (c-opt-op-identifier-prefix): New language constant and variable.
609         (c-just-after-func-arglist-p, c-after-special-operator-id,
610         c-search-decl-header-end, c-inside-bracelist-p): Use it.
612         * progmodes/cc-align.el, cc-engine.el
613         (c-after-special-operator-id): New helper to handle C++ operator
614         identifiers.
616         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p,
617         c-guess-basic-syntax): Handle C++ operator identifiers in
618         declarations.
620         * progmodes/cc-langs.el (c-assignment-operators): Added the
621         trigraph version of ^= too.
623         * progmodes/cc-langs.el (c-assignment-operators): Added the
624         trigraph version of |= in C++.
626         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
627         `c-decl-hangon-kwds' after the identifier name.
629         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
630         whether an arglist is "nonempty", ignore a comment after the open
631         paren if it isn't followed by a non-comment token on the same
632         line.
634         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
635         heuristics below the point to cope with classes inside special
636         brace lists in Pike.
638 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
640         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
642 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
644         * progmodes/cc-guess.el (cc-guess-install): New function to
645         install an already guessed style in another buffer.
647         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
648         sets `inhibit-read-only' - `c-save-buffer-state' should be used
649         anyway if the change always is undone.
651 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
653         Implement togglable electricity:
655         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
656         saying when it should be used.
658         * progmodes/cc-engine.el: Add the new buffer-local variable,
659         c-electric-flag.
661         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
662         c-toggle-auto-newline.
664         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
665         c-toggle-auto-newline.  Remove the binding for
666         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
667         c-toggle-electric-state.
669         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
671         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
672         c-\(forward\|backward\)-subword.
673         (c-update-modeline): Add the new modeline flag `l' for
674         `c-electric-flag'.  Make the auto-newline flag `a' dependent on
675         `l'.
676         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.  Make
677         the old name an alias of the new name.
678         (c-toggle-electric-state): New function.
679         c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
680         Adapt these functions to do electric things only when
681         c-electric-flag is non-nil.
682         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
683         new functions from c-electric-brace.
684         (c-point-syntax): Add a check for "virtual semicolons" in AWK
685         mode, so that the tentative extra newline doesn't change the
686         syntax of the following brace.
687         (c-electric-brace): restructure by extracting the above functions.
688         Tidy up the coding somewhat.
689         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
690         restructure a bit.
692 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
694         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
695         anchor position(s) using faces.  Thanks to Masatake YAMATO for the
696         idea.
698         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
699         (c-submode-indicators): Changed name from `c-auto-hungry-string'
700         since it's now used to track another submode.
702         (c-update-modeline): Converted to function and extended to check
703         `c-subword-move-mode'.
705         (c-forward-into-nomenclature, c-backward-into-nomenclature):
706         Converted to compat aliases for `c-forward-subword' and
707         `c-backward-subword'.
709         * progmodes/cc-subword.el: New functions and minor mode to handle
710         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
712         (c-forward-subword, c-backward-subword, c-mark-subword,
713         c-kill-subword, c-backward-kill-subword, c-transpose-subwords,
714         c-capitalize-subword, c-downcase-subword, c-upcase-subword):
715         Functions corresponding to the standard word handling functions.
717         (c-subword-move-mode): Minor mode that replaces all the standard
718         word handling functions with their subword equivalences.
720 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
722         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
723         entry for one-liner-defun.
725         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
726         name in its def-edebug-spec.
728         * progmodes/cc-cmds.el (c-electric-brace): Make the
729         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
730         compacts space before a comment, if this will make things fit on
731         one line.
733         Introduce an "awk" style, mainly for auto-newline and clean-ups.
735         * progmodes/cc-align.el: new function c-snug-1line-defun-close
737         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
738         clean-up one-liner-defun.
740         * progmodes/cc-styles.el: Add the new "awk" style.
742         * progmodes/cc-vars.el: Add description of one-liner-defun to
743         c-cleanup-list's doc-string.  New user options,
744         c-max-one-liner-length.  In c-default-style, set the default style
745         for AWK to "awk".
747 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
749         * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
750         macros inside labels.
752         * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
753         `c-at-statement-start-p' and `c-at-expression-start-p'.
755         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
756         error if the mark isn't set.
758         * progmodes/cc-engine.el (c-guess-continued-construct,
759         c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
760         accurately detect functions inside functions.
762         * progmodes/cc-engine.el (c-at-expression-start-p): New function
763         like `c-at-statement-start-p' that additionally recognizes commas
764         and expression parentheses as delimiters.
766         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
767         to avoid heuristics that doesn't work for unclosed blocks.
769         (c-at-statement-start-p): New function.
771         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
772         Objective-C directives, e.g. directives spanning lines should work
773         reasonably well now.
775         (c-put-c-type-property, c-clear-c-type-property): New helpers.
777         (c-forward-objc-directive): New function to move over any ObjC
778         directive.
780         (c-just-after-func-arglist-p, c-guess-basic-syntax,
781         c-basic-matchers-before): Use it.
783         (c-font-lock-objc-iip-decl): Removed.
785         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
786         in the template arglist recognition.
788         * progmodes/cc-styles.el (c-style-alist): Fixed several
789         inconsistencies in the Whitesmith style.
791         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks): New
792         lineup function to get lines after Whitesmith style blocks
793         correctly indented.
795         (c-lineup-whitesmith-in-block): Backed out the compensation for
796         opening parens since it's done using `add' lists in the style
797         definition instead.  Don't use the anchor position since it varies
798         too much between the syntactic symbols. :P
800         * progmodes/cc-vars.el (c-valid-offset): Updated.
802         * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
803         lists where the offsets are combined according to several
804         different methods: `first', `min', `max', and `add'.  Report
805         offset evaluation errors with `c-benign-error' so that some kind
806         of reindentation still is done.
808         * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
809         `arglist-intro' the same way as `arglist-cont-nonempty' and
810         `arglist-close'.
812         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
813         situations for `arglist-cont-nonempty' and `arglist-close'.
815         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
816         constant.
818         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
819         cc-bytecomp-boundp' in a number of places.
821         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
822         macro related issue.
824 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
826         * progmodes/cc-awk.el: Change the terminology of regexps: A char
827         list is now
828         [asdf], a char class [:alpha:].  Include code for char classes.
829         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
830         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
832         Remove (nearly all of) the cruft associated with AWK Mode's former
833         concept of "virtual semicolons":
835         Adapt c-beginning-of-statement, c-end-of-statement (together with
836         subfunctions) to use the new notion of "virtual semicolon" in
837         place of the old awkward special handling for AWK.  There remains
838         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
839         * progmodes/cc-cmds.el:
840         (c-ascertain-adjacent-literal): In the backwards direction, now
841         recognises AWK regexp delimiters as string delimiters.
842         (c-after-statement-terminator-p): Adapt for virtual semicolons;
843         check more rigorously for "end of macro".
844         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
845         virtual semicolons;
846         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
847         out the code for forward movement into ...
848         (c-end-of-statement): Now contains the code for forward movement,
849         adapted for virtual semicolons.
851         * progmodes/cc-engine.el:
852         (c-ws*-string-limit-regexp): new regexp.
853         (c-forward-single-comment, c-backward-single-comment): Comment out
854         the (now redundant) "special" AWK stuff.
856         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
857         c-string-par-start, c-string-par-separate to be more like Text
858         Mode than Fundamental Mode.
860 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
862         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
863         to the fontified region so that fontification doesn't occur
864         outside it
865         (could happen e.g. when fontifying a line with an unfinished
866         declaration).
868 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
870         * progmodes/cc-awk.el: Regexps for analysing AWK code have been
871         moved to near the start of the file.  ^L now separate sections of
872         the file.  New defconsts: c-awk-non-eol-esc-pair-re,
873         c-awk-blank-or-comment-line-re,
874         c-awk-one-line-possibly-open-string-re,
875         c-awk-regexp-one-line-possibly-open-char-class-re,
876         c-awk-one-line-possibly-open-regexp-re,
877         c-awk-one-line-non-syn-ws*-re.  New functions: c-awk-at-vsemi-p,
878         c-awk-vsemi-status-unknown-p.
880         Amend the concept of "virtual semicolons" (in the indentation
881         engine) for languages like AWK, such that they are now
882         conceptually attached to end of the last token of a statement, not
883         the end of the line.  (In AWK Mode, however, the pertinent text
884         property is still physically set on the EOL.)  Remove the specific
885         tests for awk-mode, thus facilitating the introduction of other
886         language modes where EOLs can end statements.  (Note: The
887         funtionality in cc-cmds.el, specifically
888         c-beginning/end-of-statement has yet to be amended.)
890         * progmodes/cc-defs.el: New macros c-at-vsemi-p,
891         c-vsemi-status-unknown-p.
893         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
894         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
895         c-vsemi-status-unknown-p-fn (in a new page).
897         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
898         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
899         numerous awkward forms like
900         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
901         with
902         (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
903         variable before-ws-ip, the place just after char-before-ip
904         appears.
906         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
907         a comment.
909 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
911         * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
912         `c-tentative-buffer-changes'.
914         * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
915         converted to macro to choose between Emacs and XEmacs at compile
916         time.
918         (c-set-region-active): New set counterpart to
919         `c-region-is-active-p'.
921         (c-tentative-buffer-changes): New macro to handle temporary buffer
922         changes in a convenient way.
924         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
925         for `c-tentative-buffer-changes'.
927         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
928         the checks for paren sexps between the point and the keyword, to
929         avoid some false alarms.
931         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
932         Fixed a situation where an error could be thrown for unbalanced
933         parens.  Changed to make use of c-keyword-member' to avoid some
934         repeated regexp matches.
936         (c-opt-lambda-key, c-opt-inexpr-block-key,
937         c-opt-inexpr-class-key): These language variable are no longer
938         necessary.
940         (c-block-stmt-kwds): New language constant used by
941         c-looking-at-inexpr-block'.
943         (c-guess-basic-syntax): Removed an optional check that looked at
944         the existence of the now removed language variables.
946         * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
947         c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
948         object instantiation expressions as declarations in some contexts.
949         This bug only affected languages where the declarator can't be
950         enclosed in parentheses.
952         * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
953         insert newlines before and after substatement braces.
955         * progmodes/cc-engine.el: Improved the heuristics for recognizing
956         function declaration headers and the handling of C++ style member
957         init lists.
959         (c-just-after-func-arglist-p): Rewritten to use
960         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
962         (c-beginning-of-member-init-list): Removed since it isn't used
963         anymore.
965         (c-guess-basic-syntax): Case 5B adapted for the new
966         `c-just-after-func-arglist-p'.  Cases 5B.1 and 5B.3 merged.  Cases
967         5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
968         covers all cases now).
970         * progmodes/cc-defs.el (c-point): Added 'bosws and 'eosws.
972 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
974         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
975         c-string-par-start/separate c-sentence-end-with-esc-eol,
976         initialised in c-setup-paragraph-variables, used in string
977         scanning subroutines of c-beginning-of-statement.
979         * progmodes/cc-cmds.el (c-electric-brace): don't delete a comment
980         which precedes the newly inserted `{'.
982 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
984         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
985         function for declaration level blocks.  It should now cope with
986         templates better and also be a lot more comprehensible.
988         (c-looking-at-decl-block): The new function.
990         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
991         for compatibility.
993         (c-add-class-syntax, c-guess-continued-construct,
994         c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
996         (c-decl-block-key): Changed to tell apart ambiguous and
997         unambiguous keywords.  Pike specials are now handled directly in
998         the code instead.
1000         (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
1001         language constants and variables to make the backward skip in
1002         `c-looking-at-decl-block' as tight as possible.
1004         (c-nonsymbol-token-char-list): New language constant.
1006         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
1007         find balanced template arglists backwards.
1009         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
1010         making char classes for `c-syntactic-skip-backward'.
1012         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
1013         16D - can't be a class-close at that point.
1015         * progmodes/cc-engine.el (c-guess-basic-syntax,
1016         c-add-class-syntax): Don't narrow out the enclosing declaration
1017         level.  This makes everything a lot easier, and it was actually
1018         only four small places that needed it to work.  Some places that
1019         previously did `widen' are removed now, which has the effect that
1020         `c-guess-basic-syntax' never will look at things outside the
1021         current narrowment now.  The anchor position for `topmost-intro'
1022         is affected by this, but it was so bogus it was basically useless
1023         before, and now it's equally bogus but in a slightly different
1024         way.
1026         (c-narrow-out-enclosing-class): Gone.
1028         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
1029         the narrowed region.
1031         (c-least-enclosing-brace): Removed silly optional argument.
1033         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
1034         the point could be left directly after an open paren when finding
1035         the beginning of the first decl in the block.
1037         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
1038         Specify which submatch to use.
1040         * progmodes/cc-langs.el (c-symbol-start): Include '@' in ObjC.
1042         (c-decl-start-re): No no longer any need for special treatment of
1043         ObjC due to the above.
1045         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
1046         presumably follows C in that regard.
1048         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
1049         New language constants to specify operator tokens inside
1050         identifiers in a more high level way.
1052         (c-opt-identifier-prefix-key): New internal language constant.
1054         (c-opt-identifier-concat-key, c-opt-after-id-concat-key,
1055         c-identifier-start, c-identifier-key): Now completely calculated
1056         from other constants.
1058         (c-identifier-last-sym-match): Decommissioned since it's no longer
1059         used.
1061         (c-operators): Use `c-identifier-ops'.  Documented
1062         `postfix-if-paren'.
1064         * progmodes/cc-engine.el (c-forward-name): Removed the
1065         optimization when c-identifier-key is equal to c-symbol-key since
1066         it doesn't work in byte compiled files.  Don't record empty
1067         regions as identifiers.
1069         * progmodes/cc-langs.el (c-filter-ops): New helper function to
1070         simplify access to `c-operators' and its likes.
1072         (c-operator-list, c-all-op-syntax-tokens,
1073         c-nonsymbol-token-regexp, c-<>-multichar-token-regexp,
1074         c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds,
1075         c-primary-expr-regexp, c-cast-parens): Use it.
1077         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
1078         an explicit language in functions.
1080         * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
1081         variant of adornment.
1083         * progmodes/cc-langs.el (c-any-class-key): Removed unused language
1084         variable.
1086         (c-type-decl-prefix-key): Removed some now unnecessary cruft from
1087         the Pike value.
1089         * progmodes/cc-engine.el (c-on-identifier,
1090         c-simple-skip-symbol-backward): Small fix for handling "-"
1091         correctly in `skip-chars-backward'.  Affected the operator lfun
1092         syntax in Pike.
1094         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
1095         diagnostic message about precompiled language vars not being used.
1097         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
1098         "__attribute__" is followed by a parenthesis.
1100         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re,
1101         c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
1102         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
1104         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
1105         cleanups to properly detect the declared identifiers in various
1106         declarations.
1108         (c-decl-start-kwds): New language constant to recognize
1109         declarations that can start anywhere.  Used for class declarations
1110         in Pike.
1112         (c-specifier-key, c-not-decl-init-keywords,
1113         c-decl-prefix-or-start-re, c-find-decl-prefix-search,
1114         c-find-decl-spots): Implement `c-decl-start-kwds'.
1116         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds,
1117         c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
1118         handling of the compiler specific extension keywords into a new
1119         language constant `c-decl-hangon-kwds' that defines keyword
1120         clauses to be ignored in declarations.
1122         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
1123         past unrecognized tokens when handling `c-colon-type-list-kwds'.
1124         Necessary to stop at the declared identifier in e.g. IDL valuetype
1125         declarations.
1127         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds,
1128         c-prefix-spec-kwds-re, c-postfix-spec-kwds,
1129         c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key,
1130         c-forward-decl-or-cast-1): Recognize the declared identifier in
1131         class and enum declarations as such and not as part of the type.
1133         (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
1134         interpretation of PRECEDING-TOKEN-END when there's no preceding
1135         token.
1137         (c-forward-decl-or-cast-1): Don't disregard sure signs of
1138         declarations when there's some syntax error later on.
1140         (c-complex-decl-matchers): Did away with a reference to
1141         `c-specifier-key'.
1143         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
1144         value - this variable is always dynamically bound.
1146         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el,
1147         cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el,
1148         cc-cmds.el, cc-defs.el: Changed the policy for marking up
1149         functions that might do hidden buffer changes: All such internal
1150         functions are now marked instead of those that don't.
1152         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments,
1153         c-(forward|backward)-single-comment, c-parse-state, c-on-identifier,
1154         c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments,
1155         c-literal-type): Allow these functions to make hidden buffer changes,
1156         so that they are free to use text property caching later on.
1158         (c-electric-backspace, c-electric-delete-forward, c-electric-pound,
1159         c-electric-brace, c-electric-slash, c-electric-star,
1160         c-electric-semi&comma, c-electric-colon, c-electric-lt-gt,
1161         c-electric-paren, c-electric-continued-statement, c-indent-command,
1162         c-indent-region, c-mask-paragraph, c-indent-new-comment-line,
1163         c-context-line-break): Added `c-save-buffer-state' calls to comply
1164         with the changed semantics of the functions above.
1166         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
1167         when macros occur in obscure places.  Optimized the sexp movement
1168         a bit.
1170 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1172         Enhancements for c-beginning-of-statement to work in AWK Mode:
1174         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
1175         (completed statement) with `}' (statement completed by closing
1176         brace or semicolon) and `$' (statement completed by EOL).
1178         (c-awk-virtual-semicolon-ends-prev-line-p,
1179         c-awk-virtual-semicolon-ends-line-p,
1180         c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward,
1181         c-awk-at-statement-end-p): new functions
1183         * progmodes/cc-cmds.el: Simplify the structure of functions
1184         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
1185         two functions and c-beginning-of-statement to handle AWK Mode.
1187         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
1188         c-backward-single-comment for AWK mode.  Attempt to clarify their
1189         doc-strings.
1191         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
1193 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1195         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
1196         label handling.  Labels are now recognized in a uniform and more
1197         robust way, regardless of context.  Text properties are put on all
1198         labels to recognize the following declarations better.  Multiword
1199         labels are handled both in indentation and fontification for the
1200         benefit of language extensions like Qt.  For consistency, keywords
1201         in labels are now fontified with the label face instead.  That
1202         also applies to "case" and "default".
1204         (c-beginning-of-statement-1): Fixed some bugs in the label
1205         handling.  Disregard `c-nonlabel-token-key' in labels that begin
1206         with `c-label-kwds'.
1208         (c-find-decl-spots): Support that the callback adds more
1209         `c-decl-end' spots to find.
1211         (c-forward-decl-or-cast-1): Don't treat a list of plain
1212         identifiers followed by a colon as a declaration.
1214         (c-forward-label): New function to recognize labels.
1216         (c-guess-basic-syntax): Replaced uses of `c-label-key' with
1217         `c-forward-label'.  Moved the label recognition cases (14 and 15)
1218         earlier since they aren't so context sensitive now.  Handle labels
1219         on the top level gracefully.  Moved access label recognition to
1220         the generic label case (CASE 15) - removed CASE 5E.
1222         (c-font-lock-declarations): Added recognition of labels in the
1223         same round since we need to handle labels in parallell with other
1224         declarations to recognize both accurately.  It should also improve
1225         speed.
1227         (c-simple-decl-matchers, c-basic-matchers-after): Moved
1228         `c-font-lock-labels' so that it only is used on decoration level 2
1229         since `c-font-lock-declarations' handles it otherwise.
1231         (c-complex-decl-matchers): Removed the simplistic recognition of
1232         access labels.
1234         (c-decl-prefix-re): Removed the kludges that was necessary to cope
1235         with labels earlier.
1237         (c-decl-start-re): New language variable to make
1238         `c-font-lock-declarations' stop for the special protection labels
1239         in Objective-C that start with '@'.
1241         (c-label-key): Removed since it's no longer used.
1243         (c-recognize-colon-labels, c-label-prefix-re): New language
1244         constants to support recognition of generic colon-terminated
1245         labels.
1247         (c-type-decl-end-used): `c-decl-end' is now used whenever there
1248         are colon terminated labels.
1250         * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
1251         first argument starts with a special brace list.
1253         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1,
1254         c-font-lock-declarations): Broke out the declaration and cast
1255         recognition from `c-font-lock-declarations' to a new function, so
1256         that it can be used in the indentation engine.
1258         * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
1259         up to the start of the literal.  Fixed bug with the point on the
1260         wrong side of the search limit that could happen when the start
1261         position is inside a literal.
1263         * progmodes/cc-engine.el (c-parse-state,
1264         c-invalidate-state-cache): Modified the use of `c-state-cache-end'
1265         so that it's kept a little bit back to increase the hit rate.
1267         (c-parse-state): Changed the macro handling and fixed some
1268         glitches.  Macro context is checked more often than necessary now,
1269         but otoh less garbage conses are generated.
1271         * progmodes/cc-engine.el (c-parse-state,
1272         c-invalidate-state-cache): Cache the last position where
1273         `c-state-cache' applies.  This can speed up refontification quite
1274         a bit in blocks where there are many non-brace parens before the
1275         point.
1277         (c-state-cache-end): New variable for this.
1279         (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
1280         cache variable.
1282         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
1283         get close initial continue positions when the start position is
1284         inside a literal or macro.  Do not call the callback for spots
1285         before the start position (which can happen e.g. for `c-decl-end'
1286         spots inside comments).  Optimize better in special cases when the
1287         region is a single line inside a literal or macro (typically when
1288         the current line is refontified).
1290         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
1291         to `c-add-stmt-syntax' - there's no need to explicitly whack off
1292         entries from the paren state.
1294         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
1295         special case for "else if" clauses.
1297         * progmodes/cc-engine.el (c-looking-at-inexpr-block,
1298         c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
1300         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
1301         language variable to recognize the gcc extension with statement
1302         blocks inside expressions.
1304         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
1305         it somewhat more comprehensible.  The argument AT-BLOCK-START is
1306         no longer used and hence removed.
1308         (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
1309         to `c-add-stmt-syntax'.
1311         * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
1312         `c-beginning-of-statement-1' instead of duplicating parts of it.
1313         This fixes bogus label recognition.
1315         * progmodes/cc-engine.el (c-add-type, c-check-type,
1316         c-forward-name, c-forward-type): Improved storage of template
1317         types in `c-found-types' so that they can be recognized better.
1319         (c-syntactic-content): Added option to skip past nested parens.
1321         * progmodes/cc-engine.el (c-forward-name): Set
1322         `c-last-identifier-range' all the time.  It's less work that way.
1323         Handle that there might not be an identifier to store in
1324         `c-last-identifier-range'.
1326         (c-forward-type): Handle that `c-last-identifier-range' might be
1327         nil from `c-forward-name'.
1329         * progmodes/cc-defs.el: (c-safe-scan-lists,
1330         c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
1332         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
1333         to work even if the form fails.
1335         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
1336         down in a large file in one go.
1338         (c-get-fallback-start-pos): New helper function for
1339         `c-parse-state'.
1341         * progmodes/cc-align.el (c-lineup-assignments): New lineup
1342         function which is like `c-lineup-math' but returns nil instead of
1343         `c-basic-offset' when it doesn't match.
1345         (c-lineup-math): Changed to use `c-lineup-assignments'.
1347 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1349         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
1350         c-beginning-of-statement.  New subfunctions
1351         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
1353 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1355         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
1356         hardcoded char classes whereever possible.  Changed a couple of
1357         places to use skip by syntax instead of skip by char class.
1359         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
1360         Fixed a bug in the regexp that caused extreme backtracking.
1362         * progmodes/cc-langs.el (c-block-comment-starter,
1363         c-block-comment-ender): New language constants to specify in a
1364         single place how block comments look.
1366         (c-comment-start-regexp, c-block-comment-start-regexp,
1367         comment-start, comment-end, comment-start-skip,
1368         c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws,
1369         c-syntactic-ws, c-nonempty-syntactic-ws,
1370         c-single-line-syntactic-ws, c-syntactic-eol): Now built from
1371         `c-line-comment-starter', `c-block-comment-starter' and
1372         `c-block-comment-ender'.
1374         (c-block-comment-regexp, c-unterminated-block-comment-regexp): New
1375         language constants to break up things a bit.
1377         (c-simple-ws): New language constant for simple whitespace.
1379         * progmodes/cc-defs.el (c-concat-separated): New convenience
1380         function.
1382         * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
1383         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
1384         newlines.  Allow and ignore nil elements in the list.
1386 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1388         * progmodes/cc-cmds.el: Comment out a (n almost certainly
1389         superfluous) check, (eq here (point-max)) in
1390         c-beginning-of-statement.
1392         * progmodes/cc-cmds.el: Tidy up the comments in
1393         c-beginning-of-statement and subfunctions.
1395         * progmodes/cc-awk.el: Replace calls to put-text-property to the
1396         more flexible c-put-char-property and c-clear-char-properties.
1397         Add the author's email address.
1399         * progmodes/cc-langs.el: New variable,
1400         c-block-comment-start-regexp.
1402         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
1403         closing "*/" of a block comment.
1405         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
1406         subfunctions) so that it works at BOB and EOB.
1408         * progmodes/cc-cmds.el, cc-vars.el: More updating of
1409         c-beginning-of-statement, including new variable
1410         c-block-comment-start-regexp.
1412 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1414         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
1415         symbols from `*-font-lock-extra-types' so that there's no need to
1416         use `regexp-opt' on those lists.
1418         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
1419         `c-type-modifier-kwds' is empty.
1421         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
1422         there are several strings on the same line.
1424         * progmodes/cc-engine.el (c-literal-limits): Removed the
1425         compatibility function for older emacsen.  `c-literal-limits-fast'
1426         has now taken the place of this function.
1428         * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
1429         with older emacsen: We now require 'pps-extended-state.
1431 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1433         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
1434         which obviates the need to hack sentence-end.  This now handles
1435         escaped newlines in strings correctly.  Correct minor bugs in
1436         c-move-over-sentence and in c-beginning-of-statement.
1438         * progmodes/cc-cmds.el (c-beginning-of-statement (and
1439         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
1440         that movement over macros and code are rigorously separated from
1441         eachother.  Correct a few incidental bugs.
1443         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
1444         Improve its doc-string.  Improve the handling of certain specific
1445         cases.
1447 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1449         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
1450         (c-guess-basic-syntax): Changed the way class-level labels are
1451         recognized; they can now contain essentially any symbols.
1453         (c-opt-extra-label-key): New language variable to cope with the
1454         special protection label syntax in Objective-C.
1456         (c-opt-access-key): Removed; this is now handled better by
1457         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
1459         (c-complex-decl-matchers): Update to handle that
1460         `c-opt-access-key' no longer exists.
1462         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
1463         improved label recognition in `c-beginning-of-statement-1'.
1465         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1466         Recognize bitfields better.
1468         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
1469         Removed some cruft and fixed a bug that could cause it to go to a
1470         position further down.
1472         * progmodes/cc-langs.el, cc-engine.el
1473         (c-beginning-of-statement-1): Improved detection of labels in
1474         declaration contexts.
1476         (c-beginning-of-decl-1): Use it.
1478         (c-nonlabel-token-key): New language constant and variable needed
1479         by `c-beginning-of-statement-1'.
1481         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
1482         manifested itself due to the correction in `c-forward-sexp'.
1484         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
1485         these behave as documented when used at the buffer limits.
1487         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
1488         (c-type-decl-end-used): Made this a language variable.
1490         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
1491         correctly when `combine-after-change-calls' is used together with
1492         temporary narrowings.
1494         * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
1495         labels correctly when the start point is immediately after the
1496         colon.
1498         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
1499         since it isn't used anymore.
1501         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
1502         bracket arglists such as template parens in C++.
1504         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
1505         in the last check-in.  Some optimization.
1507         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
1508         where it could stop at the same level in a preceding sexp when
1509         PAREN-LEVEL is set.
1511         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
1512         text property lookup only when it's needed.
1514         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
1515         Changed the policy for paren marked angle brackets to be more
1516         persistent; once marked they remain marked even when they're found
1517         to be unbalanced in the searched region.  This should keep the
1518         paren syntax around even when individual lines are refontified in
1519         multiline template arglists.
1521         (c-parse-and-markup-<>-arglists): New dynamically bound variable
1522         to control markup so that incorrect angle bracket arglists aren't
1523         marked in contexts where the correct value for
1524         `c-disallow-comma-in-<>-arglists' isn't known.
1526         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
1527         argument has become `c-parse-and-markup-<>-arglists'.
1529         (c-remove-<>-arglist-properties): Removed - no longer used.
1531         (c-after-change-check-<>-operators): New function used on
1532         `after-change-functions' to avoid that "<" and ">" characters that
1533         are part of longer operators have paren syntax.
1535         (c-<>-multichar-token-regexp): New language variable used by
1536         `c-after-change-check-<>-operators'.
1538         (c-after-change): Call `c-after-change-check-<>-operators'.
1540         (c-font-lock-<>-arglists): Use the context properties set by
1541         `c-font-lock-declarations' to set
1542         `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
1543         markup.
1545         (c-font-lock-declarations): Removed code that undoes the invalid
1546         markup done by `c-font-lock-<>-arglists'.
1548         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
1549         after `c-font-lock-declarations'.
1551         * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
1552         paren-level feature.
1554         (c-guess-basic-syntax): Improved the anchor position for
1555         `template-args-cont' in nested template arglists.  There's still
1556         much to be desired in this area, though.
1558 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1560         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
1561         Make the "Text Filling and Line Breaking" commands work for AWK
1562         buffers.
1564 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1566         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
1567         Removed;
1568         (c-major-mode-is 'awk-mode) can be used instead now.
1570         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
1571         it doesn't work no longer are supported.
1573         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el,
1574         cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
1575         requires support for the syntax-table' text property, which rules
1576         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
1577         cruft associated with those versions.
1579         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
1580         for the `syntax-table' text property, which rules out Emacs 19 and
1581         XEmacs < 21.4.  Removed various compatibility cruft associated
1582         with those versions.
1584         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
1585         support for the `syntax-table' text property.
1587         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
1588         variable and use an extra quoted face name instead.  All the
1589         emacsen flavors handle that correctly.
1591         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare,
1592         c-font-lock-declarators, c-font-lock-declarations,
1593         c-complex-decl-matchers, c-basic-matchers-after): Use a text
1594         property to mark the items in in declarator lists to handle
1595         refontification inside multiline declarations better.
1597         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
1598         construct like "a * b = c;" as a declaration.
1600 2005-12-08  Kim F. Storm  <storm@cua.dk>
1602         * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
1603         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
1604         select either meta, hyper, or super modifier for rectangle commands.
1605         (cua--rectangle-modifier-key): New defvar.
1606         (cua--M/H-key): Use it.  Remove special case for 'space.
1607         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
1608         on X, to meta otherwise.  Always bind C-return to toggle
1609         rectangle.  Pass ?\s instead of 'space to cua--M/H-key.
1611         * emulation/cua-rect.el (cua-help-for-rectangle): Use
1612         cua--rectangle-modifier-key.  Handle super modifier too.
1613         (cua--init-rectangles): Always bind C-return to toggle rectangle.
1614         Pass ?\s instead of 'space to cua--M/H-key and cua--rect-M/H-key.
1616         * ido.el: Move Acknowledgements and History after Commentary.
1617         Minor changes to Commentary.
1619         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
1620         keymap if cua--prefix-override-timer equals 'shift.
1621         (cua--shift-control-prefix): New function; emulate "type prefix
1622         key twice" functionality to handle shifted prefix key override.
1623         (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
1624         commands.
1625         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
1627 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
1629         * textmodes/org.el (org-insert-heading): Try to do items before
1630         headings.
1631         (org-agenda-mode): Quote `org-agenda-mode-hook'.
1632         (org-insert-item): New function.
1633         (org-renumber-ordered-list): Don't skip to higher level lists.
1635 2005-12-08  Juri Linkov  <juri@jurta.org>
1637         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
1639         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
1641         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
1643         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
1644         the constructed function name fun-1.
1646         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
1647         because such links don't lead to parent documentation.
1649 2005-12-08  Kenichi Handa  <handa@m17n.org>
1651         * descr-text.el (describe-char): Use *Help-2* buffer if the
1652         current buffer is *Help*.  Call describe-text-properties while
1653         setting the original buffer.
1655 2005-12-07  Bill Wohler  <wohler@newt.com>
1657         * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
1658         and causes problems with non-MH users (such as Gnus users).
1660 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
1662         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
1663         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
1664         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
1665         command "info sources".  Move calls to GDB command "list".
1666         (gdb-find-file-hook): Just use gdb-source-file-list.
1667         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
1668         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
1669         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
1670         (gdb-data-list-register-values-handler): Use correct trigger name.
1672 2005-12-07  Kim F. Storm  <storm@cua.dk>
1674         * ido.el (ido-completion-map): Renamed from ido-mode-map.
1675         (ido-common-completion-map, ido-file-completion-map)
1676         (ido-file-dir-completion-map, ido-buffer-completion-map):
1677         Renamed from ido-mode-....-map.
1678         (ido-init-completion-maps): Renamed from ido-init-mode-maps.
1679         (ido-setup-completion-map): Renamed from ido-define-mode-map.
1680         (ido-read-internal): Bind minibuffer-local-filename-completion-map
1681         to ido-completion-map.
1683 2005-12-07  Kenichi Handa  <handa@m17n.org>
1685         * international/mule-cmds.el
1686         (set-display-table-and-terminal-coding-system): If the coding
1687         system specified in `unibyte-display' property is different from
1688         the arg coding-system, don't setup standard-display-table.
1690 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1692         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
1693         that comments end at \n, regardless of selective-display.
1695 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
1697         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
1698         (gdb-version): New variables.
1699         (gdb-source-file-list, gdb-register-names)
1700         (gdb-changed-registers): New variables for use with GDB 6.4+.
1701         (gdb-ann3): Replace with...
1702         (gdb-init-1, gdb-init-2): ...two new functions.
1703         (gdba, gdb-prompt): Call gdb-init-1.
1704         (gdb-get-version): New function.  Call gdb-init-2 from here.
1705         (gud-watch): Make it work with mouse events too.
1706         (gdb-post-prompt): Don't add to queue until GDB version is known.
1707         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
1708         (gdb-locals-mode): Use gdb-version.
1709         (gdb-memory-format-map, gdb-memory-unit-map)
1710         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
1711         (gdb-locals-font-lock-keywords-1)
1712         (gdb-locals-font-lock-keywords-2): New variables.
1713         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
1714         (gdb-set-gud-minor-mode-existing-buffers-1)
1715         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
1716         (gdb-var-update-1, gdb-var-update-handler-1)
1717         (gdb-data-list-register-values-handler)
1718         (gdb-data-list-register-values-custom)
1719         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
1720         (gdb-stack-list-locals-handler, gdb-get-register-names):
1721         New functions for use with GDB 6.4+.
1722         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
1723         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
1724         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
1725         (gdb-stack-list-locals-regexp)
1726         (gdb-data-list-register-names-regexp): New regexps for use with
1727         GDB 6.4+.
1729 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1731         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
1733 2005-12-06  Nozomu Ando <nand@mac.com>  (tiny patch)
1735         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
1736         prompts work for AUTH PLAIN.  Also reported by Steve Allan
1737         <seallan@verizon.net>.
1739 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
1741         * frame.el (set-frame-parameter): Add doc string.
1743 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
1745         * textmodes/org.el (org-occur-highlights): New variable.
1746         (org-highlight-new-match, org-remove-occur-highlights): New functions.
1747         (org-highlight-sparse-tree-matches): New option.
1748         (org-do-occur): New function.
1749         (org-get-heading): Make it work also at beginning of line.
1750         (org-category-table): New variable.
1751         (org-get-category-table, org-get-category)
1752         (org-camel-to-words, org-link-search): New functions.
1753         (org-select-this-todo-keyword): New variable.
1754         (org-todo-list): New command.
1755         (org-shiftright, org-shiftleft): New commands.
1756         (org-agenda-todo): Add prefix argument.
1757         (org-show-hierarchy-above): New option.
1758         (org-show-todo-tree): Numerical prefix creates tree for specific
1759         TODO keyword.
1760         (org-outline-level): New function, to assign a level to plain
1761         lists items.
1762         (org-cycle-include-plain-lists): New option.
1763         (org-mode): Use `org-outline-level' as value of `outline-level'.
1764         (org-cycle): Temporarily switch `outline-regexp' if
1765         `org-cycle-include-plain-lists' is non-nil.
1766         (org-start-icalendar-file): Fix format bug.
1767         (org-agenda-get-day-entries): Create category table.
1768         (org-agenda-get-todos, org-agenda-get-timestamps)
1769         (org-agenda-get-deadlines, org-agenda-get-scheduled)
1770         (org-agenda-get-blocks): Use `org-get-category'.
1771         (org-context-in-file-links): Rename from
1772         `org-line-numbers-in-file-links' .
1774 2005-12-06  Romain Francoise  <romain@orebokech.com>
1776         * window.el (balance-windows): Delete extraneous third arg in call
1777         to `enlarge-window'.
1779 2005-12-06  Kenichi Handa  <handa@m17n.org>
1781         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
1783 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
1785         * progmodes/gdb-ui.el (gdb-var-create-handler)
1786         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
1787         (gdb-var-list-children-handler, gdb-var-update-handler):
1788         Current buffer is already gdb-partial-output-buffer, don't
1789         make it current again.
1791 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
1793         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
1794         (list-buffers-noselect): Use it.
1796 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1798         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
1799         (mail-yank-ignored-headers): Use regexp-opt.
1800         (mail-mode-map): Move initialization into declaration.
1801         (mail-sent-via): Remove unused shadowed var `to-line'.
1802         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
1803         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
1804         (mail-do-fcc): Use dolist and push.
1805         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
1806         (mail-yank-ignored-headers): Don't autoload.
1808 2005-12-05  Kenichi Handa  <handa@m17n.org>
1810         * international/mule-cmds.el (set-language-info-internal): New fun.
1811         (set-language-info): Call set-language-info-internal to update
1812         language-info-alist.  If LANG-ENV is the current one, call
1813         set-language-environment to make INFO effective now.
1814         (set-language-info-alist): Likewise.
1815         (locale-language-names): With locale "en", use English
1816         lang. env. but set the default codings to iso-8859-1.
1818 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
1820         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
1821         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
1822         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
1823         for plain strings.
1824         (gdb-frames-mode): Remove redundant call to font-lock-mode.
1825         (gdb-all-registers): Rename from toggle-gdb-all-registers.
1826         Create registers buffer if necessary.  Echo new state in minibuffer.
1827         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
1829 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
1831         * info.el (Info-fontify-node): Match external links using
1832         non-directory part of filename.
1834 2005-12-04  Juri Linkov  <juri@jurta.org>
1836         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
1837         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
1838         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
1839         because there is no customization option for it.
1841         * font-lock.el (lisp-font-lock-keywords-1):
1842         Add define-global-minor-mode.
1844         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
1846         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
1847         properties on the constructed variable names.
1849         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1850         Put `definition-name' properties on the constructed function names
1851         next-sym and prev-sym.
1853         * emacs-lisp/find-func.el (find-function-regexp):
1854         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
1855         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
1856         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
1857         and easy-menu-define.
1859         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
1860         easy-mmode-define-global-mode and define-global-minor-mode.
1861         (lisp-imenu-generic-expression): Add define-global-minor-mode.
1863         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
1864         instead of easy-mmode-define-global-mode.
1866         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
1867         Use define-minor-mode instead of easy-mmode-define-minor-mode.
1869         * cus-edit.el (customize-group, customize-group-other-window):
1870         Filter out autoloaded options from the group completion list by
1871         using heuristics that autoloaded groups don't have `custom-autoload'
1872         property on their symbols (they have only `custom-loads').
1874         * simple.el (completion-setup-function): Put completions-common-part
1875         face on complete completion string too (i.e. completion string
1876         without completions-first-difference face).
1878         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
1880 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
1882         * view.el (view-mode): Doc fix.
1884         * disp-table.el (standard-display-european): Add to the warning
1885         message a reference to the doc string.
1887         * play/yow.el (apropos-zippy): Call print-help-return-message,
1888         similar to other Help and Apropos commands.
1890         * help.el (print-help-return-message): If pop-up-frames is
1891         non-nil, set up help-return-method to delete the help window and,
1892         possibly, its frame as well, and don't display message about
1893         scrolling the help window.  Doc fix.
1894         (help-return-method): Doc fix.
1896 2005-12-03  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
1898         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
1899         whereby names of length one or names starting with a
1900         symbol-constituent character would not be returned.
1902 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1904         * subr.el (atomic-change-group): Add edebug and indentation spec.
1906 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1908         * completion.el (save-completions-file-name): Fix typo in last change.
1910 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1912         * info.el: Move back/forward history to the beginning of the tool bar.
1914 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
1916         * allout.el:(eval-when-compile): Remove unnecessary load of 'cl.
1917         Add fset of allout-real-isearch-abort during compile to fix
1918         byte-compilation warnings.
1919         (allout-mode-p): Move definition of this macro above all uses, or
1920         byte compilation in barren emacs (eg, during emacs build) will
1921         lack the definition.
1922         (allout-mode): Move this variable above any uses, or byte
1923         compilation will fail.
1924         (allout-resolve-xref): Remove use of personal file-reference function.
1925         (allout-toggle-current-subtree-encryption): Do the current (ie,
1926         visible containing) topic, rather than nearest around point.  Doc fix.
1927         (allout-toggle-subtree-encryption): New function, workhorse that
1928         works on nearest topic containing point.
1929         (allout-encrypt-string): Signal requirement for newer version of pgg.
1930         (allout-resumptions): Doc fix.
1932 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
1934         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
1936 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
1938         * textmodes/flyspell.el (flyspell-external-point-words):
1939         Consider a misspelling as found in the string search if: (a) misspelling
1940         and found string lengths match, or (b) misspelling is found as
1941         element in a boundary-chars separated longer string, or (c)
1942         ispell-program-name is really ispell and misspelling is found as
1943         part of a TeX string.  After successful match move beginning of
1944         search region to end of match.  Warn about not found misspellings
1945         once the process is done.
1946         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
1948 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
1950         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
1951         tool bar (removed inadvertently).
1953 2005-12-02  Juri Linkov  <juri@jurta.org>
1955         * log-view.el (log-view-diff): Clarify doc string.
1957 2005-12-01  Bill Wohler  <wohler@newt.com>
1959         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
1960         triggers lm-verify errors.
1962 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
1964         * simple.el (transient-mark-mode, line-number-mode)
1965         (column-number-mode, size-indication-mode): Remove `:require nil'.
1967 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
1969         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
1970         in the margin also.
1971         (gdb-breakpoints-mode-map): Use D instead of d for
1972         gdb-delete-breakpoint.
1973         (gdb-get-frame-number): Require a number to match on.
1974         (gdb-threads-mode-map): Add follow-link binding.
1976 2005-11-30  Jason Rumney  <jasonr@gnu.org>
1978         * isearch.el (isearch-mode-map): Avoid exiting search on
1979         language-change event.
1981 2005-11-30  Romain Francoise  <romain@orebokech.com>
1983         * speedbar.el (speedbar-default-position): New defcustom.
1984         (speedbar-frame-reposition-smartly): Use it.
1986         * dframe.el (dframe-reposition-frame-emacs): Fix position
1987         computation for `left' location.
1988         Update copyright year.
1990 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1992         * help.el (help-map): Move initialization into declaration.
1994         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
1996         * help-fns.el (help-argument-name): Don't autoload.
1997         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
1998         to be re-loaded when customizing the `help' group.
2000 2005-11-30  John Paul Wallington  <jpw@gnu.org>
2002         * help-fns.el (describe-function-1): Fill arglist output.
2004 2005-11-30  Kim F. Storm  <storm@cua.dk>
2006         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
2007         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
2008         after revert-buffer (or anything else which kills all local variables).
2010         * apropos.el (apropos-parse-pattern): Doc fix.
2011         Set apropos-regexp directly, rather than expecting callers to do so.
2012         (apropos-command, apropos, apropos-value, apropos-documentation):
2013         Simplify calls to apropos-parse-pattern.
2015 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
2017         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
2018         (hi-lock-face-phrase-buffer): Use hi-yellow face.
2019         (hi-lock-write-interactive-patterns): Use comment-region.
2021         * longlines.el (longlines-mode): Add mail-setup-hook.
2023         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
2025         * simple.el (sendmail-user-agent-compose, next-line):
2026         Conditionally use hard-newline.
2028 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2030         * international/latexenc.el (latex-inputenc-coding-alist):
2031         Reword doc string.
2033 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
2035         * help.el (describe-key-briefly, describe-key): Recognize default
2036         bindings.
2038 2005-11-29  Romain Francoise  <romain@orebokech.com>
2040         * view.el (view-inhibit-help-message): New defcustom.
2041         (view-mode-enter): Use it.
2043 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
2045         * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
2046         Preserve user position.
2048 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
2050         * font-lock.el: Throw error if facemenu is not loaded to prevent
2051         accidental change of loading order in loadup.el.  (Suggested by RMS.)
2053         * loadup.el: Add comment explaining why facemenu must be loaded
2054         before font-lock.
2056 2005-11-28  Jay Belanger  <belanger@truman.edu>
2058         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
2059         (calc-dispatch-map): Add more keys for `calc-same-interface'.
2061         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
2063         * calc/calc-embed.el (calc-do-embedded): Update help message.
2065         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
2067 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2069         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
2071         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
2072         called-interactively-p.
2073         (elp-profilable-p): Rename from elp-not-profilable-p.
2074         Invert result and take into account macros and autoloaded functions.
2075         (elp-instrument-function): Update call.
2076         (elp-instrument-package): Update call.  Add completion.
2077         (elp-pack-number): Use match-string.
2078         (elp-results-jump-to-definition-by-mouse): Merge into
2079         elp-results-jump-to-definition and then remove.
2080         (elp-output-insert-symname): Make help echo text single-line.
2082         * replace.el (query-replace-map): Move initialization into declaration.
2083         (occur-engine): Use with-current-buffer.
2084         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
2085         (occur-mode-mouse-goto): Replace with an alias.
2087 2005-11-28  Juri Linkov  <juri@jurta.org>
2089         * simple.el (quoted-insert): Let-bind input-method-function to nil.
2091         * term/w32-win.el: Bind [S-tab] to [backtab].
2093         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
2094         `Info-find-file' to t.
2096         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
2097         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
2098         and same-window-regexps.
2099         (occur-next-error): Don't move point for arg 0.
2101 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
2103         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
2105 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2107         * log-edit.el (log-edit-changelog-use-first): New var.
2108         (log-edit-changelog-ours-p): Use it.
2109         (log-edit-insert-changelog): Set it with new arg `use-first'.
2110         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
2111         (log-edit-hook): Add them to the list of suggested options.
2113         * textmodes/flyspell.el (flyspell-last-buffer): New var.
2114         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
2115         redundant work.
2116         (flyspell-mode-on): Use add-hook for after-change-functions.
2117         (flyspell-mode-off): Use remove-hook for after-change-functions.
2118         (flyspell-changes): Make it buffer-local.
2119         (flyspell-after-change-function): Make it non-interactive.  Use push.
2120         (flyspell-post-command-hook): Check input-pending-p while processing
2121         the potentially long list of buffer changes.
2123 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
2125         * buff-menu.el (list-buffers-noselect): Display the selected
2126         frame's buffer list, not the global one.
2128 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
2130         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
2131         that (list last-input-event) works as in interactive spec.
2133 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
2135         * loadup.el ("facemenu"): Load facemenu before font-lock, because
2136         `facemenu-keymap' needs to be defined when font-lock is loaded.
2137         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
2139 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2141         * completion.el: Remove useless leading * in defcustom docstrings.
2142         (save-completions-file-name): Use ~/.emacs.d if available.
2143         (completion-standard-syntax-table): Rename from
2144         cmpl-standard-syntax-table and fold initialization into declaration,
2145         thus removing cmpl-make-standard-completion-syntax-table.
2146         (completion-lisp-syntax-table, completion-c-syntax-table)
2147         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
2148         (cmpl-saved-syntax, cmpl-saved-point): Remove.
2149         (symbol-under-point, symbol-before-point)
2150         (symbol-under-or-before-point, symbol-before-point-for-complete)
2151         (add-completions-from-c-buffer): Use with-syntax-table.
2152         (make-completion): Don't return a list of completion entries.
2153         Update callers.
2154         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
2155         (completion-initialize): Rename from initialize-completions.
2156         (completion-find-file-hook): Rename from cmpl-find-file-hook.
2157         (kill-emacs-save-completions): Collect stats here.
2158         (save-completions-to-file, load-completions-from-file):
2159         Use with-current-buffer.
2160         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
2161         into a function.  Move all calls to toplevel.
2162         (completion-lisp-mode-hook): New fun.
2163         (completion-c-mode-hook, completion-setup-fortran-mode):
2164         Set the syntax-table here.  Use local-set-key.
2165         (completion-saved-bindings): New var.
2166         (dynamic-completion-mode): Make it into a proper minor mode.
2167         (load-completions-from-file): Remove unused var `num-uses'.
2169         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
2170         constructor if it is explicitly overridden.
2172         * complete.el (PC-completion-as-file-name-predicate):
2173         Use minibuffer-completing-file-name.
2174         (partial-completion-mode): Use find-file-not-found-functions.
2175         (PC-lisp-complete-symbol): Use with-syntax-table.
2176         (PC-look-for-include-file): Remove dead setq.
2177         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
2178         (PC-complete): Use with-current-buffer.
2180         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
2181         escape single quotes.
2183 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
2185         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
2186         of `if' whose condition always returned nil.  Doc fix.
2188         * buff-menu.el (Buffer-menu-revert-function): Make the selected
2189         window's buffer the current buffer around the call to
2190         `list-buffers-noselect'.  This is necessary to mark that buffer
2191         with a `.' in the Buffer Menu when called from Lisp, for instance
2192         by Auto Revert Mode.
2194 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
2196         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
2197         attaching to it.
2198         (gdb-pre-prompt): Make sure gdb-error is reset.
2200         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
2201         with a child process, detect it.
2202         (gud-speedbar-buttons): Match regexp more carefully.
2204 2005-11-27  Richard M. Stallman  <rms@gnu.org>
2206         * mouse.el (mouse-drag-move-window-bottom):
2207         Use adjust-window-trailing-edge.
2209 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
2211         * simple.el (blink-matching-open): Ignore
2212         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
2213         (blink-matching-paren-on-screen): Update docstring.
2215         * paren.el (show-paren-mode): No longer change
2216         `blink-matching-paren-on-screen'.
2218 2005-11-27  John Paul Wallington  <jpw@pobox.com>
2220         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
2221         (gdb-threads-select, gdb-edit-register-value):
2222         Use `posn-set-point' instead of `mouse-set-point' because the
2223         latter is not fbound when configured without X.
2225 2005-11-27  Kim F. Storm  <storm@cua.dk>
2227         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
2228         existing face when partially highlighting a TAB in a rectangle.
2230 2005-11-26  Kim F. Storm  <storm@cua.dk>
2232         * ido.el (ido-mode-map): Doc fix.
2233         (ido-mode-common-map, ido-mode-file-map)
2234         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
2235         (ido-define-mode-map): Rewrite.  Select one of the new maps as
2236         parent for ido-mode-map instead of building from scratch.
2237         (ido-init-mode-maps): New defun to initialize new maps.
2238         (ido-mode): Call it.
2239         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
2240         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
2242 2005-11-26  John Paul Wallington  <jpw@pobox.com>
2244         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
2245         `mouse-set-point' because the latter is not fbound when configured
2246         without X.
2248 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
2250         * files.el (file-relative-name): Doc fix.
2252 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
2254         * progmodes/octave-inf.el (inferior-octave-startup): Force a
2255         non-empty string for secondary prompt PS2.
2257 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
2259         * progmodes/compile.el (compilation-setup): Fix last change.
2261 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
2263         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
2264         (gdb-mouse-toggle-breakpoint-margin)
2265         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
2266         Add gdb-server-prefix to keep out of command history.
2267         (gdb-edit-register-value): New function.
2268         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
2269         (gdb-info-registers-custom): Use above map.
2271 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
2273         * custom.el (enable-theme): Signal error if argument is not a
2274         theme.  Don't recalculate a face if it's not loaded yet.
2276         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
2277         the `user' theme is in effect.
2279         * info.el (Info-on-current-buffer): Record actual filename in
2280         Info-current-file, instead of t, or a fake filename if a non-file
2281         buffer.  Make autoload.
2282         (Info-find-node, Info-revert-find-node): No need to check for
2283         Info-current-file nil.
2284         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
2285         Info-current-file is now never `t'.
2286         (Info-fontify-node): Many simplifications due to Info-current-file
2287         always being valid.  Use Info-find-file to find node filename.
2289 2005-11-25  David Kastrup  <dak@gnu.org>
2291         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
2292         new character, then delete" in order to preserve markers.
2294 2005-11-25  David Ponce  <david@dponce.com>
2296         * recentf.el (recentf-arrange-by-rule): Handle a special
2297         `auto-mode-alist'-like "strip suffix" rule.
2298         (recentf-build-mode-rules): Handle second level auto-mode entries.
2300 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
2302         * viper-keym.el (viper-ESC-key): Use different values in terminal and
2303         window modes.
2305         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
2306         jde-javadoc-checker-report-mode.
2308         * ediff-wind (ediff-make-wide-display): Slight simplification.
2310         * ediff.el (ediff-date): Change the date of last update.
2312 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
2314         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
2315         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
2316         (hi-lock-mode): New global minor mode.
2317         (turn-on-hi-lock-if-enabled): New function.
2318         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
2319         Change arguments to regexp and face instead of a font-lock pattern.
2320         Directly set face property, instead of refontifying.
2321         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
2322         (hi-lock-find-patterns): Use line-number-at-pos.
2324         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
2325         arguments for hi-lock-set-pattern.
2326         (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
2327         font-lock-fontify-buffer.
2328         (hi-lock-find-file-hook, hi-lock-current-line)
2329         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
2331         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
2332         turned off.
2334         * progmodes/compile.el (compilation-setup): Don't fiddle with
2335         font-lock-defaults.
2337 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
2339         * progmodes/gdb-ui.el (gdb-var-create-handler)
2340         (gdb-var-list-children-handler): Find values for all variable
2341         objects.  gud-speedbar-buttons decides whether to display them.
2343 2005-11-24  Romain Francoise  <romain@orebokech.com>
2345         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
2346         buffer name with a space.
2348 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
2350         * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
2351         `org-export-local-list-max-depth'.  Change default value to 3.
2352         (org-auto-renumber-ordered-lists)
2353         (org-plain-list-ordered-item-terminator): New options.
2354         (org-at-item-p, org-beginning-of-item, org-end-of-item)
2355         (org-get-indentation, org-get-string-indentation)
2356         (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
2357         functions.
2358         (org-move-item-down, org-move-item-up): New commands.
2359         (org-export-as-html): New classes for CSS support.  Bug fix in
2360         regular expression detecting fixed-width regions.  Respect
2361         `org-local-list-ordered-item-terminator'.
2362         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
2363         also a list item.
2364         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
2365         New item moving functions.
2367 2005-11-24  Juri Linkov  <juri@jurta.org>
2369         * isearch.el (isearch-repeat): With empty search ring set
2370         `isearch-error' to the error string instead of signaling error
2371         with the function `error'.
2373 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2375         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
2377 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
2379         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
2380         and variable.
2381         (gdb-var-create-handler, gdb-var-list-children-handler):
2382         Don't match on "char **...".
2383         (gdb-var-update-handler): Find values for all variable objects.
2384         (gdb-info-frames-custom): Identify frames by leading "#".
2386         * progmodes/gud.el (gud-speedbar-menu-items): Add
2387         gdb-speedbar-auto-raise as radio button.
2388         (gud-speedbar-buttons): Raise speedbar if requested.
2389         Don't match on "char **...".
2390         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
2391         Make it editable.
2393 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
2395         * info.el (Info-fontify-node): Handle the case where
2396         Info-current-file is t.
2398 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2400         * simple.el (blink-matching-open): Fix off-by-one in last change.
2402 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2404         * term/mac-win.el: Don't change default directory.
2406 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
2408         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
2409         buffers correctly.  (It used to throw an error in such buffers.)
2410         Make it ask for confirmation in group buffers and other Custom
2411         buffers containing more than one customization item.
2413 2005-11-22  John Paul Wallington  <jpw@gnu.org>
2415         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
2416         property on mail and url overlays.
2417         (goto-address-at-point): Use `posn-set-point' instead of
2418         `mouse-set-point' because the latter is not fbound when configured
2419         without X.
2421 2005-11-22  Lars Hansen  <larsh@soem.dk>
2423         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
2424         (ls-lisp-classify, ls-lisp-format): Delete call to
2425         ls-lisp-parse-symlink.
2426         (ls-lisp-handle-switches): Handle symlinks to directories as
2427         directories when ls-lisp-dirs-first in non-nil.
2429 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
2431         * startup.el (command-line): Make sure that loaddefs.el is handled
2432         correctly in load-history.
2434 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
2436         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
2437         (gdb-struct-string, gdb-array-string): New constants.
2438         (gdb-info-locals-handler): Use them.
2439         (gdb-reset): Reset gdb-var-list to nil.
2441 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2443         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
2444         in patterns.
2446 2005-11-21  Juri Linkov  <juri@jurta.org>
2448         * custom.el (defcustom): Update link types in docstring.
2450 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2452         * custom.el (defgroup): Add doc-string-elt info.
2454         * widget.el (define-widget): Don't use declare for the doc-string-elt.
2456 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2458         * newcomment.el (comment-enter-backward): Fix last fix.
2460         * simple.el (blink-matching-open):
2461         * paren.el (show-paren-function): Allow new paren-class info.
2463 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
2465         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
2466         handled automagically.
2468 2005-11-20  Andreas Schwab  <schwab@suse.de>
2470         * descr-text.el (describe-char): When copying overlays put them
2471         over the full char description instead of just the first character
2472         of it.
2474 2005-11-20  Juri Linkov  <juri@jurta.org>
2476         * simple.el (what-cursor-position):
2477         * descr-text.el (describe-char): Use Lisp-readable syntax
2478         for octal and hex.  Reorder decimal, octal and hex values.
2479         Remove excess whitespace in the output.  Use `=' in `column='
2480         like in `point=' and `Hscroll='.
2482         * international/mule-cmds.el (encoded-string-description):
2483         Use Lisp-readable syntax for hex.
2485 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2487         * newcomment.el (comment-enter-backward): Handle the case where the
2488         comment is closed by EOB.
2490 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
2492         * longlines.el (longlines-before-revert-hook)
2493         (longlines-after-revert-hook): New functions.
2494         (longlines-mode): Turn off longlines temporarily when reverting.
2495         Add a message-setup-hook.
2496         (longlines-decode-buffer): New function.
2497         (longlines-wrap-line): Preserve marker positions.
2499 2005-11-19  Andreas Schwab  <schwab@suse.de>
2501         * emacs-lisp/shadow.el: Handle compressed files.
2503 2005-11-19  Romain Francoise  <romain@orebokech.com>
2505         * net/browse-url.el (browse-url-default-browser): Signal an error
2506         if no usable browser can be found, rather than try to load w3.
2508 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
2510         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
2511         replacing existing properties.
2512         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
2513         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
2514         tty specs.
2515         (rcirc-server-prefix, rcirc-server): New faces.
2516         (rcirc-url-regexp): Generate with rx macro.
2517         (rcirc-last-server-message-time): New variable.
2518         (rcirc-filter): Record time of last message.
2519         (rcirc-keepalive): Kill processes that did not send a message
2520         since the last ping.
2521         (rcirc-mode): Give rcirc-topic a local binding here.
2523 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
2525         * subr.el (read-passwd): Fontify the prompt as we do with other
2526         prompts.
2528 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
2530         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
2531         binding buffer-read-only to nil.
2533 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
2535         * complete.el (partial-completion-mode):
2536         Mention completion-auto-help in the doc string.
2538         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
2539         more Lisp-ish way.
2541 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se> (tiny change)
2543         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
2544         digits, not 8, to avoid misalignment for files larger than 100MB.
2546 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
2548         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
2549         Mention "keyboard shortcuts" in the help text.
2551 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2553         * startup.el (fancy-splash-default-action): Discard only
2554         mouse-down and succeeding mouse-up events in the splash screen
2555         window so that drag-n-drop event can be processed.
2557 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
2559         * longlines.el (longlines-mode): Add hacks for mail-mode and
2560         message-mode.
2562 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
2564         * textmodes/org.el (org-table-sort-lines): New command.
2565         (org-tbl-menu): Add entry for `org-table-sort-lines'.
2566         (org-add-file): Command removed, use `org-agenda-file-to-front'
2567         instead.
2568         (org-export-icalendar): Use `org-icalendar-combined-name'.
2569         (org-cycle-agenda-files, org-agenda-file-to-end)
2570         (org-agenda-file-to-front): New commands.
2571         (org-table-tab-jumps-over-hlines,org-export-html-style): New
2572         options.
2573         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
2574         (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
2575         New functions.
2576         (org-fill-paragraph): Call `org-table-align' in tables.
2577         (org-mode): Call `org-set-autofill-regexps'.
2578         (org-export-as-html): Support for local handformatted lists.
2579         Modified to produce valid HTML 4.0. Use `org-export-html-style'.
2580         (org-export-local-list-max-depth): New option.
2581         (org-html-expand): Use `org-html-protect'.
2583 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
2585         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
2586         to "p".
2587         (gdb): Move definition of gud-pp to...
2589         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
2590         speedbar.
2591         (gdb-find-watch-expression): New function.
2593 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
2595         * faces.el (face-attribute, set-face-attribute): Mention existence
2596         of `:ignore-defface' setting in docstring.
2598 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2600         * simple.el (completion-setup-function): Fix last change.
2602 2005-11-17  John Paul Wallington  <jpw@pobox.com>
2604         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
2605         Use `posn-set-point' instead of `mouse-set-point' because the
2606         latter is not fbound when configured without X.
2608         * comint.el (comint-insert-input): Likewise.
2610 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
2612         * simple.el (hard-newline): New variable.
2613         (sendmail-user-agent-compose, next-line): Use it.
2615         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
2616         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
2617         (mail-mail-reply-to, mail-mail-followup-to)
2618         (mail-position-on-field, mail-signature, mail-yank-original)
2619         (mail-attach-file): Likewise.
2621         * mail/mailheader.el (mail-header-format)
2622         (mail-header-format-function): Likewise.
2624         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
2626 2005-11-17  Juri Linkov  <juri@jurta.org>
2628         * font-lock.el (font-lock-faces): Rename this defgroup from
2629         `font-lock-highlighting-faces'.
2630         (font-lock-comment-face, font-lock-comment-delimiter-face)
2631         (font-lock-string-face, font-lock-doc-face)
2632         (font-lock-keyword-face, font-lock-builtin-face)
2633         (font-lock-function-name-face, font-lock-variable-name-face)
2634         (font-lock-type-face, font-lock-constant-face)
2635         (font-lock-warning-face, font-lock-negation-char-face)
2636         (font-lock-preprocessor-face)
2637         (font-lock-regexp-grouping-backslash)
2638         (font-lock-regexp-grouping-construct): Rename :group from
2639         `font-lock-highlighting-faces' to `font-lock-faces'.
2641         * cus-edit.el (lisp, c, tex):
2642         * progmodes/ada-mode.el (ada):
2643         * progmodes/asm-mode.el (asm):
2644         * progmodes/cperl-mode.el (cperl-faces):
2645         * progmodes/cpp.el (cpp):
2646         * progmodes/dcl-mode.el (dcl):
2647         * progmodes/f90.el (f90):
2648         * progmodes/fortran.el (fortran):
2649         * progmodes/icon.el (icon):
2650         * progmodes/idlwave.el (idlwave-misc):
2651         * progmodes/m4-mode.el (m4):
2652         * progmodes/make-mode.el (makefile):
2653         * progmodes/meta-mode.el (meta-font):
2654         * progmodes/modula2.el (modula2):
2655         * progmodes/octave-mod.el (octave):
2656         * progmodes/pascal.el (pascal):
2657         * progmodes/perl-mode.el (perl):
2658         * progmodes/prolog.el (prolog):
2659         * progmodes/ps-mode.el (PostScript-edit):
2660         * progmodes/scheme.el (scheme):
2661         * progmodes/sh-script.el (sh-script):
2662         * progmodes/simula.el (simula):
2663         * progmodes/tcl.el (tcl):
2664         * textmodes/nroff-mode.el (nroff):
2665         * textmodes/reftex-vars.el (reftex-fontification-configurations):
2666         * textmodes/sgml-mode.el (sgml):
2667         * textmodes/texinfo.el (texinfo):
2668         Add :link (custom-group-link font-lock-faces) to defgroup.
2670         * hi-lock.el (hi-lock): Rename this defgroup from
2671         `hi-lock-interactive-text-highlighting'.  Change parent group from
2672         `faces' to `font-lock'.  Add link to the manual.
2673         (hi-lock-mode, hi-lock-file-patterns-range)
2674         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
2675         `hi-lock-interactive-text-highlighting' to `hi-lock'.
2676         (hi-lock-faces): Add :group `faces'.
2678         * cus-edit.el (custom-variable-prompt): Clarify the code.
2680         * faces.el (face-read-string): Set the default value arg of
2681         completing-read.
2683 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
2685         * rfn-eshadow.el (file-name-shadow-properties)
2686         (file-name-shadow-tty-properties, file-name-shadow-mode):
2687         Remove autoloads, because the file is now preloaded.
2689 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2691         * printing.el (easy-menu-intern): Don't define.
2692         (pr-get-symbol): Use easy-menu-intern only if defined.
2694         * simple.el (blink-matching-open): Simplify a bit.
2695         (completion-setup-function): Fix the case of partial-completion-mode
2696         when the minibuffer's contents start with "-".
2697         Obey completion-base-size-function even when
2698         minibuffer-completing-file-name is non-nil.
2700 2005-11-16  Richard M. Stallman  <rms@gnu.org>
2702         * net/eudcb-ph.el (eudc-ph-open-session):
2703         Use set-process-query-on-exit-flag.
2705         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
2707         * international/ucs-tables.el (ucs-set-table-for-input):
2708         Use make-local-variable, not make-variable-buffer-local.
2710         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2711         Improve warning message text.
2713         * savehist.el (savehist-save-hook): Add :group.
2715         * menu-bar.el (menu-bar-help-menu):
2716         Rename Find Extra Packages to External Packages.
2718         * cus-edit.el (Custom-reset-standard): Verify that
2719         :custom-standard-value prop exists before calling it.
2721         * apropos.el (apropos-calc-scores): Use apropos-pattern.
2723 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2725         * wid-edit.el (color): Enclose %t in %{...%}.
2727         * cus-edit.el (face): Enclose %t in %{...%}.
2729 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
2731         * savehist.el (savehist-mode-hook): Re-add the var.
2732         (savehist-mode): Use it.
2734 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2736         * textmodes/flyspell.el: Fix commenting convention.
2737         Remove unnecessary leading * in custom docstrings.
2738         (flyspell-emacs): Remove unused var.
2739         (flyspell-delete-region-overlays): Use remove-overlays.
2740         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
2741         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
2742         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
2743         (flyspell-debug-signal-word-checked): Use with-current-buffer.
2744         (make-flyspell-overlay): Don't locally reuse a global name.
2745         (flyspell-highlight-incorrect-region)
2746         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
2747         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
2748         (flyspell-notify-misspell): Remove unused args `start' and `end'.
2749         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
2750         Wrap calls to accept-process-output inside with-local-quit since it's
2751         often called from a post-command-hook.
2752         (flyspell-correct-word, flyspell-auto-correct-word):
2753         Use ispell-send-string.
2754         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
2756         * calendar/diary-lib.el (diary-list-entries): Also hide the
2757         terminating newline.
2759 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
2761         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
2762         window-system, to allow fonts on tty.
2764 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
2766         * progmodes/gud.el (gud-speedbar-item-info): New function.
2767         (gud-install-speedbar-variables): Use it to display data type
2768         of watch expression as a tooltip in speedbar.
2770 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
2772         * font-core.el (global-font-lock-mode): Add :version keyword,
2773         because default was changed.
2775         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
2777         * startup.el (command-line): Use `custom-reevaluate-setting' for
2778         `file-name-shadow-mode'.
2780         * loadup.el: Preload rfn-eshadow.
2782         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
2783         Add :version keyword.
2784         (file-name-shadow-properties, file-name-shadow-tty-properties)
2785         (file-name-shadow): Add :version keyword.
2787         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
2788         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
2789         in the custom-group property of the symbol frames and the fringe
2790         group got no link to its parent group frames.
2791         Doc fix.
2793 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
2795         * progmodes/gud.el (gud-stop-subjob): New function.
2796         (gud-menu-map, gud-tool-bar-map): Use it.
2798 2005-11-16  Kim F. Storm  <storm@cua.dk>
2800         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
2801         than kill it.
2802         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
2803         to a more useful/logical place.
2805 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
2807         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
2808         go buttons complementary.
2810 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2812         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
2813         (rfn-eshadow-sifn-equal): New function.
2814         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
2816 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
2818         * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
2819         string.
2821         * viper.el (viper-emacs-state-mode-list): Ensure that
2822         rcirc-mode buffers come up in Emacs state.
2824         * ediff-util (ediff-make-temp-file): Use proper file-name-handler
2825         operation.
2827 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
2829         * term.el (term-termcap-format): Fix typos.
2830         (term-down): Fix the negative argument case.
2832 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
2834         * progmodes/gdb-ui.el: Remove face-alias left over from change on
2835         2005-08-15.
2836         (gdb-ann3): New command gud-go.
2837         (menu): Accomodate gdb-mi.el.
2838         (gdb-assembler-custom): Make buffer of selected window current
2839         so that set-window-point works.
2841         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
2842         buttons and include new ones.
2844 2005-11-16  Kim F. Storm  <storm@cua.dk>
2846         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
2847         (gud-menu-map): Use it.
2849 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
2851         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
2852         that works correctly for Custom and that does not override a user
2853         who disables it.
2855         * help-mode.el (help-make-xrefs, help-xref-on-pp)
2856         (help-xref-interned, help-follow): Make hyperlinks for variables
2857         that are unbound, but have a non-nil variable-documentation property.
2859         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
2860         mode hook.  (It conflicted with defcustoms for some mode hooks.)
2861         Use the `variable-documentation' property to give the mode hook a
2862         docstring and expand that docstring.
2864 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
2866         * savehist.el (savehist-mode): Don't bother with
2867         `custom-set-minor-mode'.
2868         (savehist-coding-system): Check XEmacs version.
2869         (history-length): Declare also at run time.
2870         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
2871         Don't set the customize state.
2872         (savehist-minibuffer-hook): Special case for when
2873         minibuffer-history-variable is equal to t.
2875 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2877         * files.el (write-file): Refresh VC status.
2879         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
2880         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
2881         than fundamental-mode to see if the mode was set.
2883 2005-11-14  Romain Francoise  <romain@orebokech.com>
2885         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
2886         dummy function in `eval-when-compile' to avoid compiler warning.
2887         Require `man' at compile time.
2889 2005-11-14  Jay Belanger  <belanger@truman.edu>
2891         * calc-alg.el (calcFunc-write-out-power): Rename it to
2892         calcFunc-powerexpand.
2893         (math-write-out-power): Rename it to math-powerexpand; have it
2894         handle negative exponents.
2895         (calc-writeoutpower): Rename it to calc-powerexpand.
2897         * calc-ext.el: Change calcFunc-writeoutpower and
2898         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
2899         autoloads.
2900         Add calcFunc-ldiv to autoloads.
2902         * calc-arith.el (calcFunc-ldiv): New function.
2904         * calc.el (calc-left-divide): New function.
2906 2005-11-14  Juri Linkov  <juri@jurta.org>
2908         * cus-edit.el (custom-variable-prompt): Set the default value arg
2909         of completing-read.
2911         * cus-dep.el (custom-make-dependencies): Reverse the list of
2912         found dependencies.
2914 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
2916         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
2917         Highlighting" entry, it is on by default now.
2918         (menu-bar-options-save): Do not save global-font-lock-mode.
2920 2005-11-13  Richard M. Stallman  <rms@gnu.org>
2922         * textmodes/flyspell.el (flyspell-large-region):
2923         Call flyspell-accept-buffer-local-defs.
2925 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
2927         * textmodes/flyspell.el (flyspell-notify-misspell):
2928         Fix misspelling of "Misspelling".
2929         (flyspell-process-localwords): New function.
2930         (flyspell-large-region): Call flyspell-process-localwords and
2931         flyspell-delete-region-overlays.
2932         (flyspell-delete-region-overlays): New function.
2933         (flyspell-delete-all-overlays): Call that.
2935 2005-11-13  Richard M. Stallman  <rms@gnu.org>
2937         * help.el (help-for-help-internal): Improve doc of C-h a.
2938         (describe-key): Improve prompt; doc fix.
2940 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2942         * vc-svn.el (vc-svn-registered): Catch all errors.
2944         * cus-dep.el (custom-make-dependencies): Typo.
2946 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
2948         * net/tramp-util.el (top): Fix compilation warning.
2950 2005-11-13  Kim F. Storm  <storm@cua.dk>
2952         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
2954 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
2956         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
2957         (gud-speedbar-buttons): Match on "const char *" too.
2959         * progmodes/gdb-ui.el (gdb-var-create-handler)
2960         (gdb-var-list-children-handler): Match on "const char *" too.
2961         (gdb-var-evaluate-expression-handler): Match on empty string.
2962         (gdb-var-update-handler): Only call
2963         gdb-var-evaluate-expression-handler when required.
2965 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
2967         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
2968         selected window.  This still doesn't work for speedbar.
2969         (gud-speedbar-buttons): Handle string expressions properly.
2971         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
2972         (gdb-var-create-handler): Handle string expressions properly.
2973         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
2974         Handle string expressions properly.  Move "type" field into regexp.
2976 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
2978         * bookmark.el (bookmark-maybe-message): New function to reduce
2979         code duplication: invokes `message' iff baud-rate is high enough.
2980         (bookmark-write-file): Use above instead of an inline conditional.
2981         (bookmark-load): Same.
2983 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
2985         * bookmark.el (bookmark-write-file): Don't visit the destination
2986         file, just write the data to it using write-region.  This is
2987         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
2988         change to avoid visiting the file in the first place.
2990 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
2992         * hi-lock.el (hi-lock-mode): Set the default value of
2993         font-lock-defaults.
2995 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
2997         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
2998         arg to `file-attributes'.
2999         (find-lisp-format): The UID and GID can now be strings.
3001 2005-11-12  Kim F. Storm  <storm@cua.dk>
3003         * help.el (help-map): Bind C-h d to apropos-documentation.
3005         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
3006         when point is at end-of-buffer.
3008         * apropos.el (apropos-match-face): Doc fix.
3009         (apropos-sort-by-scores): Add new choice `verbose'.
3010         (apropos-documentation-sort-by-scores): New defcustom.
3011         (apropos-pattern): Now contains the pattern entered by the user.
3012         (apropos-pattern-quoted): New defvar.
3013         (apropos-regexp): New defvar, containing the regexp corresponding
3014         to apropos-pattern.
3015         (apropos-all-words-regexp): Rename from apropos-all-regexp.
3016         (apropos-read-pattern): New defun.  Use it to read pattern arg in
3017         interactive calls; returns list of words for a word list, and
3018         string for a regexp.
3019         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
3020         parses a list of words or regexp as returned by apropos-read-pattern.
3021         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
3022         (apropos-score-doc): Return a very high score if the string
3023         entered by the user matches literally.
3024         (apropos-variable): Doc fix.  Use apropos-read-pattern.
3025         (apropos-command): Doc fix.  Use apropos-read-pattern and
3026         apropos-parse-pattern.  Call apropos-print with nosubst=t.
3027         (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
3028         apropos-parse-pattern.
3029         (apropos-documentation): Doc fix. Use apropos-read-pattern and
3030         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
3031         apropos-documentation-sort-by-scores.  Call apropos-print with
3032         nosubst=t.
3033         (apropos-documentation-internal): Pass doc string through
3034         substitute-key-definition before adding text properties.
3035         Highlight substring matching literal user input if possible.
3036         (apropos-documentation-check-doc-file): Remove locals beg and end.
3037         Fix calculation of score (as added twice).  Pass doc string through
3038         substitute-key-definition before adding text properties.
3039         (apropos-documentation-check-elc-file): Pass doc string through
3040         substitute-key-definition before adding text properties.
3041         Highlight substring matching literal user input if possible.
3042         (apropos-print): Add new arg NOSUBST; if set, command and variable
3043         doc strings have already been passed through substitute-key-definition.
3044         Add code to handle apropos-accumulator items without score element
3045         for backwards compatibility (e.g. with woman package).
3046         Only show scores if apropos-sort-by-scores is `verbose'.
3048 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3050         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
3051         Add jka-compr-load-suffixes to load-suffixes.
3053         * jka-compr.el: Require 'jka-cmpr-hook.
3054         (jka-compr-info-compress-message, jka-compr-info-compress-program)
3055         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
3056         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
3057         (jka-compr-info-can-append, jka-compr-info-strip-extension)
3058         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
3059         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
3060         (jka-compr-uninstall): Remove entries from
3061         jka-compr-added-to-file-coding-system-alist after they are used.
3062         (jka-compr-error): Remove unused var `curbuf'.
3063         (jka-compr-file-local-copy): Remove unused var `notfound'.
3065 2005-11-10  Romain Francoise  <romain@orebokech.com>
3067         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
3069 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
3071         * progmodes/gud.el (gud-menu-map): Move parentheses.
3072         (gdb): New command gud-pv.
3074 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3076         * tar-mode.el: Remove spurious or unnecessary leading stars
3077         in docstrings.
3078         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
3079         (tar-parse-octal-integer-safe): Use mapc.
3080         (tar-header-block-summarize): Remove unused var `ck'.
3081         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
3082         cleared before.  Obey default-enable-multibyte-characters.
3083         Use mapconcat.  Simplify setting of tar-header-offset.
3084         (tar-mode-map): Move initialization inside delcaration.
3085         (tar-flag-deleted): Use `abs'.
3086         (tar-expunge-internal): Remove unused var `line'.
3087         (tar-expunge-internal): Don't hardcode point-min==1.
3088         (tar-expunge): Widen while doing set-buffer-multibyte.
3089         (tar-rename-entry): Use file-name-coding-system.
3090         (tar-alter-one-field): Don't hardcode point-min==1.
3091         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
3092         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
3094 2005-11-10  Masatake YAMATO  <jet@gyve.org>
3096         * add-log.el (add-log-current-defun): Handle class::method
3097         notation of c++. Fix incorrect comment.
3099 2005-11-10  Alan Mackenzie  <acm@muc.de>
3101         * help-fns.el (describe-variable): Make C-h v work when a variable
3102         has variable documentation yet is unbound.
3104 2005-11-10  Masatake YAMATO  <jet@gyve.org>
3106         * man.el (Man-highlight-references): Set an empty
3107         string to `Man-arguments' if it is nil.
3108         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
3110 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3112         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
3113         commenting conventions.
3115         * cus-dep.el (custom-make-dependencies): Simplify.
3116         Better follow the commenting conventions.
3118 2005-11-09  Richard M. Stallman  <rms@gnu.org>
3120         * apropos.el (apropos-pattern): Rename from apropos-regexp.
3121         (apropos-orig-pattern): Rename from apropos-orig-regexp.
3122         All uses changed.
3123         (apropos-rewrite-regexp): Doc fix.
3124         (apropos-variable, apropos-command, apropos, apropos-value):
3125         Change prompt; carry through the argument renaming.
3127 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
3129         * find-lisp.el: Require dired.
3130         (find-lisp-find-dired-internal): Do not call
3131         `abbreviate-file-name' on DIR.
3133 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
3135         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
3137 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
3139         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
3140         when using the speedbar.
3141         (gdb): New command gud-pp.
3142         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
3144 2005-11-09  Juri Linkov  <juri@jurta.org>
3146         * replace.el (occur-excluded-properties): New defcustom.
3147         (occur-1, occur-engine, occur-accumulate-lines): Use it.
3149 2005-11-08  Jay Belanger  <belanger@truman.edu>
3151         * calc/calc-units.el (math-convert-units): Replace any composite
3152         unit by its definition.
3154 2005-11-08  Lars Hansen  <larsh@soem.dk>
3156         * emacs-lisp/autoload.el (update-directory-autoloads):
3157         Add obsolete function alias.
3159 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3161         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
3162         comment-indent-function.
3163         (lisp-comment-indent): Replace by an alias for comment-indent-default.
3165         * reveal.el (reveal-post-command): Rework the handling of
3166         reveal-open-spots, so as to be more reliable.  There were several
3167         tricky corner cases where an open spot might be lost, or where
3168         a closed spot might end up on the list of open spots.
3169         Only reveal text that's ellipsised.
3171 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
3173         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
3175 2005-11-07  John Paul Wallington  <jpw@gnu.org>
3177         * ibuffer.el (ibuffer): Search iconified frames too when
3178         getting Ibuffer buffer's window.
3180 2005-11-06  Richard M. Stallman  <rms@gnu.org>
3182         * progmodes/compile.el (compilation-internal-error-properties):
3183         save-excursion around the computation of MARKER.
3185 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
3187         * textmodes/flyspell.el (flyspell-external-point-words):
3188         flyspell-get-word returns a list, not just a string.
3190 2005-11-06  John Paul Wallington  <jpw@pobox.com>
3192         * ibuffer.el (ibuffer): Search all visible frames when getting
3193         Ibuffer buffer's window.
3195 2005-11-07  Masatake YAMATO  <jet@gyve.org>
3197         * man.el (Man-reference-regexp): Accept spaces between
3198         `Man-name-regexp' and `Man-section-regexp'.
3199         (Man-apropos-regexp): New variable.
3200         (Man-abstract-xref-man-page): Use value for `Man-target-string'
3201         if available.
3202         (Man-highlight-references, Man-highlight-references0):
3203         Handle the case when `Man-arguments' includes "-k".
3204         (Man-highlight-references0): Rename the argument `TARGET-POS' to
3205         `TARGET'. `TARGET' can be a number, function or nil.
3207 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
3209         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
3210         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
3211         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
3212         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
3213         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
3214         (gdb-send-item): Use buffer-local-value and simplify.
3216 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
3218         * startup.el (command-line): Use `custom-reevaluate-setting' for
3219         `global-font-lock-mode'.
3221         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
3222         by default, except in batch mode or when the -D option is given.
3224         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
3225         specified keyword args on to `define-minor-mode'.  Update docstring.
3227 2005-11-05  Romain Francoise  <romain@orebokech.com>
3229         * replace.el (occur-engine): Add marker at end of line, too.
3231 2005-11-04 Ken Manheimer  <ken.manheimer@gmail.com>
3233         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3234         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3235         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3236         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
3237         argument to all these routines, so the passphrase can be managed
3238         externally and passed in to the system.
3239         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3240         pgg-add-passphrase-to-cache function.
3242         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3243         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
3244         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
3245         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
3246         argument to all these routines, so the passphrase can be managed
3247         externally and passed in to the system.
3248         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
3249         function.
3251 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
3253         * font-lock.el: Don't deal with font-lock-face-attributes here,
3254         move the code ...
3256         * startup.el (command-line): ... here. Use face-spec-set instead
3257         of custom-declare-face.
3259         * faces.el (face-spec-set): Reset the face if spec is not nil.
3261 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3263         * newcomment.el (comment-region-internal): Box more tightly in the
3264         common case where there's no TAB in the boxed text.
3266 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3268         * info.el (info-tool-bar-map): Use images prev-node, next-node and
3269         up-node.
3271 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
3273         * newsticker.el: Commentary updated. Code formatting changed.
3274         (newsticker-version): Change to "1.9".
3275         (newsticker, newsticker-feed): Doc fix.
3276         (newsticker-url-list): Doc fix.  Add option "Weekly".
3277         (newsticker-retrieval-interval): Add option "Weekly".
3278         (newsticker-headline-processing): Doc fix.
3279         (newsticker-auto-mark-filter): Remove.
3280         (newsticker-auto-mark-filter-list): New.
3281         (newsticker-layout, newsticker-sort-method): Doc fix.
3282         (newsticker-hide-old-items-in-newsticker-buffer)
3283         (newsticker-heading-format, newsticker-item-format)
3284         (newsticker-desc-format): Doc fix.
3285         (newsticker-show-all-rss-elements): Remove.
3286         (newsticker-show-all-news-elements): New.
3287         (newsticker-faces, newsticker-ticker): Doc fix.
3288         (remove-from-invisibility-spec): Code formatting.
3289         (newsticker--process-ids): New.
3290         (newsticker-mode): Doc fix.
3291         (newsticker-mode): Change mode-line-format.
3292         (newsticker-start): Remove debug output.
3293         (newsticker-start-ticker): Doc fix.  Add Autoload cookie.
3294         (newsticker-w3m-show-inline-images): Code formatting.
3295         (newsticker-next-item): Call `force-mode-line-update'.
3296         (newsticker-previous-item): Call `force-mode-line-update'.
3297         (newsticker-next-feed): Call `force-mode-line-update'.
3298         (newsticker-previous-feed): Call `force-mode-line-update'.
3299         (newsticker-mark-all-items-at-point-as-read): Code formatting.
3300         (newsticker-show-old-items): Do not show descs.
3301         (newsticker-hide-entry): Hide too much.
3302         (newsticker-hide-entry, newsticker-show-entry)
3303         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
3304         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
3305         (newsticker-toggle-auto-narrow-to-item): Code formatting.
3306         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
3307         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
3308         (newsticker-get-news): Call `force-mode-line-update'.
3309         Collect process ids.
3310         (newsticker--sentinel): Change coding system handling.
3311         Move image retrieval to new functions newsticker--get-logo-url-*.
3312         Move feed parsing to new functions newsticker--parse-*.
3313         Update list of process ids.
3314         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
3315         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
3316         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
3317         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
3318         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
3319         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
3320         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
3321         (newsticker--decode-coding-string): Remove.
3322         (newsticker--decode-numeric-entities): Check input.  Format code.
3323         (newsticker--remove-whitespace): Check input.
3324         (newsticker--do-forget-preformatted): Doc fix.
3325         (newsticker--decode-rfc822-date): Allow for missing time.
3326         (newsticker--update-process-ids): New.
3327         (newsticker--image-sentinel): Change comment.
3328         (newsticker--image-read): Change error message.
3329         (newsticker--imenu-goto): Doc fix.  Show headline title.
3330         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
3331         (newsticker--buffer-do-insert-text): Clean whitespace in
3332         html-rendered headline title.  Code formatting.
3333         Call `newsticker--buffer-print-extra-elements'.
3334         (newsticker--buffer-print-extra-element): Remove.
3335         (newsticker--buffer-print-extra-elements): New.
3336         (newsticker--buffer-do-print-extra-element): New.
3337         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
3338         large sizes.
3339         (newsticker--run-auto-mark-filter)
3340         (newsticker--do-run-auto-mark-filter):
3341         Use `newsticker-auto-mark-filter-list'.
3343 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
3345         * net/rcirc.el: Use split-string OMIT-NULLS argument.
3346         (rcirc-print): Force redisplay before running hooks.  Do long
3347         buffer truncation after making new text read-only.  Deal with nil
3348         text when decoding strings.  If TARGET is nil, use either the
3349         currently selected buffer, if it is an rcirc buffer and of the
3350         same process or the process buffer.
3351         (rcirc-mode): Remove header-line.  Recompute short buffer names.
3352         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
3353         (rcirc-short-buffer-name): Add variable.
3354         (rcirc-kill-buffer-hook): Recompute short buffer names.
3355         Remove nick from private channel.
3356         (rcirc-send-input): Send command text to current-buffer.
3357         Don't clear overlay arrow here.
3358         (rcirc-short-buffer-name): Return a short buffer name.
3359         (rcirc-update-short-buffer-names, rcirc-abbreviate)
3360         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
3361         buffer-name abbreviations.
3362         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
3363         Do not touch nick-table when killing a parted channel.
3364         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
3365         Clear arrow from current buffer if it is now hidden.
3366         (rcirc-current-buffer): Add variable.
3367         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
3368         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
3369         Remove -face from names.
3370         (rcirc-update-activity-string): Print "DND" when globally ignoring
3371         activity.
3372         (rcirc-ignore-buffer-activity-flag): Rename from
3373         rcirc-ignore-channel-activity.
3374         (rcirc-ignore-all-activity-flag): Doc fix.
3375         (rcirc-channels): Remove variable.
3376         (rcirc-kill-buffer-hook):
3377         (rcirc-get-buffer-create): Add nick to private channel.
3378         (rcirc-multiline-edit-submit): Remove tabs.
3379         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
3380         folded.
3381         (rcirc-remove-nick-channel): Bug fix.
3382         (rcirc-toggle-ignore-buffer-activity): Rename from
3383         rcirc-toggle-ignore-channel-activity.
3384         (rcirc-record-activity): Add buffers to the front of the list.
3385         (rcirc-update-activity): Remove killed buffers from list.
3386         (rcirc-process-server-response-1): Remove last argument if it is
3387         null before calling handler.
3388         (rcirc): Add "rcirc" defcustom prefix.
3389         (rcirc-prompt): Simplify default prompt.
3390         Use custom-initialize-default.
3391         (rcirc-private-chats): Remove variable.
3392         (rcirc-prompt): Change initialization.
3393         (rcirc-version): Remove function.
3394         (rcirc-id-string): Add constant.
3395         (rcirc-last-buffer): Remove variable.
3396         (rcirc-buffer-alist): Add variable.
3397         (rcirc-connect): Update variable setup.
3398         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
3399         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
3400         default.
3401         (rcirc-handler-generic): Trigger activity.
3402         (rcirc-send-message): Create the buffor of the target.
3403         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
3404         (rcirc-get-buffer): Just return nil if there is no matching buffer.
3405         (rcirc-multiline-edit-cancel): Remove function.
3406         (rcirc-set-last-buffer): Remove function.
3407         (rcirc-get-any-buffer): Add function.
3408         (rcirc-join-channels): Don't print /join text.
3409         (rcirc-toggle-ignore-channel-activity): Add and update echo area
3410         messages.
3411         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
3412         (rcirc-handler-NOTICE): Recognize CTCP responses.
3413         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
3414         constructing TOPIC string for buffers we are not JOINed.
3415         (rcirc-handler-CTCP-response): Add handler.
3416         (rcirc-multiline-edit-submit): Restore the window-configuration
3417         before adjusting point.
3418         (rcirc): Add customization group.
3419         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
3420         (rcirc-user-full-name, rcirc-startup-channels-alist)
3421         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
3422         (rcirc-ignore-all-activity-flag, rcirc-time-format)
3423         (rcirc-input-ring-size, rcirc-read-only-flag)
3424         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
3425         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
3426         Change defvar to defcustom.
3427         (rcirc-update-prompt): Add optional ALL arg, which will update
3428         prompts in all rcirc buffers.  Regexp quote replacement text.
3429         (rcirc-fill-column): Accept 'frame-width as a value.
3430         (rcirc-set-changed): Add function.
3431         (rcirc-next-active-buffer): Write more meaningful messages.
3432         (rcirc-faces): Add customization group.
3433         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
3434         (rcirc-nick-in-message-face, rcirc-prompt-face)
3435         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
3436         (with-rcirc-process-buffer): Move before first usage.
3437         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
3438         (rcirc-debug-flag): Rename from `rcirc-log-p'.
3439         (rcirc-debug): Rename from `rcirc-log'.
3440         (rcirc-format-response-string): Do not print '-' chars for a
3441         NOTICE with no sender.  Simplify output of server responses.
3443 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
3445         (rcirc-browse-url-map, rcirc-browse-url-at-point)
3446         (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
3447         mouse and RET clickable.
3449 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
3451         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
3453 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
3455         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3456         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3457         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3458         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
3459         argument to all these routines, so the passphrase can be managed
3460         externally and passed in to the system.
3461         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3462         pgg-add-passphrase-to-cache function.
3464         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3465         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
3466         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
3467         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
3468         argument to all these routines, so the passphrase can be managed
3469         externally and passed in to the system.
3470         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
3471         function.
3473 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
3475         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
3476         from goto-address-url-regexp.
3478 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
3480         * textmodes/org.el (org-read-date, org-goto-calendar)
3481         (org-recenter-calendar, org-agenda-goto-calendar):
3482         Temporarily clear 'calendar-move-hook'.
3484 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
3486         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
3487         merging.
3489         * ediff-util.el (ediff-previous-difference): Don't skip regions that
3490         have merge clashes.
3492 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3494         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3495         Undo previous change.
3497         * startup.el (command-line): Use `custom-reevaluate-setting' for
3498         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
3499         tty-register-default-colors on Mac.
3501 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
3503         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
3504         (gdb-buffer-type): Make it automatically buffer local...
3505         (gdb-get-create-buffer): ...and set it accordingly.
3506         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
3507         actually work.
3509 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
3511         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
3512         not red.
3514 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
3516         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
3517         case GUD buffer is not visible.
3518         (gdb-goto-breakpoint): Try to force display in source buffer.
3519         (gdb-frame-gdb-buffer): Copy other similar functions.
3520         (gdb-restore-windows): Don't display source if not asked for.
3521         (gdb-assembler-buffer-name): Don't capitalise.
3523 2005-11-03  Richard M. Stallman  <rms@gnu.org>
3525         * wid-edit.el (key-sequence): New widget type.
3527         * simple.el (set-mark-command-repeat-pop): New variable.
3528         (set-mark-command): Only interpret plan C-@ after a pop as a pop
3529         if set-mark-command-repeat-pop is true.
3531         * info.el (Info-fontify-node): Don't display extra "see" if there
3532         already is one here.
3534         * mouse.el: Fix special handling of DEL after dragging a region:
3535         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
3536         (mouse-region-delete-keys): Add [backspace].
3538         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
3540         * textmodes/ispell.el (ispell-command-loop): Change `i' description
3541         not to assume it pertains to an affix.
3543         * textmodes/flyspell.el (flyspell-post-command-hook):
3544         Bind deactivate-mark to prevent deactivation.
3546 2005-11-03  Lars Hansen  <larsh@soem.dk>
3548         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
3549         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
3550         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
3552 2005-11-03  Romain Francoise  <romain@orebokech.com>
3554         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
3555         Update copyright years.
3557 2005-11-03  Sam Steingold  <sds@gnu.org>
3559         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3560         Use system-type instead of window-system because window-system is not
3561         correctly defined during loadup.
3563 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
3565         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
3566         (xml-parse-tag): Join strings separated by a comment properly.
3568 2005-11-02  Andreas Schwab  <schwab@suse.de>
3570         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
3572 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3574         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
3575         (byte-optimize-pure-func): Quote the eval'd value.
3577         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3578         Rename from perl-font-lock-syntactic-face-function.
3579         Change the calling convention so it can be used as a font-lock MATCHER.
3580         Do the parse-partial-sexp loop outselves.
3581         (perl-font-lock-syntactic-keywords): Use it.
3582         (perl-mode): Don't set font-lock-syntactic-face-function any more.
3584 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
3586         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
3587         disassembly buffer too.
3588         (gdb-exited): Remove overlay arrows when execution has finished.
3589         (gdb-info-frames-custom, gdb-info-threads-custom)
3590         (gdb-info-registers-custom): Don't add inappropriate text
3591         properties if inferior is not active.
3593 2005-11-02  Glenn Morris  <rgm@gnu.org>
3595         * progmodes/fortran.el (fortran-blink-match):
3596         Use `blink-matching-delay'.
3598 2005-11-02  John Mongan <jmongan@mccammon.ucsd.edu>  (tiny change)
3600         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
3602 2005-11-02  Lars Hansen  <larsh@soem.dk>
3604         * net/tramp.el (tramp-action-out-of-band): Handle scp message
3605         "Permission denied".
3607 2005-11-01  Richard M. Stallman  <rms@gnu.org>
3609         * textmodes/flyspell.el (flyspell-external-point-words):
3610         Pass nil to flyspell-get-word.
3612 2005-11-02  Kim F. Storm  <storm@cua.dk>
3614         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
3615         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
3617 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3619         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
3620         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
3621         (calendar-mouse-print-dates): Add optional `event' argument.
3622         Update interactive-spec.
3623         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
3624         Use `calendar-event-to-date' instead of `event'.
3626 2005-11-02  Masatake YAMATO  <jet@gyve.org>
3628         * progmodes/ld-script.el (ld-script-builtins):
3629         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
3630         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
3631         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
3633 2005-11-01  Romain Francoise  <romain@orebokech.com>
3635         * vc-sccs.el: Update copyright year.
3636         * ezimage.el: Likewise.
3638 2005-11-01  KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>  (tiny change)
3640         * info.el (Info-fontify-node): Use `string-width' for fontifying
3641         underlined titles.
3643 2005-11-01  Juri Linkov  <juri@jurta.org>
3645         * info.el (Info-fontify-node): Downcase node header keywords Node,
3646         Prev, Next, Up before comparison.
3647         (Info-history): Insert absolute directory name, and put invisible
3648         property on it.
3650 2005-11-01  Juri Linkov  <juri@jurta.org>
3652         * info.el (Info-file-supports-index-cookies): New variable.
3653         (Info-find-node-2): Check makeinfo version for index cookie support.
3654         (Info-index-nodes): Search for nodes with index cookies only when
3655         Info-file-supports-index-cookies is t.  Otherwise, search nodes
3656         with "Index" in the node name.
3657         (Info-index-node): Search index cookie in the current node only when
3658         Info-file-supports-index-cookies is t.  Otherwise, check the word
3659         "Index" in the node name.
3660         (Info-find-emacs-command-nodes): Remove code that searches nodes
3661         with "Index" node name in the top menu.
3663 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3665         * progmodes/scheme.el (scheme-mode-variables): Use the default
3666         comment-indent-function.
3668         * faces.el (face-attribute): Handle the case where a face inherits from
3669         a non-existent face.
3671         * simple.el (eval-expression-print-format): Use lisp-readable syntax
3672         for octal and hexa output, and merge the char into the paren.
3673         (kill-new): Use push.
3674         (copy-to-buffer): Use with-current-buffer.
3675         (completion-setup-function): Move code in loop to remove redundancy.
3676         (minibuffer-local-must-match-map): Don't add bindings that duplicate
3677         those inherited from minibuffer-local-completion-map.
3679         * savehist.el (savehist-mode) <defcustom>:
3680         Use custom-set-minor-mode if available.
3681         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
3682         and emit a message if applicable.
3684 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
3686         * savehist.el: Sync up to version 19.
3687         (savehist-mode): New minor mode.
3688         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
3689         (savehist-length): Remove (use history-length instead).
3690         (savehist-file-modes): Rename from savehist-modes.
3691         (savehist-save-hook, savehist-loaded): New vars.
3692         (savehist-load): Use savehist-mode.  Try to smooth up transition from
3693         old format to new format.
3694         (savehist-install): Allow savehist-autosave-interval to be nil.
3695         (savehist-save): Run the new hook.  Be more careful to only trim the
3696         history variables.
3697         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
3698         (savehist-printable): Print into a buffer rather than char-by-char.
3700 2005-11-01  John Wiegley  <johnw@newartisans.com>
3702         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
3703         toggle-ignore keybinding (C-a).  The author said it had been
3704         disabled much earlier due to a possible incompatibility, but after
3705         many months of usage I have encountered no problems (and it is a
3706         rather useful option, especially for switching to " *temp*").
3708         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
3709         support for OS/X's AddressBook, by calling out to the open source
3710         program "contacts" (installable through Fink).
3712         * net/eudc.el (eudc-expand-inline): If the
3713         `eudc-multiple-match-handling-method' is set to `all', delete the
3714         query string before inserting the query result.
3716         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
3717         flag, to prevent Eshell from using the system ls when
3718         `eshell-ls-insert-directory' is in used.
3719         (eshell-ls-insert-directory): Disable font-lock in directory
3720         buffer so that Eshell's own fontification is seen.  This broke
3721         recently due to changes in font-lock, so this goes back to version
3722         21 behavior.
3724 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
3726         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
3727         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
3728         (gdb-many-windows): Doc fix.
3730 2005-10-31  Romain Francoise  <romain@orebokech.com>
3732         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
3734 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
3736         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
3737         that global-font-lock-mode can be enabled by default.
3739         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
3740         (font-lock-add-keywords, font-lock-remove-keywords)
3741         (font-lock-fontify-buffer): Remove autoload cookies.
3743         * jit-lock.el (jit-lock-register): Likewise.
3745         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
3747 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
3749         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
3750         intact if there is no gud-comint-buffer.
3752 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
3754         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
3755         old prompt comint-prompt-read-only is t and GDB commands are
3756         issued from tool bar etc.
3758 2005-10-31  Masatake YAMATO  <jet@gyve.org>
3760         * vc.el (vc-directory-exclusion-list): Add "{arch}".
3762 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
3764         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
3765         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
3767 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
3769         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
3770         starting at beginning of line.  Fontification is messed up when
3771         `open-paren-in-column-0-is-defun-start' set to t.
3772         Reported by John Paul Wallington <jpw@pobox.com>.
3774 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
3776         * comint.el (comint-send-input): Call `comint-update-fence' when
3777         `comint-process-echoes' and `comint-prompt-read-only' are both
3778         non-nil, to avoid leftover read-only newline.
3780 2005-10-30  Richard M. Stallman  <rms@gnu.org>
3782         * textmodes/flyspell.el (flyspell-external-point-words):
3783         Detect when WORD can't be checked properly because
3784         flyspell-get-word finds just part of it, and move on.
3786         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
3787         boundarychar for Polish.
3788         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
3789         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
3791 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
3793         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
3794         (gdb-registers-font-lock-keywords): Delete.
3795         (gdb-registers-mode): Don't fontify.
3796         (gdb-info-registers-custom): Use text properties instead as, in
3797         future, changed register values will use font-lock-warning-face.
3798         (gdb-local-font-lock-keywords): Rename to...
3799         (gdb-locals-font-lock-keywords): ...for consistency.
3801 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
3803         * vc.el (vc-switch-backend): Better error message if the buffer is
3804         not visiting a file under version control.
3806         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
3808 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
3810         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
3811         ~/.emacs.d/.emacs.
3813 2005-10-29  Richard M. Stallman  <rms@gnu.org>
3815         * replace.el (occur-mode-mouse-goto): Always go to other window.
3816         (occur-mode-goto-occurrence): Always switch in same window.
3818         * simple.el (undo): Display message at end, not at start.
3820         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
3821         New arg REUSE-CELL.
3822         (cancel-timer-internal): New function.
3823         (timer-event-handler): Use cancel-timer-internal,
3824         and pass the cell it returns to timer-activate...
3826         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
3827         (jit-lock-deferred-fontify, jit-lock-context-fontify)
3828         (jit-lock-after-change): Test memory-full.
3830 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
3832         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
3833         part of the decoded armor to find the key-identifier.
3834         (pgg-gpg-lookup-key-owner): New function to return the
3835         human-readable identifier of a key owner.
3836         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
3837         key itself.
3838         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
3839         the key value) if we have a key and can match it against a secret
3840         key.  Also, added a note pointing out fact that the prompt only
3841         indicates the first matching key.
3843         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
3844         pgg-decrypt-region.
3845         (pgg-pending-timers): A new hash for tracking the passphrase cache
3846         timers, so that new ones supercede old ones.
3847         (pgg-add-passphrase-to-cache): Rename from
3848         `pgg-add-passphrase-cache' to reduce confusion (all callers
3849         changed).  Modified to cancel old timers when new ones are added.
3850         (pgg-remove-passphrase-from-cache): Rename from
3851         `pgg-remove-passphrase-cache' to reduce confusion (all callers
3852         changed).  Modified to cancel old timers when their keys are
3853         removed from the cache.
3854         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
3855         XEmacs, an indirection to delete-itimer.
3856         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
3857         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
3858         users can only check cache without risk of prompting.  Correct bug in
3859         notruncate behavior.
3860         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
3861         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
3862         Add informative docstrings.
3863         (pgg-decrypt): Convey provided passphrase in subordinate call to
3864         pgg-decrypt-region.
3866         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
3867         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
3868         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
3869         'passphrase' argument, so the passphrase can be managed externally
3870         and then passed in to the system.
3872         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
3873         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
3874         so the passphrase cache can be used reliably with identifiers
3875         besides a pgp packet's key id.
3877         * pgg-gpg.el (pgg-pgp-encrypt-region)
3878         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3879         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3880         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
3881         argument to all these routines, so the passphrase can be managed
3882         externally and passed in to the system.
3884         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
3885         'notruncate' argument, so the passphrase cache can be used
3886         reliably with identifiers besides a pgp packet's key id.
3888 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
3890         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
3891         symmetric encryption.
3892         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
3893         encrypted session key.
3894         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
3895         message ask for the passphrase in a proper way.
3897         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
3898         New user commands for symmetric encryption.
3900 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
3902         * textmodes/conf-mode.el (conf-assignment-sign)
3903         (conf-assignment-regexp): Fix docstrings.
3904         (conf-mode-initialize): New function.
3905         (conf-mode): Remove optional args.  Use delay-mode-hooks to
3906         recognize recursive calls.
3907         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
3908         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
3909         (conf-xdefaults-mode): Use define-derived-mode and
3910         conf-mode-initialize.
3912 2005-10-29  Romain Francoise  <romain@orebokech.com>
3914         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
3916 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
3918         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
3919         part of the decoded armor to find the key-identifier.
3920         (pgg-gpg-lookup-key-owner): New function to return the
3921         human-readable identifier of a key owner.
3922         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
3923         key itself.
3924         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
3925         the key value) if we have a key and can match it against a secret
3926         key.  Also, added a note pointing out fact that the prompt only
3927         indicates the first matching key.
3929         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
3930         pgg-decrypt-region.
3931         (pgg-pending-timers): A new hash for tracking the passphrase cache
3932         timers, so that new ones supercede old ones.
3933         (pgg-add-passphrase-to-cache): Rename from
3934         `pgg-add-passphrase-cache' to reduce confusion (all callers
3935         changed).  Modified to cancel old timers when new ones are added.
3936         (pgg-remove-passphrase-from-cache): Rename from
3937         `pgg-remove-passphrase-cache' to reduce confusion (all callers
3938         changed).  Modified to cancel old timers when their keys are
3939         removed from the cache.
3940         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
3941         XEmacs, an indirection to delete-itimer.
3942         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
3943         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
3944         users can only check cache without risk of prompting.  Correct bug in
3945         notruncate behavior.
3946         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
3947         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
3948         Add informative docstrings.
3949         (pgg-decrypt): Convey provided passphrase in subordinate call to
3950         pgg-decrypt-region.
3952 2005-10-20  Ken Manheimer <ken.manheimer+emacs@gmail.com>
3954         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
3955         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
3956         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
3957         'passphrase' argument, so the passphrase can be managed externally
3958         and then passed in to the system.
3960         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
3961         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
3962         so the passphrase cache can be used reliably with identifiers
3963         besides a pgp packet's key id.
3965         * pgg-gpg.el (pgg-pgp-encrypt-region)
3966         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3967         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3968         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
3969         argument to all these routines, so the passphrase can be managed
3970         externally and passed in to the system.
3972         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
3973         'notruncate' argument, so the passphrase cache can be used
3974         reliably with identifiers besides a pgp packet's key id.
3976 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
3978         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
3979         symmetric encryption.
3980         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
3981         encrypted session key.
3982         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
3983         message ask for the passphrase in a proper way.
3985         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
3986         New user commands for symmetric encryption.
3988 2005-10-28  Bill Wohler  <wohler@newt.com>
3990         * help-mode.el (help-url): New button type. Calls browse-url.
3991         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
3992         Similar to Info nodes: URL `url'.
3993         (help-make-xrefs): Create help-url buttons for
3994         help-xref-url-regexp matches.
3996 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
3998         * tool-bar.el (tool-bar-add-item-from-menu)
3999         (tool-bar-local-item-from-menu): Fix doc strings.
4001 2005-10-28  Romain Francoise  <romain@orebokech.com>
4003         * ldefs-boot.el: Update.
4005         * subr.el (locate-library): Move from help-fns.el.
4006         * help-fns.el (locate-library): Move to subr.el.
4008 2005-10-28  Richard M. Stallman  <rms@gnu.org>
4010         * net/tramp.el (tramp-completion-mode): defvar moved up.
4012         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
4014         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
4016         * files.el (find-file-noselect): Use %d to format large file size.
4018         * bindings.el (mode-line-format): Add %e.
4020         * loadup.el ("facemenu"): Load unconditionally.
4021         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
4022         ("x-dnd"): Load, when appropriate.
4024         * startup.el (command-line): Call before-init-hook earlier.
4025         Warn about some bad characters in -u user name.
4027         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
4028         (flyspell-external-point-words): Error if misspelled word is not found.
4029         Set flyspell-large-region-beg at end of word.
4031 2005-10-28  Andreas Schwab  <schwab@suse.de>
4033         * view.el (View-revert-buffer-scroll-page-forward):
4034         Use view-page-size-default.
4036 2005-10-28  Juri Linkov  <juri@jurta.org>
4038         * international/quail.el (quail-get-current-str): Translate last
4039         raw character for deterministic input methods.
4041 2005-10-27  Jay Belanger  <belanger@truman.edu>
4043         * calc/calc-ext.el: Add functions to autoloads.
4044         (math-identity-matrix-p, math-ident-row-p): New functions.
4046         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
4047         multiplication by an identity matrix; don't turn multiplication by
4048         an inverse matrix into division.
4049         (math-div-symbol-fancy):  Replace division by matrices with
4050         multiplication by inverse.
4052         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
4054         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
4055         (calc-writeoutpower): New functions.
4057 2005-10-27  Romain Francoise  <romain@orebokech.com>
4059         * replace.el (occur-engine): Include colon in mouse-face highlight.
4061         * dired-x.el: Change Maintainer field.
4063 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
4065         * longlines.el (longlines-mode): Bind after-change-functions to
4066         nil during initial decoding and final encoding.
4068 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
4070         * term.el (term-emulate-terminal, term-handle-colors-array)
4071         (term-handle-ansi-escape): Specify the terminfo capabilities
4072         implemented.
4074 2005-10-26  Richard M. Stallman  <rms@gnu.org>
4076         * info.el (Info-fontify-node): Fix detection of sentence-break
4077         before *Note.
4079 2005-10-26  Romain Francoise  <romain@orebokech.com>
4081         * smerge-mode.el: Add `tools' to file keywords.
4083 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
4085         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
4086         when the fringe is not available.
4088         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
4089         (def-gdb-auto-update-trigger): Simplify construction.
4090         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
4091         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
4092         defined explicitly.
4093         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
4094         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
4095         defined explicitly.
4096         (gdb-info-locals-custom): Remove as it's a no-op.
4098 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
4100         * longlines.el (longlines-mode): Remove narrowing before
4101         performing the initial decoding or final encoding.
4103 2005-10-25  Romain Francoise  <romain@orebokech.com>
4105         * emacs-lisp/find-func.el (find-library-name): Also strip
4106         extension if library name ends in .el, to take advantage of
4107         `find-library-suffixes'.
4109 2005-10-25  Richard M. Stallman  <rms@gnu.org>
4111         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
4113 2005-10-25  Juri Linkov  <juri@jurta.org>
4115         * textmodes/texinfo.el (texinfo-mode): Change charset of one
4116         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
4118 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4120         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
4121         (blackbox-redefine-key): Add argument `map'.
4123         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
4124         regions when moving the jit-lock-context-unfontify-pos boundary.
4126 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4128         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
4130 2005-10-25  Masatake YAMATO  <jet@gyve.org>
4132         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
4134 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
4136         * play/blackbox.el (blackbox-redefine-key): New function.
4137         (blackbox-mode-map): Use it to remap existing bindings for cursor
4138         motion instead of binding literal keys.
4140 2005-10-25  Glenn Morris  <rgm@gnu.org>
4142         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
4143         diary does not end in a newline.  Do not assume a blank line at
4144         the start of the diary file.
4146 2005-10-25  Kenichi Handa  <handa@m17n.org>
4148         * international/quail.el (quail-translate-key): If the input
4149         method is deterministic and failed to handle the last key, restart
4150         the key handling loop from an appropriate key.
4152 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
4154         * vc.el (vc-dired-mode): Extend comment for binding of
4155         `directory-listing-before-filename-regexp'.
4157 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4159         * textmodes/texinfo.el (texinfo-mode):
4160         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
4161         not to unnecessarily expose emacs-mule's internal char codes.
4163 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
4165         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
4166         Display hand pointer and help-echo on disabled icon too.
4167         (gdb-mouse-until): New function.
4168         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
4170 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
4172         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
4173         with 2005-10-23 change to doctor.el.
4175         * finder.el (finder-mode-map): Add follow-link binding.
4177 2005-10-25  Kim F. Storm  <storm@cua.dk>
4179         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
4180         to gdb-mouse-toggle-breakpoint-fringe.
4181         (gdb-mouse-toggle-breakpoint-margin): Rename from
4182         gdb-mouse-toggle-breakpoint. Fix doc.
4183         (gdb-mouse-toggle-breakpoint-fringe): New defun.
4184         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
4185         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
4186         string properties also for fringe breakpoint bitmaps.
4188 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
4190         * textmodes/org.el (org-start-icalendar-file): Fix format form.
4192 2005-10-25  Masatake YAMATO  <jet@gyve.org>
4194         * simple.el (completion-common-substring):
4195         Use `completion-common-substring' prior to `completion-base-size'.
4197 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
4199         * savehist.el: Require CL while compiling.
4200         (savehist-history-variables): Remove.
4201         (savehist-save-minibuffer-history, savehist-additional-variables)
4202         (savehist-minibuffer-history-variables): New vars.
4203         (savehist-save): Use them.
4204         (savehist-uninstall, savehist-minibuffer-hook): New funs.
4205         (savehist-install): New fun, extracted from savehist-load.
4206         (savehist-load): Use them.
4208 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4210         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
4211         a dummy doc-string-elt property.
4212         (defalias, defvaralias, define-category): Add a docstring property.
4214         * image.el (defimage):
4215         * widget.el (define-widget):
4216         * custom.el (defface, defcustom): Add `doc-string' declaration.
4218         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
4219         (defadvice): Add `doc-string' declaration.
4221         * emacs-lisp/byte-run.el (macro-declaration-function):
4222         Handle `doc-string' declarations.
4223         (define-obsolete-function-alias, define-obsolete-variable-alias):
4224         Add `doc-string' declaration.
4226 2005-10-24  Kenichi Handa  <handa@m17n.org>
4228         * international/utf-7.el (utf-7): Add autoload cookie.
4230         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
4232 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
4234         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
4235         list of directories passed to batch-update-autoloads.  Add "." to
4236         the list of the echoed directories.
4238         * pgg-def.el:
4239         * pgg-gpg.el:
4240         * pgg-parse.el:
4241         * pgg-pgp.el:
4242         * pgg-pgp5.el:
4243         * pgg.el: Moved here from the gnus subdirectory.
4245 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
4247         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
4248         in case comint-prompt-read-only is set to t.
4250         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
4251         in case comint-prompt-read-only is set to t.
4253 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
4255         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
4256         Now a string.
4257         (icalendar-import-format): Handle CLASS, STATUS, URL.
4258         Rename `subject' to `summary'.
4259         (icalendar-import-format-summary): Rename from
4260         `icalendar-import-format-subject'.
4261         (icalendar-import-format-url, icalendar-import-format-status)
4262         (icalendar-import-format-class): New variables.
4263         (icalendar--rris): Take variable argument list.
4264         (icalendar--datestring-to-isodate): Remove unnecessary
4265         calendar-style check when converting dates with explicit month names.
4266         (icalendar-export-region): Change return type of conversion
4267         subroutines.  Bury current buffer unless error occurred.
4268         (icalendar--convert-to-ical)
4269         (icalendar--parse-summary-and-rest): New functions.
4270         (icalendar--convert-ordinary-to-ical)
4271         (icalendar--convert-weekly-to-ical)
4272         (icalendar--convert-yearly-to-ical)
4273         (icalendar--convert-block-to-ical)
4274         (icalendar--convert-cyclic-to-ical)
4275         (icalendar--convert-anniversary-to-ical): Change return type.
4276         Strip trailing blanks from subject.
4277         (icalendar--convert-sexp-to-ical): Change return type.
4278         Strip trailing blanks from subject.  Handle simple sexp
4279         entries as generated by icalendar.el.
4280         (icalendar--convert-float-to-ical)
4281         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
4282         (icalendar-import-file): Doc fix.
4283         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
4284         Correct call to icalendar--rris.
4285         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
4286         `summary'.
4287         (icalendar--add-diary-entry): Rename `subject' to `summary'.
4289 2005-10-24  Romain Francoise  <romain@orebokech.com>
4291         * server.el (server-sentinel): Set query-on-exit flag to nil on
4292         new client processes (it isn't inherited from the server process).
4294         * replace.el (occur-engine): Rearrange text properties.
4296 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4298         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
4299         case-fold-search is nil.
4300         (debug-help-follow): Use help-xref-interned directly.
4302 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4304         * thumbs.el (thumbs-image-type): Add .pbm.
4306 2005-10-23  Richard M. Stallman  <rms@gnu.org>
4308         * faces.el (inhibit-face-set-after-frame-default): New variable.
4309         (set-face-attribute): Bind it.
4310         (face-set-after-frame-default): Test it.
4312         * help-fns.el (describe-simplify-lib-file-name): New function.
4313         (describe-function-1, describe-variable): Use it.
4315         * faces.el (describe-face): Use describe-simplify-lib-file-name.
4317         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
4318         Eliminate nil as possible value.
4319         (tooltip-hide-delay): Reduce internal-border-width.
4321         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
4322         (menu-bar-file-menu) <new-file>: Likewise.
4324         * simple.el (line-move-finish): Ignore fields computing LINE-END.
4326         * international/mule.el (load-with-code-conversion):
4327         Pass full file name to `eval-buffer' unless preloading.
4329         * textmodes/flyspell.el (flyspell-large-region):
4330         Call ispell-check-version.
4332         * textmodes/ispell.el (ispell-local-dictionary-overridden):
4333         Fix the make-variable-buffer-local call that was supposed
4334         to be for this variable.
4335         (ispell-aspell-supports-utf8): Doc fix.
4336         (ispell-find-aspell-dictionaries): Preserve elements of
4337         ispell-dictionary-alist for dictionaries that aspell doesn't report.
4338         (ispell-aspell-find-dictionary): Return nil on error.
4340         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
4341         (doctor-symptoms): Likewise.
4343         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
4345 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4347         * cus-edit.el (custom-button, custom-button-pressed): New vars.
4348         (custom-raised-buttons): Add :set spec.
4349         (custom-button-unraised, custom-button-pressed-unraised):
4350         New faces, so that custom-raised-buttons actually does something.
4351         (custom-mode): Use custom-button and custom-button-pressed.
4353         * wid-edit.el (widget-specify-button): Don't ignore
4354         widget-mouse-face on graphic terminals.
4355         (widget-move-and-invoke): Cleanup.
4357 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
4359         * whitespace.el (whitespace-cleanup): Doc fix.
4361 2005-10-23  Romain Francoise  <romain@orebokech.com>
4363         * emulation/viper.el (viper-set-hooks): Quote forms passed to
4364         `eval-after-load' to avoid evaluating their result.
4366 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
4368         * files.el (directory-listing-before-filename-regexp):
4369         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
4371         * dired.el (dired-move-to-filename-regexp): Remove.
4372         All occurences replaced by `directory-listing-before-filename-regexp'.
4374         * dired-x.el, locate.el, vc.el:
4375         Replace `dired-move-to-filename-regexp' by
4376         `directory-listing-before-filename-regexp'.  In vc.el it is
4377         overwritten locally; maybe this can be handled in files.el too.
4379         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
4380         replaced by `directory-listing-before-filename-regexp'.
4382 2005-10-23  Andreas Schwab  <schwab@suse.de>
4384         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
4385         and eval-next-after-load.
4387 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
4389         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
4390         exist, create it.
4392 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
4394         * allout.el: Remove autoloads for mailcrypt and crypt++.
4395         Require pgg, pgg-gpg during compilation.
4396         (allout-version): Increment version number to 2.1, and use a literal
4397         rather than RCS Id.
4398         (allout-default-encryption-scheme): Remove.
4399         (allout-passphrase-verifier-handling)
4400         (allout-passphrase-verifier-string)
4401         (allout-file-passphrase-verifier-string)
4402         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
4403         (allout-passphrase-hint-handling): Rename and simplify.
4404         (allout-init): Use `find-file-hook' if available, otherwise
4405         `find-file-hooks'.
4406         (allout-mode): Use `write-file-functions' if available, otherwise
4407         `local-write-file-hooks' and, instead of making auto-save-hook
4408         buffer local, make the write-file-hook activity contingent to
4409         allout-mode.
4410         (allout-mode): Use key-binding substitution in the docstring.
4411         (allout-kill-line): Spell-out kill ring data structure mutation
4412         instead of using byte-compiler-complaint-provoking `pop'.
4413         (allout-insert-listified): Use `insert' rather than `insert-string'
4414         (allout-toggle-current-subtree-encryption): Update docstring, adjust
4415         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
4416         (allout-encrypt-string): Totally revamped vis new underlying
4417         encryption facilities.
4418         (allout-mc-activate-passwd): Remove.
4419         (allout-obtain-passphrase): New, more or less replaces
4420         allout-mc-activate-passwd.
4421         (allout-encrypted-key-info): More or less replaces
4422         allout-encrypted-text-type.
4423         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
4424         (my-mark-marker): Use `(featurep 'xemacs)'.
4426 2005-10-23  Lars Hansen <larsh@soem.dk>
4428         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
4429         (byte-compile-file-form-defmumble, byte-compile-defun)
4430         (byte-compile-defmacro): Use it.
4431         (byte-compile-form): Don't call byte-compile-set-symbol-position
4432         when a byte-compile handler is called.
4434 2005-10-22  Romain Francoise  <romain@orebokech.com>
4436         * savehist.el (savehist-history-variables): Add `grep-find-history'.
4438         * subr.el (eval-after-load): Convert library name to an absolute
4439         file name using locate-library, since load-history no longer has
4440         library names in it.
4442 2005-10-22  Richard M. Stallman  <rms@gnu.org>
4444         * files.el (make-temp-file): Move from subr.el.
4445         * subr.el (make-temp-file): Move to files.el.
4447         * window.el (get-buffer-window-list): Move from subr.el.
4448         * subr.el (get-buffer-window-list): Move to window.el.
4450         * image.el (image-load-path): Use eval-at-startup to initialize.
4452         * subr.el (eval-at-startup): New macro.
4454         * subr.el: Much rearrangement of functions and division
4455         into pages.  No code changes.
4457 2005-10-22  Kenichi Handa  <handa@m17n.org>
4459         * tar-mode.el (tar-extract): Be sure to call
4460         find-operation-coding-system if set-auto-coding doesn't find a
4461         coding system.
4463 2005-10-22  Kim F. Storm  <storm@cua.dk>
4465         * image.el (image-type-header-regexps): Rename from image-type-regexps.
4466         Change users.
4467         (image-type-file-name-regexps): New defconst.
4468         (image-type-from-data): Simplify loop.
4469         (image-type-from-buffer): New defun.
4470         (image-type-from-file-header): Use it instead of image-type-from-data.
4471         Use image-search-load-path instead of only looking in data-directory.
4472         (image-type-from-file-name): New defun.
4473         (image-search-load-path): Change `pathname' to `filename'.
4474         Make PATH arg optional, default to image-load-path.
4476 2005-10-21  Richard M. Stallman  <rms@gnu.org>
4478         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
4480         * textmodes/paragraphs.el (sentence-end-base): New variable.
4481         (sentence-end): Use sentence-end-base.
4483 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4485         * font-lock.el (font-lock-default-fontify-region): Check the multiline
4486         property independently from the font-lock-multiline variable.
4488 2005-10-21  Richard M. Stallman  <rms@gnu.org>
4490         * emacs-lisp/find-func.el (find-library-name): Doc fix.
4492         * startup.el (command-line): Convert library names
4493         in `load-history' to absolute file names.
4495         * subr.el (symbol-file): Doc fix.
4497         * loadhist.el (file-loadhist-lookup): Call locate-library
4498         instead of find-library-name.  Don't try converting
4499         abs file names to library names, since load-history no longer
4500         has library names in it.
4501         (file-dependents, file-provides, file-requires): Doc fixes.
4503 2005-10-21  Juri Linkov  <juri@jurta.org>
4505         * progmodes/etags.el (tags-table-mode): New function.
4506         (tags-verify-table): Replace initialize-new-tags-table with
4507         tags-table-mode.
4509         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
4510         default value.
4511         (desktop-modes-not-to-save): Add tags-table-mode to the
4512         default value.
4514         * info.el (Info-index-next): Add total number of index
4515         alternatives to the message.
4517         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
4518         backward only space (instead of space and period) before looking
4519         at sentence end.
4521         * simple.el (set-variable): Use user-variable-p instead of symbolp.
4522         Add the old variable value as 4th default-value arg of read-string.
4524 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4526         * cus-face.el (custom-declare-face): Make face from X resources
4527         also on Mac.
4529         * disp-table.el (standard-display-g1, standard-display-graphic):
4530         Refuse to use string glyphs also on Mac.
4531         (standard-display-european): Don't set terminal coding system also
4532         on Mac.
4534         * frame.el (display-screens): Use x-display-screens also on Mac.
4536 2005-10-21  Romain Francoise  <romain@orebokech.com>
4538         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
4540 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4542         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
4543         and $? into sexps.
4545         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
4546         warning face on open-paren-in-column-0.
4548         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
4549         boundary case.  Fix typo.
4550         Suggested by Martin Rudalics <rudalics@gmx.at>.
4552 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
4554         * textmodes/org.el (org-combined-agenda-icalendar-file)
4555         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
4556         (org-export-icalendar-this-file)
4557         (org-export-icalendar-all-agenda-files)
4558         (org-export-icalendar-combine-agenda-files): New commands.
4559         (org-export-icalendar, org-print-icalendar-entries)
4560         (org-start-icalendar-file, org-finish-icalendar-file)
4561         (org-ical-ts-to-string): New functions.
4562         (org-read-date, org-goto-calendar)
4563         (org-agenda-goto-calendar): Inhibit displaying diary entries by
4564         call to `calendar'.
4565         (orgtbl-setup): Remove the :keys arguments from the menu description.
4566         (org-after-save-iCalendar-file-hook): New variable.
4568 2005-10-21  Kenichi Handa  <handa@m17n.org>
4570         * language/vietnamese.el (tcvn-5712): Make it an alias of
4571         vietnamese-tcvn coding-system.
4573 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
4575         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
4576         group id is given.
4578 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4580         * progmodes/sh-script.el (sh-escaped-line-re): New var.
4581         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
4582         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
4583         whose line is either continued or ends with a comment.
4585 2005-10-20  Romain Francoise  <romain@orebokech.com>
4587         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
4589         * replace.el (occur-engine): Add follow-link property.
4591         * font-core.el (font-lock-mode): Doc fix.
4593 2005-10-20  Richard M. Stallman  <rms@gnu.org>
4595         * net/rcirc.el: New file.
4597 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
4599         * term.el (term-term-name): Initialize to "eterm-color".
4601 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
4603         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
4604         for encryption functionality.
4605         Move allout customization subgroup from `editing' to `outlines' group.
4606         Fix commentary 'keywords' to legitimate ones.
4607         Update author info (using my current email address, obscurified).
4608         (allout-encrypt-string, allout-encryption-produce-work-buffer)
4609         (allout-encrypted-topic-p, allout-encrypted-text-type)
4610         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
4611         (allout-situate-encryption-key-verifier)
4612         (allout-get-encryption-key-verifier, allout-verify-key)
4613         (allout-next-topic-pending-encryption)
4614         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
4615         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
4616         (outline-key-verifier-handling, outline-key-hint-handling)
4617         (outline-encrypt-unencrypted-on-saves): New defcustoms.
4618         (allout-file-key-verifier-string, allout-encryption-scheme)
4619         (allout-key-verifier-string, allout-key-hint-string)
4620         (allout-after-save-decrypt): New variables.
4621         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
4622         (allout-after-saves-handler): New hook functions.
4623         (allout-post-command-business): Do allout-after-save-decrypt.
4624         (allout-enable-file-variable-adjustment): Custom var to enable
4625         mechanism for adding and adjusting settings of Emacs file variables.
4626         (allout-adjust-file-variable, allout-file-vars-section-data):
4627         New functions, implement the mechanism.
4628         (outlineify-sticky): Use the file vars mechanism.
4629         (allout-inhibit-protection, allout-during-write-cue)
4630         (allout-override-protect, allout-before-change-protect): Remove.
4631         (allout-flag-region, allout-open-topic): Adjust read-only text.
4632         (allout-open-line-not-read-only): Add to facilitate read-only
4633         text based protection.
4634         (allout-kill-line): Revise to adjust read-only text, clue the
4635         user about the inhibition.
4636         (allout-unprotected): Use unwind-protect.
4637         (allout-shift-in, allout-shift-out): Disallow manually shifting a
4638         topic deeper than the offspring depth of the previous topic -
4639         avoiding confusing "containment discontinuities".
4640         (allout-reindent-bodies): Fix retention of body relative hanging
4641         indent during promotion of collapsed bodies.
4642         (allout-open-topic): Make it easy to open new topic with same
4643         bullet as current topic - topic creation functions provided with
4644         any universal argument provokes now prompt for bullet, defaulting
4645         to the bullet of the previous topic.
4646         (allout-plain-bullets-string, allout-distinctive-bullets-string):
4647         Plain bullet alternates '.' period and ',' comma only.  All other
4648         bullets are relegated to special status (but customizable).
4649         (allout-end-of-entry): Rename from 'allout-end-of-current-entry
4650         since it actually operates w.r.t. most immediately containing
4651         entry, visible or not.
4652         (allout-hide-current-entry, allout-show-current-entry): Use the
4653         revised version.
4654         (allout-old-expose-topic): Solidify deprecation.
4655         (allout-end-of-subtree): Add so we can span concealed as well
4656         as visible topics.
4657         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
4658         (allout-end-of-current-heading): Tweak to just respect the first line.
4659         (allout-get-body-text): Add.
4660         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
4661         when invoked interactively.
4662         (allout-up-current-level): Use `interactive-p'.
4663         (allout-mode, allout-init): Miscellaneous docstring and
4664         operational refinements, as well as hookups of new encryption stuff.
4665         (allout-beginning-of-current-entry): Now works as advertised.
4666         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
4667         (allout-isearch-rectification): Refine condition for isearching.
4668         (allout-isearch-abort, allout-enwrap-isearch)
4669         (allout-flag-region, my-region-active-p): Relocate some macros.
4670         (allout-title): Fallback title is '(buffer-name)', not
4671         non-existing '(current-buffer-name)'.
4672         (subst-char-in-string): Define if absent (for some XEmacs versions).
4674 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
4676         * mail/sendmail.el (mail-setup-hook, mail-aliases)
4677         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
4678         (mail-citation-prefix-regexp, mail-signature-file)
4679         (mail-default-headers, mail-bury-selects-summary)
4680         (mail-send-nonascii): Add autoload cookies.
4682 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
4684         * frame.el (blink-cursor-mode): Add `mac' to the list of
4685         window-system's that support blinking cursor.
4687 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4689         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
4691 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
4693         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
4694         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
4695         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
4697 2005-10-20  Kim F. Storm  <storm@cua.dk>
4699         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
4700         (ido-set-current-directory): Don't add / after final @.
4701         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
4702         Explicitly handle ange-ftp completion oddities.
4703         (ido-make-file-list): Don't rotate list at tramp root to avoid
4704         triggering tramp file handler for expand-file-name via get-file-buffer.
4706 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4708         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
4710 2005-10-19  Jay Belanger  <belanger@truman.edu>
4712         * calc/calc-units.el (math-standard-units): Add units, adjust
4713         symbols and update values.
4714         (math-unit-prefixes):  Add more prefixes.
4716 2005-10-19  Romain Francoise  <romain@orebokech.com>
4718         * bookmark.el (bookmark-menu-heading): New face.
4719         (bookmark-bmenu-list): Use it.
4720         Don't fiddle with `baud-rate' at top-level.
4722 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
4724         * image.el (create-image, find-image): Mention max-image-size in
4725         docstring.
4727 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4729         * savehist.el (savehist-load): Revert to checking XEmacs.
4731         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
4732         Various docstring and line-width fixups.
4733         (conf-mode): Use cond.
4734         Set font-lock-defaults.  Don't set comment-use-syntax.
4736 2005-10-18  David Ponce  <david@dponce.com>
4738         * tree-widget.el (tree-widget-button-click): New function.
4739         (tree-widget-button-keymap): Use it.
4741 2005-10-18  Romain Francoise  <romain@orebokech.com>
4743         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4744         (bookmark-bmenu-hide-filenames): Add follow-link property.
4745         Improve help-echo text.
4747         * ffap.el (find-file-at-point): Doc fix.
4749 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4751         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
4753 2005-10-18  Masatake YAMATO  <jet@gyve.org>
4755         Install to the CVS repository what I forgot to install in my
4756         2005-10-16 changes.
4758         * progmodes/python.el (python-complete-symbol): Pass the common
4759         prefix substring of completion to `display-completion-list'.
4761         * textmodes/org.el (org-complete): Ditto.
4763 2005-10-18  Masatake YAMATO  <jet@gyve.org>
4765         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
4767         * woman.el (WoMan-xref-man-page): New button type derived
4768         from `Man-abstract-xref-man-page'.
4769         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
4771         * man.el (Man-abstract-xref-man-page): New button type.
4772         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
4773         (Man-highlight-references): Add new optional argument `xref-man-type'.
4775 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
4777         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
4779 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
4781         * cus-edit.el (Custom-move-and-invoke): Delete.
4782         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
4784         * wid-edit.el (widget-move-and-invoke): New function, from
4785         Custom-move-and-invoke.
4787 2005-10-17  Bill Wohler  <wohler@newt.com>
4789         Move all remaining images from lisp/toolbar to etc/images, move
4790         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
4791         the low resolution images in their own directory (low-color).
4793         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
4794         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
4795         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
4796         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
4797         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
4798         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
4799         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
4801         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
4802         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
4803         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
4804         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
4805         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
4806         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
4807         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
4808         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
4809         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
4810         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
4811         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
4812         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
4813         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
4814         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
4815         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
4817         To conform with convention, replace the underscore (_) in the
4818         following image names with dash (-) or (/) as appropriate.
4820         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
4821         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
4822         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
4823         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
4824         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
4825         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
4826         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
4827         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
4828         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
4829         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
4830         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
4831         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
4832         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
4833         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
4834         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
4836         * info.el (info-tool-bar-map): Replace underscores in image names
4837         with dashes.
4839         * makefile.w32-in (WINS): Remove toolbar.
4841         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
4843         * tool-bar.el: Move to lisp from toolbar.  Now that
4844         toolbar is empty, it should be deleted when folks run "cvs up -P".
4846 2005-10-18  Jay Belanger  <belanger@truman.edu>
4848         * calc/calc-store.el (calc-store-into): Get the proper variable name
4849         to display in message.
4851 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
4853         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
4854         expressions display in speedbar for all buffers when debugging.
4855         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
4857         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
4858         (speedbar-insert-button, speedbar-make-button):
4859         Use add-text-properties.
4860         (speedbar-update-localized-contents)
4861         (speedbar-update-directory-contents)
4862         (speedbar-update-special-contents): Use dolist.
4863         (speedbar-buffer-easymenu-definition): Add a menu separator.
4865 2005-10-17  Jason Rumney  <jasonr@gnu.org>
4867         * makefile.w32-in: Use $(lisp) consistently.
4868         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
4869         for shell specific generation of mh-autoloads.
4871 2005-10-17  Richard M. Stallman  <rms@gnu.org>
4873         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
4875 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4877         * jit-lock.el (jit-lock-fontify-now):
4878         Move jit-lock-context-unfontify-pos to avoid wasted work.
4880 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
4882         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
4883         `tramp-completion-mode' for checking if we are in completion mode.
4884         (tramp-completion-handle-file-name-all-completions): Reorder code
4885         in order to complete for file names only in case there are no
4886         method/user/host completions.  This is necessary for cooperation
4887         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
4889 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
4891         * longlines.el (longlines-search-forward)
4892         (longlines-search-backward): Match any number of spaces.
4894 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
4896         * diff-mode.el (diff-mode): Doc fix.
4898 2005-10-16  David Reitter <david.reitter@gmail.com>
4900         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
4901         as default on darwin and windows systems.
4903 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
4905         * arc-mode.el (archive-zip-extract): Doc fix.
4907 2005-10-16  Romain Francoise  <romain@orebokech.com>
4909         * mouse.el (mouse-1-click-follows-link): Doc fix.
4911 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4913         * savehist.el: Don't require CL at runtime.
4914         (savehist-xemacs): Remove.
4915         (savehist-coding-system): Use utf-8 if present, regardless of religion.
4916         (savehist-no-conversion): Use (featurep 'xemacs).
4917         (savehist-load): Check existence of start-itimer rather than XEmacs.
4918         Use an idle timer.
4919         (savehist-process-for-saving): Replace use of CL funs `subseq' and
4920         `delete-if-not'.
4922 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
4924         * savehist.el: Newer version.
4925         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
4926         (savehist-last-checksum, savehist-no-conversion): New vars.
4927         (savehist-autosave, savehist-process-for-saving, savehist-printable):
4928         New functions.
4929         (savehist-load, savehist-save): Use them.
4930         (savehist-delimit): Remove.
4932 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4934         * progmodes/compile.el (compilation-goto-locus): Display the
4935         compilation buffer first and the source buffer second, in case they're
4936         in overlapping frames.  Don't raise the compilation frame if it was the
4937         selected window upon entry.  Pass the `other-window' arg to
4938         pop-to-buffer.
4940         * info.el (Info-fontify-node): Use dolist.
4941         Change add-text-properties to put-text-property.
4943 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4945         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
4946         bound of search.
4948 2005-10-16  Masatake YAMATO  <jet@gyve.org>
4950         * dabbrev.el (dabbrev-completion): Pass the common
4951         prefix substring of completion to `display-completion-list'.
4953         * filecache.el (file-cache-minibuffer-complete)
4954         (file-cache-complete): Ditto.
4956         * tempo.el (tempo-display-completions): Ditto.
4958         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
4960         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
4962         * eshell/em-hist.el (eshell-list-history): Ditto.
4964         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
4966         * mail/mailalias.el (mail-complete): Ditto.
4968         * progmodes/etags.el (complete-tag): Ditto.
4970         * progmodes/make-mode.el (makefile-complete): Ditto.
4972         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
4974         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
4976         * progmodes/pascal.el (pascal-complete-word)
4977         (pascal-show-completions): Ditto.
4979         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
4981         * simple.el (completion-common-substring): New variable.
4982         (completion-setup-function): Use `completion-common-substring'
4983         to put faces.
4985 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4987         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
4988         (x-get-selection, mac-select-convert-to-string): Convert from/to
4989         UTF-16 clipboard data as in native byte order, no BOM.
4991 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
4993         * progmodes/gud.el (gud-tool-bar-map): Rename the images
4994         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
4995         (gud-sentinel): Use speedbar-frame to check for speedbar.
4997 2005-10-15  Richard M. Stallman  <rms@gnu.org>
4999         * savehist.el: New file.
5001 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
5003         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
5004         Fix bug in \bf fontification.
5006 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5008         * pcvs.el (cvs-edit-log-files): New var.
5009         (cvs-mode-edit-log): New arg `file'.
5010         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
5011         Instead force the use of the original file and nothing else.
5012         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
5013         the cvs-minor-wrap-function is set.
5014         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
5016 2005-10-14  Bill Wohler  <wohler@newt.com>
5018         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
5019         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
5020         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
5021         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
5022         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
5023         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
5024         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
5025         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
5026         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
5027         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
5028         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
5029         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
5030         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
5031         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
5032         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
5034         * progmodes/gud.el (gud-tool-bar-map): Rename the images
5035         appropriately (for example, gud-break to gud/break).
5037 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
5039         * longlines.el (longlinges-search-function)
5040         (longlines-search-forward, longlines-search-backward): New functions.
5041         (longlines-mode): Set isearch-search-fun-function to
5042         longlinges-search-function.
5044         * mouse.el (mouse-drag-region-1): Handle the case where a
5045         double-click event is bound to an arbitrary function.
5047 2005-10-14  David Ponce  <david@dponce.com>
5049         * recentf.el (recentf-track-opened-file)
5050         (recentf-track-closed-file, recentf-update-menu)
5051         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
5052         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
5053         mouse-1-click-follows-link.
5055 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5057         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
5058         Gnome file-manager.png.  Suggested by
5059         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
5061         * toolbar/README: Add diropen.xpm.
5063 2005-10-13  Bill Wohler  <wohler@newt.com>
5065         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
5066         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
5068 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5070         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
5071         Don't waste the byte-compiler's time on constant data.
5073 2005-10-13  Kenichi Handa  <handa@m17n.org>
5075         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
5076         byte with `escape-glyph' face.
5078         * international/fontset.el (ccl-encode-unicode-font):
5079         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
5080         Handle the case that ucs-mule-to-mule-unicode translates a character to
5081         ASCII (usually for IPA characters).
5083 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5085         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
5086         Don't hide the underline of titles if font-lock-mode is disabled.
5088 2005-10-12  Bill Wohler  <wohler@newt.com>
5090         * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
5091         (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
5092         files in MH-E-SRC have been updated.
5093         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
5095 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5097         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
5098         (mixal-mode-syntax-table): Add \n as end-comment.
5099         (mixal-operation-codes-alist): Immediately initialize to full value.
5100         (mixal-add-operation-code): Remove.
5101         (mixal-describe-operation-code): Make the arg non-optional.
5102         Use the interactive spec instead.
5103         Use mixal-operation-codes-alist rather than mixal-operation-codes.
5104         (mixal-font-lock-keywords): Don't highlight comments here any more.
5105         (mixal-font-lock-syntactic-keywords): New var.
5106         (mixal-mode): Use it.  Fix comment-start-skip.
5108 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5110         * startup.el (command-line-x-option-alist): -nb => -nbi
5112 2005-10-12  Kim F. Storm  <storm@cua.dk>
5114         * startup.el (fancy-splash-default-action): Discard mouse click in
5115         the splash screen window, as it has no sensible meaning in the
5116         next window to be selected.  Fixes error reported by Jan D.
5118 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5120         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
5122 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5124         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
5125         Try to fix up minor layout issues like indentation, line break, etc...
5126         (mixal-mode-syntax-table): Don't try to specify comment syntax,
5127         because it doesn't work.
5128         (mixal-operation-codes): Add some more codes.
5129         (mixal-font-lock-keywords): Process comments here.
5130         (mixal-mode): mixasm no longer needs -g option.
5132 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
5134         * progmodes/sh-script.el (sh-tmp-file):
5135         Use mktemp -t.  Finish support for es and rc shells.
5137 2005-10-11  Jay Belanger  <belanger@truman.edu>
5139         * calc/calcalg2.el (calc-integral): With an argument, compute the
5140         definite integral.
5142 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
5144         * mouse.el (mouse-drag-region-1): Don't try to catch a
5145         double-click when doing follow-link (it's overridden anyway).
5147 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
5149         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
5150         (autoload-print-form-outbuf): Add docstring.
5152 2005-10-11  Juri Linkov  <juri@jurta.org>
5154         * info.el (Info-mode-menu): Delete menu item "Edit".
5155         (Info-mode): Delete description of Info-edit from docstring,
5156         and rearrange descriptions of Info commands in the order
5157         they are documented in the Info manual.
5159 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5161         * calendar/appt.el (appt-check): Use diary-selective-display var.
5163 2005-10-10  Richard M. Stallman  <rms@gnu.org>
5165         * net/newsticker.el (newsticker-start, newsticker-show-news):
5166         Add autoload cookies.
5168 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
5170         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
5172 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
5174         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
5176 2005-10-10  Jay Belanger  <belanger@truman.edu>
5178         * calc/calc-arith.el (math-check-known-scalarp)
5179         (math-check-known-matrixp): Check the values of arguments that are
5180         variables.
5181         (math-check-known-square-matrixp): New function.
5182         (math-known-square-matrixp): Use math-check-known-square-matrixp.
5183         (math-super-types): Add sqmatrix type.
5185         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
5186         mode name `square' to 'sqmatrix'.
5188         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
5189         mode name `square' to 'sqmatrix'.
5191 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5193         * progmodes/etags.el (select-tags-table-mode): Don't use
5194         selective-display.
5195         (tags-select-tags-table): Pass `button' to the action function.
5196         (select-tags-table): Place the side-info on button properties rather
5197         than in hidden text.  Abbreviate file names.
5198         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
5199         (select-tags-table-select): Add `button' argument.
5200         Get side-info from the button property rather than from hidden text.
5202 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
5204         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
5205         (gud-speedbar-buttons): Preserve point if possible.
5206         (gud-sentinel): Restore previous speedbar display type.
5208         * progmodes/gdb-ui.el (gdba): Improve diagram.
5209         (def-gdb-auto-update-handler, gdb-info-locals-handler)
5210         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
5211         Call get-buffer-window once.
5213 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5215         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
5216         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
5217         (pascal-indent-command): Remove unused var `ind'.
5218         (pascal-indent-case): Remove unused var `oldpos'.
5219         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
5220         since it's now used as a proper minor mode map.
5221         (pascal-outline): Rename to pascal-outline-mode.
5222         (pascal-outline-mode): Use define-minor-mode.
5223         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
5224         selective-display.
5226 2005-10-10  Andreas Schwab  <schwab@suse.de>
5228         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
5229         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
5231         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
5232         outside source directory.
5234 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
5236         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
5237         C-x' as a prefix.
5238         (orgtbl-mode-map): Full keymap instead of sparse, because all
5239         `self-insert-command' keys are redefined in this map.
5240         (org-export-as-html): Specify charset for HTML file, by taking it
5241         from the coding system.
5243 2005-10-10  Kenichi Handa  <handa@m17n.org>
5245         * textmodes/flyspell.el (flyspell-check-word-p):
5246         If unread-command-events is non-empty, don't call sit-for.
5248 2005-10-09  Richard M. Stallman  <rms@gnu.org>
5250         * font-lock.el (font-lock-syntactic-keywords)
5251         (font-lock-keywords): Doc fixes.
5253         * textmodes/flyspell.el (flyspell-external-point-words):
5254         Simplify logic, and don't try to check for consecutive appearances
5255         of one incorrect word.
5257 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
5259         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
5260         separator.
5262         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
5263         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
5264         (gud-expansion-speedbar-buttons): New function.
5265         (gud-speedbar-buttons): Check for gud-comint-buffer.
5267 2005-10-09  Bill Wohler  <wohler@newt.com>
5269         * Makefile.in (updates): Add mh-loaddefs dependency.
5271 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
5273         * speedbar.el (speedbar-file-key-map): Fix typo.
5275 2005-10-09  Daniel Brockman  <daniel@brockman.se>
5277         * cus-start.el (line-spacing): Add custom spec.
5279 2005-10-09  Romain Francoise  <romain@orebokech.com>
5281         * textmodes/ispell.el (ispell-check-version): Fix last change.
5283 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5285         * term/x-win.el: Remove -i, --icon-type from comment.
5287         * startup.el (command-line-x-option-alist): Remove options -i,
5288         -itype, --icon-type, added -nb, --no-bitmap-icon
5290 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
5292         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
5293         instead of :active.
5295 2005-10-08  Eric Hanchrow  <offby1@blarg.net>
5297         * textmodes/ispell.el (ispell-check-version):
5298         Ignore hyphen, and all that follows, in aspell's version text.
5300 2005-10-08  Jay Belanger  <belanger@truman.edu>
5302         * calc/calc-arith.el (math-known-square-matrixp): New function.
5303         (math-pow-fancy): Check for matrices before distributing exponent
5304         across products.
5306         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
5307         fullscreen keypad.  Suggested by Luc Teirlinck.
5308         (calc-keypad-show-input): Add space for formatting.
5310         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
5311         Add square matrix option.
5313         * calc/calc-poly.el (math-expand-term): Check for matrices instead
5314         of checking calc-matrix-mode when deciding how to expand.
5316         * calc/calc.el (calc-set-mode-line): Add square matrix option.
5318 2005-10-08  Lars Hansen  <larsh@soem.dk>
5320         * net/tramp.el (tramp-perl-directory-files-and-attributes):
5321         Add error handling.
5322         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
5324 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
5326         Sync with Tramp 2.0.51.
5328         * net/tramp.el (tramp-handle-set-visited-file-modtime)
5329         (tramp-handle-insert-file-contents, tramp-handle-write-region):
5330         Insert special handling for `last-coding-system-used', again
5331         it still seems to be necessary (unlike stated before).
5332         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
5333         (tramp-password-prompt-regexp): There might be other words before
5334         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
5335         (tramp-chunksize): Improve docstring.
5336         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
5337         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
5338         Christian Joergensen <bugs@razor.dk>.
5340 2005-10-07  Glenn Morris  <rgm@gnu.org>
5342         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
5343         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
5344         precision'.
5346 2005-10-07  Romain Francoise  <romain@orebokech.com>
5348         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
5349         (ibuffer-do-shell-command-pipe-replace)
5350         (ibuffer-do-shell-command-file, ibuffer-do-eval)
5351         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
5352         (ibuffer-do-revert, ibuffer-do-replace-regexp)
5353         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
5354         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
5355         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
5356         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
5357         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
5358         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
5359         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
5360         Autoload file sans suffix.
5362         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
5364 2005-10-07  David Ponce  <david@dponce.com>
5366         * recentf.el (recentf-menu-open-all-flag): New option.
5367         (recentf-digit-shortcut-command-name): New function.
5368         (recentf--shortcuts-keymap): New variable.
5369         (recentf-menu-shortcuts): New variable.
5370         (recentf-make-menu-items): Initialize it.  Replace the "More..."
5371         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
5372         (recentf-menu-value-shortcut): New function.
5373         (recentf-make-menu-item): Use it.  No more in-lined.
5374         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
5375         (recentf-open-most-recent-file): Rename from
5376         `recentf-open-file-with-key'.  Don't depend on key binding.
5377         (recentf-mode-map): New variable.
5378         (recentf-mode): Use it.
5380 2005-10-06  Bill Wohler  <wohler@newt.com>
5382         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
5384         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
5385         (MH-E-SRC): New.  Used by mh-autoloads.
5386         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
5387         files in MH-E-SRC have been updated.
5388         (compile, recompile, bootstrap): Depend on mh-autoloads.
5390 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
5392         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
5393         gud-break and gud-remove icons when the fringe is not available.
5395         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
5396         Typo.
5398 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
5400         * play/zone.el (zone): Wrap body with save-window-excursion.
5402 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5404         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
5405         Use the new `list-only' arg to diary-list-entries.
5407         * calendar/diary-lib.el: Use overlays rather than selective-display.
5408         (diary-selective-display): New var.
5409         (diary-header-line-format): Use it.
5410         (diary-list-entries): Add argument `list-only'.
5411         Put the buffer in diary-mode.  Don't add \^M at beg and end.
5412         Replace \^M by invisible overlays.
5413         (diary-unhide-everything): Replace \^M by invisible overlays.
5414         (print-diary-entries): Look for overlays rather than \^M.
5415         Add a space to the temp buffer name.
5416         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
5417         Put the buffer in diary-mode.
5418         (list-sexp-diary-entries): Replace \^M by invisible overlays.
5419         (diary-anniversary): Make the year arg optional.
5420         (diary-time-regexp): New const.
5421         (diary-font-lock-keywords): Use it to accept a few more time formats.
5423         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
5425 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
5427         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
5428         Fix bug introduced 2005-07-03: Use (car (last ...))
5429         to faithfully reproduce replaced artist-last.
5430         (artist-set-arrow-points-for-poly): Likewise.
5431         Suggested by Johan Bockg\e,Ae\e(Brd.
5433 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
5435         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
5436         * wid-edit.el (widget):
5437         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
5438         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
5440 2005-10-06  Kenichi Handa  <handa@m17n.org>
5442         * international/mule-cmds.el (set-language-environment):
5443         Fix setting up of case-table for unibyte mode.
5445         * simple.el (what-cursor-position): If the character is displayed
5446         by some `display' text property, show that.  Don't use
5447         single-key-description for eight-bit characters in multibyte mode.
5449 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
5451         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
5452         (gdb-ann3): Set it.
5453         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
5454         (gdb-info-frames-custom): Use inverse-video for first five
5455         characters of selected frame only.
5456         (gdb-get-frame-number): Select frame even when point is on frame
5457         number.
5459 2005-10-06  Masatake YAMATO  <jet@gyve.org>
5461         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
5462         Put `font-lock-function-name-face'.
5463         (gdb-info-frames-custom): Put `font-lock-function-name-face'
5464         and `font-lock-variable-name-face'
5465         (gdb-registers-font-lock-keywords): New font lock keywords definition.
5466         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
5467         (gdb-memory-font-lock-keywords): New font lock keywords definition.
5468         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
5469         (gdb-local-font-lock-keywords): New font lock keywords definition.
5470         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
5471         (gdb-threads-font-lock-keywords): New font lock keywords definition.
5472         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
5474 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
5476         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
5477         (ediff-merge-region-is-non-clash-to-skip): Previously called
5478         ediff-merge-region-is-non-clash.
5480         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
5481         Use insert-buffer-substring.
5483         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
5484         selecting files to patch.  Also bug fixes.
5486         * ediff-util.el (ediff-setup): Bug fix.
5487         (ediff-next-difference): Never skip clashes that differ in white
5488         space only.
5490         * ediff-wind.el (ediff-setup-control-frame)
5491         (ediff-destroy-control-frame): Check the menubar feature.
5493         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
5494         (viper-refresh-mode-line): Use make-local-variable to localize
5495         some vars instead of make-variable-buffer-local.  Suggested by
5496         Stefan Monnier.
5498         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
5499         (viper-restore-cursor-type, viper-set-insert-cursor-type):
5500         Use make-local-variable instead of make-variable-buffer-local.
5501         Suggested by Stefan Monnier.
5503         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
5504         (viper-comint-mode-hook): Use make-local-variable on
5505         require-final-newline.
5506         (viper-non-hook-settings): Don't use make-variable-buffer-local.
5508 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5510         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
5511         also the second char of a comment-start sequence.
5512         (scheme-sexp-comment-syntax-table): New var.
5513         (lambda, define): Set their scheme-doc-string-elt property.
5514         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
5515         Use lisp-font-lock-syntactic-face-function now that it properly
5516         handles |...| symbols.
5517         (scheme-mode-variables): Set lisp-doc-string-elt-property,
5518         parse-sexp-lookup-properties and font-lock-extra-managed-props.
5520         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
5521         bit from # to |.
5522         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
5524         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
5525         (lisp-doc-string-elt-property): New var.
5526         (lisp-font-lock-syntactic-face-function): Use it.
5527         Rewrite to recognize docstrings even for forms not at toplevel.
5529         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
5530         annotation on the | part of #| rather than on the # part.
5531         (scheme-font-lock-syntactic-face-function): New function, to
5532         distinguish strings from |...| symbols.
5533         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
5534         syntax-table so that #|...|# is properly highlighted.
5536         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
5537         Don't mark as docstring the 3rd elem of an unknown toplevel form.
5539 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5541         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
5542         and C-e.
5544         * emacs-lisp/eldoc.el: Move comments into docstrings.
5545         (eldoc-message-commands): Initialize in its declaration.
5546         Add move-beginning-of-line and move-end-of-line.
5547         (eldoc-add-command, eldoc-add-command-completions)
5548         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
5550         * outline.el (outline-mark-subtree): Activate the mark.
5552         * calendar/appt.el (appt-time-regexp): New var.
5553         (appt-add, appt-make-list): Use it.
5554         (appt-convert-time): Clean up.
5556         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
5557         Don't set any syntax-table property here.
5558         (tex-font-lock-verb): New function.  Do it here.
5559         (tex-font-lock-syntactic-keywords): Use it.
5561 2005-10-04  Richard M. Stallman  <rms@gnu.org>
5563         * wid-edit.el (widget-file-complete): Get the widget start point
5564         the right way.  Default directory to `/' if file has none.
5566         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
5568         * textmodes/flyspell.el (flyspell-mode-on):
5569         Call ispell-maybe-find-aspell-dictionaries.
5571         * textmodes/ispell.el (ispell-word, ispell-region):
5572         Call ispell-maybe-find-aspell-dictionaries.
5573         (ispell-accept-buffer-local-defs):
5574         Don't call ispell-maybe-find-aspell-dictionaries
5576 2005-10-04  Richard M. Stallman  <rms@gnu.org>
5578         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
5580 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
5582         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
5583         instead of `fboundp' in order to allow for anonymous functions.
5585 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
5587         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
5588         case the user clicks on the link while another window is selected.
5589         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
5591         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
5592         functionality.
5593         (dframe-help-echo): Save point in case mouse tracking is off.
5595 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
5597         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
5599 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5601         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
5602         not change the global value of those vars.
5604         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
5605         make-local-variable which we do not need any more.
5607 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
5609         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
5610         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
5611         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
5612         (speedbar-path-line): Define obsolete aliases.
5613         (speedbar-line-directory): Doc fix.
5615         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
5616         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
5617         instead of speedbar-line-path.
5619 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5621         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
5622         to nil if dropping on a window.  Handle dropping on a minibuffer window
5623         like dropping on a non-window part of Emacs.
5625 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5627         * net/ange-ftp.el: Use with-current-buffer.
5628         (ange-ftp-insert-directory): Do not follow symlinks any more.
5630         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
5631         Remove interactive spec.
5633 2005-10-03  Kim F. Storm  <storm@cua.dk>
5635         * ido.el (ido-mode): Use custom-initialize-set.
5637 2005-10-02  Richard M. Stallman  <rms@gnu.org>
5639         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
5640         Use insert-buffer-substring.
5642         * net/tramp.el: Pacify byte compiler warnings in pacification code.
5643         (tramp-handle-file-local-copy): Use insert-buffer-substring.
5645 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5647         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
5648         in last change.
5649         (ange-ftp-insert-directory): Fix up the search for the case where
5650         `file' is absolute.
5652 2005-10-02  Romain Francoise  <romain@orebokech.com>
5654         * progmodes/compile.el (compile-goto-error): Delete extra paren.
5656 2005-10-02  Andreas Schwab  <schwab@suse.de>
5658         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
5659         directory component in the session info.
5661 2005-10-01  Richard M. Stallman  <rms@gnu.org>
5663         * comint.el (comint-redirect-subvert-readonly): Doc fix.
5665         * simple.el (next-error-internal): New function.
5667         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
5668         (compilation-start): Pass new arg to compilation-buffer-name.
5669         (compile-goto-error): Use next-error-internal.
5671 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
5673         * speedbar.el: Remove RCS tag.
5674         (speedbar-check-read-only): Handle non-existent files.
5676         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
5678         * info.el (Info-speedbar-hierarchy-buttons)
5679         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
5681 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5683         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
5684         Do not match newline.
5685         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
5686         (bibtex-summary): Remove unnecessary save-excursion.
5687         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
5689 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5691         * term/mac-win.el: Add charset info for "iso10646-1".
5692         Modify default fontset to use ATSUI-compatible fonts for some charsets
5693         if available.
5695 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
5697         * speedbar.el: Re-apply arch tag.
5698         (speedbar-version): Rename to version 1.0.  Suggested by Eric
5699         M. Ludlam.
5700         Reapply two changes from Emacs CVS' version of speedbar lost
5701         during the merge:
5702         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
5703         (speedbar-frame-parameters): Improve customize type.
5705 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5707         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
5708         (ange-ftp-file-directory-p): Fix the symlink case.
5709         (ange-ftp-insert-directory): When listing a single file, get a list of
5710         the parent buffer and extract the relevant line.  Inspired from a patch
5711         by Katsumi Yamaoka <yamaoka@jpl.org>.
5712         (ange-ftp-file-name-sans-versions): Simplify.
5714 2005-09-30  Bill Wohler  <wohler@newt.com>
5716         Move MH-E image files from toolbar and mail directories into
5717         etc/images.
5719         * mail/reply2.*: Move to etc/images/mail/reply*.
5721         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
5722         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
5723         etc/images.
5725         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
5726         * toolbar/reply*: Move to etc/images/mail.
5728         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
5730 2005-09-30  Eric M. Ludlam <zappo@gnu.org>
5732         * speedbar.el: New version 1.0pre3.
5734         Frame management code (including timer, and mouse click specifics)
5735         moved to dframe.el:
5736         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
5737         (speedbar-timer): Removed.  Use dframe-timer.
5738         (speedbar-close-frame): Removed.  Use dframe-close-frame.
5739         (speedbar-activity-change-focus-flag): Removed.  Use
5740         dframe-activity-change-focus-flag.
5741         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
5742         dframe-update-speed.
5744         (speedbar-current-frame): New macro.  Use this instead of the
5745         variable speedbar-frame.
5747         (speedbar-use-images, speedbar-expand-image-button-alist)
5748         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
5750         (speedbar-find-image-on-load-path): Removed.  Replaced by
5751         defezimage in ezimage.el.
5752         (speedbar-expand-image-button-alist): Removed.  Replaced by
5753         ezimage-expand-image-button-alist in ezimage.el.
5755         (speedbar-ignored-directory-regexp)
5756         (speedbar-add-ignored-directory-regexp)
5757         (speedbar-ignored-directory-expressions)
5758         (speedbar-line-directory, speedbar-buffers-line-directory)
5759         (speedbar-directory-line, speedbar-buffers-line-directory):
5760         Renamed, replacing `path' with `directory'.
5762         (speedbar-create-directory, speedbar-expand-line-descendants)
5763         (speedbar-toggle-line-expansion)
5764         (speedbar-contract-line-descendants): New commands.
5766         (speedbar-query-confirmation-method, speedbar-select-frame-method)
5767         (speedbar-use-tool-tips-flag): New options.
5769         (speedbar-check-read-only, speedbar-require-version)
5770         (speedbar-insert-separator, speedbar-buffers-tail-notes)
5771         (speedbar-handle-delete-frame, speedbar-try-completion)
5772         (speedbar-update-localized-contents): New functions.
5774         (speedbar-incompatible-version, speedbar-ro-to-do-point)
5775         (speedbar-object-read-only-indicator): New variables.
5777         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
5778         New hooks.
5780         (speedbar-separator-face): New face.
5782         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
5783         (speedbar-ignored-modes): Add fundamental-mode.
5784         (speedbar-directory-unshown-regexp): Add . directories.
5786         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
5787         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
5788         `]' for full expand/close.
5789         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
5791         (speedbar-check-vc): Support hidden files.
5792         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
5793         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
5794         state is nil, it is not checked out.
5796         (speedbar-line-text, speedbar-line-token): Support expand buttons
5797         with no text.
5798         (speedbar-refresh): Universal argument acts as power-click.
5799         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
5800         that buffer to get variable values.
5802         And many other bugfixes.
5804         * dframe.el, ezimage.el, sb-image.el: New files.
5806         * sb-*.xpm: Remove files.  New image files installed into
5807         etc/images/ezimage.
5809 2005-09-30  Kenichi Handa  <handa@m17n.org>
5811         * ps-mule.el (ps-mule-show-warning): If a character is in
5812         ps-print-translation-table, don't treat it as non-printable.
5814 2005-09-30  David Ponce  <david@dponce.com>
5816         * tree-widget.el (tree-widget-themes-load-path): New variable.
5817         (tree-widget-themes-directory): Doc fix.
5818         (tree-widget-image-formats) [Emacs]: Doc fix.
5819         (tree-widget--locate-sub-directory): New function.
5820         (tree-widget-themes-directory): Use it.
5822         * recentf.el (recentf-filename-handlers): Rename from
5823         `recentf-filename-handler'.  Allow a list of functions.
5824         (recentf-menu-items-for-commands): Fix :help strings.
5825         (recentf-apply-filename-handlers): New function.
5826         (recentf-expand-file-name): Use it.
5827         (recentf-cleanup): Remove duplicates too.
5829 2005-09-29  Juri Linkov  <juri@jurta.org>
5831         * faces.el: Rearrange face definitions to be in the same order as
5832         their face descriptions in "(emacs)Standard Faces".
5834         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
5836         * tooltip.el (tooltip): Add group `basic-faces'.
5838         * buff-menu.el (Buffer-menu-buffer): Remove group
5839         `font-lock-highlighting-faces'.
5841         * progmodes/compile.el (compilation-error, compilation-warning)
5842         (compilation-info, compilation-line-number, compilation-column-number):
5843         Change group from `font-lock-highlighting-faces' to `compilation'.
5845         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
5846         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
5847         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
5848         (vhdl-font-lock-reserved-words-face)
5849         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
5850         `font-lock-highlighting-faces'.
5852         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
5854 2005-09-28  Kim F. Storm  <storm@cua.dk>
5856         * emulation/cua-base.el: Set CUA move property on additional commands:
5857         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
5858         forward-sexp, backward-sexp, forward-list, backward-list.
5860 2005-09-28  Romain Francoise  <romain@orebokech.com>
5862         * comint.el (comint-show-output): Really set point at the
5863         beginning of the output when not using `comint-use-prompt-regexp'.
5865 2005-09-27  Jay Belanger  <belanger@truman.edu>
5867         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
5868         in TeX mode.
5870 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
5872         * textmodes/org.el (org-table-sum): Fix format string.
5874         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
5875         Quote face names.
5877 2005-09-26  Romain Francoise  <romain@orebokech.com>
5879         * isearch.el (isearch-forward-regexp): Close doc string.
5881 2005-09-25  Richard M. Stallman  <rms@gnu.org>
5883         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
5885         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
5887         * progmodes/compile.el (compilation-error-properties):
5888         When getting the file from the previous error message,
5889         correctly decode the new data format.
5891         * progmodes/cc-cmds.el (c-electric-paren):
5892         Call old-blink-paren only for close-paren.
5894 2005-09-24  Andreas Schwab  <schwab@suse.de>
5896         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
5897         condition.
5899 2005-09-25  Romain Francoise  <romain@orebokech.com>
5901         * dired-aux.el (dired-copy-file-recursive):
5902         * dired.el (dired-delete-file):
5903         * ediff-mult.el (ediff-dir-diff-copy-file):
5904         * ediff-util.el (ediff-test-save-region):
5905         * forms.el (forms-mode):
5906         * ido.el (ido-file-internal, ido-delete-file-at-head):
5907         * log-edit.el (log-edit-done):
5908         * ses.el (ses-yank-resize):
5909         * play/gomoku.el (gomoku-human-plays, gomoku)
5910         (gomoku-human-resigns, gomoku-prompt-for-other-game)
5911         (gomoku-offer-a-draw):
5912         * play/landmark.el (lm-human-resigns, lm):
5913         * net/eudcb-ldap.el (eudc-ldap-check-base):
5914         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
5915         * progmodes/ebrowse.el (ebrowse-find-pattern):
5916         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
5917         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
5918         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
5920         * vc.el (vc-delete-file):
5921         * play/gomoku.el (gomoku-terminate-game, gomoku)
5922         (gomoku-prompt-for-move, gomoku-human-takes-back):
5923         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
5924         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
5926 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
5928         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
5929         color rxvt terminals by using the code xterm.el used to use before
5930         2005-04-09 in order to match the colors used by rxvt.
5932 2005-09-24  Emanuele Giaquinta <emanuele.giaquinta@gmail.com>  (tiny change)
5934         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
5935         colors rxvt-unicode terminals by using the same code as xterm.el.
5937 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5939         * textmodes/tex-mode.el (tex-font-lock-append-prop)
5940         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
5941         new symbol used for the tex-verbatim face.
5943 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
5945         * woman.el (woman-file-name):
5946         * wid-edit.el (widget-file-prompt-value)
5947         (widget-coding-system-prompt-value):
5948         * w32-fns.el (set-w32-system-coding-system):
5949         * vc.el (vc-version-diff, vc-annotate):
5950         * textmodes/reftex-auc.el (reftex-arg-cite)
5951         (reftex-arg-index-tag):
5952         * textmodes/refer.el (refer-get-bib-files):
5953         * textmodes/artist.el (artist-figlet-choose-font):
5954         * terminal.el (terminal-emulator):
5955         * replace.el (occur-read-primary-args):
5956         * rect.el (string-rectangle, string-insert-rectangle):
5957         * ps-print.el (ps-print-preprint):
5958         * progmodes/pascal.el (pascal-goto-defun):
5959         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
5960         * progmodes/compile.el (compilation-find-file):
5961         * printing.el (pr-interactive-n-up):
5962         * play/animate.el (animate-birthday-present):
5963         * net/rcompile.el (remote-compile):
5964         * man.el (man, Man-goto-section, Man-follow-manual-reference):
5965         * mail/rmailsum.el (rmail-summary-search-backward)
5966         (rmail-summary-search):
5967         * mail/rmailout.el (rmail-output-read-rmail-file-name)
5968         (rmail-output-read-file-name):
5969         * mail/rmail.el (rmail-search, rmail-search-backwards):
5970         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
5971         * locate.el (locate):
5972         * international/quail.el (quail-show-keyboard-layout):
5973         * international/mule.el (set-buffer-file-coding-system)
5974         (revert-buffer-with-coding-system, set-file-name-coding-system)
5975         (set-terminal-coding-system, set-keyboard-coding-system)
5976         (set-next-selection-coding-system):
5977         * international/mule-diag.el (describe-coding-system)
5978         (describe-font, describe-fontset):
5979         * international/mule-cmds.el (universal-coding-system-argument)
5980         (search-unencodable-char, describe-input-method)
5981         (set-language-environment, describe-language-environment):
5982         * international/codepage.el (codepage-setup):
5983         * international/code-pages.el (codepage-setup):
5984         * info.el (Info-search, Info-follow-reference)
5985         (Info-search-backward):
5986         * emacs-lisp/advice.el (ad-read-advised-function)
5987         (ad-read-advice-class, ad-clear-cache, ad-activate)
5988         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
5989         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
5990         (ad-read-regexp):
5991         * ediff-util.el (ediff-toggle-regexp-match):
5992         * ediff-ptch.el (ediff-prompt-for-patch-file):
5993         * dired-aux.el (dired-diff):
5994         * diff.el (diff):
5995         * cus-edit.el (custom-variable-prompt):
5996         * calendar/timeclock.el (timeclock-ask-for-project):
5997         * calc/calcalg3.el (calc-get-fit-variables):
5998         * calc/calc-store.el (calc-edit-variable)
5999         (calc-permanent-variable):
6000         * vc-mcvs.el (vc-mcvs-register):
6001         * shadowfile.el (shadow-define-literal-group):
6002         * woman.el (woman-file-name):
6003         * vc.el (vc-version-diff, vc-merge):
6004         * textmodes/reftex-index.el (reftex-index-complete-tag):
6005         * format.el (format-decode-buffer, format-decode-region):
6006         * emulation/viper-cmd.el (viper-read-string-with-history):
6007         * emacs-lisp/debug.el (cancel-debug-on-entry):
6008         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6009         * ediff.el (ediff-merge-revisions)
6010         (ediff-merge-revisions-with-ancestor, ediff-revision):
6011         * completion.el (interactive-completion-string-reader):
6012         * calc/calc-prog.el (calc-user-define-formula):
6013         Follow convention for reading with the minibuffer.
6015 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
6017         * progmodes/python.el (python-describe-symbol): Add globals() and
6018         locals() to the arguments of emacs.ehelp.
6020 2005-09-24  Magnus Henoch  <mange@freemail.hu>
6022         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
6023         New function, code extracted from ispell-valid-dictionary-list.
6024         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
6025         Call it.
6027 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
6029         * subr.el (version-regexp-alist): Extend valid syntax for version
6030         strings: allow any of the characters -,_,+ to separate the
6031         alpha/beta/rc part from the version part.  Doc fix.
6032         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
6034 2005-09-23  David Reitter  <david.reitter@gmail.com>
6036         * mail/mailclient.el: New file.
6038 2005-09-23  Richard M. Stallman  <rms@gnu.org>
6040         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
6041         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
6042         Doc fixes.
6044         * progmodes/cc-mode.el (c-font-lock-init):
6045         Specify font-lock-lines-before.
6047 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6049         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
6050         whole conflict.
6052 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
6054         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
6055         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
6056         of `remap' feature when available.  Additional key bindings for
6057         better tty support.
6058         (org-mode-restart, org-force-self-insert): New commands.
6059         (org-time-stamp-inactive): New command.
6060         (org-remap): New function.
6061         (org-table-auto-blank-field, org-level-color-stars-only): New options.
6062         (org-enable-fixed-width-editor): Move to `org-structure'
6063         customization group.
6064         (org-self-insert-command, orgtbl-self-insert-command): Modify to
6065         blank field after field motion commands.
6067 2005-09-23  Kenichi Handa  <handa@m17n.org>
6069         * international/mule-cmds.el (set-language-environment):
6070         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
6071         have to call utf-translate-cjk-load-tables.
6073 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6075         * mouse.el (mouse-move-drag-overlay): Fix last change.
6077 2005-09-22  David Ponce  <david@dponce.com>
6079         * tree-widget.el (tree-widget-value-create): Fix previous change.
6081 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
6083         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
6085 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6087         * mouse.el (mouse-move-drag-overlay): New function.
6088         (mouse-drag-region-1): Use it.
6089         Try to simplify a bit the state handling.  Handle clicks on links
6090         inside intangible areas.
6091         (mouse-save-then-kill): Minor simplification.
6092         (mouse-secondary-overlay): Make it always non-nil instead of
6093         recreating it each time.
6094         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
6095         (mouse-kill-secondary, mouse-secondary-save-then-kill):
6096         Simplify accordingly.
6098 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
6100         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
6102 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
6104         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
6105         (ediff-file-name-sans-prefix): Treat nil as an empty string.
6106         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
6107         to patch.
6109         * ediff-util.el: Use insert-buffer-substring.
6111         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
6113         * emulation/viper-cmd.el (viper-change-state): Don't move over the
6114         field boundaries in the minibuffer.
6115         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
6116         (viper-minibuffer-post-command-hook): New hook.
6117         (viper-line): Don't move cursor at bolp.
6119         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
6121         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
6122         avoid compiler warnings.
6124         * emulation/viper-macs.el (ex-map): Better messages.
6126         * emulation/viper-utils.el (viper-beginning-of-field): New function.
6128         * emulation/viper.el: Replace make-variable-buffer-local with
6129         viper-make-variable-buffer-local everywhere, to avoid warnings.
6131 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6133         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
6134         Delete unused var `old-selected-window'.
6135         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
6136         (mouse-drag-secondary): Delete unused var `start-frame'.
6138 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
6140         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
6142 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6144         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
6145         Re-indent within 80 columns.  Use inhibit-read-only.
6147 2005-09-19  Romain Francoise  <romain@orebokech.com>
6149         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
6151 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6153         * font-lock.el (font-lock-default-fontify-region): Don't add a line
6154         unconditionally, since the after-change-function already did it.
6156 2005-09-19  Miles Bader  <miles@gnu.org>
6158         * net/newsticker.el: Get rid of CVS keyword.
6160 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
6162         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
6163         The prompt is formatted later.
6165 2005-09-19  David Ponce  <david@dponce.com>
6167         * tree-widget.el (tree-widget-value-create): Save the converted
6168         tree :node widget.
6170 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
6172         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
6173         variable `message'.
6175 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
6177         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
6178         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
6179         <slawomir.nowaczyk.847@student.lu.se>.
6181 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
6183         * image.el (image-load-path): Use symbol `data-directory' instead
6184         of its value, for backward compatibility with packages that bind
6185         it during `find-image'.  Suggested by Katsumi Yamaoka.
6186         (image-search-load-path): Handle symbols whose values are strings.
6188 2005-09-18  Romain Francoise  <romain@orebokech.com>
6190         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
6191         with-current-buffer form in save-excursion.
6193 2005-09-18  D Goel  <deego@gnufans.org>
6195         * apropos.el (apropos-command): Fix `message' call: first arg
6196         should be a format spec.  In this and all other cases that appear
6197         below and elsewhere in the source code, I made a change only when
6198         two conditions were satisfied: [1] I can think of a possibility
6199         that the arguments would cause an error, for example, the code in
6200         question relies on external variables such as filenames.  [2] I
6201         was sure that the arg to `message' could not have been nil in the code.
6203         * textmodes/tildify.el (tildify-region): Ditto.
6205         * textmodes/reftex-index.el (reftex-index-change-entry)
6206         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
6207         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
6208         * textmodes/org.el (org-complete, org-deadline, org-schedule)
6209         (org-priority, org-table-sum):
6210         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
6211         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
6212         (flyspell-word, flyspell-display-next-corrections):
6213         * textmodes/bibtex.el (bibtex-print-help-message):
6214         * textmodes/artist.el (artist-key-set-point-poly):
6215         * term/mac-win.el (mac-services-insert-text):
6216         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
6217         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
6218         (vhdl-port-paste-testbench, vhdl-compose-new-component)
6219         (vhdl-compose-configuration):
6220         * progmodes/sh-script.el (sh-blink, sh-show-indent)
6221         (sh-set-indent, sh-learn-line-indent):
6222         * progmodes/ps-mode.el (ps-mode-target-column):
6223         * progmodes/idlwave.el (idlwave-make-tags)
6224         (idlwave-scan-library-catalogs):
6225         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
6226         * progmodes/gud.el (gud-jdb-analyze-source):
6227         * progmodes/flymake.el (flymake-log):
6228         * progmodes/ebnf2ps.el (ebnf-generate-region):
6229         * progmodes/cmacexp.el (c-macro-expansion):
6230         * progmodes/ada-xref.el (ada-treat-cmd-string):
6231         * progmodes/ada-mode.el (ada-create-case-exception-substring)
6232         (ada-justified-indent-current, ada-batch-reformat):
6233         * play/zone.el (zone):
6234         * play/landmark.el (lm-move):
6235         * play/decipher.el (decipher-show-alphabet):
6236         * net/newsticker.el (newsticker--display-jump)
6237         (newsticker--display-scroll):
6238         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
6239         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
6240         * mail/feedmail.el (feedmail-dump-message-to-queue):
6241         * eshell/esh-proc.el (eshell-remove-process-entry):
6242         * emulation/ws-mode.el (ws-last-error):
6243         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
6244         (viper-record-kbd-macro):
6245         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
6246         * emacs-lisp/lisp-mnt.el (lm-report-bug):
6247         * emacs-lisp/find-func.el (find-function-noselect):
6248         * calendar/timeclock.el (timeclock-status-string)
6249         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
6250         (timeclock-when-to-leave-string):
6251         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
6252         * calc/calc-units.el (calc-enter-units-table):
6253         * calc/calc-mode.el (calc-mode-record-mode):
6254         * woman.el (woman-mini-help):
6255         * wdired.el (wdired-change-to-wdired-mode):
6256         * vc.el (vc-retrieve-snapshot):
6257         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
6258         * startup.el (display-startup-echo-area-message):
6259         * simple.el (set-goal-column):
6260         * ses.el (ses-command-hook, ses-recalculate-cell):
6261         * server.el (server-process-filter):
6262         * printing.el (pr-interface-txt-print, pr-interface-printify)
6263         (pr-interface-ps):
6264         * pcvs.el (cvs-help):
6265         * log-edit.el (log-edit, log-edit-mode-help):
6266         * iswitchb.el (iswitchb-possible-new-buffer):
6267         * isearch.el (isearch-edit-string):
6268         * image-mode.el (image-mode, image-minor-mode):
6269         * ibuf-macs.el (define-ibuffer-filter):
6270         * hi-lock.el (hi-lock-find-patterns):
6271         * files.el (toggle-read-only):
6272         * ediff-util.el (ediff-copy-diff)
6273         (ediff-write-merge-buffer-and-maybe-kill):
6274         * echistory.el (Electric-history-undefined):
6275         * dnd.el (dnd-insert-text):
6276         * dired-aux.el (dired-query):
6277         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
6278         * bookmark.el (bookmark-bmenu-locate):
6279         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
6280         Fix `message' calls to ensure first arg is a format string.
6281         The change was made only when these two conditions were satisfied:
6282         [1] when there is a possibility that the arguments would cause an error
6283         for example, if the code in question relies on external variables
6284         such as filenames, and
6285         [2] if the arg to `message' could not have been nil in the code.
6287         * pcomplete.el (pcomplete--help): Fix `message' format spec.
6288         Not having a %s would be weird, though not technically wrong.
6290 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6292         * term/mac-win.el (mac-add-charset-info): Doc fix.
6294 2005-09-17  Romain Francoise  <romain@orebokech.com>
6296         * shell.el (shell-resync-dirs): Handle echoing processes more
6297         reliably.  Don't insert resync command if `comint-process-echoes'
6298         is non-nil.
6300 2005-09-17  Magnus Henoch  <mange@freemail.hu>
6302         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
6303         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
6304         aspell versions >= 0.60.
6305         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
6306         only if ispell-aspell-supports-utf8 is non-nil.
6308 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6310         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
6311         buffer-local value to lisp-indent-function.
6313 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
6315         * progmodes/glasses.el (glasses-make-readable): If
6316         glasses-separator differs from underscore, put appropriate
6317         overlays over underscore characters.
6318         (glasses-convert-to-unreadable): If glasses-separator differs from
6319         underscore, try to convert glasses-separator characters to
6320         underscores.
6322 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6324         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
6325         Use with-syntax-table and dolist.
6327 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
6329         * textmodes/reftex-auc.el:
6330         * textmodes/reftex-cite.el:
6331         * textmodes/reftex-dcr.el:
6332         * textmodes/reftex-global.el:
6333         * textmodes/reftex-parse.el:
6334         * textmodes/reftex-ref.el:
6335         * textmodes/reftex-sel.el:
6336         * textmodes/reftex-toc.el:
6337         * textmodes/reftex-vars.el:
6338         * textmodes/reftex.el: Small changes to remove compiler warnings.
6340         * textmodes/reftex-index.el: Likewise.
6341         (reftex-query-index-phrase): More efficient use of markers.
6343 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
6345         * image.el (image-load-path): New variable.
6346         (image-search-load-path): New function.
6347         (find-image): Search for images in `image-load-path'.
6349 2005-09-15  Richard M. Stallman  <rms@gnu.org>
6351         * follow.el: Change Maintainer field.
6353 2005-09-15  David Ponce  <david@dponce.com>
6355         * recentf.el (recentf-save-file-modes): New option.
6356         (recentf-save-list): Use it.
6358 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
6360         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
6361         (mode-line-mule-info, mode-line-modified): Move bindings from
6362         mouse-3 to mouse-1.
6364 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
6366         * simple.el (sendmail-user-agent-compose): Revert last change.
6368 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6370         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
6371         Use with-current-buffer.
6372         (ange-ftp-gwp-start): Remove unused var `gw-user'.
6373         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
6374         (ange-ftp-insert-directory): Remove unused var `short'.
6375         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
6377         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
6378         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
6380         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
6381         (check-calendar-holidays, diary-list-entries): Autoload.
6382         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
6383         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
6385         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
6386         which mistakenly removed a call to display-buffer.
6388 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
6390         * obsolete/iso-insert.el: Move to obsolete/ from international/.
6392 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
6394         * progmodes/hideshow.el
6395         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
6396         (hs-allow-nesting): New user var.
6397         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
6398         (hs-hide-block-at-point): When nesting allowed,
6399         if there is already an overlay in place, delete it.
6400         (hs-safety-is-job-n): Delete func; remove call sites.
6401         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
6402         (hs-overlay-at): New func.
6403         (hs-already-hidden-p, hs-show-block): Use it.
6404         (hs-hide-all): Don't pre-clean if nesting allowed.
6405         (hs-show-all): Temporarily disallow
6406         nesting around call to `hs-discard-overlays'.
6408 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
6410         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
6411         Delete unused local var.
6413 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
6415         * help-fns.el (describe-categories): "?\ " -> "?\s".
6416         (help-do-arg-highlight): Recognize also ARG-n, as in
6417         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
6419         * international/codepage.el (dos-unsupported-char-glyph):
6420         * net/newsticker.el (tool-bar-map, w3-mode-map)
6421         (w3m-minor-mode-map):
6422         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
6423         (ent-alist):
6424         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
6426 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
6428         * custom.el (custom-push-theme): Handle the case where a symbol is
6429         bound but face properties have not yet been assigned.
6431         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
6432         Fix behavior if noerase is `t' and there is no mail buffer.
6434         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
6435         if `continue' is nil, rather than signal an error.
6437 2005-09-12  Richard M. Stallman  <rms@gnu.org>
6439         * font-lock.el (font-lock-keywords): Add autoload.
6441         * help-fns.el (describe-variable): Rearrange to put source link
6442         in a predictable place.
6444         * net/newsticker.el: New file.
6446 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6448         * calendar/calendar.el (calendar-for-loop): Add edebug info.
6449         (calendar-basic-setup): Use the new nil arg.
6450         (number-of-diary-entries): Move to diary-lib.el.
6452         * calendar/diary-lib.el: Use with-current-buffer, match-string.
6453         (diary-list-entries): Use with-syntax-table and dolist.
6454         Rename from list-diary-entries.
6455         Use number-of-diary-entries if `number' is nil.
6456         (diary, diary-view-entries): Use this new name and new nil arg value.
6457         (number-of-diary-entries): Move from calendar.el.
6458         (diary-unhide-everything): New function.
6459         (include-other-diary-files, fancy-diary-display)
6460         (diary-show-all-entries, make-diary-entry): Use it.
6461         (diary-mail-entries): Use buffer-string.
6462         (mark-diary-entries): Fix long standing paren typo.
6463         (diary-sexp-entry): Use count-lines.
6464         (make-diary-entry): Avoid `previous-line'.
6465         (diary-mode-map): New var.
6466         (diary-mode): Redraw cal after saving.  Setup header-line.
6467         (fancy-diary-display-mode): Use local-set-key.
6469         * startup.el (command-line): Try calling various terminal-init-foo-bar
6470         functions by stripping hyphenated suffixes from $TERM.
6472         * files.el (normal-mode): Check boundness of font-lock-keywords.
6474 2005-09-12  Richard M. Stallman  <rms@gnu.org>
6476         * progmodes/compile.el: Don't decide a file's directory
6477         until the user actually tries to go there.
6478         (compilation-next-error-function):
6479         Pass compilation-find-file the directory from the file-struct.
6480         (compilation-internal-error-properties): Separate local FILE-STRUCT
6481         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
6482         (compilation-find-file): Arg DIR renamed to DIRECTORY.
6483         Expand it, and if nil, use default-directory.
6484         (compilation-get-file-structure): Don't mix specified directory
6485         with default directory.  Put specified directory into
6486         file-struct.  Don't make the file name absolute.
6488         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
6489         (compile-command): Add autoload.
6490         (compilation-disable-input): Add autoload.
6492 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
6494         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
6495         strings of the variables it can override.
6496         (time-stamp): New (as yet undocumented) time-stamp-format escapes
6497         %Q and %q, for fully-qualified domain name and unqualified host name.
6499 2005-09-11  Kim F. Storm  <storm@cua.dk>
6501         * emacs-lisp/authors.el (authors-aliases): Update list.
6502         (authors-fixed-entries): Update mldrag.el entry.
6504 2005-09-10  Alan Mackenzie  <acm@muc.de>
6506         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
6507         from the region narrowed to.
6509 2005-09-10  Magnus Henoch  <mange@freemail.hu>
6511         * textmodes/ispell.el (ispell-check-version): Signal an error if
6512         aspell version is less than 0.60.
6514 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
6516         * progmodes/octave-inf.el (inferior-octave-startup):
6517         Resync current dir at the end.
6519 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
6521         * woman.el (woman-topic-at-point-default):
6522         Rename to woman-use-topic-at-point-default.
6523         (woman-topic-at-point): Rename to woman-use-topic-at-point.
6524         (woman-file-name): Reflect renames above.  Automatically use the
6525         word at point as topic if woman-use-topic-at-point is non-nil.
6526         Otherwise offer it as default but don't insert it in the
6527         minibuffer.  Also use `test-completion' instead of `assoc' as
6528         suggested by Stefan Monnier.
6530 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
6532         * vc.el (vc-directory, vc-update-change-log): Throw an error on
6533         the attempt to do it over Tramp.  This is not yet supported.
6535 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
6537         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
6538         (menu-bar-non-minibuffer-window-p): New functions.
6539         ("Split Window", "Save As..."): Use them.
6540         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
6541         ("Print Buffer", "Truncate Long Lines in this Buffer"):
6542         Use menu-bar-menu-frame-live-and-visible-p.
6543         ("Save Buffer", "Insert File", "Open Directory...")
6544         ("Open File...", "Visit New File..."):
6545         Use menu-bar-non-minibuffer-window-p.
6546         (kill-this-buffer-enabled-p, dired <menu-enable>):
6547         Use menu-bar-non-minibuffer-window-p.
6549 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
6551         * cus-start.el (all): Don't complain about fringe-related
6552         built-ins if fringes are not supported.  Ditto about
6553         selection-related built-ins.  Fix the test for GTK-related built-ins.
6555         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
6556         ("Postscript Print Buffer", "Print Region", "Save As...")
6557         ("Save", "Insert File...", "Open Directory...")
6558         ("Open File...", "Visit New File..."")
6559         ("Truncate Long Lines in this Buffer"): Don't look at
6560         menu-updating-frame if this display does not support multiple frames.
6562 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
6564         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
6566 2005-09-09  Emilio Lopes  <eclig@gmx.net>
6568         * woman.el: Format- and whitespace-related changes.
6570 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
6572         * woman.el: Fix my email address.
6574 2005-09-08  Richard M. Stallman  <rms@gnu.org>
6576         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
6577         (sh-mode): Locally set skeleton-pair-default-alist.
6579         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
6581         * progmodes/flymake.el: Require `compile' unconditionally.
6583         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
6585         * woman.el (woman-file-name): Provide a default, not initial input.
6587         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
6589         * font-lock.el (font-lock-support-mode): Doc fix.
6591         * descr-text.el (describe-property-list): Handle non-symbol prop names.
6593 2005-09-08  Richard M. Stallman  <rms@gnu.org>
6595         * simple.el (blink-matching-open): Get rid of text props from
6596         the string shown in echo area.  Don't permanently set point.
6597         Some rearrangements.
6599 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
6601         * recentf.el (recentf-filename-handler): Add custom choice
6602         `abbreviate-file-name'.
6604         * msb.el (msb--very-many-menus): Fix typo.
6606         * disp-table.el (standard-display-european): Don't set
6607         enable-multibyte-characters to nil.
6609 2005-09-08  David Ponce  <david@dponce.com>
6611         * recentf.el (recentf-show-file-shortcuts-flag): New option.
6612         (recentf-expand-file-name): Doc fix.
6613         (recentf-dialog-mode-map): Define digit shortcuts.
6614         (recentf--files-with-key): New variable.
6615         (recentf-show-digit-shortcut-filter): New function.
6616         (recentf-open-files-items): New function.
6617         (recentf-open-files): Use it.
6618         (recentf-open-file-with-key): New command.
6620 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
6622         * buff-menu.el (Buffer-menu-sort-by-column): New function.
6623         Suggested by Kim F. Storm.
6624         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
6625         (Buffer-menu-make-sort-button): Use global keymap.
6627 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
6629         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
6630         (Man-getpage-in-background-advice): Remove defadvice; it isn't
6631         necessary any longer with the remapped command.
6632         (Man-bgproc-sentinel-advice): Remove defadvice which counts
6633         formatting time only.
6635         * net/tramp.el (tramp-action-password)
6636         (tramp-multi-action-password): Compile the password prompt from
6637         `method', `user' and `host'.  Sometimes it isn't obvious which
6638         password to enter, for example with remote files offered by
6639         recentf.el, or with multiple steps.  Suggested by Robert Marshall
6640         <robert@chezmarshall.freeserve.co.uk>.
6642 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6644         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6645         Fix regexp for when "s///" is at the beginning of line.
6647 2005-09-07  Jay Belanger  <belanger@truman.edu>
6649         * calc/calc-poly.el (math-expand-term): Multiply out any powers
6650         when in matrix mode.
6652 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6654         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
6655         non-anonymous functions.
6657 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
6659         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
6660         when using a header line.  Otherwise, use mouse-1-click-follows-link.
6662         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
6663         can't be moved; don't signal an error.
6665 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
6667         * cus-theme.el (custom-theme-write-faces): Save the current face
6668         spec, not the defface spec.
6670         * custom.el (custom-known-themes): Clarify meaning of "standard".
6671         (custom-push-theme): Save old values in the standard theme.
6672         (disable-theme): Correct typo.
6673         (custom-face-theme-value) Deleted unused function.
6674         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
6676 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6678         * progmodes/compile.el (compilation-goto-locus): Take into account
6679         iconified frames when determining whether the buffer is
6680         already visible.
6681         Don't reset window height if the window already existed.
6683 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
6685         * custom.el (load-theme): Rename from require-theme.
6686         Add interactive spec.
6687         (enable-theme): Rename from custom-enable-theme.
6688         Add interactive spec.
6689         (disable-theme): Rename from custom-disable-theme.
6690         Add interactive spec.
6691         (custom-make-theme-feature): Doc fix.
6692         (custom-theme-directory): Doc fix.
6693         (provide-theme): Call enable-theme.
6695 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6697         * obsolete/lazy-lock.el (lazy-lock-mode):
6698         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
6699         font-lock-mode if it's off.  Print a warning instead.
6701         * progmodes/compile.el (compilation-start): Ignore errors if the
6702         process died before we get to send-eof.
6704         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
6705         Undo last change.  Enclosing the result in quotes broke things on Unix
6706         since tex-send-command passes it through shell-quote-argument.
6707         (tex-send-command): Pass `file' through convert-standard-filename
6708         when possible.
6709         (tex-uptodate-p): Handle the case where TeX hasn't put additional
6710         info in a transcript.
6712 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
6714         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
6715         fix compilation warning. Reorder the key definitions to group
6716         together keys emitted by the current version of xterm.
6718         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
6719         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
6720         Reorder predicates to correct min-color usage.
6722 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
6724         * longlines.el (longlines-mode): Inhibit read-only when encoding.
6725         Kill local variables when longlines-mode is turned off.
6727 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6729         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
6731         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
6733         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
6735         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
6736         (font-lock-lines-before): Change default to being inactive.
6737         (font-lock-default-fontify-region): Obey font-lock-lines-before.
6738         (font-lock-after-change-function): Don't handle f-l-lines-before here.
6740 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
6742         * net/tramp.el (tramp-handle-make-auto-save-file-name):
6743         Deactivate temporarily advice if active (not needed for Emacs 22,
6744         but for backwards compatibility).
6745         (tramp-exists-file-name-handler): Rewrite.  First implementation
6746         was too simple.
6747         (tramp-advice-make-auto-save-file-name):
6748         Call `tramp-handle-make-auto-save-file-name' (again, just for
6749         backwards compatibility).
6751 2005-08-31  Reto Zimmermann  <reto@gnu.org>
6753         * progmodes/vhdl-mode.el
6754         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
6755         (vhdl-end-p): Fix indentation bug "else" after "-- when".
6756         (vhdl-set-default-project): New function (easier setting of default).
6757         (vhdl-port-copy): Handle extended identifiers for generics.
6758         (vhdl-compiler-alist): Better description for error message regexp.
6759         (vhdl-make): Query for target, use previous as default.
6760         (vhdl-port-copy): Fix port copy for port names starting with "signal".
6761         (vhdl-font-lock-keywords-2): Fix fontification for record
6762         el. assign.
6763         (vhdl-speedbar-make-subpack-line): Add package body link.
6764         (vhdl-generate-makefile-1): Not include itself as dependency.
6765         (vhdl-font-lock-init): Highlight c-preprocessor directives.
6766         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
6767         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
6768         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
6769         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
6770         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
6771         (vhdl-import-project): Add string argument for `error'.
6772         (vhdl-compose-configuration)
6773         (vhdl-compose-configuration-architecture): Add configuration
6774         declaration generation.
6775         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
6776         (vhdl-trailer-re): Add "record" keyword (better indentation).
6777         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
6778         "[^ \t-\"]+".
6779         (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
6780         (vhdl-testbench-entity-file-name)
6781         (vhdl-testbench-architecture-file-name): Allow separate
6782         customization of testbench file names.
6783         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
6784         (vhdl-get-visible-signals): Allow newline within alias declaration.
6785         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
6786         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
6787         (member-ignore-case): Alias for missing function in XEmacs.
6788         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
6789         (vhdl-update-sensitivity-list): Ignore case on read signals.
6790         (vhdl-replace-string): Adjust case only for file names.
6791         (vhdl-update-sensitivity-list): Fix search for read signals.
6792         (vhdl-update-sensitivity-list): Exclude formal parameters.
6793         (vhdl-get-visible-signals): Include aliases of signals.
6794         (vhdl-get-visible-signals): Fix signal name searching.
6795         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
6796         (vhdl-fixup-whitespace-region): Fix for character
6797         literals (e.g. ':').
6799 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
6801         * ansi-color.el (comint-last-output-start):
6802         * bs.el (font-lock-verbose):
6803         * diff-mode.el (add-log-buffer-file-name-function):
6804         * dired-x.el (vm-folder-directory):
6805         * faces.el (help-xref-stack-item):
6806         * files.el (font-lock-keywords):
6807         * find-lisp.el (dired-buffers, dired-subdir-alist):
6808         * ido.el (cua-inhibit-cua-keys):
6809         * log-view.el (cvs-minor-wrap-function):
6810         * outline.el (font-lock-warning-face):
6811         * simple.el (compilation-current-error):
6812         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
6813         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
6814         * tooltip.el (comint-prompt-regexp):
6815         * w32-fns.el (explicit-shell-file-name):
6816         * term/mac-win.el (mac-charset-info-alist)
6817         (mac-services-selection, mac-system-script-code):
6818         * term/tty-colors.el (msdos-color-values):
6819         * term/w32-win.el (xlfd-regexp-registry-subnum):
6820         * term/x-win.el (x-keysym-table, x-selection-timeout)
6821         (x-session-id, x-session-previous-id):
6822         * textmodes/ispell.el (mail-yank-prefix):
6823         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
6824         * textmodes/org.el (calc-embedded-close-formula)
6825         (calc-embedded-open-formula)
6826         (font-lock-unfontify-region-function):
6827         * textmodes/reftex-global.el (isearch-next-buffer-function)
6828         (TeX-master):
6829         * textmodes/reftex.el (font-lock-keywords):
6830         * textmodes/tex-mode.el (font-lock-comment-face)
6831         (font-lock-doc-face):
6832         * textmodes/texinfo.el (outline-heading-alist):
6833         Add defvars.
6835         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
6836         (artist-spray-chars, artist-mode-init, artist-replace-string)
6837         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
6838         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
6839         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
6841         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
6842         (conf-align-assignments): "?\ " -> "?\s".
6844         * textmodes/reftex-index.el (TeX-master): Add defvar.
6845         (reftex-index-phrases-marker): Move up defvar.
6847         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
6848         (reftex-toc-include-labels-indicator)
6849         (reftex-toc-include-index-indicator)
6850         (reftex-toc-max-level-indicator): Move up declarations.
6852         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
6853         of args to `tramp-run-real-handler', even if it's empty in this case.
6855 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6857         * dired.el (dired-move-to-filename-regexp): Add date format for
6858         Mac OS X 10.3 in East Asian locales.
6860 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
6862         * files.el (make-auto-save-file-name): Add file name handler call
6863         if applicable.
6865         * net/tramp.el (tramp-file-name-handler-alist)
6866         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
6867         (tramp-handle-make-auto-save-file-name): Rename from
6868         `tramp-make-auto-save-file-name'.
6869         (tramp-exists-file-name-handler): New defun.
6870         (tramp-advice-make-auto-save-file-name): Make defadvice only when
6871         `make-auto-save-file-name' is not a magic file name operation.
6873 2005-08-30  Richard M. Stallman  <rms@gnu.org>
6875         * files.el (risky-local-variable-p):
6876         Match `-predicates' and `-commands.
6878         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
6879         (custom-save-all): Visit the file if necessary;
6880         kill the buffer if we created it.
6881         (custom-save-delete): Don't visit file or kill buffer here.
6883 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
6885         * textmodes/org.el (org-special-keyword): New face.
6886         (org-table-copy-down, org-table-eval-formula)
6887         (org-table-recalculate, org-init-section-numbers):
6888         Use `string-to-number' instead of `string-to-int'.
6889         (org-get-location): Use `insert-buffer-substring' instead of
6890         `insert-buffer'.
6891         (org-modify-diary-entry-string): New function.
6892         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
6893         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
6894         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
6895         active region.
6896         (org-export-as-html): Handle QUOTE keyword.
6897         (org-quote-string): New option.
6898         (org-bookmark-jump-unhide): New function, used for
6899         `bookmark-after-jump-hook'.
6900         (org-diary-default-entry): Apply only when not called through
6901         `org-agenda'.
6903 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
6905         * net/eudc.el (mode-popup-menu):
6906         * play/handwrite.el (ps-printer-name, ps-lpr-command):
6907         * progmodes/ada-mode.el (compile-auto-highlight)
6908         (skeleton-further-elements):
6909         * progmodes/autoconf.el (font-lock-syntactic-keywords):
6910         * progmodes/cmacexp.el (msdos-shells):
6911         * progmodes/compile.el (font-lock-extra-managed-props)
6912         (font-lock-keywords, font-lock-maximum-size)
6913         (font-lock-support-mode):
6914         * progmodes/grep.el (font-lock-lines-before):
6915         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
6916         * progmodes/mixal-mode.el (compile-command):
6917         * progmodes/perl-mode.el (font-lock-comment-face)
6918         (font-lock-doc-face, font-lock-string-face):
6919         * progmodes/prolog.el (comint-prompt-regexp):
6920         * progmodes/sh-script.el (font-lock-comment-face)
6921         (font-lock-set-defaults, font-lock-string-face):
6922         * progmodes/sql.el (font-lock-keyword-face)
6923         (font-lock-set-defaults, font-lock-string-face):
6924         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
6925         (itimer-version, lazy-lock-defer-contextually)
6926         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
6927         Add defvars.
6929         * progmodes/cperl-mode.el (cperl-electric-lbrace)
6930         (cperl-electric-keyword, cperl-electric-pod)
6931         (cperl-electric-backspace, cperl-forward-re)
6932         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
6933         (vc-rcs-header, vc-sccs-header): Add defvars.
6935         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
6936         (font-lock-syntactic-keywords, gud-find-expr-function):
6937         Add defvars.
6939         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
6940         (gdb-frame-parameters): Declare before use.
6942         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
6943         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
6944         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
6945         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
6947         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
6948         (idlwave-help-with-source): Use `insert-buffer-substring', not
6949         `insert-buffer'.
6951 2005-08-29  Juri Linkov  <juri@jurta.org>
6953         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
6954         Put outline-back-to-heading function call inside save-excursion.
6956 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
6958         * man.el (Man-init-defvars, Man-translate-references)
6959         (Man-support-local-filenames, Man-highlight-references):
6960         * progmodes/sql.el (sql-interactive-mode):
6961         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
6963         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
6964         (compilation-mode-font-lock-keywords): Add defvars.
6965         (checkdoc-interactive-loop): "?\ " -> "?\s".
6967         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
6968         (font-lock-doc-face, font-lock-string-face)
6969         (font-lock-keywords-case-fold-search): Add defvars.
6970         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
6972         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
6973         Don't pass X and Y (they are ignored anyway).
6974         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
6975         (mouse-delete-window): Make arguments optional.
6977         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
6978         (caesar-translate-table, minor-modes, news-buffer-save)
6979         (news-group-name, news-minor-modes): Add defvars.
6981         * emacs-lisp/lselect.el (mouse-highlight-priority)
6982         (x-lost-selection-functions, zmacs-regions):
6983         * emacs-lisp/pp.el (font-lock-verbose):
6984         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
6985         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
6986         (ses-mode-map):
6987         * emacs-lisp/tcover-unsafep.el (safe-functions):
6988         * international/mule-cmds.el (mac-system-coding-system)
6989         (mac-system-locale):
6990         * language/ethio-util.el (rmail-current-message)
6991         (rmail-message-vector):
6992         * language/thai-util.el (thai-auto-composition-mode):
6993         * mail/metamail.el (rmail-current-message, rmail-message-vector):
6994         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
6995         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
6996         (vm-primary-inbox, vm-spool-files):
6997         * mail/rmail.el (deleted-head, font-lock-fontified)
6998         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
6999         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
7000         (total-messages):
7001         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
7002         (rmail-summary-mode-map):
7003         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
7004         (rmail-last-label, rmail-last-multi-labels)
7005         (rmail-summary-vector, rmail-total-messages):
7006         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
7007         * mail/rmailsum.el (msgnum):
7008         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
7009         (rmail-current-message):
7010         * obsolete/fast-lock.el (font-lock-face-list):
7011         * obsolete/rnewspost.el (mail-reply-buffer):
7012         * obsolete/scribe.el (compile-command):
7013         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
7015 2005-08-28  John Paul Wallington  <jpw@gnu.org>
7017         * ibuf-ext.el (ibuffer-auto-update-changed):
7018         Use `frame-or-buffer-changed-p' to check whether we need to update.
7019         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
7020         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
7021         as a `frame-or-buffer-changed-p' state vector instead.
7023 2005-08-27  Romain Francoise  <romain@orebokech.com>
7025         * textmodes/makeinfo.el (makeinfo-compile):
7026         Use `compilation-start'.  Set `next-error-function' according to
7027         `disable-errors'.
7028         (makeinfo-next-error): New function.
7029         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
7030         (makeinfo-buffer): Likewise.
7032         * progmodes/compile.el (compilation-start): Add autoload cookie.
7034         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
7035         * textmodes/sgml-mode.el: Likewise.
7036         * progmodes/python.el: Likewise.
7038 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
7040         * simple.el (blink-matching-paren-distance): Document the meaning
7041         of nil value, and allow to customize to nil.
7043         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
7044         command.com, not command.exe.
7046 2005-08-26  John Wiegley  <johnw@newartisans.com>
7048         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
7049         code around a bit so that an extraneous nil argument is not added
7050         to a command when no args are given.
7052         * eshell/esh-arg.el (eshell-parse-double-quote): If a
7053         double-quoted argument resolves to nil, return it as an empty
7054         string rather than as nil.  This made it impossible to pass "" to
7055         a shell script as a null string argument.
7057 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7059         * outline.el (outline-invent-heading): New fun.
7060         (outline-promote, outline-demote): Use it.
7061         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
7062         (outline-end-of-subtree): Remove unused var `opoint'.
7064 2005-08-26  David Reitter  <david.reitter@gmail.com>
7066         * menu-bar.el (truncate-lines, write-file, print-buffer)
7067         (ps-print-buffer-faces, ps-print-buffer, split-window):
7068         Disable menu items when the frame they refer to is invisible, or when
7069         they refer to a buffer and the minibuffer is selected.
7071 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
7073         * progmodes/flymake.el (flymake-highlight-err-lines):
7074         Use save-excursion around flymake-highlight-line to preserve point.
7076 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
7078         * progmodes/octave-mod.el: Change Author and Maintainer address.
7079         (octave-maintainer-address): Change Kurt's email address.
7080         * progmodes/octave-inf.el: Change Author and Maintainer address.
7081         * progmodes/octave-hlp.el: Change Author and Maintainer address.
7083 2005-08-26  Kim F. Storm  <storm@cua.dk>
7085         * subr.el (version-list-<, version-list-<=, version-list-=):
7086         Renamed from integer-list-*.
7087         (version-list-not-zero): Likewise.  Fix while loop.
7088         (version=): Use version-list-= instead of string-equal.
7090 2005-08-26  Richard M. Stallman  <rms@gnu.org>
7092         * outline.el (outline-promote): Try shortening the heading.
7093         As last resort, read the heading to use.
7094         (outline-demote): As last resort, read the heading to use.
7096 2005-08-26  Romain Francoise  <romain@orebokech.com>
7098         * progmodes/compile.el (compilation-start): Doc fix.
7100         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
7101         (antlr-font-lock-additional-keywords): Fix reference to
7102         `antlr-font-lock-literal-regexp' erroneously changed during the
7103         mass face rename.
7104         (antlr-run-tool): Use `compilation-start'.
7106         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
7107         instead of the obsolete `compile-internal'.
7109 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
7111         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
7112         (number, original-date):
7113         * calendar/cal-china.el (date):
7114         * calendar/cal-coptic.el (date):
7115         * calendar/cal-french.el (date):
7116         * calendar/cal-hebrew.el (date, entry, number, original-date):
7117         * calendar/cal-islam.el (date, number, original-date):
7118         * calendar/cal-iso.el (date):
7119         * calendar/cal-julian.el (date):
7120         * calendar/cal-mayan.el (date):
7121         * calendar/cal-menu.el (date, event):
7122         * calendar/cal-persia.el (date):
7123         * calendar/lunar.el (date):
7124         * calendar/solar.el (date): Add defvars.
7126         * emerge.el:
7127         * ibuffer.el:
7128         * info-xref.el:
7129         * obsolete/bg-mouse.el:
7130         * obsolete/sun-curs.el:
7131         * obsolete/swedish.el: Move the `defvar's to the top level.
7133         * smerge-mode.el (smerge-refined-change): Add :group.
7135 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7137         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
7138         (smerge-keep-n): Remove props.
7139         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
7140         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
7141         now that it's done in smerge-keep-n.
7142         (smerge-refined-change): New face.
7143         (smerge-refine-chopup-region, smerge-refine-highlight-change)
7144         (smerge-refine): New funs.
7145         (smerge-basic-map): Bind smerge-refine.
7147 2005-08-25  Juri Linkov  <juri@jurta.org>
7149         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
7150         compilation-process-setup-function and compilation-disable-input
7151         in grep-mode instead of let-bindings in grep.
7153         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
7154         Delete "Automatic File De/compression" (auto-compression-mode).
7156 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
7158         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
7159         Silence warning about non-existent variable.
7161 2005-08-25  Richard M. Stallman  <rms@gnu.org>
7163         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
7164         Rename "Describe Key" to "Describe Key or Mouse Operation".
7166         * mail/mailalias.el (build-mail-aliases): Delete comments
7167         from the contents before processing them.
7169         * isearch.el (isearch-edit-string): Erase the Search prompt
7170         if user enters an empty string and there is no default.
7172         * comint.el (comint-file-name-prefix): Add autoload.
7174 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
7176         * subr.el (play-sound): Rearrange to avoid warning.
7178 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
7180         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
7181         New hook.
7182         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
7184 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7186         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
7188         * custom.el (custom-theme-set-variables): Sort minor modes last.
7190 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7192         * subr.el (version-separator, version-regexp-alist): New vars used by
7193         version comparison funs.
7194         (integer-list-<, integer-list-=, integer-list-<=)
7195         (integer-list-not-zero): New funs for integer list comparison.
7196         (version-to-list, version=, version<, version<=): New funs for version
7197         comparison.
7199 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
7201         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
7202         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
7203         time to silence the byte-compiler.
7205         * ibuffer.el (ibuffer-compile-make-eliding-form)
7206         (ibuffer-check-formats): Use `with-no-warnings' to hide references
7207         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
7208         so it's silly to get warnings for it).
7209         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
7210         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
7211         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
7212         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
7213         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
7214         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
7215         Defvar at compile time.
7216         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
7217         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
7218         Declare them before use.
7220         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
7221         (info-xref-good, info-xref-bad): Defvar at compile time.
7223         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
7224         Use `let*' instead of `let'.
7226         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
7227         (*mouse-y*, menu, char): Defvar at compile time.
7228         (sc::menu): Declare it before use.
7229         (sc::pack-one-line): Use `let', not `let*'.
7231         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
7232         (mail-send-hook): Defvar at compile time.
7234         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
7235         Defvar at compile time.
7237         * term/sun-mouse.el (current-global-mousemap)
7238         (current-local-mousemap): Declare them before use.
7240 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
7242         * bookmark.el (bookmark-after-jump-hook): New hook.
7243         (bookmark-jump): Run `bookmark-after-jump-hook'.
7245 2005-08-23  Juri Linkov  <juri@jurta.org>
7247         * faces.el (minibuffer-prompt): Doc fix.
7249 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
7251         * progmodes/xscheme.el: Trivial changes to silence warnings.
7252         (xscheme-previous-mode, xscheme-previous-process-state):
7253         Add defvars.
7254         (xscheme-last-input-end, xscheme-process-command-line)
7255         (xscheme-process-name, xscheme-buffer-name)
7256         (xscheme-expressions-ring-max, xscheme-expressions-ring)
7257         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
7258         (xscheme-control-g-synchronization-p)
7259         (xscheme-control-g-disabled-p, xscheme-string-receiver)
7260         (default-xscheme-runlight, xscheme-runlight)
7261         (xscheme-runlight-string, xscheme-process-filter-state)
7262         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
7263         Move to beginning of file.
7264         (scheme-interaction-mode-commands-alist)
7265         (scheme-interaction-mode-map, scheme-debugger-mode-map):
7266         Declare them before use.  Note: the initialization code for the variables
7267         has not been moved because it uses functions that reference the variables.
7268         (xscheme-control-g-message-string, xscheme-process-filter-alist)
7269         (xscheme-prompt-for-expression-map): Declare them before use.
7270         (scheme-debugger-mode-commands): "?\ " -> "?\s".
7272 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
7274         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
7276 2005-08-22  Juri Linkov  <juri@jurta.org>
7278         * faces.el (set-face-underline): Delete this duplicate function
7279         and make an obsolete alias to set-face-underline-p.
7280         (set-face-underline-p): Use docstring of set-face-underline.
7281         (describe-face): Create hyperlink to parent face.
7283         * info.el (Info-insert-dir): Use save-excursion around
7284         insert-buffer-substring.
7285         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
7286         (Info-escape-percent): Delete function.
7287         (Info-fontify-node): Replace Info-escape-percent by
7288         replace-regexp-in-string with REP arg set to lambda that
7289         duplicates `%' and preserves text properties.
7291         * progmodes/compile.el (compilation-disable-input): Doc fix.
7292         (define-compilation-mode): Doc fix and refill.
7293         (kill-compilation): Use `mode-name' in the error message.
7294         (compilation-find-file): Use `compilation-error' in the
7295         read-file-name's prompt.
7297 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7299         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
7300         (smerge-auto-leave): Make undo re-enable the mode.
7301         (debug-ignored-errors): Add the user-error of impossible resolution.
7302         (smerge-resolve): Move things around a bit, in preparation for later.
7303         (smerge-diff): Don't fail if the buffer has no associated file.
7304         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
7305         (smerge-conflict-overlay): New function.
7306         (smerge-match-conflict): Don't add text properties here.
7307         (smerge-find-conflict): Instead, add an overlay here.
7308         Also check for the case where we're inside a conflict already, so as to
7309         obviate the need for font-lock-multiline, which is unbearably slow with
7310         large conflicts and ciomplex font-lock patterns.
7311         (smerge-remove-props): Remove overlay rather than text-properties.
7312         (smerge-mode): Don't set font-lock-multiline.
7313         Remove overlays when turned off.
7315 2005-08-21  Kim F. Storm  <storm@cua.dk>
7317         * ido.el (ido-ignore-item-p): Use save-match-data.
7318         Bind case-fold-search to ido-case-fold locally.
7320 2005-08-20  Richard M. Stallman  <rms@gnu.org>
7322         * files.el (normal-mode): If font lock is on, turn it off and on.
7324         * subr.el (replace-regexp-in-string): Doc fix.
7326         * startup.el (command-line-1): Don't suppress startup screen
7327         due to existing processes.
7329         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
7331         * progmodes/compile.el (compilation-disable-input): Default to nil.
7333 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
7335         * progmodes/compile.el (compilation-disable-input): New defcustom.
7336         (compilation-start): If compilation-disable-input is non-nil, send
7337         EOF to the compilation process.
7339 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
7341         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
7342         Run the argument of tex-shell-cd-command through
7343         convert-standard-filename, to get the correct style of slashes on
7344         Windows, and enclose the result in quotes, in case the file name
7345         includes whitespace or other special characters.
7347 2005-08-19  Andreas Schwab  <schwab@suse.de>
7349         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
7350         process.
7352 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
7354         * cus-start.el (minibuffer-prompt-properties): Correct typo.
7356 2005-08-18  Kim F. Storm  <storm@cua.dk>
7358         * scroll-lock.el: Fix errors due to incorrect line wrapping.
7360 2005-08-18  Richard M. Stallman  <rms@gnu.org>
7362         * scroll-lock.el: New file.
7364 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
7366         * dired.el (dired-move-to-end-of-filename):
7367         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
7369 2005-08-18  Kim F. Storm  <storm@cua.dk>
7371         * ido.el (ido-everywhere): Fix defcustom :set function to disable
7372         rather than toggle mode when custom value is nil.
7373         (ido-everywhere): Fix defun doc string.
7375 2005-08-17  Richard M. Stallman  <rms@gnu.org>
7377         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
7378         as tag instead of "Inviolable".
7380 2005-08-17  Kim F. Storm  <storm@cua.dk>
7382         * windmove.el (windmove-coordinates-of-position): Remove.
7383         (windmove-coordinates-of-window-position): Remove.
7384         (windmove-reference-loc): Use posn-at-point instead.
7386         * subr.el (insert-for-yank-1): Doc fix.
7388         * ido.el (ido-enter-matching-directory): Rename from
7389         ido-enter-single-matching-directory.  Change 'slash choice to
7390         'only.  Add 'first choice.
7391         (ido-exhibit): Adapt to above changes.
7393 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
7395         * Makefile.in: Expand comment about building loaddefs.el.
7397 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
7399         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
7400         Comment use of defadvice.
7402         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
7404 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
7406         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
7407         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
7408         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
7409         * progmodes/idlw-shell.el, progmodes/ld-script.el,
7410         * progmodes/which-func.el, ruler-mode.el, strokes.el,
7411         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
7412         for backward compatibility for faces that did not appear in the
7413         previous Emacs release.
7415         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
7417 2005-08-15  Kim F. Storm  <storm@cua.dk>
7419         * emulation/cua-base.el (cua-delete-region): Return t if
7420         deleted region was non-empty.
7421         (cua-replace-region): Inhibit overwrite-mode for
7422         self-insert-command if replaced region was non-empty.
7423         (cua--explicit-region-start, cua--status-string): Make them
7424         buffer-local at top-level...
7425         (cua-mode): ...rather than when mode is enabled.
7427 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
7429         * progmodes/vhdl-mode.el (vhdl-emacs-21):
7430         Set t for Emacs 21, 22, and so on.
7432 2005-08-15  David Ponce  <david@dponce.com>
7434         * tree-widget.el: Update Commentary header.
7435         (tree-widget-theme): Doc fix.
7436         (tree-widget-space-width): New option.
7437         (tree-widget-image-properties): Look up in the default theme too.
7438         (tree-widget--cursors): Only for images with arrow pointer shape.
7439         (tree-widget-lookup-image): Pointer shape is hand by default.
7440         (tree-widget-icon): Rename generic icon widget from
7441         `tree-widget-control'.
7442         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
7443         derive from `tree-widget-icon'.
7444         (tree-widget-handle): Improve default look and feel of the text
7445         representation.
7446         (tree-widget): Rename :*-control properties to :*-icon properties.
7447         Add :action and :help-echo properties.
7448         (tree-widget-after-toggle-functions): Move.
7449         (tree-widget-close-node, tree-widget-open-node): Remove.
7450         (tree-widget-before-create-icon-functions): New hook.
7451         (tree-widget-value-create): Update to allow customization of icons
7452         and nodes at run-time via that new hook.
7453         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
7454         (tree-widget-icon-action, tree-widget-icon-help-echo)
7455         (tree-widget-action, tree-widget-help-echo): New functions.
7457 2005-08-15  Kim F. Storm  <storm@cua.dk>
7459         * ido.el (ido-buffer-internal): Use with-no-warnings.
7460         (ido-make-merged-file-list): Use while-no-input.
7462 2005-08-15  Richard M. Stallman  <rms@gnu.org>
7464         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
7465         (flyspell-large-region): Fix doc and custom type.
7467 2005-08-14  Richard M. Stallman  <rms@gnu.org>
7469         * files.el (interpreter-mode-alist): Doc fix.
7471         * mail/rmail.el (rmail-nonignored-headers): New variable.
7472         (rmail-clear-headers): Use it.
7473         (rmail-reply): Better handling of mail-followup-to header.
7475         * progmodes/sh-script.el (sh-font-lock-keywords-var):
7476         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
7477         don't try to refer to executable-font-lock-keywords.
7478         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
7479         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
7480         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
7481         (sh-mode): Set comment-start-skip, local-abbrev-table,
7482         imenu-case-fold-search.
7483         (sh-set-shell): Don't set them here.
7484         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
7485         Don't cache the results in the original alist; don't ever modify
7486         that alist.
7488         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
7490         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
7491         empty.
7493 2005-08-15  Andreas Schwab  <schwab@suse.de>
7495         * desktop.el: Put autoload cookie at risky-local-variable declarations.
7497         * dired.el, info.el, mail/rmail.el: Revert last change.
7499 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
7501         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
7502         modification in `eval-after-load' form.
7503         * info.el: Likewise.
7504         * mail/rmail.el: Likewise.
7506 2005-08-14  Juri Linkov  <juri@jurta.org>
7508         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7509         Remove highlighting of "Compilation started".  Highlight only
7510         the word "finished" in "Compilation finished".  Add highlighting
7511         of "interrupt", "killed", "terminated" and the exit code.
7512         (compilation-start): Add newline after header.  Use exactly the
7513         same time stamp format as the finishing message.
7514         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
7516         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
7517         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
7518         Add highlighting of "interrupt", "killed", "terminated".
7520         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
7521         enabled and the current command is self-insert-command, call it
7522         explicitly with overwrite-mode bound to nil, to not allow it
7523         to delete the character after the selected region.
7525 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
7527         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
7528         move-end-of-line, end-of-line, and beginning-of-line to the list
7529         of commands after which the echo area is updated.
7531 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
7533         * cus-edit.el (custom-save-all, custom-save-delete):
7534         Bind recentf-exclude to exclude custom-file.
7536 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
7538         * mail/rmailsum.el (rmail-summary-end-of-message): New command
7539         to go to the bottom of the mail message.  Added to
7540         `rmail-summary-mode-map' with key "/".
7541         (rmail-summary-show-message): New (internal) function for use by
7542         both `rmail-summary-beginning/end-of-message'.
7543         (rmail-summary-beginning-of-message): Change to use
7544         rmail-summary-show-message.
7546         * mail/rmail.el (rmail-end-of-message): New command to go to the
7547         end of the current message.  Added to `rmail-mode-map' with key "/".
7548         (rmail-beginning-of-message): Fix to work as documented.
7549         (rmail-mode): Change documentation.
7551         * progmodes/compile.el (compilation-start): Add the line
7552         "Compilation started" with compilation start time.
7553         (compilation-mode-font-lock-keywords): Add `started' to keywords.
7555 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
7557         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
7558         of menu items.
7560 2005-08-11  Richard M. Stallman  <rms@gnu.org>
7562         * simple.el (pop-global-mark): Reverse test of widen-automatically.
7564         * battery.el (battery-status-function): Don't use ignore-errors.
7566 2005-08-11  Lute Kamstra  <lute@gnu.org>
7568         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
7569         define-obsolete-variable-alias.
7571 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7573         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
7574         (ange-ftp-send-cmd): Revert last change, and expand
7575         the comment explaining the problem.
7577 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
7579         * ldefs-boot.el: Update.
7581         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
7582         item to "Time, Load and Mail".  Change help echo text.
7584         * time.el (display-time-use-mail-icon, display-time-format)
7585         (display-time-string-forms): Shorten first line of docstrings.
7587 2005-08-10  Lars Hansen  <larsh@soem.dk>
7589         * desktop.el (desktop-buffer-mode-handlers):
7590         Make non-customizable. Add autoload cookie.  Change initial value to
7591         nil; add elements in respective modules instead.  Fix doc string.
7592         (desktop-load-file): New function.
7593         (desktop-minor-mode-handlers): New autoloaded variable.
7594         (desktop-create-buffer): Call minor mode handlers.
7595         Use desktop-load-file to load major and minor mode modules prior to
7596         checking for a handler.
7597         (desktop-save): Don't add nil to desktop-minor-modes for minor
7598         modes with nil function in desktop-minor-mode-table.  Don't delete
7599         desktop file before rewriting it.
7600         (desktop-locals-to-save): Add autoload cookie.  Don't make
7601         automatically buffer-local.  Add variables column-number-mode,
7602         size-indication-mode, indent-tabs-mode,
7603         indicate-buffer-boundaries, indicate-empty-lines and
7604         show-trailing-whitespace.
7605         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
7606         regexps. Don't use desktop-clear-preserve-buffers-regexp.
7607         (desktop-clear-preserve-buffers-regexp): Delete.
7608         (desktop-clear-preserve-buffers): Update initial value and docstring.
7609         (desktop-save-buffer): Fix doc string.
7611         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
7612         (hilit-chg-desktop-restore): New function.
7613         (highlight-changes-mode): Add highlight-changes-mode to
7614         desktop-locals-to-save.
7616         * dired.el: Add handler to desktop-buffer-mode-handlers.
7617         (dired-restore-desktop-buffer): Remove autoload cookie.
7618         (dired-mode): Add autoload cookie.
7620         * info.el: Add handler to desktop-buffer-mode-handlers.
7621         (Info-restore-desktop-buffer): Remove autoload cookie.
7622         (Info-mode): Add autoload cookie.
7624         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
7625         (mh-restore-desktop-buffer): Remove autoload cookie.
7626         (mh-folder-mode): Add autoload cookie.
7628         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
7629         (rmail-restore-desktop-buffer): Remove autoload cookie.
7631 2005-08-11  Masatake YAMATO  <jet@gyve.org>
7633         * hexl.el (hexl-address-region):
7634         (hexl-ascii-region, hexl-font-lock-keywords):
7635         (hexl-highlight-line-range): Use the term "region"
7636         instead of "area" for consistency with the other symbols
7637         defined in hexl.el.
7639 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
7641         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
7642         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
7643         out by Juri Linkov).  Add `display-battery-mode'.
7645 2005-08-09  Juri Linkov  <juri@jurta.org>
7647         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7648         Remove `-text' from face variable names.
7649         (compilation-error-file-name, compilation-warning-file-name)
7650         (compilation-info-file-name): Delete faces.
7651         (compilation-line-number, compilation-column-number):
7652         Remove face underlining.
7653         (compilation-message-face): Set to `underline' value by default.
7654         (compilation-error-face, compilation-warning-face)
7655         (compilation-info-face): Remove `-file-name' from face names.
7656         (compilation-error-text-face, compilation-warning-text-face)
7657         (compilation-info-text-face): Delete face variables.
7658         (compilation-text-face): Delete function.
7660         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
7661         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
7662         (grep-error-face): Set to `compilation-error' instead of
7663         `compilation-error-face' (which is redefined to `grep-hit-face' in
7664         grep buffers).
7665         (grep-mode-font-lock-keywords): Remove `-text' from face variable
7666         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
7668         * dired-aux.el (dired-do-query-replace-regexp):
7669         Use `query-replace-read-args'.
7671         * replace.el (query-replace-read-from, query-replace-read-to)
7672         (query-replace-read-args): Rename arg `string' to `prompt'.
7674         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
7676 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
7678         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
7679         uploading files.
7680         (ange-ftp-canonize-filename): Handle file names beginning with ~
7681         correctly.
7683 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
7685         * textmodes/fill.el (canonically-space-region)
7686         (fill-context-prefix, fill-french-nobreak-p)
7687         (fill-delete-newlines, fill-comment-paragraph)
7688         (justify-current-line): "?\ " -> "?\s".
7690 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
7692         * textmodes/fill.el (fill-nonuniform-paragraphs):
7693         Improve argument/docstring consistency.
7695 2005-08-09  Richard M. Stallman  <rms@gnu.org>
7697         * textmodes/ispell.el (ispell-word): More fboundp checks.
7699         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
7700         (find-file-noselect-1): Call it here, only if RAWFILE.
7701         (normal-mode): Always set some major mode.
7702         (save-some-buffers-action-alist): Change some explanation strings.
7703         (file-name-non-special): In the `quote' method, use unwind-protect.
7705 2005-08-09  Magnus Henoch  <mange@freemail.hu>
7707         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
7708         (ispell-have-aspell-dictionaries): New variable.
7709         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
7710         (ispell-get-aspell-config-value): New function.
7711         (ispell-aspell-find-dictionary): New function.
7712         (ispell-aspell-add-aliases): New function.
7713         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
7714         appropriate.  Don't look for ispell dictionaries if we use aspell.
7715         (ispell-menu-map): Don't build a submenu of dictionaries.
7717 2005-08-09  Richard M. Stallman  <rms@gnu.org>
7719         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
7720         (sql-read-passwd): Use read-passwd.
7722         * progmodes/idlw-toolbar.el (idlwave-toolbar)
7723         (idlwave-toolbar-is-possible): Add defvars.
7725         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
7726         Avoid warnings.
7728         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
7729         (idlwave-system-class-info, idlwave-executive-commands-alist):
7730         Use defvar.
7732         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
7734         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
7735         Avoid warnings.
7737         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
7738         and content-type: headers.
7740         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
7742         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
7743         and rename some of them to be more self-explanatory.
7745         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
7747         * startup.el (command-line-1): Implement -scriptload.
7749         * replace.el (occur-engine): Initial *Occur* output not undoable.
7751         * menu-bar.el (menu-bar-file-menu): Rename some menu items
7752         and improve help strings.
7754         * isearch.el (isearch-repeat): When changing direction,
7755         mark search successful.
7757         * ediff-init.el: Use (featurep 'xemacs).
7759         * comint.el (send-invisible): Identify buffer, if not selected.
7761         * align.el: Delete autoload for c-guess-basic-syntax.
7763 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
7765         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
7766         Improve argument/docstring consistency.  Doc fixes.
7767         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
7768         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
7769         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
7770         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
7771         (r2bv-organization, r2bv-pages, r2bv-primary-author)
7772         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
7773         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
7774         Defvar at compile time.
7776 2005-08-09  Juri Linkov  <juri@jurta.org>
7778         * info.el: Replace `info' with upper-case `Info' where appropriate.
7779         (info-title-1, info-title-2, info-title-3, info-title-4)
7780         (info-menu-header): Move up face definitions.
7781         (info-menu-star): Rename from `info-menu-5'.
7782         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
7783         (Info-fontify-visited-nodes): Fix docstring.
7784         (Info-hide-note-references): Fix docstring.
7785         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
7786         menu items in the same way as on cross-references.
7787         (info-apropos): Fix sorting order and formatting to be like in the
7788         stand-alone Info browser.  Display error messages for 1 sec.
7789         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
7790         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
7791         from the menu bar.
7792         (Info-insert-dir): Restore point after calling
7793         `insert-buffer-substring'.
7795 2005-08-08  Richard M. Stallman  <rms@gnu.org>
7797         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
7798         (recompute-lucid-menubar): Add defvars.
7800         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
7802         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
7804         * net/net-utils.el (run-dig): Rename from `dig'.
7806         * play/gametree.el (gametree-mode): Use make-local-variable,
7807         not make-variable-buffer-local.
7809         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
7811         * ansi-color.el (ansi-color-make-extent)
7812         (ansi-color-set-extent-face): Use fboundp, not functionp.
7814         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
7815         not make-variable-buffer-local.
7817         * bookmark.el (Info-current-file): Add defvar.
7818         (bookmark-jump-noselect): Use with-no-warnings.
7820         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
7822         * ebuff-menu.el (Helper-return-blurb): Add defvar.
7824         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
7826         * find-file.el (ada-procedure-start-regexp)
7827         (ada-package-start-regexp): Add defvars.
7829         * info.el (Info-insert-dir): Use insert-buffer-substring.
7831         * xml.el (xml-att-def-re): Add defvar.
7833         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
7834         calling convention.
7836         * subr.el (while-no-input): Return t if there is input.
7838 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
7840         * cus-start.el (all): Add `overflow-newline-into-fringe'.
7842 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
7844         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
7845         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
7847 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
7849         * cmuscheme.el (scheme-start-file): Replace reference to
7850         `user-emacs-directory' by "~/.emacs.d/".
7852 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
7854         * info.el (Info-dir-remove-duplicates): Avoid case folding
7855         in loop; instead, keep downcased strings for comparison.
7856         Suggested by Helmut Eller.
7858 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
7860         Sync with Tramp 2.0.50.
7862         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
7863         XEmacs case; not necessary anymore.
7864         (tramp-user-regexp): Allow "@" as part of user name.
7865         (tramp-handle-set-visited-file-modtime)
7866         (tramp-handle-insert-file-contents)
7867         (tramp-handle-write-region): No special handling for
7868         `last-coding-system-used, because this is done in
7869         `tramp-accept-process-output' now.
7870         (tramp-accept-process-output): New defun.
7871         (tramp-process-one-action, tramp-process-one-multi-action)
7872         (tramp-wait-for-regexp, tramp-wait-for-output)
7873         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
7874         Howells <dhowells@redhat.com>.
7875         (clear-visited-file-modtime): Defadvice removed.  The check for
7876         unset buffer's modtime does not need to be based on
7877         `tramp-buffer-file-attributes'.  Suggested by RMS.
7878         (tramp-message): Insert "\n" if not being at beginning of line.
7879         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
7880         sequence with same logic.
7881         (tramp-completion-handle-expand-file-name): Discard call of
7882         `tramp-drop-volume-letter'.  It is not necessary, and there have
7883         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
7884         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
7885         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
7886         should always be visible.
7887         (tramp-handle-insert-directory, tramp-setup-complete)
7888         (tramp-set-process-query-on-exit-flag)
7889         (tramp-append-tramp-buffers): Pacify byte-compiler.
7890         (tramp-bug): Delete non-existing variables from list.
7891         Apply `tramp-load-report-modules' as pre-hook.
7892         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
7893         `shell-prompt-pattern' because of non-7bit characters.
7894         Reported by Sebastian Luque <sluque@mun.ca>.
7895         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
7896         (tramp-match-string-list): Remove function.
7897         (tramp-wait-for-regexp): Remove call of that function.
7898         Suggested by Kim F. Storm <storm@cua.dk>.
7899         (tramp-set-auto-save-file-modes): Use octal integer code #o600
7900         instead of octal character code ?\600.  The latter resulted in a
7901         syntax error with XEmacs.
7903         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
7904         XEmacs case; not necessary anymore.
7905         (tramp-smb-handle-write-region): No special handling for
7906         `last-coding-system-used, because this is done in
7907         `tramp-accept-process-output' now.
7908         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
7910 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
7912         * wid-edit.el (widget-choice-value-create):
7913         Unconditionally respect user choice.  Set :explicit-choice back to nil
7914         when no longer needed.
7915         (widget-choice-action): Unconditionally respect user choice.
7916         Eliminate :explicit-choice-value.
7918         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
7920         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
7921         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
7922         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
7923         running new function `toggle-indicate-empty-lines'.
7924         Rename "Customize" item to "Customize fringe".
7925         Rename "Indicators" item to "Buffer boundaries" and change help echo.
7926         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
7927         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
7928         Delete "Empty lines only" item.
7929         (menu-bar-showhide-fringe-ind-customize): New function.
7930         (menu-bar-showhide-fringe-ind-mixed)
7931         (menu-bar-showhide-fringe-ind-box)
7932         (menu-bar-showhide-fringe-ind-right)
7933         (menu-bar-showhide-fringe-ind-left)
7934         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
7935         instead of `fringe-indicators'.
7937 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
7939         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
7940         Change the date of last update.
7942 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
7944         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
7945         (viper-exec-yank, viper-put-back): Don't display modification msg
7946         if in the minibuffer.
7948         * viper-init.el (viper-replace-overlay-cursor-color)
7949         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
7950         Make variables frame local.
7952         * viper-util.el (viper-append-filter-alist): Use append instead of
7953         nconc.
7955         * viper.el (viper-vi-state-mode-list)
7956         (viper-emacs-state-mode-list): Move help-mode and
7957         completion-list-mode from the first list to the second.
7958         (viper-mode): Docstring.
7959         (viper-go-away, viper-non-hook-settings): Don't localize
7960         minor-mode-alist in newer Emacsen.  Add advice to
7961         set-cursor-color.  Don't bind "\C-c\\".
7963 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
7965         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
7966         (scheme-macro-expand-command): New user options.
7967         (scheme-trace-procedure, scheme-expand-current-form): New commands.
7968         (scheme-form-at-point, scheme-start-file)
7969         (scheme-interactively-start-process): New functions.
7970         (scheme-get-process): New function, extracted from `scheme-proc'.
7971         (run-scheme): Call `scheme-start-file' to get start file, and pass
7972         it to `make-comint'.
7973         (switch-to-scheme, scheme-proc):
7974         Call `scheme-interactively-start-process' if no Scheme buffer/process
7975         is available.
7977 2005-08-06  Juri Linkov  <juri@jurta.org>
7979         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7980         Use `compilation-text-face', `compilation-info-text-face' and
7981         `compilation-error-text-face' instead of `font-lock-keyword-face'.
7982         (compilation-error): New face.
7983         (compilation-error-file-name): Inherit from
7984         `compilation-error' instead of `font-lock-warning-face'.
7985         (compilation-warning-file-name): Inherit from
7986         `compilation-warning' instead of `font-lock-warning-face'.
7987         (compilation-info, compilation-error-file-name)
7988         (compilation-warning-file-name, compilation-info-file-name)
7989         (compilation-line-number, compilation-column-number): Doc fix.
7990         (compilation-error-text-face, compilation-warning-text-face)
7991         (compilation-info-text-face): New face variables.
7992         (compilation-line-face, compilation-column-face)
7993         (compilation-enter-directory-face)
7994         (compilation-leave-directory-face): Doc fix.
7995         (compilation-text-face): New function.
7997         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
7998         instead of 1 to display binary file names as info file links.
7999         (grep-error-face): Use `compilation-error-face' instead of
8000         `font-lock-keyword-face'.
8001         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
8002         and `compilation-warning-text-face' instead of
8003         `font-lock-keyword-face'.  Use `compilation-error-text-face'
8004         instead of `grep-error-face'.
8006 2005-08-05  Kenichi Handa  <handa@m17n.org>
8008         * international/code-pages.el: Add autoload cookies for all coding
8009         systems.
8011 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
8013         * cus-start.el (all): Put undo.c where it alphabetically belongs.
8015 2005-08-04  Juri Linkov  <juri@jurta.org>
8017         * progmodes/compile.el (compilation-mode-map):
8018         * progmodes/grep.el (grep-mode-map):
8019         Bind TAB to `compilation-next-error' and [backtab] to
8020         `compilation-previous-error'.
8022         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
8023         matching line numbers, column numbers and their ranges with regexp
8024         matching only line numbers.
8025         (grep-context-face): New face variable.
8026         (grep-mode-font-lock-keywords): Use it.
8028         * faces.el (read-face-name): Delete duplicate faces.
8030 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
8032         * thumbs.el (thumbs-find-image): Don't make variables
8033         automatically buffer local.
8034         (thumbs-current-tmp-filename, thumbs-current-image-filename)
8035         (thumbs-image-num): Make automatically buffer local.
8036         (thumbs-show-thumbs-list): Use `make-local-variable', not
8037         `make-variable-buffer-local'.
8038         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
8040         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
8041         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
8042         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
8043         (bother, bye, canyou, chatlst, continue, deathlst, describe)
8044         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
8045         (feelings-about, foullst, found, hello, history, howareyoulst)
8046         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
8047         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
8048         (neglst, obj, object, owner, please, problems, qlist)
8049         (random-adjective, relation, remlst, repetitive-shortness)
8050         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
8051         (shortlst, something, sportslst, stallmanlst, states, subj)
8052         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
8053         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
8054         Defvar at compile time.
8056         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
8057         not `make-variable-buffer-local'.
8059 2005-08-02  Kim F. Storm  <storm@cua.dk>
8061         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
8062         rectangle overlay in selected window.
8064 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
8066         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
8067         instead of display group.  Make `indicate-buffer-boundaries'
8068         customizable through Custom.
8070 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
8072         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
8073         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
8074         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
8075         (gdb-put-string): Fix typos in docstrings.
8077 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
8079         Update copyright notices of files in progmodes directory for
8080         release of Emacs 22.1.
8082         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
8084         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
8085         Don't barf if the GUD buffer has been killed.
8087 2005-08-01  Kim F. Storm  <storm@cua.dk>
8089         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
8091 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8093         * simple.el (next-error-follow-minor-mode):
8094         make-variable-buffer-local -> make-local-variable.
8096         * emacs-lisp/cl-extra.el: Require CL also when compiling.
8098         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
8099         (byte-compile-form-make-variable-buffer-local): New functions to warn
8100         about misuses of make-variable-buffer-local where make-local-variable
8101         was meant.
8103 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
8105         * bs.el (bs-attributes-list): Doc fix.
8106         (bs): Update url-link.
8108         * desktop.el (desktop-save-buffer): Fix typos in docstring.
8109         (desktop-load-default): Simplify.
8111         * ibuffer.el (ibuffer-columnize-and-insert-list)
8112         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
8113         (ibuffer-unmark-all, ibuffer-toggle-marks)
8114         (ibuffer-unmark-forward, ibuffer-unmark-backward)
8115         (ibuffer-compile-make-format-form, ibuffer-format-column)
8116         (ibuffer-current-buffers-with-marks)
8117         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
8118         (ibuffer): Doc fix.
8119         (ibuffer-mode): Fix typo in docstring.
8120         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
8121         with `define-obsolete-variable-alias'.
8122         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
8124 2005-07-29  Kenichi Handa  <handa@m17n.org>
8126         * international/mule-cmds.el (select-message-coding-system):
8127         Be sure to use LF for end-of-line.  If no coding system is decided,
8128         return iso-8859-1-unix.
8130 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8132         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
8133         (ange-ftp-pending-error-line): New vars.
8134         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
8135         to handle the non-fatal no-route-to-host messages.
8136         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
8138 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
8140         * isearch.el (isearch-mode-map, isearch-other-meta-char)
8141         (isearch-quote-char, isearch-printing-char)
8142         (isearch-text-char-description): "?\ " -> "?\s".
8143         (isearch-lazy-highlight-cleanup)
8144         (isearch-lazy-highlight-initial-delay)
8145         (isearch-lazy-highlight-interval)
8146         (isearch-lazy-highlight-max-at-a-time)
8147         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
8148         Declare with define-obsolete-*-alias macros.
8149         (isearch-forward): Fix typo in docstring.
8150         (search-invisible, search-ring-yank-pointer)
8151         (regexp-search-ring-yank-pointer): Doc fixes.
8153         * recentf.el (recentf-menu-append-commands-p): Declare with
8154         `define-obsolete-variable-alias'.
8155         (recentf-max-saved-items, recentf-menu-filter)
8156         (recentf-arrange-by-rule-subfilter): Doc fixes.
8157         (recentf-menu-append-commands-flag)
8158         (recentf-initialize-file-name-history, recentf-expand-file-name)
8159         (recentf-clear-data): Fix typos in docstrings.
8161 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
8163         * progmodes/gdb-ui.el: Smarten comments.
8164         (gdb-info-breakpoints-custom): Use nowarn when finding file.
8166 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
8168         * term/apollo.el (terminal-init-apollo): New function containing
8169         all former top level forms in the file.
8170         * term/bobcat.el (terminal-init-bobcat):
8171         * term/cygwin.el (terminal-init-cygwin):
8172         * term/iris-ansi.el (terminal-init-iris-ansi):
8173         * term/linux.el (terminal-init-linux):
8174         * term/news.el (terminal-init-news):
8175         * term/rxvt.el (terminal-init-rxvt):
8176         * term/sun.el (terminal-init-sun):
8177         * term/tvi970.el (terminal-init-tvi970):
8178         * term/vt100.el (terminal-init-vt100):
8179         * term/vt102.el (terminal-init-vt102):
8180         * term/vt125.el (terminal-init-vt125):
8181         * term/vt200.el (terminal-init-vt200):
8182         * term/vt201.el (terminal-init-vt201):
8183         * term/vt220.el (terminal-init-vt220):
8184         * term/vt240.el (terminal-init-vt240):
8185         * term/vt300.el (terminal-init-vt300):
8186         * term/vt320.el (terminal-init-vt320):
8187         * term/vt400.el (terminal-init-vt400):
8188         * term/vt420.el (terminal-init-vt420):
8189         * term/wyse50.el (terminal-init-wyse50):
8190         * term/xterm.el (terminal-init-xterm): Likewise.
8192         * term/README: Describe the terminal-init-* functionality.
8194         * startup.el (command-line): After loading the terminal initialization
8195         file call the corresponding terminal initialization function.
8197 2005-07-27  Kenichi Handa  <handa@m17n.org>
8199         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
8200         negative.
8202         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
8203         (ps-mule-composition-prologue): Fix for the case that
8204         RelativeCompose is false.
8206 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8208         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
8210         * descr-text.el (describe-char): Handle the case where the list of
8211         chars is displayed in a separate frame.
8212         Be a bit more discriminating when looking for the char.
8214 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
8216         * bookmark.el (bookmark-automatically-show-annotations)
8217         (bookmark-read-annotation-text-func): Doc fixes.
8218         (bookmark-save): Improve argument/docstring consistency.
8219         (bookmark-get-bookmark, bookmark-get-bookmark-record)
8220         (bookmark-alist-from-buffer)
8221         (bookmark-upgrade-file-format-from-0)
8222         (bookmark-grok-file-format-version)
8223         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
8224         (bookmark-read-annotation-mode)
8225         (bookmark-insert-current-bookmark, bookmark-jump)
8226         (bookmark-exit-hook): Fix typos in docstrings.
8227         (bookmark-exit-hooks): Define as obsolete alias.
8228         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
8229         not `bookmark-exit-hooks'.  Fix docstring.
8230         (bookmark-bmenu-select): "?\ " -> "?\s".
8232 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
8234         * startup.el (command-line): Fix typo.
8236 2005-07-24  Richard M. Stallman  <rms@gnu.org>
8238         * tooltip.el (tooltip-mode): Test emacs-basic-display,
8239         not emacs-quick-startup.
8241 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
8243         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
8244         (reb-next-match, reb-show-subexp): Use `with-selected-window'
8245         instead of `reb-with-current-window'.
8246         (reb-prev-match): Likewise.  Also, don't move left if the search
8247         was unsuccessful.
8248         (reb-initialize-buffer): New function.
8249         (re-builder, reb-change-syntax): Use it.
8251         * man.el (Man-goto-page): Make second argument NOERROR optional.
8253 2005-07-23  Richard M. Stallman  <rms@gnu.org>
8255         * man.el (Man-bgproc-sentinel): Check here for failure to find
8256         any man page in the output, and report the error here.
8257         (Man-arguments): Make it permanent local.
8258         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
8259         (Man-mode): Pass t for NOERROR.
8261         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
8262         (grep-mode-font-lock-keywords):
8263         Don't use compilation-...-face for messages that are not file names.
8265         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8266         Don't use compilation-...-face for messages that are not file names.
8268 2005-07-22  Juri Linkov  <juri@jurta.org>
8270         * startup.el (normal-splash-screen): Update menu name.
8272         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
8274 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8276         * term/xterm.el: Load term/rxvt if the terminal is actually an
8277         rxvt terminal.
8278         (xterm-rxvt-set-background-mode): Remove, not used anymore.
8280         * term/rxvt.el (function-key-map): Use substitute-key-definition
8281         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
8283         * term/cygwin.el: New file.
8285 2005-07-22  Kim F. Storm  <storm@cua.dk>
8287         * image-file.el (insert-image-file, image-file-yank-handler):
8288         Fix last change to maintain a (unique) yank-handler on yanked images.
8290 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
8292         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
8293         of the file size (as in "177B" for 177 bytes).  This happens with
8294         "ls -lh" on FreeBSD.
8296 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
8298         * hilit-chg.el (highlight-changes-global-initial-state)
8299         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
8300         (hilit-chg-fixup, highlight-changes-mode):
8301         Fix typos in docstrings.
8302         (highlight-changes-global-modes, highlight-changes-rotate-faces):
8303         Doc fixes.
8305 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
8307         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
8308         mode function using `eval-after-load'.
8310 2005-07-21  Kim F. Storm  <storm@cua.dk>
8312         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
8313         included when reporting an emacs crash, and tell about the DEBUG file.
8315         * image-file.el (insert-image-file): Add yank-handler.
8316         (image-file-yank-handler): Yank handler to make unique copies of
8317         images when they are yanked into a buffer next to each other.
8319 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
8321         * comint.el (comint-use-prompt-regexp, comint-send-input)
8322         (comint-source-default, comint-extract-string)
8323         (comint-get-source, comint-word, comint-completion)
8324         (comint-source, comint-prompt-read-only, comint-update-fence):
8325         Fix typos in docstrings.
8326         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
8327         Declare with define-obsolete-*-alias macros.
8328         (comint-previous-matching-input-from-input)
8329         (comint-next-matching-input-from-input)
8330         (comint-previous-matching-input, comint-next-matching-input)
8331         (comint-forward-matching-input):
8332         Improve argument/docstring consistency.
8334         * desktop.el (desktop-clear-preserve-buffers-regexp):
8335         Also preserve the *server* buffer.
8337         * simple.el (clone-indirect-buffer): Doc fix.
8338         (fixup-whitespace, just-one-space)
8339         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
8340         (next-error, next-error-highlight)
8341         (next-error-highlight-no-select, next-error-last-buffer)
8342         (next-error-buffer-p, next-error-find-buffer, next-error)
8343         (previous-error, next-error-no-select, previous-error-no-select)
8344         (open-line, split-line, minibuffer-prompt-width, kill-new)
8345         (binary-overwrite-mode): Fix typos in docstrings.
8346         (set-fill-column): Fix typo in message.
8348         * skeleton.el (skeleton-proxy-new): Doc fix.
8350         * strokes.el (strokes-load-hook): Doc fix.
8351         (strokes-grid-resolution, strokes-get-grid-position)
8352         (strokes-renormalize-to-grid, strokes-read-stroke)
8353         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
8354         (strokes-global-map): Fix typos in docstrings.
8355         (strokes-help): Doc fix.  Fix help message and pass it through
8356         `substitute-command-keys'.
8358         * tempo.el (tempo-insert-prompt, tempo-interactive)
8359         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
8360         (tempo-insert-string-functions, tempo-local-tags)
8361         (tempo-define-template, tempo-insert-template)
8362         (tempo-insert-prompt-compat, tempo-is-user-element)
8363         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
8364         Fix typos in docstrings.
8366         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
8367         (vcursor-key-bindings, vcursor-use-vcursor-map)
8368         (vcursor-find-window, vcursor-scroll-down)
8369         (vcursor-disable, vcursor-beginning-of-buffer)
8370         (vcursor-end-of-buffer): Fix typos in docstrings.
8371         (vcursor-relative-move, vcursor-get-char-count):
8372         Improve argument/docstring consistency.
8374         * version.el: "?\ " -> "?\s".
8376         * wid-edit.el (widget-default-create, widget-after-change)
8377         (widget-default-format-handler, widget-checklist-add-item)
8378         (widget-radio-add-item, widget-choose, widget-specify-secret)
8379         (widget-field-value-create, widget-field-value-get)
8380         (widget-editable-list-format-handler)
8381         (widget-editable-list-entry-create, widget-group-value-create)
8382         (widget-documentation-link-add)
8383         (widget-documentation-string-value-create): "?\ " -> "?\s".
8384         (widget-convert-text): Doc fix.
8385         (widget-narrow-to-field, widget-field-find)
8386         (widget-url-link-action, widget-emacs-library-link-action)
8387         (widget-color-notify): Fix typos in docstrings.
8389         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
8390         (x-select-text, set-w32-system-coding-system)
8391         (w32-add-charset-info): Fix typos in docstrings.
8393         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
8394         (cua-enable-cua-keys, cua-use-hyper-key)
8395         (cua-virtual-rectangle-edges): Fix typos in docstrings.
8396         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
8398         * net/tramp.el (tramp-handle-load): Fix typo in error message.
8400         * emacs-lisp/re-builder.el (regexp-builder): Declare with
8401         `defalias' instead of faking it.
8403         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
8404         (eshell-ls-missing, eshell-ls-dired-initial-args)
8405         (eshell-ls-use-in-dired): Fix typos in docstrings.
8407 2005-07-20  Kim F. Storm  <storm@cua.dk>
8409         * emulation/cua-base.el (cua-mode): Improve doc string.
8411 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
8413         * abbrev.el (expand-region-abbrevs): Doc fix.
8414         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
8415         Improve argument/docstring consistency.
8417         * arc-mode.el (archive-get-descr, archive-alternate-display):
8418         Doc fixes.
8419         (archive-l-e): Improve argument/docstring consistency.
8420         (archive-tmpdir, archive-unixdate, archive-unixtime)
8421         (archive-chmod-entry): Fix typos in docstrings.
8422         (archive-unflag, archive-unflag-backwards)
8423         (archive-unmark-all-files): "?\ " -> "?\s".
8425         * buff-menu.el (Buffer-menu-unmark): Doc fix.
8426         (Buffer-menu-not-modified, Buffer-menu-execute)
8427         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
8428         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
8430         * composite.el (compose-string, encode-composition-rule)
8431         (compose-last-chars): Fix typos in docstrings.
8433         * desktop.el (desktop-enable, desktop-basefilename):
8434         Declare with `define-obsolete-variable-alias'.
8435         (desktop-internal-v2s): Don't quote keywords.
8436         (desktop-clear): "?\ " -> "?\s".
8438         * dired.el (dired-align-file, dired-flag-backup-files)
8439         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
8440         (dired-listing-switches, dired-ls-F-marks-symlinks)
8441         (dired-dwim-target, dired-load-hook, dired-mode-hook)
8442         (dired-directory, dired-faces, dired, dired-revert)
8443         (dired-mode, dired-summary, dired-view-file)
8444         (dired-copy-filename-as-kill, dired-delete-file)
8445         (dired-no-confirm, dired-unmark-all-marks)
8446         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
8447         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
8448         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
8449         Fix typos in message strings.
8451         * dired-x.el (virtual-dired): Declare with `defalias'.
8452         (dired-mark-unmarked-files, dired-local-variables-file)
8453         (dired-omit-here-always): Doc fix.
8454         (dired-omit-mode, dired-find-subdir)
8455         (dired-enable-local-variables, dired-clean-up-buffers-too)
8456         (dired-extra-startup, dired-mark-extension, dired-jump)
8457         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
8458         (dired-smart-shell-command, dired-guess-shell-alist-user)
8459         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
8460         (dired-x-bind-find-file, dired-x-submit-report):
8461         Fix typos in docstrings.
8462         (dired-mark-unmarked-files): "?\ " -> "?\s".
8464         * dirtrack.el (dirtrack-list): Fix typos in docstring.
8466         * faces.el (describe-face): "?\ " -> "?\s".
8467         (read-all-face-attributes, read-face-font, modify-face)
8468         (face-attr-construct, italic): Fix typos in docstrings.
8469         (frame-update-face-colors): Declare with
8470         `define-obsolete-function-alias'.
8472         * files.el (find-file-noselect, recode-file-name): Doc fixes.
8473         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
8474         (magic-mode-alist, buffer-file-numbers-unique)
8475         (write-file-functions, get-free-disk-space):
8476         Fix typos in docstrings.
8477         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
8478         (write-contents-hooks, write-file-hooks):
8479         Declare with `define-obsolete-variable-alias'.
8481         * forms-d2.el (arch-rj): Fix typo in docstrings.
8482         (arch-tocol): Likewise.  "?\ " -> "?\s".
8484         * frame.el (set-frame-font, cursor-in-non-selected-windows):
8485         Fix typo in docstring.
8486         (set-screen-width, set-screen-height): Delete redundant info in
8487         doctrings.
8488         (new-frame, screen-height, screen-width): Declare with
8489         `define-obsolete-function-alias'.
8490         (delete-frame-hook, blink-cursor): Declare with
8491         `define-obsolete-variable-alias'.
8493         * paths.el (prune-directory-list): Fix typos in docstring.
8495         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
8496         (cvs-prefix-get): Fix typos in docstrings.
8498         * ps-print.el (ps-extend-face-list, ps-extend-face)
8499         (ps-print-background-image): Fix typos in docstrings.
8500         (ps-default-fg, ps-default-bg): Doc fixes.
8502         * s-region.el (s-region-bind): Doc fix.
8503         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
8505         * textmodes/org.el (org-table-formula-substitute-names)
8506         (org-table-get-vertical-vector): Doc fixes.
8507         (org-table-recalculate): Remove unused argument to `message'.
8509 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
8511         * textmodes/org.el (org-table-column-names)
8512         (org-table-column-name-regexp)
8513         (org-table-named-field-locations): New variables.
8514         (org-archive-subtree): Protect `this-command' when calling
8515         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
8516         the kill buffer.
8517         (org-complete): Remove fixed-formula completion.
8518         (org-edit-formulas-map): New variable.
8519         (org-table-edit-formulas): New command.
8520         (org-finish-edit-formulas, org-abort-edit-formulas)
8521         (org-show-variable, org-table-get-vertical-vector): New functions.
8522         (org-table-maybe-eval-formula): Handle `:=' fields.
8523         (org-table-get-stored-formulas, org-table-store-formulas)
8524         (org-table-get-formula, org-table-modify-formulas)
8525         (org-table-replace-in-formulas): Handle named field formulas.
8526         (org-table-get-specials): Store locations of named fields.
8528 2005-07-19  Juri Linkov  <juri@jurta.org>
8530         * progmodes/grep.el (grep-regexp-alist)
8531         (grep-mode-font-lock-keywords, grep-process-setup):
8532         Use default GNU grep match color "01;31m" instead of "01;41m".
8533         (grep-regexp-alist, grep-mode-font-lock-keywords):
8534         Use `\\[[0-9]*m' instead of `\\[00m'.
8535         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
8536         sgr_start where its handling is more important.  Use the real
8537         length of sgr_start instead of constant 8.
8538         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
8539         specially.  Delete all remaining escape sequences.
8540         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
8541         (grep-regexp-alist): Make hyperlink only for binary file name
8542         instead of the whole line.
8543         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
8544         (grep-mode): Add autoload.
8546         * emacs-lisp/find-func.el (find-function-regexp):
8547         Add `define-compilation-mode'.
8549 2005-07-19  Juri Linkov  <juri@jurta.org>
8551         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
8552         (compare-windows-sync-string-size, compare-windows-recenter)
8553         (compare-windows-highlight, compare-windows): Add version 22.1.
8554         (compare-windows) <defface>: Inherit from lazy-highlight instead
8555         of duplicating its default value.
8557         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
8558         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
8560         * descr-text.el (describe-char): Create link buttons for `charset'
8561         and `code point'.  Add the current input method name with a link
8562         button to `to input' field.  Print face names of display table
8563         characters in `The display table entry is displayed by' section
8564         instead of printing face-id in the `display' field.
8565         Guess hardcoded faces and create a link button for them.
8566         Skip empty fields when calculating max-width.
8567         Treat `widget-create' specially while inserting strings from the
8568         collected field list.
8569         (describe-char-after): Made obsolete in version 22.1, not 21.5.
8571         * diff-mode.el (diff-file-header): Change foreground color from
8572         yellow to green on light backgrounds.
8573         (diff-context): Inherit from `shadow' only for color/grayscale
8574         with more than 88 colors.
8575         (diff-indicator-removed, diff-indicator-added)
8576         (diff-indicator-changed): New faces.
8577         (diff-font-lock-keywords): Use new faces.  Regroup rules.
8578         Add "^---$" for `normal' diff format.  Fontify `#' lines with
8579         font-lock-comment-delimiter-face and font-lock-comment-face.
8580         Add `#' to ^[^...] in the rule for `diff-context-face'.
8582         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
8583         a button-like box.  Inherit from `highlight' on low colors.
8584         (shadow): Use shades of gray only for color/grayscale with
8585         more than 88 colors.  Use green for light backgrounds with
8586         8 colors, and yellow for dark backgrounds with 8 colors.
8588         * font-lock.el (font-lock-regexp-grouping-backslash):
8589         Don't inherit from escape-glyph (use bold for all cases).
8591         * info.el (info-xref-visited): Use light foreground color `violet'
8592         for dark backgrounds instead of dark color `magenta3'.
8593         (info-title-1): Use `yellow' color for dark backgrounds.
8595         * isearch.el (isearch): Use not-too-dark magenta3 instead of
8596         too-light magenta2.
8598         * replace.el (match): Use slightly more light RoyalBlue3 instead
8599         of dark RoyalBlue4.
8601         * wid-edit.el (widget-inactive): Inherit from `shadow'.
8603 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
8605         * novice.el (disabled-command-hook): Declare it with
8606         `define-obsolete-variable-alias'.
8608         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
8609         (desktop-buffer-misc-functions, desktop-buffer-handlers)
8610         (desktop-load-default): Add release to obsolescence info.
8611         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
8612         (desktop-append-buffer-args, desktop-read):
8613         Fix typos in docstrings.
8614         (desktop-kill): Fix typo in message.
8615         (desktop-save): Doc fix.
8617 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
8619         * viper-cmd.el (viper-escape-to-state): Bug fix.
8620         (viper-envelop-ESC-key): Change the definition of fast
8621         keysequence so it'll work with keyboard macros.
8623         * ediff.el (ediff-patch-buffer): Change the docstring.
8625 2005-07-19  Kenichi Handa  <handa@m17n.org>
8627         * international/mule-cmds.el (select-safe-coding-system): Try to
8628         use an auto-coding (if any) before anything else.  If the found
8629         auto-coding is invalid, show a warning message.
8631         * international/mule.el (find-auto-coding): New function created
8632         by modifying the body of set-auto-coding.
8633         (set-auto-coding): Use find-auto-coding to find a coding.
8635 2005-07-18  Richard M. Stallman  <rms@gnu.org>
8637         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
8638         not isearch-mode-end-hook-error.
8639         (allout-before-change-protect): Fix error message.
8641 2005-07-18  Juri Linkov  <juri@jurta.org>
8643         * allout.el (allout-mode):
8644         * calculator.el (calculator-copy):
8645         * custom.el (custom-known-themes):
8646         * dired.el (dired-desktop-buffer-misc-data)
8647         (dired-restore-desktop-buffer):
8648         * dired-x.el (dired-omit-marker-char):
8649         * files.el (basic-save-buffer):
8650         * font-core.el (font-lock-mode):
8651         * calendar/calendar.el (calendar-goto-hebrew-date)
8652         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
8653         (calendar-goto-persian-date):
8654         * language/ethio-util.el (ethio-sera-to-fidel-region):
8655         * textmodes/picture.el (picture-mode):
8656         Delete duplicate duplicate words.
8658 2005-07-18  Juri Linkov  <juri@jurta.org>
8660         * isearch.el (isearch-mode-map): Remove key bindings for regexp
8661         chars * ? } |.
8662         (isearch-fallback): Don't call `isearch-process-search-char'.
8663         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
8664         (isearch-process-search-char): Call `isearch-fallback' for regexp
8665         chars * ? } |.
8666         (isearch-return-char): Make obsolete with `make-obsolete' instead
8667         of simply documenting it as obsolete in the docstring.
8668         (isearch-fallback): Refill docstring.
8670         * international/isearch-x.el
8671         (isearch-process-search-multibyte-characters): Remove unneeded
8672         `concat'.  Add intermediate values to `junk-hist' instead of
8673         `minibuffer-history'.  Test the length of `str'.
8675 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
8677         * allout.el (allout-resolve-xref): Fix typos in error strings.
8678         (allout-before-change-protect): Remove unneeded `concat'.
8680         * array.el (array-mode, array-reconfigure-rows)
8681         (untabify-backward): Fix typos in docstrings.
8682         (array-reconfigure-rows): Use `insert-buffer-substring', not
8683         `insert-buffer'.
8685         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
8686         * progmodes/ada-mode.el (ada-make-body):
8687         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
8689         * dired.el (dired-log):
8690         * tar-mode.el (tar-subfile-save-buffer):
8691         * play/zone.el (zone-pgm-stress-destress):
8692         Use `insert-buffer-substring', not `insert-buffer'.
8694 2005-07-17  Simon Josefsson  <jas@extundo.com>
8696         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
8698 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
8700         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
8701         Add plain auth method.
8702         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
8704 2005-07-17  Kim F. Storm  <storm@cua.dk>
8706         * ido.el (dired-other-window): Add ido property.
8708 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
8710         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
8711         Fix typo in docstring.
8712         (byte-compile-interactive-only-functions): Add `insert-buffer' and
8713         `insert-file-literally'.
8715         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
8716         info and delete redundant message.  Doc fix.
8717         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
8718         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
8720 2005-07-16  Richard M. Stallman  <rms@gnu.org>
8722         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
8723         (byte-compile-and): Use byte-compile-and-recursion.
8724         (byte-compile-or-recursion): New function.
8725         (byte-compile-or): Use that.
8726         (byte-compile-if): Guard the else-clause too.
8727         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
8729         * isearch.el (isearch-mode-end-hook-quit): New variable.
8730         (isearch-done): Bind it.
8731         (isearch-mode-end-hook): Doc fix.
8733         * allout.el (allout-isearch-did-quit): Variable deleted.
8734         (allout-real-isearch-abort): Function name no longer used.
8735         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
8736         (allout-isearch-rectification): isearch-mode always exists.
8737         Don't set allout-isearch-did-quit.
8738         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
8739         allout-isearch-did-quit.
8740         (allout-enwrap-isearch): Just add the hook.
8741         (allout-isearch-abort): Function deleted.
8742         (allout-pre-command-business): Avoid warning.
8744         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
8745         Correctly avoid warnings.
8746         (pascal-outline): Likewise.
8748         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
8750         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
8752         * play/tetris.el (tetris-mode): Avoid warning.
8754         * play/snake.el (snake-mode): Avoid warning.
8756         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
8757         (gamegrid-set-display-table): Avoid warning.
8758         (gamegrid-set-timer): Likewise.
8759         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
8760         (gamegrid-add-score-with-update-game-score-1): Take FILE
8761         as argument.
8762         (gamegrid-add-score-with-update-game-score): Pass that argument.
8763         Rename have-shared-game-dir to gamegrid-shared-game-dir.
8765         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
8767         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
8768         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
8770         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
8771         and insert-file.
8773         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
8774         (sc-ask): Avoid warnings.
8776         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
8777         (eshell-hist-initialize): Use that var the natural way.
8779         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
8781         * emacs-lisp/re-builder.el (reb-cook-regexp):
8782         Avoid warning calling lre-compile-string.
8783         (reb-color-display-p): Avoid warning.
8785         * calculator.el (calculator-last-input): Guard uses
8786         of event-key and key-press-event-p.
8787         (event-key, key-press-event-p): Delete definitions.
8789         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
8790         (find-gc-source-directory, find-gc-subrs-callers)
8791         (find-gc-noreturn-list, find-gc-source-files)
8792         (find-gc-subrs-called): Vars renamed and defvar'd.
8794         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
8795         (checkdoc-overlay-put, checkdoc-delete-overlay)
8796         (checkdoc-overlay-start, checkdoc-overlay-end)
8797         (checkdoc-mode-line-update, checkdoc-char=):
8798         Define such that compiler knows they are defined.
8799         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
8800         (checkdoc-read-event): Delete.  Use read-event directly.
8802         * whitespace.el (whitespace-make-overlay)
8803         (whitespace-overlay-put, whitespace-delete-overlay)
8804         (whitespace-overlay-start, whitespace-overlay-end):
8805         Define such that compiler knows they are defined.
8806         (whitespace): Move conditional inside.
8808         * tempo.el (tempo-insert-template): Suppress warning.
8810         * ediff-diff.el (longlines-mode): Add defvar.
8812 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
8814         * server.el: Bind "C-x #" in a way that works even if C-x is
8815         redefined to a command key, not a prefix key.
8817 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
8819         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
8820         cl-make-type-test till execution time.
8822 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
8824         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
8825         arg ARG and use it.
8827 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
8829         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
8831 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
8833         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
8834         a defcustom with two :set or :type keywords.
8836 2005-07-15  Richard M. Stallman  <rms@gnu.org>
8838         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8839         Don't give ^M comment-end syntax.
8841 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
8843         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
8844         Don't consider gdbmi (gdb-mi.el has its own update functions).
8845         (gdb-var-delete): Make it work for gdbmi as well.
8846         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
8848         * progmodes/gud.el (etags, sdb): Only require etags when needed.
8849         (gud-speedbar-menu-items): Correct logic for enabling items.
8851 2005-07-15  Kim F. Storm  <storm@cua.dk>
8853         * ido.el: Fix commentary.
8854         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
8855         Use with-no-warnings around ffap-guesser.
8856         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
8857         Let bind minibuffer-completing-file-name to t.
8859 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
8861         * startup.el (site-run-file, keyboard-type): Doc fixes.
8862         (command-line): Check for "--basic-display" argument; also for
8863         "--quick", not "--bare-bones" (which was renamed).
8864         (fancy-splash-text): Add missing item "Getting New Versions".
8865         (normal-splash-screen): Fix typos and improve consistency with
8866         `fancy-splash-text'.  Update copyright year.
8868         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
8869         valid binding for `help-char'.
8871         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
8873 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
8875         * term.el (term-mode): Disable cua-mode for term buffers.
8877 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
8879         * add-log.el (add-log-mailing-address, change-log-merge):
8880         Doc fixes.
8881         (change-log-get-method-definition): Fix typo in docstring.
8883 2005-07-14  Kim F. Storm  <storm@cua.dk>
8885         * emulation/cua-base.el:
8886         (cua--pre-command-handler-1, cua--pre-command-handler)
8887         (cua--post-command-handler-1, cua--post-command-handler):
8888         Split in two.  Check (buffer local) value of cua-mode.
8889         (cua-selection-mode): New command.
8891 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
8893         * custom.el (custom-initialize-safe-set)
8894         (custom-initialize-safe-default): Doc fixes.
8896         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
8897         and simplify :init-value again.
8899         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
8900         and simplify :init-value again.  Delete autoload.
8902         * startup.el (command-line): Use `custom-reevaluate-setting' again
8903         for tooltip-mode.
8905         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
8906         a defcustom with two :initialize keywords.
8908 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
8910         * allout.el (my-mark-marker, allout-isearch-prior-pos)
8911         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
8912         (allout-post-command-business, allout-flag-region)
8913         (isearch-reenable-font-lock, allout-yank)
8914         (allout-insert-latex-header, allout-insert-latex-trailer)
8915         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
8916         (allout-latex-verb-quote): Fix typos in docstrings.
8917         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
8918         (allout-unprotected, allout-prefix-data):
8919         Improve argument/docstring consistency.
8920         (allout-chart-subtree): Fix argument spec.
8921         (allout-open-topic): Rename `use_sib_bullet' argument to
8922         `use-sib-bullet'.  Doc fix.
8924         * whitespace.el (whitespace-check-buffer-leading)
8925         (whitespace-check-buffer-trailing)
8926         (whitespace-check-buffer-indent)
8927         (whitespace-check-buffer-spacetab)
8928         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
8929         (whitespace-check-leading-whitespace)
8930         (whitespace-check-trailing-whitespace)
8931         (whitespace-check-spacetab-whitespace)
8932         (whitespace-check-indent-whitespace)
8933         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
8934         (whitespace-modes): Fix typos in docstrings.
8935         (defgroup, defcustom): Doc fixes.
8937         * winner.el (winner-mode, winner-boring-buffers)
8938         (winner-pending-undo-ring): Doc fixes.
8939         (winner-ring): Remove unneeded `progn'.
8940         (winner-equal): `defsubst' it.
8941         (winner-redo): Fix message.
8943 2005-07-13  Kim F. Storm  <storm@cua.dk>
8945         * simple.el (line-move-1): Always use vertical-motion to
8946         do the last (or only) line move to ensure some movement.
8947         Undo 2005-06-23 change--don't check for overlays.
8949 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8951         * term/mac-win.el (ccl-encode-mac-roman-font)
8952         (ccl-encode-mac-centraleurroman-font)
8953         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
8954         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
8955         Change charset-id boundary of dimension to ?\xef.
8956         (mac-char-fontspec-list): New constant.
8957         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
8958         argument.  Nil uses itself as family in font-spec.  Previous
8959         behavior for nil is now provided by non-nil non-string argument.
8960         All callers changed.  Add font-specs for Mac fonts to
8961         "fontset-default" unless iso8859-1 fonts are installed.
8963 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8965         * progmodes/sh-script.el (sh-get-indent-info): Only indent
8966         a continuation line if the \ is preceded by SPC or TAB.
8967         (sh-get-indent-info): Simplify.
8968         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
8969         Use with-current-buffer.
8971         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
8972         when the matched text is empty.
8974 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
8976         * startup.el (command-line): Revert to previous handling of
8977         tooltip-mode.  Explain in comment why the complexity is needed.
8979         * tooltip.el (tooltip-mode): Revert to previous implementation of
8980         its defcustom.
8982         * frame.el (blink-cursor-mode): Revert to previous implementation
8983         of its defcustom.  Update comment.
8985 2005-07-12  Lars Hansen  <larsh@soem.dk>
8987         * desktop.el: Update e-mail address.
8989 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8991         * term/mac-win.el (mac-services-mail-selection)
8992         (mac-services-mail-to): New functions.
8993         (mac-application-menu-map): Bind them.
8995 2005-07-12  wulei <milton@wulei.net>  (tiny change)
8997         * progmodes/gdb-ui.el: Add note about buffering with Windows.
8999 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
9001         * custom.el (custom-reevaluate-setting): Doc fix.
9003 2005-07-11  Jay Belanger  <belanger@truman.edu>
9005         * calc/calc.el (calc-embedded-announce-formula-alist)
9006         (calc-embedded-open-close-plain-alist)
9007         (calc-embedded-open-close-mode-alist): Add checks for additional
9008         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
9010 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
9012         * custom.el (custom-enable-theme): Don't add theme to
9013         `custom-enabled-themes' with `push' because there is no
9014         setf-method for `delq'.
9016 2005-07-11  Richard M. Stallman  <rms@gnu.org>
9018         * custom.el (custom-declare-variable): Doc fix.
9020         * dired-aux.el (dired-compare-directories): Remove "." and ".."
9021         from the alists.
9023         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
9024         Do nothing if edebug-active.
9026         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
9027         (edebug-display): Do it here instead.
9029 2005-07-10  Richard M. Stallman  <rms@gnu.org>
9031         * cus-face.el (custom-theme-set-faces): Make it work.
9032         (custom-reset-faces): Doc fix.
9033         (custom-theme-reset-internal-face, custom-theme-face-value):
9034         Functions deleted.
9036         * custom.el (custom-push-theme): Maintain list of the settings
9037         of a given theme in its theme-settings property.
9038         Maintain position of old settings in the theme-value
9039         or theme-face property.
9040         (custom-enabled-themes): New variable.
9041         (custom-theme-enabled-p): New function.
9042         (provide-theme): Update custom-enabled-themes.
9043         Disable and reenable the `user' theme.
9044         (require-theme): Doc fix.
9045         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
9046         (custom-theme-value, custom-theme-variable-value): Likewise.
9047         (custom-theme-reset-internal): Likewise.
9048         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
9049         (custom-enable-theme, custom-disable-theme): New functions.
9050         (custom-variable-theme-value, custom-face-theme-value): Likewise.
9051         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
9052         (custom-theme-reset-variables): Simplify.
9053         (deftheme, custom-declare-theme, custom-make-theme-feature):
9054         Definitions moved.
9056 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
9058         * longlines.el (longlines-show-region)
9059         (longlines-unshow-hard-newlines): Recognize hard newlines by
9060         non-nil hard property, instead of t.
9062 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
9064         * viper-cmd.el (viper--key-maps): New variable.
9065         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
9066         emulation-mode-map-alists.
9067         (viper-envelop-ESC-key): Use viper-subseq.
9068         (viper-search-forward/backward/next): Disable debug-on-error.
9070         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
9071         (viper-ESC-key): New defcustoms.
9073         * viper-macs.el (ex-map-read-args): Use viper-subseq.
9075         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
9076         (viper-subseq): Copy of subseq from cl.el.
9078         * viper.el (viper-go-away, viper-set-hooks): Use
9079         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
9081         * viper-mous.el (viper-current-frame-saved): Use defvar.
9083         * viper-init.el: Get rid of -face in face names.
9085         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
9086         Make it work with longlines mode
9088         * ediff-mult.el (ediff-meta-mode-hook): New variable.
9090         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
9092         * ediff-init.el: Get rid of -face in face names.
9094 2005-07-10  Richard M. Stallman  <rms@gnu.org>
9096         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
9097         and with-timeout-unsuspend.
9099         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
9100         and with-timeout-unsuspend.
9102         * emacs-lisp/timer.el (with-timeout-timers): New variable.
9103         (with-timeout): Bind that variable to record timers.
9104         (with-timeout-suspend, with-timeout-unsuspend): New functions.
9106         * emacs-lisp/debug.el (debug-help-follow): New function.
9107         (debugger-mode-map): Use that instead of help-follow.
9108         (debugger-setup-buffer): Use eval-buffer-list
9109         to handle eval-buffer frames.
9111 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
9113         * timezone.el (timezone-parse-date): Change first regexp
9114         so it will not mistakenly match dates with no time zone.
9116 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
9118         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
9120 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
9122         * custom.el (custom-initialize-safe-set)
9123         (custom-initialize-safe-default): New functions.
9125         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
9126         and simplify :init-value.
9128         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
9129         and simplify :init-value.  Delete obsolete comment.
9131         * startup.el (command-line): Use `custom-reevaluate-setting' to
9132         handle `tooltip-mode'.  Delete obsolete comment.
9134         * files.el (set-visited-file-name): Avoid calling
9135         `file-name-nondirectory' with a nil argument.
9137 2005-07-09  Richard M. Stallman  <rms@gnu.org>
9139         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
9140         was called with nil for the buffer, handle the read position right.
9141         Handle read position for eval-region, too.
9143 2005-07-09  Juri Linkov  <juri@jurta.org>
9145         * fringe.el (fringe-mode): Add period in docstring.
9146         (fringe-query-style): Build prompt depending on `all-frames' arg.
9148         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
9149         to not create links to unrelated functions in the Help buffer.
9151         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
9152         Doc fix.
9154         * simple.el (next-error-hook): New variable.
9155         (next-error): Use it.  Doc fix.
9157         * textmodes/ispell.el (ispell-command-loop): Add current
9158         dictionary name and program name to mode-line-format.
9159         (ispell-region, ispell-process-line): Add current dictionary name
9160         and program name to messages.
9162 2005-07-08  Jay Belanger  <belanger@truman.edu>
9164         * calc/calc.el (calc-embedded-announce-formula-alist)
9165         (calc-embedded-open-close-formula-alist)
9166         (calc-embedded-open-close-word-alist)
9167         (calc-embedded-open-close-plain-alist)
9168         (calc-embedded-open-close-new-formula-alist)
9169         (calc-embedded-open-close-mode-alist)
9170         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
9171         (calc-embedded-mode-hook): New variables.
9173         * calc/calc-embed.el (calc-embedded-firsttime)
9174         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
9175         New variables.
9176         (calc-do-embedded): Use calc-embedded-firsttime,
9177         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
9178         determine whether or not to run hooks.
9179         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
9180         calc-embedded-firsttime-formula appropriately.
9181         Set calc-embedded delimiter variables according to mode.
9183 2005-07-08  Richard M. Stallman  <rms@gnu.org>
9185         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
9186         Check for "emacs", etc., as entire symbol, not just as word.
9187         (checkdoc-file-comments-engine): Use regexp-quote on FN.
9189         * files.el (set-visited-file-name): Report the error
9190         for "empty filename" earlier.
9191         (kill-some-buffers): Ignore buffers already dead.
9193         * fringe.el (fringe-mode): Doc fix.
9195         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
9196         Check for (featurep 'xemacs) and turn off warnings in what it guards.
9197         Use unwind-protect to ensure byte-compile-unresolved-functions
9198         is updated.
9200         * whitespace.el (whitespace-buffer-leading-cleanup):
9201         Simplify w/ skip-chars-forward.
9202         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
9204         * mail/rmail.el (rmail-only-expunge): Fix paren error.
9205         Unconditionally try to leave point at the same old place.
9207 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
9209         * comint.el (comint-postoutput-scroll-to-bottom)
9210         (comint-show-maximum-output): Take scroll-margin into consideration.
9212 2005-07-08  Kim F. Storm  <storm@cua.dk>
9214         * ido.el (ido-use-filename-at-point): New choice `guess'.
9215         (ido-file-internal): Try ffap-guesser if selected.
9217         * ido.el (ido-before-fallback-functions): New hook.
9218         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
9219         (ido-read-file-name): Run it.
9221 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9223         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
9224         strings rather than a list of symbols to the completion function.
9226 2005-07-07  Jay Belanger  <belanger@truman.edu>
9228         * calc/calc-units.el (math-apply-units): Change the places in
9229         which units are simplified.
9231 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
9233         * cus-edit.el (customize-option, customize-option-other-window):
9234         Make them handle aliases.
9236         * custom.el (custom-variable-p): Make it recursively follow
9237         aliases.  Mention that in the docstring.
9239 2005-07-07  Richard M. Stallman  <rms@gnu.org>
9241         * cus-start.el (exec-path): Use `directory' instead of `file'.
9242         Fix tag for nil.
9244 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
9246         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
9247         when called non-interactively.  Doc fix.
9249 2005-07-07  Lute Kamstra  <lute@gnu.org>
9251         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
9252         new address as well.
9254 2005-07-07  Kenichi Handa  <handa@m17n.org>
9256         * international/mule.el (make-coding-system):
9257         Describe `ascii-incompatible' property in the docstring.
9258         (set-file-name-coding-system): Signal an error if coding-system is
9259         ascii-incompatible.
9260         (set-keyboard-coding-system): Likewise.
9262         * international/mule-cmds.el (set-default-coding-systems):
9263         Don't set default-file-name-coding-system and
9264         default-keyboard-coding-system if coding-system is ASCII-incompatible.
9266         * international/utf-16.el: Declare that all UTF-16-based coding
9267         systems are ASCII-incompatible.
9269 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
9271         * progmodes/gud.el: Require font-lock for displaying errors.
9272         Used by gdb-ui.el.
9274 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
9276         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
9277         values for the pattern lists which are `read'able but not
9278         `append'able (like symbols).
9280 2005-07-06  Richard M. Stallman  <rms@gnu.org>
9282         * progmodes/flymake.el (flymake-float-time): Instead of
9283         with-no-warnings, test for xemacs.
9284         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
9285         to avoid warning.
9287 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
9289         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
9291 2005-07-05  Lute Kamstra  <lute@gnu.org>
9293         * battery.el: Add support for Darwin (with much debugging help
9294         from Samuel Lauber <sam124@operamail.com>).
9295         (battery-status-function, battery-echo-area-format)
9296         (battery-mode-line-format): Add support for pmset on Darwin.
9297         (battery-load-low, battery-load-critical): New user options.
9298         (battery-pmset): New function.
9300 2005-07-05  Lute Kamstra  <lute@gnu.org>
9302         Update FSF's address in GPL notices.
9304         * textmodes/page-ext.el: Update FSF's address.
9306 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9308         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
9309         filling from using prefix when filling a single-line docstring.
9311         * progmodes/flymake.el: Remove useless eval-when-compile.
9313         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
9315 2005-07-04  Richard M. Stallman  <rms@gnu.org>
9317         * textmodes/org.el (org-file-apps-defaults-gnu):
9318         Rename from org-file-apps-defaults-linux.
9319         (org-default-apps): Don't test system-type for `linux'.
9320         (org-file-apps): Doc fix.
9322 2005-07-04  David Ponce  <david@dponce.com>
9324         * tree-widget.el: Improve header Commentary section.
9325         (tree-widget) [defgroup]
9326         (tree-widget-image-enable, tree-widget-themes-directory)
9327         (tree-widget-theme, tree-widget-image-properties-emacs)
9328         (tree-widget-image-properties-xemacs, tree-widget-create-image)
9329         (tree-widget-image-formats, tree-widget-control)
9330         (tree-widget-empty-control, tree-widget-leaf-control
9331         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
9332         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
9333         (tree-widget-keep, tree-widget-after-toggle-functions)
9334         (tree-widget-open-node, tree-widget-close-node): Doc fix.
9335         (tree-widget-open-control, tree-widget-close-control): Fix doc and
9336         :help-echo message.
9337         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
9338         (tree-widget-image-properties): Doc fix.  Clearer implementation.
9339         (tree-widget--cursors): New constant.
9340         (tree-widget-lookup-image): New function split from
9341         `tree-widget-find-image'.  Clearer implementation.
9342         (tree-widget-find-image): Use it.
9343         (tree-widget-button-keymap): Use `set-keymap-parent'.
9344         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
9345         Define the sub-widgets here.
9346         (tree-widget-node): Check that :node is not a tree-widget.
9347         (tree-widget-get-super, tree-widget-open-control)
9348         (tree-widget-close-control, tree-widget-empty-control)
9349         (tree-widget-leaf-control, tree-widget-guide)
9350         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
9351         (tree-widget-no-handle, tree-widget-value-delete)
9352         (tree-widget-map): Remove.
9353         (tree-widget-children-value-save): Doc fix.  Simplified.
9354         (tree-widget-value-create): Update according to previous changes.
9356 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
9358         * textmodes/org.el: Leading space replaced by TABS.
9359         (org-recalc-marks, org-table-rotate-recalc-marks)
9360         (org-table-get-specials): Treat "^" and "_" marks.
9361         (org-table-justify-field-maybe): Optional argument NEW.
9362         (org-table-eval-formula): Parsing of the format simplified.
9363         New modes C,I.  Honor the %= parameter in the current table.
9364         Avoid unnecessary re-align by using the NEW argument to
9365         `org-table-justify-field-maybe'.
9366         (org-calc-default-modes): Default for date-format mimicks org-mode.
9367         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
9369 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
9371         * cus-face.el (custom-theme-set-faces): Make it handle face
9372         aliases whose alias declarations are pre- or autoloaded.
9374 2005-07-04  Juri Linkov  <juri@jurta.org>
9376         * faces.el (read-face-name): Put the code for getting a face name
9377         from the buffer before adding the faces from the `face' property.
9378         Use `completing-read-multiple' instead of `completing-read'.
9379         Require `crm'.  Add default value and post-process the returned
9380         list of faces.
9382         * emacs-lisp/crm.el (crm-find-current-element)
9383         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
9385         * emacs-lisp/lisp-mode.el (eval-defun-1):
9386         * emacs-lisp/edebug.el (edebug-eval-defun):
9387         Remove unnecessary quotes.
9389 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9391         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
9392         (prolog-indent-level): Fix typo in docstring.
9394         * info.el (Info-history, Info-history-forward)
9395         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
9397         * add-log.el (add-change-log-entry):
9398         * comint.el (comint-dynamic-list-input-ring)
9399         (comint-dynamic-list-completions):
9400         * dabbrev.el (dabbrev-expand):
9401         * delim-col.el (delimit-columns-rectangle-line):
9402         * diff-mode.el (diff-context->unified, diff-reverse-direction)
9403         (diff-unified->context):
9404         * ediff-init.el (ediff-abbrev-jobname):
9405         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
9406         (ediff-replace-session-activity-marker-in-meta-buffer):
9407         * info.el (Info-summary):
9408         * lpr.el (printify-region):
9409         * printing.el (pr-create-interface):
9410         * ps-print.el (ps-print-quote):
9411         * ses.el (ses-column-widths, ses-print-cell)
9412         (ses-adjust-print-width, ses-center):
9413         * shell.el (shell-file-name-quote-list):
9414         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
9415         (strokes-fill-current-buffer-with-whitespace)
9416         (strokes-xpm-for-stroke, strokes-list-strokes)
9417         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
9418         * term.el (term-dynamic-list-input-ring)
9419         (term-dynamic-list-completions):
9420         * calc/calc.el (math-format-stack-value):
9421         * emacs-lisp/edebug.el (edebug-display-freq-count):
9422         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
9423         (delphi-new-comment-line):
9424         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
9425         * progmodes/executable.el (executable-set-magic):
9426         * progmodes/python.el (inferior-python-mode):
9427         * progmodes/scheme.el (scheme-mode-syntax-table):
9428         * progmodes/sh-script.el (sh-maybe-here-document):
9429         * progmodes/sql.el (sql-copy-column):
9430         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
9431         * textmodes/bibtex.el (bibtex-mode):
9432         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
9433         (sgml-auto-attributes):
9434         * textmodes/table.el (table-insert, table-shorten-cell)
9435         (table--generate-source-scan-lines, table-delete-row)
9436         (*table--cell-delete-char, table--spacify-frame)
9437         (table--horizontally-shift-above-and-below)
9438         (table--cell-insert-char, table--cell-blank-str)
9439         (table--fill-region-strictly):
9440         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
9441         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
9443         * add-log.el (change-log):
9444         * apropos.el (apropos):
9445         * comint.el (comint-completion, comint-source):
9446         * dabbrev.el (dabbrev):
9447         * delim-col.el (columns):
9448         * diff-mode.el (diff-mode):
9449         * ediff.el (ediff):
9450         * ediff-diff.el (ediff-diff):
9451         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
9452         * ediff-mult.el (ediff-mult):
9453         * ediff-ptch.el (ediff-ptch):
9454         * ediff-wind.el (ediff-window):
9455         * facemenu.el (facemenu):
9456         * indent.el (indent):
9457         * info.el (info):
9458         * jka-cmpr-hook.el (compression, jka-compr):
9459         * lpr.el (lpr):
9460         * outline.el (outlines):
9461         * pcmpl-cvs.el (pcmpl-cvs):
9462         * pcmpl-rpm.el (pcmpl-rpm):
9463         * printing.el (printing):
9464         * ps-print.el (postscript, ps-print, ps-print-horizontal)
9465         (ps-print-vertical, ps-print-headers, ps-print-font)
9466         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
9467         (ps-print-background, ps-print-printer, ps-print-page)
9468         (ps-print-miscellany):
9469         * ses.el (ses):
9470         * shell.el (shell, shell-directories, shell-faces):
9471         * startup.el (initialization):
9472         * strokes.el (strokes):
9473         * term.el (term):
9474         * uniquify.el (uniquify):
9475         * w32-vars.el (w32):
9476         * calc/calc.el (calc):
9477         * emacs-lisp/bytecomp.el (bytecomp):
9478         * emacs-lisp/cl-indent.el (lisp-indent):
9479         * emacs-lisp/edebug.el (edebug):
9480         * emacs-lisp/elp.el (elp):
9481         * emacs-lisp/testcover.el (testcover):
9482         * emacs-lisp/trace.el (trace):
9483         * emulation/viper-ex.el (viper-ex):
9484         * emulation/viper-mous.el (viper-mouse):
9485         * mail/mailalias.el (mailalias):
9486         * mail/supercite.el (supercite, supercite-frames)
9487         (supercite-attr, supercite-cite, supercite-hooks):
9488         * net/rcompile.el (remote-compile):
9489         * net/rlogin.el (rlogin):
9490         * obsolete/ooutline.el (outlines):
9491         * progmodes/delphi.el (delphi):
9492         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
9493         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
9494         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
9495         (ebnf-optimization):
9496         * progmodes/etags.el (etags):
9497         * progmodes/executable.el (executable):
9498         * progmodes/idlwave.el (idlwave):
9499         * progmodes/pascal.el (pascal):
9500         * progmodes/prolog.el (prolog):
9501         * progmodes/python.el (python):
9502         * progmodes/scheme.el (scheme):
9503         * progmodes/sh-script.el (sh, sh-script):
9504         * progmodes/sql.el (SQL):
9505         * progmodes/tcl.el (tcl):
9506         * textmodes/bibtex.el (bibtex, bibtex-autokey):
9507         * textmodes/enriched.el (enriched):
9508         * textmodes/makeinfo.el (makeinfo):
9509         * textmodes/sgml-mode.el (sgml):
9510         * textmodes/table.el (table-hooks):
9511         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
9512         * textmodes/texinfo.el (texinfo):
9513         * textmodes/two-column.el (two-column):
9514         Finish `defgroup' description with period.
9516         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
9517         * eshell/esh-var.el (eshell-var):
9518         * progmodes/vhdl-mode.el (vhdl-testbench):
9519         * textmodes/org.el (org): Fix typos in docstrings.
9521         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
9522         consistency.
9524         * progmodes/flymake.el (flymake-find-file): Remove.
9525         (flymake-float-time): Use `with-no-warnings'.
9526         (flymake-check-start-time, flymake-check-was-interrupted)
9527         (flymake-err-info, flymake-is-running, flymake-last-change-time)
9528         (flymake-new-err-info): `defvar' at compile time.
9530 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
9532         * replace.el (occur-hook): Doc fix.
9533         (occur-1): Don't call `occur-hook' if there are no matches.
9535 2005-07-03  Richard M. Stallman  <rms@gnu.org>
9537         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
9538         global-map, save the same map.
9539         (global-map): Don't alter it at top level.
9540         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
9541         Then alter it here instead.
9542         (tpu-edt-off): Set global-map to the saved one.
9544         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
9545         All references simplified.
9546         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
9547         (zmacs-regions): Add defvar.
9548         (repeat-complex-command-map): Everything about that deleted.
9550         * textmodes/artist.el (artist-key-is-drawing)
9551         (artist-key-endpoint1, artist-key-poly-point-list)
9552         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
9553         (artist-key-compl-table, artist-rb-save-data)
9554         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
9555         Don't put them in eval-when-compile.
9556         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
9558         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
9559         Use with-no-warnings.
9561         * net/browse-url.el (dos-windows-version): Add defvar.
9563         * mail/supercite.el (filladapt-prefix-table): Add defvar.
9565         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
9566         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
9567         (rmail-new-summary-line-count): Rename from new-summary-line-count.
9568         Add defvar.
9569         (rmail-summary-beginning-of-message): Use with-no-warnings.
9570         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
9572         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
9573         Use with-no-warnings.
9575         * emulation/vi.el (vi-mark-region): Use c-mark-function.
9576         (c-mark-function): Add point-moving-unit property.
9577         (vi-goto-line): Use with-no-warnings.
9579         * emulation/edt.el (edt-last-copied-word): Add defvar.
9580         (zmacs-region-stays): Likewise.
9581         (edt-mark-section-wisely): Use c-mark-function for C.
9582         Use makr-defun for Fortran.
9583         (time-string): defvar deleted.
9584         (edt-display-the-time): Don't set time-string.
9586         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
9588         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
9589         Don't warn when name is not constant
9590         or for defining the group `emacs'.
9592         * tooltip.el (gud-tooltip-mode): Add defvar.
9594         * startup.el (default-frame-background-mode): Add defvar.
9596         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
9598         * info.el (tool-bar-map): Add defvar.
9600         * dired.el (dnd-protocol-alist): Add defvar.
9602         * dired-aux.el (dired-query): Display question with answer, when
9603         the user answers.
9605         * custom.el (custom-add-option): Doc fix.
9607         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
9609 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
9611         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
9612         bogus name from the last change.
9614 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
9616         * custom.el (custom-declare-variable): Fix typos in comment.
9617         (custom-known-themes): Doc fix.
9618         (custom-theme-directory): New defcustom.
9619         (require-theme): Make it check `custom-theme-directory'.
9621         * cus-theme.el (custom-new-theme-mode): New function.
9622         (custom-theme-name, custom-theme-variables, custom-theme-faces)
9623         (custom-theme-description): Add compiler defvars.
9624         (customize-create-theme): Add doc to the "*New Custom Theme*"
9625         buffer.  Use `custom-new-theme-mode'.
9626         (custom-theme-write): Put the created buffer in emacs-lisp-mode
9627         and save it to the `custom-theme-directory'.  Make this the
9628         default directory of the buffer.
9630 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
9632         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
9633         Fix unbalanced parentheses.
9635 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9637         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
9638         into flymake-mode and delegate to flymake-mode.
9640         * find-file.el (ff-which-function-are-we-in): Clean up.
9642 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
9644         * replace.el (occur-rename-buffer): Fix docstring.
9646         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
9647         (edt-last-copied-word, edt-learn-macro-count)
9648         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
9649         (edt-rect-start-point, edt-user-global-map, rect-start-point)
9650         (time-string, zmacs-region-stays):
9651         * emulation/edt-mapper.el (edt-save-function-key-map)
9652         (EDT-key-name): `defvar' to silence the byte-compiler.
9654 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
9656         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
9657         font-lock-regexp-backslash.  Doc fix.
9658         (font-lock-regexp-backslash-grouping-construct): Rename from
9659         font-lock-regexp-backslash-construct.  Doc fix.
9660         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
9661         grouping constructs.
9663 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
9665         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
9666         updating all the prerequisites.
9668 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
9670         * textmodes/org.el (org-agenda-start-on-weekday)
9671         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
9672         (org-agenda-use-time-grid, org-archive-location)
9673         (org-allow-space-in-links, org-usenet-links-prefer-google)
9674         (org-enable-table-editor, org-export-default-language)
9675         (org-export-html-show-new-buffer, org-fill-paragraph)
9676         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
9677         (org-goto-quit, org-occur, org-eval-in-calendar)
9678         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
9679         (org-agenda-diary-entry, org-remember-help)
9680         (org-table-convert-region, org-at-table-p)
9681         (org-table-move-row-down, org-table-move-row-up)
9682         (org-table-copy-region, org-table-toggle-vline-visibility)
9683         (org-table-get-stored-formulas, org-table-get-specials)
9684         (org-recalc-commands, org-table-eval-formula)
9685         (org-table-formula-substitute-names, orgtbl-make-binding)
9686         (org-format-org-table-html, org-format-table-table-html)
9687         (org-format-table-table-html-using-table-generate-source)
9688         (org-customize): Fix typos in docstrings.
9689         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
9690         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
9691         (org-back-to-heading): Doc fixes.
9692         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
9693         (org-agenda-change-all-lines, org-get-header):
9694         Improve argument/docstring consistency.
9695         (orgtbl-error): Fix error message.
9697         * progmodes/flymake.el (flymake-find-possible-master-files)
9698         (flymake-master-file-compare, flymake-get-line-err-count)
9699         (flymake-highlight-line, flymake-gui-warnings-enabled):
9700         Fix typos in docstrings.
9701         (flymake-parse-line, flymake-get-project-include-dirs-function)
9702         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
9703         Doc fixes.
9704         (flymake-get-project-include-dirs-function)
9705         (flymake-make-err-menu-data):
9706         Improve argument/docstring consistency.
9708 2005-07-01  Lute Kamstra  <lute@gnu.org>
9710         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
9711         Catch errors with ignore-errors.  Use temporary buffer.
9712         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
9714         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
9715         background color faces.
9716         (facemenu-set-foreground, facemenu-set-background):
9717         Use facemenu-set-face-from-menu.
9718         (facemenu-set-face-from-menu): Treat face names that start with
9719         "fg:" or "bg:" as special.
9720         (facemenu-add-new-color): Don't create faces.  Simplify.
9722 2005-06-30  Richard M. Stallman  <rms@gnu.org>
9724         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
9725         (crm-find-current-element): Likewise.
9727 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
9729         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
9731 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9733         * arc-mode.el (archive-extract): Make it work as a mouse binding.
9734         (archive-mouse-extract): Make it an obsolete alias.
9735         (archive-mode-map): Don't use archive-mouse-extract any more.
9736         (archive-mode, archive-extract): write-contents-hooks ->
9737         write-contents-functions.
9738         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
9739         first arg.
9740         (archive-rename-entry): Update the call.
9741         (archive-zip-summarize): Remove unused var `method'.
9742         (archive-lzh-summarize): Remove unused var `creator'.
9744         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
9745         dedicated frame upon exit.
9747         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
9748         (archive-zip-extract, archive-zip-expunge)
9749         (archive-zip-update, archive-zip-update-case): Use executable-find.
9750         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
9751         Use restore-buffer-modified-p.
9752         (archive-extract, archive-add-new-member, archive-write-file-member):
9753         Use with-current-buffer.
9754         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
9756 2005-06-30  Andreas Schwab  <schwab@suse.de>
9758         * progmodes/gud.el (gud-filter): Remove unneeded progn.
9760 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
9762         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
9764 2005-06-30  Juri Linkov  <juri@jurta.org>
9766         * faces.el (vertical-border): Inherit from mode-line-inactive
9767         only on tty.
9769 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
9771         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
9772         example, -NLINES in the `occur' docstring).
9774         * replace.el (occur-1): When no matches are found, do not set the
9775         `buffer-read-only' and modified flags for the occur buffer,
9776         because it is deleted.
9778         * emulation/cua-base.el (cua-check-pending-input)
9779         (cua-repeat-replace-region, cua-mode, cua-debug)
9780         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
9781         Fix typos in docstrings.
9783         * emulation/cua-gmrk.el (cua-toggle-global-mark)
9784         (cua-cut-region-to-global-mark)
9785         (cua--cut-rectangle-to-global-mark):
9786         Remove period from end of messages.
9788         * emulation/cua-rect.el (cua-do-rectangle-padding):
9789         Remove period from end of messages.
9790         (cua--rectangle-seq-format): Fix typo in docstring.
9791         (cua-sequence-rectangle, cua-fill-char-rectangle):
9792         Improve argument/docstring consistency.
9794 2005-06-29  Juri Linkov  <juri@jurta.org>
9796         * faces.el (default-frame-background-mode): New internal variable.
9797         (frame-set-background-mode): Use it.
9799         * startup.el (normal-top-level): Set default-frame-background-mode
9800         instead of frame-background-mode.  Before setting it, test for its
9801         nil value.  Remove tests for frame-background-mode and frame
9802         parameter `reverse'.  Add test for "unspecified-fg".
9804         * term/xterm.el (xterm-rxvt-set-background-mode):
9805         * term/rxvt.el (rxvt-set-background-mode):
9806         Set default-frame-background-mode instead of frame-background-mode.
9808 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
9810         * simple.el (set-variable): Warn about obsolete user variables.
9812         * imenu.el (imenu--completion-buffer):
9813         * mouse.el (mouse-buffer-menu-alist):
9814         * msb.el (msb-invisible-buffer-p):
9815         * calendar/diary-lib.el (diary-header-line-format):
9816         * emacs-lisp/pp.el (pp-buffer):
9817         * progmodes/cperl-mode.el (cperl-do-auto-fill):
9818         * textmodes/picture.el (picture-replace-match):
9819         Change space constants followed by a sexp to "?\s ".
9821         * play/decipher.el (decipher-loop-with-breaks):
9822         * textmodes/texinfo.el (texinfo-insert-@item): Change space
9823         constants "protected" from end of line by a comment to "?\s".
9825 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9827         * font-lock.el (save-buffer-state): Use `declare'.
9829         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
9830         reset the syntax-table to cperl-mode-syntax-table.
9831         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
9832         "foo_print_bar" is not matched as a reserved keyword.
9834 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
9836         * textmodes/org.el (orgtbl-setup): New function, for delayed
9837         setup for the orgtbl commands.
9838         (org-calc-default-modes): New option.
9839         (orgtbl-make-binding): Use `defun' to get better help display.
9840         (org-diary): Call `org-compile-prefix-format'.
9841         (org-table-formula-substitute-names): New function.
9842         (org-agenda-day-view, org-agenda-week-view): New commands.
9843         (org-agenda-toggle-week-view): Command removed.
9844         (org-tbl-menu): Split off from org-org-menu.
9845         (org-mode): Move removal of outline-mode menus to here.
9846         (org-table-formula-debug): New option.
9847         (org-table-insert-row): Keep first field if just "#" or "*".
9848         (org-mode): Paragraph regexps fixed.
9849         (org-table-recalculate-regexp): New constant.
9850         (org-table-justify-field-maybe): Avoid replace if not necessary.
9851         (org-copy-special, org-cut-special): Use `call-interactively'.
9852         (org-table-copy-region): Take region from `interactive' call.
9853         (org-trim): Return string even if no match.
9854         (org-formula): New face.
9855         (org-set-font-lock-defaults): No longer highlight "FIXME".
9856         But highlight formula-related fields in table.
9857         (org-table-p): Use regexp, not fontification.
9858         (org-table-align): Handle white space at end of line.
9859         (org-table-formula-evaluate-inline): New option.
9860         (org-mode): Auto-wrapping in comment lines turned off.
9861         (org-table-copy-down): Evaluate only in copied field, not in
9862         destination.
9863         (org-table-current-formula): Variable removed.
9864         (org-table-store-formulas, org-table-get-stored-formulas)
9865         (org-table-modify-formulas, org-table-replace-in-formulas)
9866         (org-table-maybe-eval-formula): New functions.
9867         (org-table-get-formula): Modify to use stored formulas.
9868         (org-table-insert-column, org-table-delete-column)
9869         (org-table-move-column): Call `org-table-modify-formulas'.
9870         (org-complete): Add completion for keyword formulas.
9871         (orgtbl-mode): Pull orgtbl-mode-map to start of
9872         minor-mode-map-alist.
9874 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9876         * progmodes/python.el (python-check): Require `compile' before
9877         modifying its variables.
9879         * newcomment.el (comment-indent-default): Don't get fooled by an early
9880         end of buffer.
9882 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9884         * ps-print.el (ps-print-version): Fix version number.
9886 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
9888         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
9890 2005-06-28  Richard M. Stallman  <rms@gnu.org>
9892         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
9893         (flyspell-local-mouse-map): Declaration deleted.
9894         (flyspell-mouse-map): Bind only mouse-2.
9895         (flyspell-mode-map): Don't test flyspell-use-local-map.
9896         (flyspell-overlay-keymap-property-name): Var deleted.
9897         (flyspell-mode-on): Don't make local bindings for
9898         flyspell-mouse-map and flyspell-mode-map.
9899         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
9901         * textmodes/ispell.el (ispell-word): Do not ignore short words.
9903         * progmodes/compile.el (compilation-next-error-function):
9904         Don't switch buffers; operate on the current buffer.
9906         * progmodes/compile.el (compilation-error-file-name)
9907         (compilation-warning-file-name, compilation-info-file-name)
9908         (compilation-line-number, compilation-column-number): New faces.
9909         (compilation-error-face, compilation-warning-face)
9910         (compilation-info-face, compilation-line-face)
9911         (compilation-column-face): Use them.
9913         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
9915         * comint.el (comint-password-prompt-regexp): Accept ", try again".
9917         * bindings.el (global-map): Bind insertchar and its variants.
9919 2005-06-27  Richard M. Stallman  <rms@gnu.org>
9921         * textmodes/artist.el (artist-text-overwrite)
9922         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
9924 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9926         * ps-print.el: It was not working the page selection for printing.
9927         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
9928         (ps-print-version): New version 6.6.7.
9929         (ps-end-sheet): New fun.
9930         (ps-header-sheet, ps-end-job): Call it.
9932 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
9934         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
9936 2005-06-27  Lute Kamstra  <lute@gnu.org>
9938         * facemenu.el (facemenu-unlisted-faces): Add foreground and
9939         background color faces.
9940         (facemenu-get-face): Delete function.
9941         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
9942         (facemenu-add-new-color): Make second argument mandatory.
9943         Create the appropriate face and return it.  Simplify.
9944         (facemenu-set-foreground, facemenu-set-background): Don't check if
9945         color is defined.  Use return value of facemenu-add-new-color.
9947 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
9949         * progmodes/gud.el (gud-filter): Add missing argument to
9950         with-selected-window.
9952 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9954         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
9955         a :require to the defcustom.
9957         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
9958         defcustoms corresponding to minor modes.
9960 2005-06-26  David Ponce  <david@dponce.com>
9962         * recentf.el: Require tree-widget instead of wid-edit.
9963         (recentf-filename-handler): Fix widget :type.
9964         (recentf-cancel-dialog, recentf-open-more-files)
9965         (recentf-open-files-action): Doc fix.
9966         (recentf-dialog-goto-first): New function.
9967         (recentf-dialog-mode-map): Set parent keymap first.
9968         (recentf-dialog-mode): Define with define-derived-mode.
9969         Don't display continuation lines in dialogs.
9970         (recentf-edit-list): Rename from recentf-edit-selected-items.
9971         (recentf-edit-list-select): Rename from recentf-edit-list-action.
9972         Simplify.
9973         (recentf-edit-list-validate): New function.
9974         (recentf-edit-list): Update accordingly.
9975         (recentf-open-files-item-shift): Remove.
9976         (recentf-open-files-item): Convert menu elements into tree and
9977         link widgets.  Don't create the widgets.
9978         (recentf-open-files): Update accordingly.
9979         (recentf-save-list): Untabify.
9981 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
9983         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
9984         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
9985         partially contained in the active region.  Do not take active
9986         region into account when called from Lisp, unless INTERACTIVE arg
9987         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
9988         avoid trouble with fields.  Make marker point nowhere when no
9989         longer used.  Always return nil.  Doc fix.
9990         (flush-lines): Add INTERACTIVE arg.  Do not take active region
9991         into account when called from Lisp, unless INTERACTIVE arg is
9992         non-nil.  Use `forward-line' instead of `beginning-of-line' to
9993         avoid trouble with fields.  Make marker point nowhere when no
9994         longer used.  Always return nil.  Doc fix.
9995         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
9996         interchangeable.  Do not take active region into account when
9997         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
9998         message in echo area when called from Lisp, unless INTERACTIVE arg
9999         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
10000         Return the number of matches.  Doc fix.
10001         (occur): Doc fix.
10002         (perform-replace): Make comment follow double space convention for
10003         the sake of `outline-minor-mode'.
10005         * faces.el (facep): Doc fix.
10007 2005-06-25  Richard M. Stallman  <rms@gnu.org>
10009         * facemenu.el (facemenu-enable-faces-p): New function.
10010         (facemenu-background-menu, facemenu-foreground-menu)
10011         (facemenu-face-menu): Add menu-enable property.
10013         * jka-compr.el (jka-compr-insert-file-contents):
10014         Special handling if cannot find the uncompression program.
10016         * cus-face.el (custom-face-attributes): Add autoload.
10018         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10019         Bind comment-indent-function locally.
10021         * window.el (save-selected-window): Use save-current-buffer.
10023         * subr.el (with-selected-window): Use save-current-buffer.
10025         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
10026         and with-current-buffer.
10028 2005-06-24  Richard M. Stallman  <rms@gnu.org>
10030         * simple.el (line-move-1): Fix previous change.
10032 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10034         * replace.el (occur-1): Set `buffer-read-only' and the
10035         buffer-modified flag before running `occur-hook' to protect
10036         against unintentional buffer switches that can lead to data loss.
10038 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
10040         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
10041         (gud-gdb-marker-filter): Use font-lock-warning-face for any
10042         initial error.
10044         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
10045         after fresh input.
10046         (gdb-var-create-handler): Put name of expression in quotes.
10048 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
10050         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
10051         elements of RING in order, and without bogus nil elements.
10053 2005-06-23  Richard M. Stallman  <rms@gnu.org>
10055         * simple.el (set-variable): Args renamed; doc fix.
10056         (line-move-1): When there are overlays around, use vertical-motion.
10058         * faces.el (escape-glyph): Use brown against light background.
10059         (nobreak-space): Rename from no-break-space.
10060         Fix previous change.
10062         * dired-aux.el (dired-do-copy): Fix arg prompt.
10064         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
10066 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
10068         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
10069         rather than "Distributor".
10071 2005-06-23  Lute Kamstra  <lute@gnu.org>
10073         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
10074         (debug-on-entry): Use it.  New interactive declaration that uses
10075         function-called-at-point.
10077 2005-06-23  Kim F. Storm  <storm@cua.dk>
10079         * subr.el (save-match-data): Add comment about using evaporate arg
10080         to set-match-data.
10082 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
10084         * cus-edit.el (customize-face)
10085         (customize-face-other-window): Handle face aliases.
10087         * faces.el (face-documentation, set-face-attribute)
10088         (face-spec-set): Handle face aliases.
10090 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
10092         * help-mode.el (help-make-xrefs): If a symbol representing a face
10093         name is not followed by the word "face", it could still be a
10094         function or variable name, so don't bypass other checks.
10096 2005-06-22  Juri Linkov  <juri@jurta.org>
10098         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
10099         Replace aliased functions with calls where second arg `inherit' is t.
10101 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
10103         * progmodes/gdb-ui.el (gdb-error): New variable.
10104         (gdb-error): New function.
10105         (gdb-annotation-rules): Act on error-begin and error annotations.
10106         (gdb-concat-output): Use font-lock-warning-face for errors.
10108 2005-06-22  Miles Bader  <miles@gnu.org>
10110         * bindings.el (propertized-buffer-identification): Use renamed
10111         `Buffer-menu-buffer' face.
10113         * faces.el (vertical-border): Rename from `vertical-divider'.
10114         (escape-glyph): Change dark-background color back to `cyan'.
10116 2005-06-21  Juri Linkov  <juri@jurta.org>
10118         * faces.el (face-user-default-spec): Try getting `customized-face'
10119         prior to `saved-face'.
10120         (frame-background-mode): Refill docstring.
10122         * emacs-lisp/lisp-mode.el (eval-defun-1):
10123         * emacs-lisp/edebug.el (edebug-eval-defun):
10124         Set `saved-face' temporarily to nil before calling form.
10125         Set `customized-face' to the new spec after that.
10127 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10129         * subr.el (1value, lambda, key-substitution-in-progress):
10130         Doc fixes.
10132         * autoinsert.el (auto-insert-alist):
10133         * ses.el (ses-call-printer):
10134         * subr.el (noreturn):
10135         * emacs-lisp/lisp.el (check-parens):
10136         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
10137         * net/browse-url.el (browse-url-mosaic):
10138         * progmodes/cc-defs.el (c-safe-scan-lists):
10139         * progmodes/ebnf-abn.el (ebnf-abn-lex):
10140         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
10141         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
10142         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
10143         * progmodes/ebnf-iso.el (ebnf-iso-lex):
10144         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
10146 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10148         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
10150 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
10152         * calendar/appt.el (appt-make-list): Activate the package, if
10153         not already active (for backwards compatibility).
10155 2005-06-20  Kim F. Storm  <storm@cua.dk>
10157         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
10159 2005-06-20  Miles Bader  <miles@gnu.org>
10161         * faces.el (vertical-divider): New face.
10163 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
10165         * simple.el (kill-whole-line): Doc fix.
10166         (next-error-buffer-p, next-error-find-buffer)
10167         (clone-indirect-buffer): Fix typos in docstrings.
10168         (comment-line-break-function): Doc fix: don't say variable
10169         is automatically buffer-local (it isn't).
10171 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
10173         * net/tramp-ftp.el (top):
10174         * net/tramp-smb.el (top):
10175         * net/tramp-util.el (top):
10176         * net/tramp-uu.el (top):
10177         * net/tramp-vc.el (top):
10178         * net/tramp.el (top): Revert copyright years back to original
10179         ones.  Tramp has a life outside GNU Emacs.
10181 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
10183         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
10185 2005-06-18  Juri Linkov  <juri@jurta.org>
10187         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
10188         end of first regexp to limit the match to the position between
10189         line number and source line with same separator character as used
10190         between file name and line number.  In the second regexp limit
10191         mouse-face area to file name and line number by adding new group
10192         for them and referring it in HYPERLINK arg.
10193         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
10194         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
10195         previous line where grep markers may be already removed.
10197 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
10199         * progmodes/ps-mode.el: Update version and maintainer's email address.
10201 2005-06-18  Steve Youngs  <steve@xemacs.org>
10203         * net/browse-url.el (browse-url-browser-function)
10204         (browse-url-default-browser): Add firefox.
10205         (browse-url-firefox-program, browse-url-firefox-arguments)
10206         (browse-url-firefox-startup-arguments)
10207         (browse-url-firefox-new-window-is-tab): New defcustoms.
10208         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
10210 2005-06-17  Richard M. Stallman  <rms@gnu.org>
10212         * startup.el (command-line): Warn if specified user name has
10213         no home directory.
10215         * term.el (term-get-old-input, term-input-filter, term-input-sender)
10216         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
10218         * longlines.el (longlines-mode, longlines-show-hard-newlines):
10219         Doc fixes.
10221         * faces.el (underline): Try bold if terminal doesn't support underline.
10223         * mail/sendmail.el (mail-setup-with-from): New variable.
10224         (mail-insert-from-field): New function.
10225         (sendmail-send-it): Call it.
10226         (mail-setup): Optionally call it here.
10228         * term/linux.el: Call tty-no-underline.
10230 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
10232         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
10234 2005-06-17  Miles Bader  <miles@gnu.org>
10236         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
10237         (ediff-current-diff-C, ediff-current-diff-Ancestor)
10238         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
10239         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
10240         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
10241         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
10242         Remove "-face" suffix from face names.
10243         (ediff-current-diff-face-A, ediff-current-diff-face-B)
10244         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
10245         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10246         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10247         (ediff-even-diff-face-A, ediff-even-diff-face-B)
10248         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10249         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10250         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10251         New backward-compatibility aliases for renamed faces.
10252         (ediff-current-diff-face-A, ediff-current-diff-face-B)
10253         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
10254         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10255         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10256         (ediff-even-diff-face-A, ediff-even-diff-face-B)
10257         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10258         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10259         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10260         Use renamed ediff faces.
10262         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
10263         Remove "-face" suffix from face names.
10264         (eshell-test-ok-face, eshell-test-failed-face):
10265         New backward-compatibility aliases for renamed faces.
10266         (eshell-run-test): Use renamed eshell-test faces.
10268         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
10269         face name.
10270         (eshell-prompt-face): New backward-compatibility alias for renamed
10271         face.
10272         (eshell-emit-prompt): Use renamed eshell-prompt face.
10274         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
10275         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
10276         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
10277         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
10278         Remove "-face" suffix from face names.
10279         (eshell-ls-directory-face, eshell-ls-symlink-face)
10280         (eshell-ls-executable-face, eshell-ls-readonly-face)
10281         (eshell-ls-unreadable-face, eshell-ls-special-face)
10282         (eshell-ls-missing-face, eshell-ls-archive-face)
10283         (eshell-ls-backup-face, eshell-ls-product-face)
10284         (eshell-ls-clutter-face):
10285         New backward-compatibility aliases for renamed faces.
10286         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
10288         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
10289         Remove "-face" suffix from face name.
10290         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
10291         instead of literal face.
10293 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
10295         * emacs-lisp/warnings.el (display-warning, lwarn)
10296         (warning-minimum-log-level): Doc fixes.
10297         (warning-minimum-level, warning-minimum-log-level):
10298         Add :debug to :type choices.
10300         * progmodes/ada-mode.el (ada-format-paramlist)
10301         (ada-get-indent-case, ada-check-matching-start)
10302         (ada-check-defun-name, ada-goto-matching-decl-start)
10303         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
10304         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
10305         (ada-make-subprogram-body): Follow error conventions.
10306         (ada-case-exception-file, ada-indent-comment-as-code)
10307         (ada-indent-handle-comment-special, ada-indent-renames)
10308         (ada-indent-return, ada-search-directories-internal)
10309         (ada-tab-policy, ada-case-exception-substring)
10310         (ada-other-file-alist, ada-matching-start-re)
10311         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
10312         (ada-imenu-generic-expression, ada-compile-goto-error)
10313         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
10314         (ada-popup-menu, ada-add-extensions, ada-mode)
10315         (ada-region-selected, ada-create-case-exception)
10316         (ada-create-case-exception-substring, ada-after-keyword-p)
10317         (ada-activate-keys-for-case, ada-adjust-case-region)
10318         (ada-adjust-case-buffer, ada-format-paramlist)
10319         (ada-scan-paramlist, ada-insert-paramlist)
10320         (ada-indent-newline-indent)
10321         (ada-indent-newline-indent-conditional)
10322         (ada-justified-indent-current, ada-goto-previous-word)
10323         (ada-indent-current, ada-get-indent-open-paren)
10324         (ada-get-indent-paramlist, ada-get-indent-end)
10325         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
10326         (ada-get-indent-block-start, ada-get-indent-subprog)
10327         (ada-get-indent-noindent, ada-get-indent-label)
10328         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
10329         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
10330         (ada-goto-stmt-end, ada-goto-next-word)
10331         (ada-check-matching-start, ada-check-defun-name)
10332         (ada-goto-matching-decl-start, ada-goto-matching-start)
10333         (ada-goto-matching-end, ada-search-ignore-string-comment)
10334         (ada-in-decl-p, ada-looking-at-semi-or)
10335         (ada-looking-at-semi-private, ada-in-paramlist-p)
10336         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
10337         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
10338         (ada-next-procedure, ada-previous-procedure, ada-next-package)
10339         (ada-previous-package, ada-create-menu)
10340         (ada-fill-comment-paragraph-justify)
10341         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
10342         (ada-other-file-name, ada-last-which-function-line)
10343         (ada-last-which-function-subprog, ada-which-function)
10344         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
10345         (ada-gen-treat-proc, ada-check-emacs-version)
10346         (ada-continuation-indent, ada-align-region-separate):
10347         Fix typos in docstrings.
10348         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
10350 2005-06-16  Lute Kamstra  <lute@gnu.org>
10352         * simple.el (fundamental-mode): Run after-change-major-mode-hook
10353         conditionally.
10355 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10357         * comint.el (comint-replace-by-expanded-filename)
10358         (comint-prompt-regexp, comint-delimiter-argument-list)
10359         (comint-preinput-scroll-to-bottom):
10360         * info.el (Info-hide-cookies-node):
10361         * ls-lisp.el (ls-lisp-classify):
10362         * find-file.el (ff-search-directories, ff-special-constructs)
10363         (ff-find-other-file):
10364         * font-lock.el (font-lock-keywords):
10365         * shell.el (shell-prompt-pattern)
10366         (shell-dynamic-complete-functions, shell-mode)
10367         (shell-delimiter-argument-list):
10368         * term.el (term-replace-by-expanded-filename)
10369         (term-prompt-regexp, term-delimiter-argument-list):
10370         * woman.el (woman-ignore, woman0-if):
10371         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
10372         * emacs-lisp/elint.el (elint-init-env):
10373         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
10374         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
10375         * language/ethio-util.el (ethio-tilde-escape)
10376         (ethio-use-three-dot-question):
10377         * net/zone-mode.el (zone-mode-load-time-setup):
10378         * progmodes/cc-align.el (c-lineup-argcont):
10379         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
10380         * progmodes/cperl-mode.el (cperl-set-style-back):
10381         * progmodes/inf-lisp.el (inferior-lisp-prompt):
10382         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
10383         Fix spellings in docstrings.
10385         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
10386         * progmodes/modula2.el (m2-for): Fix spellings.
10388         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
10390         * simple.el (undo-more): Don't use `format' on `error' arguments.
10391         Improve argument/docstring consistency.
10392         (pending-undo-list): Doc fix.
10394         * smerge-mode.el (smerge-ensure-match):
10395         * emulation/vip.el (vip-ex):
10396         * net/zone-mode.el (zone-mode-update-serial):
10397         * progmodes/idlwave.el (idlwave-complete):
10398         * progmodes/vhdl-mode.el (vhdl-visit-file)
10399         (vhdl-compose-wire-components):
10400         Don't use `format' on `error' arguments.
10402         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
10403         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
10404         (tooltip-help-tips): Fix typos in docstrings.
10406 2005-06-16  David Ponce  <david@dponce.com>
10408         * tree-widget.el (tree-widget-value-create): Simplify last change.
10410 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
10412         * ido.el (ido-incomplete-regexp): New variable.
10413         (ido-set-matches-1): Handle invalid-regexp error and set
10414         ido-incomplete-regexp.
10415         (ido-incomplete-regexp): New face.
10416         (ido-completions): Use it.
10417         (ido-complete, ido-exit-minibuffer, ido-completions):
10418         Handle incomplete regexps.
10419         (ido-completions): Add check for complete match when entering a regexp.
10421 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10423         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
10425 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10427         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
10428         by field delimiters.
10430 2005-06-15  David Ponce  <david@dponce.com>
10432         * tree-widget.el: eval-and-compile inlined functions so they will
10433         be available at run-time too.
10434         (tree-widget-super-format-handler)
10435         (tree-widget-format-handler): Remove.
10436         (tree-widget-value-create): Handle the :indent property.
10438 2005-06-15  Miles Bader  <miles@gnu.org>
10440         * progmodes/which-func.el (which-func): Only inherit
10441         `font-lock-function-name-face' when that makes sense against the
10442         default mode-line face, otherwise set the face color explicitly.
10444         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
10445         faces instead of (non-existent) variables.
10447 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10449         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
10450         (iswitchb-get-matched-buffers): Likewise.  Simplify.
10452 2005-06-14  Miles Bader  <miles@gnu.org>
10454         * progmodes/ld-script.el (ld-script-location-counter):
10455         Remove "-face" suffix from face name.
10456         (ld-script-location-counter-face):
10457         New backward-compatibility alias for renamed face.
10458         (ld-script-location-counter-face): Use renamed face.
10460         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
10461         (cperl-hash): Remove "-face" suffix from face names.
10462         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
10463         New backward-compatibility aliases for renamed faces.
10464         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
10465         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
10467         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
10468         name.
10469         (which-func-face): New backward-compatibility alias for renamed face.
10470         (which-func-format): Use renamed which-func face.
10472         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
10473         (vhdl-function, vhdl-directive, vhdl-reserved-word)
10474         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
10475         names.
10476         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
10477         (vhdl-speedbar-configuration, vhdl-speedbar-package)
10478         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
10479         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
10480         (vhdl-speedbar-architecture-selected)
10481         (vhdl-speedbar-configuration-selected)
10482         (vhdl-speedbar-package-selected)
10483         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
10484         names.
10485         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
10486         Use renamed faces.
10487         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
10488         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
10489         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
10490         Use renamed faces.
10491         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
10492         names.
10493         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
10494         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
10495         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
10496         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
10497         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
10498         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
10500         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
10501         face name.
10502         (sh-heredoc-face): New backward-compatibility alias for renamed face.
10503         (sh-heredoc-face): Use renamed sh-heredoc face.
10505         * progmodes/idlw-help.el (idlwave-help-link):
10506         Remove "-face" suffix from face name.
10507         (idlwave-help-link-face):
10508         New backward-compatibility alias for renamed face.
10509         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
10511         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
10512         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
10513         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
10514         New backward-compatibility aliases for renamed faces.
10515         (idlwave-shell-disabled-breakpoint-face)
10516         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
10518         * progmodes/flymake.el (flymake-errline, flymake-warnline):
10519         Remove "-face" suffix from face names.
10520         (flymake-errline-face, flymake-warnline-face):
10521         New backward-compatibility aliases for renamed faces.
10522         (flymake-highlight-line): Use renamed flymake faces.
10524         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
10525         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
10526         (ebrowse-member-class, ebrowse-progress):
10527         Remove "-face" suffix from face names.
10528         (ebrowse-tree-mark-face, ebrowse-root-class-face)
10529         (ebrowse-file-name-face, ebrowse-default-face)
10530         (ebrowse-member-attribute-face, ebrowse-member-class-face)
10531         (ebrowse-progress-face):
10532         New backward-compatibility aliases for renamed faces.
10533         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
10534         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
10535         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
10536         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
10538         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
10539         antlr-syntax)
10540         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
10541         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
10542         names.
10543         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
10544         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
10545         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
10546         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
10547         backward-compatibility aliases for renamed faces.
10548         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
10549         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
10550         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
10551         remove "font-lock-".  Use renamed antlr-mode faces.
10552         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
10553         literal face-names with face variable references.
10555         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
10556         face name.
10557         (Buffer-menu-buffer-face): New backward-compatibility alias for
10558         renamed face.
10559         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
10561 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
10563         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
10564         Eliminate "-face" suffix.
10565         (makefile-targets): Inherit from font-lock-function-name-face and
10566         eliminate "-face" suffix.
10567         (makefile-shell): Remove attributes and eliminate "-face" suffix.
10568         (makefile-*-font-lock-keywords): Append makefile-targets in rule
10569         actions, instead of prepending, to make it less visible.
10570         (makefile-previous-dependency, makefile-match-dependency):
10571         Don't match a target on a continuation line.
10573         * files.el (auto-mode-alist): Put Makefile in gmake mode.
10575 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
10577         * progmodes/gdb-ui.el (menu): Re-order menu items.
10578         (gdb-tooltip-print): Respect tooltip-use-echo-area.
10580         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
10581         Define in tooltip.el.
10582         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
10583         (gud-tooltip-tips): Respect tooltip-use-echo-area and
10584         gud-tooltip-echo-area.
10586         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
10587         backward compatibility and make obsolete.
10588         (tooltip-help-tips): Use tooltip-use-echo-area.
10589         (tooltip-show-help-function): Rename to...
10590         (tooltip-show-help): ...this, because it is a function.
10591         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
10593 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
10595         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
10596         (edebug-print-length, edebug-print-level, edebug-print-circle)
10597         (edebug-modify-breakpoint, edebug-eval-last-sexp)
10598         (edebug-eval-print-last-sexp): Doc fixes.
10600 2005-06-14  Kim F. Storm  <storm@cua.dk>
10602         * ido.el (ido-mode): Make a new keymap every time we enable ido,
10603         as the coverage buffer/file/both may change.
10605 2005-06-14  Lute Kamstra  <lute@gnu.org>
10607         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
10608         and run-mode-hooks.  Simplify.
10610         * mail/rmailedit.el (rmail-edit-mode):
10611         * progmodes/octave-inf.el (inferior-octave-mode):
10612         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
10614         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
10615         and run-mode-hooks.
10616         (recentf-edit-list, recentf-open-files): Don't call
10617         kill-all-local-variables directly.
10619         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
10621 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10623         * emacs-lisp/byte-run.el (make-obsolete)
10624         (define-obsolete-function-alias): Rename arguments FUNCTION and
10625         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
10626         (make-obsolete-variable, define-obsolete-variable-alias):
10627         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
10628         respectively.
10630         * isearchb.el (isearchb-activate):
10631         * pcvs.el (cvs-mode):
10632         * ses.el (ses-load):
10633         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
10634         * net/tramp.el (tramp-find-file-exists-command)
10635         (tramp-find-shell):
10636         * progmodes/ada-mode.el (ada-create-case-exception)
10637         (ada-create-case-exception-substring, ada-make-subprogram-body):
10638         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
10639         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
10640         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
10641         * textmodes/org.el (org-promote, org-evaluate-time-range)
10642         (org-agenda-next-date-line, org-agenda-previous-date-line)
10643         (org-agenda-error, org-open-at-point, org-table-move-row)
10644         (org-format-table-table-html-using-table-generate-source)
10645         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
10646         * textmodes/reftex.el (reftex-access-scan-info):
10647         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
10648         (reftex-toc-promote-prepare): Follow error conventions.
10650         * diff-mode.el (diff-mode): Fix typo in docstring.
10652         * forms.el (forms--intuit-from-file): Fix reference to
10653         `forms-number-of-fields' in error message.
10654         (forms-print): Fix quoting in error message.
10656         * forms.el (forms-mode):
10657         * emulation/vi.el (vi-goto-insert-state):
10658         * progmodes/flymake.el (flymake-new-err-info)
10659         (flymake-start-syntax-check-for-current-buffer)
10660         (flymake-simple-cleanup):
10661         * eshell/esh-var.el (eshell/export):
10662         * progmodes/gud.el (xdb):
10663         * textmodes/flyspell.el (flyspell-incorrect-hook)
10664         (flyspell-maybe-correct-transposition)
10665         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
10667 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
10669         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
10670         minibuffer prompt.
10672 2005-06-13  Kim F. Storm  <storm@cua.dk>
10674         * subr.el (add-to-ordered-list): New defun.
10676         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
10677         add cua--keymap-alist to emulation-mode-map-alists.
10679 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10681         * subr.el (complete-in-turn): New macro.
10682         (dynamic-completion-table, lazy-completion-table): Add debug info.
10684         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
10685         in preference to face aliases.
10687         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
10688         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
10689         Remove unused vars `start' and `firstline'.
10690         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
10691         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
10693 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
10695         * cus-start.el (all): Don't complain about missing GTK-related
10696         variables, unless either `gtk' is boundp or this isn't a
10697         `windows-nt' build.
10699 2005-06-13  Lute Kamstra  <lute@gnu.org>
10701         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
10702         run-mode-hooks.
10704         * ediff-mult.el (ediff-meta-mode):
10705         * ediff-util.el (ediff-mode): Use run-mode-hooks.
10707         * ledit.el (ledit-mode): Use delay-mode-hooks.
10709         * woman.el (woman-mode-line-format): Delete constant.
10710         (woman-mode-map): Initialize it properly.
10711         (woman-mode): Set mode-class property to special.
10712         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
10713         Set major-mode and mode-name.  Don't set mode-line-format directly.
10714         (Man-getpage-in-background): Don't reference woman-mode-line-format.
10716         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
10717         string argument obsolete.
10719 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
10721         * textmodes/org.el (org-CUA-compatible): New option.
10722         (org-disputed-keys): New variable.
10723         (org-key): New function.
10724         (orgtbl-make-binding): Add docstring to the created function.
10725         (org-mode): Set paragraph start/separate regexps.
10726         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
10727         (org-archive-location, org-archive-mark-done)
10728         (org-archive-stamp-time): New options.
10729         (org-archive-subtree): New command.
10730         (org-fill-paragraph): New function.
10731         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
10732         (org-fake-empty-table-line): Function removed.
10733         (org-format-org-table-html): Do not create empty table lines at
10734         separator lines.  Improved table header treatment.
10735         (org-link-format): New option.
10736         (org-make-link): New function.
10737         (org-insert-link, org-store-link): Use org-make-link.
10738         (org-open-file): Quote file name for shell command, to allow
10739         spaces in file names.
10740         (org-link-regexp): Fix bug with mailto link.
10741         (org-link-maybe-angles-regexp, org-protected-link-regexp):
10742         New constants.
10743         (org-export-as-html): Deal with the optional angles around a link.
10744         Better treatment of file: links.
10745         (org-open-at-point): Replace @{ and @} with < and >.
10746         (org-run-mode-hooks): Function removed.
10747         (org-agenda-mode): No longer use `org-run-mode-hooks'.
10749 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
10751         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
10752         MI command -data-list-register-values.
10753         (gdb-post-prompt): Indent properly.
10755 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
10757         * hilit-chg.el (highlight-changes-colors): Rename from
10758         `highlight-changes-colours'.
10759         (highlight-changes-colours): Keep as obsolete alias.
10760         (highlight-changes-face-list): Doc fix.
10761         (hilit-chg-make-list): Use `highlight-changes-colors'.
10763 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
10765         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
10766         defun-prompt-regexp.
10768 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
10770         * loadup.el: Don't say we are dumping under 2 names on windows-nt
10771         and cygwin.
10773         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
10774         Don't use an old loaddefs.el, as in Makefile.in.
10776 2005-06-12  Lute Kamstra  <lute@gnu.org>
10778         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
10780         * man.el (Man-mode-map): Initialize it properly.
10781         (Man-mode): Set mode-class property to special.
10783         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
10785 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
10787         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
10788         A newline is needed in the docstring there.
10790         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
10791         Doc fixes.
10793 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10795         * printing.el: Doc fix.  The menubar is no more changed when printing
10796         is loaded, it only changes when pr-menu-bind or pr-update-menus is
10797         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
10798         (pr-version): New version number (6.8.4).
10799         (pr-menu-bind): New command.
10800         (pr-update-menus): Docstring and code fix.
10801         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
10802         Docstring fix.
10803         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
10804         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
10806 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
10808         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
10809         "Returns" to "return", document useful return values, etc.
10811 2005-06-11  Alan Mackenzie  <acm@muc.de>
10813         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
10814         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
10815         (adaptive-file-function): Minor amendment to doc-string.
10817 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
10819         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
10820         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
10821         Fix :type--it is `integer', not `string'.
10823         * faces.el (modeline-highlight): Rename from (the erroneous)
10824         `modeline-higilight'.
10826 2005-06-11  Lute Kamstra  <lute@gnu.org>
10828         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
10829         lisp-interaction-mode-map but make it the parent.
10830         (edebug-eval-mode): Use define-derived-mode.
10832 2005-06-11  Andreas Schwab  <schwab@suse.de>
10834         * bindings.el: Add binding of `ESC functionkey' for every
10835         `M-functionkey'.
10836         * hexl.el (hexl-mode-map): Likewise.
10838 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
10840         * progmodes/compile.el (compilation-error-regexp-alist-alist)
10841         [msft]: update regexp for newer msft compilers.
10843 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
10845         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
10846         ATTLIST portions of included DTDs.
10847         (xml-parse-dtd): Eliminate use of inefficient match-data.
10849 2005-06-10  Miles Bader  <miles@gnu.org>
10851         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
10852         (mpuz-text): Remove "-face" suffix from face names.
10853         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
10854         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
10855         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
10857         * play/gomoku.el (gomoku-O, gomoku-X):
10858         Remove "-face" suffix from face names.
10859         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
10860         New backward-compatibility aliases for renamed faces.
10861         (gomoku-font-lock-keywords): Use renamed gomoku faces.
10863 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
10865         * thumbs.el: Fixes for changes of 2005-06-09.
10866         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
10867         as a directory.
10868         (thumbs-thumbname): Remove directory separator from format string;
10869         `thumbs-thumbsdir' now returns a valid directory name.
10870         (thumbs-temp-dir): New defsubst.
10871         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
10872         Use it.
10874         * cus-edit.el (minibuffer):
10875         * files.el (make-backup-file-name-function):
10876         * filesets.el (filesets-external-viewers):
10877         * hilit-chg.el (highlight-changes-colours)
10878         (highlight-changes-face-list, highlight-changes-rotate-faces):
10879         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
10880         * kmacro.el (kmacro-call-macro):
10881         * log-edit.el (log-edit-changelog-full-paragraphs):
10882         * mouse.el (mouse-1-click-follows-link):
10883         * skeleton.el (skeleton-autowrap):
10884         * subr.el (insert-for-yank-1):
10885         * tempo.el (tempo-insert-region):
10886         * terminal.el (terminal-emulator):
10887         * time.el (display-time-mail-face):
10888         * vc.el (vc-annotate):
10889         * vcursor.el (vcursor-copy-line):
10890         * woman.el (woman-bold-headings, woman-ignore)
10891         (woman-default-faces, woman-monochrome-faces):
10892         * calendar/todo-mode.el (todo-insert-threshold):
10893         * emulation/pc-select.el (pc-select-selection-keys-only)
10894         (pc-selection-mode):
10895         * emulation/vip.el (vip-find-char-forward):
10896         * emulation/viper-cmd.el (viper-find-char-forward):
10897         * international/mule-cmds.el
10898         (select-safe-coding-system-accept-default-p)
10899         (input-method-exit-on-invalid-key):
10900         * international/mule-diag.el (describe-coding-system):
10901         * international/ucs-tables.el (unify-8859-on-encoding-mode):
10902         * net/browse-url.el (browse-url-xterm-program):
10903         * obsolete/lazy-lock.el (lazy-lock-mode):
10904         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
10905         (cperl-mode):
10906         * progmodes/cpp.el (cpp-face-light-name-list)
10907         (cpp-face-dark-name-list):
10908         * progmodes/delphi.el (delphi-newline-always-indents):
10909         Fix spellings in docstrings.
10911         * ido.el (ido-mode, ido-file-extensions-order)
10912         (ido-default-file-method, ido-default-buffer-method)
10913         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
10914         (ido-decorations, ido-read-file-name-as-directory-commands)
10915         (ido-read-file-name-non-ido, ido-work-directory-list)
10916         (ido-ignore-item-temp-list, ido-current-directory)
10917         (ido-magic-forward-char, ido-enter-find-file)
10918         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
10919         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
10921 2005-06-10  Lute Kamstra  <lute@gnu.org>
10923         * play/dunnet.el (dun-mode): Use define-derived-mode.
10924         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
10925         obsolete alias.
10927         * play/doctor.el (doctor-mode-map): Remove defvar.
10928         (doctor-mode): Use define-derived-mode.
10930         * mail/mspools.el (mspools-mode):
10931         * net/eudc-hotlist.el (eudc-hotlist-mode):
10932         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
10934 2005-06-10  Miles Bader  <miles@gnu.org>
10936         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
10937         Remove "-face" suffix from face names.
10938         (flyspell-incorrect-face, flyspell-duplicate-face):
10939         New backward-compatibility aliases for renamed faces.
10940         (flyspell-mode-on, make-flyspell-overlay)
10941         (flyspell-highlight-incorrect-region)
10942         (flyspell-highlight-duplicate-region)
10943         (flyspell-display-next-corrections)
10944         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
10946         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
10947         from face name.
10948         (texinfo-heading-face): New backward-compatibility alias for
10949         renamed face.
10950         (texinfo-heading-face): Use renamed texinfo-heading face.
10952         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
10953         suffix from face names.
10954         (tex-math-face, tex-verbatim-face):
10955         New backward-compatibility aliases for renamed faces.
10956         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
10957         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
10958         literal face name.
10960         * textmodes/table.el (table-cell): Remove "-face" suffix from face
10961         name.
10962         (table-cell-face): New backward-compatibility alias for renamed face.
10963         (table--put-cell-face-property, table--update-cell-face):
10964         Use renamed table-cell face.
10966         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
10967         from face name.
10968         (sgml-namespace-face): New backward-compatibility alias for
10969         renamed face.
10970         (sgml-namespace-face): Use renamed sgml-namespace face.
10972         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
10973         (org-level-4, org-level-5, org-level-6, org-level-7)
10974         (org-level-8, org-warning, org-headline-done)
10975         (org-deadline-announce, org-scheduled-today)
10976         (org-scheduled-previously, org-link, org-done, org-table)
10977         (org-time-grid): Remove "-face" suffix from face names.
10978         (org-level-1-face, org-level-2-face, org-level-3-face)
10979         (org-level-4-face, org-level-5-face, org-level-6-face)
10980         (org-level-7-face, org-level-8-face, org-warning-face)
10981         (org-headline-done-face, org-deadline-announce-face)
10982         (org-scheduled-today-face, org-scheduled-previously-face)
10983         (org-link-face, org-done-face, org-table-face)
10984         (org-time-grid-face):
10985         New backward-compatibility aliases for renamed faces.
10986         (org-level-faces, org-set-font-lock-defaults, org-timeline)
10987         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
10988         (org-agenda-get-timestamps, org-agenda-get-scheduled)
10989         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
10991         * emulation/viper-init.el (viper-search, viper-replace-overlay)
10992         (viper-minibuffer-emacs, viper-minibuffer-insert)
10993         (viper-minibuffer-vi): Remove "-face" suffix from face names.
10994         (viper-search-face, viper-replace-overlay-face)
10995         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
10996         (viper-minibuffer-vi-face):
10997         New backward-compatibility aliases for renamed faces.
10998         (viper-search-face, viper-replace-overlay-face)
10999         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
11000         (viper-minibuffer-vi-face): Use renamed viper faces.
11002         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
11003         Remove "-face" suffix from face names.
11004         (testcover-nohits-face, testcover-1value-face):
11005         New backward-compatibility aliases for renamed faces.
11006         (testcover-mark): Use renamed testcover faces.
11008         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
11009         face name.
11010         (diary-button-face): New backward-compatibility alias for renamed face.
11011         (diary-entry): Use renamed diary-button face.
11013         * calendar/calendar.el (diary, calendar-today, holiday)
11014         (mark-visible-calendar-date): Remove "-face" suffix from face names.
11015         (diary-face, calendar-today-face, holiday-face):
11016         New backward-compatibility aliases for renamed faces.
11017         (eval-after-load "facemenu", diary-entry-marker)
11018         (calendar-today-marker, calendar-holiday-marker, diary-face):
11019         Use renamed calendar faces.
11021         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
11022         (compare-windows-face): New backward-compatibility alias for
11023         renamed face.
11024         (compare-windows-highlight): Use renamed compare-windows face.
11026         * strokes.el (strokes-char): Remove "-face" suffix from face name.
11027         (strokes-char-face): New backward-compatibility alias for renamed face.
11028         (strokes-encode-buffer): Use renamed strokes-char face.
11030         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
11031         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
11032         Remove "-face" suffix from face names.
11033         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
11034         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
11035         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
11036         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
11037         Use renamed pcvs faces.
11038         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
11039         * pcvs-defs.el (cvs-mode-map): Likewise.
11040         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
11042         * info.el (info-title-1, info-title-2, info-title-3)
11043         (info-title-4): Remove "-face" suffix from and downcase face names.
11044         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
11045         (Info-title-4-face):
11046         New backward-compatibility aliases for renamed faces.
11047         (Info-fontify-node): Use renamed info faces.
11049         * hilit-chg.el (highlight-changes, highlight-changes-delete):
11050         Remove "-face" suffix from face names.
11051         (highlight-changes-face, highlight-changes-delete-face):
11052         New backward-compatibility aliases for renamed faces.
11053         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
11054         (hilit-chg-make-list): Use renamed highlight-changes faces.
11056         * generic-x.el (show-tabs-tab, show-tabs-space):
11057         Remove "-face" suffix from face names.
11058         (show-tabs-tab-face, show-tabs-space-face):
11059         New backward-compatibility aliases for renamed faces.
11060         (show-tabs-generic-mode-font-lock-defaults-1)
11061         (show-tabs-generic-mode-font-lock-defaults-2):
11062         Use renamed show-tabs faces.
11064         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
11065         (smerge-markers): Remove "-face" suffix from face names.
11066         (smerge-mine-face, smerge-other-face, smerge-base-face)
11067         (smerge-markers-face):
11068         New backward-compatibility aliases for renamed faces.
11069         (smerge-mine-face, smerge-other-face, smerge-base-face)
11070         (smerge-markers-face): Use renamed smerge faces.
11072         * log-view.el (log-view-file, log-view-message): Remove "-face"
11073         suffix from face names.
11074         (log-view-file-face, log-view-message-face):
11075         New backward-compatibility aliases for renamed faces.
11076         (log-view-file-face, log-view-message-face): Use renamed log-view
11077         faces.
11079         * paren.el (show-paren-match, show-paren-mismatch):
11080         Remove "-face" suffix from face names.
11081         (show-paren-match-face, show-paren-mismatch-face):
11082         New backward-compatibility aliases for renamed faces.
11083         (show-paren-function): Use renamed show-paren faces.
11085         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
11086         (ruler-mode-margins, ruler-mode-fringes)
11087         (ruler-mode-column-number, ruler-mode-fill-column)
11088         (ruler-mode-comment-column, ruler-mode-goal-column)
11089         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
11090         suffix from face names.
11091         (ruler-mode-default-face, ruler-mode-pad-face)
11092         (ruler-mode-margins-face, ruler-mode-fringes-face)
11093         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
11094         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
11095         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
11096         New backward-compatibility aliases for renamed faces.
11097         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
11098         (ruler-mode-column-number, ruler-mode-fill-column)
11099         (ruler-mode-comment-column, ruler-mode-goal-column)
11100         (ruler-mode-tab-stop, ruler-mode-current-column)
11101         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
11102         faces.
11104         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
11105         face name.
11106         (whitespace-highlight-the-space): Use renamed face.
11107         (whitespace-highlight-face): New backward-compatibility alias for
11108         renamed face.
11110         * woman.el (woman-italic, woman-bold, woman-unknown)
11111         (woman-addition, woman-symbol-face):
11112         Remove "-face" suffix from face names.
11113         (woman-italic-face, woman-bold-face, woman-unknown-face)
11114         (woman-addition-face):
11115         New backward-compatibility aliases for renamed faces.
11116         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
11117         (woman-decode-region, woman-replace-match)
11118         (woman-display-extended-fonts, woman-special-characters)
11119         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
11120         Use renamed woman faces.
11122         * longlines.el (longlines-visible-face): Face removed.
11124         * diff-mode.el (diff-header, diff-file-header, diff-index)
11125         (diff-hunk-header, diff-removed, diff-added, diff-changed)
11126         (diff-function, diff-context, diff-nonexistent): Remove "-face"
11127         suffix from face names.
11128         (diff-header-face, diff-file-header-face, diff-index-face)
11129         (diff-hunk-header-face, diff-removed-face, diff-added-face)
11130         (diff-changed-face, diff-function-face, diff-context-face)
11131         (diff-nonexistent-face): New backward-compatibility aliases for
11132         renamed faces.
11133         (diff-header-face, diff-file-header-face)
11134         (diff-index, diff-index-face, diff-hunk-header)
11135         (diff-hunk-header-face, diff-removed, diff-removed-face)
11136         (diff-added, diff-added-face, diff-changed-face, diff-function)
11137         (diff-function-face, diff-context-face, diff-nonexistent)
11138         (diff-nonexistent-face): Use renamed diff-mode faces.
11140         * progmodes/compile.el (compilation-warning-face)
11141         (compilation-info-face): Remove "-face" suffix from face names.
11142         (compilation-warning-face, compilation-info-face):
11143         New backward-compatibility aliases for renamed faces.
11144         (compilation-warning-face, compilation-info-face):
11145         Use renamed compilation faces.
11147         * add-log.el (change-log-date, change-log-name)
11148         (change-log-email, change-log-file, change-log-list)
11149         (change-log-conditionals, change-log-function)
11150         (change-log-acknowledgement): Remove "-face" suffix from face names.
11151         (change-log-date-face, change-log-name-face)
11152         (change-log-email-face, change-log-file-face)
11153         (change-log-list-face, change-log-conditionals-face)
11154         (change-log-function-face, change-log-acknowledgement-face):
11155         New backward-compatibility aliases for renamed faces.
11156         (change-log-font-lock-keywords): Use renamed change-log faces.
11158         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
11159         (custom-set, custom-changed, custom-saved, custom-button)
11160         (custom-button-pressed, custom-documentation, custom-state)
11161         (custom-comment, custom-comment-tag, custom-variable-tag)
11162         (custom-variable-button, custom-face-tag, custom-group-tag-1)
11163         (custom-group-tag): Remove "-face" suffix from face names.
11164         (custom-magic-alist, custom-magic-value-create)
11165         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
11166         (custom-invalid-face, custom-rogue-face, custom-modified-face)
11167         (custom-set-face, custom-changed-face, custom-saved-face)
11168         (custom-button-face, custom-button-pressed-face)
11169         (custom-documentation-face, custom-state-face)
11170         (custom-comment-face, custom-comment-tag-face)
11171         (custom-variable-tag-face, custom-variable-button-face)
11172         (custom-face-tag-face, custom-group-tag-face-1)
11173         (custom-group-tag-face):
11174         New backward-compatibility aliases for renamed faces.
11176         * wid-edit.el (widget-documentation, widget-button)
11177         (widget-field, widget-single-line-field, widget-inactive)
11178         (widget-button-pressed): "-face" suffix removed from face names.
11179         (widget-documentation-face, widget-button-face)
11180         (widget-field-face, widget-single-line-field-face)
11181         (widget-inactive-face, widget-button-pressed-face):
11182         New backward-compatibility aliases for renamed faces.
11183         (widget-documentation-face, widget-button-face)
11184         (widget-button-pressed-face, widget-specify-field)
11185         (widget-specify-inactive): Use renamed widget faces.
11187 2005-06-10  Kenichi Handa  <handa@m17n.org>
11189         * term/x-win.el (x-clipboard-yank): Remove condition-case
11190         wrapping.
11192 2005-06-11  Kenichi Handa  <handa@m17n.org>
11194         * add-log.el (change-log-font-lock-keywords): Make the regexp for
11195         date lines stricter.
11197 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
11199         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
11200         of x-get-selection.
11202 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
11204         * comint.el (comint-mode, comint-snapshot-last-prompt):
11205         * frame.el (frame-current-scroll-bars):
11206         * term.el (term-mode, term-check-proc, term-input-sender)
11207         (term-simple-send, term-extract-string, term-word)
11208         (term-match-partial-filename):
11209         * window.el (window-current-scroll-bars):
11210         * emulation/cua-base.el (cua-normal-cursor-color)
11211         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
11212         (cua-global-mark-cursor-color):
11213         * mail/undigest.el (rmail-forward-separator-regex):
11214         Fix typos in docstrings.
11216         * comint.el (comint-check-proc, make-comint-in-buffer)
11217         (comint-source-default): Doc fixes.
11219         * term.el (term-send-string): Improve argument/docstring consistency.
11221 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
11223         * comint.el (comint-send-input): Bind `inhibit-read-only' around
11224         call to `delete-region'.
11225         (comint-mode-hook): Do not enable Font Lock by default.
11227 2005-06-09  Lute Kamstra  <lute@gnu.org>
11229         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
11230         could be void.
11232 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11234         * emacs-lisp/debug.el (debugger-will-be-back): New var.
11235         (debug): Use it.
11236         (debugger-step-through, debugger-continue, debugger-jump)
11237         (debugger-return-value): Set it when needed.
11238         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
11239         Use inhibit-read-only.
11241 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
11243         * window.el (shrink-window-if-larger-than-buffer)
11244         (window-size-fixed): Fix typo in docstring.
11246         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
11247         thumbnails directory on loading.
11248         (thumbs-conversion-program): Use `eq' to check the system type,
11249         not `equal'.
11250         (thumbs-temp-dir): Initialize to `temporary-file-directory',
11251         not "/tmp".  Fix docstring.
11252         (thumbs-thumbsdir): New function to return the thumbnails
11253         directory, creating it if needed.
11254         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
11255         (thumbs-temp-file): Delete variable and make it into a function.
11256         (thumbs-resize-image, thumbs-modify-image): Use it.
11257         (thumbs-kill-buffer): Simplify.
11258         (thumbs-gensym): Defalias or duplicate CL `gensym'.
11259         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
11260         docstrings.
11262 2005-06-09  Kim F. Storm  <storm@cua.dk>
11264         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
11265         set-match-data to free markers in match-data.
11267         * replace.el (replace-match-data): Pass RESEAT arg `t' to
11268         match-data to unchain markers in match-data.
11270 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11272         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
11273         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
11274         unnecessary now.
11276 2005-06-08  Richard M. Stallman  <rms@gnu.org>
11278         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
11279         give the variable a doc string that doesn't say don't set it directly.
11281         * textmodes/ispell.el (ispell-check-version):
11282         Use match-string-no-properties.
11283         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
11284         (ispell-buffer-local-words): Likewise.
11286         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
11287         except on terminals with enough colors to really display it.
11288         (makefile-dependency-regex): Delete spurious `bb'.
11290         * faces.el (escape-glyph): Use blue once again in last case.
11291         (no-break-space): Redefine so that it isn't invisible on a tty.
11293 2005-06-08  Kim F. Storm  <storm@cua.dk>
11295         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
11296         also when reading directory name.
11298 2005-06-08  Lute Kamstra  <lute@gnu.org>
11300         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
11301         (flyspell-mode-line-string): Remove autoload cookie.
11302         (flyspell-mode): Remove defvar.
11304 2005-06-07  Lute Kamstra  <lute@gnu.org>
11306         * textmodes/org.el (org-run-mode-hooks): New function.
11307         (org-agenda-mode): Use it.
11309 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
11311         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
11313 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11315         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
11317 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
11319         * font-lock.el (font-lock-add-keywords): Doc fix.
11321 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11323         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
11324         (tex-compile-default): In the absence of any history, use the order in
11325         tex-compile-alist to choose the preferred command.
11326         (tex-compile-commands): Reorder a bit.
11328         * textmodes/flyspell.el (flyspell-auto-correct-binding)
11329         (flyspell-incorrect-face, flyspell-duplicate-face):
11330         Use (X)Emacs-agnostic code.
11331         (flyspell-mode-map): Don't overwrite at each load.  Remove code
11332         redundant with the subsequent add-minor-mode.  Merge Emacs and
11333         XEmacs code.
11334         (flyspell-word): Minor simplification.
11335         (flyspell-math-tex-command-p): Quieten the byte-compiler.
11336         (flyspell-external-point-words): Remove unused vars `size' and `start'.
11337         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
11338         Merge the corresponding Emacs code.
11339         (flyspell-correct-word, flyspell-xemacs-popup):
11340         Use flyspell-do-correct.
11342         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
11343         a dedicated window.
11345         * international/latexenc.el (latexenc-find-file-coding-system):
11346         Undo part of last patch, to turn off a compiler warning.
11348 2005-06-06  Juri Linkov  <juri@jurta.org>
11350         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
11351         Rename `tmm-inactive-face' to `tmm-inactive'.
11353 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
11355         * iswitchb.el: Rename faces.
11357 2005-06-06  Kim F. Storm  <storm@cua.dk>
11359         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
11360         (cua-global-mark): Remove -face suffix from face names.
11362         * emulation/cua-gmrk.el (cua--init-global-mark):
11363         Remove cua-global-mark face setup.
11365 2005-06-06  Richard M. Stallman  <rms@gnu.org>
11367         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
11368         just like other allowed characters.
11369         (makefile-match-dependency): Exclude leading and training whitespace
11370         from the range of regexp subexp 1.
11371         (makefile-macroassign-regex): Don't try to match the body,
11372         just the name of the macro being defined.
11374         * info.el (Info-read-node-name-2): New function.
11375         (Info-read-node-name-1): Use that.
11376         Add a completion-base-size-function property.
11378         * simple.el (completion-setup-function): Look for
11379         completion-base-size-function property of minibuffer-completion-table.
11381         * files.el (locate-file-completion): Doc fix.
11383         * printing.el: Don't call pr-update-menus; user must do that.
11385         * emacs-lisp/debug.el (debugger-window): New variable.
11386         (debug): Use debugger-window if it is set and still alive.
11387         Record debugger-window for next entry.
11389         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
11391 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
11393         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
11394         (hack-one-local-variable, hack-local-variables)
11395         (hack-local-variables-prop-line): Pass that arg.
11397 2005-06-06  Kim F. Storm  <storm@cua.dk>
11399         * ido.el (ido-first-match, ido-only-match, ido-subdir)
11400         (ido-indicator): Remove -face suffix from face names.
11402 2005-06-06  Juri Linkov  <juri@jurta.org>
11404         * font-lock.el (font-lock-regexp-backslash)
11405         (font-lock-regexp-backslash-construct): New faces.
11406         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
11407         after `('.  Add `while-no-input' to control structures.
11409         * faces.el (no-break-space, shadow): New faces.
11410         (escape-glyph): Use less loud colors pink2 and red4.
11412         * diff-mode.el (diff-context-face)
11413         * dired.el (dired-ignored)
11414         * rfn-eshadow.el (file-name-shadow)
11415         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
11417         * info.el (Info-title-1-face): Use green instead of yellow because
11418         bold yellow is not readable on light backgrounds.
11420         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
11421         before selecting the desired mode to not spend time fontifying
11422         old contents.
11424 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
11426         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
11427         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
11429         * ps-print.el (ps-default-fg, ps-default-bg):
11430         Fix typos in docstrings.
11432         * isearchb.el (isearchb): Don't pass a spurious second argument to
11433         `iswitchb-completions'.
11435 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
11437         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
11438         to preserve point.
11439         (gdb-find-file-hook): Add doc string.
11441         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
11442         C dereferenced pointer expression.
11443         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
11445         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
11447         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
11448         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
11449         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
11450         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
11451         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
11452         Make background transparent.
11454 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11456         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
11457         (font-lock-remove-keywords): Doc fix.
11458         (font-lock-mode-major-mode): Compiler defvar.
11459         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
11461         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
11462         (font-lock-mode): Update `font-lock-mode-major-mode'.
11463         (font-lock-set-defaults): Compiler defvar.
11464         (font-lock-default-function): Take `font-lock-mode-major-mode'
11465         into account.
11467         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
11468         keep track of which major mode it enabled the minor mode for.
11469         Use find-file-hook again.  Update docstring.
11471         * simple.el (eval-expression-print-level)
11472         (eval-expression-print-length, eval-expression-debug-on-error):
11473         Doc fixes.
11475 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
11477         * iswitchb.el (iswitchb-single-match-face)
11478         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
11479         (iswitchb-invalid-regexp-face): New faces.
11480         (iswitchb-completions): Use them.
11481         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
11482         now marked as an obsolete alias.
11483         (iswitchb-read-buffer): Remove check for bound font variables.
11484         (iswitchb-invalid-regexp): New free variable.
11485         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
11486         set iswitchb-invalid-regexp.
11487         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
11488         invalid regexps.
11489         (iswitchb-completions): Add check for complete match when entering
11490         a regexp.
11491         (iswitchb-completions): Remove require-match argument.
11492         (iswitchb-exhibit): Fix caller.
11493         (iswitchb-common-match-inserted): New variable.
11494         (iswitchb-complete, iswitchb-completion-help): Use it.
11496 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
11498         * url-http.el (url-http-chunked-encoding-after-change-function):
11499         Use `url-http-debug' instead of `message'.
11501 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
11503         * url-http.el (url-http-parse-headers): Pass redirected URL as a
11504         callback argument.
11506 2005-06-04  Kim F. Storm  <storm@cua.dk>
11508         * simple.el (line-move): Only call sit-for when moving backwards.
11510         * ido.el (ido-make-merged-file-list-1): New defun split from
11511         ido-make-merged-file-list.
11512         (ido-make-merged-file-list): Bind throw-on-input around call to
11513         ido-make-merged-file-list-1.  Return input-pending-p if
11514         interrupted by more input available.
11515         (ido-read-internal): Handle input-pending-p return value from
11516         ido-make-merged-file-list.
11518 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11520         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
11521         compatibility code.
11523         * international/latexenc.el (latexenc-find-file-coding-system):
11524         Don't inherit the EOL part of the coding-system from the
11525         tex-main buffer.  Fit within 80 columns.
11527 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
11529         * tmm.el (tmm-inactive-face): New face.
11530         (tmm-remove-inactive-mouse-face): New function.
11531         (tmm-prompt, tmm-add-one-shortcut)
11532         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
11533         but not selectable.
11535 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
11537         * faces.el (face-equal): Improve argument/docstring consistency.
11539 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
11541         * progmodes/make-mode.el (makefile-targets-face)
11542         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
11543         (makefile-bsdmake-dependency-regex)
11544         (makefile-makepp-rule-action-regex)
11545         (makefile-bsdmake-rule-action-regex): New constants.
11546         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
11548         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11549         Allow (...) within `...' for makepp messages.
11551 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
11553         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
11555         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
11556         "." files are deleted from all file lists before comparison.
11558         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
11559         (viper-ESC-key): Made them customizable.
11561         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
11563 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
11565         * autorevert.el (auto-revert-buffers): Use save-match-data.
11567 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11569         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
11570         menu items with a nil command binding.
11572 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
11574         * emacs-lisp/cl-macs.el (defsetf):
11575         Improve argument/docstring consistency.
11577         * faces.el (list-faces-display): Improve the formatting by
11578         computing the maximum length required for any face-name (reworked
11579         patch of 1999-01-11, accidentally deleted on 1999-07-21).
11580         (internal-find-face): Remove redundant info in docstring.
11582 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
11584         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
11585         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
11586         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
11587         (gdb-assembler-custom): Improve regexps.
11588         (def-gdb-auto-update-handler): Use window point to preserve point.
11590 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11592         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
11594 2005-05-31  Jay Belanger  <belanger@truman.edu>
11596         * calc/calc-embed.el (calc-embedded-word): Change argument passed
11597         to calc-embedded.
11598         (calc-embedded-make-info): Have plain prefix argument select
11599         entire line.
11601 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
11603         * faces.el (list-faces-display): Signal error if passed a regexp
11604         that matches no face name.
11606         * simple.el (filter-buffer-substring): Fix typo in docstring.
11608 2005-05-31  Richard M. Stallman  <rms@gnu.org>
11610         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
11611         (vhdl-emacs-21): Doc fix.
11612         (vhdl-mode): Unconditionally set comment-padding.
11613         (vhdl-fixup-whitespace-region): Insert spaces only where
11614         there are none.
11615         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
11617 2005-05-30  John Wiegley  <johnw@newartisans.com>
11619         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
11620         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
11621         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
11622         `directory-sep-char' to ?/, and all uses of `string-to-int' to
11623         `string-to-number'.
11625 2005-05-30  Jay Belanger  <belanger@truman.edu>
11627         * calc/calc.el (calc-bug-address): Fix docstring.
11628         (calc-window-hook, calc-trail-window-hook): New variables.
11629         (calc-trail-display): Restore use of calc-trail-window-hook.
11630         (calc): Restore use of calc-window-hook.
11632 2005-05-31  Masatake YAMATO  <jet@gyve.org>
11634         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
11636         * help-fns.el (help-C-file-name): Add autoload mark for
11637         `find-function-noselect'.
11639 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11641         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
11642         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
11644 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
11646         * calendar/diary-lib.el (mark-included-diary-files): Only kill
11647         included diary buffer if it was not already being visited.
11648         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
11650         * calendar/icalendar.el (top-level): Do not require 'appt.
11652         * mail/supercite.el (sc-select-attribution): Only use a list
11653         element from sc-attrib-selection-list if it returns a string.
11654         Reported by Davide G. M. Salvetti <salve@debian.org>.
11656 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
11658         * thumbs.el (thumbs-thumbname): The resulting thumbname now
11659         includes a hash value to improve its uniqueness, and has a ".jpg"
11660         extension.  Also, it is now a valid filename on all systems.
11661         (thumbs-make-thumb): Use `let', not `let*'.
11662         (thumbs-show-thumbs-list): Check for JPEG availability.
11664 2005-05-30  Richard M. Stallman  <rms@gnu.org>
11666         * filesets.el (filesets-menu-ensure-use-cached):
11667         Prevent warning when emacs-version>= is undefined.
11669         * printing.el (pr-interactive-n-up): Use string-to-number.
11671         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
11673         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
11674         Warn only when name to be defined is quoted.
11676 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
11678         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
11679         Make regexp more robust.
11680         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
11681         Force regeneration of disassembly.
11683 2005-05-29  Jay Belanger  <belanger@truman.edu>
11685         * calc/calc.el (calc-user-invocation): Check if
11686         calc-invocation-macro is non-nil.
11688 2005-05-29  Juri Linkov  <juri@jurta.org>
11690         * add-log.el (change-log-font-lock-keywords):
11691         Add `+' to e-mail regexp to accept mail address with keywords.
11693         * man.el (Man-name-regexp): Add `:' to accept qualified names.
11695 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
11697         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
11699         * ielm.el (inferior-emacs-lisp-mode): Ditto.
11701 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11703         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
11704         Undo the change that moves to end of the current word.
11706 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
11708         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
11709         Throw error when count <= 0 to ensure input is a number.
11710         (gdb-read-memory-custom): Pick up address from buffer.
11711         (gdb-memory-mode): Allow user to increment and decrement
11712         memory address from header line.
11714 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11716         * flyspell.el (flyspell-version): Function deleted.
11717         (flyspell-auto-correct-previous-hook): Doc fix.
11719         * jit-lock.el (jit-lock-function, jit-lock-after-change):
11720         Do nothing if memory is full.
11722         * font-lock.el (font-lock-fontify-syntactically-region):
11723         Pass t for GREEDY to looking-back.
11725         * saveplace.el (save-place-alist-to-file): Write the file
11726         using write-region.
11728         * subr.el (looking-back): New argument GREEDY.
11730         * progmodes/compile.el (compilation-start): Set the mode
11731         before inserting the initial text.
11733         * progmodes/which-func.el (which-func-update-1): Turn the mode
11734         off in case of error by setting which-func-mode.
11736 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
11738         * flyspell.el (flyspell-auto-correct-previous-word):
11739         Narrow down to what's on the screen, and recenter overlays
11740         at the end of the next word.
11742 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
11744         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
11745         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
11746         (flyspell-abbrev-p): Default to nil.
11747         (flyspell-use-global-abbrev-table-p): Doc fix.
11748         (flyspell-large-region): Allow nil as value.
11749         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
11751         (mail-mode-flyspell-verify): More robust handling
11752         of `mail-header-separator'.  More efficient signature detection.
11753         Allow for regexp metacharacters in message-header-separator.
11754         Adding `To' not to be checked in mail-mode-flyspell-verify.
11756         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
11757         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
11758         Bind flyspell-auto-correct-binding.
11759         Bind C-. and C-, .
11760         (flyspell-mode-map): Likewise.
11761         (flyspell-mode): Doc fix.
11762         (flyspell-accept-buffer-local-defs): Preserve current buffer.
11763         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
11764         (flyspell-word-cache-result): New var, always local.
11765         (flyspell-check-pre-word-p): Doc fix.
11766         (flyspell-check-changed-word-p): Handle spc like newline.
11767         (flyspell-post-command-hook): Set flyspell-word-cache-result.
11768         (flyspell-word-search-backward, flyspell-word-search-forward):
11769         New functions.
11770         (flyspell-word): Return t if nothing to check.
11771         When parsing TeX code, check for after } or \.
11772         Use flyspell-word-search-backward to find previous word.
11773         Return nil if duplicated word.
11774         For word already checked, return same value as last time.
11775         Set flyspell-word-cache-result after checking.
11776         Don't clobber the return value.
11777         (flyspell-get-word): Major rewrite.
11778         (flyspell-external-point-words): New locals pword, pcount.
11779         Fix size used in progress message.
11780         Find the proper corresponding word in flyspell-large-region-buffer.
11781         (flyspell-region): Check for flyspell-large-region = nil.
11782         (flyspell-highlight-incorrect-region): Clean up overlays in region.
11783         (flyspell-auto-correct-word): Check that WORD is a cons.
11784         (flyspell-correct-word): Likewise.
11786 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
11788         * progmodes/make-mode.el (makefile-rule-action-regex)
11789         (makefile-macroassign-regex, makefile-makepp-mode)
11790         (makefile-bsdmake-mode): Continuation lines may be empty.
11791         Reported by Joshua Varner.
11792         (makefile-makepp-font-lock-keywords): Add $(stem).
11794 2005-05-28  Karl Berry  <karl@gnu.org>
11796         * textmodes/tex-mode.el: Now that tex-send-command calls
11797         shell-quote-argument (2005-03-31 change), remove all calls to
11798         shell-quote-argument; they all end up invoking tex-send-command.
11799         The double quoting loses on filenames with non-safe characters,
11800         such as "@".  Reported by Frederik Fouvry.
11802 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
11804         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
11805         about preserving point.
11807 2005-05-27  Jay Belanger  <belanger@truman.edu>
11809         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
11810         Info-goto-node.
11812         * calc/calc-embed.el (calc-embed-arg): New variable.
11813         (calc-do-embedded-activate, calc-embedded-activate-formula)
11814         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
11815         variable by new variable.
11816         (calc-embedded-make-info): Replace undeclared variable by new
11817         variable.  When selecting region with positive prefix
11818         argument, use end of previous line instead of beginning of line.
11820         * calc/calc-aent.el (calc-arg-values): Declare it.
11822         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
11823         Declare them.
11825         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
11827         * calc/calc.el (calc-alg-map): Declare it.
11829         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
11831 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
11833         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
11834         (gdb-registers-buffer, toggle-gdb-all-registers):
11835         Toggle display of floating point registers.
11836         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
11838         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
11839         (toggle-gud-tooltip-dereference):
11840         Rename from gud-toggle-tooltip-dereference.
11842 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11844         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
11846 2005-05-27  Jay Belanger  <belanger@truman.edu>
11848         * calc/calc-prog.el (calc-kbd-report): Remove.
11849         (calc-kbd-query): Rewrite.
11851 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
11853         * image.el (image-library-alist): Move to image.c.
11854         (image-type-available-p): Doc fix.
11856 2005-05-27  Lute Kamstra  <lute@gnu.org>
11858         * calc/calc.el (calc):
11859         * outline.el (outline-1, outline-2, outline-3, outline-4)
11860         (outline-5, outline-6, outline-7, outline-8):
11861         * textmodes/dns-mode.el (dns-mode):
11862         * textmodes/sgml-mode.el (sgml-namespace-face):
11863         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
11864         (tex-verbatim-face, tex-use-reftex):
11865         * textmodes/texinfo.el (texinfo-heading-face):
11866         Specify customization group.
11868         * longlines.el: Don't require easy-mmode.
11869         (longlines-visible-face): Specify customization group.
11871 2005-05-27  Kenichi Handa  <handa@m17n.org>
11873         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
11874         encoding table of windows-1251.
11876         * international/ucs-tables.el (ucs-set-table-for-input):
11877         If translation-table-for-input of a coding system is a symbol, get
11878         its translation-table property.
11880         * international/code-pages.el: Don't register a coding system into
11881         non-iso-charset-alist more than once.
11882         (cp-make-coding-system): Likewise.
11884 2005-05-26  John Wiegley  <johnw@newartisans.com>
11886         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
11887         `eshell-resume-eval' is wrapped in a list, it indicates that the
11888         command was run asynchronously.  In that case, unwrap the value
11889         before checking the delimiter value.
11891         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
11892         character before a space at the end of a line is \, assume the space
11893         is part of the last argument rather than a final argument separator.
11895         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
11896         is in use, and the target is `t' or `nil' (which are the most common
11897         values), don't assume that the symbol target is a buffer.
11899 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11901         * calendar/calendar.el (calendar-mode-line-format):
11902         Use mode-line-highlight as mouse-face.
11904         * time.el (display-time-string-forms, display-time-update):
11905         Use mode-line-highlight as mouse-face.
11907 2005-05-26  Jay Belanger  <belanger@truman.edu>
11909         * calc/calc.el (calc-language-alist): Remove extra defvar.
11911 2005-05-26  Lute Kamstra  <lute@gnu.org>
11913         * arc-mode.el (archive-mode):
11914         * bookmark.el (bookmark-read-annotation-mode)
11915         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
11916         * bs.el (bs-mode):
11917         * calc/calc-yank.el (calc-edit-mode):
11918         * calc/calc.el (calc-mode, calc-trail-mode):
11919         * calculator.el (calculator-mode):
11920         * chistory.el (command-history-mode):
11921         * comint.el:
11922         * cus-edit.el (custom-mode):
11923         * descr-text.el (describe-text-mode):
11924         * ebuff-menu.el (Electric-buffer-menu-mode):
11925         * ediff-util.el (ediff-mode):
11926         * emacs-lisp/re-builder.el (reb-mode):
11927         * emulation/vi.el (vi-mode-setup):
11928         * emulation/ws-mode.el (wordstar-mode):
11929         * eshell/esh-mode.el (eshell-mode):
11930         * forms.el (forms-mode):
11931         * help-mode.el (help-mode):
11932         * hexl.el (hexl-mode):
11933         * ibuffer.el (ibuffer-mode):
11934         * ielm.el (inferior-emacs-lisp-mode):
11935         * info.el (Info-mode, Info-edit-mode):
11936         * international/swedish.el:
11937         * ledit.el (ledit-from-lisp-mode):
11938         * locate.el (locate-mode):
11939         * mail/rmail.el (rmail-mode):
11940         * mail/rmailedit.el (rmail-edit-mode):
11941         * mail/rmailsum.el (rmail-summary-mode):
11942         * mail/supercite.el (sc-electric-mode):
11943         * net/eudc.el (eudc-mode):
11944         * net/quickurl.el (quickurl-list-mode):
11945         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
11946         * obsolete/ooutline.el (outline-mode):
11947         * obsolete/options.el (Edit-options-mode):
11948         * obsolete/rnews.el (news-mode):
11949         * obsolete/rnewspost.el (news-reply-mode):
11950         * play/5x5.el (5x5-mode):
11951         * play/decipher.el (decipher-mode, decipher-stats-mode):
11952         * play/gomoku.el (gomoku-mode):
11953         * play/snake.el (snake-mode):
11954         * play/solitaire.el (solitaire-mode):
11955         * play/tetris.el (tetris-mode):
11956         * progmodes/ada-mode.el (ada-mode):
11957         * progmodes/antlr-mode.el (antlr-mode):
11958         * progmodes/autoconf.el (autoconf-mode):
11959         * progmodes/dcl-mode.el (dcl-mode):
11960         * progmodes/delphi.el (delphi-mode):
11961         * progmodes/ebrowse.el (ebrowse-tree-mode)
11962         (ebrowse-electric-list-mode, ebrowse-member-mode)
11963         (ebrowse-electric-position-mode):
11964         * progmodes/f90.el (f90-mode):
11965         * progmodes/fortran.el (fortran-mode):
11966         * progmodes/icon.el (icon-mode):
11967         * progmodes/idlw-help.el (idlwave-help-mode):
11968         * progmodes/idlw-shell.el (idlwave-shell-mode):
11969         * progmodes/idlwave.el (idlwave-mode):
11970         * progmodes/inf-lisp.el (inferior-lisp-mode):
11971         * progmodes/m4-mode.el (m4-mode):
11972         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
11973         * progmodes/modula2.el (modula-2-mode):
11974         * progmodes/octave-inf.el (inferior-octave-mode):
11975         * progmodes/octave-mod.el (octave-mode):
11976         * progmodes/pascal.el (pascal-mode):
11977         * progmodes/sh-script.el (sh-mode):
11978         * progmodes/sql.el (sql-mode, sql-interactive-mode):
11979         * progmodes/vhdl-mode.el (vhdl-mode):
11980         * progmodes/xscheme.el (scheme-interaction-mode):
11981         * replace.el (occur-mode):
11982         * ses.el (ses-mode):
11983         * simple.el (completion-list-mode):
11984         * skeleton.el:
11985         * speedbar.el (speedbar-mode):
11986         * term.el (term-mode):
11987         * terminal.el (terminal-edit-mode):
11988         * textmodes/reftex-index.el (reftex-index-mode)
11989         (reftex-index-phrases-mode):
11990         * textmodes/reftex-sel.el (reftex-select-label-mode)
11991         (reftex-select-bib-mode):
11992         * textmodes/reftex-toc.el (reftex-toc-mode):
11993         * wdired.el (wdired-change-to-wdired-mode):
11994         * wid-browse.el (widget-browse-mode):
11995         Use run-mode-hooks.
11997         * array.el (array-mode):
11998         * calendar/todo-mode.el (todo-mode):
11999         * man.el (Man-mode):
12000         * play/landmark.el (lm-mode):
12001         * play/mpuz.el (mpuz-mode):
12002         Use kill-all-local-variables and run-mode-hooks.
12004         * subr.el (delay-mode-hooks): Specify indentation.
12006 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
12008         * xml.el (xml-substitute-special): Don't die for undefined xml
12009         entities.
12011 2005-05-26  Jay Belanger  <belanger@truman.edu>
12013         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
12014         of nil.
12016 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
12018         * progmodes/gdb-ui.el (gdb-frame-address):
12019         Rename from gdb-current-address.
12020         (gdb-previous-frame-address): Rename from gdb-previous-address.
12021         (gdb-selected-frame): Rename from gdb-current-frame.
12022         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
12023         (gdb-frame-number): Rename from gdb-current-stack-level.
12024         (gdb-ann3): Match new mode-name for disassembly buffer.
12025         Extend initialization of variables.
12026         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
12027         (gdb-memory-mode): Use mouse-face in header line.
12028         (gdb-assembler-buffer-name): Call it disassembly and give frame
12029         in mode line.
12030         (gdb-source-spec-regexp, gdb-assembler-custom)
12031         (gdb-invalidate-assembler, gdb-frame-handler):
12032         Make robust to leading zeroes in address format.
12034 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
12036         * textmodes/org.el (org-mode): Use `define-derived-mode' to
12037         define `org-mode'.
12038         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
12040 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12042         * log-edit.el (log-edit-changelog-entries): Distinguish between
12043         filenames like xfns.c and fns.c.
12045 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
12047         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
12048         point after reverting.
12049         (Buffer-menu-make-sort-button): Handle the case where
12050         `Buffer-menu-use-header-line' is nil.
12052 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
12054         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
12055         New funcs.  In minibuffer-local-completion-map bind `]', `/'
12056         and `:' to them.
12058 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12060         * startup.el (normal-top-level): Allow modification of load-path while
12061         we're iterating over it.
12063 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
12065         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
12066         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
12067         (thumbs-resize-interactive, thumbs-insert-image)
12068         (thumbs-insert-thumb, thumbs-dired-show-marked)
12069         (thumbs-find-image-at-point, thumbs-delete-images)
12070         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
12071         (thumbs-increment-image-size, thumbs-decrement-image-size):
12072         Fix typos in docstrings.
12074 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
12076         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
12077         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
12078         (cperl-mode): Use them.
12080 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
12082         * window.el (quit-window, shrink-window-if-larger-than-buffer):
12083         Doc fixes.
12085 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
12087         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
12088         Bind C-d to gdb-inferior-io-eof.
12090         * dired.el (dired-dnd-popup-notice): Use message-box.
12092 2005-05-23  Masatake YAMATO  <jet@gyve.org>
12094         * bindings.el (mode-line-major-mode-keymap):
12095         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
12097         * faces.el (mode-line-highlight): New face.
12099         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
12100         as mouse-face.
12102         * bindings.el (top-level, help-echo, mode-line-modified)
12103         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
12104         as mouse-face.
12106 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
12108         * progmodes/cc-engine.el (c-guess-basic-syntax):
12109         Remove spurious call to `zerop'.
12111         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
12113 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
12115         CC Mode update to 5.30.10:
12117         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
12118         could go past the limit in decoration level 2, thereby causing
12119         errors during interactive fontification.
12121         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
12122         the file is evaluated interactively.
12124         * cc-engine.el (c-guess-basic-syntax): Handle operator
12125         declarations somewhat better in C++.
12127         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
12128         make use of `run-mode-hooks' which has been added in Emacs 21.1.
12129         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
12130         (awk-mode): Use it.
12131         (make-local-hook): Suppress warning about obsoleteness.
12133         * cc-engine.el, cc-align.el, cc-cmds.el
12134         (c-append-backslashes-forward, c-delete-backslashes-forward)
12135         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
12136         Compensate for return value from `forward-line' when it has moved
12137         but not to a different line due to eob.
12139         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
12140         `objc-method-intro' and `objc-method-args-cont'.
12142 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
12144         CC Mode update to 5.30.10:
12146         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
12147         in the copyright statement.  Incidentally, change "along with GNU
12148         Emacs" to "along with this program" where it occurs.
12150         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
12151         so that it is interactive, hence can be found by M-x awk-mode
12152         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
12153         <gmorris+emacs@ast.cam.ac.uk>.
12155         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
12156         Mode's regexps.
12158 2005-05-23  Kevin Ryde  <user42@zip.com.au>
12160         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
12161         c-parse-state, to avoid a lisp error (on bad code).
12163 2005-05-23  Lute Kamstra  <lute@gnu.org>
12165         * subr.el (font-lock-defaults): Remove defvar as it's already
12166         defined in font-core.el.
12168         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
12170 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
12172         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
12173         more general and work when GDB variable "print pretty" is on,
12174         as with Emacs, for example.
12176 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
12178         * font-core.el: Update comment.
12180         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12181         Use `after-change-major-mode-hook' instead of `find-file-hook'.
12183         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
12185 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
12187         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
12188         and `yank-handler' in the doc strings.
12190 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12192         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
12194 2005-05-22  Richard M. Stallman  <rms@gnu.org>
12196         * help.el (describe-key): Move print-help-return-message call
12197         out of conditional.
12199         * progmodes/etags.el (list-tags): Use with-no-warnings.
12201         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
12202         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
12203         (starttls-extra-args, starttls-extra-arguments): Add defvars.
12205         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
12207         * language/viet-util.el (viet-viscii-nonascii-translation-table):
12208         Add defvar.
12210         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
12211         Use defvar, not defconst.
12213         * hexl.el (hexl-follow-line): Use with-no-warnings.
12215         * emulation/tpu-extras.el: Use write-file-functions instead of
12216         write-file-hooks.
12218         * dired.el (dired-font-lock-keywords): Fontify files with junk
12219         extensions even if marked by -F.
12221 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
12223         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
12224         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
12225         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
12226         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
12227         (concatenate, list-length, get*, getf, cl-remprop):
12228         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
12229         (etypecase, progv, lexical-let, lexical-let*)
12230         (multiple-value-bind, multiple-value-setq, shiftf):
12231         Improve argument/docstring consistency.
12233         * subr.el (focus-frame, unfocus-frame):
12234         Revert deletion on 2005-05-01.
12236 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
12238         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
12239         doesn't exist.
12241         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
12242         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
12244 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
12246         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
12247         already deleted variables: auto-fill-hook, blink-paren-hook,
12248         lisp-indent-hook, inhibit-local-variables, unread-command-event,
12249         suspend-hooks, comment-indent-hook, meta-flag,
12250         before-change-function, after-change-function,
12251         font-lock-doc-string-face.
12253 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
12255         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
12257 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
12259         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
12260         rmail-dont-reply-to.
12262 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
12264         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
12265         literal blank when splitting new-header-values.
12267 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
12269         * calendar/cal-menu.el (cal-menu-update): Add separator as a
12270         string so that tmm doesn't create a completion entry for it.
12272         * textmodes/table.el (table-disable-menu): Ditto.
12274 2005-05-21  Richard M. Stallman  <rms@gnu.org>
12276         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
12278         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
12280         * net/rcompile.el (remote-compile): Use compilation-start.
12282         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
12284 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
12286         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
12287         Default to makefile-bsdmake-mode on BSD systems.
12289         * imenu.el (imenu-generic-expression, imenu--generic-function'):
12290         REGEXP may also be a search function now.  The part of doc-string
12291         for describing the structure was 95% identical to that of
12292         `imenu--generic-function'.  Unify it there.
12294         * progmodes/make-mode.el (makefile-imenu-generic-expression):
12295         Use function to find dependencies, because regexp alone is so complex,
12296         it easily goes into an endless loop.
12297         (makefile-makepp-mode): Also add submenu for Perl functions
12298         defined in the makefile.
12299         (makefile-bsdmake-mode): Special imenu-generic-expression no
12300         longer needed, due to function call.
12301         (makefile-match-dependency): Take BOUND into account when checking
12302         if we're through.
12304 2005-05-20  Jay Belanger  <belanger@truman.edu>
12306         * calc/calc-units.el (calc-invalidate-units-table):
12307         Use inhibit-read-only.
12308         (math-build-units-table-buffer): Use view-mode.
12310 2005-05-20  David Kastrup  <dak@gnu.org>
12312         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
12313         easy-menu-add is not a nop on Emacs; and clarify when to call it.
12315 2005-05-20  Lute Kamstra  <lute@gnu.org>
12317         * diff-mode.el (diff-header-face, diff-file-header-face)
12318         (diff-index-face, diff-hunk-header-face, diff-removed-face)
12319         (diff-added-face, diff-changed-face, diff-function-face)
12320         (diff-context-face, diff-nonexistent-face): Put them in the
12321         diff-mode customization group.
12323 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12325         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
12327         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
12329         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
12330         Minor regexp-optimization.
12332 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
12334         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
12335         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
12336         (org-agenda-add-time-grid-maybe): New function.
12337         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
12338         (org-table-create): `dotimes' instead of `mapcar'.
12339         (org-xor): Simplify implementation.
12340         (org-agenda): `inhibit-redisplay' turned on.
12341         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
12342         a consistent line after a state change.
12343         (org-agenda-remove-times-when-in-prefix): New option.
12344         (org-prefix-has-time): New variable.
12345         (org-parse-time-string): Optional argument NODEFAULT.
12346         (org-format-agenda-item): Parse items for time-of-day
12347         specifications and move these into the prefix if possible.
12348         (org-agenda-priority): Get current heading, not previous heading
12349         during agenda remote editing.
12351 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
12353         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
12354         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
12355         (remove-duplicates, delete-duplicates, substitute)
12356         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
12357         (nsubstitute-if-not, find, find-if, find-if-not, position)
12358         (position-if, position-if-not, count, count-if, count-if-not)
12359         (mismatch, search, sort*, stable-sort, merge, member*)
12360         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
12361         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
12362         (intersection, nintersection, set-difference, nset-difference)
12363         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
12364         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
12365         (nsublis, tree-equal): Improve argument/docstring consistency.
12367         * subr.el (send-string, send-region):
12368         Remove obsolescence declaration.
12369         (window-dot, set-window-dot, read-input, show-buffer)
12370         (eval-current-buffer, string-to-int):
12371         Add release number to obsolescence declarations.
12373 2005-05-19  Kim F. Storm  <storm@cua.dk>
12375         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
12376         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
12378 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
12380         * faces.el (list-faces-display): Make back button respect optional
12381         regexp arg.
12383 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
12385         * calculator.el (calculator-radix-grouping-mode)
12386         (calculator-radix-grouping-digits, calculator-displayer)
12387         (calculator-radix-grouping-separator, calculator-copy-displayer):
12388         * dabbrev.el (dabbrev-search-these-buffers-only):
12389         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
12390         (diff-advance-after-apply-hunk, diff-mode-hook)
12391         (diff-minor-mode-prefix):
12392         * imenu.el (imenu-use-popup-menu):
12393         * jit-lock.el (jit-lock-context-time):
12394         * newcomment.el (comment-fill-column, comment-column)
12395         (comment-style, comment-padding, comment-multi-line)
12396         (comment-empty-lines, comment-auto-fill-only-comments):
12397         * reveal.el (reveal-around-mark):
12398         * uniquify.el (uniquify-buffer-name-style)
12399         (uniquify-after-kill-buffer-p)
12400         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
12401         (uniquify-min-dir-content, uniquify-separator)
12402         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
12403         * w32-vars.el (w32-fixed-font-alist):
12404         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
12405         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
12406         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
12407         * progmodes/perl-mode.el (perl-indent-level)
12408         (perl-continued-statement-offset, perl-continued-brace-offset)
12409         (perl-brace-offset, perl-brace-imaginary-offset)
12410         (perl-label-offset, perl-indent-continued-arguments)
12411         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
12412         * progmodes/tcl.el (tcl-indent-level)
12413         (tcl-continued-indent-level, tcl-auto-newline)
12414         (tcl-tab-always-indent, tcl-electric-hash-style)
12415         (tcl-help-directory-list, tcl-use-smart-word-finder)
12416         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
12417         (inferior-tcl-source-command):
12418         * textmodes/fill.el (enable-kinsoku):
12419         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
12420         * textmodes/table.el (table-yank-handler):
12421         Specify missing group (and type, if simple) in defcustom.
12423 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
12425         * progmodes/compile.el (compilation-finish-function): Fix defvar.
12427 2005-05-19  Richard M. Stallman  <rms@gnu.org>
12429         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
12431         * subr.el (event-basic-type): Don't get an error.
12432         (left-fringe-p): Function deleted.
12434         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
12435         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
12437         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
12438         in recursive copy.
12440         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
12442         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
12444         * emacs-lisp/bytecomp.el
12445         (byte-compile-file-form-custom-declare-variable): Call
12446         byte-compile-nogroup-warn if appropriate.
12448         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
12449         (compilation-set-window): Don't call left-fringe-p; do it directly.
12451 2005-05-19  Jay Belanger  <belanger@truman.edu>
12453         * calc/calc-graph.el (calc-graph-format-data): Make sure
12454         var-PlotRejects is bound before trying to check its value.
12456 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
12458         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
12459         definition of this variable from reftex-global.el to reftex.el,
12460         because it is needed in the menu.
12462 2005-05-19  Lute Kamstra  <lute@gnu.org>
12464         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
12465         years are fixed.  Don't insert a space after a dash.
12467 2005-05-19  Kim F. Storm  <storm@cua.dk>
12469         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
12471 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
12473         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
12474         strings, because (eq ... ?\\) is fairly frequent.
12476         * progmodes/make-mode.el (makefile-add-this-line-targets):
12477         Simplify and integrate into `makefile-pickup-targets'.
12478         (makefile-add-this-line-macro): Simplify and integrate into
12479         `makefile-pickup-macros.
12480         (makefile-pickup-filenames-as-targets): Simplify.
12481         (makefile-previous-dependency, makefile-match-dependency):
12482         Don't stumble over `::'.
12484 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
12486         * subr.el (post-command-idle-hook, post-command-idle-delay):
12487         Remove obsoletion of post-command-idle-hook and
12488         post-command-idle-delay.
12490         * faces.el (list-faces-display): Provide button when describe-face
12491         is called to take user back to the list of faces.
12493         * help-fns.el (describe-variable): Remove hyperlinks in a
12494         variable's value as these are quite frequently inappropriate.
12496         * follow.el (follow-submit-feedback, follow-mode):
12497         Remove references to post-command-idle-hook.
12499 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
12501         * progmodes/make-mode.el (makefile-previous-dependency)
12502         (makefile-match-dependency): Check for := (and in bsd mode also
12503         !=) to give a better result, even when font-lock is not on.
12505 2005-05-18  Jay Belanger  <belanger@truman.edu>
12507         * calc/calc-help.el (calc-s-prefix-help):
12508         Add `calc-copy-special-constant' to help string.
12510 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
12512         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
12514 2005-05-18  Jay Belanger  <belanger@truman.edu>
12516         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
12517         in linear factors are in proper order.
12519 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
12521         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12522         Support for jurabib.
12524         * textmodes/reftex.el (featurep): Define aliases for overlay
12525         commands, for XEmacs compatibility, and use these aliases in
12526         overlay initializations.
12527         (reftex-highlight): Use `reftex-move-overlay'.
12528         (reftex-unhighlight): Use `reftex-delete-overlay'.
12529         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
12530         (reftex-access-search-path): Use `reftex-uniquify' instead of
12531         `reftex-uniq'
12533         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
12534         `before-string' property modification enables for Emacs as well.
12535         (reftex-select-item): Use `reftex-delete-overlay'.
12536         (reftex-select-mark): Use `reftex-make-overlay' and
12537         `reftex-overlay-put'.
12538         (reftex-select-unmark): Use `reftex-delete-overlay' and
12539         `reftex-overlay-put'.
12541 2005-05-18  Lute Kamstra  <lute@gnu.org>
12543         * emacs-lisp/lisp.el (check-parens): Fix docstring.
12545 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
12547         * add-log.el (add-change-log-entry):
12548         * array.el (array-make-template, array-reconfigure-rows)
12549         (array-init-max-row, array-init-max-column)
12550         (array-init-columns-per-line, array-init-field-width):
12551         * replace.el (replace-match-maybe-edit, perform-replace):
12552         * textmodes/spell.el (spell-region):
12553         Replace `read-input' by `read-string'.
12555         * forms.el (forms-mode):
12556         * finder.el (finder-compile-keywords):
12557         * shadowfile.el (shadow-read-files):
12558         Replace `eval-current-buffer' by `eval-buffer'.
12560         * terminal.el (te-pass-through):
12561         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
12562         (ange-ftp-raw-send-cmd):
12563         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
12564         (send-process-next-char, telnet-initial-filter, telnet):
12565         Replace `send-string' by `process-send-string'.
12567         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
12568         (prolog-consult-region): Replace `send-string' by
12569         `process-send-string'; replace `send-region' by `process-send-region'.
12571         * progmodes/delphi.el (delphi-log-msg):
12572         Replace `set-window-dot' by `set-window-point'.
12574         * subr.el (window-dot, set-window-dot, read-input, send-string)
12575         (send-region, show-buffer, eval-current-buffer):
12576         Make really obsolete, as the comment says.
12578 2005-05-17  Kim F. Storm  <storm@cua.dk>
12580         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
12581         (cua--init-keymaps): Bind C-return instead of S-return to set
12582         rectangle mark.
12584         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
12585         instead of S-return to toggle/clear rectangle mark.
12587 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
12589         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
12590         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
12591         Also fontify plain strings assigned to variables, mostly so that a
12592         colon has a face and is thus not taken as a dependency separator.
12593         (makefile-previous-dependency): Inline the new matcher, because it
12594         is too complex to work in both directions.
12595         (makefile-match-dependency): Eliminate `backward' arg (see above).
12596         Completely reimplemented so as to not sometimes go into an endless
12597         loop.  It should also be more efficient, because first it only
12598         searches for `:', instead of applying the very complex regexp.
12599         (makefile-mode): Cancel `font-lock-support-mode', because blocks
12600         to be fontified in one piece can be too long for JIT.
12601         Makefiles are never *that* big.
12603 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
12605         * dired.el (dired-mode): Simplify.
12607 2005-05-17  Lute Kamstra  <lute@gnu.org>
12609         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
12610         defcustom for the mode hook variable.
12612         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
12613         Emacs Lisp Reference Manual.
12615 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
12617         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
12618         (evenp, list*):
12619         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
12620         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
12622         * net/tramp-smb.el (tramp-smb-open-connection):
12623         Pass `tramp-chunksize' as fifth (required) argument.
12625 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
12627         * font-lock.el (lisp-font-lock-keywords-1):
12628         Set `font-lock-negation-char-face' for [^...] char group.
12629         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
12631         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
12632         a var, and refine it to mask one more level of nested vars.
12633         (makefile-rule-action-regex): Turn it into a var, and refine it so
12634         it recognizes backslashed continuation lines as belonging to the
12635         same command.
12636         (makefile-macroassign-regex): Refine it so it recognizes
12637         backslashed continuation lines as belonging to the same command.
12638         (makefile-var-use-regex): Don't look at the next char, because it
12639         might be the same one to be skipped by the initial [^$], leading
12640         to an overlooked variable use.
12641         (makefile-make-font-lock-keywords): Remove two parameters, which
12642         are now variables that some of the modes set locally.
12643         Handle dependency and rule action matching through functions, because
12644         regexps alone match too often.  Dependency matching now comes
12645         last, so it can check, whether a colon already matched something else.
12646         (makefile-mode): Inform that font-lock improves makefile parsing
12647         capabilities.
12648         (makefile-match-dependency, makefile-match-action): New functions.
12650 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
12652         * emacs-lisp/cl-extra.el (equalp): Doc fix.
12654         * align.el (align-regexp):
12655         * ansi-color.el (ansi-color-get-face):
12656         * array.el (array-reconfigure-rows, array-init-max-row)
12657         (array-init-max-column, array-init-columns-per-line)
12658         (array-init-field-width):
12659         * dired-aux.el (dired-trample-file-versions):
12660         * dired-x.el (dired-mark-sexp):
12661         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
12662         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
12663         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
12664         * faces.el (face-read-integer):
12665         * files.el (backup-extract-version, insert-directory):
12666         * hexl.el (hexl-insert-decimal-char):
12667         * server.el (server-process-filter):
12668         * shell.el (shell-extract-num):
12669         * startup.el (command-line-1):
12670         * term.el (term-command-hook):
12671         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
12672         (time-stamp-do-number):
12673         * time.el (display-time-update):
12674         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
12675         (timezone-fix-time):
12676         * vms-patch.el (vms-suspend-resume-hook):
12677         * calendar/appt.el (appt-convert-time):
12678         * calendar/cal-bahai.el (mark-bahai-diary-entries):
12679         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
12680         * calendar/cal-islam.el (mark-islamic-diary-entries):
12681         * calendar/calendar.el (calendar-cursor-to-date)
12682         (calendar-star-date):
12683         * calendar/diary-lib.el (diary-attrtype-convert)
12684         (mark-diary-entries, diary-entry-time):
12685         * calendar/solar.el (solar-get-number):
12686         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
12687         * emacs-lisp/re-builder.el (reb-display-subexp):
12688         * emulation/edt.el (edt-set-scroll-margins):
12689         * emulation/tpu-extras.el (tpu-set-scroll-margins):
12690         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
12691         (vip-get-ex-count):
12692         * emulation/viper-ex.el (viper-get-ex-token)
12693         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
12694         * international/fontset.el (fontset-plain-name):
12695         * mail/feedmail.el (feedmail-look-at-queue-directory):
12696         * mail/mailalias.el (mail-get-names):
12697         * mail/rmail.el (rmail-convert-to-babyl-format):
12698         * mail/rmailsum.el (rmail-make-basic-summary-line)
12699         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
12700         (rmail-summary-goto-msg):
12701         * mail/smtpmail.el (smtpmail-read-response):
12702         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
12703         (ange-ftp-vms-add-file-entry):
12704         * play/gametree.el (gametree-looking-at-ply)
12705         (gametree-current-branch-score):
12706         * progmodes/ada-xref.el (ada-prj-find-prj-file)
12707         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
12708         * progmodes/cperl-mode.el (condition-case):
12709         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
12710         (ebrowse-set-member-buffer-column-width)
12711         (ebrowse-select-1st-to-9nth):
12712         * progmodes/etags.el (etags-snarf-tag):
12713         * progmodes/flymake.el (flymake-parse-line):
12714         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
12715         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
12716         (idlwave-shell-menu-def):
12717         * progmodes/ps-mode.el (ps-run-goto-error):
12718         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
12719         (vhdl-speedbar-contract-level):
12720         * term/mac-win.el (x-handle-numeric-switch):
12721         * term/sun-mouse.el (sun-get-frame-data):
12722         * term/w32-win.el (x-handle-numeric-switch):
12723         * term/x-win.el (x-handle-numeric-switch):
12724         * textmodes/ispell.el (ispell-parse-output):
12725         * textmodes/nroff-mode.el (nroff-outline-level):
12726         * textmodes/reftex-cite.el (reftex-bib-sort-year)
12727         (reftex-bib-sort-year-reverse, reftex-format-citation):
12728         * textmodes/reftex-parse.el (reftex-init-section-numbers)
12729         (reftex-section-number):
12730         * textmodes/texinfmt.el (texinfo-paragraphindent):
12731         Replace `string-to-int' by `string-to-number'.
12733         * international/latexenc.el: Add page marker to force the "Local
12734         Variables:" string out of the last page.
12736 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
12738         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
12739         tooltip-change-major-mode.
12740         (gud-tooltip-print-command): Remove case where gud-minor-mode
12741         is gdb ("--fullname").
12742         (gud-tooltip-tips): Turn GUD tooltips off for this case and
12743         explain to user.
12745 2005-05-16  Jay Belanger  <belanger@truman.edu>
12747         * calc/calc-store.el (calc-copy-special-constant): New function.
12749         * calc/calc-ext.el (calc-init-extensions): Add binding for
12750         `calc-copy-special-constant'.
12752         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
12753         for the `calc-copy-special-constant' command.
12755 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
12757         * subr.el (left-fringe-p): New function.
12759         * progmodes/compile.el (compilation-setup): Set local value of
12760         overlay-arrow-string to "" always.
12761         (compilation-set-window): Left fringe then don't scroll.
12762         No left fringe then no arrow and scroll message to top.
12763         (compilation-context-lines): Adjust doc string accordingly.
12765 2005-05-16  Kim F. Storm  <storm@cua.dk>
12767         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
12768         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
12769         (ido-wide-find-dir-or-delete-dir): New command for M-d.
12770         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
12771         (ido-read-file-name): Handle commands with ido property value
12772         equal to find-file as reading a file name, to allow C-d to enter dired.
12773         (ibuffer-find-file): Add ido property with value find-file.
12775 2005-05-15  Kim F. Storm  <storm@cua.dk>
12777         * subr.el (open-network-stream-nowait): Remove.
12778         (open-network-stream-server): Remove.
12780 2005-05-15  Richard M. Stallman  <rms@gnu.org>
12782         * faces.el (describe-face): Output a definition link button.
12784         * help-mode.el (help-face-def): New button type.
12786         * emacs-lisp/copyright.el (copyright-fix-years):
12787         Match properly if the first year is 2-digit.
12788         Don't mess up the whitespace after the years by filling.
12790         * dired-aux.el (dired-mark-confirm):
12791         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
12793         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
12794         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
12795         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
12797         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12798         Set font-lock-comment-start-skip.
12800         * font-lock.el (font-lock-comment-start-skip): New variable.
12801         (font-lock-comment-end-skip): New variable.
12802         (font-lock-fontify-syntactically-region): Use them if non-nil.
12804 2005-05-15  Jay Belanger  <belanger@truman.edu>
12806         * calc/calc-store.el (calc-store-value): Return a string rather
12807         than display it as a message.
12808         Use calc-var-name for variable name.
12809         (calc-store-into): Add the result of calc-store-value to message.
12810         (calc-copy-variable): Add a message.
12811         (calc-store-exchange): Improve error messages.
12812         (calc-store-binary, calc-store-map): Don't reset the values of
12813         special constants.
12815 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
12817         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
12818         manual to docstring.
12820         * files.el (hack-local-variables-confirm): Add STRING argument.
12821         Make the function handle non file visiting buffers correctly.
12822         (hack-local-variables-prop-line, hack-local-variables)
12823         (hack-one-local-variable): Use STRING arg of
12824         `hack-local-variables-confirm'.
12826 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
12828         Sync with Tramp 2.0.49.
12830         * net/tramp.el (tramp-handle-dired-call-process)
12831         (tramp-handle-insert-directory):`insert-buffer' cannot be used
12832         because the contents of the Tramp buffer is changed before
12833         insertion (`expand-file' and alike).
12834         (tramp-handle-insert-directory): If `localname' has an empty
12835         nondirectory name, it must not be quoted.
12836         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
12837         variable `tramp-chunksize'.  Change callees.
12838         (tramp-open-connection-setup-interactive-shell): Check remote host
12839         for buggy `send-process-string' implementation.
12840         Set `tramp-chunksize' if found.  Reported by Michael Kifer
12841         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
12842         (tramp-handle-shell-command): `insert-buffer' cannot be used
12843         because the contents of the Tramp buffer is changed before
12844         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
12845         <frederic.bothamy@free.fr>.
12846         (tramp-set-auto-save): Actions should be done for Tramp file name
12847         handler only.  Ange-FTP has its own auto-save mechanism.
12848         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12849         (tramp-set-auto-save-file-modes): Set file modes of
12850         `buffer-auto-save-file-name' to ?\600 as fallback solution.
12851         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
12852         (tramp-bug): Remove obsolete variable.
12853         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
12854         for presence of `mml-mode'.  Make it running for older Emacsen as well.
12856 2005-05-14  John Paul Wallington  <jpw@pobox.com>
12858         * ibuf-ext.el (define-ibuffer-filter filename):
12859         If `dired-directory' is a list, use its car.
12861 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
12863         * ibuffer.el (define-ibuffer-column filename):
12864         If `dired-directory' is a list, use its car.
12866 2005-05-14  Richard M. Stallman  <rms@gnu.org>
12868         * subr.el (symbol-file): Doc fix.
12870         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
12871         (byte-compile-form): Call byte-compile-nogroup-warn.
12872         (byte-compile-warning-types): Doc fix.
12874         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
12876         * progmodes/cc-engine.el (c-literal-faces):
12877         Add font-lock-comment-delimiter-face.
12879         * net/net-utils.el (dig): Use with-no-warnings.
12881         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
12882         (sc-recite-frame-alist, sc-default-cite-frame)
12883         (sc-default-uncite-frame, sc-default-recite-frame)
12884         (sc-attrib-selection-list, sc-rewrite-header-list):
12885         Mark as risky-local-variable.
12887         * international/ogonek.el (ogonek-jak, ogonek-how):
12888         Don't use beginning-of-buffer.
12890         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
12892         * calendar/solar.el (solar-data-list): Move definition up.
12894         * dnd.el (dnd-protocol-alist): Add autoload.
12896         * progmodes/sh-script.el: Many doc usage fixes.
12897         (sh-indent-after-do): Change default to match common styles.
12899 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
12901         * files.el (interpreter-mode-alist)
12902         (auto-mode-interpreter-regexp): Doc fixes.
12904 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
12906         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
12908         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
12910 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12912         * dired.el (dired-mode): make-variable-buffer-local =>
12913         make-local-variable.
12915 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12917         * term/mac-win.el (mac-select-convert-to-string): Try coding
12918         systems in mac-script-code-coding-systems if specified one cannot
12919         encode string for `com.apple.traditional-mac-plain-text'.
12921 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
12923         * progmodes/make-mode.el (makefile-targets-face)
12924         (makefile-shell-face, makefile-makepp-perl-face): New faces.
12925         (makefile-dependency-regex): Fix it to not make the colon in
12926         $(var:a=b) special.
12927         (makefile-rule-action-regex): New regexp for highlighting embedded
12928         Shell strings.
12929         (makefile-macroassign-regex): Handle != for highlighting as
12930         embedded Shell strings.
12931         (makefile-var-use-regex): New const.
12932         (makefile-statements, makefile-automake-statements)
12933         (makefile-gmake-statements, makefile-makepp-statements)
12934         (makefile-bsdmake-statements): New consts.
12935         (makefile-make-font-lock-keywords): New function.
12936         (makefile-automake-font-lock-keywords)
12937         (makefile-gmake-font-lock-keywords)
12938         (makefile-makepp-font-lock-keywords)
12939         (makefile-bsdmake-font-lock-keywords): New consts.
12940         (makefile-mode-map): Add switchers between the various submodes.
12941         (makefile-mode): Document the availability of the variants.
12942         (makefile-automake-mode, makefile-gmake-mode)
12943         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
12945         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
12946         new variants of makefile-mode.
12948 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12950         * font-lock.el (font-lock-comment-delimiter-face): Fix up
12951         the inheritance.
12953 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
12955         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
12956         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
12958         * files.el (normal-mode): Extend the scope of the
12959         `enable-local-variables' binding to include the `set-auto-mode' call.
12960         (magic-mode-alist): Doc fix.
12962 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12964         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
12965         font-lock-comment-face rather than copying its setting.
12967 2005-05-12  Andreas Schwab  <schwab@suse.de>
12969         * eshell/esh-mode.el (eshell-send-input): Doc fix.
12971 2005-05-12  Lute Kamstra  <lute@gnu.org>
12973         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
12974         defcustom for the mode hook variable.  Delete the last argument.
12975         * generic-x.el: Fix callers of define-generic-mode.
12976         (generic-x-modes): Delete group.
12977         (show-tabs-tab-face, show-tabs-space-face): Put them in the
12978         generic-x customization group.
12980 2005-05-12  Kim F. Storm  <storm@cua.dk>
12982         * font-lock.el (font-lock-negation-char-face): Default to "off".
12984         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
12985         font-lock-negation-char-face to ! in !=.
12987 2005-05-12  Masatake YAMATO  <jet@gyve.org>
12989         * add-log.el (find-change-log): Fix typos in the docstring
12990         of function.
12992 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
12994         * international/latexenc.el (latexenc-find-file-coding-system):
12995         Avoid `re-search-forward' when looking for input encoding because
12996         of speed and safety.  Better regular expressions for recognizing
12997         input encoding.  Limit a search for TeX-master/tex-main-file to
12998         the local variable section.
13000 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
13002         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
13003         syntax of $ to "'" (quote).
13005 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
13007         * dnd.el (dnd-protocol-alist): Improve custom type.
13009         * dired.el (dired-dnd-protocol-alist): New variable.
13010         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
13011         `dired-mode-hook' to the end.
13013 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13015         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
13016         comment-end if comment-start-skip is not set.
13017         Obey the font-lock-comment-delimiter-face variables.
13019 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13021         * files.el (executable-find): Move from executable.el.  Use
13022         locate-file.
13023         * progmodes/executable.el (executable-find): Move to files.el.
13025         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
13026         when trying to ensure forward progress.
13028 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
13030         * mouse-sel.el (mouse-sel-follow-link-p): New function.
13031         (mouse-select, mouse-select-internal, mouse-extend-internal):
13032         Use it to implement mouse-1-click-follows-link functionality.
13034 2005-05-11  Richard M. Stallman  <rms@gnu.org>
13036         * font-lock.el (font-lock-fontify-syntactically-region):
13037         Use font-lock-comment-delimiter-face for comment delimiters.
13039 2005-05-10  Jay Belanger  <belanger@truman.edu>
13041         * calc/calc-help.el (calc-m-prefix-help): Add mention of
13042         preserving embedded modes.
13044 2005-05-10  Richard M. Stallman  <rms@gnu.org>
13046         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
13048         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
13049         Move from ada-stmt.el.
13050         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
13052         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
13053         Move to ada-mode.el.
13054         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
13056         * cus-edit.el (custom-file): Call file-chase-links.
13058         * files.el (read-directory-name): Fix previous change.
13059         (hack-local-variables-confirm): New function.
13060         (hack-local-variables-prop-line, hack-local-variables)
13061         (hack-one-local-variable): Use it.
13063 2005-05-10  Lute Kamstra  <lute@gnu.org>
13065         * font-lock.el (font-lock-keywords-alist)
13066         (font-lock-removed-keywords-alist): Clarify docstrings.
13068 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
13070         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
13071         (gdb-source-info): Check for preprocessor info.
13072         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
13073         a macro for a function.
13074         (gdb-info-breakpoints-custom): Try to find file again if not already
13075         found (user might have used GDB dir command).
13076         (gdb-get-location): Update gdb-location-alist correctly for change
13077         to gdb-info-breakpoints-custom.
13079         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
13080         (gud-tooltip-print-command): Add gdbmi case.
13081         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
13082         preprocessor info.
13084 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
13086         * startup.el (fancy-splash-insert): Fix typo in doc string.
13088 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
13090         * obsolete/float.el (string-to-float):
13091         * obsolete/hilit19.el (hilit-add-pattern):
13092         * obsolete/rnews.el (news-parse-range, news-select-message)
13093         (news-get-pruned-list-of-files): Replace `string-to-int' by
13094         `string-to-number'.
13096         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
13097         `find-file-not-found-hooks'; use `add-hook'.
13098         (uncompress-while-visiting): Set `write-file-functions', not
13099         `write-file-hooks'; use `add-hook'.
13101 2005-05-09  Kim F. Storm  <storm@cua.dk>
13103         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
13104         (cua-paste): Handle clipboard action.
13105         (cua--init-keymaps): Remap clipboard-kill-region and
13106         clipboard-kill-ring-save.
13108 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
13110         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
13111         Improve commentary.
13113         * simple.el (next-error-overlay-arrow-position): Revert the change
13114         made on 2005-04-30.
13116 2005-05-07  Jay Belanger  <belanger@truman.edu>
13118         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
13119         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
13120         `calc-sel-reselect'.
13122         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
13123         Calc is in embedded mode.
13125 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
13127         * progmodes/compile.el (compilation-setup):
13128         Set overlay-arrow-string to an empty string on text terminals.
13130         * textmodes/ispell.el (ispell-program-name): Try looking for
13131         "aspell" along exec-path, and if found, use it as the default
13132         speller program.
13134 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
13136         * international/mule.el (sgml-xml-auto-coding-function):
13137         Recognize encoding='FOO' in single quotes as well as in double quotes.
13139 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
13141         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
13142         as well as `interactive', so that defmacro* would recognize
13143         `declare' forms.
13145 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
13147         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
13148         Explain more about the LIGHTER arg's usage in the doc string.
13149         Add commentary to clarify what the code does.  Fix the regexp that
13150         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
13151         since it could have characters special to regular expressions.
13153 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
13155         * replace.el (occur-1): Bind inhibit-read-only so that
13156         erase-buffer doesn't barf on read-only text properties (likewise
13157         for add-text-properties in occur-engine).  Mark buffer as unmodified.
13158         (occur-engine): Don't set buffer-read-only here.
13160 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13162         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
13163         list-buffers-directory.  This caused the *cvs-commit* buffer to be
13164         sometimes mistakenly reused as a *cvs* buffer.
13166 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
13168         * tooltip.el: Move code for GUD tooltips into gud.el.
13169         (require): CL no longer needed to compile case.
13170         (tooltip-mode): Do not toggle functions for GUD tooltips.
13171         (tooltip-gud-tips-p): Remove.  Replace with minor mode
13172         gud-tooltip-mode in gud.el.
13173         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
13174         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
13175         tooltip-gud prefix with gud-tooltip and obsolete.
13176         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
13177         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
13178         (tooltip-mouse-motion): Mouse movement functions/variable.
13179         Rename in gud.el by adding gud prefix.
13180         (tooltip-gud-original-filter, tooltip-gud-dereference)
13181         (tooltip-gud-event, tooltip-toggle-gud-tips)
13182         (tooltip-gud-process-output, tooltip-gud-print-command)
13183         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
13184         gud.el by replacing tooltip-gud prefix with gud-tooltip.
13185         (gdb-tooltip-print): Move to gdb-ui.el.
13187         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
13188         (require): CL needed to compile case.
13189         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
13190         tooltip-gud-tips-p.  Make it a minor-mode.
13191         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
13192         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
13193         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
13194         (gud-tooltip-change-major-mode)
13195         (gud-tooltip-activate-mouse-motions-if-enabled)
13196         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
13197         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
13198         (gud-tooltip-original-filter, gud-tooltip-dereference)
13199         (gud-tooltip-event, tooltip-toggle-gud-tips)
13200         (gud-tooltip-process-output, gud-tooltip-print-command)
13201         (gud-tooltip-tips): Move from tooltip.el.
13203         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
13204         (gdb-cpp-define-alist-flags): Doc fix.
13205         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
13206         gud-tooltip-mode is t.
13208 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13210         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
13211         evaporate if their text is deleted.
13212         (goto-address-at-point): Make it work as a mouse binding as well.
13213         (goto-address-at-mouse): Obsolete it.  Update users.
13215 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
13217         * calendar/appt.el (top-level): No longer activate on load.
13219 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
13221         * calendar/cal-bahai.el (mark-bahai-diary-entries):
13222         * net/webjump.el (webjump):
13223         * progmodes/idlw-help.el (idlwave-do-context-help1)
13224         (idlwave-highlight-linked-completions):
13225         * textmodes/po.el (po-find-file-coding-system-guts):
13226         Replace `assoc-ignore-case' by `assoc-string'.
13228 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
13230         * files.el (locate-file): Doc fix.
13232         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
13233         Remove the redundant test for ms-dos.
13235         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
13236         look for the preprocessor with exec-suffixes.  If not found in
13237         standard places, look in exec-path.  Remove most of the tests that
13238         used system-type.
13240         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
13242         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
13244         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
13245         file-name clash with jka-compr.el on 8+3 filesystems.
13247 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13249         * term/mac-win.el: Don't define or bind scroll bar functions if
13250         x-toolkit-scroll-bars is t.
13251         (x-select-text, x-get-selection-value): Clear
13252         x-last-selected-text-clipboard if x-select-enable-clipboard is
13253         nil.
13254         (PRIMARY): Put mac-scrap-name property.
13255         (mac-select-convert-to-file-url): New function.
13256         (public.file-url): New selection target type.  Add to
13257         selection-converter-alist.
13258         (x-get-selection, x-selection-value): Handle it.
13259         (x-cut-buffer-or-selection-value): New alias.
13261 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13263         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
13264         entry to avoid calling bibtex-find-entry with arg global
13265         being t.  Remove arg key.
13266         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
13267         (bibtex-copy-summary-as-kill): Change accordingly.
13269 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13271         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
13272         (org-agenda-date-later): Use with-current-buffer.
13274 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
13276         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
13277         (define-obsolete-variable-alias): Doc Fixes.
13279 2005-05-06  Kim F. Storm  <storm@cua.dk>
13281         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
13282         vertical-motion when selective-display is active.
13284         * ido.el (ido-setup-hook): New hook.
13285         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
13286         (ido-input-stack): New var.
13287         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
13288         ido-next-work-file binding to M-O.
13289         Bind M-f to ido-wide-find-file-or-pop-dir.
13290         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
13291         (ido-read-internal): Run ido-setup-hook.
13292         Catch quit in read-file-name and read-string to cancel edit.
13293         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
13294         Automatically pop-all when completing a directory name (RET).
13295         (ido-file-internal): Add with-no-warnings around ffap and dired code.
13296         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
13297         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
13298         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
13299         New functions for M-b/M-f to move among the directory components.
13300         (ido-make-merged-file-list): Catch quit to cancel merge.
13301         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
13302         (ido-completion-help): No warnings for ido-completion-buffer-full.
13304 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
13306         * font-lock.el (font-lock-negation-char-face): New face and variable.
13307         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
13308         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
13309         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
13310         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
13312 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
13314         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
13315         Fix typo in docstring.
13317         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
13318         (ebrowse-print-statistics-line)
13319         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
13321         * term/w32-win.el (image-library-alist): Add additional name for
13322         Xpm library.
13324 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
13326         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
13327         use gcc instead of cpp.
13329         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
13330         (gdb-create-define-alist): Use it.
13331         (gdb-cpp-define-alist-program): Update for MS-DOS.
13333 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
13335         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
13337 2005-05-04  Richard M. Stallman  <rms@gnu.org>
13339         * help.el (describe-key): No error when UNTRANSLATED is nil.
13341         * simple.el (line-move-1): Fix previous change to signal errors
13342         appropriately.
13344 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
13346         * calendar/icalendar.el (icalendar-version): Now at 0.12.
13347         (icalendar-duration-correction): Remove.
13348         (icalendar--get-event-properties): Split result at commas.
13349         (icalendar--decode-isoduration): New optional argument
13350         DURATION-CORRECTION.
13351         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
13352         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
13353         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
13354         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
13355         (icalendar--convert-anniversary-to-ical): New functions, extracted
13356         from icalendar-export-region, with bug fixes.
13357         (icalendar-export-region): Use the above functions.
13358         (icalendar-import-buffer): Check before saving diary file.
13359         (icalendar--convert-recurring-to-diary)
13360         (icalendar--convert-non-recurring-all-day-to-diary)
13361         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
13362         extracted from icalendar--convert-ical-to-diary, with bug fixes.
13363         (icalendar--convert-ical-to-diary): Use the above functions.
13365 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
13367         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
13368         Remove these recent additions.
13369         (c-mode): Restore to before 2005-04-28.
13371         * progmodes/cc-vars.el (cc-define-list-program): Remove this
13372         recent addition.
13374         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
13375         (gdb-define-alist): New variables.
13376         (gdb-create-define-alist): New function.
13377         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
13378         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
13379         with string-to-number.
13380         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
13382         * progmodes/gud.el: Replace string-to-int with string-to-number.
13383         (gud-find-file): Handle gdb-define-alist.
13385         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
13387 2005-05-02  Jay Belanger  <belanger@truman.edu>
13389         * calc/calc-aent.el (math-read-token):
13390         * calc/calc-bin.el (calc-word-size):
13391         * calc/calc-ext.el (calc-read-number-fancy):
13392         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
13393         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
13394         * calc/calc-frac.el (calc-over-notation):
13395         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
13396         (calc-graph-num-points, calc-graph-init):
13397         * calc/calc-prog.el (calc-read-parse-table-part)
13398         (calc-edit-macro-repeats):
13399         * calc/calc-yank.el (calc-do-grab-rectangle):
13400         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
13401         Replace `string-to-int' by `string-to-number'.
13403 2005-05-02  Kim F. Storm  <storm@cua.dk>
13405         * kmacro.el: Use executing-kbd-macro-index variable.
13407 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
13409         * net/rlogin.el (rlogin-parse-words): Delete func.
13410         (rlogin): Use split-string, not rlogin-parse-words.
13411         Also, if there are option-like elements in the parsed args,
13412         take the host to be the first arg immediately following them.
13413         Suggested by Michael Mauger.
13415 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
13417         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
13419 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
13421         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
13422         (cc-mode-cpp-program): Rename to cc-define-list-program and
13423         move to cc-vars.el.
13425         * progmodes/cc-vars.el (cc-define-list-program):
13426         Change to "gcc -E -dM -".  Make customizable.
13428 2005-05-02  Kim F. Storm  <storm@cua.dk>
13430         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
13432 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
13434         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
13436         * international/mule-util.el (truncate-string): Remove alias and
13437         obsolete declaration.
13439         * international/mule-cmds.el (update-iso-coding-systems):
13440         Remove alias and obsolete declaration.
13442         * international/mule.el (coding-system-parent): Remove alias and
13443         obsolete declaration.
13445         * subr.el (define-function, sref): Remove aliases and obsolete
13446         declarations.
13447         (chars-in-region): Remove obsolete declaration.
13449 2005-05-01  Richard M. Stallman  <rms@gnu.org>
13451         * info.el (Info-mode): Set widen-automatically to nil, locally.
13453         * simple.el (widen-automatically): New variable.
13454         (pop-global-mark): Obey widen-automatically.
13456 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
13458         * term/xterm.el (function-key-map): Call substitute-key-definition
13459         before the keymap size is increased by a lot of define-key calls.
13461 2005-05-01  Richard M. Stallman  <rms@gnu.org>
13463         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
13464         Rename ARG to ELEMENT.  Doc fix.
13466 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
13468         * allout.el (allout-exposure): Remove macro and obsolete declaration.
13469         Remove references to allout-exposure/change to allout-new-exposure.
13471         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
13472         bytecode symbols.
13474         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
13475         (compiled-function-p, focus-frame, unfocus-frame):
13476         Remove aliases and obsolete declarations.
13477         Back out inadvertent changes from previous commit.
13479 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
13481         * files.el (require-final-newline): Make Custom tags consistent
13482         with mode-require-final-newline.
13483         (mode-require-final-newline): Doc fix.
13485 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
13487         * international/latexenc.el (latexenc-find-file-coding-system):
13488         Fix regular expressions.
13490 2005-05-01  David Kastrup <dak@gnu.org>
13492         * international/latexenc.el (latexenc-find-file-coding-system):
13493         Fix regular expressions.
13495 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
13497         * subr.el (string-to-int): Make obsolete.
13499 2005-04-30  Richard M. Stallman  <rms@gnu.org>
13501         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
13503         * loadup.el: load jka-comp-hook.
13505         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
13506         (jka-compr-handler): Add autoload.  `put' calls moved
13507         to jka-comp-hook.el.
13508         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
13509         (jka-compr-inhibit): Autoload.
13511         * jka-comp-hook.el: New file.
13512         Enable the mode by default.
13514         * files.el (backup-buffer-copy): Use copy-file instead
13515         of write-region, and put back the 'excl.
13517 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
13519         * progmodes/flymake.el (flymake-split-string)
13520         (flymake-split-string, flymake-log, flymake-pid-to-names)
13521         (flymake-reg-names, flymake-get-source-buffer-name)
13522         (flymake-unreg-names, flymake-add-line-err-info)
13523         (flymake-add-err-info): Clarify docstrings.
13524         (flymake-popup-menu, flymake-make-emacs-menu)
13525         (flymake-make-xemacs-menu): Add docstrings.
13526         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
13527         Set variables directly throughout.
13529 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
13531         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
13532         exists.  Initialize cc-define-alist.
13533         (c-mode): Add cc-create-define-alist locally to after-save-hook.
13534         If there is no file (Macroexpansion) don't create an alist.
13536 2005-04-29  Sam Steingold  <sds@gnu.org>
13538         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
13539         (cc-create-define-alist): Use it instead of the hard-coded string.
13541 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13543         * international/mule-conf.el (file-coding-system-alist): Fix regexp
13544         for latexenc.
13546 2005-04-29  Lute Kamstra  <lute@gnu.org>
13548         * emacs-lisp/generic.el: Improve commentary section.
13549         (define-generic-mode): Improve docstring.
13551 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
13553         * textmodes/org.el (many places): Change to quiet the byte compiler.
13554         (org-prefix-format-compiled): New variable.
13555         (org-compile-prefix-format): New function.
13556         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
13557         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
13558         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
13559         (org-get-entries-from-diary): Use `org-get-time-of-day' for
13560         consistency with entries from `org-mode' files.
13561         (org-get-time-of-day): Fix bug with partial matches early in a line.
13562         (org-non-link-chars): New constant.
13563         (org-link-regexp): Respect `org-non-link-chars'.
13564         (org-agenda-day-view): Remove command.
13565         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
13566         (org-follow-bbdb-link, org-store-link): Search also company field.
13567         (org-highlight-overlay): New variable.
13568         (org-highlight, org-unhighlight): New functions.
13569         (org-agenda-mode): Add pre-command-hook to remove highlight.
13570         (org-evaluate-time-range): Behavior depends upon whether time stamp
13571         contains a time or not.
13572         (org-show-subtree, org-show-entry): New functions.
13573         (org-agenda-cleanup-fancy-diary): Remove empty lines.
13575 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
13577         * comint.el (comint-output-filter-functions): Add autoload cookie.
13579 2005-04-28  Kim F. Storm  <storm@cua.dk>
13581         * ido.el (ido-everywhere): Fix last change.
13583 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
13585         * international/latexenc.el: New file.
13586         * international/mule-conf.el (file-coding-system-alist): For .tex,
13587         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
13589 2005-04-28  Lute Kamstra  <lute@gnu.org>
13591         * font-lock.el (font-lock-add-keywords)
13592         (font-lock-remove-keywords): Clarify docstring.
13593         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
13594         Don't start docstrings with a `*'.
13595         (font-lock-update-removed-keyword-alist): Give it a docstring.
13597         * generic-x.el: Update commentary section.
13598         Only require font-lock when compiling.
13599         Define all modes conditionally.
13600         Place all generic modes in the generic-x-modes customization group.
13601         (generic-x-modes): New customization group.
13602         (generic-default-modes, generic-mswindows-modes)
13603         (generic-unix-modes, generic-other-modes): New constants.
13604         (generic-define-mswindows-modes, generic-define-unix-modes):
13605         Update docstrings.  Make them obsolete.
13606         (generic-extras-enable-list): New default value.  Update docstring.
13607         Improve :type.  Change :set function.
13608         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
13609         Fix docstring.
13611         * emacs-lisp/generic.el (generic-mode-internal):
13612         Simplify font-lock-defaults.
13613         (define-generic-mode): Fix docstring.
13615 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13617         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
13618         font-lock-face property to highlight matches.
13620 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
13622         * progmodes/cc-mode.el (cc-create-define-alist): New function.
13623         (cc-define-alist): New variable.
13624         (c-mode): Make it local and initialize it.
13626         * progmodes/gdb-ui.el (gdb-active-process): New variable.
13627         (gdb-exited): New function.
13628         (gdb-annotation-rules): Use it.
13629         (gdb-starting): Set gdb-active-process to t.
13630         (gdb-stopping): Amend doc string.
13631         (gdb-reset): Set gdb-active-process to nil.
13633         * tooltip.el (tooltip-gud-tips): Show the associated #define
13634         directives when a C program under GDB is not executing.
13636 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13638         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
13639         font-lock-fontify-syntactic-keywords.
13641         * font-lock.el (font-lock-default-fontify-region): Don't force
13642         parse-sexp-lookup-properties to nil.
13644 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
13646         * man.el (man-mode-syntax-table): Set up `:' to have
13647         word-constituent syntax.
13649 2005-04-27  Lute Kamstra  <lute@gnu.org>
13651         * novice.el (disable-command): Don't add spurious newlines to the
13652         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
13654 2005-04-26  Jay Belanger  <belanger@truman.edu>
13656         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
13657         than one window before deleting window.
13659 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
13661         * shell.el (shell-prompt-pattern): Doc fix.
13662         (shell-mode): Set paragraph-separate buffer locally to "\\'".
13664         * comint.el (comint-prompt-regexp, comint-get-old-input)
13665         (comint-use-prompt-regexp)
13666         (comint-use-prompt-regexp-instead-of-fields)
13667         (comint-replace-by-expanded-history, comint-send-input)
13668         (comint-output-filter, comint-get-old-input-default)
13669         (comint-line-beginning-position, comint-bol, comint-show-output)
13670         (comint-backward-matching-input, comint-forward-matching-input)
13671         (comint-next-prompt, comint-previous-prompt):
13672         Rename `comint-use-prompt-regexp-instead-of-fields' to
13673         `comint-use-prompt-regexp'.  Keep old name as alias and declare
13674         obsolete.
13675         (comint-use-prompt-regexp): Shorten first line of doc string.
13677         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
13678         Set paragraph-separate buffer locally to "\\'".
13680         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
13681         Adapt to above name change.
13683         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
13684         (smbclient-prompt-regexp): Ditto.
13686         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
13688 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
13690         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
13691         gdb-location-list.
13692         Break lines that are over 80 characters wide.
13694 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13696         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
13697         New fun and var, to preserve compatibility.
13699         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
13701 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
13703         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
13704         name to file-newer-than-file-p.
13706 2005-04-26  Richard M. Stallman  <rms@gnu.org>
13708         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
13710         * progmodes/python.el (python-mode):
13711         Use new name eldoc-documentation-function.
13713         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
13715         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
13716         (eldoc-documentation-function):
13717         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
13719 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
13721         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
13723 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
13725         * term/xterm.el (function-key-map): Fix strings for
13726         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
13727         {C,S,A,C-S}-{f1-f12}.
13729 2005-04-26  Kenichi Handa  <handa@m17n.org>
13731         * international/mule-cmds.el (select-safe-coding-system):
13732         Fix previous change.
13734 2005-04-26  Lute Kamstra  <lute@gnu.org>
13736         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
13738         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
13739         (font-lock-comment-delimiter-face): Ditto.
13741         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
13743 2005-04-25  Jay Belanger  <belanger@truman.edu>
13745         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
13746         to t while inserting information; use help-mode.
13748 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
13750         * term.el (ansi-term-color-vector): Use the xterm colors.
13751         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
13753 2005-04-25  Lute Kamstra  <lute@gnu.org>
13755         * font-core.el (font-lock-defaults): Fix docstring.
13757         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
13759 2005-04-25  Kenichi Handa  <handa@m17n.org>
13761         * international/mule-cmds.el (select-safe-coding-system):
13762         Don't check consistency with coding: spec, etc if raw-text or
13763         no-conversion was found to be safe.
13765 2005-04-24  Richard M. Stallman  <rms@gnu.org>
13767         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
13768         citation markers at start of each line.
13770         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
13771         citation markers at start of each line.
13773         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
13775         * files.el (mode-require-final-newline): Fix previous change.
13776         (require-final-newline): Fix type label.
13778 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
13780         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
13781         statement in buffer (broken by 2004-11-24 change).
13783 2005-04-24  Kim F. Storm  <storm@cua.dk>
13785         * ido.el (ido-everywhere): Save and restore old read-buffer-function
13786         and read-file-name-function values.  Don't overwrite existing
13787         non-nil values if ido-mode is enabled without ido-everywhere.
13789 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
13791         * files.el (mode-require-final-newline): Minor doc fix.
13793 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
13795         * subr.el (syntax-after): Doc fix.
13796         (syntax-class): If argument is nil, return nil.  Mask off upper 16
13797         bits, not 8 bits.
13799         * files.el (mode-require-final-newline): Doc fix.
13800         (backup-buffer-copy): Fix last change.
13802 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13804         * term/mac-win.el: Require select.  Set selection-coding-system to
13805         mac-system-coding-system.  Call menu-bar-enable-clipboard.
13806         (x-last-selected-text-clipboard, x-last-selected-text-primary)
13807         (x-select-enable-clipboard): New variables.
13808         (x-select-text, x-get-selection, x-selection-value)
13809         (x-get-selection-value, mac-select-convert-to-string)
13810         (mac-services-open-file, mac-services-open-selection)
13811         (mac-services-insert-text): New functions.
13812         (CLIPBOARD, FIND): Put mac-scrap-name property.
13813         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
13814         (public.tiff): Put mac-ostype property.
13815         (selection-converter-alist): Add entries for them.
13816         (mac-application-menu-map): New keymap.
13817         (interprogram-cut-function, interprogram-paste-function): Set to
13818         x-select-text and x-get-selection-value, respectively.
13819         (split-window-keep-point): Set to t.
13821 2005-04-23  Richard M. Stallman  <rms@gnu.org>
13823         * files.el (read-directory-name): Always pass non-nil
13824         DEFAULT-FILENAME arg to read-file-name.
13825         (backup-buffer-copy, basic-save-buffer-2): Take care against
13826         writing thru an unexpected existing symlink.
13827         (revert-buffer): In indirect buffer, revert the base buffer.
13828         (magic-mode-alist): Doc fix.
13829         (buffer-stale-function): Doc fix.
13830         (minibuffer-with-setup-hook): Avoid warning.
13831         (mode-require-final-newline): Doc and custom fix.
13833         * follow.el (follow-end-of-buffer): Use with-no-warnings.
13835         * font-lock.el (font-lock-comment-face): On terminals with few colors,
13836         use the default appearance.
13837         (font-lock-comment-delimiter-face): New face, new variable.
13839         * imenu.el (imenu--generic-function): The official position of a
13840         definition is the start of the line that BEG is in.
13842         * midnight.el (midnight-timer): Move defvar up.
13844         * mouse.el (mouse-drag-region-1): Delete some debugging code.
13846         * saveplace.el (save-place-to-alist): Use with-no-warnings.
13848         * startup.el (command-line): Use with-no-warnings.
13850         * window.el (window-size-fixed): New defvar.
13852         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
13854         * mail/rmail.el (rmail-font-lock-keywords):
13855         Use font-lock-comment-delimiter-face.
13857         * mail/sendmail.el (mail-font-lock-keywords):
13858         Use font-lock-comment-delimiter-face.
13860         * progmodes/compile.el (next-error-highlight-timer): New defvar.
13862 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
13864         * progmodes/compile.el (compilation-mode-font-lock-keywords):
13865         Specify t for LAXMATCH when matching directories.
13866         Save match data around compilation-compat-error-properties form.
13868 2005-04-23  David Kastrup  <dak@gnu.org>
13870         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
13871         Mention that the autoloaded aliases should be kept for AUCTeX.
13873 2005-04-23  Andreas Schwab  <schwab@suse.de>
13875         * isearch.el (isearch-forward): Doc fix.
13877 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
13879         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
13880         (jit-lock-stealth-nice): Change default value to 0.5.
13882 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
13884         * abbrev.el (write-abbrev-file): Write table entries in
13885         alphabetical order by table name.
13887 2005-04-22  Kim F. Storm  <storm@cua.dk>
13889         * ido.el (ido-read-internal): Fix `list' completion.
13891 2005-04-22  Kenichi Handa  <handa@m17n.org>
13893         * recentf.el (recentf-save-file-coding-system): New variable.
13894         (recentf-save-list): Encode the file by
13895         recentf-save-file-coding-system and add coding: tag.
13897 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
13899         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
13901 2005-04-21  Lute Kamstra  <lute@gnu.org>
13903         * loadhist.el (unload-feature): Don't remove a function from hooks
13904         if it is about to be restored to an autoload .  Remove functions
13905         that will become unbound from auto-mode-alist.  Simplify the code.
13907         * subr.el (assq-delete-all): New implementation that is linear,
13908         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
13909         (rassq-delete-all): New function.
13911         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
13912         Add size-indication-mode.
13914 2005-04-21  Kenichi Handa  <handa@m17n.org>
13916         * international/mule-cmds.el: Add autoload for widget-value in
13917         eval-when-compile.
13919 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
13921         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
13922         Add tooltip-mode.
13924         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
13926 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
13928         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
13929         (inferior-lisp-filter-regexp, inferior-lisp-program)
13930         (inferior-lisp-load-command, inferior-lisp-prompt)
13931         (inferior-lisp-mode-hook, lisp-source-modes)
13932         (inferior-lisp-load-hook): defvar->defcustom.
13933         (inferior-lisp-program, inferior-lisp-prompt)
13934         (inferior-lisp-load-hook): Doc fixes.
13935         (inferior-lisp-install-letter-bindings): Small change in
13936         introductory comment.
13938 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
13940         * vc.el (vc-annotate-color-map): Change some colors so that text
13941         using them as foreground is readable on both white and black
13942         backgrounds.
13944 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13946         * international/mule-conf.el (translation-table-for-input):
13947         Remove redundant declaration.
13949 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
13951         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
13953         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
13954         (tooltip-toggle-gud-tips): New function.
13956 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13958         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
13959         right angle brackets.
13961 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
13963         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
13965 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13967         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
13968         Remove.  Update callers to use expand-file-name instead.
13970         * subr.el (syntax-class): New function.
13972         * simple.el (blink-matching-open): Use it.
13974         * paren.el (show-paren-function): Use it to recognize parens that are
13975         also used in 2-char comment markers.
13977 2005-04-19  Lute Kamstra  <lute@gnu.org>
13979         * loadhist.el (unload-feature): Update for new format of
13980         load-history.  Simplify the code.
13982 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13984         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
13985         (mac-add-charset-info): New function.  Initialize variable
13986         mac-charset-info-alist using it.
13987         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
13988         for translation.
13989         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
13990         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
13991         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
13992         New CCL programs.
13994 2005-04-19  Kim F. Storm  <storm@cua.dk>
13996         * simple.el (next-buffer, prev-buffer, next-error)
13997         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
13998         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
14000         * bindings.el (next-buffer, prev-buffer, next-error)
14001         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
14002         (clone-indirect-buffer-other-window): Move bindings from simple.el.
14003         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
14004         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
14006 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14008         * isearch.el (isearch-edit-string): Make the search-ring available for
14009         minibuffer history commands.
14010         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
14011         the default history commands now work just as well.
14012         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
14014 2005-04-18  Kim F. Storm  <storm@cua.dk>
14016         * emulation/cua-base.el (cua--pre-command-handler): Add more
14017         elaborate check for shift modifier on non-window systems.
14019 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
14021         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
14023 2005-04-18  Kim F. Storm  <storm@cua.dk>
14025         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
14026         and make it optional.  Don't test tooltip-gud-echo-area here.
14027         (tooltip-gud-process-output, gdb-tooltip-print):
14028         Pass tooltip-gud-echo-area to tooltip-show.
14029         (tooltip-help-tips): Remove second optional arg to tooltip-show.
14031 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14033         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
14034         `display-graphic-p' may not be bound yet.
14036 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
14038         * startup.el (command-line): No longer enable Xterm Mouse mode by
14039         default in terminals compatible with xterm.
14041         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
14043 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
14045         * tooltip.el (tooltip-gud-echo-area): Rename from
14046         tooltip-use-echo-area.
14047         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
14048         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
14049         area independently of where help tooltips are displayed.
14051 2005-04-17  David Kastrup  <dak@gnu.org>
14053         * cus-theme.el (custom-theme-write-variables): Quote variables
14054         where necessary.
14056 2005-04-17  Richard M. Stallman  <rms@gnu.org>
14058         * simple.el (yank-excluded-properties): Add follow-link to value.
14060         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
14062         * startup.el (fancy-splash-max-time): Just 30 seconds.
14063         (fancy-splash-delay): Just 7.
14064         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
14066         * loadhist.el (unload-feature): Update for new format of load-history.
14067         Simplify the code.
14069         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
14070         (rmail-font-lock-keywords): Don't fontify the text of a citation.
14072         * mail/sendmail.el (mail-font-lock-keywords):
14073         Don't fontify subject text.
14074         Don't fontify the text of a citation.
14076 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
14078         * comint.el (comint-output-filter): Run comint-output-filter-functions
14079         with point where the user had it.
14081 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14083         * international/ucs-tables.el (ucs-set-table-for-input):
14084         Disable when using unify-on-decoding.
14086 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
14088         * emulation/cua-base.el (cua-global-mark-face): Add special case
14089         for displays supporting a high number of colors.
14091 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
14093         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
14095 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
14097         * filesets.el (filesets-add-buffer): If user supplies a name of a
14098         non-existing fileset, create a new fileset.
14100 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
14102         * textmodes/org.el (org-up-heading-all): Fix bug with
14103         `outline-up-heading-all'.
14105 2005-04-16  Andreas Schwab  <schwab@suse.de>
14107         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
14108         /etc/permissions.d/* and /etc/aliases.d/*.
14110 2005-04-16  Kenichi Handa  <handa@m17n.org>
14112         * international/code-pages.el (cp-make-coding-system):
14113         Set `translation-table-for-input' property value to the symbol
14114         ucs-mule-to-mule-unicode, not to that value.
14115         (pt154): Escape guillemet by `\'.
14117 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
14119         * loadup.el: Load tooltip if x-show-tip is fboundp.
14121         * startup.el (command-line): Add comment.
14123         * tooltip.el (tooltip-mode): Specify correct standard value for
14124         Custom in init-value.
14126 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
14128         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
14129         possible.
14131 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
14133         * textmodes/org.el (org-agenda-date-prompt): Rename from
14134         `org-agenda-date-today'.
14135         (org-evaluate-time-range): Insert at point instead of directly
14136         after time range.
14137         (org-first-headline-recenter, org-subtree-end-visible-p)
14138         (org-optimize-window-after-visibility-change): New functions
14139         (org-agenda-post-command-hook): Don't allow point at end of line,
14140         to make sure it always hits the text properties.
14141         (org-agenda-next-date-line, org-agenda-previous-date-line):
14142         New commands.
14143         (org-set-regexps-and-options): Category may contain white space.
14144         (org-agenda-get-deadlines, org-agenda-get-scheduled):
14145         Improve marker positions.
14146         (org-agenda-new-marker): Argument POS made optional.
14147         (org-agenda-get-timestamps): Deadlines which are done are listed
14148         in org-done-face now.
14149         (org-agenda-get-todos, org-agenda-get-timestamps)
14150         (org-agenda-get-deadlines, org-agenda-get-scheduled):
14151         Set `undone-face' and `done-face' properties.
14152         (org-last-todo-state-is-todo): New variable.
14153         (org-todo): Set `org-last-todo-state-is-todo'.
14154         (org-agenda-todo): Change face according to
14155         `org-last-todo-state-is-todo'.  And change other lines referring to
14156         the same entry.
14157         (org-calendar-goto-agenda): New command.
14158         (org-calendar-to-agenda-key): New option.
14159         (org-startup-folded): New allowed value `content'.
14160         (org-set-regexps-and-options): Accept new value `content' for
14161         `org-startup-folded'.
14162         (org-get-current-options): Handle new value `content' for
14163         `org-startup-folded'.
14164         (org-insert-todo-heading): New command.
14165         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
14166         interactively in empty file and option
14167         `org-insert-mode-line-in-empty-file' has been set.
14168         (org-agenda-todo,org-agenda-priority): Modify to use
14169         `org-agenda-change-all-lines'.
14170         (org-warning-face): Change color on dark background
14172 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14174         * international/mule-cmds.el (set-locale-environment): On Mac OS,
14175         use preferences AppleLocale and AppleLanguages, and variable
14176         mac-system-locale for default locale.  On Mac OS Classic, use
14177         mac-system-coding-system for default coding systems.
14179         * term/mac-win.el: Don't set file-name-coding-system.
14180         Decode variables system-name, emacs-build-system, user-login-name, and
14181         user-full-name by mac-system-coding-system on Mac OS Classic.
14182         (mac-system-coding-system): New variable.
14184 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
14186         * startup.el (command-line): Handle `xterm-mouse-mode' before
14187         reading init file.
14189         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
14191 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
14193         * progmodes/sh-script.el (sh-here-document-word): Make it a
14194         defcustom.  Doc fix.
14195         (sh-add): Bash uses $(( )) for arithmetic.
14196         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
14197         (sh-maybe-here-document): Remove quotes and leading whitespace
14198         from heredoc word when closing.  Indent heredoc with tabs if word
14199         starts with "-".
14201 2005-04-13  Richard M. Stallman  <rms@gnu.org>
14203         * simple.el (undo): Fix previous change.
14205         * custom.el (defface): Doc fix.
14207 2005-04-13  Lute Kamstra  <lute@gnu.org>
14209         * Makefile.in (DONTCOMPILE): Remove list.
14210         (compile, compile-always): Don't use DONTCOMPILE.
14211         (update-authors): Load the library in which batch-update-authors
14212         is defined.
14213         * makefile.w32-in (DONTCOMPILE): Remove list.
14214         (compile, compile-always): Fix comments.
14215         (update-authors): Load the library in which batch-update-authors
14216         is defined.
14218         * generic-x.el (generic-mode-ini-file-find-file-hook):
14219         Rename to ini-generic-mode-find-file-hook.
14220         Keep generic-mode-ini-file-find-file-hook as an alias.
14221         (ini-generic-mode-find-file-hook): Rename from
14222         generic-mode-ini-file-find-file-hook.  Fix docstring.
14223         (ini-generic-mode): Docstring change.
14224         (bat-generic-mode-run-as-comint): Silence the byte compiler.
14226         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
14227         called from lisp.
14229         * generic.el: Move to the emacs-lisp subdir.
14231 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
14233         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
14234         and C-S- function and cursor motion keys.
14236 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
14238         * startup.el (command-line): Enable Xterm Mouse mode by default.
14239         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
14240         for Custom.  No longer show "Mouse" in mode line when enabled.
14241         Doc fix.
14243 2005-04-12  Kim F. Storm  <storm@cua.dk>
14245         * emulation/cua-base.el (cua-rectangle-face)
14246         (cua-rectangle-noselect-face): Define face attributes here.
14248         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
14250 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14252         * startup.el (command-line): Turn off blinking cursor if
14253         cursorBlink in resources is off or false.
14255 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14257         * term/mac-win.el (dnd): Require dnd.
14258         (mac-drag-n-drop): Call dnd-handle-one-url.
14259         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
14260         (kTextEncodingISOLatin2): Remove constants.
14261         (mac-script-code-coding-systems): New constant.
14262         (mac-handle-language-change): New function.
14263         (special-event-map): Bind it to `language-change' event.
14264         (mac-centraleurroman, mac-cyrillic): New coding systems.
14265         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
14266         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
14267         and mac-cyrillic-encoder to encode-mac-centraleurroman and
14268         encode-mac-cyrillic, respectively.
14270 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
14272         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
14273         Don't set overlay-arrow-string to "=>" as this is done
14274         globally in C now.
14276 2005-04-12  Lute Kamstra  <lute@gnu.org>
14278         * generic-x.el (rc-generic-mode, rul-generic-mode):
14279         Fix auto-mode-alist entries.
14280         (etc-fstab-generic-mode): Tweak fontification.
14282         * generic.el (generic-make-keywords-list): Fix docstring.
14283         (generic-mode-internal): Simplify generic-font-lock-keywords.
14285 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
14287         * whitespace.el (whitespace-buffer-leading)
14288         (whitespace-buffer-trailing): Revert the incorrect test inversion.
14289         However, fix the highlight area for the leading and
14290         trailing whitespaces to show space.
14292 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
14294         * whitespace.el (whitespace-version): Bump to 3.5
14296         (whitespace-buffer-leading, whitespace-buffer-trailing):
14297         Invert sense of the test to highlight the whitespace.
14299 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
14301         * progmodes/gud.el (gud-display-line): GUD uses its own
14302         overlay arrow now so don't set overlay-arrow-string.
14303         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
14305 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
14307         * term.el (term-ansi-current-bold, term-ansi-current-underline)
14308         (term-ansi-current-reverse, term-ansi-current-invisible)
14309         (term-ansi-face-already-done): Change to boolean.
14310         (term-reset-terminal, term-handle-colors-array): Handle the above
14311         vars accordingly.
14312         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
14313         (term-emulate-terminal): Use the new name.
14315         * faces.el (secondary-selection): Use yellow1, not yellow.
14316         (trailing-whitespace): Use red1, not red.
14318 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14320         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
14321         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
14322         (dired-dnd-handle-file): Call dnd-get-local-file-uri
14324         * cus-edit.el (dnd): New group.
14326         * term/w32-win.el (dnd): Require dnd
14327         (w32-drag-n-drop): Call dnd-handle-one-url.
14329         * x-dnd.el: Require dnd.
14330         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
14331         Call dnd-handle-one-url.
14332         (x-dnd-types-alist, x-dnd-insert-utf8-text)
14333         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
14334         to dnd-insert-text.
14335         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
14336         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
14337         (x-dnd-get-local-file-name, x-dnd-open-local-file)
14338         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
14340         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
14342 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
14344         * wdired.el: Doc fixes.
14345         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
14346         (wdired-use-dired-vertical-movement): Rename from
14347         wdired-always-move-to-filename-beginning.
14348         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
14349         (wdired-change-to-wdired-mode): Change mode name.
14350         (wdired-newline): Delete.
14352 2005-04-11  Richard M. Stallman  <rms@gnu.org>
14354         * whitespace.el (whitespace-highlight-the-space):
14355         Don't call whitespace-unhighlight-the-space here.
14357         * simple.el (undo): Record t in undo-equiv-table
14358         for the redo record made by an undo-in-region.
14360 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
14362         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
14363         (gdb-frame-inferior-io-buffer): New Functions to control
14364         display of separate IO buffer.
14365         (menu): Add them to menu-bar.
14366         (gdb-display-buffer): Check for buffer another frame.
14367         Protect GUD buffer.
14368         (gdb-setup-windows): Create IO buffer if not already there.
14369         (gdb-memory-mode): Remove purecopy noops.
14371 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
14373         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
14374         and pass to self-insert-command.
14376 2005-04-11  Lute Kamstra  <lute@gnu.org>
14378         * generic.el: Commentary section cleanup.
14379         (generic): Delete.
14380         (generic-use-find-file-hook, generic-lines-to-scan)
14381         (generic-find-file-regexp, generic-ignore-files-regexp)
14382         (default-generic-mode, generic-mode-find-file-hook)
14383         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
14384         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
14385         (generic-use-find-file-hook, generic-lines-to-scan)
14386         (generic-find-file-regexp, generic-ignore-files-regexp)
14387         (default-generic-mode, generic-mode-find-file-hook)
14388         (generic-mode-ini-file-find-file-hook): Move from generic.el.
14390 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
14392         * bookmark.el (bookmark-write-file): Catch errors writing file.
14393         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
14395 2005-04-10  Richard M. Stallman  <rms@gnu.org>
14397         * startup.el (fancy-splash-tail): Update copyright year.
14398         (command-line): Split part of -Q into -D.
14399         (emacs-basic-display): New defvar.
14400         (fancy-splash-text): Correct name of menu item.
14402         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
14404         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
14405         lines in one node.
14407         * comint.el (comint-send-input): New arg ARTIFICIAL.
14408         Callers in this file changed.
14410         * abbrev.el (define-abbrevs): Read system abbrevs properly.
14412         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
14414 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
14416         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
14417         `ldap-search-internal'.
14419 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14421         * files.el (set-auto-mode-1): Use line-end-position.
14423         * international/latin-1.el:
14424         * international/latin-2.el:
14425         * international/latin-3.el:
14426         * international/latin-4.el:
14427         * international/latin-5.el:
14428         * international/latin-8.el:
14429         * international/latin-9.el: Give punctuation syntax to NBSP.
14431         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
14432         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
14433         Use char-classes to accept non-ascii letters, accepted in some recent
14434         bibtex implementations.
14436 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
14438         * custom.el (custom-set-minor-mode): Any non-nil value for the
14439         variable should enable the mode when set through Custom.
14441 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14443         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
14444         TAB binding so tab-always-indent is obeyed.
14445         (vhdl-minibuffer-local-map): Move initialization into declaration.
14446         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
14447         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
14448         (vhdl-hooked-abbrev): Avoid test for XEmacs.
14449         (vhdl-current-line): Use line-beginning-position.
14450         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
14451         with-output-to-temp-buffer, so the current position can be recorded.
14453 2005-04-10  Masatake YAMATO  <jet@gyve.org>
14455         * progmodes/compile.el (compilation-error-regexp-alist-alist):
14456         Add regexp for gcov.
14458 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14460         * calendar/time-date.el (time-to-seconds, seconds-to-time)
14461         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
14462         syntax which Emacs 20 doesn't support.
14464 2005-04-09  Richard M. Stallman  <rms@gnu.org>
14466         * help.el (describe-key-briefly, describe-key):
14467         Replace strings as event types with "(any string)".
14469 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14471         * arc-mode.el (archive-mode-map): Move initialization into
14472         the declaration.  Override *all* bindings of `undo'.
14473         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
14475 2005-04-09  Jay Belanger  <belanger@truman.edu>
14477         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
14479 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
14481         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
14482         (xterm-register-default-colors): Update color values computation
14483         to match xterm-200.
14485 2005-04-09  Kenichi Handa  <handa@m17n.org>
14487         * international/code-pages.el (iso-latin-7): Fix the map.
14489 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
14491         * emacs-lisp/lisp.el (defun-prompt-regexp)
14492         (parens-require-spaces, buffer-end, end-of-defun)
14493         (insert-parentheses): Doc fixes.
14495 2005-04-08  Kim F. Storm  <storm@cua.dk>
14497         * comint.el (comint-highlight-prompt): Fix face spec.
14498         * hi-lock.el (hi-green): Likewise.
14500 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
14502         * cus-edit.el (custom-modified-face):
14503         * comint.el (comint-highlight-input): Fix previous changes.
14504         * term.el (term-handle-ansi-escape): Add a comment.
14506 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14508         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
14509         in the buffer and in whitespace-highlighted-space.
14510         (whitespace-unhighlight-the-space): Simplify.
14511         (whitespace-buffer): Simplify.
14513 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
14515         * textmodes/table.el (table-cell-face): Add special case for
14516         displays supporting a high number of colors.
14517         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
14518         (vhdl-font-lock-reserved-words-face)
14519         (vhdl-speedbar-architecture-face)
14520         (vhdl-speedbar-instantiation-face)
14521         (vhdl-speedbar-architecture-selected-face)
14522         (vhdl-speedbar-instantiation-selected-face): Likewise.
14523         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
14524         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
14525         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14526         (ebrowse-root-class-face, ebrowse-member-attribute-face)
14527         (ebrowse-progress-face): Likewise.
14528         * progmodes/compile.el (compilation-info-face): Likewise.
14529         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
14530         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
14531         * calendar/calendar.el (diary-face): Likewise.
14532         * woman.el (woman-italic-face, woman-bold-face)
14533         (woman-unknown-face): Likewise.
14534         * wid-edit.el (widget-button-pressed-face): Likewise.
14535         * whitespace.el (whitespace-highlight-face): Likewise.
14536         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
14537         * pcvs-info.el (cvs-marked-face): Likewise.
14538         * info.el (info-xref): Likewise.
14539         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
14540         * hilit-chg.el (highlight-changes-face)
14541         (highlight-changes-delete-face): Likewise.
14542         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
14543         (hi-red-b): Likewise.
14544         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
14545         * font-lock.el (font-lock-keyword-face)
14546         (font-lock-function-name-face, font-lock-warning-face): Likewise.
14547         * cus-edit.el (custom-invalid-face, custom-modified-face)
14548         (custom-set-face, custom-changed-face, custom-variable-tag-face)
14549         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
14550         * comint.el (comint-highlight-prompt): Likewise.
14552 2005-04-08  Lute Kamstra  <lute@gnu.org>
14554         * font-lock.el (font-lock-keywords): Docstring fixes.
14556 2005-04-08  Kenichi Handa  <handa@m17n.org>
14558         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
14559         chars are more than a limit, print " and more..." at the tail.
14561 2005-04-08  Kim F. Storm  <storm@cua.dk>
14563         * emacs-lisp/authors.el (authors-aliases): Update list.
14564         (authors-ignored-files): New list.
14565         (authors-fixed-entries): Fix typo.
14566         (authors-renamed-files-alist): Update list.
14567         (authors-add): Check authors-ignored-files.
14569 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
14571         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
14572         optional, to ensure backward compatibility.
14574 2005-04-08  Stephen Eglen  <stephen@gnu.org>
14576         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
14578 2005-04-08  Kim F. Storm  <storm@cua.dk>
14580         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
14582         * mouse.el (mouse-on-link-p): Doc fix.
14584 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
14586         * ielm.el (ielm-prompt-read-only): Doc fix.
14588         * comint.el (comint-prompt-read-only): Doc fix.
14590 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
14592         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
14593         ensure dired always handles wildcards passed to ffap.
14594         (find-file-at-point): Use it.
14595         (ffap-dired-wildcards): Doc fix.
14597 2005-04-07  Juri Linkov  <juri@jurta.org>
14599         * simple.el (next-error-overlay-arrow-position): New defvar.
14600         Put "=>" on its property `overlay-arrow-string'.  Add it to
14601         `overlay-arrow-variable-list'.
14603         * progmodes/compile.el (compilation-setup):
14604         Set `next-error-overlay-arrow-position' to nil.  Also set it to
14605         nil in the local hook `kill-buffer-hook'.  Make local variable
14606         `overlay-arrow-string' and set it to "=>".
14607         (compilation-goto-locus): Set BOL position to
14608         `next-error-overlay-arrow-position' instead of
14609         `overlay-arrow-position'.
14611         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
14612         locally instead of adding it to the global hook.
14613         (Info-kill-buffer): Move up.
14615 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
14617         * term/xterm.el (xterm-standard-colors): Update color values from
14618         xterm-200.
14620 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14622         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
14624         * fast-lock.el:
14625         * lazy-lock.el: Move them to the obsolete subdir.
14627 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
14629         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
14630         (wdired-add-replace-advice): Remove.
14631         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
14633 2005-04-06  Kim F. Storm  <storm@cua.dk>
14635         * startup.el (command-line): Add --bare-bones alias for -Q.
14637 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14639         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
14640         create the startup fontset if a font specification ends with
14641         `mac-roman'.
14643 2005-04-06  Lute Kamstra  <lute@gnu.org>
14645         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
14646         change.
14648         * emacs-lisp/copyright.el (copyright-update-year): Replace the
14649         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
14651 2005-04-05  Lute Kamstra  <lute@gnu.org>
14653         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
14654         (define-generic-mode): Ditto.  Fix debug declaration.
14656         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14657         Put them in the generic-x group.
14659         * calendar/timeclock.el (timeclock): Doc fix.
14661         * generic.el (define-generic-mode): Don't use custom-current-group.
14662         Document default :group value.
14663         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
14664         (define-global-minor-mode): Don't use custom-current-group.
14666 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
14668         * startup.el (command-line-1): Display startup-echo-area-message
14669         when fancy splash screen is in use.
14671         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
14672         (sh-escaped-newline): New face.
14673         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
14674         newline, and use sh-escaped-newline face.
14676         * progmodes/tcl.el (tcl-escaped-newline): New face.
14677         (tcl-builtin-list): New variable.
14678         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
14679         newlines.  Fix keywords subexpression number.
14681 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
14683         * textmodes/org.el (org-diary-default-entry): Fix call to
14684         `add-to-diary-entry'.
14686 2005-04-05  Kim F. Storm  <storm@cua.dk>
14688         * ediff-init.el: Use (featurep 'xemacs).
14690 2005-04-05  David Ponce  <david@dponce.com>
14692         * cus-edit.el (face): Derive from symbol widget.  Display sample
14693         of the current face on the fly.
14694         (widget-face-sample-face-get, widget-face-notify): New functions.
14695         (widget-face-value-create): Remove.
14697         * wid-edit.el (widget-field-end): Temporarily remove field
14698         narrowing before to call `get-char-property'.
14700 2005-04-04  Jay Belanger  <belanger@truman.edu>
14702         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
14703         (math-read-subscripts): New variable.
14704         (math-read-preprocess-string): Process subscripts.
14706 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
14708         * comint.el (comint-prompt-read-only): Doc fix.
14710         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
14711         `-1'.  Doc fix.
14713 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
14715         * textmodes/org.el (org-insert-mode-line-in-empty-file):
14716         Change default value to nil.
14718 2005-04-04  Lute Kamstra  <lute@gnu.org>
14720         * autorevert.el (auto-revert-mode): Specify :group.
14721         * battery.el (display-battery-mode): Specify :group.
14722         * diff-mode.el (diff-minor-mode): Specify :group.
14723         * font-core.el (font-lock-mode): Specify :group.
14724         * hl-line.el (hl-line-mode): Specify :group.
14725         * iimage.el (iimage): New customization group.
14726         (iimage-mode): Specify :group.
14727         * longlines.el (longlines-mode): Specify :group.
14728         * master.el: Don't require easy-mmode.
14729         (master): New customization group.
14730         (master-mode): Specify :group.
14731         * msb.el (msb-mode): Specify :group.
14732         * reveal.el (reveal-mode): Specify :group.
14733         * simple.el (next-error-follow-minor-mode): Specify :group.
14734         * smerge-mode.el (smerge-mode): Specify :group.
14735         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
14736         * emulation/cua-base.el (cua-mode): Specify :group.
14737         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
14738         * language/thai-util.el (thai-auto-composition-mode)
14739         (thai-word-mode): Specify :group.
14740         * mail/supercite.el (sc-minor-mode): Specify :group.
14741         * progmodes/cwarn.el (cwarn-mode): Specify :group.
14742         * progmodes/flymake.el (flymake-mode): Specify :group.
14743         * progmodes/glasses.el (glasses-mode): Specify :group.
14744         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
14745         * textmodes/enriched.el (enriched-mode): Specify :group.
14746         * textmodes/refill.el (refill-mode): Specify :group.
14748         * add-log.el (change-log-font-lock-keywords): Names in
14749         parenthesized lists can contain spaces.
14751 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
14753         * startup.el (fancy-splash-text): Shorten default text of
14754         "Emacs Tutorial" line.  Also, if the current language env
14755         indicates an available tutorial file other than TUTORIAL,
14756         extract its title and append it to the line in parentheses.
14757         (fancy-splash-insert): If arg is a thunk, funcall it.
14759 2005-04-04  Jay Belanger  <belanger@truman.edu>
14761         * calc.el (calc-language-alist): Add tags to customization type.
14763 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
14765         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
14766         Doc fix.
14768 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
14770         * add-log.el (change-log-font-lock-keywords): The manual
14771         describing a Change Log entry, says: (...) "Aside from these
14772         header lines, every line in the change log starts with a space or
14773         a tab.".  The font-lock was not highlighting lines started with
14774         spaces, added support for it.
14776 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14778         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
14779         (bibtex-generate-url-list): Update docstring accordingly.  Put the
14780         complex example in the docstring.
14781         (bibtex-font-lock-url): Use pop.
14783 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14785         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
14787         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
14789 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
14791         * filesets.el (filesets-set-default): Doc fix.
14793 2005-04-03  Lute Kamstra  <lute@gnu.org>
14795         * generic.el (define-generic-mode): Add argument to specify
14796         keywords for defcustom.
14797         (default-generic-mode): Specify :group.
14799         * generic-x.el: Specify :group for all generic modes.
14801         * desktop.el (desktop-no-desktop-file-hook)
14802         (desktop-after-read-hook): Doc fix.
14804 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
14806         * simple.el (visible-mode): Use explicit :group keyword.
14807         This changes the group of `visible-mode-hook' from paren-blinking
14808         to editing-basics.
14810 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
14812         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
14813         mailbox specifications as well as URLs.
14814         (rmail-insert-inbox-text): Remove unused conditional branches.
14816 2005-04-01  Jay Belanger  <belanger@truman.edu>
14818         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
14819         (calc-gnuplot-print-command): Move definitions to calc.el.
14821         * calc/calc-embed.el (calc-embedded-announce-formula)
14822         (calc-embedded-open-formula, calc-embedded-close-formula)
14823         (calc-embedded-open-word, calc-embedded-close-word)
14824         (calc-embedded-open-plain, calc-embedded-close-plain)
14825         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
14826         (calc-embedded-open-mode, calc-embedded-close-mode):
14827         Move definitions to calc.el.
14829         * calc/calc.el (calc-settings-file, calc-language-alist):
14830         Make customizable.
14831         (calc-embedded-announce-formula, calc-embedded-open-formula)
14832         (calc-embedded-close-formula, calc-embedded-open-word)
14833         (calc-embedded-close-word, calc-embedded-open-plain)
14834         (calc-embedded-close-plain, calc-embedded-open-new-formula)
14835         (calc-embedded-close-new-formula, calc-embedded-open-mode)
14836         (calc-embedded-close-mode, calc-gnuplot-name)
14837         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
14838         from other files and make customizable.
14840 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14842         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
14843         Use buffer-live-p.
14844         (cvs-mode-run): Don't call cvs-update-header here.
14845         (cvs-run-process): Call cvs-update-header.
14846         Use process properties for cvs-postprocess and cvs-buffer so that
14847         the sentinel can behave better if the temp buffer is killed.
14848         Use a pipe rather than a tty, to better handle unexpected prompts.
14849         (cvs-sentinel): Rewrite.  Call cvs-update-header.
14851 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
14853         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
14854         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
14856 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14858         * generic.el (define-generic-mode): Add indentation rule.
14860 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
14862         * files.el (mode-require-final-newline): Make Custom correctly
14863         report a nil value and allow to set it to nil via Custom.
14864         Doc fix.
14866 2005-04-01  Kenichi Handa  <handa@m17n.org>
14868         * international/characters.el: Enable the correct case setting for
14869         dotless-i and dotted-I.
14871 2005-04-01  Kim F. Storm  <storm@cua.dk>
14873         * ido.el (ido-file-internal): Fall back to non-ido command if
14874         initial directory is on slow ftp (or tramp) host.
14876 2005-03-31  Richard M. Stallman  <rms@gnu.org>
14878         * emacs-lisp/autoload.el (make-autoload):
14879         Handle define-global-minor-mode.
14881         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
14882         Rename from easy-mmode-define-global-mode.
14883         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
14885         * progmodes/scheme.el (scheme-mode-syntax-table):
14886         Update syntax of | and # for two-character comment syntax.
14888 2005-03-31  Lute Kamstra  <lute@gnu.org>
14890         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
14891         (define-minor-mode): Call custom-current-group at load-time.
14893         * generic.el (define-generic-mode): Add debug declaration.
14894         Add defcustom for the mode hook.
14895         (generic-mode-internal): Use run-mode-hooks.
14897 2005-03-31  Kim F. Storm  <storm@cua.dk>
14899         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
14900         (mouse-fixup-help-message): New defun called by show_help_echo
14901         to fixup mouse-2 prefix in help messages when applicable.
14903         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
14905 2005-03-31  Kenichi Handa  <handa@m17n.org>
14907         * language/thai-word.el (thai-find-word-ends): Pay attention to
14908         the case that we reach the end of buffer.
14910         * textmodes/fill.el (fill-text-properties-at): New function.
14911         (fill-newline): Use fill-text-properties-at instead of
14912         text-properties-at.
14914 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
14916         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
14917         not comint-quote-filename.
14919 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
14921         * help-fns.el (help-with-tutorial): Revert last change.
14923 2005-03-31  Kim F. Storm  <storm@cua.dk>
14925         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
14927 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
14929         * calendar/cal-china.el: Update reference to "Calendrical
14930         Calculations" book; there's a new edition.
14931         * calendar/cal-coptic.el: Likewise.
14932         * calendar/cal-french.el: Likewise.
14933         * calendar/cal-hebrew.el: Likewise.
14934         * calendar/cal-islam.el: Likewise.
14935         * calendar/cal-iso.el: Likewise.
14936         * calendar/cal-julian.el: Likewise.
14937         * calendar/cal-mayan.el: Likewise.
14938         * calendar/cal-persia.el: Likewise.
14939         * calendar/calendar.el: Likewise.
14940         * calendar/holidays.el: Likewise.
14941         * calendar/lunar.el: Likewise.
14942         * calendar/solar.el: Likewise.
14944         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
14945         white space from doc string.
14947 2005-03-30  Jay Belanger  <belanger@truman.edu>
14949         * calc/calc-help.el (calc-full-help): Remove email address.
14951 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
14953         * help-fns.el (help-with-tutorial): Delete title line.
14955 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
14957         * calendar/cal-x.el (calendar-one-frame-setup)
14958         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
14959         rather than 'symbol for set-window-dedicated-p.
14961         * calendar/appt.el (appt-buffer-name): Make it a constant.
14962         (appt-add): Doc fix.
14964         * filesets.el (filesets-menu-path, filesets-menu-before)
14965         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
14966         (filesets-menu-cache-file): Use directory ~/.emacs.d.
14967         (filesets-add-submenu): Delete and use add-submenu instead.
14969 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
14971         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
14972         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
14973         (org-diary-default-entry): New function.
14974         (org-get-entries-from-diary): Better parsing of diary entries.
14975         (org-agenda-check-no-diary): New function.
14976         ("diary-lib"): Advice to function `add-to-diary-list', to allow
14977         linking to diary entries.
14978         (org-agenda-execute-calendar-command): New function.
14979         (org-agenda): Improve visible section in window.
14980         Use `org-fit-agenda-window'.
14981         (org-fit-agenda-window): New option.
14982         (org-move-subtree-down): Better handling of empty lines
14983         at end of subtree.
14984         (org-cycle): Numeric prefix is interpreted now as show-subtree N
14985         levels up.
14986         (org-fontify-done-headline): New option.
14987         (org-headline-done-face): New face.
14988         (org-set-font-lock-defaults): Use `org-headline-done-face'.
14989         (org-table-copy-down): Rename from `org-table-copy-from-above'.
14990         When current field is non-empty, it is copied to next row.
14991         (org-table-copy-from-above): Fix bug which made it
14992         impossible to copy fields containing only a single non-white character.
14994 2005-03-30  Kim F. Storm  <storm@cua.dk>
14996         * kmacro.el (kmacro-end-macro): Isearch may store this command
14997         into the macro -- so ignore it when executing keyboard macro.
14999 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
15001         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
15003 2005-03-29  Kenichi Handa  <handa@m17n.org>
15005         * language/thai.el ("Thai"): Set setup-function and exit-function
15006         for Thai language environment.
15008         * language/thai-util.el: Require thai-word.
15009         (thai-word-mode-map): New variable.
15010         (thai-word-mode): New minor mode.
15011         (setup-thai-language-environment-internal): New function.
15012         (exit-thai-language-environment-internal): New function.
15014         * language/thai-word.el (thai-word-table): Declare it by defvar,
15015         use dolist to initialize it.
15016         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
15017         (thai-fill-find-break-point): New functions.
15019 2005-03-29  Richard M. Stallman  <rms@gnu.org>
15021         * simple.el (idle-update-delay): Move definition up.
15022         (set-mark): Doc fix.
15024 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
15026         * longlines.el: New file.
15028         * simple.el (buffer-substring-filters): New variable.
15029         (filter-buffer-substring): New function.
15030         (kill-region, copy-region-as-kill): Use it.
15032         * register.el (copy-to-register, append-to-register)
15033         (prepend-to-register): Use filter-buffer-substring.
15035 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
15037         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
15038         (gud-filter-pending-text): Move in front of gdb.
15039         (gud-overlay-arrow-position): New variable.
15040         (gud-sentinel, gud-display-line): Use it in place of
15041         overlay-arrow-position.
15043 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
15045         * progmodes/fortran.el (fortran-if-indent): Doc fix.
15046         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
15047         (fortran-font-lock-keywords-4): New variable.
15048         (fortran-blocks-re, fortran-end-block-re)
15049         (fortran-start-block-re): New constants, for hideshow.
15050         (hs-special-modes-alist): Add a Fortran entry.
15051         (fortran-mode-map): Bind fortran-end-of-block,
15052         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
15053         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
15054         (fortran-looking-at-if-then, fortran-end-of-block)
15055         (fortran-beginning-of-block): New functions, for hideshow.
15057         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
15058         Doc fix.  Tweak regexp.
15059         (f90-beginning-of-block): Push mark first.
15061 2005-03-29  Jay Belanger  <belanger@truman.edu>
15063         * calc/calc.el: Update copyright date.
15064         (calc-version): Increase to 2.1.
15065         (calc-version-date): Remove.
15067         * calc/calc-help.el: Update copyright date.
15068         (calc-full-help): Remove reference to calc-version-date.
15069         Update copyright date.
15071 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15073         * vc.el (vc-do-command): Use a pipe for async processes, so password
15074         prompts don't show up at places where the user can't reply.
15076 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
15078         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
15079         on the file name we pass to the inferior shell.
15081 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
15083         * progmodes/which-func.el (which-function): Be robust in the face of an
15084         imenu--make-index-alist failure.
15086 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15088         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
15090         * progmodes/python.el (python-preoutput-filter): Fix last change.
15092 2005-03-29  Lute Kamstra  <lute@gnu.org>
15094         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
15095         functions and compiled macros.
15096         (debug-convert-byte-code): Handle macros too.
15097         (debug-on-entry-1): Don't signal an error when trying to clear a
15098         function that is not set to debug on entry.
15100 2005-03-29  Jay Belanger  <belanger@truman.edu>
15102         * calc/calc-lang.el: Add functions to math-function-table
15103         properties of tex and math.
15105 2005-03-29  Kenichi Handa  <handa@m17n.org>
15107         * ps-mule.el (ps-mule-plot-string): Translate characters by
15108         ps-print-translation-table.
15109         (ps-mule-begin-job): Call find-charset-region/string with
15110         ps-print-translation-table.
15111         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
15113         * ps-print.el (ps-print-translation-table): New variable.
15114         (ps-plot-region): Translate characters by ps-print-translation-table.
15116 2005-03-29  Juri Linkov  <juri@jurta.org>
15118         * simple.el (next-error-highlight-timer): New variable.
15120         * progmodes/compile.el (compilation-goto-locus):
15121         Use `next-error-highlight-timer' instead of `sit-for'.
15123 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15125         * mail/supercite.el (sc-mail-field): Use assoc-string.
15126         (sc-get-address): Simplify regexps.
15128         * files.el (minibuffer-with-setup-hook): New macro.
15129         (find-file-read-args): Use it to avoid let-binding
15130         minibuffer-with-setup-hook (which breaks turning on/off
15131         file-name-shadow-mode while in the prompt).
15133         * complete.el (PC-read-include-file-name-internal):
15134         Use test-completion.
15136 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
15138         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
15140 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15142         * window.el (window-buffer-height): Use count-screen-lines.
15144         * progmodes/python.el (python-preoutput-leftover): New var.
15145         (python-preoutput-filter): Use it.
15146         (python-send-receive): Loop until all the result has been received.
15148 2005-03-28  Juri Linkov  <juri@jurta.org>
15150         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
15152         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
15153         "Recover Crashed Session".
15154         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
15155         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
15156         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
15157         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
15158         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
15159         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
15160         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
15161         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
15163         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
15164         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
15165         Ediff Sessions", "Toggle use of separate control buffer frame",
15166         "Use separate frame for Ediff control buffer".
15168         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
15169         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
15170         "Rename Bookmark", "Delete Bookmark".
15172         * info.el (Info-mode-menu): Remove ellipsis from "Index".
15173         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
15174         Add `:active Info-index-alternatives' to "Next Matching Item".
15176         * wdired.el (wdired-change-to-wdired-mode):
15177         Mention `wdired-abort-changes' key in the initial message.
15179         * international/mule.el (auto-coding-alist): Associate non-ascii
15180         image filename extensions with `no-conversion'.
15182 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15184         * international/iso-acc.el:
15185         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
15187 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
15189         * textmodes/sgml-mode.el (html-mode): Doc update.
15191         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
15193 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
15195         * term.el (term-move-columns): Fix face after extending a line.
15196         (term-insert-spaces): Likewise.
15197         (term-reset-terminal): Fix off by one error.
15199 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
15201         * international/mule.el (auto-coding-alist): Add .xpi files.
15203         * files.el (auto-mode-alist): Add .xpi files.
15205 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
15207         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
15209 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
15211         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
15213 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
15215         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
15216         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
15218         * calendar/cal-move.el (calendar-beginning-of-year): Move the
15219         cursor to Jan 1 when needed.
15220         (calendar-end-of-year): Fix -/+ typo.
15221         Reported by Chong Yidong <cyd@stupidchicken.com>.
15223 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15225         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
15227         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
15228         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
15230 2005-03-25  Richard M. Stallman  <rms@gnu.org>
15232         * filesets.el (filesets-init): Add autoload.
15234         * mail/mailalias.el (mail-directory): Doc fix.
15236 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
15238         * mail/mailalias.el (mail-directory-process): Do nothing if
15239         mail-directory-process is an atom.
15240         (mail-get-names): Ignore mail-directory-names if it is an atom.
15241         (mail-directory-process defvar): Doc fix.
15242         (mail-names): Doc fix.
15244 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
15246         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
15248 2005-03-26  Kenichi Handa  <handa@m17n.org>
15250         * international/mule-util.el (detect-coding-with-priority):
15251         Call update-coding-systems-internal before detect-coding-region.
15253 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
15255         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
15256         (gdb-frames-mode-map): Add follow-link property.
15258 2005-03-25  Jay Belanger  <belanger@truman.edu>
15260         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
15261         for variables.
15263 2005-03-25  Juri Linkov  <juri@jurta.org>
15265         * image-mode.el: Optimize image filename extension regexps in
15266         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
15267         in `auto-mode-alist'.
15268         (image-mode): Add `image-toggle-display-text' to local hook
15269         `change-major-mode-hook'.  Display the image as an image by
15270         default.  Set `cursor-type' and `truncate-lines' if the image
15271         is already displayed.  Take into account the current mode (image
15272         or text) in message.
15273         (image-minor-mode): New minor mode.
15274         (image-mode-maybe, image-toggle-display-text): New functions.
15275         (image-toggle-display): Use called-interactively-p.
15276         Let-bind `inhibit-read-only' to t.
15278         * image-mode.el (image-minor-mode): Set `cursor-type' and
15279         `truncate-lines' if the image is already displayed.  Add turning
15280         image-minor-mode off to `change-major-mode-hook'.  Add message.
15281         Call `image-toggle-display-text' after turning image-minor-mode off.
15283 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15285         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
15286         Terminal.app, use utf-8.
15287         (set-display-table-and-terminal-coding-system): Add coding-system arg.
15288         (set-locale-environment): Use it.
15290         * term/xterm.el: Undo last change, better done in mule-cmds.el.
15292         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
15294         * progmodes/python.el (python-close-block-statement-p)
15295         (python-outdent-p, python-current-defun): Use symbol-end.
15297 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
15299         * files.el (save-some-buffers): Doc fix.
15301 2005-03-25  Werner Lemberg  <wl@gnu.org>
15303         * complete.el, thumbs.el: Replace `legal' with `valid'.
15304         * calendar/calendar.el: Replace `legal' with `valid'.
15305         * emacs-lisp/advice.el: Replace `legal' with `valid'.
15306         * mail/supercite.el: Replace `legal' with `valid'.
15307         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
15308         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
15309         Replace `legal' with `valid'.
15310         * textmodes/reftex-vars.el, textmodes/reftex.el:
15311         Replace `legal' with `valid'.
15313 2005-03-25  Werner Lemberg  <wl@gnu.org>
15315         * calc/calc-forms.el, calc/calc-sel.el:
15316         * midnight.el, vc-cvs.el:
15317         * emacs-lisp/cl-macs.el:
15318         * emulation/vip.el:
15319         * eshell/esh-io.el, eshell/esh-var.el:
15320         * mail/supercite.el:
15321         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
15322         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
15323         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
15324         * progmodes/sh-script.el, progmodes/xscheme.el:
15325         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
15326         * textmodes/reftex-index.el, textmodes/reftex-parse.el
15327         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
15328         * textmodes/reftex.el, textmodes/org.el:
15329         Replace `illegal' with `invalid'.
15331 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15333         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
15334         (flymake-find-buildfile, flymake-find-possible-master-files)
15335         (flymake-check-include, flymake-parse-line): Replace loops over the
15336         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
15338         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
15339         Substitute file-name-as-directory in the rest of the file.
15340         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
15341         (flymake-replace-region): Remove unused arg `buffer'.
15342         (flymake-check-patch-master-file-buffer): Update calls to it.
15343         (flymake-add-err-info): Remove unused var `count'.
15344         (flymake-mode): Use define-minor-mode.
15346         * progmodes/flymake.el: Use with-current-buffer.
15347         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
15348         flymake-replace-regexp-in-string, flymake-line-beginning-position)
15349         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
15350         Avoid testing for `xemacs'.
15351         (flymake-nop): Move.
15352         (flymake-region-has-flymake-overlays): Return the computed value.
15353         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
15354         Remove unused var `endline'.
15355         (flymake-get-line-count): Remove unused function.
15356         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
15358         * emulation/vi.el:
15359         * generic.el:
15360         * hilit-chg.el (global-highlight-changes):
15361         * hi-lock.el (hi-lock-mode):
15362         * follow.el: find-file-hooks -> find-file-hook.
15364         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
15366 2005-03-24  Juri Linkov  <juri@jurta.org>
15368         * dired.el (dired-mode-map): Add menu item "Compare directories"
15369         for dired-compare-directories.
15371         * dired-aux.el (dired-compare-directories): Add autoload cookie.
15372         Doc fix.  Replace `read-file-name' with `read-directory-name'.
15374 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15376         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
15378 2005-03-24  Jay Belanger  <belanger@truman.edu>
15380         * calc/calc-embed.el (calc-embedded-mode-change): Save all
15381         relevant mode settings in calc-embedded-original-modes when modes
15382         are permanently changed.
15384 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15386         * autoinsert.el: find-file-hooks -> find-file-hook.
15388 2005-03-24  Lute Kamstra  <lute@gnu.org>
15390         * generic.el (generic-font-lock-defaults): Make it obsolete.
15391         (generic-font-lock-keywords): New variable to replace
15392         generic-font-lock-defaults.
15393         (generic-mode-set-font-lock): Delete it.
15394         (generic-mode-internal): Don't call generic-mode-set-font-lock.
15395         (generic-bracket-support): Add docstring.
15397         * generic-x.el: Rename generic-font-lock-defaults to
15398         generic-font-lock-keywords throughout.
15399         (mailagent-rules-setup-function): Delete it.
15400         (mailagent-rules-generic-mode): Use anonymous function instead.
15401         (show-tabs-generic-mode-font-lock-defaults-1)
15402         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
15403         Quote faces.
15404         (show-tabs-tab-face, show-tabs-space-face): Specify background,
15405         not foreground.
15407         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
15408         Recognize define-generic-mode.
15410 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15412         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
15413         if there's no completion table.
15415 2005-03-23  Miles Bader  <miles@gnu.org>
15417         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15418         Remove tty-specific variants, as they're no longer needed.
15420 2005-03-23  Lute Kamstra  <lute@gnu.org>
15422         * generic-x.el: Code cleanup: make args constant whenever possible.
15423         (installshield-statement-keyword-list)
15424         (installshield-system-functions-list)
15425         (installshield-system-variables-list, installshield-types-list)
15426         (installshield-funarg-constants-list): Make them constants.
15428         * generic.el (generic-make-keywords-list): Add autoload cookie.
15430         * calendar/time-date.el: Add comment on time value formats.
15431         Don't require parse-time.
15432         (with-decoded-time-value): New macro.
15433         (encode-time-value): New function.
15434         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15435         (days-to-time): Return a valid time value when arg is huge.
15436         (time-since): Use time-subtract.
15437         (time-to-number-of-days): Use time-to-seconds.
15439 2005-03-23  David Ponce  <david@dponce.com>
15441         * recentf.el: (recentf-keep): New option.
15442         (recentf-menu-action): Default to `find-file'.
15443         (recentf-keep-non-readable-files-flag)
15444         (recentf-keep-non-readable-files-p)
15445         (recentf-file-readable-p, recentf-find-file)
15446         (recentf-cleanup-remote): Remove.
15447         (recentf-include-p): More robust.
15448         (recentf-keep-p): New function.
15449         (recentf-remove-if-non-kept): Rename from
15450         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
15451         All callers updated.
15452         (recentf-menu-items-for-commands): Fix help string.
15453         (recentf-track-closed-file): Update.  Doc fix.
15454         (recentf-cleanup): Update.  Count removed files.  Doc fix.
15456 2005-03-23  Kim F. Storm  <storm@cua.dk>
15458         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15459         Don't inherit from fringe face (now happens automatically).
15461 2005-03-22  Kim F. Storm  <storm@cua.dk>
15463         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
15464         position values.
15466 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15468         * menu-bar.el (showhide-date-time): Remove.
15469         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
15470         (menu-bar-make-mm-toggle): Simplify.
15472 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
15474         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
15475         Accept qualified variable and function names.
15477 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
15479         * bindings.el (completion-ignored-extensions):
15480         Remove ".lis" for `vax-vms'.
15482 2005-03-22  Andreas Schwab  <schwab@suse.de>
15484         * generic-x.el: Revert last change.
15485         * ldefs-boot.el: Update.
15487 2005-03-22  Jay Belanger  <belanger@truman.edu>
15489         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
15490         (calc-embedded-save-original-modes)
15491         (calc-embedded-restore-original-modes): New functions.
15492         (calc-do-embedded): Save original modes when entering embedded mode
15493         and restore when leaving embedded mode.
15494         (calc-embedded-modes-change): Change the value of
15495         calc-embedded-original-modes to reflect permanent changes.
15497 2005-03-22  Lute Kamstra  <lute@gnu.org>
15499         * generic-x.el: Require generic again.
15501 2005-03-22  Miles Bader  <miles@gnu.org>
15503         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15504         Tweak details to look good on both ttys and bitmap displays, light
15505         or dark background, etc.
15507 2005-03-21  Kim F. Storm  <storm@cua.dk>
15509         * tooltip.el (tooltip-show-help-function): Check car and cdr of
15510         mouse position.
15512 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15514         * icomplete.el: Don't forcibly turn on the mode upon load.
15515         (icomplete-mode): Use define-minor-mode.
15516         (icomplete-eoinput): Default to nil.
15517         (icomplete-minibuffer-setup): Remove autoload.
15518         (icomplete-tidy): Simplify.
15519         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
15520         in the initial state or if the user has modified the field.
15521         Fix handling of icomplete-max-delay-chars.
15522         Remove code that handles the oddball case where
15523         minibuffer-completion-table is an integer.
15524         Wrap icomplete-completions in while-no-input in case building
15525         completions takes more time than expected.
15526         (icomplete-completions): Simplify.
15528 2005-03-21  Richard M. Stallman  <rms@gnu.org>
15530         * jka-compr.el (jka-compr-really-do-compress):
15531         Make variable buffer-local.
15533         * image-mode.el: Handle .xpm files too.
15534         (image-toggle-display): Preserve modification flag.
15536         * help.el (where-is): Don't mention aliases with no key bindings.
15538 2005-03-21  Lute Kamstra  <lute@gnu.org>
15540         * generic.el: Fix commentary section.  Don't require cl for
15541         compilation.
15542         (generic-mode-list): Add autoload cookie.
15543         (generic-use-find-file-hook, generic-lines-to-scan)
15544         (generic-find-file-regexp, generic-ignore-files-regexp)
15545         (generic-mode, generic-mode-find-file-hook)
15546         (generic-mode-ini-file-find-file-hook): Fix docstrings.
15547         (define-generic-mode): Make it a defmacro.  Fix docstring.
15548         (generic-mode-internal): Code cleanup.  Add autoload cookie.
15549         (generic-mode-set-comments): Code cleanup.
15550         * generic-x.el: Don't prevent compilation.  Don't require generic.
15551         Follow coding conventions.  Minor code cleanup.
15552         (etc-fstab-generic-mode): Add some keywords.
15553         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
15554         define-generic-mode like a function declaration.
15556 2005-03-21  Jay Belanger  <belanger@truman.edu>
15558         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
15559         changing modes.
15561 2005-03-21  Sam Steingold  <sds@gnu.org>
15563         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
15565 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
15567         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
15568         Add underscore to "f$ lexicals" regexp.
15570 2005-03-20  Juri Linkov  <juri@jurta.org>
15572         * subr.el (progress-reporter-do-update): When `min-value' is equal
15573         to `max-value', set `percentage' to 0 and prevent division by zero.
15575 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
15577         Sync with Tramp 2.0.48.
15579         * net/tramp.el (all): Change all addresses to .gnu.org.
15580         (tramp-append-tramp-buffers): New defun.
15581         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
15582         Catch `dont-send' signal.
15583         (tramp-set-auto-save-file-modes): Set always permissions, because
15584         there might be an old auto-saved file belonging to another
15585         original file.  This could be a security threat.  Reported by
15586         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
15587         Check for Emacs 21.3.50 removed.
15589         * net/tramp-smb.el (all): Remove debug construct for
15590         `with-parsed-tramp-file-name'.
15591         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
15592         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
15593         No error message if DIRECTORY or FILENAME doesn't exist.
15594         (tramp-smb-open-connection): Check existence of
15595         `tramp-smb-program'.
15597 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15599         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
15600         Properly handle the case where the `m' or `s' command's argument is not
15601         yet terminated.
15602         (perl-indent-new-calculate): New function.
15603         (perl-indent-line): Use it.
15605 2005-03-20  Miles Bader  <miles@gnu.org>
15607         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
15608         in text-mode too.  Change to new face names.
15609         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
15610         Add `:weight bold' attribute.
15611         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
15613 2005-03-19  Juri Linkov  <juri@jurta.org>
15615         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
15617         * international/mule.el (auto-coding-alist): Sync with
15618         `auto-mode-alist' by adding upper case archive file extensions
15619         and adding ear/war to jar extension.
15621 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
15623         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
15624         running, restart it.
15626 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
15628         * finder.el (finder-current-item): Throw an error on an empty line.
15630         * man.el (Man-follow-manual-reference): If current-word returns
15631         nil, use "".
15633 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
15635         * simple.el (goto-line): Doc fix.
15637 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
15639         * files.el (save-buffer): Doc fix.
15641 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
15643         * recentf.el (recentf-cleanup-remote): New variable.
15644         (recentf-cleanup): Use it to conditionally check availability of
15645         remote files.
15647 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
15649         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
15650         function names.
15652 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
15654         * language/thai-word.el: New file.
15656 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
15658         * files.el (backup-buffer): If the file's directory is not
15659         writable, use copy instead of move to backup the file.
15661 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
15663         * obsolete/keyswap.el: Moved to obsolete/ from term/.
15665 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15667         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
15668         Use functionp instead of symbolp and fboundp.  Reported by Drkm
15669         <darkman_spam@yahoo.fr>.
15670         (ps-print-version): New version 6.6.6.
15672 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
15674         * textmodes/table.el (table--line-column-position): New idiom.
15675         (table--row-column-insertion-point-p): New function to test
15676         validity of row and column insertion operation at a location.
15677         (table-global-menu, table-cell-menu): Use above functions for
15678         deterministic test operation.
15679         (table--editable-cell-p): Behave in deterministic fashion.
15681 2005-03-18  Juri Linkov  <juri@jurta.org>
15683         * isearch.el (isearch-lazy-highlight-new-loop):
15684         Make arguments beg and end optional.
15685         (isearch-update): Remove optional arguments nil from
15686         isearch-lazy-highlight-new-loop.
15687         (isearch-lazy-highlight-search): Let-bind case-fold-search to
15688         isearch-lazy-highlight-case-fold-search instead of
15689         isearch-case-fold-search, and let-bind isearch-regexp to
15690         isearch-lazy-highlight-regexp.
15691         Use isearch-lazy-highlight-last-string instead of isearch-string.
15693         * replace.el (perform-replace): Remove bindings of global
15694         variables isearch-string, isearch-regexp, isearch-case-fold-search.
15695         Add three new arguments to `replace-highlight'.
15696         (replace-highlight): Add arguments string, regexp, case-fold.
15697         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
15698         to allow isearch-lazy-highlight-new-loop to use these values
15699         to set corresponding isearch-lazy-highlight-* internal
15700         variables whose values lazy highlighting will use regardless of
15701         changes to global variables isearch-string, isearch-regexp,
15702         isearch-case-fold-search during lazy highlighting loop.
15703         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
15704         to `lazy-highlight-cleanup'.
15706         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
15707         (ispell-highlight-face): Set default face to `isearch' when
15708         lazy highlighting is enabled.
15709         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
15710         priority to 1.  Add lazy highlighting.
15711         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
15712         from `isearch-dehighlight'.
15714 2005-03-18  David Ponce  <david@dponce.com>
15716         * files.el (hack-local-variables): Do a case-insensitive search
15717         for End.
15719 2005-03-18  Juri Linkov  <juri@jurta.org>
15721         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
15722         `isearch-lazy-highlight-cleanup', add alias to old name and
15723         declare obsolete.  Add release numbers to other obsolete vars.
15724         (isearch-done, isearch-lazy-highlight-new-loop):
15725         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
15726         (lazy-highlight-cleanup) <variable>: Doc fix.
15727         (isearch-lazy-highlight-update): Rename obsolete
15728         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
15730 2005-03-18  Kenichi Handa  <handa@m17n.org>
15732         * language/thai-util.el: Fix categorization of Thai characters in
15733         thai-category-table.
15734         (thai-composition-pattern): Adjust it for the above change.
15735         (thai-self-insert-command, thai-compose-syllable): New functions.
15736         (thai-compose-region): Use thai-compose-syllable.
15737         (thai-compose-string): Likewise.
15738         (thai-composition-function): Likewise.
15739         (thai-auto-composition): New function.
15740         (thai-auto-composition-mode): New minor mode.
15742         * language/thai.el: Fix patterns to be registered in
15743         composition-function-table.
15745         * international/quail.el (quail-input-method): Locally bind
15746         inhibit-modification-hooks to t.
15748 2005-03-17  Richard M. Stallman  <rms@gnu.org>
15750         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
15751         (perl-mode): Use run-mode-hooks.
15753         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
15754         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
15755         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
15757         * mail/sendmail.el (sendmail-send-it): Reenable the code
15758         to compute resend-to-address and use it.
15760         * tar-mode.el (tar-mode): Turn off undo unconditionally.
15762         * image-mode.el: New file.
15764         * image.el (insert-sliced-image): Add autoload cookie.
15766         * font-lock.el (font-lock-lines-before): New user option.
15767         (font-lock-after-change-function): Obey it.
15769         * bindings.el (esc-map): Make M-g a prefix.
15770         Bind M-g g and M-g M-g to goto-line.
15772         * faces.el (face-id): Doc fix.
15774 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
15776         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
15777         (rmail-show-message): Use rmail-unknown-mail-followup-to.
15778         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
15780         * mail/sendmail.el (mail-yank-ignored-headers)
15781         (mail-font-lock-keywords, mail-mode-fill-paragraph):
15782         Add Mail-Followup-To and Mail-Reply-To headers.
15783         (mail-citation-hook): Add autoload cookie.
15784         (mail-mode): Doc fix.
15785         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
15786         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
15787         (mail-mode-fill-paragraph): Handle those headers.
15788         (mail-mailing-lists): New variable.
15789         (mail-mail-reply-to, mail-mail-followup-to): New functions.
15791 2005-03-17  Juri Linkov  <juri@jurta.org>
15793         * isearch.el (isearch-fallback): Check for `(car previous)'
15794         before calling `isearch-other-end-state'.
15796 2005-03-17  Kim F. Storm  <storm@cua.dk>
15798         * simple.el (move-beginning-of-line): Move to beginning of buffer
15799         line, as well as beginning of screen line.
15801 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
15803         * calendar/diary-lib.el (mark-diary-entries): Use new optional
15804         argument REDRAW rather than calendar-redrawing variable.
15805         * calendar/calendar.el (calendar-redrawing): Delete.
15806         (redraw-calendar): Do not bind calendar-redrawing.
15808 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
15810         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
15811         diary-file buffer.
15813 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15815         * help.el (describe-mode): Allow a :minor-mode-function property to
15816         specify a different minor mode toggle function than the variable.
15817         * simple.el (auto-fill-function):
15818         * subr.el (add-minor-mode): Use it.
15820 2005-03-16  Kenichi Handa  <handa@m17n.org>
15822         * language/ethio-util.el (sera-being-called-by-w3): New variable.
15823         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
15824         (ethio-fidel-to-sera-buffer): Likewise.
15826 2005-03-16  Juri Linkov  <juri@jurta.org>
15828         * emacs-lisp/find-func.el (find-function-regexp):
15829         Add defun-emitting macro `menu-bar-make-toggle'.
15831         * isearch.el: Put `isearch-scroll' property to
15832         `split-window-horizontally'.
15834         * info.el: Update error messages for `debug-ignored-errors'.
15835         (Info-isearch-search): Doc fix.
15836         (Info-find-node): Move up code to go into info buffer before
15837         recording the node to the history.
15838         (Info-fontify-node): Fontify titles only if the next line
15839         has two or more `*', `=', `-', `.'.
15840         Display "go to this node" for empty (match-string 3).
15842 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15844         * term/mac-win.el: Add mouse pointer shape constants.
15846 2005-03-15  Kim F. Storm  <storm@cua.dk>
15848         * simple.el (move-beginning-of-line): Use vertical-motion.
15850 2005-03-15  Juri Linkov  <juri@jurta.org>
15852         * isearch.el (isearch-error): New variable.
15853         (isearch-invalid-regexp, isearch-within-brackets): Remove.
15854         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
15855         (isearch-within-brackets-state): Remove.
15856         (isearch-case-fold-search-state, isearch-pop-fun-state):
15857         Decrease frame index.
15858         (isearch-mode, isearch-top-state, isearch-push-state)
15859         (isearch-edit-string, isearch-abort, isearch-search-and-update)
15860         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
15861         (isearch-search, isearch-lazy-highlight-new-loop):
15862         Replace `isearch-invalid-regexp' with `isearch-error'.
15863         Remove `isearch-within-brackets'.
15864         (isearch-search): Add `search-failed' handler to `condition-case'.
15865         (isearch-lazy-highlight-search): Add `condition-case' to catch
15866         errors and allow `isearch-lazy-highlight-update' to try
15867         highlighting from the beginning of the window.
15868         (isearch-repeat): Move up code to set isearch-wrapped to t
15869         before calling isearch-wrap-function.
15871         * info.el (Info-isearch-initial-node): New internal variable.
15872         (Info-search): Signal an error in isearch mode when search leaves
15873         the initial node.  Signal an error when `bound' is non-nil and
15874         nothing was found in the current subfile.
15875         (Info-isearch-search): Remove `condition-case'.
15876         (Info-isearch-wrap): Don't wrap when search failed during leaving
15877         the initial node.  If `Info-isearch-search' is nil, wrap around
15878         the current node.
15879         (Info-isearch-start): New fun.
15880         (Info-mode): Add buffer-local hook `Info-isearch-start' to
15881         `isearch-mode-hook'.
15883 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15885         * simple.el (normal-erase-is-backspace): Set default to t if
15886         running on Mac.
15888         * term/mac-win.el (function-key-map): Sync with x-win.el.
15890 2005-03-15  Kenichi Handa  <handa@m17n.org>
15892         * international/mule-cmds.el (locale-language-names): Modify the
15893         format of elements and add more entries.
15894         (locale-preferred-coding-systems): Add more entries.
15895         (set-locale-environment): Adjust for the change of
15896         locale-language-names.
15898 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15900         * pcvs.el (smerge-ediff): Remove bogus autoload.
15902 2005-03-14  Lute Kamstra  <lute@gnu.org>
15904         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
15905         Ignore a `*' at the beginning of a line.
15907         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
15908         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
15909         subr.el.
15910         (dont-compile, eval-when-compile, eval-and-compile): Use declare
15911         to specify indentation.
15913         * generic.el (define-generic-mode): Let generic-mode-list be a
15914         list of strings; test membership with equal.
15916 2005-03-14  Kim F. Storm  <storm@cua.dk>
15918         * simple.el (next-line, previous-line): Add optional try-vscroll
15919         arg to recognize interactive use.  Pass it on to line-move.
15920         (line-move): Don't perform auto-window-vscroll when defining or
15921         executing keyboard macro to ensure consistent behavior.
15923 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15925         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
15927 2005-03-13  Lute Kamstra  <lute@gnu.org>
15929         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
15930         debugger-setup-buffer so that backtrace marks the frames set to
15931         debug-on-exit and we don't have to do it manually.  Set an extra
15932         debug-on-exit for macro's.
15933         (debugger-setup-buffer): Don't mark the top frame manually.
15935 2005-03-12  Lute Kamstra  <lute@gnu.org>
15937         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
15938         lisp-indent-function throughout.
15939         (with-no-warnings): Set lisp-indent-function property.
15941 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
15943         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
15944         Add entry for backslash.
15946 2005-03-12  Juri Linkov  <juri@jurta.org>
15948         * info.el (Info-search): Four fixes for backward search.
15950 2005-03-11  Jay Belanger  <belanger@truman.edu>
15952         * calc/calc.el (calc-language-alist): New variable.
15953         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
15954         (calc-embedded-find-modes): Use calc-language-alist instead of
15955         calc-embedded-language-alist.
15957 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
15959         * calendar/calendar.el (calendar-redrawing): New internal
15960         variable.
15961         (redraw-calendar): Remove bogus save-excursion from previous
15962         change.  Bind calendar-redrawing to t for mark-diary-entries.
15963         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
15964         calendar if that is why we were called.
15966 2005-03-11  Kenichi Handa  <handa@m17n.org>
15968         * international/mule.el (make-coding-system): Set property
15969         coding-system-define-form to nil.
15970         (define-coding-system-alias): Likewise.
15972 2005-03-11  Kenichi Handa  <handa@m17n.org>
15974         These changes are suggested by Dave Love <fx@gnu.org>.
15976         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
15977         coding: tag.
15978         (adaptive-fill-regexp): Add more bullets.
15979         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
15980         regexps.
15982 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15984         * help.el (describe-mode): Properly handle non-trivial lighters.
15985         Don't ignore minor modes that are not listed in minor-mode-list.
15987         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
15988         feature ON when the user requests to turn it OFF.
15990 2005-03-10  Lute Kamstra  <lute@gnu.org>
15992         * emacs-lisp/debug.el (debug-entry-code): Delete it.
15993         (implement-debug-on-entry): New function to replace debug-entry-code.
15994         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
15995         second argument as the 2005-03-07 change makes it obsolete.
15996         (debug-on-entry, cancel-debug-on-entry): Update call to
15997         debug-on-entry-1.
15998         (debug, debugger-setup-buffer): Comment update.
15999         (debugger-frame-number): Update to work with implement-debug-on-entry.
16001 2005-03-10  Jay Belanger  <belanger@truman.edu>
16003         * calc/calc-embed.el (math-ms-args): Declare it.
16004         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
16005         math-ms-args.
16006         (calc-embedded-subst): Use math-multi-subst-rec to substitute
16007         variables.
16009 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
16011         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
16012         Use message-box.
16014         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
16015         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
16016         (tooltip-gud-tips): Simplify.
16017         (tooltip-gud-tips-p): Remove superfluous :set.
16018         (tooltip-gud-modes): Add fortran-mode.
16019         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
16021         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
16023 2005-03-09  Kim F. Storm  <storm@cua.dk>
16025         * play/animate.el (animate-place-char): Use forward-line instead
16026         of next-line to improve performance.
16028 2005-03-09  Simon Josefsson  <jas@extundo.com>
16030         * net/browse-url.el (browse-url-default-browser): Doc fix.
16032 2005-03-09  Miles Bader  <miles@gnu.org>
16034         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
16035         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
16037 2005-03-09  Kenichi Handa  <handa@m17n.org>
16039         * international/latin-1.el: Set case and syntax for 255 only if
16040         set-case-syntax-set-multibyte is nil.
16042         * textmodes/ispell.el (ispell-insert-word): New function.
16043         (ispell-word): Use ispell-insert-word to insert a new word.
16044         (ispell-process-line): Likewise.
16045         (ispell-complete-word): Likewise.
16047 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
16049         * calendar/calendar.el (redraw-calendar): Preserve point.
16050         Reported by Matt Hodges <MPHodges@member.fsf.org>.
16051         (calendar-week-start-day): Move after definition of
16052         redraw-calendar.  Delete buffer test, since redraw-calendar has
16053         that now.
16055         * calendar/diary-lib.el (mark-diary-entries): Only call
16056         redraw-calendar in the first of any recursive calls.
16057         Reported by Alan Shutko <ats@acm.org>.
16059 2005-03-08  Juri Linkov  <juri@jurta.org>
16061         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
16062         (html-horizontal-rule, html-line, html-image, html-checkboxes)
16063         (html-radio-buttons): Add a space before the trailing `/>' where
16064         sgml-xml-mode is non-nil.
16065         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
16066         the subsequent tag of the empty XML tag.
16067         (html-href-anchor): Don't set initial input to "http:".
16068         (html-image): Ask for the image URL and set point inside alt="".
16069         (html-name-anchor): Duplicate the name in the `id' attribute when
16070         sgml-xml-mode is non-nil.
16071         (html-paragraph): Remove \n before <p>.
16072         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
16073         instead of `checked' when sgml-xml-mode is non-nil.
16075         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
16076         Remove 1 space before #RRGGBB to not truncate it on terminal
16077         windows w/o fringes.  Remove 1 space between bg and fg examples
16078         to get more space.
16079         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
16080         avoid byte-compile warnings.
16082         * image-file.el (image-file-handler): Put `safe-magic' property to
16083         `image-file-handler'.
16085         * info.el (Info-isearch-search): Emulate word search in
16086         isearching through multiple Info nodes with Info-search.
16087         (Info-isearch-wrap): Allow isearch-word.
16089 2005-03-08  Lute Kamstra  <lute@gnu.org>
16091         * emacs-lisp/debug.el (debugger-step-through): Make sure that
16092         stepping into the debugger's code is not possible.
16093         (debugger-jumping-flag): Docstring update.
16095 2005-03-08  Jay Belanger  <belanger@truman.edu>
16097         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
16098         embedded mode begins.
16099         (calc-embedded-language-alist): New variable.
16100         (calc-embedded-find-modes): Use calc-embedded-language-alist to
16101         set default language mode.
16103 2005-03-08  Kenichi Handa  <handa@m17n.org>
16105         * international/ccl.el (define-ccl-program): Fix docstring about
16106         extra 256 bytes assured for the output buffer.
16108         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
16109         Fix BUFFER_MAGNIFICATION to 2.
16110         (ccl-encode-mule-utf-16be-with-signature): Likewise.
16112 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
16114         * align.el (align-rules-list): Added an alignment rule for CSS
16115         declarations (applies to css-mode and html-mode buffers).
16117 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16119         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
16121 2005-03-07  Kim F. Storm  <storm@cua.dk>
16123         * simple.el (move-beginning-of-line): New command.
16125         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
16127         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
16129         * emulation/cua-base.el: Put CUA move property on move-end-of-line
16130         and move-beginning-of-line.
16132         * apropos.el (apropos-print): Omit command from M-x ... RET.
16134 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
16136         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
16137         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
16139 2005-03-06  Richard M. Stallman  <rms@gnu.org>
16141         * bindings.el (esc-map): Bind M-g to goto-line.
16143         * facemenu.el (global-map): Bind M-o, not M-g.
16145 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16147         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
16148         "Open Directory" as for "Open File".
16150 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
16152         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
16153         (push-mark-command): Run activate-mark-hook.
16155 2005-03-06  Richard M. Stallman  <rms@gnu.org>
16157         * help-mode.el (help-mode-finish): Don't alter the element
16158         in view-return-to-alist if there already is one.
16160         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
16161         make sure the current buffer is the expected one.
16163         * novice.el (disabled-command-function): Output in *Disabled Command*.
16164         Explicitly ignore non-keyboard events, and explicitly handle C-g.
16166         * textmodes/flyspell.el (flyspell-large-region):
16167         Pass args differently for aspell.
16169         * files.el (mode-require-final-newline): Doc fix.
16171 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
16173         * progmodes/which-func.el (which-function):
16174         Specify NOERROR when calling imenu--make-index-alist.
16176 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16178         * simple.el (normal-erase-is-backspace): Define default value.
16180         * custom.el (custom-theme-set-variables): Remove unused var
16181         `immediate'.
16182         (custom-reevaluate-setting): Simple function to handle variables
16183         that are defined before their default value can really be
16184         computed.
16186         * startup.el (command-line): Use it for temporary-file-directory,
16187         small-emporary-file-directory, auto-save-file-name-transforms,
16188         blink-cursor-mode, and normal-erase-is-backspace.
16190         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
16191         progress, even with buggy anchored keywords.
16193 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
16195         * simple.el (goto-line): Remove unbalanced final parenthesis.
16197 2005-03-05  Richard M. Stallman  <rms@gnu.org>
16199         * simple.el (goto-line): Use a number at point as the default.
16200         With C-u as arg, switch buffers.
16202 2005-03-05  Juri Linkov  <juri@jurta.org>
16204         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
16205         with `no-blinking-cursor'.
16207         * startup.el (no-blinking-cursor): New defvar.
16208         (command-line): Add `--no-blinking-cursor' to longopts.
16209         Set `no-blinking-cursor' to t for command line arguments
16210         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
16211         with `no-blinking-cursor' in the condition for calling
16212         `blink-cursor-mode'.
16214 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
16216         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
16217         (menu-bar-options-save): Add blink-cursor-mode.
16218         (menu-bar-options-menu): Add blink-cursor-mode.
16220 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
16222         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
16223         (icalendar-export-file, icalendar-export-region)
16224         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
16225         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
16227 2005-03-04  Lute Kamstra  <lute@gnu.org>
16229         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
16230         (debug-function-list): Ditto.
16232 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
16234         * textmodes/texinfmt.el (texinfo-append-refill):
16235         Redefine the types of line to which @refill
16236         is not appended by replacing a search for `@refill\\|@bye' with
16237         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
16238         itemize@refill' bug and the unfilled long lines bug.
16239         (texinfmt-version): Update number and date.
16241 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16243         * international/code-pages.el (windows-1250, windows-125[2-8])
16244         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
16246 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16248         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
16249         bound yet.
16251 2005-03-02  Romain Francoise  <romain@orebokech.com>
16253         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
16254         buffer after removing limits.
16255         (ibuffer-pop-filter): Ditto.
16256         Update copyright.
16258 2005-03-02  Miles Bader  <miles@gnu.org>
16260         * button.el (make-text-button): If the user doesn't specify a
16261         type, use the default.  Rewrite to use `add-text-properties' and
16262         plist functions.
16264 2005-03-01  Lute Kamstra  <lute@gnu.org>
16266         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
16267         (debugger-jumping-flag): New var.
16268         (debug-entry-code): Use it.
16269         (debugger-jump): Use debugger-jumping-flag and add
16270         debugger-reenable to post-command-hook.
16271         (debugger-reenable): Use debugger-jumping-flag and remove itself
16272         from post-command-hook.
16273         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
16274         debugger-reenable.
16276 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
16278         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
16279         inclusion of "itemize\\|", which may be unnecessary, is certainly
16280         inelegant, and stops refilling in itemize lists when formatting
16281         Japanese Texinfo files to Info.
16282         Update copyright to 2005.
16284 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
16286         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
16287         of an error if GDB can't find the source file.
16289 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
16291         * calendar/calendar.el (redraw-calendar): Work from any buffer,
16292         not just the calendar.
16294         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
16295         first.
16296         (diary-redraw-calendar): New function.
16297         (make-diary-entry): Add diary-redraw-calendar to local
16298         write-contents-functions.  Turn off selective display before
16299         inserting in diary.
16301 2005-03-01  Kim F. Storm  <storm@cua.dk>
16303         * emacs-lisp/copyright.el (copyright-fix-years): New command.
16305 2005-03-01  Lute Kamstra  <lute@gnu.org>
16307         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
16308         that debug-entry-code can be safely removed from a function while
16309         this code is being evaluated.  Revert the 2005-02-27 change as the
16310         new implementation no longer requires it.  Make sure that a
16311         function body containing just a string is not mistaken for a docstring.
16312         (debug): Skip one more frame in case of debug on entry.
16313         (debugger-setup-buffer): Delete one more frame line in case of
16314         debug on entry.
16315         (debugger-frame-number): Update to use the new text introduced by
16316         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
16318 2005-02-28  Kim F. Storm  <storm@cua.dk>
16320         * double.el (double-translate-key): Call force-window-update after
16321         read-event to avoid crash in redisplay.
16323 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16325         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
16326         (debug): Use it.  Move the inhibit-trace earlier.
16327         (debug-entry-code): New const.
16328         (debug-on-entry-1): Use it.
16330 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
16332         * international/utf-16.el (ccl-encode-mule-utf-16le):
16333         Fix BUFFER_MAGNIFICATION to 2.
16334         (ccl-encode-mule-utf-16be): Likewise.
16336 2005-02-28  Kenichi Handa  <handa@m17n.org>
16338         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
16339         Fix BUFFER_MAGNIFICATION to 4.
16340         (ccl-encode-mule-utf-16be-with-signature): Likewise.
16342 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
16344         * speedbar.el (speedbar-update-flag): Doc fix.
16345         (speedbar-show-info-under-mouse): Give set-mouse-position the right
16346         argument.
16348 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16350         * reveal.el (reveal-post-command): Don't try to reveal overlays which
16351         have a non-nil `invisible' property but are actually visible.
16353         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
16354         for perldoc sections.
16355         (perl-outline-regexp, perl-outline-level): New var and function.
16356         (perl-mode): Use them.
16358 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
16360         * calendar/diary-lib.el (diary-remind): Discard any mark portion
16361         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
16363 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
16365         * cus-edit.el: Comment change.
16366         (custom-buffer-create-internal): Slightly reword text at top of
16367         Custom buffers.  Mention there that saving an option edits the
16368         init file.  Add link to Emacs manual node on `custom-file'.
16369         (custom-magic-alist): Rewrite individual State messages to use
16370         capitalized keywords.  Doc fix.
16372 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
16374         * calendar/calendar.el (calendar-buffer): Move above
16375         calendar-week-start-day.
16376         (calendar-week-start-day): Doc fix.  Add :set function.
16377         (calendar-minimum-window-height): New variable.
16378         (generate-calendar-window): Only resize window if selected-window
16379         is displaying the calendar buffer.  Use new variable
16380         calendar-minimum-window-height.
16381         (generate-calendar): Reword error message.
16382         (calendar-mode-map): Bind DEL to scroll-other-window-down.
16384 2005-02-27  Andreas Schwab  <schwab@suse.de>
16386         * vc.el (vc-do-command): Don't run command asynchronously when
16387         operating in a remote directory.
16389         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
16390         change from sync with Tramp 2.0.47.
16392 2005-02-27  Richard M. Stallman  <rms@gnu.org>
16394         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
16396         * textmodes/flyspell.el (flyspell-mode-on):
16397         Call ispell-change-dictionary only if necessary.
16399         * emacs-lisp/re-builder.el (regexp-builder): New function.
16401         * register.el (describe-register-1): Explicitly handle
16402         yank-excluded-properties = t.
16404         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
16405         (custom-magic-alist): Change the status descriptions again.
16406         (face widget-type): Total rewrite based on `restricted-sexp'
16407         to eliminate the confusing double hiding levels.
16409         * emacs-lisp/debug.el (debug-on-entry-1):
16410         If function body is empty, add nil as body form.
16412 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16414         * emacs-lisp/trace.el (inhibit-trace): New var.
16415         (trace-make-advice): Use it.
16417         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
16419 2005-02-26  Kim F. Storm  <storm@cua.dk>
16421         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
16422         (mouse-on-link-p, mouse-drag-region-1): Use it.
16424 2005-02-25  Lute Kamstra  <lute@gnu.org>
16426         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
16428 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
16430         * frame.el (blink-cursor-mode): Add :group keyword.
16432 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
16434         * calendar/icalendar.el (icalendar--decode-isodatetime):
16435         New optional argument DAY-SHIFT.
16436         (icalendar-export-region): Fix coding-system-for-write.
16437         (icalendar--convert-ical-to-diary): Shift end-day of all-day
16438         events by one.
16440 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16442         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
16444 2005-02-24  Kim F. Storm  <storm@cua.dk>
16446         * international/iso-acc.el (iso-accents-compose): Fix crash
16447         during redisplay.  Call force-window-update after read-event
16448         and delete-region to signal that window is not accurate.
16450 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16452         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
16453         Remove unused and inexistent var `inhibit-trace'.
16454         (debugger-mode): Use run-mode-hooks.
16455         (debugger-list-functions): Add buttons; setup xref stack.
16457 2005-02-23  Richard M. Stallman  <rms@gnu.org>
16459         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
16460         appointment says it was explicitly made.
16461         (appt-add): Set the 3rd element.
16462         (appt-make-list): Preserve explicit appointments.
16464         * subr.el (find-tag-default): Catch errors in forward-sexp.
16466 2005-02-23  Juri Linkov  <juri@jurta.org>
16468         * info.el (Info-isearch-search): New defcustom.
16469         (Info-isearch-search): Call the default isearch function
16470         when Info-isearch-search is nil.
16471         (Info-isearch-wrap): Use variable Info-isearch-search.
16473 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
16475         * cus-edit.el: Comment change.
16477 2005-02-22  Kim F. Storm  <storm@cua.dk>
16479         * progmodes/hideif.el (hide-ifdef-use-define-alist):
16480         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
16482 2005-02-22  Simon Josefsson  <jas@extundo.com>
16484         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
16485         New variable.
16486         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
16487         Oskarsson" <myrkraverk@users.sourceforget.net>.
16489 2005-02-22  Kim F. Storm  <storm@cua.dk>
16491         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
16492         check that window of that event is the selected window.
16493         (mouse-drag-region-1): Compare mouse event window to selected
16494         window before setting point.
16496         * tooltip.el (tooltip-show-help-function): Pass event to
16497         mouse-on-link-p so it can check selected window.
16499 2005-02-22  Kenichi Handa  <handa@m17n.org>
16501         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
16502         (ps-mule-show-warning): New function.
16503         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
16504         characters are found.
16506         * ps-print.el (ps-header-footer-string): Return a list of header
16507         and footer strings.
16509 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16511         * pcvs.el (cvs-retrieve-revision): Fix thinko.
16513 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16515         * frame.el (blink-cursor-mode): Use define-minor-mode.
16517         * term/mac-win.el (function-key-map): Use char-names more consistently.
16518         (file-name-coding-system): Only set it for MacOS-9.  The other case is
16519         already handled in mule-cmds.el (where it also works when mac-win.el
16520         is not used).
16522 2005-02-21  Kenichi Handa  <handa@m17n.org>
16524         * international/mule.el (ctext-pre-write-conversion): Always use
16525         " *code-converting-work*" buffer for work.
16527         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
16529 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
16531         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
16533 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
16535         * ses.el (undo-more): Restore defadvice, but only the part that
16536         allows changes outside the restricted area of the buffer.
16538 2005-02-20  Kim F. Storm  <storm@cua.dk>
16540         * simple.el (line-move): Add fourth optional arg try-vscroll which
16541         must be set to perform auto-window-vscroll.
16542         When moving backwards and doing auto-window-vscroll, automatically
16543         vscroll to the last part of lines which are taller than the window.
16544         (next-line, previous-line): Set try-vscroll arg on line-move.
16546 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
16548         * replace.el (query-replace, query-replace-regexp)
16549         (replace-string, replace-regexp): When operating on region, make
16550         the minibuffer prompt say so.
16552         * isearch.el (isearch-forward): Document isearch-query-replace and
16553         isearch-query-replace-regexp keybindings.
16555 2005-02-19  Jay Belanger  <belanger@truman.edu>
16557         * calc/calc-aent.el (math-read-token): Add local variable.
16559         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
16560         (calc-edit-top): Move declaration to earlier in file.
16561         (calc-edit-macro-repeats): Add local variables.
16563         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
16564         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
16565         calcFunc-tanh.
16566         Adjust integration rule for calcFunc-tan.
16568 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
16570         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
16571         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
16572         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
16573         (viper-skip-separators): Bug fix.
16574         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
16575         particular major mode.
16576         (viper-del-backward-char-in-replace): Don't put deleted char on the
16577         kill ring.
16579         * viper-ex.el (viper-color-display-p): New function.
16580         (viper-has-face-support-p): Use viper-color-display-p.
16582         * viper-keym.el (viper-gnus-modifier-map): New keymap.
16584         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
16586         * viper-util.el (viper-glob-unix-files): Fix shell status check.
16587         (viper-file-remote-p): Make equivalent to file-remote-p.
16589         * viper.el (viper-major-mode-modifier-list):
16590         Use viper-gnus-modifier-map.
16592 2005-02-19  David Kastrup  <dak@gnu.org>
16594         * subr.el (subregexp-context-p): Fix garbled doc string by adding
16595         quoting.
16597 2005-02-19  Jay Belanger  <belanger@truman.edu>
16599         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
16600         Remove extra definitions.
16601         (calc-coth): New function.
16602         (calcFunc-cot): Fix `let'.
16604 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
16606         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
16607         the reasons we use "type pc" in these faces.
16609         * button.el (button): Ditto.
16611 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
16613         * replace.el (query-replace-read-from): Set the value of
16614         query-replace-from-history-variable to handle the case of an empty
16615         string entered to accept the suggested default.
16617         * net/tramp.el (tramp-file-name-for-operation):
16618         Use dired-call-process instead of dired-call-process-command.
16620 2005-02-19  Jay Belanger  <belanger@truman.edu>
16622         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
16623         (math-div-non-trig): New variables.
16624         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
16625         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
16626         (math-combine-prod, math-div-symb-fancy): Add simplifications for
16627         trig expressions.
16629 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
16631         * progmodes/gdb-ui.el (gdb-var-update-handler)
16632         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
16633         for watch expressions,
16634         (gdb-var-create-handler): Don't set speedbar-update-flag.
16635         (gdb-post-prompt): Simplify test for speedbar.
16637 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
16639         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
16640         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
16641         we use the syntax table of the correct buffer.
16642         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
16643         Felix Gatzemeier.
16645         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
16646         (ediff-file-remote-p): Make synonymous with file-remote-p.
16647         In all deffaces ediff-*-face-*, use min-colors.
16649         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
16650         ediff-recurse-to-subdirectories.
16651         (ediff-mark-if-equal): Check that the arguments are strings, use
16652         ediff-same-contents (after to Felix Gatzemeier).
16654         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
16655         nil.
16657 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16659         * log-view.el (log-view-message-re): Fix up Subversion regexp.
16661 2005-02-18  David Kastrup  <dak@gnu.org>
16663         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
16664         use `mark-active' when defined.
16666 2005-02-18  Kenichi Handa  <handa@m17n.org>
16668         * ps-print.el (ps-font-info-database): New entry
16669         ZapfChancery-MediumItalic with correct font name.  Fix font name
16670         of the entry Zapf-Chancery-MediumItalic.
16672 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
16674         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
16676 2005-02-16  Kim F. Storm  <storm@cua.dk>
16678         * ido.el (ido-fallback-command): Pass user input to fallback command.
16680 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
16682         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
16683         (gdb-find-file-hook): Add server prefix.
16685 2005-02-16  Richard M. Stallman  <rms@gnu.org>
16687         * replace.el (perform-replace): Pass new args to replace-highlight.
16688         (replace-highlight): Take region args,
16689         and pass them to isearch-lazy-highlight-new-loop.
16691         * novice.el (disabled-command-hook): Autoload the defalias
16692         and the make-obsolete-variable call.
16694         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
16696         * isearch.el (isearch-lazy-highlight-start-limit)
16697         (isearch-lazy-highlight-end-limit): New variables limit
16698         the region for highlighting.
16699         (isearch-lazy-highlight-new-loop): New args BEG and END.
16700         (isearch-lazy-highlight-search): Use the new vars.
16701         (isearch-lazy-highlight-update): Likewise.
16703         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
16705         * cus-start.el (all): Use default-boundp.
16707 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
16709         * menu-bar.el (menu-bar-select-frame): Handle current frame.
16711 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
16713         * autorevert.el (auto-revert-stop-on-user-input)
16714         (auto-revert-verbose): Doc fixes.
16716 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
16718         * international/mule-cmds.el (set-locale-environment): Remove call
16719         to set-selection-coding-system on Windows.
16721 2005-02-15  Jay Belanger  <belanger@truman.edu>
16723         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
16724         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
16725         calcFunc-coth.
16726         (math-simplify-sqrt): Add simplifications.
16728         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
16729         to list.
16731         * calc/calc-ext.el: Add functions to autoloads.
16733         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
16734         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
16735         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
16736         (math-csc-raw, math-cot-raw): New functions.
16738         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
16740         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
16741         the variable name in a message.
16743         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
16744         calcFunc-csc, calcFunc-cot.
16746         * calc/calcalg2.el: Add derivative and integration rules for
16747         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
16748         calcFunc-csch, calcFunc-coth.
16749         (math-do-integral-methods): Add to checks for when to use
16750         substitutions.
16752         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
16754 2005-02-15  Lute Kamstra  <lute@gnu.org>
16756         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16757         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
16758         <monnier@iro.umontreal.ca>
16759         (lisp-outline-level): Improve efficiency.  Suggested by David
16760         Kastrup <dak@gnu.org>.
16762 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
16764         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
16765         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
16766         (gdb-set-gud-minor-mode-existing-buffers): New functions.
16767         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
16768         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
16770 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
16772         * cus-start.el (all): Comment change.
16774 2005-02-14  Lute Kamstra  <lute@gnu.org>
16776         * cus-start.el (all): Check if symbol is void.
16778 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
16780         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
16781         optional argument to \cite.
16783 2005-02-14  Richard M. Stallman  <rms@gnu.org>
16785         * cus-edit.el (custom-buffer-create-internal): Update help message.
16786         (custom-magic-alist): Update help messages.
16788         * cus-start.el (all): Allow a var to specify a standard value.
16790 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
16792         * custom.el (custom-theme-set-variables): Handle variable aliases.
16794         * frame.el (blink-cursor-timer): Doc fix.
16795         (blink-cursor): Make it an alias for `blink-cursor-mode' and
16796         declare obsolete.
16797         (blink-cursor-mode): Define with defcustom and use correct
16798         standard expression in that defcustom.
16799         * startup.el (command-line): Adapt to above changes in frame.el.
16801 2005-02-11  Lute Kamstra  <lute@gnu.org>
16803         * apropos.el (apropos-score-doc): Prevent division by zero.
16805 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
16807         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
16808         (icalendar--get-event-property-attributes)
16809         (icalendar--get-event-properties)
16810         (icalendar--datetime-to-diary-date): New functions.
16811         (icalendar--split-value): Doc fix.
16812         (icalendar--datetime-to-noneuropean-date)
16813         (icalendar--datetime-to-european-date): New optional argument
16814         SEPARATOR.  Return result as a string instead of a list.
16815         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
16816         (icalendar--convert-string-for-export): Rename arg S to STRING.
16817         (icalendar-export-region): Doc fix.  Change name of error buffer.
16818         Save output buffer.
16819         (icalendar-import-file): Add blank at end of prompt.
16820         (icalendar-import-buffer): Doc fix.  Do not switch to error
16821         buffer.  Indicate status in return value.
16822         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
16823         buffer.  Save output buffer.  Handle exception from recurrence
16824         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
16825         events.  Fix problems with weekly all-day events.
16827 2005-02-10  Richard M. Stallman  <rms@gnu.org>
16829         * simple.el (eval-expression-print-format):
16830         Avoid warning about edebug-active.
16832         * help.el (help-for-help-internal): Rename from help-for-help.
16833         (help-for-help): Define with defalias.
16835         * font-core.el (font-lock-default-function): Use with-no-warnings.
16837         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
16839         * custom.el (defface): Doc fix.
16841 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
16843         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
16844         width 0" to prevent word wrapping problems.
16846 2005-02-09  Kim F. Storm  <storm@cua.dk>
16848         * ido.el (ido-file-extensions-order): New defcustom.
16849         (ido-file-extension-lessp, ido-file-extension-aux)
16850         (ido-file-extension-order): New advanced file ordering.
16851         (ido-file-lessp): New simple file ordering.
16852         (ido-sort-list): Remove.
16853         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
16854         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
16856 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
16858         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
16859         that some versions of grep produce.
16860         (grep-mode-font-lock-keywords): Likewise.
16862 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
16864         * progmodes/gdb-ui.el (gdb-location-list): New variable.
16865         (gdb-cdir): Delete.
16866         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
16867         (gdb-source-info): Treat case when source file is in another
16868         directory properly.
16869         (gdb-get-location): New function.
16871 2005-02-07  Jay Belanger  <belanger@truman.edu>
16873         * calc/calc-prog.el (calc-write-parse-table-part)
16874         (calc-fix-token-name): Fix a check for language type.
16876         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
16878 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
16880         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
16881         as directory not writable.
16883 2005-02-07  Kim F. Storm  <storm@cua.dk>
16885         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
16886         (cua--standard-movement-commands): Remove list.
16887         Instead, set CUA property value to move for movement commands.
16888         (cua-movement-commands): Remove.  Users must set CUA prop instead.
16889         (cua--pre-command-handler): Check CUA property.
16890         (cua--init-keymaps): Don't remap undo commands.
16891         (cua-mode): Don't call cua--rectangle-on-off.
16893         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
16894         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
16895         (cua--rect-undo-set-point): New var.
16896         (cua--rectangle-undo-boundary): Setup undo apply entry.
16897         (cua--rect-undo-handler): New function for rectangle undo.
16898         (cua--rect-start-position, cua--rect-end-position): Add.
16899         (cua--rectangle-post-command): Call cua--rectangle-set-corners
16900         for restored rectangle.  Set point if cua--rect-undo-set-point.
16902 2005-02-06  Jay Belanger  <belanger@truman.edu>
16904         * calc/calc-lang.el (calc-tex-language): Display more information
16905         in messages.
16907         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
16908         in TeX mode.
16910 2005-02-06  Richard M. Stallman  <rms@gnu.org>
16912         * emacs-lisp/lisp.el (buffer-end): Doc fix.
16914 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
16916         * net/ldap.el (ldap-search-internal): Support attributes with
16917         optional descriptions separated by a semi-colon, as in
16918         "userCertificate;binary".
16920 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16922         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
16923         isn't a cons (i.e. the version is 0).
16925 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
16927         * help.el (help-for-help): Doc fix.
16929 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
16931         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
16932         GDB-Windows on the menu-bar as this works better.
16934 2005-02-04  Jay Belanger  <belanger@truman.edu>
16936         * calc/calc-embed.el (calc-embedded-update): Don't put in
16937         unnecessary newlines.  Adjust the end of formula marker.
16939         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
16940         (math-latex-parse-two-args): New function.
16942 2005-02-03  Lute Kamstra  <lute@gnu.org>
16944         * help-fns.el (help-with-tutorial): Make sure that users cannot
16945         remove the entire text of the tutorial by means of `undo'.
16947 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16949         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
16950         in recent changes, where the ispell process was repeatedly
16951         killed & restarted.
16953         * international/mule-cmds.el (set-locale-environment): Set file-name
16954         coding system to utf-8 on Darwin systems.
16955         (set-default-coding-systems): Don't set default-file-name-coding-system
16956         on Darwin systems.
16958 2005-02-03  Richard M. Stallman  <rms@gnu.org>
16960         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
16962 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
16964         * faces.el (list-faces-display): Add optional argument.
16966 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16968         * font-core.el (font-lock-default-function): Handle the rare case where
16969         only font-lock-keywords is set.
16971 2005-02-02  Kenichi Handa  <handa@m17n.org>
16973         * international/characters.el: Cancel previous change for
16974         I-WITH-DOT-ABOVE and DOTLESS-i.
16976         * international/latin-5.el: Cancel previous change.
16978 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
16980         * progmodes/gud.el: Correction to syntax in gud-menu-map.
16982 2005-02-02  Kenichi Handa  <handa@m17n.org>
16984         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
16985         DOTLESS-i.
16987         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
16988         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
16990         * case-table.el (get-upcase-table): New function.
16991         (copy-case-table): Copy upcaes table too if non-nil.
16992         (set-case-syntax-delims): Maintain upcase table too.
16993         (set-case-syntax-pair): Likewise.
16994         (set-upcase-syntax, set-downcase-syntax): New functions.
16995         (set-case-syntax): Maintain upcase table too.
16997 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
16999         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
17001         * progmodes/gud.el (gud-goto-info): New function.
17002         (gud-tool-bar-map): Use correct icon.
17004 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
17006         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
17007         When delegating, order args in the funcall correctly.
17009 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
17011         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
17013 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
17015         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
17016         buffer not visiting a file.
17018 2005-01-31  Jay Belanger  <belanger@truman.edu>
17020         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
17021         bound on the line with the formula.
17023 2005-01-31  Kim F. Storm  <storm@cua.dk>
17025         * ses.el (ses-create-cell-variable-range)
17026         (ses-destroy-cell-variable-range, ses-reset-header-string)
17027         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
17028         (ses-insert-row): Fix format of apply undo entries.
17030 2005-01-31  Jay Belanger  <belanger@truman.edu>
17032         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
17033         parts.
17035         * calc/calc-embed.el (calc-embedded-open-formula)
17036         (calc-embedded-close-formula): Ignore matrix environments.
17038         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
17039         TeX mode.
17041         * calc/calc-lang.el (math-function-table, math-oper-table)
17042         (math-variable-table): Adjust the LaTeX portions.
17044         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
17045         (math-latex-ignore-words): New constant.
17047 2005-01-31  Richard M. Stallman  <rms@gnu.org>
17049         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
17050         (ispell-local-dictionary): Doc fix.
17051         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
17052         Don't reinitialize at run time.  Don't defcustom.
17053         All uses changed to append ispell-local-dictionary-alist,
17054         or check it first.
17055         (ispell-current-dictionary): New variable for dictionary in use.
17056         (ispell-dictionary): Now used only for global default.
17057         (ispell-start-process): Set ispell-current-dictionary,
17058         not ispell-dictionary.
17059         (ispell-change-dictionary): Use this only for setting
17060         user preferences.
17061         (ispell-internal-change-dictionary): New function
17062         to change the current dictionary in use.
17063         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
17064         Use ispell-current-dictionary.
17065         Handle ispell-local-dictionary-overridden.
17066         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
17068 2005-01-31  Jay Belanger  <belanger@truman.edu>
17070         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
17072         * calc/calc-ext.el: Add calc-latex-language to autoloads.
17073         (calc-mode-map): Add calc-latex-language.
17075         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
17076         (math-latex-print-frac): New functions.
17077         (math-oper-table, math-function-table, math-variable-table)
17078         (math-complex-format, math-input-filter): Add latex properties.
17079         (calc-set-language): Set math-expr-special-function-mapping.
17081         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
17082         (calc-write-parse-table-part): Add LaTeX support.
17084         * calc/calc.el (calc-language): Adjust docstring.
17085         (calc-set-mode-line): Add LaTeX support.
17086         (math-expr-special-function-mapping): New variable.
17087         (math-tex-ignore-words): Add to list.
17089         * calc/calccomp.el (math-compose-expr, math-compose-rows):
17090         Add LaTeX support.
17091         (math-compose-expr): Add support for special functions.
17093         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
17095 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
17097         * progmodes/gdb-ui.el (gdb-memory-address)
17098         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
17099         (gdb-memory-mode-map, gdb-memory-format-keymap)
17100         (gdb-memory-format-menu, gdb-memory-unit-keymap)
17101         (gdb-memory-unit-menu): New variables for a buffer
17102         that lets the user examine program memory.
17103         (gdb-memory-set-address, gdb-memory-set-repeat-count)
17104         (gdb-memory-format-binary, gdb-memory-format-octal)
17105         (gdb-memory-format-unsigned, gdb-memory-format-signed)
17106         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
17107         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
17108         (gdb-memory-unit-word, gdb-memory-unit-halfword)
17109         (gdb-memory-unit-byte, gdb-memory-unit-menu)
17110         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
17111         (gdb-memory-mode, gdb-memory-buffer-name)
17112         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
17113         New functions for above buffer.
17115 2005-01-30  Richard M. Stallman  <rms@gnu.org>
17117         * cus-edit.el (custom-bury-buffer): Function deleted.
17118         (custom-buffer-done-function): Option deleted.
17119         (custom-buffer-done-kill): New replacement option.
17120         (Custom-buffer-done): Call quit-window.
17121         (custom-buffer-create-internal): Update for above changes.
17123 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
17125         * simple.el (undo-ask-before-discard): New var.
17126         (undo-outer-limit-truncate): Implement it.
17127         (undo-extra-outer-limit): Doc update.
17129 2005-01-29  Richard M. Stallman  <rms@gnu.org>
17131         * ses.el (undo-more): Delete defadvice.
17132         (ses-begin-change): Doc fix.
17134         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
17135         instead of rebinding C-x u and C-_.
17137         * files.el (normal-backup-enable-predicate): Return nil for files
17138         in /tmp, regardless of temporary-file-directory.
17140         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
17142         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
17143         (open-rectangle, delete-whitespace-rectangle-line)
17144         (clear-rectangle-line): If FILL, pass t instead of FILL
17145         for move-to-column's 2nd arg.
17147         * simple.el (undo): Fix the test for continuing a series of undos.
17148         (undo-more): Set pending-undo-list to t when we reach end.
17149         (pending-undo-list): Move up defvar.
17151         * wid-edit.el (widget-button-click):
17152         Shorten the range of the track-mouse binding.
17154         * comint.el (comint-insert-input): Undo previous changes;
17155         use last-input-event in interactive spec.
17157 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
17159         * progmodes/compile.el (compilation-start): Bind buffer-read-only
17160         to nil before invoking call-process.  Reset buffer's modified flag
17161         after fontifying it in the no-async branch.
17163         * wid-edit.el (widget-specify-button): If mouse pointer shape
17164         cannot be changed, use mouse face instead.
17166 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
17168         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17169         (gdb-goto-breakpoint): Make breakpoint handling work on template
17170         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
17171         (gdb-assembler-custom): Update to recognize breakpoint information
17172         added on 2005-01-19.
17174 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17176         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
17177         (dsssl-mode): Use define-derived-mode.
17178         (scheme-mode-initialize): Remove.
17179         (scheme-mode): Use run-mode-hooks.
17181         * cus-edit.el (customize-group-other-window)
17182         (custom-buffer-create-other-window): Don't override special-display-*.
17183         (custom-mode-map): Make it dense.
17185         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
17186         sets the default value.
17188 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
17190         * descr-text.el: Add more keywords.
17192 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17194         * speedbar.el: Avoid unnecessary use of locate-library.
17196         * international/mule-cmds.el (standard-display-european-internal):
17197         Don't fiddle with latin-1 non-break space any more since it's now
17198         special cased in the C code.
17199         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
17201 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
17203         * cus-start.el (all): Add `undo-outer-limit'.
17205 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17207         * textmodes/bibtex.el (bibtex-format-entry):
17208         Use `bibtex-empty-field-re' only on the text of fields, not on entire
17209         field lines.
17210         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
17211         not on part of a buffer.
17213 2005-01-25  Lute Kamstra  <lute@gnu.org>
17215         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
17216         nonempty field text strings like "{letters\\macro{}more letters}".
17217         Clarify docstring.
17218         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
17219         (bibtex-entry-offset, bibtex-parse-association)
17220         (bibtex-parse-field-name): Fix typos in docstrings.
17221         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
17223 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
17225         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
17226         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
17227         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
17228         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
17230         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
17231         isearch minor mode.
17233 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
17235         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
17237 2005-01-24  Lute Kamstra  <lute@gnu.org>
17239         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
17240         CASECHARS and NOT-CASECHARS regular expressions of the
17241         "nederlands" and "nederlands8" dictionaries to prevent a "Range
17242         striding over charsets" error.
17244 2005-01-24  Jay Belanger  <belanger@truman.edu>
17246         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
17247         display variable name.
17249 2005-01-24  Kenichi Handa  <handa@m17n.org>
17251         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
17252         Fix setting of the element of encoded-kbd-iso2022-invocations.
17254 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
17256         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
17257         (gdb-threads-select): Change to also accept mouse events.
17258         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
17259         (gdb-threads-mouse-select): Delete.
17261 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
17263         * files.el (insert-directory): Take care of empty directory,
17264         listed without -a switch.
17266 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17268         * textmodes/refill.el (refill-post-command-function):
17269         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
17270         to the list of functions that we should be careful not to undo.
17271         (refill-late-fill-paragraph-function): Remove.
17272         (refill-saved-state): New var.
17273         (refill-mode): Use it to save fill-paragraph-function.
17274         Save also the value of auto-fill-function.
17276         * term/w32-win.el: Simplify code.
17278 2005-01-23  Kim F. Storm  <storm@cua.dk>
17280         * simple.el (line-move): Adapt to new return value from
17281         pos-visible-in-window-p.
17283         * simple.el (line-move): Fix last change.  Check partial
17284         visibility at point rather than at window-start.
17286 2005-01-22  Jason Rumney  <jasonr@gnu.org>
17288         * term/w32-win.el (xw-defined-colors): Remove debug-message.
17290 2005-01-22  David Kastrup  <dak@gnu.org>
17292         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
17294 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
17296         * type-break.el (type-break-mode): Add a test for
17297         type-break-file-name being non-nil.
17299 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
17301         * net/eudc.el (top level): Call (message "") via progn, so that
17302         eudc-options-file is loaded.
17304 2005-01-22  Kim F. Storm  <storm@cua.dk>
17306         * simple.el (line-move-1): Rename from line-move.
17307         (line-move): New function that adjusts vscroll for partially
17308         visible rows, and calls line-move-1 otherwise.
17310 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
17312         * pcomplete.el: Define pcomplete-read-event instead of read-event,
17313         since it's not a complete read-event implementation
17315 2005-01-20  Jay Belanger  <belanger@truman.edu>
17317         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
17318         for called function.
17320 2005-01-20  Steven Tamm  <steventamm@mac.com>
17322         * term/mac-win.el (process-connection-type): Remove.
17323         Controlled now by s/darwin.h:PTY_ITERATION.
17325 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17327         * window.el (handle-select-window): Don't switch window when we're
17328         in the minibuffer.
17330 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
17332         * subr.el (dotimes-with-progress-reporter): New macro.
17334         * ses.el (ses-dotimes-msg): Remove macro.
17335         Use `dotimes-with-progress-reporter' instead.
17337 2005-01-19  Steven Tamm  <steventamm@mac.com>
17339         * term/mac-win.el (process-connection-type): Use new
17340         operating-system-release variable to use ptys on Darwin 7 (OS X
17341         10.3) when using carbon build.
17343 2005-01-19  Jay Belanger  <belanger@truman.edu>
17345         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
17346         flags if the last command was a tab or M-tab.
17348         * calc/calc-prog.el (calc-user-define-edit): Put original formula
17349         in formula editing buffer.
17351 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
17353         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
17354         breakpoint image symbol in margin.
17356 2005-01-19  Jay Belanger  <belanger@truman.edu>
17358         * calc/calc-prog.el (calc-execute-kbd-macro):
17359         Ignore calc-keep-arg-flag.
17361 2005-01-19  Kenichi Handa  <handa@m17n.org>
17363         * textmodes/ispell.el (ispell-looking-at): New function.
17364         (ispell-process-line): Use ispell-looking-at to compare the ispell
17365         output and the buffer contents.
17367 2005-01-18  Jay Belanger  <belanger@truman.edu>
17369         * calc/calc.el (calc-display-raw): Fix docstring.
17371 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17373         * simple.el (blink-matching-open): Strip extra info from syntax.
17375         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
17376         funny chars in the end-of-here-doc marker.
17378 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
17380         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
17381         that enable/disabled state of breakpoints is shown correctly in
17382         fringe and on ttys.
17383         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
17384         Add breakpoint information as text properties.
17385         (gdb-mouse-toggle-breakpoint):
17386         Rename to gdb-mouse-set-clear-breakpoint.
17387         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
17388         breakpoints in the margin.
17389         (gdb-remove-strings): Simplify.
17391 2005-01-17  Jay Belanger  <belanger@truman.edu>
17393         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
17394         erasing buffer.
17396 2005-01-17  Richard M. Stallman  <rms@gnu.org>
17398         * progmodes/grep.el (grep-find): Copy from `grep' the condition
17399         for calling grep-compute-defaults.
17401         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
17402         if buffer is empty.
17404         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
17406 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17408         * hilit-chg.el (highlight-changes-mode): Don't autoload.
17410         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
17411         non-preloaded variables.
17413 2005-01-17  Steven Tamm  <steventamm@mac.com>
17415         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
17416         tex-shell cause to force interactivity when using pipes.
17418 2005-01-17  Kim F. Storm  <storm@cua.dk>
17420         * simple.el (just-one-space): Make arg optional.
17422 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
17424         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
17425         posn-at-x-y to t to access left-margin.
17427 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
17429         Sync with Tramp 2.0.47.
17431         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
17432         catching keep-date problems in cp/scp operations.
17433         (tramp-handle-copy-file): Don't call `set-file-modes'
17434         unconditionally.  Specialized functions should know better what is
17435         necessary.  This improves performance a little bit, and the
17436         functions could catch errors with `cp -p' and `scp -p'.
17437         (tramp-do-copy-or-rename-file-via-buffer)
17438         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
17439         when appropriate.
17440         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
17441         Call `set-file-modes' when appropriate.
17442         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
17443         Johnsson <isak@hypergene.com>
17444         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
17445         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
17446         <joakim@verona.se>
17447         (tramp-file-name-for-operation): Mark `shell-command' as magic for
17448         Emacs only.
17450         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
17451         `find-file-hooks' and `dired-mode-hook'.
17452         (tramp-minor-mode-map): Respective map.  Add remapping for
17453         `compile' and `recompile'.
17454         (tramp-remap-command, tramp-recompile): New defuns.
17455         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
17456         in buffer "*Compilation*".  Call the commands asynchronously.
17458         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
17459         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
17460         `shell-command', because it isn't magic in XEmacs.  Reported by
17461         Adrian Aichner <adrian@xemacs.org>.
17463         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
17464         `substitute-in-file-name.
17465         (tramp-smb-handle-substitute-in-file-name): New defun.
17466         (tramp-smb-advice-PC-do-completion): Delete advice.
17468 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
17470         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
17471         Fix error in deleting region.
17473 2005-01-15  Richard M. Stallman  <rms@gnu.org>
17475         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
17476         In non-temp buffer, switch syntax table temporarily.
17478         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
17480         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
17482         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
17484         * imenu.el (imenu--split-menu): Copy menulist before sorting.
17485         (imenu--generic-function): Use START, not BEG, as pos of definition.
17487         * simple.el (just-one-space): Argument specifies number of spaces.
17489         * simple.el (eval-expression-print-format): Avoid warning
17490         about edebug-active.
17492 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
17494         * progmodes/sh-script.el: Code copied from make-mode.el
17495         with small changes,
17496         (sh-mode-map): Bind C-c C-\.
17497         (sh-backslash-column, sh-backslash-align): New variables.
17498         (sh-backslash-region, sh-append-backslash): New functions.
17500 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17502         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
17503         (rmail-pop-password, rmail-pop-password-required): Move to
17504         rmail-obsolete group.
17505         (rmail-set-pop-password): Rename to rmail-set-remote-password.
17506         All callers updated.
17507         (rmail-get-pop-password): Rename to rmail-get-remote-password.
17508         Take an argument specifying whether it is POP or IMAP mailbox we
17509         are using.  All callers updated.
17510         (rmail-pop-password-error): Rename to
17511         rmail-remote-password-error.  Added mailutils-specific error message.
17512         (rmail-movemail-search-path)
17513         (rmail-movemail-variant-in-use): New variables.
17514         (rmail-remote-password, rmail-remote-password-required):
17515         New customization variables.
17516         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
17517         (rmail-parse-url): New function.
17518         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
17519         with GNU mailutils movemail.
17521 2005-01-15  Kevin Ryde  <user42@zip.com.au>
17523         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
17524         suffix to space, $ or '$, to correctly position point when going
17525         to @table style constants like DBL_MAX.
17527 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
17529         * type-break.el (type-break-mode, type-break-file-time)
17530         (type-break-file-keystroke-count, type-break-choose-file):
17531         Don't store data in or load data from the file if type-break-file-name
17532         is nil.
17533         (type-break-file-name): Doc update as per the above.
17535 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
17537         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
17538         lookup-key might return nil; handle that.
17540 2005-01-15  Alan Mackenzie  <acm@muc.de>
17542         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
17543         rather than the element found, thus enabling the tree to be setcar'd.
17545 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
17547         * textmodes/org.el (org-show-following-heading): New option.
17548         (org-show-hierarchy-above): Use `org-show-following-heading'.
17549         (org-cycle): Documentation fix.
17551         * textmodes/org.el (orgtbl-optimized): New option
17552         (orgtbl-mode): New command, a minor mode.
17553         (orgtbl-mode-map): New variable.
17554         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
17555         (orgtbl-error, orgtbl-self-insert-command)
17556         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
17558         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
17559         a local variable in each org-mode buffer.
17561         * textmodes/org.el (org-set-regexps-and-options): Rename from
17562         `org-set-regexps'.  Added checking for STARTUP keyword.
17563         (org-get-current-options): Add STARTUP options.
17564         (org-table-insert-row): Make mode intelligent about when
17565         realignment is needed.
17566         (org-self-insert-command, org-delete-backward-char, org-delete-char):
17567         New commands.
17568         (org-enable-table-editor): New default value `optimized'.
17569         (org-table-blank-field): Support blanking regions if active.
17571 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
17573         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
17574         if the year is not given.
17576         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
17577         Add new escapes %m and %M, fixed bug with %F by adding
17578         save-match-data.
17579         (reftex-reference): Remove ?. from list of spaces.
17580         (reftex-label-info): Add automatic label prefix recognition.
17582         * textmodes/reftex-index.el (reftex-index-next-phrase):
17583         Add slave parameter to call of `reftex-index-this-phrase'.
17584         (reftex-index-this-phrase): New optional argument.
17585         (reftex-index-region-phrases): Add slave parameter to call of
17586         `reftex-index-this-phrase'.
17587         (reftex-display-index): New argument redo.
17588         (reftex-index-rescan): Add 'redo to arguments of
17589         `reftex-display-index'.
17590         (reftex-index-Rescan, reftex-index-revert)
17591         (reftex-index-switch-index-tag): Add 'redo to arguments of
17592         `reftex-display-index'.
17593         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
17594         indexing.  Fix bug with matching is there is a quote before or
17595         after the word.
17597         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
17598         Fix bug when collecting citation keys in lines with comments.
17599         (reftex-citation): Prefix argument no longer rescans the document,
17600         but forces prompting for optional arguments of cite macros.
17601         (reftex-do-citation): Prompting for optional arguments implemented.
17603         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17604         Add optional arguments to most cite commands.
17605         (reftex-cite-cleanup-optional-args): New option
17606         (reftex-cite-prompt-optional-args): New option.
17607         (reftex-trust-label-prefix): New option.
17609         * textmodes/reftex-toc.el (reftex-toc-find-section):
17610         Add push-mark before changing the position in the buffer.
17612         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
17613         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
17615 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
17617         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
17618         more carefully.
17620 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17622         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
17623         (sgml-mode): Use it.
17624         (sgml-get-context): Better keep track of implicitly closed tags.
17626 2005-01-13  Kenichi Handa  <handa@m17n.org>
17628         * textmodes/ispell.el: These changes are to fix misalignment error
17629         caused by equivalent characters of different Emacs charsets.
17630         (ispell-unified-chars-table): New variable.
17631         (ispell-get-decoded-string): New function.
17632         (ispell-get-casechars, ispell-get-not-casechars)
17633         (ispell-get-otherchars): Call ispell-get-decoded-string.
17635 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
17637         * custom.el (custom-declare-variable): Just put symbol instead
17638         of (defvar . symbol) in `current-load-list'.
17640 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
17642         * emacs-lisp/elint.el: Fixed typo in Commentary section.
17644 2005-01-12  Jay Belanger  <belanger@truman.edu>
17646         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
17647         to create a Calc summary.
17649 2005-01-12  Kim F. Storm  <storm@cua.dk>
17651         * mouse.el (mouse-on-link-p): Change functionality and doc
17652         string to comply with latest description in lisp ref.
17654 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
17656         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
17657         Enable mouse clicks on mode-line, header-line and margin.
17658         (event-type): Give mouse event symbols an 'event-kind property
17659         with value 'mouse-click.
17661 2005-01-12  Juri Linkov  <juri@jurta.org>
17663         * facemenu.el (list-colors-display): Add new arg buffer-name.
17664         Use it.  Fix docstring.  Replace code for identifying duplicate
17665         colors by the name with call to `list-colors-duplicates' which
17666         identifies duplicate colors by the value unless the color
17667         is one of special Windows colors.  Set truncate-lines to t.
17668         Print sorted duplicate color names on each line.  Indent to 22
17669         \(the longest color name in rgb.txt) instead of 20.  Optimize.
17670         (list-colors-duplicates): New function.
17671         (facemenu-color-name-equal): Delete function.
17673         * facemenu.el (list-colors-print): New function created from code
17674         in list-colors-display.  Print #RRGGBB at the window right edge.
17675         (list-colors-display): When temp-buffer-show-function is not
17676         defined, call list-colors-print from temp-buffer-show-hook
17677         to get the right value of window-width in list-colors-print
17678         after the buffer is displayed.
17680         * simple.el (pop-mark): Move deactivate-mark out of conditional
17681         part to deactivate the active mark regardless of the state of the
17682         mark ring.
17684         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
17685         variables line in desktop files.
17687 2005-01-12  Juri Linkov  <juri@jurta.org>
17689         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
17690         Bring together isearch highlight related options.
17691         (lazy-highlight): Replace group `replace' by `matching'.
17692         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
17693         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
17694         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
17695         and declare them obsolete.
17696         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
17697         (isearch-faces): Remove defgroup.
17698         (isearch-overlay, isearch-highlight, isearch-dehighlight):
17699         Move isearch highlighting code closer to lazy highlighting code.
17701         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
17702         (query-replace-highlight, query-replace-lazy-highlight)
17703         (query-replace): Move definitions to the beginning of the file.
17705 2005-01-11  Juri Linkov  <juri@jurta.org>
17707         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
17708         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
17709         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
17711         * info.el (Info-history-forward): New variable.
17712         (Info-select-node): Reset Info-history-forward to nil.
17713         (Info-last): Turn into defalias.
17714         (Info-history-back): Rename from Info-last.
17715         Add current node to Info-history-forward.
17716         (Info-history-forward): New fun.
17717         (Info-mode-map): Replace Info-last by Info-history-back.
17718         Bind Info-history-forward to "r".
17719         (Info-mode-menu): Replace Info-last by Info-history-back.
17720         Fix menu item text.  Add menu item for Info-history-forward.
17721         (info-tool-bar-map): Replace Info-last by Info-history-back.
17722         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
17723         for Info-history-forward.
17724         (Info-mode): Replace Info-last by Info-history-back in docstring.
17725         Add local variable Info-history-forward.
17726         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
17728 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17730         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
17731         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
17732         Ignore select-window events rather than fiddle with
17733         mouse-autoselect-window.
17735 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
17737         * type-break.el (type-break-mode): Fix previous change.
17739 2005-01-10  Jay Belanger  <belanger@truman.edu>
17741         * calc/calc-ext.el (calc-reset): Reset when inside embedded
17742         calculator; only reset when point is inside a calculator.
17743         Don't adjust the window height if the window takes up the whole height
17744         of the frame.
17746 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
17748         * ebuff-menu.el (Electric-buffer-menu-mode):
17749         Preserve value of buffer-local var header-line-format.
17751 2005-01-09  Jay Belanger  <belanger@truman.edu>
17753         * calc/calc.el (calc-mode-var-list-restore-saved-values):
17754         Make sure settings file exists before accessing it.
17756         * calc/calc-embed.el (calc-embedded-subst):
17757         Replace math-multi-subst-rec, which is only supposed to be called
17758         by math-multi-subst, by math-multi-subst.
17760 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
17762         * vc.el (vc-allow-async-revert): New user option.
17763         (vc-disable-async-diff): New internal variable.
17764         (vc-revert-buffer): Use them to disable asynchronous diff.
17766         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
17767         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
17768         asynchronously if vc-disable-async-diff is t.
17770 2005-01-09  Jay Belanger  <belanger@truman.edu>
17772         * calc/calc.el (defcalcmodevar): New macro.
17773         (calc-mode-var-list-restore-default-values)
17774         (calc-mode-var-list-restore-saved-values): New functions.
17775         (calc-mode-var-list): Use defcalcmodevar to define it.
17776         (calc-always-load-extensions, calc-line-numbering)
17777         (calc-line-breaking, calc-display-just, calc-display-origin)
17778         (calc-number-radix, calc-leading-zeros, calc-group-digits)
17779         (calc-group-char, calc-point-char, calc-frac-format)
17780         (calc-prefer-frac, calc-hms-format, calc-date-format)
17781         (calc-float-format, calc-full-float-format, calc-complex-format)
17782         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
17783         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
17784         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
17785         (calc-matrix-brackets, calc-language, calc-language-option)
17786         (calc-left-label, calc-right-label, calc-word-size)
17787         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
17788         (calc-display-raw, calc-internal-prec, calc-angle-mode)
17789         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
17790         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
17791         (calc-window-height, calc-display-trail, calc-show-selections)
17792         (calc-use-selections, calc-assoc-selections)
17793         (calc-display-working-message, calc-auto-why, calc-timing)
17794         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
17795         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
17796         (calc-gnuplot-default-device, calc-gnuplot-default-output)
17797         (calc-gnuplot-print-device, calc-gnuplot-print-output)
17798         (calc-gnuplot-geometry, calc-graph-default-resolution)
17799         (calc-graph-default-resolution-3d, calc-invocation-macro)
17800         (calc-show-banner): Use defcalcmodevar to declare them and set
17801         their default values.
17803         * calc/calc-ext.el (calc-reset): Restore saved values of variables
17804         instead of default values (but restore default values if there is
17805         an argument of 0).
17807 2005-01-09  David Kastrup  <dak@gnu.org>
17809         * desktop.el (desktop-restore-eager): Fix typo in type.
17811 2005-01-08  Richard M. Stallman  <rms@gnu.org>
17813         * cus-edit.el (customize): Delete :link.
17815 2005-01-08  Jay Belanger  <belanger@truman.edu>
17817         * calc/calc.el (calc-mode): Remove the extension from the
17818         `calc-settings-file' file name when loading it.
17820 2005-01-08  Kim F. Storm  <storm@cua.dk>
17822         * info.el (Info-mode-map, Info-next-link-keymap)
17823         (Info-prev-link-keymap, Info-up-link-keymap):
17824         Map follow-link to mouse-face.
17825         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
17827 2005-01-08  Jay Belanger  <belanger@truman.edu>
17829         * calc/calc.el (calc-settings-file): Change default value.
17830         Suggested by cgw in a comment in calc-mode.el.
17832         * calc/calc-mode.el (calc-settings-file-name):
17833         Compare calc-settings-file to user-init-file instead of ~/.emacs.
17834         Replace ~/.emacs in a prompt by calc-settings-file.
17836 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
17838         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
17839         (desktop-lazy-idle-delay): New customizable variables.
17840         (desktop-buffer-args-list): New variable.
17841         (desktop-append-buffer-args): New function.
17842         (desktop-save): Call desktop-append-buffer-args for some buffers.
17843         (desktop-lazy-create-buffer): New function.
17844         (desktop-idle-create-buffers): New function.
17845         (desktop-read): Add message about buffers to restore lazily.
17846         (desktop-lazy-abort): New command.
17847         (desktop-clear): Call desktop-lazy-abort.
17848         (desktop-lazy-complete): New command.
17850 2005-01-06  Richard M. Stallman  <rms@gnu.org>
17852         * emacs-lisp/find-func.el (find-face-definition):
17853         Rename from find-face.
17855 2005-01-06  Kim F. Storm  <storm@cua.dk>
17857         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
17859         * man.el (Man-xref-man-page, Man-xref-header-file)
17860         (Man-xref-normal-file): Add follow-link property.
17862 2005-01-06  Jay Belanger  <belanger@truman.edu>
17864         * calc/calc-units.el: Make sure the proper macro definitions are
17865         available when compiling.
17867 2005-01-06  Juri Linkov  <juri@jurta.org>
17869         * isearch.el (isearch-lazy-highlight-update):
17870         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
17872 2005-01-06  Miles Bader  <miles@gnu.org>
17874         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
17875         (isearch-lazy-highlight-face): Use new name.
17877 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17879         * uniquify.el (uniquify-rationalize-file-buffer-names):
17880         Re-add an interactive spec.
17881         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
17882         to the same name.
17884         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
17885         (isearch-update, isearch-done): Adjust calls accordingly.
17887 2005-01-05  Richard M. Stallman  <rms@gnu.org>
17889         * custom.el (custom-set-variables, custom-theme-set-variables):
17890         Clarify documentation.
17892         * emacs-lisp/find-func.el (find-variable)
17893         (find-variable-other-window, find-variable-other-frame):
17894         Fix the TYPE args to find-function-read and find-function-do-it.
17895         (find-function): Doc fix.
17896         (find-function-at-point): Replace function-at-point alias.
17898 2005-01-04  Richard M. Stallman  <rms@gnu.org>
17900         * cus-face.el (custom-declare-face):
17901         Record defface in current-load-list.
17903         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
17905         * emacs-lisp/find-func.el: Doc fixes.
17906         (find-face-regexp): New variable.
17907         (find-function-regexp-alist): New variable.
17908         (find-function-C-source): Third arg is now TYPE.
17909         (find-function-search-for-symbol): Handle general TYPE.
17910         (find-function-read, find-function-do-it): Handle general TYPE.
17911         (find-definition-noselect, find-face): New functions.
17912         (function-at-point): Alias deleted.
17914 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17916         * battery.el (display-battery-mode): Rename from display-battery.
17917         Handle the case where it gets turned off.
17919 2005-01-04  Richard M. Stallman  <rms@gnu.org>
17921         * cus-edit.el (customize): Make :link point to user doc.
17923         * man.el (Man-fontify-manpage): Turn off undo generation.
17925         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
17927 2005-01-04  Andreas Schwab  <schwab@suse.de>
17929         * files.el (insert-directory): Only look for error lines in
17930         inserted text.  Don't move too far after processing --dired markers.
17932 2005-01-04  Richard M. Stallman  <rms@gnu.org>
17934         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
17935         Don't expand if the character is @, period, dash, etc.
17936         (define-mail-abbrev): Quote names that contain problem characters.
17938 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
17940         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
17942 2005-01-03  Richard M. Stallman  <rms@gnu.org>
17944         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
17945         (query-replace-highlight, query-replace-lazy-highlight)
17946         (query-replace): Definitions moved up.  Doc fix.
17948 2005-01-03  Richard M. Stallman  <rms@gnu.org>
17950         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
17951         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
17952         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
17953         (lazy-highlight-face): Rename from isearch-lazy-...
17954         Change all references to them.
17956 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
17958         * cus-edit.el (custom-file): Doc fix for defcustom.
17959         (custom-file): The function no longer sets the variable
17960         `custom-file' to its return value.
17962         * startup.el (command-line): No longer load `custom-file'.
17964 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17966         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
17968         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
17969         Don't confuse module-prefixed identifiers for labels.
17970         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
17972 2005-01-02  Richard M. Stallman  <rms@gnu.org>
17974         * files.el (basic-save-buffer-1): Fix previous change.
17976         * loadhist.el (file-loadhist-lookup): New function.
17977         (file-provides, file-requires): Use it.
17979         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
17980         instead of calculating the right size.
17982 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
17984         * vc-svn.el (vc-svn-diff): Stay local if possible.
17986 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17988         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
17990         * files.el (hack-local-variables): Fix last change.
17992 2005-01-02  Jay Belanger  <belanger@truman.edu>
17994         * calc/calc-yank.el (calc-edit-top): New variable.
17995         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
17996         object.  Change header properties.
17997         (calc-edit-finish, calc-edit-finish-stack-object)
17998         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
17999         edited object.
18000         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
18001         for the beginning of the edited object.
18002         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
18003         for the beginning of the edited object.
18004         * calc/calc-prog.el (calc-edit-macro-finish-edit)
18005         (calc-finish-formula-edit, calc-macro-repeats)
18006         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
18007         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
18008         beginning of the edited object.
18009         (calc-user-define-edit): Change the header for editing macros.
18010         Remove unnecessary variable.
18012 2005-01-01  Jay Belanger  <belanger@truman.edu>
18014         * calc/calc-yank.el (calc-edit-mode): Change default header.
18015         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
18016         * calc/calc-store.el (calc-edit-variable): Change title to match new
18017         header.
18018         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
18019         mode to match new header.
18020         (calc-user-define-edit): Change titles to include names of commands.
18021         (calc-finish-formula-edit): Adjust to handle new header.
18022         (calc-finish-macro-edit): Remove.
18023         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
18024         (calc-edit-macro-command, calc-edit-macro-command-type)
18025         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
18026         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
18027         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
18028         (calc-edit-macro-finish-edit): New functions.
18029         (calc-user-define-edit): Use new functions to edit named calc macros.
18031 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
18033         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
18035         * ses.el (copy-region-as-kill): Deactivate mark.
18037 2005-01-01  Richard M. Stallman  <rms@gnu.org>
18039         * replace.el (occur-1): If the output buffer is also an input,
18040         don't kill it, rename it.
18042         * faces.el (set-face-background, set-face-foreground): Doc fix.
18044         * cus-face.el (custom-face-attributes): Fix :help-echo strings
18045         for :foreground and :background.
18047         * dired.el (dired-view-command-alist): Variable deleted.
18048         (dired-view-file, dired-mouse-find-file-other-window):
18049         Delete the code to use it.
18051 2005-01-01  Kim F. Storm  <storm@cua.dk>
18053         * image.el (insert-sliced-image): Use t for line-height property.
18055 See ChangeLog.11 for earlier changes.
18057 ;; Local Variables:
18058 ;; coding: iso-2022-7bit
18059 ;; End:
18061     Copyright (C) 2005 Free Software Foundation, Inc.
18062   Copying and distribution of this file, with or without modification,
18063   are permitted provided the copyright notice and this notice are preserved.
18065 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1